/* ================= */
/* 22 Aug 2022 */
/* ================= */

.sidebar:before {width:200px}
.sidebar{width:200px;}
.navbar .navbar-header.pull-left{width:200px}
.main-content {margin-left:200px;}

textarea {
    height: auto !important;
    border-radius: 0px !important;
}

.tab-content {
    background-color: white !important;
}

.blue {
    color: #084164 !important;
}

.table-striped>tbody>tr>td, .table-striped>tbody>tr>th {
    color: #273565;
}

/*
label {
    font-weight: normal;
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    color: #FFFFFF;
}
*/

.navbar .navbar-brand {
    font-size: 24px;
    text-shadow: none;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    text-align: center;
    float: none;
    /*
    padding-top: 15px;
    */
    color: #ffffff;
    font-family: "Trebuchet MS";
}

h3 {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}

.widget-header {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    min-height: 38px;
    border-bottom: 1px solid #DDD;
    padding-left: 12px;
    background: #084164;
    border: 1px solid #084164;
    bottom: 3px;
}

.widget-box a {
    cursor: pointer;
    text-decoration: none;
    color: #FFFFFF;
}

.table-header {
    background-color: #084164;
    color: #FFF;
    font-size: 14px;
    /* line-height: 38px; */
    line-height: 49px;
    padding-left: 12px;
    margin-bottom: 1px;
    font-family: 'Roboto', sans-serif;
}

/* ================= */

.datepicker-dropdown {
    z-index: 1040 !important;
}
.selected_checkbox {
    background-color:   #FFFF66 !important;
}
.dashboard_autoscroll {
    max-height:160px;
    overflow:scroll;
    -webkit-overflow-scrolling: touch;
}
.fht-tbody {
    -webkit-overflow-scrolling: touch !important;
}
.message-item .time {
    width: 150px;  !important;
}
.message-item .sender {
    width: 150px;
}

.wysiwyg-editor {
    max-height: 400px !important;
    height: 400px !important;
}
.email_edit_detail_link {
    font-weight: bold;
    color: #609FC4;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
}
.menu-toggler > .menu-text:after {
    content: "";
}
.menu-toggler {
    padding-left: 0px;
    width: 34px;
    background-color: transparent;
}
.orders_product_modal_width > .modal-dialog {
    width: 800px !important;
}

.dd {
    max-width: 1200px !important;
}

.dd-handle-color {
    background-color: #e9f934;
}  