﻿@font-face {
    font-family: 'robotobold';
    src: url('fonts/roboto-bold-webfont.eot');
    src: url('fonts/roboto-bold-webfont.eot?#iefix') format('embedded-opentype'), 
        url('fonts/roboto-bold-webfont.svg#robotobold') format('svg'), 
        url('fonts/roboto-bold-webfont.woff2') format('woff2'), 
        url('fonts/roboto-bold-webfont.woff') format('woff'),
         url('fonts/roboto-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotolight';
    src: url('fonts/roboto-light-webfont.eot');
    src: url('fonts/roboto-light-webfont.eot?#iefix') format('embedded-opentype'), 
        url('fonts/roboto-light-webfont.svg#robotolight') format('svg'), 
        url('fonts/roboto-light-webfont.woff2') format('woff2'), 
        url('fonts/roboto-light-webfont.woff') format('woff'),
        url('fonts/roboto-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto-regular-webfont.eot');
    src: url('fonts/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-regular-webfont.svg#robotoregular') format('svg'), url('fonts/roboto-regular-webfont.woff2') format('woff2'), url('fonts/roboto-regular-webfont.woff') format('woff'), url('fonts/roboto-regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'robotothin';
    src: url('fonts/roboto-thin-webfont.eot');
    src: url('fonts/roboto-thin-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/roboto-thin-webfont.svg#robotothin') format('svg'), url('fonts/roboto-thin-webfont.woff2') format('woff2'), url('fonts/roboto-thin-webfont.woff') format('woff'), url('fonts/roboto-thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

html {
    height: 100%;
}

body {
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #f8f8f8;
    line-height: 20px;
    min-width: 1003px;
    overflow: hidden;
    height: 100%;
    color: #000;
}

    body > .ui-select-bootstrap.open {
        z-index: 9999;
    }

a {
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
    color: #0000ff;
}

    a:hover {
        text-decoration: none;
        color: #0000ff;
    }

    a:focus {
        text-decoration: none;
        color: #0000ff;
        outline: none;
    }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'robotoregular', Arial, sans-serif;
    font-weight: bold;
}

.h1, h1 {
    font-size: 18px;
    margin: 0;
    line-height: 1.5;
}

.h2, h2 {
    line-height: 20px;
    font-size: 14px;
    margin: 0 0 6px;
}

label {
    font-weight: normal;
}

strong {
    font-family: 'robotoregular', Arial, sans-serif;
    font-weight: bold;
}

p {
    margin: 0;
}

.form-control[disabled],
fieldset[disabled] .form-control {
    cursor: default !important;
}

/*#region Input - InputGroup */

input[type='checkbox'], input[type='radio'], .radio, .checkbox {
    margin-top: 2px;
}

.radio, .checkbox, input[type="radio"], input[type="checkbox"] {
    margin-bottom: 5px;
}

.input-group-btn > .btn {
    font-family: 'robotoregular';
    padding: 6px 2px;
    background: #fff;
    min-width: 52px;
    font-size: 12px;
}

.blue .input-group-btn > .btn {
    color: #007aff;
}

    .blue .input-group-btn > .btn:hover,
    .blue .input-group-btn > .btn:focus {
        color: #007aff;
    }


.input-group-btn:last-child > button,
.input-group-btn:last-child > .btn {
    border-left-width: 0 !important;
}

.input-group-addon {
    line-height: 18px;
    padding: 6px 9px;
    font-size: 12px;
    min-width: 47px;
    color: #000;
}

/*#endregion*/

/*#region Validation*/
.text-danger {
    color: #ea1c00;
}

.has-error .form-control,
.has-error .search-form {
    border-color: #f00;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

    .has-error .form-control:focus {
        border-color: #f00;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.005),0 0 4px #f00;
        box-shadow: inset 0 1px 1px rgba(0,0,0,.005),0 0 4px #f00;
    }


/*#endregion*/

/*#region button*/
.btn {
    transition: none !important;
    font-weight: normal;
    outline: none !important;
    vertical-align: top;
    white-space: normal;
    position: relative;
    border-radius: 5px;
    margin-right: 9px;
    padding: 7px 25px;
}

    .btn .caret {
        margin-left: 6px;
    }

    .btn .circle {
        margin: -2px 0 0 10px;
        float: right;
        height: 24px;
        width: 24px;
    }

.btn-default {
    box-shadow: inset 0 1px 0 #fff;
    border: 1px solid #c8c7cc;
    background: #f0f0f0;
}

    .btn-default:hover,
    .btn-default:focus {
        box-shadow: inset 0 1px 0 #fff;
        background: #f0f0f0 !important;
        border-color: #c8c7cc;
        color: #000;
    }

.btn-default-focus {
    outline: none;
}


.btn-primary {
    border-color: #2f2f2f;
    background: #2f2f2f;
}

    .btn-primary:hover,
    .btn-primary:active, .btn-primary.active, .btn-primary:active:hover, .btn-primary.active:hover,
    .btn-primary:focus, .btn-primary.focus,
    .btn-primary.disabled, .btn-primary[disabled],
    .btn-primary.disabled:hover, .btn-primary[disabled]:hover,
    .btn-primary.disabled:focus, .btn-primary[disabled]:focus, .btn-primary.disabled.focus, .btn-primary.focus[disabled],
    .btn-primary.disabled:active, .btn-primary[disabled]:active, .btn-primary.disabled.active, .btn-primary.active[disabled] {
        background: #2f2f2f !important;
        box-shadow: none;
    }

.btn-success {
    border-color: #0c73ac;
    background: #0c73ac;
}

    .btn-success:hover,
    .btn-success:active, .btn-success.active, .btn-success:active:hover, .btn-success.active:hover,
    .btn-success:focus, .btn-success.focus,
    .btn-success.disabled, .btn-success[disabled],
    .btn-success.disabled:hover, .btn-success[disabled]:hover,
    .btn-success.disabled:focus, .btn-success[disabled]:focus, .btn-success.disabled.focus, .btn-success.focus[disabled],
    .btn-success.disabled:active, .btn-success[disabled]:active, .btn-success.disabled.active, .btn-success.active[disabled] {
        background: #0c73ac !important;
        border-color: #0c73ac;
        box-shadow: none;
    }

    .btn-success:active,
    .btn-success.active,
    .open > .dropdown-toggle.btn-success {
        border-color: #0c73ac !important;
        background: #0c73ac;
    }

.btn-upload {
    margin: 0;
}

.input-group {
    width: 100%;
}

    .input-group .btn-default {
        /*padding: 6px 25px;*/
        margin: 0;
    }

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active {
    outline: 0;
}

/*#region btn-split*/
.btn-split {
    font-family: 'robotoregular';
    background-color: #fff;
    border-color: #ddd;
    line-height: 18px;
    padding: 5px 9px;
    font-size: 12px;
    color: #000;
    margin: 0;
}

    .btn-split:hover, .btn-split:focus,
    .open .dropdown-toggle.btn-split {
        background-color: #f6f6f6;
        border-color: #ddd;
        color: #000;
    }

    .btn-split:active, .btn-split.active,
    .open .dropdown-toggle.btn-split {
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
        color: #000000;
        background-color: #f6f6f6;
        border-color: #DDDDDD;
    }

.btn-group {
    cursor: pointer;
}

    .btn-group > .btn .fa.ng-hide {
        display: none !important;
    }
/*#endregion*/

/*#endregion*/

/*#region form-group / form-control*/
.form-group {
    margin-bottom: 10px;
    position: relative;
}

    .form-group label {
        font-family: 'robotoregular', Arial, sans-serif;
        font-weight: bold;
    }

        .form-group label span {
            font-family: 'robotoregular';
        }

.form-control {
    border: 1px solid #c8c7cc;
    padding: 6px 6px;
    box-shadow: none;
    border-radius: 3px;
    line-height: 20px;
    background: #fff;
    font-size: 14px;
    height: 35px;
    color: #000;
}

    .form-control.small {
        max-width: 80px;
    }
/*#endregion*/

/*#region Navigation bar*/
.navbar-right {
    padding: 2px 0 0;
    margin: 0;
}

.nav > li {
    padding: 5px 11px 0;
}

    .nav > li:last-child {
        padding-top: 0;
    }

    .nav > li > a:hover,
    .nav > li > a:focus {
        background: none;
    }

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background: none;
}

.navbar-nav > li > a {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    padding: 0;
}

    .navbar-nav > li > a:hover {
        background: none;
    }

/*#endregion*/

/*#region Modal*/
.modal-content {
    box-shadow: 0 1px 10px 0 rgba(16, 16, 16, 0.18);
    border-radius: 0;
    background: #fff;
    border: none;
}

.modal-header {
    border: none;
    border-top: 5px solid #0c73ac;
    padding: 22px 33px;
    min-height: inherit;
    margin: 0;
}

    .modal-header .icon-times {
        transition: color 0.25s ease;
    position: absolute;
    font-size: 14px;
    cursor: pointer;
    color: #afafb3;
    right: 18px;
    top: 30px;
    }

.modal-title {
    font-family: 'robotoregular', Arial, sans-serif;
    font-weight: bold;
    line-height: 24px;
    font-size: 18px;
}

.modal-body {
    padding: 0 33px 0;
}

    .modal-body > div.form-group:last-child {
        margin-bottom: 15px;
    }


    .modal-body .modal-footer {
        /*margin-top: 35px;*/
        padding-left: 0;
    }

.modal-footer {
    padding: 25px 0px;
    text-align: right;
    border: none;
}

.modal-small .modal-dialog {
    min-width: 0;
    width: 40%;
}

.modal-medium .modal-dialog {
    min-width: 0;
    width: 55%;
}

.modal-large .modal-dialog {
    min-width: 0;
    width: 75%;
}

.modal-x-large .modal-dialog {
    min-width: 0;
    width: 95%;
}

.modal-center .modal-dialog {
    top: 40%;
}

.modal-custom {
  top: 80px !important;
}

/*#endregion*/

/*#region BreadCrumb*/
.breadcrumb {
    line-height: 18px;
    background: none;
    padding: 0 17px;
    font-size: 12px;
    color: #9e9e9e;
    margin: 0;
    width: 30%;
}

    .breadcrumb > li {
        padding: 0 3px 0 6px;
        vertical-align: top;
        position: relative;
        margin-left: 20px;
    }

        .breadcrumb > li:before {
            position: absolute;
            color: #9e9e9e;
            content: '/';
            padding: 0;
            left: -7px;
            top: 0;
        }

        .breadcrumb > li:first-child:before {
            left: -2px;
        }

    .breadcrumb > .active {
        color: #9e9e9e;
    }

    .breadcrumb > li > a {
        color: #9e9e9e;
    }
/*#endregion*/

/*#region dropdown*/
.dropup {
    position: relative;
}

    .dropup .dropdown-toggle {
        font-family: 'robotoregular';
        background: #fff !important;
        line-height: 18px;
        margin-right: 6px;
        font-size: 11px;
        padding: 0 5px;
        border: none;
        color: #000;
    }

    .dropup .dropdown-menu {
        margin-bottom: 15px;
        overflow: auto;
        height: 300px;
        left: -10px;
    }

.dropdown-toggle:hover, .dropdown-toggle:focus {
    background: #fff;
}

.dropdown-menu {
    box-shadow: 0 3px 3px rgba(184, 184, 184, 0.3);
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    min-width: 210px;
    margin: 0;
}

    .dropdown-menu .divider {
        background-color: #dfdfdf;
        margin: 8px 15px;
    }

    .dropdown-menu > li > a {
        padding: 10px 16px;
        position: relative;
        line-height: 20px;
        color: #000;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            background: #f0f0f0;
            color: #000;
        }
/*#endregion*/

/*#region badge*/
.badge {
    background: #0c73ac;
    font-weight: normal;
    border-radius: 2px;
    line-height: 14px;
    overflow: hidden;
    min-width: 16px;
    font-size: 12px;
    padding: 1px 4px;
    height: 16px;
}
/*#endregion*/

/*#region tooltip*/

.tooltip-inner {
    border-radius: 2px;
    padding: 10px 10px;
    max-width: 450px;
    text-align: left;
    font-size: 12px;
    z-index: 1000000;
}
.largetooltip.tooltip-inner {
    border-radius: 2px;
    padding: 10px 10px;
    max-width: 450px;
    min-width: 350px;
    text-align: left;
    font-size: 12px;
}
 
/*#endregion*/

/*#region Dt/DD*/
dt, dd {
    line-height: 24px;
}

.dl-horizontal {
    margin-bottom: 4px;
}

    .dl-horizontal dt {
        font-family: 'robotoregular', Arial, sans-serif;
        font-weight: bold;
        text-align: left;
        width: 68px;
    }

    .dl-horizontal dd {
        margin-left: 72px;
    }
/*#endregion*/

/*#region Tabs*/
.nav-tabs > li {
    cursor: pointer;
    padding: 0;
}

    .nav-tabs > li:first-child {
        padding-top: 0;
    }

    .nav-tabs > li > a {
        border-radius: 0;
        color: black;
    }

        .nav-tabs > li > a:hover {
            border: 1px #d1d1d1 solid;
            background-color: #f2f2f2;
            color: #000;
        }

.content .nav-tabs > li:first-child > a {
    border-left-width: 0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: #000;
    background-color: #ddd;
}
 

.tab-content {
    overflow: hidden;
    background: #fff;
}

    .tab-content > .tab-pane:after {
        display: block;
        content: '';
        clear: both;
    }

    .tab-content .modal-footer {
        /*margin-top: 35px;*/
        padding-left: 0;
    }

.panel:after {
    display: block;
    content: '';
    clear: both;
}

.panel-heading {
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    padding: 19px 16px 15px;
    line-height: 24px;
    font-size: 18px;
    border: none;
}
/*#endregion*/

.disable {
    min-height: 32px !important;
}

@media (min-width: 1310px) {
    .container {
        width: 1280px;
    }
}

@media only screen and (min-width: 1440px) {
    .modal-small .modal-dialog {
        width: 30%;
    }

    .modal-medium .modal-dialog {
        width: 45%;
    }

    .modal-large .modal-dialog {
        width: 65%;
    }

    .modal-x-large .modal-dialog {
        width: 85%;
    }
}

.custom-panel-heading {
    padding: 7px 8px 7px;
    background-color: #6a6a6a;
    border: 1px solid #6a6a6a;
    color: white;
    font-size: 18px;
}

.panel label {
    font-weight: bold;
}

#introParagraph {
    margin-bottom: 0px !important;
}

.popover {
    max-width:550px;
}

.data-error-popupover > .popover-title {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    font-weight: normal;
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
} 
  
.data-error-popupover > .popover-content {
    color: #a94442;
}

.data-info-popupover > .popover-title {
    color: #fff;
    background-color: #0c73ac;
    border-color: #bbd6e6;
    font-weight: normal;
    font-family: 'robotoregular', "Helvetica Neue", Helvetica, Arial, sans-serif;
} 
  
.data-info-popupover > .popover-content {
    color: #000;
} 

a.accordion-toggle {
    color: #0c73ac;
}