/************ Fonts imports ****************/
@font-face {
    font-family: 'Myriad Pro Regular';
    font-style: normal;
    font-weight: normal;
    src: local('Myriad Pro Regular'), url('fonts/Myriad/MYRIADPRO-REGULAR.woff') format('woff');
}


:root {
    --main-one-color: #4169E1;
    --main-two-color: #4169E1;
    --main-three-color: #4169E1;
    --main-four-color: #000000;
    --main-five-color: #819ae3;
    --main-six-color: #e7e7e8;
    --main-seven-color: #4169E1;
    --main-height-color: #4169E1;
    --main-nine-color: #ecc27c;
    --main-ten-color: #c68d3b;
    --main-eleven-color: #c4922e;
    --main-twelve-color: #cea449;
    --main-thirteen-color: #ffffff;
    --main-fourteen-color: #2a3f79;
    --content-pane-back : #f7f7ff;
    --main-red-color: #dc3545;
    --sidebar-one : #4169E1;
    --sidebar-two : #4169E1;
    --sidebar-three : #4169E1;
    --sidebar-four : #4169E1;
    --sidebar-five : #4169E1;
}
/************ End **************************/

/********** General Styles *****************/
.no-padding{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
html {
    font-family: "Myriad Pro Regular";
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}
body {
    font-size: .83rem;
    color: var(--main-four-color) !important;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: "Myriad Pro Regular", Times, serif;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    border: 5px solid var(--main-thirteen-color);
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--main-thirteen-color);
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-title {
    font-family: 'Myriad Pro Regular' !important;
    color: var(--main-four-color);
}

.page-title:after {
    content: '';
    display: block;
    width: 65%;
    height: 5px;
    background-color: var(--main-four-color);
    position: relative;
    margin-top: 10px;
    margin-bottom: 20px;
}

#body.background-2{
    /*background: url(../assets/img/backgrounds/background.jpg) no-repeat center fixed; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding-right: 0px !important;
    font-family: "Myriad Pro Regular", Times, serif;
}

.content-pages,.content-pane{
    /* min-height: 100%; */
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: -1px -1px 2px 1px rgba(191,191,191,0.69);
    -moz-box-shadow: -1px -1px 2px 1px rgba(191,191,191,0.69);
    box-shadow: -1px -1px 2px 1px rgba(191,191,191,0.69);
    padding: 10px;
    background: var(--content-pane-back);
}

.search-area{
    border-radius: 7px !important;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    background: var(--content-pane-back);
}
.search-area-tb{
    border-radius: 7px !important;
    width: 99%;
    padding: 10px 10px;
    margin: 0px 0px 12px -9px!important;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
    background: var(--main-six-color);
}
.btn-search,.btn-style-3{
    position: relative;
    width: 100%;
    padding: 5px;
    background-color: var(--main-four-color);
    color: var(--main-thirteen-color);
    font-size: 15px;
    height: 35px;
    font-weight: 500;
    font-family: "Myriad Pro Regular", Times, serif;
}

.btn-style-3{
    width: fit-content !important;
    margin: 2px;
}

.deposit-info{
    top: -11px;
    width: 100%;
}

.deposit-info::before{
    width: 0;
    height: 0;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: .5em solid transparent;
    border-bottom: .3em solid;
    border-left: .5em solid transparent;
    margin-top: -6px;
    margin-left: 185px;
    position: absolute;
    color: #b9c4a7;
}

.btn-search{
    margin-top: 5px;
}

.icon-search{
    height: 20px;
    width: 20px;
    position: absolute;
    left: 10px;
    top: 9px;
}

.search {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 8px;
    color : var(--main-thirteen-color)!important;
    left: 13px;
    z-index: 523;
}

.search-input{
    position: relative;
}

.form-control.search-box.search-form,.form-control.search-box.search-form:focus{
    padding-left: 40px;
}

.error{
    color: red;
}

.form-control.search-form,.form-control.search-form:focus{
    border-radius: 5px;
    background: var(--main-four-color);
    border-color: var(--main-four-color);
    color: var(--main-thirteen-color);
    height: 35px;
    padding-left: 15px;
    font-size: 15px;
    margin-top: 5px;
    font-family: "Myriad Pro Regular", Times, serif;
}

.form-control.search-form::placeholder {
    color: var(--main-thirteen-color);
    opacity: 1; /* Firefox */
    font-size: 15px;
    font-family: "Myriad Pro Regular", Times, serif;
}

.form-control.search-form:disabled, .form-control.search-form[readonly]{
    background: var(--main-four-color); 
}

select.form-control.search-form{
    height: 35px !important;
}

.creation-label{
    color: var(--main-four-color);
    font-weight: 500;
}

.form-group.required .col-form-label:after {
    content: "*";
    color: red;
}

select.form-control.search-form>option{
    color: var(--main-thirteen-color);
    font-size: 15px;
    font-family: "Myriad Pro Regular", Times, serif;
}

.form-control.creation-form,.form-control.creation-form:focus{
    border-radius: 5px;
    background: var(--main-thirteen-color);
    border-color: var(--main-one-color);
    color: var(--main-four-color);
    height: 35px;
    padding-left: 15px;
    font-size: 15px;
    font-family: "Myriad Pro Regular", Times, serif;
}

textarea.form-control.creation-form,textarea.form-control.creation-form:focus{
    height: auto;
}

.form-control.creation-form::placeholder {
    color: var(--main-four-color);
    opacity: 1; /* Firefox */
    font-size: 15px;
    font-family: "Myriad Pro Regular", Times, serif;
    font-style: italic;
}

.form-control.creation-form:disabled, .form-control.creation-form[readonly]{
    background: #ececec; 
}

select.form-control.creation-form{
    height: 35px !important;
}

select.form-control.creation-form>option{
    color: var(--main-four-color);
    font-size: 15px;
    font-family: "Myriad Pro Regular", Times, serif;
}

.file-caption.form-control.creation-form.kv-fileinput-caption{
    height: 38px;
}


.table-area{
    padding: 5px;
    margin-top: 8px;
}

.has-error {
    border-color: #a94442 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075) !important;
}

table#default-table,table.default-table{
    -webkit-box-shadow: 0 0 2px grey!important;
    -moz-box-shadow: 0 0 2px grey!important;
    box-shadow: 0 0 2px grey !important;
    border-radius: 2px;
    border-color: var(--main-thirteen-color) !important;
    background: var(--main-thirteen-color);
}


table#default-table>thead>tr>th,table.default-table>thead>tr>th{
    color: var(--main-four-color);
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}

table#default-table>tbody>tr,table.default-table>tbody>tr{
    height: 60px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
}
table#default-table>tbody>tr>td,table.default-table>tbody>tr>td{
    vertical-align: middle;
}

.select2-container--default.select2-container--focus .select2-selection--multiple{
    border-color:#b9c4a7 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-bottom: 4px !important; 
}

@media(min-width:577px){
    .logo-bar {
        background:var(--main-thirteen-color);
        height:90px;
        margin-top: 40px;
    }
}

@media(max-width:576px){
	.logo-bar {
		background:var(--main-thirteen-color);
		height:50px;
		margin-top: 20px;
	}
}

table#default-table>tbody>tr:hover,table.default-table>tbody>tr:hover{
    cursor: pointer;
    background-color: var(--content-pane-back);
}

table#default-table>tbody>tr>td,table.default-table>tbody>tr>td{
    color: #6d6d6d;
    text-align: center;
    vertical-align: middle;
    font-weight: 450;
}

table#accounts-table>tbody>tr>td{
    color: var(--main-thirteen-color);
    height: 60px;
    text-align: center;
    vertical-align: middle;
    font-weight: 450;
    border: 1px solid transparent;
}

table#accounts-table>tbody>tr:nth-child(odd){
    background: var(--main-five-color);
    border-color: var(--main-five-color);
}

table#accounts-table>tbody>tr:nth-child(even){
    background: var(--main-fourteen-color);
    border-color: var(--main-four-color);
}

table#accounts-table>tbody>tr{
    cursor: pointer;
}

.account:hover {
    cursor: pointer;
    background: rgb(226, 226, 226) !important;
}

.card-bgfi {
    border-color: var(--main-three-color);
}

.card-bgfi>.card-header {
    color: var(--main-thirteen-color);
    background-color: var(--main-three-color);
    border-color: var(--main-thirteen-color);
}

.list-group a {
    margin: 0px !important;
    color : #495057 !important;
}
.list-group a.active{
    margin: 0px !important;
    color : var(--main-thirteen-color) !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.show-password-button{
    color: var(--main-four-color) !important;
    position: absolute;
    top: 9px;
    right: 35px;
    cursor: pointer;
}

.show-password-button.retail{
    color: #002f61 !important;
}

.card-body.bgfi-signin-card-padding{
    padding:10px;
}

.custom-checkbox.signin{
    margin-top:9px;
}
.custom-checkbox {
    min-height: 1rem;
    padding-left: 0;
    margin-right: 0;
    cursor: pointer; 
  }
    .custom-checkbox .custom-control-indicator {
        content: "";
        display: inline-block;
        position: relative;
        width: 30px;
        height: 10px;
        background-color: red;
        border-radius: 15px;
        margin-right: 10px;
        -webkit-transition: background .3s ease;
        transition: background .3s ease;
        vertical-align: middle;
        margin: 0 16px;
        box-shadow: none; 
    }
      .custom-checkbox .custom-control-indicator:after {
        content: "";
        position: absolute;
        display: inline-block;
        width: 18px;
        height: 18px;
        background-color: red;
        border-radius: 21px;
        box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
        left: -2px;
        top: -4px;
        -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
        transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
      }
    .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
      background-color: Green;
      background-image: none;
      box-shadow: none !important; 
    }
      .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
        background-color: Green;
        left: 15px; 
      }
    .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
      box-shadow: none !important; 
    }
    .badge-primary.signin {
        background-color: #fefefe !important;
        color: var(--main-four-color) !important;
    }

.well {
    min-height: 20px;
    padding: 0.5rem 1.5rem;
    margin-bottom: 2px;
    background-color: var(--main-six-color);
    border: 1px solid var(--main-one-color);
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    width: 100%;
}

.well-legend {
    display: block;
    font-size: 13px;
    font-weight: bold !important;
    width: auto;
    margin-bottom: 0!important;
    line-height: inherit;
    color: var(--main-four-color);
    background: var(--main-six-color);
    border: 1px solid var(--main-five-color);
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    padding-top: 0;
    padding-bottom: 0;
    cursor: pointer;
}
.accountInfo {
    margin-top: -20px;
    padding-bottom: 15px;
}
.info {
    color: var(--main-one-color);
}
.number4 {
    font-size: 15px;
    font-family: 'Lato';
    color: #adadad;
    letter-spacing: 1px;
}
.number3 {
    font-size: 15px;
    font-family: 'Lato';
    color: #fe7a0f;
    letter-spacing: 1px;
}
.vert-bnp {
    font-size: 15px;
    font-family: 'Lato';
    letter-spacing: 1px;
    color: #00915a; 
}

.hr{
    margin: 3px 0px 12px; 
    border-bottom: 1px solid rgba(0,0,0,.125);
}

table.table.table-bgfi{
    text-align: center;
}
.card-body.bgfi-card-padding{
    padding: 10 20 0 20;
}

.card-body.bgfi-signin-card-padding{
    padding:10px;
}

.msg-txt{
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: -pre-wrap; /* ancient Opera */
    white-space: -o-pre-wrap; /* newer Opera */
    white-space: pre-wrap; /* Chrome; W3C standard */
    word-wrap: break-word; /* IE */
}

.text-info-bgfi{
    color: var(--main-five-color) !important;
}

.selectable{
    cursor: pointer !important;
}

.iconic-card {
    color: var(--main-five-color) !important;
    background-color: var(--main-thirteen-color);
    border: 1px solid var(--main-five-color);
    cursor: pointer;
}

.iconic-card:hover,
.iconic-card:focus {
    color: var(--main-thirteen-color) !important;
    background-color: var(--main-five-color);
    border: 1px solid var(--main-five-color);
}

.icon{
    font-size: 40px !important;
}

@media(min-width:960px) {
    .alert-msg {
        top: 60px !important;
    }
}

@media only screen and (min-width:576px) and (max-width: 959px) {
    .alert-msg {
        top: 218px !important;
    }
}

@media only screen and (max-width: 576px) {
    .alert-msg {
        top: 140px !important;
        z-index: 999999;
    }
}

.alert-msg {
    width: 80% !important;
    position: absolute !important;
    cursor: pointer;
    margin-left: 17%;
    height: 50px;
    text-align: center;
}

.card-header.bg-bgfi {
    padding: 8px 10px 5px 10px;
    background-color: var(--main-five-color) !important;
    cursor: pointer;
}

.positive-account {
    border-left: 4px solid #68c17c;
}

.info-card {
    border-left: 4px solid #17a2b8 !important;
}

.show-password {
    font-size: 13px !important;
}

.btn-show-password {
    padding: 6px !important;
}

button.btn-bgfi-primary,
a.btn-bgfi-primary {
    border: 1px solid var(--main-one-color) !important;
    background: transparent !important;
    color: var(--main-four-color) !important;
}

button.btn-bgfi-primary,
a.btn-bgfi-primary:hover {
    border-color: var(--main-four-color) !important;
    background-color: var(--main-four-color) !important;
    color: var(--main-thirteen-color) !important;
    cursor: pointer;
}

a.btn-bgfi-danger {
    color: var(--main-red-color) !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid var(--main-red-color) !important;
}

a.btn-bgfi-danger:hover {
    border-color: var(--main-red-color) !important;
    background-color: var(--main-red-color) !important;
    color: var(--main-thirteen-color) !important;
    cursor: pointer;
}

a.btn-bgfi-warning {
    border: 1px solid var(--main-eleven-color) !important;
    background: transparent !important;
    color: var(--main-eleven-color) !important;
}

a.btn-bgfi-warning:hover {
    border-color: var(--main-eleven-color) !important;
    background-color: var(--main-eleven-color) !important;
    color: var(--main-thirteen-color) !important;
    cursor: pointer;
}
/**** Overwrite existing nv d3 pie style *******/
.nvd3.nv-pie path {
    fill-opacity: 0.9 !important;
}

.fas-table{
	background: transparent;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 7px 0px;
	transition: all .35s ease-in-out;
}
.fas-table:hover{
    background: #0000001a;
    transition: all .35s ease-in-out;
    cursor: pointer !important;
}
/*****************/
.fas-table
{
    opacity:1;
}
tr:hover .fas-table
{
    opacity:0.6;
    color: #000000;
    font-size: 13px;
    font-weight: 900 !important;
}
.fas-table:hover
{
    opacity:1 !important;
}

[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    position: absolute;
    bottom: -1.6em;
    left: 100%;
    padding: 4px 4px 4px 8px;
    color: var(--main-thirteen-color);
	font-family: 'Myriad Pro Regular';
	font-Weight: Normal;
    white-space: nowrap; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;  
     border-radius: 5px;  
    -moz-box-shadow: 0px 0px 4px #222;  
    -webkit-box-shadow: 0px 0px 4px #222;  
    box-shadow: 0px 0px 4px #222;  
    background-color: black;
    opacity: 0;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}

.nav-item>a.nav-link.btn-style-1{
    border: 1px solid transparent !important;
    cursor: pointer;
}

.nav-item>a.nav-link.btn-style-1:hover{
    cursor: pointer;
}

.btn-bgfi {
    color: var(--main-thirteen-color);
    background-color: var(--main-two-color);
    border-color: var(--main-one-color);
}

@media(min-width:931px) {
    .bgfi-footer {
        background: var(--main-thirteen-color);
        color: var(--main-four-color);
        box-shadow: 0 0 3px grey !important;
        padding: 0px;
        width: 20%;
        left: 80%;
    }
}

@media(max-width:930px) {
    .bgfi-footer {
        background: var(--main-thirteen-color);
        color: var(--main-four-color);
        box-shadow: 0 0 3px grey !important;
        padding: 0px;
        width: 100%;
    }
}

.img-clearing {
    width: 100%;
}

@media only screen and (min-width:770px) {
    .img-clearing {
        max-height: 100% !important;
    }
    .img-clearing-container {
        height: 310px !important;
    }
}

@media only screen and (min-width: 426px) and (max-width: 768px) {
    .img-clearing {
        max-height: 250px !important;
    }
    .img-clearing-container {
        max-height: 310px !important;
    }
}

@media only screen and (min-width:300px) and (max-width: 425px) {
    .img-clearing {
        max-height: 180px !important;
    }
    .img-clearing-container {
        max-height: 310px !important;
    }
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
    width: 12px;
}

::-webkit-scrollbar:horizontal {
    height: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid var(--main-thirteen-color);
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: var(--main-thirteen-color);
}

/*********** Timeline *********************/
.timeline-centered {
    position: relative;
    margin-bottom: 30px;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before,
.timeline-centered:after {
    content: " ";
    display: table;
}

.timeline-centered:after {
    clear: both;
}

.timeline-centered:before {
    content: '';
    position: absolute;
    display: block;
    width: 4px;
    background: #f5f5f6;
    /*left: 50%;*/
    top: 20px;
    bottom: 20px;
    margin-left: 19px;
}

.timeline-centered .timeline-entry {
    position: relative;
    /*width: 50%;
            float: right;*/
    margin-top: 5px;
    margin-left: 30px;
    margin-bottom: 10px;
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry:before,
.timeline-centered .timeline-entry:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry:after {
    clear: both;
}

.timeline-centered .timeline-entry.begin {
    margin-bottom: 0;
}

.timeline-centered .timeline-entry.left-aligned {
    float: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
    margin-left: 0;
    margin-right: -18px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
    left: auto;
    right: -100px;
    text-align: left;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
    float: right;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
    margin-left: 0;
    margin-right: 70px;
}

.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: -9px;
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.timeline-centered .timeline-entry .timeline-entry-inner {
    position: relative;
    margin-left: -20px;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner:before,
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    content: " ";
    display: table;
}

.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
    position: absolute;
    left: -100px;
    text-align: right;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span {
    display: block;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:first-child {
    font-size: 15px;
    font-weight: bold;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time>span:last-child {
    font-size: 12px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
    background: var(--main-thirteen-color);
    color: #737881;
    display: block;
    width: 20px;
    height: 20px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-align: center;
    -moz-box-shadow: 0 0 0 5px #f5f5f6;
    -webkit-box-shadow: 0 0 0 5px #f5f5f6;
    box-shadow: 0 0 0 5px #f5f5f6;
    line-height: 40px;
    font-size: 15px;
    float: left;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-primary {
    background-color: #303641;
    color: var(--main-thirteen-color);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: var(--main-thirteen-color);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: var(--main-thirteen-color);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: var(--main-thirteen-color);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: var(--main-thirteen-color);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: var(--main-thirteen-color);
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
    position: relative;
    background: #f5f5f6;
    padding: 1em;
    margin-left: 30px;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 9px 9px 0;
    border-color: transparent #f5f5f6 transparent transparent;
    left: 0;
    top: 10px;
    margin-left: -9px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2,
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
    color: #737881;
    font-family: "Noto Sans", sans-serif;
    font-size: 12px;
    margin: 0;
    line-height: 1.428571429;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p+p {
    margin-top: 15px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
    font-size: 16px;
    margin-bottom: 10px;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
    color: #303641;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
    -webkit-opacity: .6;
    -moz-opacity: .6;
    opacity: .6;
    -ms-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
}
/*********** End **************************/

/********** End general styles *************/

/********* Style Login page ****************/
#body.background-1{
    background:url(../assets/img/background/acc.jpg) no-repeat center fixed ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Myriad Pro Regular", Times, serif;
}





.login-img {
    display: block;
    margin: auto;
    width: 200px;
    cursor: hand;
    /* max-height: 100%; */
}

.iconic-card {
    text-align: center;
}

.big-icon {
    font-size: 4em;
}

.big-text{
    font-size: 1.6em;
}

.service-text{
    color: #004f7d !important;
}
@media only screen and (min-width: 768px) {
    .ads{
        margin-top: -92px;
    }
}

.icon{
    width: 50px;
}

.icon-bgfi{
    width: 100%;
}

.app-icons{
    height: 25px;
}

.devices-icon{
    height: 50px;
}

.card-transparent{
    opacity: 0.8;
}

.ads-big-text{
    color: #727272;
    font-size: 20px;
}

.ads-little-text{
    color: #626262;
    font-size: 16px;
}
.big-icon {
    font-size: 4em;
}

.big-text{
    font-size: 1.6em;
}
.welcome-card{
    opacity: 0.8;
    cursor: pointer;
    padding: 30px;
}
.btn-style-4 {
    color: var(--main-three-color) !important;
    background-color: transparent!important;
    border: 1px solid var(--main-three-color) !important;
}
btn-style-4:hover,
.btn-style-4:focus,
.btn-style-4:active,
.btn-style-4.active,
.open .dropdown-toggle.btn-style-4 {
    color: var(--main-fourteen-color) !important;
    background-color: var(--main-three-color)!important;
    border: 1px solid var(--main-three-color)!important;
}
.btn-login{
    border: none;
    color: var(--main-thirteen-color);
    padding: 5px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    margin: 4px 2px;
    border-radius: 50px;
    cursor: pointer;
}

.btn-discover{
    background-color: #002f61;
}

a.btn-login:hover{
    text-decoration: none;
    color: var(--main-thirteen-color)f;
}

.btn-login-cnx{
    width: 100%;
    background-color: var(--main-four-color);
    color: var(--main-thirteen-color);
}
.btn-login-cnx:hover{
   /*  background-color: var(--main-seven-color);
    color:var(--main-thirteen-color); */
    opacity: 0.85;
}
.btn-login-ins{
    width: 100%;
    /*background-color: #d6db54;*/
    background-color: var(--main-seven-color);
    color: var(--main-thirteen-color);
}
.btn-login-ins:hover{
    background-color: var(--main-five-color);
}
.line-star{
    position: absolute;
    left: 50%;
}
.vl {
    border-left: 6px solid var(--main-three-color);
    height: 313px;
    margin-top: 10px;
}

.vl.retail{
   /* border-left: 6px solid #d6db54;*/
   border-left: 6px solid var(--main-three-color);
}

.star {
    bottom:-100px;
    border-radius: 50%;
}

.img-star{
    width: 80px;
    margin-left: -36px;
    margin-top: 20px;
}
.text-bfi{
    color : var(--main-one-color);
}
.form-control.login,.form-control.login:focus
{
    border-radius: 50px;
    background:var(--main-six-color);
    border-color:var(--main-four-color);
    color: var(--main-four-color);
    height: 35px;
    padding-left: 24px;
    font-size: 15px;
}

.form-control.login.retail,.form-control.login.retail:focus
{
    background: var(--main-thirteen-color);
    border-color: var(--main-thirteen-color);
    color:var(--main-four-color);
    opacity: 0.7;
}

.form-control.login::placeholder {
    color: var(--main-four-color);
    opacity: 1; /* Firefox */
    font-size: 15px;
  }

.form-control.login.retail::placeholder {
    color:var(--main-four-color);
    opacity: 1 !important; /* Firefox */
}

.form-control.login:disabled, .form-control.login[readonly]{
    background:var(--main-six-color); 
}

.form-control.login.retail:disabled, .form-control.login.retail[readonly]{
    background: var(--main-thirteen-color); 
}
  
.form-control.login:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: var(--main-thirteen-color);
}

.form-control.login.retail:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: var(--main-thirteen-color);
}
  
.form-control.login::-ms-input-placeholder { /* Microsoft Edge */
   color: var(--main-thirteen-color);
}

.card.bg-img{
    background: url('../assets/img/icons/background-ad3.png') no-repeat;
    background-size: cover;
    background-color: transparent;
    position: relative;
    height: 300px;
}

.marge-top{
    margin-top: 55px;
}

.arc{
    position:absolute;
    top: 0px;
    z-index: 99;
}

.login-content-pane {
    background: var(--main-six-color)!important;
    /* opacity: 0.85; */
    border: var(--main-one-color)!important;
    padding: 20px;
    box-shadow: 0 0 5px grey;
    border-radius: 4px;
    /*     margin: 50px 400px 200px 400px */
}

/******** media queries *************/
@media only screen and (max-width: 768px) {
    .welcome-text{
        font-size: 1.375em;
    }
    .company-text{
        font-size: 2.531em;
    }
}

@media only screen and (min-width: 768px) {
    .welcome-text{
        font-size: 1.575em;
    }
    .company-text{
        font-size: 1.931em;
    }
}
/************** End Login *****************/
.welcome-text{
    color : var(--main-six-color)!important;
}
.text-gold{
    color : var(--main-six-color)!important;
}

.text-black{
    color : var(--main-four-color)!important;
}
.text-var-white{
    color : var(--main-thirteen-color)!important;
}
.text-grey{
    color : var(--main-five-color)!important;
}

/************* Account page Style *********/
.ads-block{
    -webkit-box-shadow: -3px 6px 5px 0px rgba(145,145,145,0.74);
    -moz-box-shadow: -3px 6px 5px 0px rgba(145,145,145,0.74);
    box-shadow: -3px 6px 5px 0px rgba(145,145,145,0.74);
    background: linear-gradient(to left, var(--sidebar-one) , var(--sidebar-two),var(--sidebar-three) ,var(--sidebar-four) , var(--sidebar-five)); 
    background-size:100% 100%;
    width: 100%;
    padding: 11px;
    margin-top: 2px;
    height: 65px;
}

.account-box{
    /*border-radius:10px;*/
    padding: 12px 0px 12px 0px;
    font-weight: bold;
    color: var(--main-thirteen-color);
    text-align: center;
    margin:5px;
    border-bottom:2px solid var(--main-four-color);
}
.account-box>.amount{
    font-size: 1em;
    color: var(--main-thirteen-color);
}

.account-box>.text{
    font-size: 0.7em;
}
.bg-light-blue-account-XAF{
    background-color: var(--main-height-color);
}
.bg-light-blue-account-USD{
    background-color: var(--main-height-color);
}
.bg-light-blue-account-EUR{
    background-color: var(--main-seven-color);
}
.bg-light-blue-account{
    background-color: #4698ae;
}

.bg-dark-green-account{
    background-color: #1f4b59;
}

.bg-dark-blue-account{
    background-color: #367880;
}
/************* End ************************/

/************** Menu left sidebar ****************/
@media(min-width:577px) {
    .navbar-brand,
    .navbar-brand img {
        height: 6rem !important;
    }
}

@media(max-width:576px) {
    .navbar-brand,
    .navbar-brand img {
        height: 6rem !important;
    }
}

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 20%;
    background-image: linear-gradient(to top, var(--sidebar-one) , var(--sidebar-two),var(--sidebar-three) ,var(--sidebar-four) , var(--sidebar-five));
    color: var(--main-thirteen-color);
    transition: all 0.3s;
    z-index: 999999;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar ul li a{
    text-align: left;
}


#sidebar .sidebar-header {
    padding: 5px;
    padding-top: 2px; 
    padding-bottom: 10px;
    background: var(--main-thirteen-color) !important; 
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 14px 0px 43px 0px;
}

#sidebar ul li a {
    padding: 10px;
    display: block;
    color: var(--main-thirteen-color);
    text-decoration: none !important;
    text-align: left;
    font-size: 1em;
    line-height: 1.62em;
    cursor: pointer;
    background: transparent;
}

#sidebar ul li a:hover {
    color: var(--main-thirteen-color);
    background: var(--main-five-color) !important;
}

#sidebar ul li a i {
    margin-right: 10px;
    font-size: 1.5rem;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: var(--main-thirteen-color) !important;
    background: var(--main-five-color) !important;
}

a[data-toggle="collapse"] {
    position: relative;
}

.caret {
    position: relative;
}

.caret:before {
    content: '';
    position: absolute;
    top: 20px;
    right: -3px;
    border-top: 10px solid var(--main-thirteen-color);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }
  
  .caret:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 20;
    border-top: 7px solid var(--main-four-color);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
  }

  a.caret[aria-expanded="true"]:before {
    content: '';
    position: absolute;
    top: 20px;
    right: -3px;
    border-bottom: 10px solid var(--main-thirteen-color);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 0px;
  }
  
    a.caret[aria-expanded="true"]::after {
        content: '';
        position: absolute;
        right: 0px;
        top: 23px;
        border-bottom: 7px solid var(--main-four-color);
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
    }

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
.lang::after {
    top : 60%!important;
    right: -3px!important;
}
ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: var(--main-thirteen-color);
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: var(--main-thirteen-color);
    color: #7386D5;
}

a.article,
a.article:hover {
    background: var(--main-five-color) !important;
    color: var(--main-thirteen-color) !important;
}

.modal-header {
    background: var(--main-five-color) !important;
    color: var(--main-thirteen-color) !important;
    font-size: 18px !important;
    font-weight: normal;
    font-style: normal
}

.device{
    font-size: 50px;
}



.device-activity{
    padding-top: 15px;
}

.device-block:hover{
    cursor:pointer;
    background-color: var(--main-six-color);
}


/******* Footer Style *********************/
footer {
    background-color: var(--main-six-color);
    color: var(--main-five-color);
    margin-top: 50px;
    font-size: 12px;
    padding: 0 0 45px 0px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    height: 50px;
    padding-top: 14px;
}

footer a {
    font-size: 13px;
    color: #c3c4a4;
}

footer li {
    font-size: 13px;
    color: #c3c4a4;
}

footer .copyright ul li {
    float: left;
}

footer .copyright ul li:before {
    content: '';
}

footer ul li:before {
    content: '\f105';
    font-family: 'FontAwesome', sans-serif;
    margin-right: 5px;
    color: #c3c4a4;
}

footer ul {
    padding: 0;
    list-style: none;
}

@media screen and (max-width: 500px) and (min-width:371px) {
    .footer-img{
        height:25px !important;
    }

    .footer-link{
        padding-right: 0px !important;
    }

    .follow-us-text{
        font-size: 13.15px !important;
        padding-right: 5px !important;
        padding-top: 5px !important;
    }

    .copyright-text {
        font-size: 10.15px !important;
        padding-right: 5px !important;
    }
}

@media screen and (max-width: 698px) and (min-width:501px) {
    .footer-img{
        height:30px !important;
    }

    .footer-link{
        padding-right: 5px !important;
    }

    .follow-us-text {
        font-size: 16.15px !important;
        padding-right: 10px !important;
        padding-top: 3px !important;
    }
}

@media screen and (max-width: 370px) {
    .footer-img{
        height:25px !important;
    }

    .footer-link{
        padding-right: 0px !important;
    }

    .follow-us-text{
        font-size: 10.15px !important;
        padding-right: 5px !important;
        padding-top: 3px !important;
    }

    .copyright-text {
        font-size: 9.3px !important;
        padding-right: 5px !important;
    }
}

.footer-img{
    height:37px;
}

.footer-link{
    text-decoration: none !important;
    padding-right: 8px;
}

.follow-us-text{
    color: #003f6e;
    font-size: 20.15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 20px;
    padding-top: 3px;
    float: right;
}

.copyright-text{
    color: #003f6e;
    font-size: 14.15px;
    text-transform: uppercase;
    padding-right: 5px;
    text-decoration: none !important;
    font-weight: 500;
}

.copyright-block{
    text-align: left;
    padding-top: 5px;
}

/******* End ******************************/

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    max-width: 100%;
    min-width: 80%;
    min-height: 100vh;
    padding-bottom: 50px;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #content {
        width: 100% !important;
    }
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
        z-index: 99999;
    }
    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }
    #sidebar .sidebar-header strong {
        display: block;
    }
    #sidebar ul li a {
        padding: 20px 10px;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }
    #sidebar ul ul a {
        padding: 10px !important;
    }
    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }

    #sidebar.active .sidebar-header h3,
    #sidebar.active .CTAs {
        display: none;
    }

    #sidebar.active .sidebar-header strong {
        display: block;
    }

    #sidebar.active ul li a {
        padding: 20px 10px;
        text-align: center;
        font-size: 0.7em;
    }

    #sidebar.active ul li a i {
        margin-right: 0;
        display: block;
        font-size: 1.7em;
        margin-bottom: 5px;
    }

    #sidebar.active ul ul a {
        padding: 10px !important;
        padding-bottom: 15px !important;
        text-align: left;
    }

    #sidebar.active .dropdown-toggle::after {
        top: auto;
        bottom: 3px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    .count-icon {
        margin-top: 0;
        margin-left: 18px;
        margin-right: 20px !important;
        font-size: 8px!important;
        background: #17a2b8;
        border-radius: 14px!important;
        padding: 2px 6px;
    }
}

/*** SideBar on desktop view ***/
@media (min-width: 769px) {
    #content.active{
        margin-left: 80px;
        width:100%;
    }

    #sidebar.active ul li a>span.subitem-title{
        opacity: 0;
    }

    #sidebar.active {
        position: fixed;
        white-space: nowrap;
        line-height: 100vh;
    }

    #sidebar.active:hover ul li a>span.subitem-title{
        opacity: 1;
    }

    #sidebar.active ul li a{
        text-align: left;
    }

    
    #sidebar.active:hover {
        min-width: 300px;
        max-width: 300px;
        background-image: linear-gradient(to top, var(--sidebar-one) , var(--sidebar-two),var(--sidebar-three) ,var(--sidebar-four) , var(--sidebar-five));
        color: var(--main-thirteen-color);
        transition: all 0.6s;
        -webkit-transition: all 0.6s;   
    }

    #sidebar.active:hover ul li a i{
        /* margin-right: 10px; */
        display: inline;
        font-size: 1.5rem;
    }
    
    #sidebar.active:hover ul li a i.badge{
        font-size: 0.7em !important;
    }

    #sidebar.active ul li a {
        padding-left:27px;
    }

    #sidebar.active:hover ul li a {
        text-align: left;
        padding-left:27px;
    }

    #sidebar.active ul.list-unstyled.components {
        height: 100vh;
        overflow-y: auto;
        overflow-x: hidden;
        padding-bottom: 80px;
    }

    #sidebar.active ul.components::-webkit-scrollbar-track
    {
        /* -webkit-box-shadow: inset 0 0 6px rgba(179, 179, 179, 0.3); */
        background-color: transparent;
        opacity: 0;
    }

    #sidebar.active ul.components::-webkit-scrollbar
    {
        width: 10px;
        background-color: transparent;
        color:transparent;
    }

    #sidebar.active ul.components::-webkit-scrollbar-thumb
    {
        background-color: rgba(179, 179, 179, 0.3);
        border: 0px solid #dddddd;
    }

    .count-icon{
        margin-top: 0;
        margin-left: -87px;
        font-size: 8px !important;
        background: #17a2b8;
        border-radius: 14px !important;
        padding: 2px 6px;
    }
}

a.dropdown-item{
    color:var(--main-thirteen-color) !important;
    cursor: pointer;
}

.navbar-nav .dropdown-menu{
    float: none;
    background-color: var(--main-four-color);
    margin-top: 0px;
    padding-top: 0px;
}

ul.nav.navbar-nav>li>a:hover, a.dropdown-item:hover{
    background:rgb(141, 152, 126) !important;
    color:var(--main-thirteen-color) !important;
}

ul.list-unstyled.little-sidemenu{
    margin-left: 80px;
    margin-top: -80px;
    background: #004e80 !important;
    z-index: 999;
    position: absolute;
}

.badge-little-menu{
    font-style: normal !important;
    font-size: 1em !important;
    width: 50%;
    margin-left: 15px;
}

ul.list-unstyled.little-sidemenu>li>a, 
ul.list-unstyled.little-sidemenu>li>a>ul.list-unstyled>li>a>ul
{
    text-align: left !important;
    padding-bottom: 15px !important;
}

ul.list-subitems.little-sidemenu{
    position: absolute;
    background: #004e80;
    left: 158px;
    margin-top: -45px;
    width: 200px;
}

ul.list-subitems{
    list-style: none;
    padding-left: 0px;
}

.dropdown-toggle.show-right::after{
    border: none;
}
div.container-fluid>div.navbar-collapse.collapse{
    padding: 10px;
}
.navbar.navbar-expand-lg.navbar-light.bg-bgfi{
    background: var(--main-four-color) !important;
    height: 43px;
}

.img-envelope{
    height: 18px;
}
@media only screen and (min-width: 990px) {
    #navbarSupportedContent{
        height: 43px;
    }
}
@media only screen and (max-width: 989px) {
    #navbarSupportedContent{
        background: var(--main-four-color);
        z-index: 999;
        margin-top: 160px;
    }
}

#navbarSupportedContent>ul.nav.navbar-nav>li>a.nav-link{
    color: var(--main-thirteen-color);
    cursor: pointer;
    text-align: center;
    position: relative;
    height: 43px;
}

#navbarSupportedContent>ul.nav.navbar-nav>li>a.nav-link:hover{
    background-color: var(--main-four-color) !important;
    text-align: center;
}

#navbarSupportedContent>ul.nav.navbar-nav>li>a.nav-link:hover{
    color: var(--main-thirteen-color);
    cursor: pointer;
}

#navbarSupportedContent>ul.nav.navbar-nav>li.dropdown-menu-right>a.nav-link{
    color: var(--main-thirteen-color);
    cursor: pointer;
    padding-top: 11px;
}

#navbarSupportedContent>ul.nav.navbar-nav>li.dropdown-menu-right>a.nav-link:hover{
    color: var(--main-thirteen-color) !important;
    background: var(--main-four-color) !important;
}

div.container-fluid>div.navbar-collapse.collapse.show{
    padding: 10px;
    position: absolute;
    margin-top: 167px;
    right: 0px;
}

.form-group.required .col-form-label:after {
    content: "*";
    color: red;
}

.notification{
    background: red;
    font-size: 10px;
    position: absolute;
    width: 15px;
    font-style: normal !important;
    height: 14px;
    border-radius: 6px;
    padding-left: 0;
    padding-top: 0;
    color: var(--main-thirteen-color);
    display: block;
    top:10px;
    left: 21px;
    right: 0px;
    bottom: 0px;
}

a[aria-expanded="true"]::after{
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    
    border-top: 0;
    border-right: .3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: .3em solid transparent;
}

a.nav-link.btn-style-1[aria-expanded="true"]::after{
    border: none !important;
}

.btn-privilege {
    height: 30px;
    padding: 2px 7px 5px 7px !important;
}

.padding-btn-privilege {
    padding-top: 2px;
}

.selected-row {
    /*   color: var(--main-thirteen-color) !important;  */
    background-color: var(--main-three-color) !important
}

tr.selected-row td {
    color: var(--main-thirteen-color) !important;
}

tr.selected-row td .zmdi {
    color: var(--main-thirteen-color) !important;
}
/************** End *****************************/


/**************** Chat zone style ***************/

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 5;
    -webkit-transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
    transition: all 600ms cubic-bezier(0.200, 0.965, 0.000, 1.005);
}

.show {
    opacity: 1;
    transition: 600ms;
    display: block !important;
}

.fab {
    cursor: pointer;
}

.fab.active {
    cursor: default;
    background: 0 0;
    border-radius: 10px;
    width: 280px;
    height: 480px;
    box-shadow: 0 25px 35px 0 rgba(0,0,0,.35);
    position: absolute;
    z-index: 999;
}

@media(max-width:768px){
    .fab.active {
        top: 34px;
        right: 29px;
        z-index: 999999;
    }
}

@media(min-width:769px){
    .fab.active {
        top: 43px;
        right: -125px;
    }
}


.fab.active:before {
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0;
    border-right: 0.5em solid transparent;
    border-bottom: .3em solid;
    border-left: 0.5em solid transparent;
    margin-top: -5px;
    margin-left: -17px;
    position: absolute;
    color: var(--main-three-color);
}

#chatview {
    width: 290px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: var(--main-thirteen-color);
}

.profile_small {
    height: 60px !important;
}

#profile {
    height: 50px;
    overflow: hidden;
    text-align: center;
    color: var(--main-thirteen-color);
    -webkit-transition: all 600ms ease-out;
    -moz-transition: all 600ms ease-out;
    -ms-transition: all 600ms ease-out;
    -o-transition: all 600ms ease-out;
    transition: all 600ms ease-out;
}

.p1 #profile {
    background: var(--main-three-color);
}

#profile p {
    font-weight: 600;
    font-size: 24px;
    margin: 118px 0 -1px;
    opacity: 0;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

#profile p.animate {
    margin-top: 100px;
    opacity: 1;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

#profile span {
    font-weight: 400;
    font-size: 12px;
}

#chat-messages::-webkit-scrollbar {
    display: none;
}

#chat-messages {
    opacity: 0;
    margin-top: 30px;
    width: 290px;
    height: calc(100% - 118px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -moz-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -ms-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    -o-transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
    transition: all 200ms cubic-bezier(0.000, 0.995, 0.990, 1.000);
}

#chat-messages.animate {
    opacity: 1;
    margin-top: 0;
}

#chat-messages div.message label {
    color: #607D8B;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
    margin: 15px 0;
    width: 100%;
    display: block;
}

#chat-messages div.message {
    padding: 10px 10px;
    clear: both;
    margin-bottom: 45px;
}

#chat-messages .message img {
    float: left;
    width: 30px;
    margin: 5px;
}

#chat-messages div.message.right img {
    float: right;
}

.message .bubble {
    max-width: 80%;
    overflow-wrap: break-word;
    min-width: 50px;
    font-size: 13px;
    font-weight: 600;
    padding: 12px 13px;
    border-radius: 5px 5px 5px 0px;
    color: var(--main-thirteen-color);
    position: relative;
    float: left;
}

.sent-msg-bubble {
    background: var(--main-five-color);
}

.received-msg-bubble {
    background: var(--main-three-color);
}

#chat-messages div.message.right .bubble {
    float: right;
    border-radius: 5px 5px 0px 5px;
}

.bubble span {
    color: #aab8c2;
    font-size: 11px;
    position: absolute;
    right: 0;
    bottom: -22px;
}

.small {
    height: 60px !important;
}

#sendmessage {
    height: 60px;
    border-top: 1px solid #e7ebee;
    position: absolute;
    bottom: 0;
    right: 0px;
    width: 290px;
    background: var(--main-thirteen-color);
    padding-bottom: 50px;
}

#sendmessage :first-child {
    width: calc(100% - 70px);
    background: var(--main-thirteen-color);
    margin: 21px 0px 0px 10px;
    border: none;
    padding: 0;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    font-weight: 500;
    height: initial;
    overflow: hidden;
    color: #515151;
    resize: none;
}

#sendmessage :first-child:focus {
    outline: 0;
}

#sendmessage button {
    background: var(--main-thirteen-color) url("../assets/img/util/paper-plane-icon.png");
    background-size: cover;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
}

#sendmessage button:hover {
    cursor: pointer;
    background-position: 0 0;
}

#sendmessage button:focus {
    outline: 0;
}

#close {
    position: absolute;
    top: 8px;
    opacity: 0.8;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

#minimize {
    position: absolute;
    top: 10px;
    opacity: 0.8;
    right: 30px;
    width: 15px;
    height: 20px;
    cursor: pointer;
}

#minimize:hover {
    opacity: 1;
}

.m1 {
    background: var(--main-thirteen-color);
    position: absolute;
    width: 15px;
    top: 13px;
    right: 10px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

#close:hover {
    opacity: 1;
}

.cx,
.cy {
    background: var(--main-thirteen-color);
    position: absolute;
    width: 0px;
    top: 15px;
    right: 15px;
    height: 3px;
    -webkit-transition: all 250ms ease-in-out;
    -moz-transition: all 250ms ease-in-out;
    -ms-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}

.cx.s1,
.cy.s1 {
    right: 0;
    width: 20px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s2 {
    -ms-transform: rotate(50deg);
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cy.s3 {
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

.cx.s1 {
    right: 0;
    width: 20px;
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ms ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s2 {
    -ms-transform: rotate(140deg);
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg);
    -webkit-transition: all 100ms ease-out;
    -moz-transition: all 100ms ease-out;
    -ms-transition: all 100ease-out;
    -o-transition: all 100ms ease-out;
    transition: all 100ms ease-out;
}

.cx.s3 {
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: all 200 ease-out;
    -moz-transition: all 200ms ease-out;
    -ms-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
}

#chatview,
#sendmessage {
    overflow: hidden;
    border-radius: 6px;
}

.chat-tag {
    z-index: 1000;
    position: relative;
}

/**************** End ***************************/

/**************** Notification right sidebar ****/
.right-sidebar-outer {
    transition: transform 0.35s linear;
    position: fixed;
    top: 54px;
    bottom: 0;
    width: 300px;
    height: 100%;
    left: 100%;
    display: block;
    overflow: hidden;
    z-index: 1030
}

[data-direction="ltr"] .right-sidebar-outer .right-sidebar-inner {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    overflow: auto;
    width: 320px
}

[data-direction="ltr"] .right-sidebar-outer .right-sidebar {
    width: 300px
}

[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-link.active,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-link.active:focus,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-link.active:hover,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus,
[data-direction="ltr"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    border-color: transparent !important
}

[data-direction="ltr"] .right-sidebar-outer .justified>ul.nav.nav-tabs {
    display: table !important;
    width: 100% !important
}

[data-direction="ltr"] .right-sidebar-outer .justified>ul.nav.nav-tabs>li {
    float: none !important;
    display: table-cell !important
}

[data-direction="ltr"] .right-sidebar-outer .justified>ul.nav.nav-tabs>li>a {
    text-align: center !important
}

[data-direction="ltr"] .right-sidebar-outer .tab-content {
    padding: 0px !important;
    height: 100%
}

[data-direction="ltr"] .right-sidebar-outer .tab-content .tab-pane {
    padding: 0 0 50px 0 !important
}

[data-direction="ltr"] .right-sidebar-outer .tab-content .tab-pane>h5 {
    margin: 20px
}

[data-direction="ltr"] .right-sidebar-outer .list-group-item {
    font-size: 14px !important
}

[data-direction="ltr"] .right-sidebar-outer .list-group-item .text-xs {
    font-size: 12px
}

[data-direction="ltr"] .right-sidebar-outer .list-group-item .clearfix {
    margin-bottom: 5px
}

[data-direction="ltr"] .right-sidebar-outer .list-group-item .text-xs {
    font-size: 13px
}

[data-direction="ltr"] .right-sidebar-outer {
    font-size: 13px !important
}

[data-direction="rtl"] .show-from-right {
    transform: translate3d(300px, 0, 0)
}

[data-direction="rtl"] .right-sidebar-outer {
    transition: transform 0.35s linear;
    position: fixed;
    top: 54px;
    bottom: 0;
    width: 300px;
    height: 100%;
    right: 100%;
    display: block;
    overflow: hidden;
    z-index: 1030
}

[data-direction="rtl"] .right-sidebar-outer .right-sidebar-inner {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    overflow: auto;
    width: 320px
}

[data-direction="rtl"] .right-sidebar-outer .right-sidebar {
    width: 300px
}

[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-link.active,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-link.active:focus,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-link.active:hover,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:focus,
[data-direction="rtl"] .right-sidebar-outer .nav-tabs .nav-item.open .nav-link:hover {
    border-color: transparent !important
}

[data-direction="rtl"] .right-sidebar-outer .justified>ul.nav.nav-tabs {
    display: table !important;
    width: 100% !important
}

[data-direction="rtl"] .right-sidebar-outer .justified>ul.nav.nav-tabs>li {
    float: none !important;
    display: table-cell !important
}

[data-direction="rtl"] .right-sidebar-outer .justified>ul.nav.nav-tabs>li>a {
    text-align: center !important
}

[data-direction="rtl"] .right-sidebar-outer .tab-content {
    padding: 0px !important;
    height: 100%
}

[data-direction="rtl"] .right-sidebar-outer .tab-content .tab-pane {
    padding: 0 0 50px 0 !important
}

[data-direction="rtl"] .right-sidebar-outer .tab-content .tab-pane>h5 {
    margin: 20px
}

[data-direction="rtl"] .right-sidebar-outer .list-group-item {
    font-size: 14px !important
}

[data-direction="rtl"] .right-sidebar-outer .list-group-item .text-xs {
    font-size: 12px
}

[data-direction="rtl"] .right-sidebar-outer .list-group-item .clearfix {
    margin-bottom: 5px
}

[data-direction="rtl"] .right-sidebar-outer .list-group-item .text-xs {
    font-size: 13px
}

[data-direction="rtl"] .right-sidebar-outer {
    font-size: 13px !important;
    background: var(--main-thirteen-color);
}

[data-direction="ltr"] .show-from-right {
    transform: translate3d(-300px, 0, 0);
    background: var(--main-thirteen-color);
}

.btn-style-1 {
    color: var(--main-four-color) !important;
    background-color: transparent;
    border: 1px solid var(--main-four-color) !important;
}

.btn-style-1:hover,
.btn-style-1:focus,
.open .dropdown-toggle.btn-style-1 {
    color: var(--main-thirteen-color) !important;
    background-color: var(--main-four-color) !important;
    border: 1px solid var(--main-four-color) !important;
}
.btn-style-1-interface {
    color: var(--main-thirteen-color) !important;
    background-color: var(--main-one-color);
    border: 1px solid var(--main-one-color) !important;
}

.btn-style-1-interface:hover,
.btn-style-1-interface:focus
{
    color: var(--main-one-color) !important;
    background-color: transparent;
    border: 1px solid var(--main-four-color) !important;
}

.btn-style-1:active,
.btn-style-1.active,a.nav-tabs.nav-link.btn-style-1.active,
.open .dropdown-toggle.btn-style-1 {
    background-image: none !important;
    background-color: btn-style-1  !important;
    color: var(--main-thirteen-color) !important;
}

.btn-style-1.disabled,
.btn-style-1[disabled],
fieldset[disabled] .btn-style-1,
.btn-style-1.disabled:hover,
.btn-style-1[disabled]:hover,
fieldset[disabled] .btn-style-1:hover,
.btn-style-1.disabled:focus,
.btn-style-1[disabled]:focus,
fieldset[disabled] .btn-style-1:focus,
.btn-style-1.disabled:active,
.btn-style-1[disabled]:active,
fieldset[disabled] .btn-style-1:active,
.btn-style-1.disabled.active,
.btn-style-1[disabled].active,
fieldset[disabled] .btn-style-1.active {
    background-color: var(--main-thirteen-color);
    border-color: var(--main-four-color);
}

.btn-style-1 .badge {
    color: var(--main-thirteen-color);
    background-color: var(--main-four-color);
}

.btn-style-2 {
    color: var(--main-three-color) !important;
    /*   background-color: var(--main-thirteen-color);  */
    background-color: #ececec;
    border-color: var(--main-three-color);
}

.btn-style-2:hover,
.btn-style-2:focus,
.btn-style-2:active,
.btn-style-2.active,
.open .dropdown-toggle.btn-style-2 {
    color: var(--main-three-color);
    background-color: var(--main-three-color);
    border-color: var(--main-three-color);
}

.btn-style-2:active,
.btn-style-2.active,
.open .dropdown-toggle.btn-style-2 {
    background-image: none;
    color: var(--main-thirteen-color);
}

.btn-style-2.disabled,
.btn-style-2[disabled],
fieldset[disabled] .btn-style-2,
.btn-style-2.disabled:hover,
.btn-style-2[disabled]:hover,
fieldset[disabled] .btn-style-2:hover,
.btn-style-2.disabled:focus,
.btn-style-2[disabled]:focus,
fieldset[disabled] .btn-style-2:focus,
.btn-style-2.disabled:active,
.btn-style-2[disabled]:active,
fieldset[disabled] .btn-style-2:active,
.btn-style-2.disabled.active,
.btn-style-2[disabled].active,
fieldset[disabled] .btn-style-2.active {
    background-color: var(--main-thirteen-color);
    border-color: var(--main-three-color);
}

.btn-style-2 .badge {
    color: var(--main-thirteen-color);
    background-color: var(--main-three-color);
}

.btn-style-4 {
    color: var(--main-three-color) !important;
    background-color: transparent;
    border: 1px solid var(--main-three-color) !important;
}

.btn-style-4:hover,
.btn-style-4:focus,
.btn-style-4:active,
.btn-style-4.active,
.open .dropdown-toggle.btn-style-4 {
    color: var(--main-thirteen-color) !important;
    background-color: var(--main-three-color);
    border: 1px solid var(--main-three-color);
}

.btn-style-4:active,
.btn-style-4.active,
.open .dropdown-toggle.btn-style-4 {
    background-image: none;
    color: var(--main-thirteen-color);
}

.btn-style-4.disabled,
.btn-style-4[disabled],
fieldset[disabled] .btn-style-4,
.btn-style-4.disabled:hover,
.btn-style-4[disabled]:hover,
fieldset[disabled] .btn-style-4:hover,
.btn-style-4.disabled:focus,
.btn-style-4[disabled]:focus,
fieldset[disabled] .btn-style-4:focus,
.btn-style-4.disabled:active,
.btn-style-4[disabled]:active,
fieldset[disabled] .btn-style-4:active,
.btn-style-4.disabled.active,
.btn-style-4[disabled].active,
fieldset[disabled] .btn-style-4.active {
    background-color: transparent;
    border-color: var(--main-three-color);
}

.btn-style-4 .badge {
    color: var(--main-thirteen-color);
    background-color: var(--main-three-color);
}

/***************** End ******************/

/**************** DatePicker Style *************/
._720kb-datepicker-calendar-header {
    background: var(--main-one-color) !important
}

._720kb-datepicker-calendar-day._720kb-datepicker-active,
._720kb-datepicker-calendar-day:hover {
    background: rgba(0, 0, 0, .2) !important
}

._720kb-datepicker-calendar-month span {
    color: var(--main-thirteen-color) !important
}

._720kb-datepicker-calendar-years-pagination a {
    color: var(--main-thirteen-color) !important
}
/* datepicker>input:read-only {
    background: var(--main-thirteen-color) !important;
} */
.datepicker a,
[datepicker] a,
datepicker a {
    color: inherit;
    text-decoration: none
}

.datepicker a:hover,
[datepicker] a:hover,
datepicker a:hover {
    text-decoration: none
}

.datepicker select,
.datepicker select:focus,
.datepicker select:hover,
[datepicker] select,
[datepicker] select:focus,
[datepicker] select:hover,
datepicker select,
datepicker select:focus,
datepicker select:hover {
    width: 100%;
    overflow: hidden;
    background: 0 0;
    color: var(--main-thirteen-color);
    background-color: var(--main-six-color);
    border-radius: 2px;
    border: 0;
    margin-top: 5px
}

._720kb-datepicker-calendar-body,
._720kb-datepicker-calendar-days-header,
._720kb-datepicker-calendar-header,
._720kb-datepicker-calendar-years-pagination-pages,
.datepicker,
[datepicker],
datepicker {
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 13.5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    margin: 0 auto;
    float: left;
    clear: right;
    position: relative
}

._720kb-datepicker-calendar {
    background: var(--main-thirteen-color);
    color: #333;
    position: absolute;
    z-index: 999;
    min-width: 220px;
    margin: 0 auto;
    width: 101%;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .1) inset;
    visibility: hidden;
    overflow: hidden;
    margin-left: -.5%;
    padding: 0 0 2% 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

._720kb-datepicker-calendar._720kb-datepicker-forced-to-open,
._720kb-datepicker-calendar._720kb-datepicker-open {
    visibility: visible
}

._720kb-datepicker-calendar-header {
    text-align: center;
    font-size: 15px;
    line-height: 40px
}

._720kb-datepicker-calendar-header:nth-child(odd) {
    background: var(--main-four-color)
}

._720kb-datepicker-calendar-header:nth-child(even) {
    background: var(--main-four-color)
}

._720kb-datepicker-calendar-header-left,
._720kb-datepicker-calendar-header-middle,
._720kb-datepicker-calendar-header-right {
    width: 15%;
    float: left
}

._720kb-datepicker-calendar-header-middle {
    width: 70%
}

._720kb-datepicker-calendar-header-closed-pagination::after {
    content: " \25BE"
}

._720kb-datepicker-calendar-header-opened-pagination::after {
    content: " \25BE";
    margin-left: 4px;
    position: relative;
    bottom: -3px;
    display: inline-block;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

._720kb-datepicker-calendar-body {
    width: 96%;
    margin: 2%;
    text-align: center
}

._720kb-datepicker-calendar-day {
    cursor: pointer;
    font-size: 12.5px;
    width: 12.2%;
    margin: 5px 1%;
    padding: 1.5% 0;
    float: left;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px
}

._720kb-datepicker-calendar-day._720kb-datepicker-active,
._720kb-datepicker-calendar-day:hover {
    background: rgba(0, 0, 0, .03)
}

._720kb-datepicker-calendar-header a,
._720kb-datepicker-calendar-header a:hover {
    text-decoration: none;
    padding: 3% 9% 4% 9%;
    font-size: 13.5px;
    color: rgba(0, 0, 0, .55);
    font-weight: 700;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px
}

._720kb-datepicker-calendar-header a:hover {
    color: rgba(0, 0, 0, .9);
    background: rgba(255, 255, 255, .45)
}

._720kb-datepicker-calendar-month {
    color: var(--main-thirteen-color)
}

._720kb-datepicker-calendar-month span {
    font-size: 13px;
    color: rgba(0, 0, 0, .4)
}

._720kb-datepicker-calendar-month a span i {
    font-style: normal;
    font-size: 15px
}

._720kb-datepicker-calendar-month a,
._720kb-datepicker-calendar-month a:hover {
    padding: 3px;
    margin-left: 1%
}

._720kb-datepicker-calendar-years-pagination {
    padding: 2% 0 0 0;
    float: left;
    clear: right;
    width: 100%
}

._720kb-datepicker-calendar-years-pagination a,
._720kb-datepicker-calendar-years-pagination a:hover {
    font-size: 12px;
    padding: 0 7px;
    font-weight: 400;
    margin: 3px 1% 0 1%;
    line-height: 20px;
    display: inline-block
}

._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active {
    color: rgba(0, 0, 0, .9);
    font-weight: 500;
    background: rgba(255, 255, 255, .45)
}

._720kb-datepicker-calendar-years-pagination-pages a,
._720kb-datepicker-calendar-years-pagination-pages a:hover {
    padding: 5px 10px
}

._720kb-datepicker-calendar-days-header {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 2% 0 2%;
    background: rgba(19, 142, 250, .08);
    border-bottom: 1px solid rgba(0, 0, 0, .02)
}

._720kb-datepicker-calendar-days-header div {
    width: 14.18%;
    font-weight: 500;
    font-size: 11.5px;
    padding: 10px 0;
    float: left;
    text-align: center;
    color: rgba(0, 0, 0, .7)
}

._720kb-datepicker-calendar-days ._720kb-datepicker-default-button {
    font-size: 18.5px;
    position: relative;
    bottom: -.5px
}

._720kb-datepicker-default-button {
    padding: 0 4.5px
}

._720kb-datepicker-calendar-header-middle._720kb-datepicker-mobile-item {
    width: 95%;
    float: none;
    margin: 0 auto
}

._720kb-datepicker-item-hidden {
    visibility: hidden
}

._720kb-datepicker-calendar-day._720kb-datepicker-disabled,
._720kb-datepicker-calendar-day._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-active._720kb-datepicker-disabled:hover,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled,
._720kb-datepicker-calendar-years-pagination a._720kb-datepicker-disabled:hover {
    color: rgba(0, 0, 0, .2);
    background: rgba(25, 2, 0, .02);
    cursor: default
}
/**************** End **************************/

/**************** Upload field ****************/
.upload-buttons input[type="file"] {
    width: 6.3em \0/ IE9;
}

.upload-button {
    Height: 26px;
    line-height: 30px;
    padding: 0 10px;
    background: #CCC;
    appearance: button;
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    position: relative;
    text-align: center;
    top: 7px;
    cursor: pointer;
}

.sel-file {
    padding: 1px 5px;
    font-size: smaller;
    color: grey;
}

.response {
    padding: 0;
    padding-top: 10px;
    margin: 3px 0;
    clear: both;
    list-style: none;
}

.response .sel-file li,
.response .reqh {
    color: blue;
    padding-bottom: 5px;
}

fieldset {
    border: 1px solid #DDD;
    width: 620px;
    padding: 10px;
    line-height: 23px;
}

.progress {
    display: inline-block;
    width: 100px;
    border: 3px groove #CCC;
}

.progress div {
    font-size: smaller;
    background: orange;
    width: 0;
}

.drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    width: 500px;
    text-align: center;
    padding: 5px 5px;
    padding-top: 30px;
    /* margin-left: 10px; */
    width: 100%;
    height: 100px;
}

.up-buttons {
    float: right;
}

.drop-box.dragover {
    border: 5px dashed blue;
}

.drop-box.dragover-err {
    border: 5px dashed red;
}

/* for IE*/

.js-fileapi-wrapper {
    display: inline-block;
    vertical-align: middle;
}

button {
    padding: 1px 5px;
    font-size: smaller;
    margin: 0 3px;
}

.ng-v {
    float: right;
}

.thumb {
    float: left;
    width: 18px;
    height: 18px;
    padding-right: 10px;
}

form .thumb {
    width: 24px;
    height: 24px;
    float: none;
    position: relative;
    top: 7px;
}

form .progress {
    line-height: 15px;
}

.edit-area {
    font-size: 14px;
    background: black;
    color: #f9f9f9;
    padding: 5px 1px;
}

#htmlEdit {
    margin-bottom: 25px;
}

.edit-div {
    font-size: smaller;
}

.CodeMirror {
    font-size: 14px;
    border: 1px solid #ccc;
    margin-bottom: 15px;
}

form button {
    padding: 3px 10px;
    font-weight: bold;
    margin-top: 10px;
}

.sub {
    font-size: smaller;
    color: #777;
    padding-top: 5px;
    padding-left: 25px;
}

.err {
    font-size: 12px;
    color: #C53F00;
    margin: 15px;
    padding: 15px;
    background-color: #F0F0F0;
    border: 1px solid black;
}

.s3 {
    font-size: smaller;
    color: #333;
    margin-left: 20px;
}

.s3 fieldset {
    border: 1px solid #AAA;
}

.s3 label {
    width: 180px;
    display: inline-block;
}

.s3 input {
    width: 300px;
}

.s3 .helper {
    margin-left: 5px;
}

.howto {
    margin-left: 10px;
    line-height: 20px;
}

.server {
    margin-bottom: 20px;
}

.srv-title {
    font-weight: bold;
    padding: 5px 0 10px 0;
}

:not(output):-moz-ui-invalid {
    box-shadow: none;
}

.preview {
    clear: both;
}

.preview img,
.preview audio,
.preview video {
    max-width: 300px;
    max-height: 150px;
    float: right;
}

.custom {
    font-size: 14px;
    margin-left: 20px;
}
/**************** End ************************/

/**************** Karajee file input *********/

.btn-file input[type=file],
.file-caption-icon,
.file-no-browse,
.file-preview .fileinput-remove,
.file-zoom-dialog .btn-navigate,
.file-zoom-dialog .floating-buttons,
.krajee-default .file-thumb-progress {
    position: absolute
}

.file-loading input[type=file],
input[type=file].file-loading {
    width: 0;
    height: 0
}

.file-no-browse {
    left: 50%;
    bottom: 20%;
    width: 1px;
    height: 1px;
    font-size: 0;
    opacity: 0;
    border: none;
    background: 0 0;
    outline: 0;
    box-shadow: none
}

.file-caption-icon,
.file-input-ajax-new .fileinput-remove-button,
.file-input-ajax-new .fileinput-upload-button,
.file-input-ajax-new .no-browse .input-group-btn,
.file-input-new .close,
.file-input-new .file-preview,
.file-input-new .fileinput-remove-button,
.file-input-new .fileinput-upload-button,
.file-input-new .glyphicon-file,
.file-input-new .no-browse .input-group-btn,
.file-zoom-dialog .modal-header:after,
.file-zoom-dialog .modal-header:before,
.hide-content .kv-file-content,
.kv-hidden {
    display: none
}

.btn-file,
.file-caption,
.file-input,
.file-loading:before,
.file-preview,
.file-zoom-dialog .modal-dialog,
.krajee-default .file-thumbnail-footer,
.krajee-default.file-preview-frame {
    position: relative
}

.file-error-message pre,
.file-error-message ul,
.krajee-default .file-actions,
.krajee-default .file-other-error {
    text-align: left
}

.file-error-message pre,
.file-error-message ul {
    margin: 0
}

.krajee-default .file-drag-handle,
.krajee-default .file-upload-indicator {
    float: left;
    margin: 5px 0 -5px;
    width: 16px;
    height: 16px
}

.krajee-default .file-thumb-progress .progress,
.krajee-default .file-thumb-progress .progress-bar {
    height: 11px;
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 9px
}

.krajee-default .file-caption-info,
.krajee-default .file-size-info {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 160px;
    height: 15px;
    margin: auto
}

.file-zoom-content>.file-object.type-flash,
.file-zoom-content>.file-object.type-image,
.file-zoom-content>.file-object.type-video {
    max-width: 100%;
    max-height: 100%;
    width: auto
}

.file-zoom-content>.file-object.type-flash,
.file-zoom-content>.file-object.type-video {
    height: 100%
}

.file-zoom-content>.file-object.type-default,
.file-zoom-content>.file-object.type-html,
.file-zoom-content>.file-object.type-pdf,
.file-zoom-content>.file-object.type-text {
    width: 100%
}

.file-loading:before {
    content: " Loading...";
    display: inline-block;
    padding-left: 20px;
    line-height: 16px;
    font-size: 13px;
    font-variant: small-caps;
    color: #999;
    background: url(../img/loading.gif) top left no-repeat
}

.file-object {
    margin: 0 0 -5px;
    padding: 0
}

.btn-file {
    overflow: hidden
}

.btn-file input[type=file] {
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    background: none;
    cursor: inherit;
    display: block
}

.btn-file ::-ms-browse {
    font-size: 10000px;
    width: 100%;
    height: 100%
}

.file-caption .file-caption-name {
    width: 100%;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border: none;
    background: 0 0;
    outline: 0
}

.input-group.file-caption-main.has-error {
    border: 1px solid red
}

.file-caption.icon-visible .file-caption-icon {
    display: inline-block
}

.file-caption.icon-visible .file-caption-name {
    padding-left: 15px
}

.file-caption-icon {
    left: 8px
}

.file-error-message {
    color: #a94442;
    background-color: #f2dede;
    margin: 5px;
    border: 1px solid #ebccd1;
    border-radius: 4px;
    padding: 15px
}

.file-error-message pre {
    margin: 5px 0
}

.file-caption-disabled {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 8px;
    width: 100%;
    margin-bottom: 5px
}

.file-preview .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.file-preview .fileinput-remove {
    top: 1px;
    right: 1px;
    line-height: 10px
}

.file-preview .clickable {
    cursor: pointer
}

.file-preview-image {
    font: 40px Impact, Charcoal, sans-serif;
    color: green
}

.krajee-default.file-preview-frame {
    margin: 8px;
    border: 1px solid rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    padding: 6px;
    float: left;
    text-align: center
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 213px;
    height: 160px
}

.krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
    width: 400px
}

.krajee-default.file-preview-frame[data-template=audio] .kv-file-content {
    width: 240px;
    height: 55px
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 70px
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4)
}

.krajee-default .file-preview-text {
    display: block;
    color: #428bca;
    border: 1px solid #ddd;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
    outline: 0;
    padding: 8px;
    resize: none
}

.krajee-default .file-preview-html {
    border: 1px solid #ddd;
    padding: 8px;
    overflow: auto
}

.krajee-default .file-other-icon {
    font-size: 6em
}

.krajee-default .file-footer-buttons {
    float: right
}

.krajee-default .file-footer-caption {
    display: block;
    text-align: center;
    padding-top: 4px;
    font-size: 11px;
    color: #777;
    margin-bottom: 15px
}

.krajee-default .file-preview-error {
    opacity: .65;
    box-shadow: none
}

.krajee-default .file-thumb-progress {
    height: 11px;
    top: 37px;
    left: 0;
    right: 0
}

.krajee-default.kvsortable-ghost {
    background: #e1edf7;
    border: 2px solid #a1abff
}

.krajee-default .file-preview-other:hover {
    opacity: .8
}

.krajee-default .file-preview-frame:not(.file-preview-error) .file-footer-caption:hover {
    color: #000
}

.kv-upload-progress .progress {
    height: 20px;
    margin: 10px 0;
    overflow: hidden
}

.kv-upload-progress .progress-bar {
    height: 20px;
    font-family: Verdana, Helvetica, sans-serif
}

.file-zoom-dialog .file-other-icon {
    font-size: 22em;
    font-size: 50vmin
}

.file-zoom-dialog .modal-dialog {
    width: auto
}

.file-zoom-dialog .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.file-zoom-dialog .btn-navigate {
    padding: 0;
    margin: 0;
    background: 0 0;
    text-decoration: none;
    outline: 0;
    opacity: .7;
    top: 45%;
    font-size: 4em;
    color: #1c94c4
}

.file-zoom-dialog .btn-navigate:not([disabled]):hover {
    outline: 0;
    box-shadow: none;
    opacity: .6
}

.file-zoom-dialog .floating-buttons {
    top: 5px;
    right: 10px
}

.file-zoom-dialog .btn-navigate[disabled] {
    opacity: .3
}

.file-zoom-dialog .btn-prev {
    left: 1px
}

.file-zoom-dialog .btn-next {
    right: 1px
}

.file-zoom-dialog .kv-zoom-title {
    font-weight: 300;
    color: #999;
    max-width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.file-input-ajax-new .no-browse .form-control,
.file-input-new .no-browse .form-control {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.file-caption-main {
    width: 100% !important;
}

.file-thumb-loading {
    background: url(../img/loading.gif) center center no-repeat content-box !important
}

.file-drop-zone {
    border: 1px dashed #aaa;
    border-radius: 4px;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    margin: 12px 15px 12px 12px;
    padding: 5px
}

.file-drop-zone.clickable:hover {
    border: 2px dashed var(--main-five-color)
}

.file-drop-zone.clickable:focus {
    border: 2px solid var(--main-six-color)
}

.file-drop-zone .file-preview-thumbnails {
    cursor: default
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 1.6em;
    padding: 85px 10px;
    cursor: default
}

.file-highlighted {
    border: 2px dashed #999 !important;
    background-color: #eee
}

.file-uploading {
    background: url(../img/loading-sm.gif) center bottom 10px no-repeat;
    opacity: .65
}

.file-zoom-fullscreen .modal-dialog {
    min-width: 100%;
    margin: 0
}

.file-zoom-fullscreen .modal-content {
    border-radius: 0;
    box-shadow: none;
    min-height: 100vh
}

.file-zoom-fullscreen .modal-body {
    overflow-y: auto
}

.floating-buttons {
    z-index: 3000
}

.floating-buttons .btn-kv {
    margin-left: 3px;
    z-index: 3000
}

.file-zoom-content {
    height: 480px;
    text-align: center
}

.file-zoom-content .file-preview-image,
.file-zoom-content .file-preview-video {
    max-height: 100%
}

.file-zoom-content>.file-object.type-image {
    height: auto;
    min-height: inherit
}

.file-zoom-content>.file-object.type-audio {
    width: auto;
    height: 30px
}

@media (min-width:576px) {
    .file-zoom-dialog .modal-dialog {
        max-width: 500px
    }
}
.payment {
    max-width: 60rem!important;
}
@media (min-width:992px) {
    .file-zoom-dialog .modal-lg {
        max-width: 800px
    }
}

@media (max-width:767px) {
    .file-preview-thumbnails {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column
    }
    .file-zoom-dialog .modal-header {
        flex-direction: column
    }
}

@media (max-width:350px) {
    .krajee-default.file-preview-frame:not([data-template=audio]) .kv-file-content {
        width: 160px
    }
}

@media (max-width:420px) {
    .krajee-default.file-preview-frame .kv-file-content.kv-pdf-rendered {
        width: 100%
    }
}

.file-loading[dir=rtl]:before {
    background: url(../img/loading.gif) top right no-repeat;
    padding-left: 0;
    padding-right: 20px
}

.file-sortable .file-drag-handle {
    cursor: move;
    opacity: 1
}

.file-sortable .file-drag-handle:hover {
    opacity: .7
}

.clickable .file-drop-zone-title {
    cursor: pointer
}

.kv-zoom-actions .btn-kv {
    margin-left: 3px
}

.file-preview-initial.sortable-chosen {
    background-color: #d9edf7
}

/**************** End ************************/


/**************** FxTrading Styles ***********/
.bg-currency {
    background: #f8f8f8;
    background: -moz-linear-gradient(top, #FEFEFE 10%, #F1F1F1 100%);
    background: -webkit-linear-gradient(top, #FEFEFE 10%, #F1F1F1 100%);
    background: linear-gradient(to bottom, #FEFEFE 10%, #F1F1F1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FEFEFE', endColorstr='#F1F1F1', GradientType=0);
    -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.18);
    border-right: 1px solid #d6d9dc;
    padding: 0px !important;
    cursor: pointer;
}

.formatted-decimal .big {
    color: #6ba134;
}

.minidecimal {
    font-size: 13px;
    top: -16px;
    left: -8px;
    font-weight: bold;
}

.formatted-decimal .big.red {
    color: #9b0a0a;
}

.formatted-decimal .big.green {
    color: #6ba134;
}

.decimal {
    font-size: 25px;
}

.amount {
    color: #000000;
}

.jumbotron {
    background: #6b7381;
    color: #bdc1c8;
}

.jumbotron h1 {
    color: var(--main-thirteen-color);
}

.example {
    margin: 4rem auto;
}

.example>.row {
    margin-top: 2rem;
    height: 5rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid rgba(189, 193, 200, 0.5);
}

.example>.row:first-of-type {
    border: none;
    height: auto;
    text-align: left;
}

.example h3 {
    font-weight: 400;
}

.example h3>small {
    font-weight: 200;
    font-size: .75em;
    color: #939aa5;
}

.example h6 {
    font-weight: 700;
    font-size: .65rem;
    letter-spacing: 3.32px;
    text-transform: uppercase;
    color: #bdc1c8;
    margin: 0;
    line-height: 5rem;
}

.example .btn-toggle {
    top: 50%;
    transform: translateY(-50%);
}

.btn-toggle {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:focus.active,
.btn-toggle.focus.active {
    outline: none;
}

.btn-toggle:before,
.btn-toggle:after {
    line-height: 1.5rem;
    width: 4rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle:before {
    content: 'Off';
    left: -4rem;
}

.btn-toggle:after {
    content: 'On';
    right: -4rem;
    opacity: .5;
}

.btn-toggle>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: var(--main-thirteen-color);
    transition: left .25s;
}

.btn-toggle.active {
    transition: background-color 0.25s;
}

.btn-toggle.active>.handle {
    left: 1.6875rem;
    transition: left .25s;
}

.btn-toggle.active:before {
    opacity: .5;
}

.btn-toggle.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: -0.5rem;
    color: var(--main-thirteen-color);
    letter-spacing: .75px;
    left: 0.41250000000000003rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    display: none;
}

.btn-toggle:before,
.btn-toggle:after {
    color: #6b7381;
}

.btn-toggle.active {
    background-color: #29b5a8;
}

.btn-toggle.btn-lg {
    margin: 0 5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 2.5rem;
    width: 5rem;
    border-radius: 2.5rem;
}

.btn-toggle.btn-lg:focus,
.btn-toggle.btn-lg.focus,
.btn-toggle.btn-lg:focus.active,
.btn-toggle.btn-lg.focus.active {
    outline: none;
}

.btn-toggle.btn-lg:before,
.btn-toggle.btn-lg:after {
    line-height: 2.5rem;
    width: 5rem;
    text-align: center;
    font-weight: 600;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle.btn-lg:before {
    content: 'Off';
    left: -5rem;
}

.btn-toggle.btn-lg:after {
    content: 'On';
    right: -5rem;
    opacity: .5;
}

.btn-toggle.btn-lg>.handle {
    position: absolute;
    top: 0.3125rem;
    left: 0.3125rem;
    width: 1.875rem;
    height: 1.875rem;
    border-radius: 1.875rem;
    background: var(--main-thirteen-color);
    transition: left .25s;
}

.btn-toggle.btn-lg.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-lg.active>.handle {
    left: 2.8125rem;
    transition: left .25s;
}

.btn-toggle.btn-lg.active:before {
    opacity: .5;
}

.btn-toggle.btn-lg.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-sm:before,
.btn-toggle.btn-lg.btn-sm:after {
    line-height: 0.5rem;
    color: var(--main-thirteen-color);
    letter-spacing: .75px;
    left: 0.6875rem;
    width: 3.875rem;
}

.btn-toggle.btn-lg.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-lg.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-lg.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-lg.btn-xs:before,
.btn-toggle.btn-lg.btn-xs:after {
    display: none;
}

.btn-toggle.btn-sm {
    margin: 0 0.5rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.5rem;
    width: 3rem;
    border-radius: 1.5rem;
}

.btn-toggle.btn-sm:focus,
.btn-toggle.btn-sm.focus,
.btn-toggle.btn-sm:focus.active,
.btn-toggle.btn-sm.focus.active {
    outline: none;
}

.btn-toggle.btn-sm:before,
.btn-toggle.btn-sm:after {
    line-height: 1.5rem;
    width: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.55rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle.btn-sm:before {
    content: 'Off';
    left: -0.5rem;
}

.btn-toggle.btn-sm:after {
    content: 'On';
    right: -0.5rem;
    opacity: .5;
}

.btn-toggle.btn-sm>.handle {
    position: absolute;
    top: 0.1875rem;
    left: 0.1875rem;
    width: 1.125rem;
    height: 1.125rem;
    border-radius: 1.125rem;
    background: var(--main-thirteen-color);
    transition: left .25s;
}

.btn-toggle.btn-sm.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-sm.active>.handle {
    left: 1.6875rem;
    transition: left .25s;
}

.btn-toggle.btn-sm.active:before {
    opacity: .5;
}

.btn-toggle.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-sm:before,
.btn-toggle.btn-sm.btn-sm:after {
    line-height: -0.5rem;
    color: var(--main-thirteen-color);
    letter-spacing: .75px;
    left: 0.41250000000000003rem;
    width: 2.325rem;
}

.btn-toggle.btn-sm.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-sm.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-sm.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-sm.btn-xs:before,
.btn-toggle.btn-sm.btn-xs:after {
    display: none;
}

.btn-toggle.btn-xs {
    margin: 0 0;
    padding: 0;
    position: relative;
    border: none;
    height: 1rem;
    width: 2rem;
    border-radius: 1rem;
}

.btn-toggle.btn-xs:focus,
.btn-toggle.btn-xs.focus,
.btn-toggle.btn-xs:focus.active,
.btn-toggle.btn-xs.focus.active {
    outline: none;
}

.btn-toggle.btn-xs:before,
.btn-toggle.btn-xs:after {
    line-height: 1rem;
    width: 0;
    text-align: center;
    font-weight: 600;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    position: absolute;
    bottom: 0;
    transition: opacity .25s;
}

.btn-toggle.btn-xs:before {
    content: 'Off';
    left: 0;
}

.btn-toggle.btn-xs:after {
    content: 'On';
    right: 0;
    opacity: .5;
}

.btn-toggle.btn-xs>.handle {
    position: absolute;
    top: 0.125rem;
    left: 0.125rem;
    width: 0.75rem;
    height: 0.75rem;
    border-radius: 0.75rem;
    background: var(--main-thirteen-color);
    transition: left .25s;
}

.btn-toggle.btn-xs.active {
    transition: background-color 0.25s;
}

.btn-toggle.btn-xs.active>.handle {
    left: 1.125rem;
    transition: left .25s;
}

.btn-toggle.btn-xs.active:before {
    opacity: .5;
}

.btn-toggle.btn-xs.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-sm:before,
.btn-toggle.btn-xs.btn-sm:after {
    line-height: -1rem;
    color: var(--main-thirteen-color);
    letter-spacing: .75px;
    left: 0.275rem;
    width: 1.55rem;
}

.btn-toggle.btn-xs.btn-sm:before {
    text-align: right;
}

.btn-toggle.btn-xs.btn-sm:after {
    text-align: left;
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:before {
    opacity: 0;
}

.btn-toggle.btn-xs.btn-sm.active:after {
    opacity: 1;
}

.btn-toggle.btn-xs.btn-xs:before,
.btn-toggle.btn-xs.btn-xs:after {
    display: none;
}

.btn-toggle.btn-secondary {
    color: #6b7381;
    background: #bdc1c8;
}

.btn-toggle.btn-secondary:before,
.btn-toggle.btn-secondary:after {
    color: #6b7381;
}

.btn-secondary.btn-toggle.active {
    background-color: #28a745 !important;
}

.badge-primary.bgfi {
    background-color: var(--main-four-color) !important;
}

.currency-box {
    border-right: 1px solid #d6caca;
}

.spread-wrapper {
    position: absolute;
    z-index: 1;
    background-color: var(--main-three-color);
    color: var(--main-thirteen-color);
    font-weight: bold;
    width: 43px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    left: 50%;
    margin-left: -22px;
    text-align: center;
    font-size: 11px;
}

.card-header.bgfi {
    padding: 8px 10px 5px 10px;
    background-color: var(--main-five-color) !important;
}

.bgfi-bold {
    font-weight: 700 !important;
}

.debit-account-selection .debit-account {
    float: left;
}

.debit-account .radio {
    display: none;
}

.account-selection .bootstrap-select {
    border: 2px solid #9E9E9E;
}

.account-selection .bootstrap-select button {
    border: none;
}

.account-selection .bootstrap-select .bs-caret {
    display: block;
}

.debit-selection {
    margin-top: 11px;
    margin-left: 13px;
}

.debit-selection label {
    font-weight: 500;
}

.w3-select {
    padding: 4px 0;
    width: 100%;
    color: #000;
    border: 1px solid transparent;
    border-bottom: 1px solid #00579c
}

.w3-select select:focus {
    color: var(--main-four-color);
    border: 1px solid var(--main-four-color)
}

.w3-select option[disabled] {
    color: var(--main-four-color)
}

.order-popup .heading-text {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}

.order-popup .from-currency {
    margin-right: 12px;
}

.order-popup .currency-box {
    font-size: 20px;
    font-family: 'nimbus_sans_nov_t_otbold', Helvetica, Arial, sans-serif;
    float: left;
    padding: 0;
    position: relative;
    top: -1px;
}

.order-popup .pair {
    width: 100%;
    margin-top: 11px;
}

.order-popup .pair-icon {
    float: left;
    margin: 0 auto;
}

.order-popup .pair-icon img {
    float: left;
    width: 24px;
    margin-right: 13px;
}

.order-popup .amount {
    width: 327px;
    margin: 0 auto;
    margin-top: 12px;
}

.order-popup .amount input {
    border: 2px solid #9E9E9E;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    height: 38px;
    padding: 0 11px;
}

.order-popup .amount input:focus {
    outline: none;
    border-color: #00579c;
}

.order-popup .total {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-top: 9px;
}

.order-popup .rate {
    text-align: center;
    font-size: 15px;
    color: #00579c;
    margin-top: 5px;
    font-weight: bold;
}

.order-popup .valueDate {
    text-align: center;
    font-size: 15px;
    color: #868686;
    margin-top: 5px;
}

.order-popup .disclaimer {
    font-size: 12px;
    text-align: center;
    margin-top: 24px;
}

.order-button {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 16px;
}

.order-button button {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#93b246+0,80a02e+100 */
    background: #93b246;
    /* Old browsers */
    background: -moz-linear-gradient(top, #93b246 0%, #80a02e 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #93b246 0%, #80a02e 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #93b246 0%, #80a02e 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93b246', endColorstr='#80a02e', GradientType=0);
    /* IE6-9 */
    -webkit-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.6);
    box-shadow: 0px 0px 2px -1px rgba(0, 0, 0, 0.6);
    border: 1px solid #84A037;
    color: var(--main-thirteen-color);
    width: 202px;
    padding: 0;
    height: 37px;
    text-transform: uppercase;
    font-family: 'nimbus_sans_novus_t_otmedium';
    font-size: 16px;
    text-shadow: none;
}

.order-button button:hover {
    background: #8FB138;
    color: var(--main-thirteen-color);
}

.order-confirmation {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}

.order-confirmation .thankyou-text {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 7px;
}

.order-confirmation .order-number {
    font-size: 13px;
    margin-bottom: 10px;
}

.order-confirmation .print-icon img {
    width: 24px;
}

.order-confirmation .print-link {
    font-size: 13px;
}

.order-confirmation .thankyou-msg {
    font-size: 12px;
    margin-top: 10px;
}

@media ( min-width: 768px) {
    .order-popup .modal-dialog {
        width: 529px;
        margin: 0px auto;
    }
}
/**************** End FX *********************/

/**************** AutoComplete CSS ***********/

div.auto-complete-container {
    border: 1px solid lightsteelblue;
    background-color: #cccccc;
    white-space: nowrap;
}

    div.auto-complete-container.unselectable {
        user-select: none;
        -moz-user-select: none;
        -webkit-user-select: none;
        -ms-user-select: none;
    }

div.auto-complete-absolute-container {
    position: absolute;
    z-index: 10000;
}

div.auto-complete-container ul.auto-complete-results {
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0px;
    padding: 0px;
}

    div.auto-complete-container ul.auto-complete-results li.auto-complete-item {
        list-style-type: none;
        padding: 8px 5px;
        background-color: #efefef;
        color: Black;
        cursor: pointer;
        font-weight: bold;
    }

    div.auto-complete-container ul.auto-complete-results li:not(:first-child) {
        margin-top: 1px;
    }

    div.auto-complete-container ul.auto-complete-results li.auto-complete-item:hover {
        background-color: var(--main-five-color);
        color: var(--main-thirteen-color);
    }

    div.auto-complete-container ul.auto-complete-results li.auto-complete-item-selected {
        background-color: var(--main-five-color);
        color: var(--main-thirteen-color);
    }

    div.auto-complete-container ul.auto-complete-results li.auto-complete-item.auto-complete-no-match {
        background-color: #efefef;
        color: Black;
        white-space: initial;
    }

div.auto-complete-container table.auto-complete {
    width: 100%;
    border-collapse: collapse;
    margin: 0px;
    border-width: 0px;
    border-style: none;
}

    div.auto-complete-container table.auto-complete tr {
        white-space: nowrap;
        text-align: left;
    }

    div.auto-complete-container table.auto-complete tbody tr > td {
        padding: 0px;
        background-color: transparent;
        border-width: 0px;
    }
    .custom-checkbox.signin{
        margin-top:9px;
    }
    .custom-checkbox {
        min-height: 1rem;
        padding-left: 0;
        margin-right: 0;
        cursor: pointer; 
      }
        .custom-checkbox .custom-control-indicator {
          content: "";
          display: inline-block;
          position: relative;
          width: 30px;
          height: 10px;
          background-color: red;
          border-radius: 15px;
          margin-right: 10px;
          -webkit-transition: background .3s ease;
          transition: background .3s ease;
          vertical-align: middle;
          margin: 0 16px;
          box-shadow: none; 
        }
          .custom-checkbox .custom-control-indicator:after {
            content: "";
            position: absolute;
            display: inline-block;
            width: 18px;
            height: 18px;
            background-color: red;
            border-radius: 21px;
            box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
            left: -2px;
            top: -4px;
            -webkit-transition: left .3s ease, background .3s ease, box-shadow .1s ease;
            transition: left .3s ease, background .3s ease, box-shadow .1s ease; 
          }
        .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator {
          background-color: Green;
          background-image: none;
          box-shadow: none !important; 
        }
          .custom-checkbox .custom-control-input:checked ~ .custom-control-indicator:after {
            background-color: Green;
            left: 15px; 
          }
        .custom-checkbox .custom-control-input:focus ~ .custom-control-indicator {
          box-shadow: none !important; 
        }
/**************** End ***********************/
.badge-primary.signin {
    background-color: #fefefe !important;
    color: var(--main-four-color) !important;
}

@media screen and (max-width: 768px) {
    .float-validation {
        float: left!important;
    }
}

@media screen and (min-width: 769px) {
    .float-validation {
        float: right!important;
    }
}
.ticker.seamless {
    background: var(--main-four-color) ;
    color: var(--main-thirteen-color);
    font-weight: 700;
    padding-top: 4px;
    width: 100%;
    height: 30px;
    border-radius: 27px;
    /*opacity: 0.8;*/
    margin-bottom: 15px;
}
.pointer {
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    background-color: var(--main-thirteen-color);
    border: 1px solid var(--main-six-color) !important;
    border-radius: 4px !important;
    height: 35px !important;
    padding-top: 2px !important;
    color: var(--main-four-color) !important;
}

.welcome-card{
    opacity: 0.8;
    cursor: pointer;
    padding: 30px;
}

  /* Absolute Center Spinner */
  .loading {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: visible;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

/* Transparent Overlay */
.loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
0% {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@-moz-keyframes spinner {
0% {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@-o-keyframes spinner {
0% {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
@keyframes spinner {
0% {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
100% {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}
}
/**************** End ***********************/

/*! angularjs-slider - v6.6.1 - 
 (c) Rafal Zajac <rzajac@gmail.com>, Valentin Hervieu <valentin@hervieu.me>, Jussi Saarivirta <jusasi@gmail.com>, Angelin Sirbu <angelin.sirbu@gmail.com> - 
 https://github.com/angular-slider/angularjs-slider - 
 2018-06-30 */

 .rzslider {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 4px;
    margin: 35px 0 15px 0;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rzslider.with-legend {
    margin-bottom: 40px;
}

.rzslider[disabled] {
    cursor: not-allowed;
}

.rzslider[disabled] .rz-pointer {
    cursor: not-allowed;
    background-color: #d8e0f3;
}

.rzslider[disabled] .rz-draggable {
    cursor: not-allowed;
}

.rzslider[disabled] .rz-selection {
    background: #8b91a2;
}

.rzslider[disabled] .rz-tick {
    cursor: not-allowed;
}

.rzslider[disabled] .rz-tick.rz-selected {
    background: #8b91a2;
}

.rzslider span {
    position: absolute;
    display: inline-block;
    white-space: nowrap;
}

.rzslider .rz-base {
    width: 100%;
    height: 100%;
    padding: 0;
}

.rzslider .rz-bar-wrapper {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 32px;
    padding-top: 16px;
    margin-top: -16px;
    box-sizing: border-box;
}

.rzslider .rz-draggable {
    cursor: move;
}

.rzslider .rz-bar {
    left: 0;
    z-index: 1;
    width: 100%;
    height: 4px;
    background: #d8e0f3;
    border-radius: 2px;
}

.rzslider .rz-bar-wrapper.rz-transparent .rz-bar {
    background: transparent;
}

.rzslider .rz-bar-wrapper.rz-left-out-selection .rz-bar {
    background: #df002d;
}

.rzslider .rz-bar-wrapper.rz-right-out-selection .rz-bar {
    background: #03a688;
}

.rzslider .rz-selection {
    z-index: 2;
    background: var(--main-five-color);
    /* background: -webkit-linear-gradient(to left, #b9c4a7, #693f1c);
    background: linear-gradient(to left, #b9c4a7, #693f1c); */
    border-radius: 2px;
}

.rzslider .rz-restricted {
    z-index: 3;
    background: #ff0000;
    border-radius: 2px;
}

.rzslider .rz-pointer {
    top: -8px;
    z-index: 3;
    width: 21px;
    height: 21px;
    cursor: pointer;
    background-color: var(--main-five-color);
    /* background: -webkit-linear-gradient(to left, rgb(17, 41, 76) , rgba(30, 86, 167, 0.88));
    background: linear-gradient(to left, rgb(17, 41, 76), rgba(30, 86, 167, 0.88)); */
    border-radius: 16px;
}

.rzslider .rz-pointer:after {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 7px;
    height: 7px;
    background: var(--main-thirteen-color);
    border-radius: 4px;
    content: '';
}

.rzslider .rz-pointer:hover:after {
    background-color: var(--main-thirteen-color);
}

.rzslider .rz-pointer.rz-active {
    z-index: 4;
}

.rzslider .rz-pointer.rz-active:after {
    background-color: var(--main-thirteen-color);
}

.rzslider .rz-bubble {
    bottom: 16px;
    padding: 1px 3px;
    color: #55637d;
    cursor: default;
}

.rzslider .rz-bubble.rz-limit {
    color: #55637d;
}

.rzslider .rz-ticks {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
}

.rzslider .rz-ticks-values-under .rz-tick-value {
    top: auto;
    bottom: -32px;
    font-size: 0.9rem;
}
.font-nine{
    font-size: .9rem;
}
.rzslider .rz-tick {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    margin-left: 11px;
    text-align: center;
    cursor: pointer;
    background: #d8e0f3;
    border-radius: 50%;
}

.rzslider .rz-tick.rz-selected {
    background: var(--main-thirteen-color);
}

.rzslider .rz-tick-value {
    position: absolute;
    top: -30px;
    transform: translate(-50%, 0);
}

.rzslider .rz-tick-legend {
    position: absolute;
    top: 24px;
    max-width: 50px;
    white-space: normal;
    transform: translate(-50%, 0);
}

.rzslider.rz-vertical {
    position: relative;
    width: 4px;
    height: 100%;
    padding: 0;
    margin: 0 20px;
    vertical-align: baseline;
}

.rzslider.rz-vertical .rz-base {
    width: 100%;
    height: 100%;
    padding: 0;
}

.rzslider.rz-vertical .rz-bar-wrapper {
    top: auto;
    left: 0;
    width: 32px;
    height: 100%;
    padding: 0 0 0 16px;
    margin: 0 0 0 -16px;
}

.rzslider.rz-vertical .rz-bar {
    bottom: 0;
    left: auto;
    width: 4px;
    height: 100%;
}

.rzslider.rz-vertical .rz-pointer {
    top: auto;
    bottom: 0;
    left: -14px !important;
}

.rzslider.rz-vertical .rz-bubble {
    bottom: 0;
    left: 16px !important;
    margin-left: 3px;
}

.rzslider.rz-vertical .rz-ticks {
    top: 0;
    left: -3px;
    z-index: 1;
    width: 0;
    height: 100%;
}

.rzslider.rz-vertical .rz-tick {
    margin-top: 11px;
    margin-left: auto;
    vertical-align: middle;
}

.rzslider.rz-vertical .rz-tick-value {
    top: auto;
    left: 24px;
    transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-tick-legend {
    top: auto;
    right: 24px;
    max-width: none;
    white-space: nowrap;
    transform: translate(0, -28%);
}

.rzslider.rz-vertical .rz-ticks-values-under .rz-tick-value {
    right: 24px;
    bottom: auto;
    left: auto;
}
.acountCurrency{
    border-top-left-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-left: solid !important ;
    text-align: center;
}

.pagination {
    margin-top: 1rem!important;
}
.pagination li a {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding: .375rem .75rem;
    font-size: 0.8rem;
    line-height: 1.2;
    border-radius: .25rem;
    margin-left: 0.2rem!important;
    background-color: var(--main-thirteen-color);
    color: var(--main-four-color);
    border: 1px solid var(--main-four-color)!important;
}
.accaptedDocument{
    font-size: 0.8rem;
    color:red;
}

#body.background-retail{
    background: url(../assets/img/background/background-retail.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Myriad Pro Regular", Times, serif;
}

#body.background-welcome{
    background: url(../assets/img/background/acc.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Myriad Pro Regular", Times, serif;
}
#body.background-corporate{
    background: url(../assets/img/background/background-corporate.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-family: "Myriad Pro Regular", Times, serif;
}

.form-control.login.retail,.form-control.login.retail:focus
{
    background: var(--main-thirteen-color);
    border-color: var(--main-thirteen-color);
    color:var(--main-four-color);
    opacity: 0.7;
}

.form-control.login.retail::placeholder {
    color:var(--main-four-color);
    opacity: 1 !important; /* Firefox */
}

.form-control.login.retail:disabled, .form-control.login.retail[readonly]{
    background: var(--main-thirteen-color); 
}
.Img-bgfi-footer{
    width: 40px;
    margin: 0px 10px;
}
.text-greenNo{
    color : var(--main-one-color)!important;
}
.text-greenNo a:hover,.text-greenNo a:focus{
    color : var(--main-thirteen-color)!important;
}
.login-page-ad1 {
    background-image: url(../assets/img/login-ads-corporate/img-ad-1.png);
    background-size: 100% 100%;
}
.login-page-ad2 {
    background-image: url(../assets/img/login-ads-corporate/img-ad-2.png);
    background-size: 100% 100%;
}
.login-page-ad3 {
    background-image: url(../assets/img/login-ads-corporate/img-ad-3.png);
    background-size: 100% 100%;
}
.login-page-img {
    width: 100%;
    height: 450px;
    margin-top: 6rem;
}
.financing-txt{
    font-size: 1rem;
    color :var(--main-five-color);
    font-weight: bold;
}
.financing-modal-txt{
    font-size: 0.9rem;
    color :var(--main-five-color);
    font-weight: bold;
}
.divider {
    border-top: 3px solid #f1e9e9;
    width: 80%;
    margin-left: 5rem!important;
    margin-bottom: 1rem;
}
.modal-dialog.styled{
    max-width: 900px;
}

.inscription-btn{
    background-color: var(--main-four-color);
    color : var(--main-thirteen-color)!important;
}
.inscription-btn:hover{
    color : var(--main-thirteen-color);
    /* background-color: var(--main-five-color)!important; */
    opacity: 0.85;
}
.menu{
    height: 30px!important;
}
.navbar-brand.menu>img{
    height: 30px!important;
}
.styled-long-label{
    margin-right: -20px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
    background-color: var(--main-five-color)!important;
}
.pull-right{
    float: right;
}
.divider{
    margin-top: 0.5rem;
    border-top: 8px solid var(--main-five-color)!important;
    border-radius: 5px;
}
.big-format{
    font-size: 1.1rem!important;
}
    .lds-dual-ring {
    display: inline-block;
    width: 100px;
    height: 100px;
    top:80%;
    left:50%;
    margin-left: auto;
    margin-right: auto;
  }
  .lds-dual-ring:after {
    content: " ";
    display: block;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid var(--main-four-color);
    border-color: var(--main-one-color) transparent var(--main-four-color) transparent;
    animation: lds-dual-ring 1.2s linear infinite;
    width: 100px;
    height: 100px;
    position:absolute;
    top:50%;
    left:50%;
  }
  @keyframes lds-dual-ring {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }

  .adsLogin{
      margin-top: 4rem;
      width: 90%;
    }
.carousel-inner{
    max-height: 35rem;
}

.btn-style-switch {
    color: var(--main-three-color) !important;
    background-color: transparent;
}

.btn-style-switch:hover,
.btn-style-switch:focus,
.btn-style-switch:active,
.btn-style-switch.active,
.open .dropdown-toggle.btn-style-switch {
    border:none;
    border-bottom: 1px solid var(--main-three-color);
}
.paginate_button{
    padding: 0.3rem 0.6rem!important;
    color: var(--main-three-color) !important;
    background-color: transparent!important;
    border: 1px solid var(--main-three-color) !important;
    margin-left: 0.2rem;
    cursor: pointer;
    border-radius: 5px;
}
.paginate_button:hover,
.paginate_button:focus,
.paginate_button:active,
.paginate_button.active{
    color: var(--main-thirteen-color) !important;
    background: var(--main-three-color)!important;
    border: 1px solid var(--main-three-color)!important;
}

.current{
    color: var(--main-thirteen-color) !important;
    background: var(--main-three-color)!important;
    border: 1px solid var(--main-three-color)!important;
}
.dataTables_paginate {
    margin-top: 1rem;
    float: right;
}
 
.dataTables_length select{
    padding: 0.1rem!important;
    color: var(--main-three-color)!important ;
    background-color: white!important;
    border: 2px solid var(--main-three-color)!important ;
    margin-left: 0.7rem!important;
    cursor: pointer;
    border-radius: 5px;
    font-size: 14px;
}
.dataTables_length select option{
    border: 2px solid var(--main-three-color)!important ;
}
.dataTables_length label{
    font-size: 18px;
}
.dataTables_filter{
    float: right!important;
}
.dataTables_filter input{
    border :  1px solid var(--main-one-color)!important;
}
.gimacPay-image{
    padding:1rem;
    height: 5rem;
    width: 5rem;
    border: 2px solid var(--main-four-color)!important ;
    border-radius: 10px;
}
.personalized{
    max-width : 70rem!important;
}
table#default-second-table>tbody>tr:hover,table.default-second-table>tbody>tr:hover{
    cursor: pointer;
    background-color: var(--content-pane-back);
}

table#default-second-table>tbody>tr>td,table.default-second-table>tbody>tr>td{
    color: #6d6d6d;
    text-align: center;
    vertical-align: middle;
    font-weight: 450;
}

table#default-second-table,table.default-second-table{
    -webkit-box-shadow: 0 0 2px grey!important;
    -moz-box-shadow: 0 0 2px grey!important;
    box-shadow: 0 0 2px grey !important;
    border-radius: 2px;
    border-color: var(--main-thirteen-color) !important;
    background: var(--main-thirteen-color);
}

table#default-second-table>thead>tr>th,table.default-second-table>thead>tr>th{
    color: var(--main-four-color);
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}

table#default-second-table>tbody>tr,table.default-second-table>tbody>tr{
    height: 60px;
    -webkit-box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
    box-shadow: 0px 0px 4px 1px rgba(235,235,235,1);
}
table#default-second-table>tbody>tr>td,table.default-second-table>tbody>tr>td{
    vertical-align: middle;
}
.specific{
    height: 0.5rem!important;
}

.dt-buttons {
    position: relative!important;
    float: right!important;
    margin-bottom: 2em!important;
    display: inline-flex!important;
}
.ineherit{
    margin-right: 0!important;
    padding: .25rem .5rem!important;
    box-shadow : unset!important;
    background: transparent!important;
}
.ineherit:hover,
.ineherit:focus {
    color: var(--main-fourteen-color)!important;
}