:root {
    --blue: #203f5b;
    --grey: #A5A08F;
    --white: #ffffff;
    --white-shade: #f2f2f2;
}

/****** BOOTSTRAP TABLES CSS ********/

/* EXPORT/TOGGLE COLUMN CSS */
.bootstrap-table .fixed-table-toolbar .columns-right {
    margin-left: 3px !important;
}
/* END CSS */

/* CUSTOM TOOLBAR CSS */
.fixed-table-toolbar {
    display: flex;
    place-items: end;
    place-content: end;
}
/* END CSS */

/* Table Line Height Css*/
.table>:not(caption)>*>* {
    padding: 0.3rem 0.5rem !important;
}
/* End Css */
.bootstrap-table{
    font-size:0.9rem;
}
.bootstrap-table td, .bootstrap-table th{
    white-space: nowrap;
}
.table-striped .fa-edit:before{
    color:var(--blue);
}
.table-striped .fa-user:before, .table-striped .fa-globe{
    color: var(--grey);
}
.table-striped .fa-trash:before,
.table-striped .fa-trash-alt,
.table-striped .fa-archive{
    color: var(--blue);
}
.table-striped .fa-undo:before{
    color:var(--grey);
}
.btn-save,.btn-cancel{
    margin-top:1rem;
}
.btn-save,.btn-cancel:hover{
    background: var(--blue);
    color: var(--white);
}

.btn-save:hover,.btn-cancel{
    background: var(--grey);
    color:var(--white) !important;
}

div#v-pills-tabContent label {
    height: 42px;
}

/* END CSS */

.page-list .dropdown-menu{
    z-index:1 !important;
}

.note-editor.note-frame.fullscreen {
    background-color: #fff;
}
.note-modal-title{text-align:left;}
.note-modal-footer .note-btn{margin-top:0 !important;margin-right:20px;}
.note-modal-footer{height:60px !important;}
.note-modal .note-modal-body label{margin-top:10px;}

.welcome-message{
    margin-right:66px !important;
    margin-top:15px;
}
select#change_currency {
    margin-right: 1.5px !important;
}
select#change_currency {
    margin-right: 68px !important;
}
#toolbar_convert, #toolbar_withdrwal, #toolbar_deposit{ margin-right: 3px;}
@media(min-width:991px){
    .cm-log-head{position:absolute;}
}
@media(max-width:450px){
    .welcome-message{margin-right:20px !important;}
}
@media(max-width:375px){
    .container-fluid.px-5{
        padding-left:1rem !important;
        padding-right:1rem !important;
    }
}
.dropdown-item:hover, .dropdown-item:focus {
    background-color: #203f5b !important;
    color:#fff !important;
}