@import url('https://fonts.googleapis.com/css?family=Noto+Sans');

@font-face {
    font-family: 'Montserrat';
    src: url('fonts/montserrat/Montserrat-Regular.eot');
    src: url('fonts/montserrat/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-Regular.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-Regular.woff') format('woff'),
    url('fonts/montserrat/Montserrat-Regular.ttf') format('truetype'),
    url('fonts/montserrat/Montserrat-Regular.svg#GothamRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Medium';
    src: url('fonts/montserrat/MontserratAlternates-Medium.eot');
    src: url('fonts/montserrat/MontserratAlternates-Medium.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/MontserratAlternates-Medium.woff2') format('woff2'),
    url('fonts/montserrat/MontserratAlternates-Medium.woff') format('woff'),
    url('fonts/montserrat/MontserratAlternates-Medium.ttf') format('truetype'),
    url('fonts/montserrat/MontserratAlternates-Medium.svg#GothamRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat Bold';
    src: url('fonts/montserrat/Montserrat-Bold.eot');
    src: url('fonts/montserrat/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/montserrat/Montserrat-Bold.woff2') format('woff2'),
    url('fonts/montserrat/Montserrat-Bold.woff') format('woff'),
    url('fonts/montserrat/Montserrat-Bold.ttf') format('truetype'),
    url('fonts/montserrat/Montserrat-Bold.svg#GothamRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded';
    src: url('fonts/Gotham/GothamRounded-Light.eot');
    src: url('fonts/Gotham/GothamRounded-Light.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham/GothamRounded-Light.woff2') format('woff2'),
    url('fonts/Gotham/GothamRounded-Light.woff') format('woff'),
    url('fonts/Gotham/GothamRounded-Light.ttf') format('truetype'),
    url('fonts/Gotham/GothamRounded-Light.svg#GothamRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Gotham Rounded Bold';
    src: url('fonts/Gotham/GothamRounded-Bold.eot');
    src: url('fonts/Gotham/GothamRounded-Bold.eot?#iefix') format('embedded-opentype'),
    url('fonts/Gotham/GothamRounded-Bold.woff2') format('woff2'),
    url('fonts/Gotham/GothamRounded-Bold.woff') format('woff'),
    url('fonts/Gotham/GothamRounded-Bold.ttf') format('truetype'),
    url('fonts/Gotham/GothamRounded-Bold.svg#GothamRounded-Light') format('svg');
    font-weight: 300;
    font-style: normal;
}


* {
    outline: none;
    box-sizing: border-box;
}

html {
    margin: 0;
    padding: 0;
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans', Verdana, Geneva, sans-serif;
    font-size: 13px;
    height: 100%;
}

p {
    line-height: normal;
    margin-top: 0;
}

p:last-child {
    margin-bottom: 0;
}

img {
    border: none;
}

ol, ul {
    padding-left: 15px;
}

ul {
    list-style: none;
}

li {
    margin-bottom: 8px;
}

a {
    text-decoration: none;
    color: #0091e8;
}

small {
    font-size: 85%;
}

/* Type
----------------------------------------------------------------------------------------------------------------------*/

.type-hidded {
    display: none !important;
}

/* Components
----------------------------------------------------------------------------------------------------------------------*/

.alert > span.highlight {
    color: #0091e8;
}

.alert-warning {
    background-color: #fbf7da;
    border-bottom: 1px solid #faebca;
    color: #846225;
    padding: 5px 0;
    text-align: center;
    font-size: 12px;
}

.alert-dismissible .close {
    position: relative;
    top: -3px;
    padding: 0 5px;
    color: #b9b9b9;
    font-size: 24px;
    cursor: pointer;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
}

button.close {
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    appearance: none;
}

/* Header
----------------------------------------------------------------------------------------------------------------------*/

.top-dropdown-list {
    display: none;
    background: white;
    border: 1px solid #d7d8d9;
    position: absolute;
    z-index: 1000;
    min-width: 152px;
    right: -15px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .1);
}

.top-dropdown-list__info {
    padding: 10px;
    border-bottom: 1px solid #d7d8d9;
    font-size: 12px;
    color: gray;
    display: flex;
    flex-direction: column;
}

.top-dropdown-list__info > b {
    color: #333;
}

.top-dropdown-list.active {
    display: block;
}

.top-dropdown-list > ul {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}

.top-dropdown-list > ul > li > a {
    border-bottom: 1px solid #d7d8d9;
    display: block;
    padding: 10px;
    margin: 0;
    color: gray;
    transition: all .2s;
}

.top-dropdown-list li:hover > a {
    background: #fafafa;
}

.top-dropdown-list li {
    margin-bottom: 0;
}

.top-dropdown-list li:last-child a {
    border-bottom: 0;
}

.top-link-block {
    display: flex;
    align-items: center;
}

.top-menu-wrapper {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

#inner_header {
    background: url(../images/main_body_bg.png) repeat 0 0 transparent;
    width: 100%;
    border-bottom: 1px solid #d7d8d9;
}

.MemberAccount {
    margin: 0 10px 0 0;
    padding: 0;
    float: left;
}

.MemberAccount > li {
    float: left;
    margin: 5px;
    position: relative;
}

.MemberAccount > li:before {
    content: "|";
    color: #aeadad;
    margin-right: 10px;
}

.MemberAccount > li:first-child:before {
    display: none;
}

.MemberAccount > li a {
    font-size: 12px;
    text-decoration: none;
    color: #0091e8;
}

.MemberAccount > li a i {
    float: right;
    margin: 2px 4px;
}

li.reLoginLink i {
    float: none !important;
    transform: rotate(180deg);
    color: white;
    background: #bc514c;
    padding: 2px 5px 2px 7px;
    border-radius: 2px;
}

li.reLoginLink:hover i {
    background: #0091e8;
}

#headerMainMenu > a:hover {
    color: #bc514c;
}

a.sidebar-list-btn {
    display: none;
    background: #bc514c;
    width: 120px;
    padding: 10px;
    color: #fff;
    font-weight: bold;
    justify-content: center;
    align-items: center;
}

a.sidebar-list-btn.active {
    display: flex;
}

a.sidebar-list-btn:hover {
    background: #4395c7;
}

#inner_bg {
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    width: 100%;
}

/* Sidebar
----------------------------------------------------------------------------------------------------------------------*/

#firstpane {
    position: relative;
}

.menu_head {
    padding: 23px 14px 22px 20px;
    cursor: pointer;
    position: relative;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    border-bottom: 1px solid #167dab;
    display: flex;
    align-items: center;
}

p.menu_head > i {
    margin-right: 5px;
    font-size: 15px;
}

.menu_head:last-child:not(.active) {
    margin-bottom: 66px;
}

.menu_head:hover,
.menu_head.active {
    background-color: #D34B44;
}

.menu_head.active:before {
    cursor: pointer;
    background-color: #d34b44;
    content: "";
    position: absolute;
    top: 12px;
    right: 0;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 25px solid #dee4e8;
    border-bottom: 20px solid transparent;
}

#inner_lest_side {
    position: relative;
    background: #EFEFEF;
    display: flex;
    height: 100%;
}

#sidebar {
    background: #4395c7;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: auto;
    overflow-scrolling: touch;
    max-width: 280px;
    min-width: 250px;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}

#sidebar.loading {
    filter: blur(3px);
}

#sidebar.loading:before {
    content: " ";
    cursor: default;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 999;
}

#sidebar:after {
    content: " ";
    display: block;
    height: 66px;
    width: 100%;
}

.mobile #sidebar:after {
    margin-bottom: 66px;
}

.menu_list {
    height: 100%;
    overflow: hidden;
}

body.toggled #sidebar {
    max-width: 280px;
    min-width: 250px;
    width: 100%;
}

.sidebar-item {
    display: none;
}

.sidebar-item.active {
    display: block;
}

.menu_body {
    display: none;
}

.menu_body a {
    display: block;
    color: #006699;
    background-color: #EFEFEF;
    padding: 13px 20px 12px 40px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: #79a9cf 1px dashed;
    text-decoration: none;
    border-right: 1px solid #d7d8d9;
}

.menu_body a:last-child {
    border: 0 none;
}

.menu_body a.active,
.menu_body a:hover {
    color: #d34b44;
    text-decoration: none;
}

/* Content
----------------------------------------------------------------------------------------------------------------------*/

.content_wrapper {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
}

#right_side_wrapper {
    padding: 9px;
    width: 100%;
    height: calc(100% - 37px);
    flex-grow: 1;
    position: relative;
    display: flex;
    background: #dee4e8;
}

#inner_right_side {
    background-repeat: no-repeat;
    background-position: right 38px bottom;
    background-color: #fff;
    border: 1px solid #d7d8d9;
    border-radius: 5px;
    color: #646161;
    height: 100%;
    overflow-y: auto;
    padding: 0 0 50px 0;
    width: 100%;
    overflow-scrolling: touch;
    background-size: 160px;
}

body.mobile #inner_right_side {
    background-image: none !important;
}

#inner_right_side .ui-jqgrid.ui-widget.ui-widget-content {
    background: transparent;
}

#inner_right_side.loading {
    overflow: hidden;
    filter: blur(3px);
}

#inner_right_side.loading:before {
    content: " ";
    cursor: default;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    position: absolute;
    z-index: 999;
}

#right_side_header {
    background: #edf1f3;
    display: flex;
    font-size: 12px;
    line-height: 40px;
    margin: 0;
    min-height: 40px;
    padding: 0 20px;
}

#right_side_header .headline {
    font-size: 16px;
}

.right-side-header-button-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: baseline;
    flex-basis: auto;
    flex-grow: 1;
    flex-shrink: 1;
}

.right-side-header-button-wrapper > div {
    margin-right: 10px;
}

.right-side-header-button-wrapper > button {
    max-height: 26px;
}

.right-side-header-button-section > label {
    line-height: 20px;
    margin-top: -6px;
}

.right-side-header-button-section {
    margin-right: 20px;
    display: flex;
    flex-direction: column;
}

.right-side-header-options {
    font-size: 11px;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
}

.right-side-header-option:first-child {
    margin-right: 20px;
}

.right-side-content-wrapper {
    padding: 20px;
}

#inner_right_side > table {
    width: 100%;
}

.ui-jqgrid-htable,
.ui-jqgrid-btable,
.ui-jqgrid-pager,
.ui-jqgrid-view,
.ui-jqgrid-bdiv,
.ui-jqgrid-hdiv,
.ui-jqgrid-hbox,
.ui-jqgrid {
    max-width: 100% !important;
    width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-btable tr.jqgrow td {
    white-space: inherit;
}

.ui-pager-control > table > tbody > tr > td {
    width: auto !important;
}

#inner_right_side_narrow {
    width: 1140px;
    background-color: #fff;
}

#cre_mediume {
    background-image: url(../images/credit_medium.jpg);
    width: 255px;
    background-repeat: repeat-y;
    overflow: hidden;
}

.viewmore a {
    font-size: 12px;
    color: #000;
    text-decoration: none;
    font-weight: bold;
}

.viewmore a:hover {
    font-size: 12px;
    color: #000;
    text-decoration: underline;
    font-weight: bold;
}

/* Form
----------------------------------------------------------------------------------------------------------------------*/
.custom-form-style select,
.custom-form-style textarea,
.custom-form-style input:not([type]),
.custom-form-style input[type="email"],
.custom-form-style input[type="number"],
.custom-form-style input[type="password"],
.custom-form-style input[type="tel"],
.custom-form-style input[type="url"],
.custom-form-style input[type="text"],
.custom-form-style input[type="date"] {
    border: 1px solid #d1d1d1;
    background: #eff2f4;
    color: #858181;
    padding: 8px 10px 8px 8px;
    font-size: 13px;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.custom-form-style select[required],
.custom-form-style input[required] {
    background-image: url(../images/asterisk.png);
    background-repeat: no-repeat;
    background-position: right 3px center;
}

.custom-form-style select[readonly],
.custom-form-style textarea[readonly],
.custom-form-style input[readonly],
.custom-form-style select[disabled],
.custom-form-style textarea[disabled],
.custom-form-style input[disabled] {
    /*cursor: not-allowed;*/
    color: #a5a5a5;
}

.custom-form-style input[type="file"] {
    width: 1px;
    height: 1px;
    opacity: 0;
    position: absolute;
}

.custom-form-style input[type="file"] + label {
    display: inline-block;
    font: bold 12px/20px "Noto Sans", serif;
    padding: 7px 16px 6px;
    text-decoration: none;
    color: #3e8dca;
    cursor: pointer;
    border: 1px solid #499cdb;
}

.custom-form-style input[type="file"]:focus + label,
.custom-form-style input[type="file"] + label:hover {
}

.custom-form-style select {
    min-width: 50px;
    max-height: 33px;
    padding-right: 18px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("../images/select-appearance.png") !important;
    background-position: right 1px !important;
    background-repeat: no-repeat !important;
    cursor: pointer;
}

.ui-widget select {
    background-position: right -4px !important;
}

/* CAUTION: IE hackery ahead */
.custom-form-style select::-ms-expand {
    display: none !important; /* remove default arrow on ie10 and ie11 */
}

.button_default,
.button_secondary,
.button_primary {
    display: inline-block;
    color: #fff;
    font: bold 12px/20px "Noto Sans", serif;
    padding: 7px 16px 6px;
    text-decoration: none;
    border: 0;
    cursor: pointer;
}

.button_default {
    border: 1px solid #499cdb;
    color: #499cdb;
    background: #fff;
    padding-top: 6px;
    padding-bottom: 5px;
    transition: all .1s;
}

.button_default:hover {
    color: #3e8dca;
    border-color: #3e8dca;
}

a.btn-mini,
input.btn-mini,
button.btn-mini {
    font-size: 12px;
    font-weight: normal;
    padding: 3px 10px;
    color: #fff !important;
}

.button-vertical-separator {
    margin: 0 8px;
    font-size: 12px;
}

/* The switch - the box around the slider */

.custom-form-style > .switch {
    margin-bottom: 12px;
}

.switch {
    display: flex;
    align-items: center;
    cursor: pointer;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

/* The slider */
.switch-slider {
    position: relative;
    border-radius: 12px;
    background-color: #d1d1d1;
    transition: .2s;
    transition: .2s;
    display: inline-block;
    width: 40px;
    height: 20px;
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: white;
    transition: .2s;
    transition: .2s;
    border-radius: 50%;
}

.switch input:checked + .switch-slider {
    background-color: #0091e8;
}

.switch input:focus + .switch-slider {
    box-shadow: 0 0 1px #0091e8;
}

.switch input:checked + .switch-slider:before {
    transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.switch-label {
    margin-left: 5px;
    font-size: 12px;
    font-weight: bold;
}

/* Custom tabs
    ----------------------------------------------------------------------------------------------------------------------*/

.custom-tabs {
    padding: 0 !important;
    border: 0 !important;
}

.custom-tabs > ul {
    padding: 0;
    background: transparent;
}

.custom-tabs > ul > li {
    background: transparent !important;
    border-color: #d6d6d6 !important;
}

.custom-tabs > ul > li > a {
    color: #666 !important;
    font-weight: normal;
    padding: 7px 16px !important;
    font-size: 14px;
}

.custom-tabs > ul > li.ui-state-active > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    bottom: 0;
}

.custom-tabs > div {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Custom grid table
----------------------------------------------------------------------------------------------------------------------*/

/*

.ui-pg-div.ui-inline-del {
    display: none;
}

body[data-user-role="admin"] .ui-pg-div.ui-inline-del,
.deleteEnabled .ui-pg-div.ui-inline-del {
    display: block;
}

*/

.custom-grid-theme .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    color: white;
    font-weight: normal;
}

.custom-grid-theme .ui-jqgrid .ui-jqgrid-htable th.ui-th-column,
.custom-grid-theme .ui-jqgrid .ui-jqgrid-hbox {
    background: #5b5b5b;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #5b5b5b 0%, #4e4e4e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5b5b5b), color-stop(100%, #4e4e4e));
    background: -webkit-linear-gradient(top, #5b5b5b 0%, #4e4e4e 100%);
    background: -o-linear-gradient(top, #5b5b5b 0%, #4e4e4e 100%);
    background: -ms-linear-gradient(top, #5b5b5b 0%, #4e4e4e 100%);
    background: linear-gradient(to bottom, #5b5b5b 0%, #4e4e4e 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5b5b5b', endColorstr='#4e4e4e', GradientType=0);
}

.custom-grid-theme .ui-jqgrid .ui-state-default:not(th):not(.loading ) {
    border-radius: 8px 8px 0 0;
}

/* Field Section
----------------------------------------------------------------------------------------------------------------------*/

input[name="fakefilepc"] {
    cursor: pointer;
}

.field-section {
    width: 100%;
    max-width: 355px;
    margin-bottom: 12px;
}

.file-info-block a {
    color: #0091e8 !important;
}

/*.field-section:last-child {*/
/*margin-bottom: 0;*/
/*}*/

.form-columns .field-section {
    display: flex;
    align-items: center;
}

.content-left-side .field-section {
    padding-left: 11px;
}

.content-right-side.loading,
.inner_right_side .loading,
.content-left-side.loading {
    position: relative;
}

.ajax-spinner {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    margin: auto;
    width: 50px;
    height: 50px;
}

.content-right-side.loading .ajax-spinner,
.content-left-side.loading .ajax-spinner,
.inner_right_side .loading .ajax-spinner {
    display: block;
}

.content-right-side.loading:after,
.content-left-side.loading:after,
.inner_right_side .loading:after {
    content: "";
    background: rgba(255, 255, 255, .9);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
}

.field-section-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

.field-section-group-field {
    flex-grow: 1;
    margin-right: 10px;
}

.field-section > select,
.field-section > textarea,
.field-section > input:not([type="radio"]) {
    width: 100%;
    max-height: inherit;
    transition: all .2s;
}

.field-section.highlight > select,
.field-section.highlight > textarea,
.field-section.highlight > input:not([type="radio"]) {
    border-color: rgb(191, 191, 191);
    background: #e4e7e8;
}

.field-section-label {
    line-height: 21px;
    font-size: 12px;
}

.form-columns .field-section-label {
    white-space: nowrap;
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 40%;
    max-width: 27%;
}

.field-section-counter {
    float: right;
    color: #969696;
    font-size: 13px;
}

small.field-section-counter {
    font-size: 12px;
}

.field-section-radio-list {
    position: relative;
    display: flex;
    align-items: center;
}

/* Manage Section
----------------------------------------------------------------------------------------------------------------------*/

.manage-section {
    display: flex;
    margin-bottom: 10px;
    justify-content: space-between;
    align-items: center;
}

.manage-section-info {
    color: darkgrey;
}

.manage-section-important {
    font-size: 16px;
}

.manage-section-important > a {
    color: #0091e8 !important;
}


/* File manager
----------------------------------------------------------------------------------------------------------------------*/

.field-section-files-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    max-height: 300px;
    overflow: auto;
}

.field-section-file {
    flex-basis: auto;
    min-width: 120px;
    max-width: 160px;
    padding: 5px;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0 5px 5px 0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #25658c;
    overflow: hidden;
    transition: .15s;
}

.field-section-file-wrapper {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.15);
    background: #f8f8f8;
    width: 100%;
    height: 100%;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 2px;
}

.field-section-file-wrapper:hover {
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.2);
    color: #1c5374;
}

.field-section-file-wrapper > img {
    max-width: 100%;
    margin: 0 auto;
}

.field-section-file-wrapper.missed-image i.fa.fa-file-image-o {
    display: block;
}

.missed-image img,
.field-section-file i.fa.fa-file-image-o {
    display: none;
}

.field-section-file i.fa {
    font-size: 70px;
}

.field-section-file span {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 5px;
    word-break: break-all;
}

.field-section-file .size {
    background: #898989;
    color: white;
    box-shadow: 1px 1px 3px #6d6d6d inset;
    font-size: 11px;
    padding: 3px 5px;
    border-radius: 2px;
    margin-top: 5px;
}

.important-instruction-block {
    border: 1px solid #384664;
    padding: 0 44px 0;
    border-radius: 5px;
    position: relative;
    color: #384664;
}

.important-instruction-block > ul {
    padding-left: 16px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 15px;
}

.important-instruction-block > ul > li {
    position: relative;
}

.important-instruction-block > ul > li:before {
    content: "•";
    font-size: 25px;
    position: absolute;
    line-height: 15px;
    left: -15px;
}

.important-instruction-block > i.fa-info {
    background: #384664;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    padding: 10px 15px;
    border-radius: 3px 0 3px 0;
}

/* Custom Radio button
----------------------------------------------------------------------------------------------------------------------*/

.custom-radio-block {
    margin: 0 15px 5px 0;
    cursor: pointer;
}

.custom-radio-block:last-child {
    margin-right: 0;
}

.custom-radio-block input[type="radio"] {
    display: none;
}

.custom-radio-block input[type="radio"] + label {
    color: #0091e8;
    font-size: 13px;
    position: relative;
}

.custom-radio-block input[type="radio"] + label:before {
    content: " ";
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 2px 0 0;
    vertical-align: sub;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid #ababab;
}

.custom-radio-block input[type="radio"]:checked + label:after {
    content: " ";
    position: absolute;
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 6px 0 0 3px;
    left: 0;
    cursor: pointer;
    border-radius: 50%;
    background: #565656;
    border: 0;
}

/* Common
----------------------------------------------------------------------------------------------------------------------*/

.centeredImage {
    float: none;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 0;
}

#wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

#left_side {
    float: left;
    width: 416px;
}

#left_top {
    background-image: url(../images/left_top.jpg);
    width: 416px;
    height: 142px;
    background-repeat: no-repeat;
}

#left_bottom {
    background-image: url(../images/left_side.jpg);
    width: 416px;
    height: 632px;
    background-repeat: no-repeat;
}

#right_side {
    width: 576px;
    float: left;
}

.content-side-wrapper {
    align-items: stretch;
    display: flex;
    flex-direction: row;
    padding: 15px 20px 50px;
}

.content-left-side {
    flex-basis: 50%;
    max-width: 386px;
    border-right: 1px solid #D1D1D1;
    margin-right: 30px;
    padding-right: 30px;
    min-width: 300px;
}

.content-right-side {
    flex-grow: 1;
    flex-basis: 50%;
    flex-shrink: 1;
}

#right_top_bg {
    background-image: url(../images/right_bg.jpg);
    width: 576px;
    height: 142px;
}

#right_top_bg {
    background-image: url(../images/right_bg.jpg);
    width: 576px;
    height: 142px;
}

#right_main_cant {
    width: 576px;
    height: auto;
}

#right_main_bg_top {
    clear: both;
    margin-top: 15px;
}

.text {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    text-align: justify;
}

.header {
    font-size: 16px;
    color: #fff;
    text-align: center;
}

#centered {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 317px;
    width: 324px;
    margin: auto;
    border: 1px solid #2e70bd;
    flex-direction: column;
    display: flex;
    background: #fbfbfb;
}

.dialog-form-content {
    padding: 30px;
    color: gray;
    font-size: 12px;
}

.dialog-form-content p {
    margin-bottom: 3px;
}

#logintop_bg {
    width: 100%;
    padding: 15px;
    background-repeat: no-repeat;
    background-color: #2e70bd;
    display: flex;
    justify-content: center;
    align-items: center;
}

#loginmediume_bg {
    width: 100%;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#box_bg {
    width: 292px;
    margin: auto;
    margin-top: 15px;
}

input.rounded {
    border: 1px solid #dadada;
    font-size: 14px;
    padding: 7px;
    outline: 0;
    appearance: none;
    text-align: center;
    display: block;
    margin-top: 10px;
}

button.clickable {
    background: #2e70bd;
    color: white;
    border: 1px solid #24568f;
    padding: 7px;
    margin-top: 7px;
    margin-bottom: 10px;
    cursor: pointer;
    font-family: 'Noto Sans', Verdana, Geneva, sans-serif;
    font-size: 15px;
}

.box_text {
    font-size: 12px;
    color: #000;
    margin: 5px 0 0 0;
    font-weight: bold;
}

.text_box {
    background-image: url(../images/text_box.jpg);
    width: 195px;
    height: 28px;
    background-repeat: no-repeat;
}

.remember_me font {
    font-size: 14px;
    color: #f26e0c;
    font-weight: bold;
}

#loginbox_bg {
    width: 312px;
    margin: auto;
    margin-top: 15px;
}

.loginhead {
    font-size: 16px;
    color: #fff;
}

.loginhead a {
    color: #fff;
    text-decoration: none;
}

.loginhead a:hover {
    color: #fff;
    text-decoration: underline;
}

.heading_text {
    font-size: 14px;
    color: #5795c8;
    font-weight: bold;
}

/* Collapse
----------------------------------------------------------------------------------------------------------------------*/

.collapse-section {
    margin-bottom: 2px;
}

.collapse-content {
    display: none;
    padding-left: 22px;
}

.collapse-heading-text {
    cursor: pointer;
    font-size: 13px;
    padding: 6px 15px;
    background: #e6e6e6;
    border-radius: 5px;
    color: #cb2942;
}

.collapse-heading-text:hover {
    background: #dedede;
}

.collapse-heading-text:hover:before {
    border-left-color: #454545;
}

.collapse-section.active .collapse-heading-text {
    border-radius: 5px 5px 0 0;
}

.collapse-heading-text:before {
    content: "";
    display: block;
    height: 0;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #888888;
    float: left;
    margin-top: 5px;
    margin-right: 5px;
}

.collapse-section.active .collapse-heading-text:before {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid #454545;
    margin-top: 7px;
    margin-left: -2px;
    margin-right: 4px;
}

/*	--------------------------------------leftmenu-------------------------------------*/

.leftmenu ul {
    margin: 0 0 0 2px;
    font-family: "Noto Sans", Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 0;
    color: #000;
}

.leftmenu ul li {
    color: #000;
    margin: 0 0 0 1px;
    border-bottom: dashed 1px #2385c2;
    list-style: none;
}

.leftmenu ul li a {
    display: block;
    background: url(images/button.jpg) repeat-x;
    text-decoration: none;
    color: #000;
    line-height: 20;
    padding: 0 14px;
}

.leftmenu ul li a:hover {
    background-color: #d3edfe;
    display: block;
    background-repeat: repeat-x;
}

.inner_heading_text_bg {
    background: #f7f7f8;
}

.text_b {
    font-size: 13px;
    vertical-align: middle;
}

.inner_heading_text_bg2 {
    height: 30px;
    background: #f3f3f3;
}

.inner_heading_text {
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
    background: #f7f7f8;
}

.inner_line {
    border-bottom: #ccc 1px dashed;
    margin-top: 25px;
    clear: both;
}

.bg1 {
    margin-left: 25px;
    margin-top: 7px;
}

#param {
    margin-left: 40px;
}

fieldset {
    border: none;
    /*      border: 1px dashed #898989; */
    margin-bottom: 10px;
    margin-top: 10px;
    padding-top: 5px;
    text-align: left;
    width: 600px;
}

#schedfield {
    color: #fff;
    padding-top: 3px;
    padding-left: 10px;
    background-image: url(../images/inner_heading_text_bg1.jpg);
    width: 411px;
    height: 31px;
    background-repeat: no-repeat;
}

#instrfield {
    color: #fff;
    padding-top: 3px;
    padding-left: 10px;
    background-image: url(../images/inner_heading_text_bg.jpg);
    width: 283px;
    height: 31px;
    background-repeat: no-repeat;
}

.text1 {
    font-size: 12px;
    color: #000;
    font-weight: normal;
    line-height: 24px;
}

.box {
    border: #CCC solid 1px;
}

/* -------------------------------------------------------- */

.style3 {
    font-size: 14px;
}

.style4, .style5, .style6 {
    font-size: 13px;
}

.style4 {
    color: #fff;
    font-weight: bold;
}

.style5 {
    font-weight: bold;
}

.style6 {
    font-size: 13px;
}

/* -------------------------------------------------------- */

.up_5 {
    padding-top: 5px;
}

.up_10 {
    padding-top: 10px;
}

.up_15 {
    padding-top: 15px;
}

.up_20 {
    padding-top: 20px;
}

.up_25 {
    padding-top: 25px;
}

.up_30 {
    padding-top: 25px;
}

.up_35 {
    padding-top: 35px;
}

.up_40 {
    padding-top: 40px;
}

.up_45 {
    padding-top: 45px;
}

.down_5 {
    padding-bottom: 5px;
}

.down_10 {
    padding-bottom: 10px;
}

.down_15 {
    padding-bottom: 15px;
}

.down_25 {
    padding-bottom: 25px;
}

.left_5 {
    padding-left: 5px;
}

.left_10 {
    padding-left: 10px;
}

.left_15 {
    padding-left: 15px;
}

.left_20 {
    padding-left: 20px;
}

.left_25 {
    padding-left: 25px;
}

.right_5 {
    padding-right: 5px;
}

.right_10 {
    padding-right: 10px;
}

.right_15 {
    padding-right: 15px;
}

.right_20 {
    padding-right: 20px;
}

.right_25 {
    padding-right: 25px;
}

input.l2 {
    width: 145px;
}

input.l3 {
    width: 392px;
}

select.l3 {
    width: 392px;
}

input.date {
    width: 75px;
}

input.datetime {
    width: 120px;
    text-align: center;
}

textarea.t1 {
    width: 400px;
}

.sms {
    padding: 0 10px 0 10px;
}

.h2 {
    font-size: 12px;
}

/* Footer
----------------------------------------------------------------------------------------------------------------------*/
footer {
    border-top: 1px solid #dddddd;
}

#FooterWrap {
    background: #f5f5f5;
    padding: 10px 20px;
    overflow: hidden;
    font-size: 12px;
}

.FooterMenu {
    float: left;
}

.FooterMenu li {
    float: left;
    padding: 0 5px;
    color: #aeadad;
    text-transform: capitalize;
    margin-bottom: 0;
}

.FooterMenu li > a:after {
    content: "|";
    margin-left: 10px;
    color: #aeadad;
}

.FooterMenu li:last-child > a:after {
    display: none;
}

.CopyRightText {
    float: right;
    padding: 0;
    margin: 0;
    list-style: none;
    color: #909090;
}

ul.FooterMenu {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer {
    background: url(../images/pattern.png) repeat 0 0 rgba(0, 0, 0, 0.2);
    color: #fff;
}

#footer a {
    color: #fff;
}

#footer ul {
    margin: 0;
    padding: 0;
}

.footer-wrapper-section {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1140px;
    margin: 0 auto;
    padding: 26px 0;
}

ul.footer-menu {
    text-align: right;
}

ul.footer-menu li {
    margin-bottom: 3px;
}

#scrollTopBtn {
    display: none;
    opacity: .75;
    position: fixed;
    bottom: 36px;
    background: url(../images/back_to_top.jpg) no-repeat scroll 0 0 transparent;
    width: 79px;
    height: 28px;
    right: 4%;
    z-index: 10000;
    cursor: pointer;
    text-indent: -9999px;
}

body.mobile #scrollTopBtn {
    display: none !important;
}

.ReturnTop a:hover {
    opacity: 0.9;
}

/* Hamburger
----------------------------------------------------------------------------------------------------------------------*/

.hamburger {
    display: none;
    position: absolute;
    right: -42px;
    top: 4px;
    z-index: 999;
    width: 32px;
    height: 32px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.hamburger:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: all .2s ease-in-out;
}

.toggled .hamburger:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    transition: all .2s ease-in-out;
}

.hamburger .hamb-top,
.hamburger .hamb-middle,
.hamburger .hamb-bottom,
.toggled .hamburger .hamb-top,
.toggled .hamburger .hamb-middle,
.toggled .hamburger .hamb-bottom {
    position: absolute;
    left: 0;
    height: 4px;
    width: 100%;
}

.hamburger .hamb-top,
.hamburger .hamb-middle,
.hamburger .hamb-bottom {
    background-color: #3a80ab;
}

.hamburger .hamb-top {
    top: 5px;
    transition: all .2s ease-in-out;
}

.hamburger .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.hamburger .hamb-bottom {
    bottom: 5px;
    transition: all .2s ease-in-out;
}

.toggled .hamburger .hamb-middle {
    display: none;
}

.toggled .hamburger .hamb-top {
    top: 15px;
    transform: rotate(45deg);
    transition: transform .2s cubic-bezier(.73, 1, .28, .08);
}

.toggled .hamburger .hamb-bottom {
    top: 15px;
    transform: rotate(-45deg);
    transition: transform .2s cubic-bezier(.73, 1, .28, .08);
}

/* Nanobar (ajax loader)
----------------------------------------------------------------------------------------------------------------------*/

.nanobar {
    height: 2px;
}

.bar {
    background: #B91F1F;
    box-shadow: 0 0 3px #B91F1F;
    border-radius: 1px;
    position: absolute;
}

/* Media queries
----------------------------------------------------------------------------------------------------------------------*/

@media (max-width: 1024px) {
    .facet_sidebar {
        display: none;
    }
}

@media (max-width: 900px) {

    #sidebar {
        min-width: 0;
        width: 0;
        max-width: 0;
    }

    .hamburger {
        display: block;
    }

    ul.FooterMenu {
        display: none;
    }

    span.CopyRightText {
        float: none;
        white-space: nowrap;
        text-overflow: ellipsis;
        display: block;
        overflow: hidden;
    }

    .content-left-side .field-section {
        padding-left: inherit;
    }

    #right_side_wrapper {
        padding: 0;
    }

    #inner_right_side {
        border-radius: 0;
        border: 0;
    }

    #right_side_header {
        padding-left: 50px;
        padding-right: 10px;
    }
}

@media (max-width: 680px) {

    .right-side-content-wrapper {
        padding: 10px;
    }

    .right-side-header-button-section {
        margin-right: 10px;
    }
}

@media (max-width: 360px) {

    .top-menu-wrapper {
        justify-content: flex-end;
    }
}
