@media print {
    a[href]:after {
        display: none;
    }

    .print-hidden {
        display: none;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-xs-12,
    .col-sm-12,
    .col-md-12,
    .col-lg-12 {
        width: 100%;
    }

    .col-xs-11,
    .col-sm-11,
    .col-md-11,
    .col-lg-11 {
        width: 91.66666667%;
    }

    .col-xs-10,
    .col-sm-10,
    .col-md-10,
    .col-lg-10 {
        width: 83.33333333%;
    }

    .col-xs-9,
    .col-sm-9,
    .col-md-9,
    .col-lg-9 {
        width: 75%;
    }

    .col-xs-8,
    .col-sm-8,
    .col-md-8,
    .col-lg-8 {
        width: 66.66666667%;
    }

    .col-xs-7,
    .col-sm-7,
    .col-md-7,
    .col-lg-7 {
        width: 58.33333333%;
    }

    .col-xs-6,
    .col-sm-6,
    .col-md-6,
    .col-lg-6 {
        width: 50%;
    }

    .col-xs-5,
    .col-sm-5,
    .col-md-5,
    .col-lg-5 {
        width: 41.66666667%;
    }

    .col-xs-4,
    .col-sm-4,
    .col-md-4,
    .col-lg-4 {
        width: 33.33333333%;
    }

    .col-xs-3,
    .col-sm-3,
    .col-md-3,
    .col-lg-3 {
        width: 25%;
    }

    .col-xs-2,
    .col-sm-2,
    .col-md-2,
    .col-lg-2 {
        width: 16.66666667%;
    }

    .col-xs-1,
    .col-sm-1,
    .col-md-1,
    .col-lg-1 {
        width: 8.33333333%;
    }

    [class*="col-sm-"] {
        float: left;
    }

    [class*="col-md-"] {
        float: left;
    }

    [class*="col-lg-"] {
        float: left;
    }
}

@font-face {
    font-family: Roboto;
    src: url("../font/Roboto/Roboto-Regular.ttf");
}

@font-face {
    font-family: RobotoBold;
    src: url("../font/Roboto/Roboto-Bold.ttf");
}

@font-face {
    font-family: 'PT Sans';
    src: url("../font/PT_Sans/PTSans-Regular.ttf");
}

body {
    height: 100%;
}

html {
    height: 100%;
}

a {
    cursor: pointer;
}

#content {
    font-family: Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    color: #666666;
}

label {
    margin-bottom: 0;
    padding: 0 3px;
    font-weight: normal;
    vertical-align: top;
}

input[type="radio"], input[type="checkbox"] {
    margin: 2px;
}

input[type=checkbox]:checked + label,
input[type=radio]:checked + label {
    font-family: RobotoBold, Arial, sans-serif;
}

input[type="file"] {
    display: inline;
}

hr {
    margin-bottom: 5px;
    margin-top: 5px;
}

span[data-input-type='textarea'] {
    white-space: pre-line;
}

/* PANELS */

.panel-body {
    padding: 5px;
}

.panel-heading {
    color: #333333;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 7px;
    min-height: 25px;
    box-shadow: 0 1px 0 #F9F9F9;
    border-bottom: 1px solid #bdbdbd;
    background: -moz-linear-gradient(center top, #F1F1F1 0%, #CECECE 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(top, #F1F1F1 0%, #cecece 100%);
    background: -o-linear-gradient(top, #F1F1F1 0%, #cecece 100%);
    background: -ms-linear-gradient(top, #F1F1F1 0%, #cecece 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F1F1F1), color-stop(100%, #cecece));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F1F1F1', endColorstr='#cecece', GradientType=0);
}

.panel-heading label {
    font-weight: bold;
}

div#custom-panel {
    border-radius: 0;
    margin-bottom: 2px;
}

div#custom-panel > .panel-body {
    background-color: #F3F3F3;
}

div#custom-panel .panel-body .btn-primary,
div#custom-panel .panel-body .btn-success,
div#custom-panel .panel-body .btn-info,
div#custom-panel .panel-body .btn-default {
    text-transform: uppercase;
    font-size: 12px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

div#custom-panel .panel-body .regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}

div#custom-panel .panel-body .regular-checkbox:focus {
    outline: none;
}

div#custom-panel .panel-body .regular-checkbox:active,
div#custom-panel .panel-body .regular-checkbox:checked:active {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

div#custom-panel .panel-body .regular-checkbox:checked:after {
    content: '\2714';
    font-size: 14px;
    position: absolute;
    top: 0;
    left: 3px;
    color: #99a1a7;
}

/* END PANELS */

.form-control-static {
    padding-bottom: 0;
}

.form-horizontal .form-group {
    margin-right: -5px;
    margin-left: -5px;
}

.list-group {
    margin-bottom: 3px;
}

.list-group-item {
    padding: 6px 15px;
}

.col-inst-1, .col-inst-2, .col-inst-3, .col-inst-4, .col-inst-5, .col-inst-6, .col-inst-7, .col-inst-8, .col-inst-9, .col-inst-10 {
    display: inline-block;
    vertical-align: top;
    position: relative;
    min-height: 1px;
    margin: 0;
    box-sizing: border-box;
}

@media (min-width: 768px) {
    .col-inst-1 {
        width: 100%;
    }

    .col-inst-2 {
        width: 50%;
    }

    .col-inst-3 {
        width: 33.333333%;
    }

    .col-inst-4 {
        width: 25%;
    }

    .col-inst-5 {
        width: 20%;
    }

    .col-inst-6 {
        width: 16.666666%;
    }

    .col-inst-7 {
        width: 14.2857%;
    }

    .col-inst-8 {
        width: 12.5%;
    }

    .col-inst-9 {
        width: 11.111111%;
    }

    .col-inst-10 {
        width: 10%;
    }
}

@media (max-width: 768px) {
    .col-inst-1, .col-inst-2, .col-inst-3, .col-inst-4, .col-inst-5, .col-inst-6, .col-inst-7, .col-inst-8, .col-inst-9, .col-inst-10 {
        width: 100%;
    }
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-right: -5px;
    margin-left: -5px;
}

.container {
    padding-right: 5px;
    padding-left: 5px;
}

.container-fluid {
    padding-right: 5px;
    padding-left: 5px;
}

.form-control {
    height: 26px;
    padding: 2px 2px;
    margin-top: 2px;
    border: 1px solid #BDBDBD;
    color: #656565;
    font-size: 10pt;
}

.form-group {
    margin-bottom: 6px;
}

.pagination {
    margin: 0 0;
}

.pagebanner {
    float: left;
    margin: 9px 5px 0 0;
}

.alert {
    text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
    padding: 5px;
    margin-bottom: 3px;
    margin-top: 3px;
}

.alert-message {
    vertical-align: middle;
}

.close {
    font-size: 15px;
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    background-repeat: repeat-x;
    border-color: #b2dba1;
}

.alert-info {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
    background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    background-repeat: repeat-x;
    border-color: #9acfea;
}

.alert-warning {
    background: #fff6c9;
    color: #826200;
    box-shadow: none;
    border: 1px solid #fff6c9;
    padding: 10px;
    font-family: Roboto, sans-serif;
}

.alert-danger {
    background: #fff1f1;
    border-color: #fff1f1;
    color: #8c0303;
    padding: 10px;
    box-shadow: none;
}

/* ICON IN INPUT */
.left-inner-addon {
    position: relative;
}

.left-inner-addon input,
.left-inner-addon textarea {
    padding-left: 25px;
}

.input-group-addon {
    background: none;
    border: none;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group .btn-sm {
    padding: 3px 10px;
}

.left-inner-addon span {
    position: absolute;
    font-size: 14px;
    bottom: 5px;
    left: 5px;
    pointer-events: none;
}

/* END ICON IN INPUT */

/* LOGIN FORM */
.form-signin {
    max-width: 400px;
    width: 100%;
    margin: 1em auto;
}

.form-signin .alert-danger {
    text-align: center;
    font-family: Roboto, sans-serif;
}

.form-signin h2.welcome {
    font-family: RobotoBold, sans-serif;
    font-size: 24px;
    color: #5d5d5d;
    text-align: center;
}

.form-signin h2.account {
    font-family: RobotoLight, sans-serif;
    font-size: 18px;
    color: #868686;
    text-align: center;
}

.form-signin .btn:not([class*="btn-social"]) {
    padding: 13px 25px;
    border: none;
    display: block;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 0.12em;
    border-radius: 5px;
    margin: 0 auto;
}

.form-signin .btn:not([class*="btn-social"]):hover {
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background: #127197;
}

.form-signin .signin-links {
    text-transform: uppercase;
    font-family: Roboto, sans-serif;
    text-align: center;
    font-size: 13px;
}

#systemLoginForgotCustom {
    text-transform: none;
}

.form-signin .btn:active,
.form-signin .btn:focus {
    outline: none;
}


/* END LOGIN FORM*/

/* TABLE HEADER */
th.sorted a, th.sortable a {
    text-shadow: none !important;
    font-size: 13px;
    font-weight: normal;
}

.data-table-header a {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: normal;
}

.data-table-header {
    padding: 5px;
    color: #FFFFFF;
    text-shadow: none;
    background: #428BCA;
    border-left: 1px solid #59a0de;
    font-size: 13px;
    font-weight: normal;
}

/* END TABLE HEADER*/

/* TABLE SETTINGS */
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0;
    vertical-align: middle;
    font-weight: bold;
}

.table thead.sorted a, th.sortable a div {
    display: inline;
}

th.sorted a:hover,
th.sorted a:focus,
th.sortable a:hover,
th.sortable a:focus {
    text-decoration: none;
    color: #FFFFFF;
    outline: 0 none;
}

.table > thead th.sortable a:before {
    font-family: FontAwesome, sans-serif;
    content: "\f0dc";
    font-weight: normal;
    font-size: 10px;
    padding: 2px;
}

.table > thead th.sortable.order1 a:before {
    font-family: FontAwesome, sans-serif;
    content: "\f0dd";
    font-weight: normal;
    font-size: 10px;
    padding: 2px;
    vertical-align: top;
}

.table > thead th.sortable.order2 a:before {
    font-family: FontAwesome, sans-serif;
    content: "\f0de";
    font-weight: normal;
    font-size: 10px;
    padding: 2px;
    vertical-align: top;
}


.table {
    margin-top: 5px;
    border: 1px solid #d1d7df;
    border-top: 1px solid #3675AB;
}

.table tr {
    white-space: nowrap;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 6px 2px;
    vertical-align: middle;
}

.table > thead > tr > th.data-table-header,
.table > tbody > tr > th.data-table-header,
.table > tfoot > tr > th.data-table-header {
    border: 1px solid #3675AB;
    padding: 8px;
}

/* STYLE FOR HELPDESK */
.table tr.history-row {
    border-top: 2px solid #3675AB;
}

.table .documents {
    font-size: 12px;
    padding: 2px 5px;
}

.table .documents .fa {
    font-size: 14px;
    color: #428BCA;
}

.table .documents a {
    padding: 0 5px;
}

.table tr.total {
    background-color: #F5F5F5;
    color: #252222;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

/* END TABLE SETTINGS*/

.panel-filter {
    border: 1px solid #ccc;
    margin: 0;
}

.panel-filter-checkboxes {
    resize: vertical;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0 10px 0 2px;
    font-size: 0;
}

.panel-filter-checkboxes > .panel-inner {
    max-height: 100px;
    position: relative;
}

.panel-resize {
    resize: vertical;
    max-height: 1000px;
    height: 150px;
}

.panel-filter-checkboxes .line {
    white-space: nowrap;
}

.panel-filter-checkboxes label {
    max-width: 90%;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 14px;
}

.nav-tabs {
    margin-bottom: 5px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: #ddd;
}

.panel-heading.accordion-toggle {
    cursor: pointer;
    color: #000000;
    width: 100%;
}

.accordion-toggle:after {
    display: inline-block;
    font-family: FontAwesome, sans-serif;
    content: "\f077";
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.accordion-toggle.collapsed:after {
    display: inline-block;
    cursor: pointer;
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


/* alignment classes used on structure fields and hints */

.name_0 {
    font-weight: normal !important;
    color: #656565;
}

.name_1 {
    font-weight: bold !important;
    color: #656565;
}

.name_2 {
    font-style: italic !important;
    color: #656565;
}

.name_3 {
    text-decoration: underline !important;
    font-style: normal;
    color: #656565;
}

.name_4 {
    color: #da000b !important;
    font-style: normal;
}

.name_5 {
    color: #161ab0 !important;
    font-style: normal;
}

.name_6 {
    color: #656565 !important;
    font-style: normal;
}

.name_6:after {
    content: ' *';
    display: inline;
    color: red;
}

.name_7 {
    color: #ff9515 !important;
    font-style: normal;
}

.input_0 {
    background-color: #fff;
    color: #656565;
    border: 1px solid #BDBDBD;
}

.input_1 {
    /*  padding: 3px !important; */
    border: 1px solid #74A0FF;
    border-radius: 3px;
    background-color: #C1DDFF;
    box-shadow: inset 0 0 3px 0 rgba(44, 78, 245, .50);
    color: #062464;
}

.input_1:hover,
.input_1:focus {
    border: 1px solid #74A0FF;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input_2 {
    /*  padding: 3px !important;*/
    border: 1px solid #EC7A49;
    border-radius: 3px;
    background-color: #FADABA;
    color: #592D03;
}

.input_2:hover,
.input_2:focus {
    border: 1px solid #ec5a3d !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input_3 {
    /* padding: 3px !important; */
    border: 1px solid #149D1B;
    border-radius: 3px;
    background-color: #C9FAB9;
    color: #0A4404;
}

.input_3:hover,
.input_3:focus {
    border: 1px solid #149D1B;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input_4 {
    /*  padding: 3px !important; */
    border: 1px solid #9D0B79;
    border-radius: 3px;
    background-color: #FABFEC;
    color: #62014A;
}

.input_4:hover,
.input_4:focus {
    border: 1px solid #9D0B79;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.input_5 {
    /* padding: 3px !important; */
    border: 1px solid #000000;
    border-radius: 3px;
    background-color: #595959;
    color: #ffffff;
}

.input_5:hover,
.input_5:focus {
    border: 1px solid #000000;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/*------ Hint Colors ------- */
.hint_0 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
    color: #004b8b;
    padding: 7px;
}

.hint_1 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    background-color: #fdf7b7;
    border: 1px solid #e9c87d;
    color: #826200;
    padding: 7px;
}

.hint_2 {
    background: #d2e0c7;
    border: 1px solid #b4caae;
    color: #5c6453;
    display: block;
    padding: 7px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
}

.hint_3 {
    background: #F0B5A1;
    border: 1px solid #DFA59B;
    color: #7D2A1C;
    display: block;
    padding: 7px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
}

.hint_4 {
    background: #DEEDF9;
    border: 1px solid #adcce8;
    color: #4579AA;
    display: block;
    padding: 7px;
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
}

.hint_5 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    color: #333333;
    background: #F8F8F8;
    padding: 7px;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #bdbdbd;
}

.hint_6 {
    font-family: Roboto, Arial, sans-serif;
    font-size: 13px;
    border: 1px solid #e9c87d;
    color: #805904;
    padding: 5px 5px 3px 25px !important;
    background: #fdf7b7 url("../../images/icons/16x16/warning_16x16.png") no-repeat 5px 4px;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.text-justify {
    text-align: justify !important;
}

.panel-substructure {
    border: 0;
}

.panel-substructure > .panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

/* LABELS */

.label-separator {
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-transform: uppercase;
    margin: 0 3px;
    padding: 2px 10px 2px 10px;
    font-weight: normal;
    font-family: Arial, san-serif;
    color: #444;
    font-size: 11px;
    display: block;
    line-height: 15px;
    white-space: normal;
}

/* SUB NAVIGATION */

.menu-submenu {
    font: 12px Verdana, sans-serif;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    padding: 4px 7px;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #dddddd 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #dddddd 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #dddddd 100%);
    background: linear-gradient(top, #FFFFFF 0%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#dddddd', GradientType=0);
    background-repeat: repeat-x;
    border: 1px solid #d0d0d0;
    border-bottom-color: #b8b8b8;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    line-height: 20px;
    margin: 2px;
    color: #0088CC;
    text-decoration: none;
}

.add_field {
    display: initial;
}

.menu-submenu:hover {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #444444;
}

.menu-submenu .fa {
    color: #668899;
}

.menu-submenu .divider {
    display: none;
}

.menu-submenu-active {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #444444;
}

.btn-submenu .dropdown-menu > li > a {
    font-size: 12px;
    padding: 2px 5px;
}

.btn-submenu .dropdown-menu > li > a:hover {
    background: #0088CC;
    color: #FFFFFF;
}

table.table-responsive .dropdown-menu {
    margin-bottom: 50px;
}

/* DEFAULT STYLE OF WELL */
.well-sm {
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #eef1f2 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #eef1f2));
    background: -o-linear-gradient(top, #FFFFFF 0%, #eef1f2 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #eef1f2 100%);
    background: linear-gradient(top, #FFFFFF 0%, #eef1f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#eef1f2', GradientType=0);
}

/* Navigation After Filter (small ) */
.menu-sm {
    font: 11px Arial, sans-serif;
    font-weight: bold;
    border-radius: 4px;
    position: relative;
    padding: 4px 7px;
    border-color: #d0d0d0 #d0d0d0 #b8b8b8;
    background-color: #F5F5F5;
    background-image: -moz-linear-gradient(center top, #FFFFFF, #dddddd);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #FFFFFF), color-stop(100%, #dddddd));
    background: -webkit-linear-gradient(top, #FFFFFF 0%, #dddddd 100%);
    background: -o-linear-gradient(top, #FFFFFF 0%, #dddddd 100%);
    background: -ms-linear-gradient(top, #FFFFFF 0%, #dddddd 100%);
    background: linear-gradient(top, #FFFFFF 0%, #dddddd 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#dddddd', GradientType=0);
    background-repeat: repeat-x;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: pointer;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    line-height: 20px;
    margin: 2px;
    color: #0088CC;
}

.menu-sm:hover {
    background-image: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #444444;
}

.thumbnail {
    position: relative;
    overflow: hidden;
}

.thumbnail .caption {
    position: absolute;
    top: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    font-size: 13px;
    padding: 2%;
    display: none;
    text-align: center;
    color: #fff !important;
    z-index: 2;
}

.scrollable-height-panel {
    max-height: 500px;
    overflow-y: auto;
    margin: -5px;
    padding: 5px;
    overflow-x: hidden;
}

.isloading-wrapper {
    -moz-opacity: 0.70;
    -khtml-opacity: 0.70;
    opacity: 0.70;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha"(Opacity=70);
    font-size: 25px;
    padding: 15px;
    background-color: #242424;
    color: #fff;
    display: block;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.line-nowrap {
    white-space: nowrap;
    display: inline;
}

table#message tr {
    white-space: normal;
}

.table#logs > tbody > tr > th,
.table#logs > tbody > tr > td,
.table[rel='line-break'] > tbody > tr > th,
.table[rel='line-break'] > tbody > tr > td {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: normal;
    white-space: normal;
    line-break: strict;
}

.badge {
    background-color: #328ECD;
}

.table .fa {
    font-size: 17px;
}

.table .fa-pencil {
    color: #054984;
}

.table .fa-times {
    color: #d43f3a;
}

#categories .fa-times {
    color: #d43f3a;
}

.table .fa-users {
    color: #E8B145;
}

.table .fa-link {
    color: #777;
}

.table .fa-google {
    color: #AE4335;
}

.table .fa-rss {
    color: #FD7A00;
}

.table .fa-eye {
    color: #4E4E4E;
}

.table .fa-headset {
    color: #4E4E4E;
}

.table .fa-product-hunt {
    color: #D430D4;
}

.table .fa-print {
    color: #333
}

.table .fa-credit-card {
    color: #FF6E00;
}

.table .fa-cog {
    color: #777;
}

.table .fa-registered {
    color: #086D32;
}

.table .fa-plus-square {
    color: #060A48;
}

.table .fa-database {
    color: #FF6E00;
    font-size: 15px;
}

.table .fa-file-text-o {
    color: #00aadc;
    font-size: 15px;
}

.table .glyphicon-shopping-cart {
    color: #366B00;
    font-size: 14px;
}

.table .fa-plus {
    color: #0C8200;
}

.table .fa-rss-square {
    color: #ff5806;
}

.data-table-header .fa {
    font-size: 14px;
}

.menu-sm .fa {
    font-size: 14px;
}

.panel-default .panel-heading .fa {
    color: #2c2d31;
    text-decoration: none;
}

.panel-primary .panel-heading .fa {
    text-decoration: none;
}

.fa-share-alt {
    color: #BF4A08;
}

#activityDropDownList .fa-user-secret {
    font-size: 14px;
    color: #0079D4;
}

.categories h2 {
    color: #333;
    font-family: Verdana, sans-serif;
    font-size: 12px;
    font-weight: bold;
}

.categories li {
    list-style-type: none;
}

.product-view h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #2b2b2b;
}

.product-view h2 {
    font-size: 22px;
    color: #2b2b2b;
    text-transform: uppercase;
}

.product-item * {
    background: #fff;
}

.product-view .dotted:after {
    position: absolute;
    right: 5px;
    left: 5px;
    height: 1px;
    margin: 1em 0 0;
    content: '';
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=') 0 0 repeat-x;
}

.product-view .product-label {
    position: relative;
    padding: 0 10px 0 0;
    background: inherit;
    z-index: 2;
    color: #404040;
}

.product-view .product-photo {
    margin: 2px 0;
}

.product-view .product-photo > img:hover {
    cursor: pointer;
}

.product-view .price {
    color: #DC0000;
    font-size: 20px;
    font-family: fantasy;
}

.product .thumbnail {
    min-height: 300px;
}

.product .thumbnail-photo {
    height: 180px;
}

.product .thumbnail-photo > img {
    max-height: 180px;
    margin: 0 auto;
}

.product-table .product {
    height: 100px;
}

.product-table .product .product-name {
    font-size: 18px;
    color: #555;
    white-space: pre-wrap;
}

.product-table .product .table-photo > img {
    max-height: 100px;
    margin: 0 auto;
}

.product .product-info {
    padding: 5px;
    text-align: center;
}

.product .product-info .product-name {
    height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-wrap;
}

.product .product-info .product-price {
    color: #c81f3f;
    font-size: 22px;
    font-family: fantasy;
}

.product .product-info .btn {
    width: 100%;
    margin: 2px;
}


.product-view #star-rating .fa {
    font-size: 28px;
    color: #ffbe00;
}

span.product-rating {
    font-size: 15px;
    color: #ffbe00;
}

h1.product-category-title {
    color: #13537e;
    font-size: 22px;
    margin-top: 10px;
    text-transform: uppercase;
}

#product-option {
    margin-bottom: 10px;
}

.pricing-table ul {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.pricing-table .title {
    color: #2b2b2b;
    font-size: 18px;
    padding: 15px;
    text-align: center;
}

.pricing-table .price {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    background-color: #ecf0f1;
    padding: 15px;
    text-align: center;
}

.pricing-table ul li {
    color: #77939a;
    background-color: #ffffff;
    padding: 10px;
    border-bottom: 1px solid #ecf0f1;
}

.pricing-table .price .currency-symbol {
    position: relative;
    top: -17px;
    color: #77939a;
}

.pricing-table .price strong {
    font-size: 44px;
    line-height: 44px;
    display: inline-block;
}

.pricing-table .price sup {
    position: relative;
    top: -20px;
}

.pricing-table .price em {
    position: relative;
    bottom: -2px;
    font-size: 14px;
    font-weight: normal;
    color: #a3b6bb;
}

#product-img .photo {
    border: 1px dotted #a2a2a2;
    border-radius: 5px;
    background-color: #ffffff;
    margin: 2px;
}

#product-img .photo img {
    margin: 0 auto;
    height: 180px;
    max-width: 100%;
}

#product-img .photo .fa-times {
    color: #ff0000;
    font-size: 17px;
    margin: 2px;
    cursor: pointer;
}

#product-img .fa-check-circle {
    font-size: 19px;
    float: right;
    margin: 2px;
    color: #268608;
}

#product-img .photo .fa-tags {
    color: #003bb3;
    font-size: 15px;
    margin: 2px;
    cursor: pointer;
}

.carousel .thumbnail {
    margin: 0;
}

.carousel-control {
    width: 10%;
    opacity: 0.8;
    text-shadow: none;
}

.carousel-control:hover, .carousel-control:focus {
    opacity: 1;
}

.carousel-inner {
    margin-bottom: 10px;
}

div[rel*='shop-carousel'] .carousel-control.left {
    color: #dadada;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .1)), to(rgba(0, 0, 0, .0001)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .1) 0%, rgba(0, 0, 0, .0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

div[rel*='shop-carousel'] .carousel-control.right {
    color: #dadada;
    right: 0;
    left: auto;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .1)));
    background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
    background-repeat: repeat-x;
}

.breadcrumb .dropdown-menu {
    margin: 2px 0 0 10px;
    font-size: 13px;
}

.breadcrumb > li > a > i {
    color: #666666;
}

.modal-dialog .modal-title {
    color: #2b2b2b;
    font-size: 14px;
    text-transform: uppercase;
}

.modal-title-iframe {
    font-size: 15px;
    letter-spacing: 1px;
    font-family: Roboto, Arial, sans-serif;
    color: #000;
}

.shopping-line {
    height: 25px;
}

.ui-widget .list-group-item .fa {
    font-size: 15px;
    cursor: pointer;
}

/* LIBRARY */

.document-date {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 8px;
}

.document-name a {
    font-size: 14px;
}

.document-description {
    font-size: 12px;
    color: #404040;
}

/* END LIBRARY */

div[data-struct][criteria='active'] {
    border-top: 1px dotted #c1c1c1;
    border-bottom: 1px dotted #c1c1c1;
    background-color: #e8e8e8;
}

div[data-struct][criteria='active'] label:first-child {
    color: #000;
    font-weight: bold;
}

div[data-struct][criteria='active'] .form-control,
div[data-struct][criteria='active'] .panel-filter {
    border: 1px solid #319200;
}

ola\:rule::before {
    content: "\f06e";
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: darkred;
}

ola\:rule::after {
    content: "\f2a8";
    font: normal normal normal 16px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    color: darkred;
}

/* Fix Google styles */
.modal-dialog.google-visualization-charteditor-dialog {
    z-index: 200;
    width: auto;
    height: auto;
    margin: 0;
}

.modal-dialog.google-visualization-charteditor-dialog * {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: initial;
}

.google-visualization-charteditor-name-input {
    padding: 2px !important;
}

/* Fix Bootstrap styles after Google */
#embed-modal .modal-dialog {
    padding: 0;
    background: transparent;
    position: relative;
    border: 0;
}

.info-box {
    display: block;
    min-height: 90px;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin-bottom: 15px
}

.info-box small {
    font-size: 14px
}

.info-box .progress {
    background: rgba(0, 0, 0, 0.2);
    margin: 5px -10px 5px -10px;
    height: 2px
}

.info-box .progress,
.info-box .progress .progress-bar {
    border-radius: 0
}

.info-box .progress .progress-bar {
    background: #fff
}

.info-box-icon {
    border-radius: 2px 0 0 2px;
    display: block;
    float: left;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
    background: rgba(0, 0, 0, 0.2)
}

.info-box-icon > img {
    max-width: 100%
}

.info-box-content {
    padding: 5px 10px;
    margin-left: 90px
}

.info-box-number {
    display: block;
    font-weight: bold;
    font-family: RobotoBold, Arial, sans-serif;
    font-size: 18px
}

.progress-description,
.info-box-text {
    display: block;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.info-box-text {
    text-transform: uppercase
}

.info-box-more {
    display: block
}

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-active,
.bg-yellow-active,
.bg-aqua-active,
.bg-blue-active,
.bg-light-blue-active,
.bg-green-active,
.bg-navy-active,
.bg-teal-active,
.bg-olive-active,
.bg-lime-active,
.bg-orange-active,
.bg-fuchsia-active,
.bg-purple-active,
.bg-maroon-active,
.bg-black-active {
    color: #fff !important
}

.bg-gray {
    color: #000;
    background-color: #d2d6de !important
}

.bg-gray-light {
    background-color: #f7f7f7
}

.bg-black {
    background-color: #111 !important
}

.bg-red {
    background-color: #dd4b39 !important
}

.bg-yellow {
    background-color: #f39c12 !important
}

.bg-aqua {
    background-color: #00c0ef !important
}

.bg-blue {
    background-color: #0073b7 !important
}

.bg-light-blue {
    background-color: #3c8dbc !important
}

.bg-green {
    background-color: #00a65a !important
}

.bg-navy {
    background-color: #001f3f !important
}

.bg-teal {
    background-color: #39cccc !important
}

.bg-olive {
    background-color: #3d9970 !important
}

.bg-lime {
    background-color: #01ff70 !important
}

.bg-orange {
    background-color: #ff851b !important
}

.bg-fuchsia {
    background-color: #f012be !important
}

.bg-purple {
    background-color: #605ca8 !important
}

.bg-maroon {
    background-color: #d81b60 !important
}

.bg-gray-active {
    color: #000;
    background-color: #b5bbc8 !important
}

.bg-black-active {
    background-color: #000 !important
}

.bg-red-active {
    background-color: #d33724 !important
}

.bg-yellow-active {
    background-color: #db8b0b !important
}

.bg-aqua-active {
    background-color: #00a7d0 !important
}

.bg-blue-active {
    background-color: #005384 !important
}

.bg-light-blue-active {
    background-color: #357ca5 !important
}

.bg-green-active {
    background-color: #008d4c !important
}

.bg-navy-active {
    background-color: #001a35 !important
}

.bg-teal-active {
    background-color: #30bbbb !important
}

.bg-olive-active {
    background-color: #368763 !important
}

.bg-lime-active {
    background-color: #00e765 !important
}

.bg-orange-active {
    background-color: #ff7701 !important
}

.bg-fuchsia-active {
    background-color: #db0ead !important
}

.bg-purple-active {
    background-color: #555299 !important
}

.bg-maroon-active {
    background-color: #ca195a !important
}

.theme-color {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    margin: 5px 2px 0 5px;
    cursor: pointer;
}

.twilio-status {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin: 0 4px;
}

.small-box {
    font-family: Roboto, Arial, sans-serif;
    border-radius: 2px;
    position: relative;
    display: block;
    margin-bottom: 20px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1)
}

.small-box > .inner {
    padding: 10px
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background: rgba(0, 0, 0, 0.15)
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    font-family: RobotoBold, Arial, sans-serif;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0
}

.small-box p {
    font-size: 15px
}

.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px
}

.small-box h3,
.small-box p {
    z-index: 5
}

.small-box .icon {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    top: -10px;
    right: 10px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15)
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9
}

.small-box:hover .icon {
    font-size: 95px
}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome and Opera */
}


/* START - THIS IS NEED REPLACE */

#load {
    padding: 50px;
    position: absolute;
    color: #0088CC;
    font-weight: bold;
    z-index: 1;
    border: 1px solid #cccccc;
    background: #ffffff;
    top: 40%;
    left: 40%;
    text-align: center;
    line-height: 140%;
    font-family: Arial, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 2px 3px rgba(0, 0, 0, 0.2);
}

input.error2[type=text], input.error2[type=password], input.error2[type=radio], select.error2, textarea.error2 {
    border-color: red;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 4px rgba(255, 0, 0, 0.6);
    outline: 0 none;
}

.error {
    padding: 0;
    font-family: helvetica, verdana, arial, sans-serif;
    color: red;
    font-size: 12px;
    font-weight: normal;
}

ul.events {
    margin: 0;
    padding: 0;
}

li.events {
    margin: 0;
    padding-left: 5px;
    list-style-type: none;
}

.error2 {
    color: red;
}

div.fixedWidth {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* END */

.x-scroll {
    overflow-x: auto;
}

.ui-slider .ui-slider-handle {
    width: initial !important;
    height: initial !important;
    min-width: 1em;
    min-height: 2em;
    padding: .2em;
}

.ui-slider-horizontal {
    height: 1.5em !important;
}

.ui-widget.ui-widget-content {
    margin-top: .6em;
}

.security-analysis-reload {
    margin: 5px;
    cursor: pointer;
}

.security-analysis-reload:before {
    font-family: FontAwesome, sans-serif;
    color: #929292;
    content: "\f021";
    font-weight: normal;
    font-size: 28px;
    padding: 2px;
}

.security-analysis-reload:hover {
    -webkit-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.security-analysis-count {
    color: #4e4e4e;
    font-family: Roboto, Arial, sans-serif;
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 0;
}

.security-analysis-label {
    color: #838383;
    font-family: RobotoLight, Arial, sans-serif;
    font-size: 11px;
    text-transform: uppercase;
}

.security-analysis .list-group-item {
    margin-left: -5px;
    border: none;
    border-left: 3px solid transparent;
    padding: 5px 10px;
}

.security-analysis .list-group-item:hover {
    margin-left: -5px;
    cursor: pointer;
    border-left: 3px solid #0ec6e4;
    background-color: #f8feff;
}

.security-analysis .list-group-item-heading {
    font-family: RobotoLight, Arial, sans-serif;
    color: #414141;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 2px;
    margin-bottom: 2px;
}

.security-analysis .list-group-text {
    font-family: RobotoBold, Arial, sans-serif;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.security-analysis .list-group-text.icons {
    text-align: right;
    width: 100%;
    font-size: 13px;
}

.security-analysis .list-group-text.icons a {
    margin: 2px;
}

.security-analysis .list-group-item p {
    margin: 0 0 3px;
}

.security-analysis .list-group-text.warning {
    color: #ff5411;
}

.security-analysis .list-group-text.success {
    color: #199e01;
}


div[rel='security-analysis'] .panel-body {
    height: 350px;
    overflow-y: auto;
}

/* width */
div[rel='security-analysis'] .panel-body::-webkit-scrollbar {
    width: 8px;
}

/* Track */
div[rel='security-analysis'] .panel-body::-webkit-scrollbar-track {
    background: #fff;
}

/* Handle */
div[rel='security-analysis'] .panel-body::-webkit-scrollbar-thumb {
    background: #929292;
}

/* Handle on hover */
div[rel='security-analysis'] .panel-body::-webkit-scrollbar-thumb:hover {
    background: #929292;
}


/* cookie consent */

#cookie-consent-configurator .choose-colours .input-hidden {
    position: absolute;
    left: -9999px;
}

#cookie-consent-configurator .choose-colours input[type=radio] + label {
    padding: 3px;
    border: 1px solid transparent;
}

#cookie-consent-configurator .choose-colours input[type=radio]:checked + label {
    border-color: #1f323c;
}

#cookie-consent-configurator .choose-colours input[type=radio]:hover + label {
    border-color: rgba(31, 50, 60, .5);
    cursor: pointer;
}

#cookie-consent-configurator .theme-preview-container {
    height: 35px;
    width: 50px;
    padding: 8px
}

#cookie-consent-configurator .theme-preview-button {
    height: 10px;
    width: 15px;
    margin-top: 10px;
    margin-left: 20px;
}

code.copy {
    padding: 0;
    color: #444;
    font-size: 13px;
    line-height: 19px;
    overflow-x: hidden;
    white-space: pre;
    display: block;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

div[rel='accountInfo'] .list-group-item-heading {
    font-family: Roboto, Arial, sans-serif;
    font-size: 14px;
}

div[rel='accountInfo'] .list-group-item-text {
    font-family: RobotoLight, Arial, sans-serif;
    font-size: 14px;
    color: #31708f;
}


.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 33px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.custom-file input[type="file"] {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 33px;
    margin: 0;
    opacity: 0;
}

.custom-file input[type="file"]:focus ~ label {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file input[type="file"]:focus ~ label::after {
    border-color: #80bdff;
}

.custom-file input[type="file"]:disabled ~ label {
    background-color: #e9ecef;
}

.custom-file input[type="file"]:lang(en) ~ label::after {
    content: "Browse";
}

.custom-file input[type="file"]:lang(fr) ~ label::after {
    content: "Parcourir";
}

.custom-file input[type="file"]:lang(ru) ~ label::after {
    content: "Обзор";
}

.custom-file label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 35px;
    padding: 7px;
    line-height: 1.5;
    color: #495057;
    text-transform: uppercase;
    font-size: 13px;
    background-color: #fff;
    border: 1px solid #d4d4d4;
}

.custom-file label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 33px;
    padding: 7px;
    line-height: 1.5;
    color: #495057;
    font-family: RobotoLight, Arial, sans-serif;
    background-color: #e9ecef;
    border-left: 1px solid #d4d4d4;
}


/* ==========================================================================
   Jobs Panel Section Style
   ========================================================================== */

.job-row {
    display: flex;
    height: 140px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    -webkit-transition: transform 0.2s linear, -webkit-box-shadow 0.2s linear;
    -moz-transition: transform 0.2s linear, -moz-box-shadow 0.2s linear;
    transition: transform 0.2s linear, box-shadow 0.2s linear;
    padding: 0 15px;
    margin-bottom: 30px;
    border: 1px solid #efefef;
    -webkit-border-radius: 2px;
    cursor: pointer;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    justify-content: right;
    align-items: center;
}

.job-row:hover {
    box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 13px 21px rgba(0, 0, 0, 0.13);
}

.job-row .job-logo {
    width: 200px;
    flex: 0 0 200px;
    text-align: center;
}

.job-row .job-logo img {
    max-width: 100%;
    max-height: 120px;
}

.job-row .job-description {
    padding: 0 20px;
}

.job-row .job-date {
    position: absolute;
    align-self: flex-end;
    font-size: 12px;
    margin-top: 10px;
    left: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 4px;
    font-family: RobotoBold, Arial, sans-serif;
}

.job-row .job-title {
    color: #0a001f;
    font-family: RobotoBold, Arial, sans-serif;
    font-size: 16px;
}

.job-row .job-elements {
    text-align: left;
    color: #0073b7;
    line-height: 20px;
    font-size: 12px;
    font-family: RobotoLight, Arial, sans-serif;
}

.job-row .apply-job {
    text-align: right;
}

.job-row .apply-job a {
    text-transform: uppercase;
    font-family: RobotoLight, Arial, sans-serif;
    font-size: 13px;
    color: #dd4b39;
    border: 1px solid #dd4b39;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
    padding: 6px 14px;
    letter-spacing: 0;
    margin: 16px 0;
    display: inline-block;
    -webkit-transition: all 400ms;
    -moz-transition: all 400ms;
    -ms-transition: all 400ms;
    -o-transition: all 400ms;
    transition: all 400ms;
}

.job-row .apply-job a:hover {
    background-color: #dd4b39;
    color: #fff;
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    background: #ffffff;
    padding-right: 1px;
}

.tag {
    font-size: 13px;
    padding: 3px 5px;
    margin: 3px;
    font-family: RobotoBold, Arial, sans-serif;
    cursor: pointer;
}

.tag a {
    color: #bbb;
    cursor: pointer;
    opacity: 0.7;
}

.tag a:hover {
    opacity: 1.0
}

.tag .remove {
    vertical-align: middle;
    top: 0;
}

.tag a {
    margin: 0 0 0 .3em;
}

.tag a .glyphicon-white {
    color: #fff;
    margin-bottom: 2px;
}

.flag-icon {
    font-size: 13px !important;
}

.dropdown-menu[data-structures] > li > a {
    font-size: 14px;
}

.user-online {
    color: #0ec2e0 !important;
}

.user-offline {
    color: #cb5759 !important;
}

.unread {
    font-weight: bold;
}

.gallery-list .item {
    cursor: pointer;
    margin: 3px 0;
    opacity: 0;
}

.gallery-list .item.loaded {
    opacity: 1;
    -webkit-transition: 2s opacity;
    -o-transition: 2s opacity;
    transition: 2s opacity;
}

.gallery-list .item-info {
    -webkit-transition: 0.4s all;
    -o-transition: 0.4s all;
    transition: 0.4s all;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 5px 3px;
}

.gallery-list .item-name {
    font-family: RobotoBold, Arial, sans-serif;
    font-size: 13px;
    color: #fff;
    text-align: center;
}

.gallery-list .item-description {
    font-family: RobotoLight, Arial, sans-serif;
    font-size: 12px;
    color: #fbfbfb;
    text-align: justify;
    margin: 10px 0;
}

.gallery-list .item-date {
    font-family: RobotoLight, Arial, sans-serif;
    font-size: 12px;
    color: #fbfbfb;
    text-align: center;
}

.icon-muted {
    color: #ddd;
}

.h2-button {
    margin-top: 20px;
}

.fixed-bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
    padding: 10px;
}

.fixed-bottom.bg-white {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    background-color: #fff;
}

.fixed-bottom.bg-white.animate {
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.right-dropdown-menu{
    right: 0;
    left: unset;
}

.preloader {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e0e0e0;
    z-index: 1001;
}

.preloader__row {
    position: relative;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
    text-align: center;
    animation: preloader-rotate 2s infinite linear;
}

.preloader__item {
    position: absolute;
    display: inline-block;
    top: 0;
    background-color: #337ab7;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    animation: preloader-bounce 2s infinite ease-in-out;
}

.preloader__item:last-child {
    top: auto;
    bottom: 0;
    animation-delay: -1s;
}

@keyframes preloader-rotate {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader-bounce {

    0%,
    100% {
        transform: scale(0);
    }

    50% {
        transform: scale(1);
    }
}

.loaded_hiding .preloader {
    transition: 0.3s opacity;
    opacity: 0;
}

.loaded .preloader {
    display: none;
}

.two-factor-auth-recommendation{
    background-color: rgba(85, 85, 85, 1);
    color: #FFFFFF;
    text-align: center;
    padding: 5px 15px 7px;
    line-height: normal;
    margin-left: 3px;
    text-transform: uppercase;
}
.two-factor-auth-button-block{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.two-factor-auth-button-block button{
    margin: 10px 10px 0 10px !important;
}
.two-factor-auth-title{
    color: #333;font-weight: bold;
    font-size:16px;
    margin-top: 16px;
    margin-bottom: 12px;
}
.two-factor-auth-text{
    color: #716f6f;
    font-size:16px;
}
.two-factor-auth-user-data {
    color : #337ab7;
}
.two-factor-auth-tab{
    text-transform: uppercase;
}
.two-factor-input{
  margin: 1.5em 0em auto;
}
.client-document-file-icon{
    color: #3b4427;
}