html {
    position: relative !important;
    min-height: 100% !important;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 90px !important;
    position: initial !important;
    min-height: 565px!important;
}
.footer {
    position: absolute !important;
    bottom: 0 !important;
    width: 100% !important;
    /* Set the fixed height of the footer here */
    height: 36px !important;
    background-color: #333 !important;
    padding:9px 0 !important;
}
.text-muted{
    color:#aaa !important;
    text-align: center !important;
    margin-bottom:0px !important;
}
.logo-xtb > a:hover{
    color:#bbb !important;
}
.logo-xtb > a:hover > span{
    color:#FABB62 !important;
}
.footer a{
    color:#FF9B0F;
}
.navbar-brand{
    cursor:default;
}
.btn-separation{
    margin-left: 5px;
}
.btn-user-index{
    margin-top: 20px !important;
}
.size-small{
    font-size: small;
}
.margin-user{
    margin-top: 45px;
}
.heading-black{
    background-color: #333 !important;
    border-color: #e6e9ed !important;
}
.heading-black .panel-title{

}
.btn-black{
    background-color: #333 !important;
    color: #fff !important;
    border-color: #222!important;
    transition: border-color,background-color 0.3s;
}
.btn-black:hover {
    background-color: #666 !important;
    border-color: #777 !important;
}

.modal-dialog {
    z-index: 1040;
    margin-top: 50px;
}
.table>tbody>tr>td,
.table>thead>tr>th{
    vertical-align: middle !important;
}
.black-th{
    background-color: #434A54;
    color:#fff
}
.form-group-sm{
    margin-bottom: 15px !important;
}
.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 3px !important;
}
a.orange{
    color:#FF9B0F;
}

#toolbar{
    margin:20px 0;
}
.sortorder:after {
    content: '\25b2';
}
.sortorder.reverse:after {
    content: '\25bc';
}
.black-th th > a{
    color:#fff !important;
}
#field {
    width:300px;
    height:300px;
    border:1px solid;
}
.cursor {
    cursor:url('http://placehold.it/16x16'), auto;
}

.icheckbox {
    margin-left: 20px;
    display:inline-block;
    width:17px;
    height:17px;
    vertical-align: bottom;
    background:#fff;
    border-radius: 2px;
    border: 1px solid #aab2bd;
}
#toolbar label{
    vertical-align: bottom;
    margin-bottom: -3px !important;

}

.icheckbox.checked {
    background:#37bc9b;
    border: 1px solid #37bc9b;
}
.strong{
    font-weight: 600;
}
.highlight{
    background-color: rgba(255, 150, 50, 0.38);
    border-radius: 3px;
}
.ac-menu .row div:first-child,
.ac-menu .row div:nth-child(2){
    height: 23px;
}

.text-right{
    text-align: right !important;
    padding-right: 24px;
}
.disabled-tr{
    background-color: #D9D9D9 !important;
}
.red{
    color:#EB162B !important;
    font-weight:600;
}
.green{
    color:#00CE61 !important;
}
.blue{
    color:#0889B9 !important;
}
#toolbar .collect{
    padding:10px 7px !important;
}
.strike{
    text-decoration: line-through !important;
    color:#EB162B;
}

.adm-user:after,li.active:after{
    content: ' ';
    position: absolute;
    border: solid 10px transparent;
    border-top: solid 0px transparent;
    border-width: 7px;
    left: 50%;
    top:100%;
    margin-top:-13px;
    margin-left: -7px;
    border-color: transparent transparent #fff transparent;
}
.success-email{
    color: #37BC9B;
    font-weight: 600;
}
.failed-email{
    color: red !important;
}
/*.modal-content{*/
    /*background-color: #252830 !important;*/
    /*color:#fff !important;*/
/*}*/
.navbar-inverse,
.footer{
    background-color: #252830 !important;
    border-color: #252830 !important;
}
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover {
    background-color: #383C48 !important;
}
.create .icheckbox{
    margin-left:0px;
    vertical-align: top;
}
/*.text-yellow{*/
    /*color:#FFD428 !important;*/
/*}*/
/*.close{*/
    /*color:#ccc !important;*/
    /*opacity: 1 !important;*/
/*}*/
/*.modal-title .badge-default{*/
    /*color: #FFFFFF;*/
    /*background-color: #3E4558;*/
    /*border: 1px solid #383C48;*/
/*}*/
tr.danger{
    color:#EB162B !important;
}
tr.danger a[href^="mailto:"]{
    color:#EB162B !important;
}
.info-user-delete::after{
    content:' (user deleted)';
}