@font-face {
    font-family: 'A1Sans';
    src: url('../fonts/A1SansV54-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/A1SansV54-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/A1SansV54-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/A1SansV54-Regular.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/A1SansV54-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/A1SansV54-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'A1Sans';
    src: url('../fonts/A1SansV54-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/A1SansV54-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/A1SansV54-Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/A1SansV54-Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/A1SansV54-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/A1SansV54-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'A1Sans';
    src: url('../fonts/A1SansV54-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/A1SansV54-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/A1SansV54-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/A1SansV54-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/A1SansV54-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/A1SansV54-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: 'A1Serif';
    src: url('../fonts/A1SerifV54-Regular.eot'); /* IE9 Compat Modes */
    src: url('../fonts/A1SerifV54-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/A1SerifV54-Regular.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/A1SerifV54-Regular.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/A1SerifV54-Regular.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/A1SerifV54-Regular.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: 'A1Serif';
    src: url('../fonts/A1SerifV54-Light.eot'); /* IE9 Compat Modes */
    src: url('../fonts/A1SerifV54-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/A1SerifV54-Light.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/A1SerifV54-Light.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/A1SerifV54-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/A1SerifV54-Light.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: 'A1Serif';
    src: url('../fonts/A1SerifV54-Bold.eot'); /* IE9 Compat Modes */
    src: url('../fonts/A1SerifV54-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
        url('../fonts/A1SerifV54-Bold.woff2') format('woff2'), /* Super Modern Browsers */
        url('../fonts/A1SerifV54-Bold.woff') format('woff'), /* Pretty Modern Browsers */
        url('../fonts/A1SerifV54-Bold.ttf')  format('truetype'), /* Safari, Android, iOS */
        url('../fonts/A1SerifV54-Bold.svg#svgFontName') format('svg'); /* Legacy iOS */
    font-weight: 700;
    font-style: normal;
}

/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font: 400 15px/22px 'A1Sans', Tahoma, sans-serif;
    color: #000;
    padding: 58px 0 0 0;
}

:focus {
    outline: 0
}

img {
    max-width: 100%;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 30px white inset;
}

.space {padding: 100px 0;}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'A1Serif', Arial, serif; font-weight: bold; color: #222; margin: 0 0 15px 0;}

h1 {font-size: 26px; line-height: 32px;}
h2 {font-size: 22px; line-height: 28px;}
h3 {font-size: 18px; line-height: 28px;}
h4 {font-size: 18px; line-height: 28px;}
h5 {font-size: 18px; line-height: 28px;}
h6 {font-size: 18px; line-height: 28px;}

strong {font-weight: 700;}

a {
    color: #da291c;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #da291c;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.5;
}

.form-control {
    border: 1px solid #c8c8c8;
    background-color: #fff;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    border-radius: 0;
    font-size: 15px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.heading {
    margin: 0 0 30px 0;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    font-family: 'A1Serif', Arial, serif;
}


.btn {
    font: 400 15px/22px 'A1Sans', Tahoma, sans-serif;
    padding: 7px 20px 9px;
    display: inline-block;
    outline: none;
    border: 0;
    border-radius: 0;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-primary {
    background-color: #da291c;
    color: #fff;
}

.btn-primary:hover {
    background-color: #b62217;
}


.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #b62217;
    border: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, 
.btn-primary:not(:disabled):not(.disabled):active:focus, 
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: #b62217;
    border: 0;
    box-shadow: none;
}

header {
    padding: 10px 15px;
    background-color: #fff;

    box-shadow: 0 4px 3px 0 rgba(162, 162, 162, 0.12), 
        0 0 1px 0 rgba(144, 144, 144, 0.25);

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .logo img {
    height: 36px;
}

header nav {
    text-align: right;
}

header nav ul li {
    display: inline-block;
}

header nav ul li a {
    font-family: 'A1Serif', Arial, serif;
    display: block;
    color: #000;
    font-size: 15px;
    padding: 0 20px;
}

header nav ul li a img {
    height: 25px;
    margin-right: 5px;
}

.sidebar {
    padding: 25px 15px;
    position: fixed;
    top: 56px;
    bottom: 0;
    z-index: 1;
    width: 260px;
    height: 100%;
}

.sidebar .menu > li {
    border-bottom: 1px solid #efefef;
}

.sidebar .menu > li img {
    height: 25px;
    margin-right: 5px;
}

.sidebar .menu .menu-cat {
    font-family: 'A1Serif', Arial, serif;
    line-height: 30px;
    font-size: 16px;
    color: #000;
    padding: 8px 10px 8px 10px;
    font-weight: bold;
    cursor: pointer;
}

.sidebar .menu .menu-cat i {
    float: right;
    position: relative;
    top: 7px;
    font-size: 16px;
}

.sidebar .menu .sub-menu {
    padding: 0 15px 15px 20px;
    display: none;
}

.sidebar .menu .sub-menu li a {
    display: block;
    padding: 3px 0;
    color: #000;
}

.sidebar .menu .sub-menu li a:hover {
    color: #da291c;
}

.page {
    margin-left: 260px;
    padding: 30px;
    min-height: calc(100% - 73px);
}

.personal-information .preview-val {
    font-weight: bold;
}

.personal-information .id-imgs a {
    display: inline-block;
    margin-right: 5px;
}

.personal-information .id-imgs a:hover {
    text-decoration: underline;
}

.personal-information .id-imgs a img {
    margin-right: 3px;
    width: 24px;
    vertical-align: sub;
}

.personal-information .info-block {
    padding: 15px;
}

.personal-information .info-block.silver-block {
    background-color: #EFEFEF;
    padding: 15px;
    margin: 0 0 15px 0;
}


.custom-file-form {
    display: none;
}

.custom-file-upload img {
    width: 24px;
    margin-right: 3px;
    vertical-align: sub;
}

.custom-file-upload {
    padding: 0 35px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    outline: none;
    border: 0;
    border-radius: 0;
    background-color: #6295ac;
    color: #fff;
    cursor: pointer;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.custom-file-upload:hover {
    background-color: #6295ac;
    opacity: .8;
}

.deactivate {

}



.checkbox {
    position: relative;
}

.checkbox.dark-outline label:before {
    border: 1px solid #a5a5a5;
}

.checkbox input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
}

.checkbox input:checked ~ label:before {
    background-color: #6295ac !important;
    border: 0;
}

.checkbox label {
    position: relative;
    margin: 0;
    padding-left: 25px;
    line-height: 17px;
    min-height: 17px;
}

.checkbox label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #ddd;
    display: block;
}

.checkbox label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: 6px;
    width: 5px;
    height: 10px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.radio {
    position: relative;
}

.radio input {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
}

.radio input:checked ~ label:before {
    background-color: #6295ac;
    border: 0;
}

.radio label {
    position: relative;
    margin: 0;
    padding-left: 25px;
    line-height: 17px;
    min-height: 17px;
}

.radio label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 100%;
    display: block;
}

.radio label:after {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    width: 7px;
    height: 7px;
    background-color: #fff;
    border-radius: 100%;
}


.credits .credit {
    padding: 15px 15px 0 15px;
    border: 1px solid #efefef;
    margin: 0 0 30px 0;
}

.credits .credit .period {
    border-right: 0;
}

.credits .credit .status,
.credits .credit .period,
.credits .credit .amount {
    padding: 26px 0;
    border-right: 1px solid #efefef;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

.credits .credit .status .credit-val,
.credits .credit .period .credit-val,
.credits .credit .amount .credit-val {
    color: #da291c;
}

.credits .credit .status .credit-val.status-active {
    color: #000;
}

.credits .credit .status .credit-val.status-inactive {
    color: #000;
}

.credits .credit .credit-item {
    margin: 0 0 15px 0;
}

.credits .credit .credit-lab {
    font-size: 12px;
    line-height: 16px;
    color: #8e8e8e;
}

.credits .credit .credit-val {
    font-weight: bold;
}

.credits .credit .credit-docs a {
    margin-right: 5px;
    color: #000;
}

.credits .credit .credit-docs a:hover {
    color: #da291c;
}


footer {
    margin: 30px 0 0 0;
    text-align: center;
    padding: 10px;
    border-top: 1px solid #efefef;
}


.input-icon {
    position: relative;
}

.input-icon img {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 18px;
    cursor: pointer;
}


.toggle-sidebar {
    display: none;
}

.toggle-sidebar:focus {
    outline: none;
}