/* base styles
================================================== */
* {
    margin: 0;
    padding: 0;
    outline: 0;
}

body,
html {
    height: 100%;
}

body {
    font: 400 15px/22px 'Open Sans', Tahoma, sans-serif;
    color: #484848;
    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;
}

.page-content {
    padding: 10px 35px;
    border-left: 1px solid #eaeaea;
    margin: 25px 0;
    min-height: 600px;
}

/* typography
================================================== */
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', 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: #0071ba;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

a:hover,
a:active,
a:focus {
    color: #0071ba;
    outline: 0;
    text-decoration: none;
}

p {
    color: #6b6b6b;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.form-control {
    border: 1px solid #c8c8c8;
    background-color: #fff;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border-radius: 0;
    font-size: 14px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    border-color: #e9ecef;
}

.heading {
    margin: 0 0 20px 0;
    font-size: 22px;
    line-height: 28px;
    font-weight: normal;
    color: #484848;
}


.btn {
    padding: 7px 30px 9px;
    display: inline-block;
    outline: none;
    border: 0;
    border-radius: 0;
    font-size: 14px;
    line-height: 1.5;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

.btn-primary {
    background-color: #0071ba;
    color: #fff;
}

.btn-primary:hover {
    background-color: #068be0;
}

.btn-primary:not(:disabled):not(.disabled).active, 
.btn-primary:not(:disabled):not(.disabled):active, 
.show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #068be0;
    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: #068be0;
    border: 0;
    box-shadow: none;
}

.btn-primary:hover {
    background-color: #068be0;
}

.btn-dark:not(:disabled):not(.disabled).active, 
.btn-dark:not(:disabled):not(.disabled):active, 
.show>.btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #333;
    border: 0;
}

.btn-dark:not(:disabled):not(.disabled).active:focus, 
.btn-dark:not(:disabled):not(.disabled):active:focus, 
.show>.btn-dark.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-dark.focus, .btn-dark:focus {
    color: #fff;
    background-color: #333;
    border: 0;
    box-shadow: none;
}

.container-fluid {
    max-width: 1350px;
}

.page {
    background-color: #fff;
    margin: 10px 0 0 0;
}

header {
    padding: 10px 15px;
    background-color: #fff;
    border-bottom: 1px solid #eaeaea;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

header .logo img {
    height: 36px;
}

header nav {
    text-align: right;
}

.mobile-link,
header nav ul li {
    display: inline-block;
}

header nav ul li:last-of-type a {
    padding-right: 0;
}

header nav ul li a {
    font-family: 'Open Sans', Arial, serif;
    display: block;
    color: #484848;
    font-size: 15px;
    padding: 0 12px;
    position: relative;
}

header nav ul li a .indicator {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #EA4335;
    display: block;
    position: absolute;
    top: 2px;
    right: 11px;
    border: 2px solid #fff;
}

.mobile-link {
    padding: 7px;
}

.mobile-link img,
header nav ul li a img {
    height: 20px;

    -webkit-transition: all .4s;
    -moz-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
}

header nav ul li a:hover img {
    opacity: .4;
}

.sidebar {
    padding: 25px 0 0 0;
    width: 270px;
}

.sidebar .sum {
    padding: 15px 0 25px 30px;
    margin: 0 0 25px 0;
    border-bottom: 1px solid #eaeaea;
}

.sidebar .sum ul li {
    margin: 0 0 3px 0;
}

.sidebar .sum ul li span {
    margin-left: 15px;
    font-size: 18px;
    font-weight: bold;
}

.sidebar .sum ul li span.green {
    color: #34A853;
}

.sidebar .sum ul li span.blue {
    color: #0071ba;
}

.sidebar .sum ul li span.red {
    color: #EA4335;
}

/*.sidebar .menu .menu-cat.active-bar ~ .sub-menu {
    display: block;
}*/

/*.sidebar .menu .menu-cat.active-bar ~ .sub-menu,
.sidebar .menu .menu-cat.active-bar {
    background-color: #0071ba;
}*/

.sidebar .menu .menu-cat.active-bar:hover {
    color: #0071ba;
}

/*.sidebar .menu .menu-cat.active-bar,
.sidebar .menu .menu-cat.active-bar ~ .sub-menu li a {
    color: #0071ba;
}*/

.sidebar .menu {
    margin-right: 20px;
}

.sidebar .menu > li img {
    height: 25px;
    margin-right: 5px;
}

.sidebar .menu .menu-icon {
    height: 18px;
    max-width: 20px;
    margin-right: 18px;
    position: relative;
    top: -2px;
}

.sidebar .menu .menu-cat {
    padding: 10px 10px 10px 30px;
    cursor: pointer;
    display: block;
    color: #484848;
    border-radius: 0 10px 10px 0;
}

.sidebar .menu .menu-cat:hover {
    color: #0071ba;
}

.sidebar .menu .menu-cat i {
    float: right;
    position: relative;
    top: 3px;
    font-size: 16px;
}

.sidebar .menu .sub-menu {
    padding: 0 15px 15px 30px;
    display: none;
}

.sidebar .menu li.active a {
    background-color: #f0f6ff;
}

.sidebar .menu .sub-menu li a {
    display: block;
    color: #484848;
    padding: 5px 0 5px 20px;
    border-radius: 0 10px 10px 0;
}

.sidebar .menu .sub-menu li a:hover {
    color: #0071ba;
}


.personal-information .preview-lab {    
    font-weight: bold;
}

.personal-information .preview-val {
    float: right;
    word-break: break-word;
}

.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: #fbfbfb;
    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;
}


.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: #46be8a!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%;
}


.list .list-headings {
    font-weight: bold;
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    background-color: #F6F9FC;
    text-transform: uppercase;
    color: #0071ba;
    font-size: 14px;
}

.list .item-row {
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.list .item-col {
    padding: 0 10px;
}

.empty-list {
    background-color: #eaeaea;
    text-align: center;
    padding: 10px 0;
}


.phone-action {
    color: #0071ba;
}

.phone-action:hover {
    text-decoration: underline;
}


.services .status {
    text-align: center;
    padding: 30px 15px;
    border: 2px dashed #eaeaea;
}

.services .status span.green {
    padding: 0 20px;
    background-color: #46be8a;
    margin-left: 10px;
    color: #fff;
    display: inline-block;
}

.services .status span.red {
    padding: 0 20px;
    background-color: #f30052;
    margin-left: 10px;
    color: #fff;
    display: inline-block;
}

.services .status .btn {
    display: table;
    margin: 20px auto 0;
}

.services .services-list {
    margin: 30px 0 30px 0;
}

.services .services-list .service-row {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.services .services-list .service-row span.green {
    padding: 1px 20px;
    background-color: #46be8a;
    margin-left: 10px;
    color: #fff;
}

.services .services-list .service-row span.red {
    padding: 1px 20px;
    background-color: #f30052;
    margin-left: 10px;
    color: #fff;
}


.dashboard .dashboard-balances {
    border: 1px solid #eaeaea;
    text-align: center;
    padding: 30px 20px;
    margin: 0 0 30px 0;
}

.dashboard .dashboard-balances .dashboard-balance span {
    display: block;
}

.dashboard .dashboard-balances .dashboard-balance .val {
    font-size: 20px;
    line-height: 28px;
    font-weight: bold;
}

.dashboard .dashboard-balances .dashboard-balance span.green {
    color: #34A853;
}

.dashboard .dashboard-balances .dashboard-balance span.blue {
    color: #0071ba;
}

.dashboard .dashboard-balances .dashboard-balance span.red {
    color: #EA4335;
}

.dashboard .dashboard-cards .dashboard-card {
    padding: 30px 20px;
    border: 1px solid #eaeaea;
    text-align: center;
    display: block;
    margin: 0 0 30px 0;
}

.dashboard .dashboard-cards .dashboard-card:hover {
    border-color: #0071ba;
}

.dashboard .dashboard-cards .dashboard-card img {
    height: 40px;
    margin: 0 0 20px 0;
}

.dashboard .dashboard-cards .dashboard-card h3 {
    color: #0071ba;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 22px;
}

.dashboard .dashboard-cards .dashboard-card p {
    margin: 0;
}


.balances .balance-row {
    padding: 10px 0;
    border-bottom: 1px solid #eaeaea;
    font-weight: bold;
}

.balances .balance-row:hover {
    border-color: #0071ba;
    color: #0071ba;
}

.balances .balance-row:last-of-type {
    border-bottom: 0;
}

.balances .balance-row .sum-right {
    float: right;
    font-weight: normal;
}


.notifications .notification {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.notifications .notification:last-of-type {
    border: 0;
}

.notifications .notification.unread .notification-heading {
    color: #0071ba;
}

.notifications .notification .notification-heading {
    color: #484848;
    font-weight: bold;
    cursor: default;
}

.notifications .notification.unread .notification-status i {
    color: #0071ba;
}

.notifications .notification .notification-date {
    font-size: 12px;
    color: #cecece;
    margin: 2px 0 0 0;
}


.message-in {
    background-color: #f0f6ff;
    padding: 20px 25px;
}

.message-in .message-date {
    color: #cecece;
    margin: 0 0 10px 0;
    font-size: 12px;
}

.message-in .message-author {
    color: #0071ba;
}

.message-in .message-heading h1 {
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 0 0;
}

.message-form {
    position: fixed;
    bottom: 0;
    width: calc(100% - 380px);
    background-color: #fff;
    padding-top: 20px;
    padding-bottom: 30px;
    border-top: 1px solid #eaeaea;
}

.message-form .message-form-heading {
    margin: 0 0 5px 0;
}

.message-form button {
    margin: 20px 0 0 0;
    float: right;
}

.char-limit {
    padding: 14px 0 0;
}

.char-limit span {
    font-size: 16px;
    font-weight: bold;
    color: #0071ba;
}


.messages .message {
    padding: 15px 0;
    border-bottom: 1px solid #eaeaea;
}

.messages .message:last-of-type {
    border: 0;
}

.messages .message.unread .message-heading {
    color: #0071ba;
}

.messages .message .message-text {
    margin: 0 0 0 0;
}

.messages .message .message-heading {
    color: #484848;
    font-weight: bold;
}

.messages .message .message-heading:hover {
    text-decoration: underline;
}

.messages .message.unread .message-status i {
    color: #0071ba;
}

.messages .message .message-date {
    font-size: 12px;
    color: #cecece;
    margin: 2px 0 0 0;
}


.comunication {
    padding-bottom: 150px;
}

.comunication .comunication-row .message-author {
    color: #0071ba;
}

.comunication .comunication-row .sys-msg {
    padding: 20px;
    background-color: #f0f6ff;
    margin: 20px 40px 0;
}

.comunication .comunication-row .your-msg {
    padding: 20px;
    background-color: #f7f7f7;
    margin: 20px 40px 0;
}

.comunication .comunication-row .message-date {
    color: #cecece;
    font-size: 12px;
    float: right;
}


.filter {
    margin: 0 0 30px 0;
}

.filter label {
    margin: 0 0 5px 0;
}


.faq .question {
    background-color: #fff;
    padding: 13px 10px 13px 55px;
    cursor: pointer;
    position: relative;
    font-family: 'A1Serif', Arial, serif;
}

.faq .question.collapsed {
    box-shadow: none;
    background-color: #fff;
}

.faq .question.active {
    background: #fafafa;
}

.faq .accordion {
    margin: 0 0 50px 0;
}

.faq .accordion .accordion-item:first-of-type {
    border-top: 1px solid #eaeaea;    
}

.faq .accordion .accordion-item {
    border: 1px solid #eaeaea;
    border-top-width: 0;
}

.faq .accordion:last-of-type {
    margin: 0;
}

.faq .accordion .question:after {
    font-family: 'IcoFont';
    content: "\ef99";
    position: absolute;
    top: 50%;
    left: 22px;
    margin-top: -13px;
    color: #0071ba;
    font-size: 20px;
}

.faq .accordion .question.collapsed:after {
    content: "\efc1";
}

.faq .answer {
    background-color: #fafafa;
}

.faq .answer .answer-content {
    padding: 30px 56px;
    border-top: 1px solid #eaeaea;
}

.faq .faq-heading {
    font-size: 16px;
    line-height: 22px;
    font-weight: bold;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}


.new-card {
    text-align: center;
    padding: 30px 0;
    border: 2px dashed #eaeaea;
}

.new-card .btn {
    margin: 0 auto;
    display: table;
}

.new-card p {
    margin: 0 0 15px 0;
}


.cstm-pagination {
    margin: 30px auto 0;
    display: table;
}

.cstm-pagination ul {
    font-size: 0;
}

.cstm-pagination ul li {
    display: inline-block;
    font-size: 12px;
}

.cstm-pagination ul li .page-numbers {
    font-size: 14px;
    line-height: 36px;
    display: block;
    width: 38px;
    height: 38px;
    text-align: center;
    border: 2px solid transparent;
    margin: 0 6px;
    border: 1px solid #eaeaea;
}

.cstm-pagination ul li .page-numbers:hover {
    border: 1px solid #0071ba;
    color: #0071ba;
}

.cstm-pagination ul li.active .page-numbers {
    border: 1px solid #0071ba;
    background-color: #0071ba;
    color: #fff;
}


footer {
    text-align: center;
    margin: 30px 0 0 0;
    padding: 10px;
}


.input-icon {
    position: relative;
}

.input-icon .form-control {
    padding: 0 35px 0 10px;
}

.input-icon img {
    position: absolute;
    right: 10px;
    top: 9px;
    width: 18px;
    cursor: pointer;
}

