/************ Fonts imports ****************/
@font-face {
    font-family: 'Usenet';
    src: url('fonts/Usenet/usenet.regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
/************ End **************************/

/********** General Styles *****************/
.no-padding{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
html {
    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: #5f5f5f !important;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    margin: 0;
    padding: 0 !important;
    position: relative;
    font-family: "Franklin Gothic Medium", "Franklin Gothic", "ITC Franklin Gothic", Arial, sans-serif;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}
::-webkit-scrollbar-thumb {
    background-color: rgba(0,0,0,.5);
    border-radius: 10px;
    border: 5px solid #fff;
}
::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #fff;
}

* {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.page-title {
    color: #055398;
    font-weight: bold;
    margin-bottom: 20px;
}

.background-title{
    color: #72A3C5 !important;
}

/* .page-title:after {
    content: '';
    display: block;
    width: 65%;
    height: 5px;
    background-color: #003d6c;
    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;
}

.content-pages,.content-pane{
    min-height: 100%;
    width: 100%;
    border-radius: 12px;
    -webkit-box-shadow: -1px -1px 8px 1px rgba(191,191,191,0.69);
    -moz-box-shadow: -1px -1px 8px 1px rgba(191,191,191,0.69);
    box-shadow: -1px -1px 8px 1px rgba(191,191,191,0.69);
    padding: 10px;
    background: #f7f7f7;
} */

.card-stb {
    width: 104%;
    background: #f7f8f9db;
    position: absolute;
    left: -27px;
    height: 110%;
    bottom: -10px;
    border-bottom: 1px solid #C1EDF4;
}

.card-stb-form {
    width: 104%;
    background: #f7f8f9db;
    position: absolute;
    left: -27px;
    height: 110%;
    bottom: 0px;
    top: 0px;
    border-bottom: 1px solid #C1EDF4;
}

/* .card-auto{
    height: 113% !important;
    bottom: -30px !important;
} */

.content-form{
    margin-top: 40px;
    padding-top: 10px; 
    padding-bottom: 50px;
    position: relative;
}

.relative{
    position: relative;
}

.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: #f7f7f7;
}

.btn-search{
    position: relative;
    width: 100%;
    padding: 5px;
    background-color: #6C3087;
    color: #ffffff;
    font-size: 15px;
    height: 35px;
    font-weight: 500;
    border-radius: 0px !important;
}

.btn-style-3{
    /* margin-left: 10px!important; */
    color: #fff!important;
    background-color: #6C3087;
    border: 1px solid #6C3087!important;
}

.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;
}

.icon-export{
    height: 50px;
    cursor: pointer;
}

.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;
    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: 0px;
    background: #ffffff;
    border-color: #050070;
    color: #612B9B;
    height: 35px;
    padding-left: 15px;
    font-size: 15px;
    margin-top: 5px;
}

.form-control.search-form::placeholder {
    color: #612B9B;
    opacity: 0.7; /* Firefox */
    font-size: 15px;
}

.form-control.search-form:disabled, .form-control.search-form[readonly]{
    background: #ffffff; 
}

select.form-control.search-form{
    height: 35px !important;
}

label.creation-label{
    color: #72A3C5;
    font-weight: normal;
}

.form-group.required .col-form-label:after {
    content: "*";
    color: red;
}

select.form-control.search-form>option{
    color: #003666;
    font-size: 15px;
}

.form-control.creation-form,.form-control.creation-form:focus{
    border-radius: 0px;
    background: #fff;
    border-color: #050070;
    color: #050070;
    height: 35px;
    padding-left: 15px;
    font-size: 15px;
}

textarea.form-control.creation-form,textarea.form-control.creation-form:focus{
    height: auto;
}

.form-control.creation-form::placeholder {
    color: #050070;
    opacity: 0.8; /* Firefox */
    font-size: 15px;
    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: #050070;
    font-size: 15px;
}

.file-caption.form-control.creation-form.kv-fileinput-caption{
    height: 38px;
}


.table-area{
    padding: 5px;
    margin-top: 8px;
}

.has-error {
    border: solid 2px #a94442 !important;
    -webkit-box-shadow: 0px 0px 2px 2px rgba(255,0,0,0.92) !important;
    -moz-box-shadow: 0px 0px 2px 2px rgba(255,0,0,0.92) !important;
    box-shadow: 0px 0px 2px 2px rgba(255,0,0,0.92) !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: #fff !important;
    background: #fff;
}

table#default-table>thead>tr>th,table.default-table>thead>tr>th{
    color: #000000;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
    height: 50px;
    background: rgb(162,212,241);
    background: -moz-linear-gradient(0deg, rgba(162,212,241,1) 0%, rgba(199,231,249,1) 96%);
    background: -webkit-linear-gradient(0deg, rgba(162,212,241,1) 0%, rgba(199,231,249,1) 96%);
    background: linear-gradient(0deg, rgba(162,212,241,1) 0%, rgba(199,231,249,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a2d4f1",endColorstr="#c7e7f9",GradientType=1);
}

/* 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:#612B9B !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    padding-bottom: 4px !important; 
}

@media(min-width:577px){
    .logo-bar {
        background:white;
        height:90px;
        margin-top: 40px;
    }
}

@media(max-width:576px){
	.logo-bar {
		background:white;
		height:50px;
		margin-top: 20px;
	}
}

table#default-table>tbody>tr:nth-child(odd){
    background: #ffffff !important;
}

table#default-table>tbody>tr:nth-child(even){
    background: rgb(162,212,241);
    background: -moz-linear-gradient(0deg, rgba(162,212,241,1) 0%, rgba(199,231,249,1) 96%);
    background: -webkit-linear-gradient(0deg, rgba(162,212,241,1) 0%, rgba(199,231,249,1) 96%);
    background: linear-gradient(0deg, rgba(162,212,241,1) 0%, rgba(199,231,249,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a2d4f1",endColorstr="#c7e7f9",GradientType=1);
}

table#default-table>tbody>tr:hover,table.default-table>tbody>tr:hover{
    cursor: pointer;
    background-color: #ffffcc;
}

table#default-table>tbody>tr>td,table.default-table>tbody>tr>td{
    color: #055398;
    text-align: center;
    vertical-align: middle;
}

.bg-check-label{
    background: #EDF5F7;
}
.bg-bill-label{
    background: #edf5f7b0;
}

.bg-check-num,.bg-bill-num{
    background: #6c3087b8;
    /*color: #ffffff !important;*/
    font-weight: bold;
    text-align: center !important;
}
.bg-bill-num{
    background: #6C3087;
}

table#accounts-table>tbody>tr>td:first-child{
    border-left: 1px solid #ffffff;
}

table#accounts-table>tbody>tr>td:last-child{
    border-right: 1px solid #ffffff;
}

table#accounts-table>tbody>tr:nth-child(odd){
    background: #EDEBEC;
    border-color: #EDEBEC;
}

table#accounts-table>tbody>tr:first-child>td{
    border-top: 1px solid #6C3087;
}

table.bill-table>tbody>tr:first-child>td{
    border-top: 1px solid #69B0E0 !important;
}

table#accounts-table>tbody>tr:nth-child(even){
    background: #ffffff;
    border-color: #EDEBEC;
}

table#accounts-table>tbody>tr{
    cursor: normal;
}

table#accounts-table{
    border: 1px solid #04589d;
    border-radius: 1em;
    border-collapse: collapse;
    overflow: hidden;
}

.background-account{
    color: #ffffff;
    padding: 5px !important;
    font-size: 1.5rem;
    font-weight: 600;
}

tr.bg-check{
    background: #6C3087;
}
tr.bg-bill{
    background: #69B0E0;
}

.img-check{
    width: 50px;
    height: 50px;
}

.account:hover {
    cursor: pointer;
    background: rgb(226, 226, 226) !important;
}

.card-bgfi {
    border-color: #6C3087;
}

.card-bgfi>.card-header {
    color: #ffffff;
    background-color: #6C3087;
    border-color: #ffffff;
}

.list-group a {
    margin: 0px !important;
    color : #495057 !important;
}
.list-group a.active{
    margin: 0px !important;
    color : #ffffff !important;
    background-color: #007bff !important;
    border-color: #007bff !important;
}

.sign-in-background{
    background: rgb(173,219,246);
    background: -moz-linear-gradient(270deg, rgba(173,219,246,1) 0%, rgba(104,179,219,1) 96%);
    background: -webkit-linear-gradient(270deg, rgba(173,219,246,1) 0%, rgba(104,179,219,1) 96%);
    background: linear-gradient(270deg, rgba(173,219,246,1) 0%, rgba(104,179,219,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#addbf6",endColorstr="#68b3db",GradientType=1);
    color: #6C3087 !important;
}

.creation-label-signin{
    color:#6C3087 ;
}
/* .progress-indicator>li .bubble:after, .progress-indicator>li .bubble:before{
    background-color: #fff !important;
}

.progress-indicator>li .bubble{
    background-color: #ffffff !important;
} */

.progress-indicator>li{
    color: #6C3087 !important;
}

.sign-in-header{
    padding: 30px;
    color: #6C3087;
    border-bottom: 3px solid #6C3087;
}

img.signin-img{
    height: 100%;
    max-height: 75px;
    position: absolute;
    top: -23px;
    right: -6px;
    cursor: pointer;
}

.show-password-button{
    color: #612B9B !important;
    position: absolute;
    top: 12px;
    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; 
}
.well {
    min-height: 20px;
    padding: 5px;
    margin-bottom: 2px;
    background-color: #f5f5f5;
    border: 1px solid #0065a6;
    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: #0065a6;
    background: #fff;
    border: 1px solid #e3e3e3;
    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: #fe7a0f;
}
.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: #0065a6 !important;
}

.selectable{
    cursor: pointer !important;
}

.iconic-card {
    color: #0065a6 !important;
    background-color: #ffffff;
    border: 1px solid #0065a6;
    cursor: pointer;
}

.iconic-card:hover,
.iconic-card:focus {
    color: #ffffff !important;
    background-color: #0065a6;
    border: 1px solid #0065a6;
}

.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: #6c3087  !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 #23527c !important;
    background: transparent !important;
    color: #23527c !important;
}

button.btn-bgfi-primary,
a.btn-bgfi-primary:hover {
    border-color: #23527c !important;
    background-color: #23527c !important;
    color: #ffffff !important;
    cursor: pointer;
}

a.btn-bgfi-danger {
    color: #dc3545 !important;
    background-color: transparent !important;
    background-image: none !important;
    border: 1px solid #dc3545 !important;
}

a.btn-bgfi-danger:hover {
    border-color: #dc3545 !important;
    background-color: #dc3545 !important;
    color: #ffffff !important;
    cursor: pointer;
}

a.btn-bgfi-warning {
    border: 1px solid #f0ad4e !important;
    background: transparent !important;
    color: #f0ad4e !important;
}

a.btn-bgfi-warning:hover {
    border-color: #f0ad4e !important;
    background-color: #f0ad4e !important;
    color: #ffffff !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;
}

.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: #fff;
    background-color: #055398;
    border-color: #055398;
}

@media(min-width:931px) {
    .bgfi-footer {
        background: white;
        color: #5f5f5f;
        box-shadow: 0 0 3px grey !important;
        padding: 0px;
        width: 20%;
        left: 80%;
    }
}

@media(max-width:930px) {
    .bgfi-footer {
        background: white;
        color: #5f5f5f;
        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 #ffffff;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

/*********** 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: #fff;
    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: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-secondary {
    background-color: #ee4749;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-success {
    background-color: #00a651;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-info {
    background-color: #21a9e1;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-warning {
    background-color: #fad839;
    color: #fff;
}

.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon.bg-danger {
    background-color: #cc2424;
    color: #fff;
}

.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/backgrounds/fond.jpg) no-repeat center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

div.text-stb{
    color: #6C3087;
}

.login-img {
    display: block;
    margin: auto;
    width: 100%;
    /* max-height: 100%; */
}

.text-black{
    color: #000 !important;
}

.welcome-phrase{
    position: absolute;
    right: 10;
    top: 5;
}

.iconic-card {
    text-align: center;
}

.big-icon {
    font-size: 4em;
}

.big-text{
    font-size: 1.6em;
}

.service-text{
    color: #004f7d !important;
}

.icon{
    width: 100%;
}

.icon-bgfi{
    width: 100%;
}

.app-icons{
    height: 25px;
}

.devices-icon{
    height: 50px;
}

div.card.card-transparent{
    background: transparent !important;
}

.ads-big-text{
    color: #5cedf2;
    font-size: 1.3em;
    font-weight: lighter;
    text-align: left;
}

.ads-little-text{
    color: #ffffff;
    font-size: 16px;
    font-weight: lighter;
    text-align: left;
}

img.logo{
    width: 60px;
}

div.ads{
    padding: 0px !important;
    background: #f8f9faad;
    height: 80%;
    opacity: 0.85;
    width: 80%;
    border-right: 3px solid #683d98;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
}
div.ads:before {
    position: absolute;
    display: block;
    content: '';
    border-right: 6px solid #612B9B;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.btn-login{
    border: none;
    color: white;
    padding: 5px 45px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-discover{
    background-color: #6C3087;
}

a.btn-login:hover{
    text-decoration: none;
    color: #ffff;
}

.btn-login-cnx{
    width: 100%;
    background-color: #612B9B;
    color: #ffffff;
}

.btn-login-ins{
    width: 100%;
    background-color: #612B9B;
    color: #ffffff;
}

.line-star{
    position: absolute;
    left: 50%;
}
.vl {
    border-left: 6px solid #fff;
    height: 313px;
    margin-top: 10px;
}

.vl.retail{
    border-left: 6px solid #d6db54;
}

.star {
    bottom:-100px;
    border-radius: 50%;
}

.img-star{
    width: 80px;
    margin-left: -36px;
    margin-top: 20px;
}

.form-control.login,.form-control.login:focus
{
    border-radius: 5px;
    background: #fff;
    border-color: #612B9B;
    color: #612B9B;
    padding-left: 24px;
    font-size: 15px;
    height: 40px;
}

.form-control.login.retail,.form-control.login.retail:focus
{
    background: #fff;
    border-color: #fff;
    color: #0c3969;
    opacity: 0.7;
}

.form-control.login::placeholder {
    color: #612B9B;
    opacity: 0.7; /* Firefox */
    font-size: 13px;
  }

.form-control.login.retail::placeholder {
    color: #0c3969;
    opacity: 1 !important; /* Firefox */
}

.form-control.login:disabled, .form-control.login[readonly]{
    background: #fff; 
}

.form-control.login.retail:disabled, .form-control.login.retail[readonly]{
    background: #fff; 
}
  
.form-control.login:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #612B9B;
   opacity: 0.7;
}

.form-control.login.retail:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: #fff;
}
  
.form-control.login::-ms-input-placeholder { /* Microsoft Edge */
   color: #612B9B;
   opacity: 0.7;
}

.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: white;
    padding: 20px;
    box-shadow: 0 0 5px grey;
    border-radius: 4px;
    /*     margin: 50px 400px 200px 400px */
}

div.sign-in-content{
    background: #ffffff;
    padding: 10px 50px;
    margin-bottom: 20px;
}

div.company-text{
    font-weight: 600;
    margin-top: -8px;
}

div.welcome-text{
    font-weight: 100 !important;
}

/******** media queries *************/
@media only screen and (max-width: 768px) {
    .welcome-text{
        font-size: 1em;
    }
    .company-text{
        font-size: 1.231em;
    }
}

@media only screen and (min-width: 768px) {
    .welcome-text{
        font-size: 1em;
    }
    .company-text{
        font-size: 1.231em;
    }
}
/************** End Login *****************/


/************* 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: url(../assets/img/icons/slide.png) no-repeat; 
    background-size:100% 100%;
    padding: 11px;
    margin-top: 2px;
    height: 168px;
}

div.graphic-block{
    background: url(../assets/img/icons/diagramme.png) no-repeat;
    background-size: 100% 100%;
    min-height: 403px;
}

.account-box{
    background: rgb(173,219,246);
    background: linear-gradient(0deg, rgba(173,219,246,1) 0%, rgba(107,179,219,1) 96%);
    /* border-radius:10px; */
    padding: 12px 0px 12px 0px;
    font-weight: bold;
    color: #000000;
    text-align: center;
    margin:5px;
    border-bottom: 3px solid #6C3087;
}
.account-box>.amount{
    font-size: 1.2em;
    color: #000000;
}

.account-box>.text{
    font-size: 0.7em;
}
.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 ****************/

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 20%;
    /* background-image: linear-gradient(to top, #055196, #055196, #055196, #6C3087, #6C3087); */
    background-image: url(../assets/img/icons/sidebar.png); 
    background-color: #050070;
    color: #fff;
    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 {
    background: transparent; 
    width: 100%;
}

#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: #fff;
    text-decoration: none !important;
    text-align: left;
    font-size: 1em;
    line-height: 1.62em;
    cursor: pointer;
    background: transparent;
}

#sidebar ul li a:hover {
    color: #fff;
    background: #6C3087;
    /* opacity: 0.7; */
    /* background: -moz-linear-gradient(0deg, rgba(162,212,241,1) 0%, rgba(199,231,249,1) 96%);
    background: -webkit-linear-gradient(0deg, rgba(162,212,241,1) 0%, rgba(199,231,249,1) 96%);
    background: linear-gradient(0deg, rgba(162,212,241,1) 0%, rgba(199,231,249,1) 96%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a2d4f1",endColorstr="#c7e7f9",GradientType=1);
}

#sidebar ul li a i {
    margin-right: 10px;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff !important;
    background: -moz-linear-gradient(0deg, rgba(199,231,249,1) 0%, rgba(162,212,241,1) 96%);
    background: -webkit-linear-gradient(0deg, rgba(199,231,249,1) 0%, rgba(162,212,241,1) 96%);
    background: linear-gradient(0deg, rgba(199,231,249,1) 0%, rgba(162,212,241,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c7e7f9",endColorstr="#a2d4f1",GradientType=1);
}


a[data-toggle="collapse"] {
    position: relative;
}

.caret {
    position: relative;
}

.caret:before {
    content: '';
    position: absolute;
    top: 20px;
    right: -3px;
    border-top: 10px solid #ffffff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
  }

  img.arrows-icons{
    max-height: 18px;
    padding-left: 10px;
  }
  
  .caret:after {
    content: '';
    position: absolute;
    right: 0px;
    top: 20;
    border-top: 7px solid #003d6c;
    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 #ffffff;
    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 #003d6c;
        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{
    padding-top: 12px !important;
}

.dropdown-toggle.lang::after{
    right: -2px !important;
    top: 24px;
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 44px !important;
    background: #fff;
}

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: #fff;
    color: #9064a3;
}

a.article,
a.article:hover {
    background: #9064a3 !important;
    color: #fff !important;
}

.modal-header {
    background: #9064a3 !important;
    color: white !important;
    font-size: 18px !important;
    font-weight: normal;
    font-style: normal
}

.device{
    font-size: 50px;
}

.current{
    color: #0f9d58;
    font-size: 20px;
    padding-top: 10px;
}

.device-activity{
    padding-top: 15px;
}

.device-block:hover{
    cursor:pointer;
    background-color: #e6e6e6;
}


/******* Footer Style *********************/
footer {
    /* background-color: #e8e8e8; */
    color: #a1a1a1;
    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: 30px;
    padding-top: 5px;
}

.footer-link{
    text-decoration: none !important;
    padding-right: 3px;
    padding-left: 3px;
    display: inline-block;
    height: 100%;
    padding-top: 10px;
}

.follow-us-text{
    color: #6C3087;
    font-size: 14.15px;
    text-transform: uppercase;
    font-weight: bold;
    padding-right: 20px;
    height: 100%;
    padding-top: 17px;
    float: right;
}

.copyright-text{
    color: #6C3087;
    font-size: 14.15px;
    text-transform: uppercase;
    padding-right: 5px;
    text-decoration: none !important;
    font-weight: 500;
    font-style: italic;
}

.copyright-block{
    text-align: left;
    padding-top: 5px;
}
.full-height{
    height: 100% !important;
}

/* @media screen and (max-width: 600px) 
{

} */

/******* 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: 280px;
        max-width: 280px;
        /* background-image: linear-gradient(to top, #055196, #055196, #055196, #6C3087, #6C3087); */
        color: #fff;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;   
    }

    #sidebar.active:hover ul li a i{
        /* margin-right: 10px; */
        display: inline;
        font-size: 1em;
    }
    
    #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:#fff !important;
    cursor: pointer;
}

.navbar-nav .dropdown-menu{
    float: none;
    background-color: #9064a3;
    margin-top: 0px;
    padding-top: 0px;
}

a.dropdown-item:hover{
    background: rgb(205 193 218);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a2d4f1",endColorstr="#c7e7f9",GradientType=1);
    color:#fff !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;
}

ul ul ul a{
    padding-left: 50px !important;
}

.dropdown-toggle.show-right::after{
    border: none;
}

.navbar.navbar-expand-lg.navbar-light.bg-bgfi{
    background: #9064a3 !important;
	/*background-image: url(../assets/img/icons/bare.png); */
    height: 70px;
    padding-top: 20px;
    border-bottom: 5px solid #050070;
}

.img-envelope{
    height: 30px;
    width: 30px;
}
@media only screen and (min-width: 990px) {
    #navbarSupportedContent{
        height: 43px;
    }
}
@media only screen and (max-width: 989px) {
    #navbarSupportedContent{
        background: #003d6c;
        z-index: 999;
        margin-top: 160px;
    }
}


#navbarSupportedContent>ul.nav.navbar-nav>li>a.nav-link{
    color: #fff;
    cursor: pointer;
    text-align: center;
    position: relative;
    height: 43px;
}

#navbarSupportedContent>ul.nav.navbar-nav>li>a.nav-link:hover{
    background-color: transparent !important;
    text-align: center;
}

#navbarSupportedContent>ul.nav.navbar-nav>li>a.nav-link:hover{
    color: #fff;
    cursor: pointer;
}

#navbarSupportedContent>ul.nav.navbar-nav>li.dropdown-menu-right>a.nav-link{
    color: #fff;
    cursor: pointer;
    padding-top: 11px;
}

#navbarSupportedContent>ul.nav.navbar-nav>li.dropdown-menu-right>a.nav-link:hover{
    color: #fff !important;
    background: transparent !important;
}

div.container-fluid>div.navbar-collapse.collapse.show{
    padding: 10px;
    position: absolute;
    margin-top: 167px;
    right: 0px;
}

.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: #fff;
    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;
    content: "";
    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,a.nav-link[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: #FFFFFF !important;  */
    background-color: #6C3087 !important
}

tr.selected-row td {
    color: #ffffff !important;
}

tr.selected-row td .zmdi {
    color: #ffffff !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: #6C3087;
}

#chatview {
    width: 290px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    background: #fff;
}

.profile_small {
    height: 60px !important;
}

#profile {
    height: 50px;
    overflow: hidden;
    text-align: center;
    color: #fff;
    -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: #6C3087;
}

#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: #ffffff;
    position: relative;
    float: left;
}

.sent-msg-bubble {
    background: #0065a6;
}

.received-msg-bubble {
    background: #6C3087;
}

#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: #fff;
    padding-bottom: 50px;
}

#sendmessage :first-child {
    width: calc(100% - 70px);
    background: #fff;
    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: #fff url("../assets/img/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: #fff;
    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: #fff;
    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: #fff;
}

[data-direction="ltr"] .show-from-right {
    transform: translate3d(-300px, 0, 0);
    background: #ffffff;
}
/**************** End ***************************/

/**************** BGFI Buttons *****************/

/* .btn-style-3 {
    border: 1px solid #23527c !important;
    background: transparent !important;
    color: #23527c !important;
}

.btn-style-3:hover,
.btn-style-3:focus,
.btn-style-3:active,
.btn-style-3.active,
.open .dropdown-toggle.btn-style-3 {
    border-color: #23527c !important;
    background-color: #23527c !important;
    color: #ffffff !important;
}

.btn-style-3:active,
.btn-style-3.active,
.open .dropdown-toggle.btn-style-3 {
    background-image: none;
    color: white;
}

.btn-style-3.disabled,
.btn-style-3[disabled],
fieldset[disabled] .btn-style-3,
.btn-style-3.disabled:hover,
.btn-style-3[disabled]:hover,
fieldset[disabled] .btn-style-3:hover,
.btn-style-3.disabled:focus,
.btn-style-3[disabled]:focus,
fieldset[disabled] .btn-style-3:focus,
.btn-style-3.disabled:active,
.btn-style-3[disabled]:active,
fieldset[disabled] .btn-style-3:active,
.btn-style-3.disabled.active,
.btn-style-3[disabled].active,
fieldset[disabled] .btn-style-3.active {
    background-color: #FFFFFF;
    border-color: #055398;
}

.btn-style-3 .badge {
    color: #FFFFFF;
    background-color: #055398;
} */

.btn-style-1 {
    color: #9064a3 !important;
    /*   background-color: #FFFFFF;  */
    background-color: transparent;
    border: 1px solid #6c3087 !important;
}

.btn-style-1:hover,
.btn-style-1:focus,
.open .dropdown-toggle.btn-style-1 {
    color: #ffffff !important;
    background-color: #6c3087 !important;
    border: 1px solid #6c3087 !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: #6c3087 !important;
    color: white !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: #FFFFFF;
    border-color: #055398;
}

.btn-style-1 .badge {
    color: #FFFFFF;
    background-color: #055398;
}

.btn-style-2 {
    color: #6C3087 !important;
    /*   background-color: #FFFFFF;  */
    background-color: #ececec;
    border-color: #6C3087;
}

.btn-style-2:hover,
.btn-style-2:focus,
.btn-style-2:active,
.btn-style-2.active,
.open .dropdown-toggle.btn-style-2 {
    color: #6C3087;
    background-color: #6C3087;
    border-color: #6C3087;
}

.btn-style-2:active,
.btn-style-2.active,
.open .dropdown-toggle.btn-style-2 {
    background-image: none;
    color: white;
}

.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: #FFFFFF;
    border-color: #6C3087;
}

.btn-style-2 .badge {
    color: #FFFFFF;
    background-color: #6C3087;
}

.btn-style-4 {
    color: #6C3087 !important;
    background-color: transparent;
    border: 1px solid #6C3087 !important;
}

.btn-style-4:hover,
.btn-style-4:focus,
.btn-style-4:active,
.btn-style-4.active,
.open .dropdown-toggle.btn-style-4 {
    color: #ffffff !important;
    background-color: #6C3087;
    border: 1px solid #6C3087;
}

.btn-style-4:active,
.btn-style-4.active,
.open .dropdown-toggle.btn-style-4 {
    background-image: none;
    color: white;
}

.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: #6C3087;
}

.btn-style-4 .badge {
    color: #FFFFFF;
    background-color: #6C3087;
}

/***************** End ******************/

/**************** DatePicker Style *************/
._720kb-datepicker-calendar-header {
    background: #0065a6 !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: white !important
}

._720kb-datepicker-calendar-years-pagination a {
    color: white !important
}
/* datepicker>input:read-only {
    background: #ffffff !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: #fff;
    background-color: #138efa;
    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: #fff;
    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: #138efa
}

._720kb-datepicker-calendar-header:nth-child(even) {
    background: #7bc6fc
}

._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: #fff
}

._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: 3px;
}

.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 #999
}

.file-drop-zone.clickable:focus {
    border: 2px solid #5acde2
}

.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
    }
}

@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: #fff;
}

.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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    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: #055398 !important;
}

.currency-box {
    border-right: 1px solid #d6caca;
}

.spread-wrapper {
    position: absolute;
    z-index: 1;
    background-color: #6C3087;
    color: #ffffff;
    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: #0065a6 !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: #000;
    border: 1px solid #00579c
}

.w3-select option[disabled] {
    color: #00579c
}

.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: white;
    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: white;
}

.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: #6699FF;
        color: White;
    }

    div.auto-complete-container ul.auto-complete-results li.auto-complete-item-selected {
        background-color: #6699FF;
        color: White;
    }

    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: #D7EDF9 !important;
    color: #055398 !important;
    padding: 10px;
    border-radius: 5px;
}

@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: rgb(173,219,246);*/
    /*background: linear-gradient(0deg, rgba(173,219,246,1) 0%, rgba(107,179,219,1) 96%);*/
    height: 45px;
    margin-bottom: 20px;
    margin-left: 6px;
    padding-top: 4px;
    color: #055398;
    font-weight: 450;
}
.ticker li::before{
    color: #055398 !important;
}
.pointer {
    cursor: pointer;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #003d6c !important;
    border-radius: 4px !important;
    height: 35px !important;
    padding-top: 2px !important;
    color: #003d6c !important;
}

.select2.select2-container{
    width: 100% !important;
}

.welcome-card{
    opacity: 0.8;
    cursor: pointer;
    padding: 30px;
}

.flags-dropdown {
    right: 50px;
    position: fixed;
    top: 14px;
}

div.flags-dropdown>div.dropdown>button::after {
    right: 3px !important;
}

.navbar-brand>img{
    height: 100% !important;
}

.navbar-brand>img#normalLogo{
    padding: 10px;
    margin-left: 5px;
}

.navbar-brand{
    height: 80px;
    margin-top: 5px;
}

.txt-stb{
    color: #72A3C5 !important;
}

/* a.footer-link:hover{
    background-color: #055398;
} */

.subtitle-txt{
    color: #055398 !important;
}

.signin-txt{
    color: #6C3087 !important;
}

.signin-btn{
    background-color: #6C3087;
    color: #ffffff;
    border: 1px solid #050070 !important;
}

.signin-form{
    border-radius: 0.45rem !important;
}

.info-card-service{
    border-left: 6px solid #6C3087 !important;
}

.btn-signin{
    border: 1px solid #0D4AB5 !important;
    color: #6C3087 !important;
    font-weight: 500 !important;
    cursor: pointer;
    background: rgb(173,219,246);
    background: -moz-linear-gradient(86deg, rgba(173,219,246,1) 0%, rgba(104,179,219,1) 96%);
    background: -webkit-linear-gradient(86deg, rgba(173,219,246,1) 0%, rgba(104,179,219,1) 96%);
    background: linear-gradient(86deg, rgba(173,219,246,1) 0%, rgba(104,179,219,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#addbf6",endColorstr="#68b3db",GradientType=1);
}

.rnrml-corners{
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.signin-info{
    background: rgb(173,219,246);
    background: -moz-linear-gradient(270deg, rgba(173,219,246,1) 0%, rgba(104,179,219,1) 96%);
    background: -webkit-linear-gradient(270deg, rgba(173,219,246,1) 0%, rgba(104,179,219,1) 96%);
    background: linear-gradient(270deg, rgba(173,219,246,1) 0%, rgba(104,179,219,1) 96%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#addbf6",endColorstr="#68b3db",GradientType=1);
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
}

.cls-1{fill:#fff !important;}

.ticker{
    display: flex;
    padding-left: 100%;
    overflow: hidden;
}

.ticker ul{
    display: flex;
    list-style: none;
    padding: 7px;
}

.ticker li{
    padding-left: 1rem;
    white-space: nowrap;
    vertical-align: middle;
}

.ticker li:first-child{
    padding-left: 0;
}

.ticker li::before{
    content: "";
    display: inline-block;
    -moz-border-radius: 7.5px;
    -webkit-border-radius: 7.5px;
    height: 1px;
    border-radius: 12.5px;
    background-color: #055398;
    width: 5px;
    height: 5px;
    margin-right: 10px;
}

.ticker li:last-child::after{
    content: "";
    display: inline;
    padding-left: 1rem;
}

.pagination li a {
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    text-decoration: none;
    -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: #fff;
    color: #6C3087;
    border: 1px solid #6C3087!important;
}

.pagination li.active>a{
    background-color: #6C3087;
    border: 1px solid #6C3087 !important;
    color: #fff;
}

 /* 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);
}
}

.btn-clearing{
    margin-top: 0.8rem;
}

abbr[data-title] {
  position: relative;
  text-decoration: underline dotted;
}
abbr[data-title]:hover::after,
abbr[data-title]:focus::after {
  content: attr(data-title);
  position: absolute;
  left: 50%;
  top: -30px;
  transform: translateX(-50%);
  width: auto;
  white-space: nowrap;
  background: #ff0060;
  color: #fff;
  border-radius: 2px;
  box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
  font-size: 14px;
  padding: 3px 5px;
}

.stb-header{
    position: absolute !important;
    top: 0px;
    left: 120px;
}

.header-login, .footer-copyright{
    position: absolute;
    width: 97%;
}

.footer-copyright{
    bottom: 30px;
}

.footer-copyright>div>div>div>div.company-text{
    font-weight: 500;
    font-size: 0.8em;
}

/************ sign in flip cards **************/
.scene {
    width: 100%;
    height: 260px;
    /* border: 1px solid #CCC; */
    margin: 40px 0;
    perspective: 600px;
  }
  
  .card-signin {
    width: 100%;
    height: 100%;
    transition: transform 1s;
    transform-style: preserve-3d;
    cursor: pointer;
    position: relative;
  }
  
  .card-signin.is-flipped {
    transform: rotateY(180deg);
  }
  
  .card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    line-height: 100%;
    color: #6C3087;
    text-align: center;
    font-weight: bold;
    font-size: 40px;
    border-radius: 20px;
    border: 4px solid;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .card__face--front {
    background: #bbe6f9;
  }
  
  .card__face--back {
    background: #E8EAE8;
    transform: rotateY(180deg);
    line-height: 100%;
    font-size: 1.2em;
    padding: 20px;
    border-color: #878787;
  }
  .card-titles{
      padding-top: 30% !important;
  }
/************ End signin flip cards ***********/


/************ SignIn checkBox *****************/

/* .boxes {
    margin: auto;
    padding: 50px;  
    background: #484848;
} */

/*Checkboxes styles*/
input.signin[type="checkbox"] { display: none; }

input.signin[type="checkbox"] + label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 20px;
    font: 14px/20px 'Open Sans', Arial, sans-serif;
    color: #6C3087;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

input.signin[type="checkbox"] + label:last-child { margin-bottom: 0; }

input.signin[type="checkbox"] + label:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #6C3087;
    position: absolute;
    left: 0;
    top: 0;
    opacity: .6;
    -webkit-transition: all .12s, border-color .08s;
    transition: all .12s, border-color .08s;
}

input.signin[type="checkbox"]:checked + label:before {
    width: 10px;
    top: -5px;
    left: 5px;
    border-radius: 0;
    opacity: 1;
    border-top-color: transparent;
    border-left-color: transparent;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.logo-service-header{
    position: absolute;
    width: 70px;
    left: 40%;
    top: 21px;
}

.img-service{
    position: absolute;
    left: 30px;
    width: 40px;
    top: 30px;
}

/************ End SignIn checkBox *************/
.search-ico{
    position: absolute;
    right: 33px;
    top: 11px;
    color: #055398;
}