﻿body { line-height: none !important; }

/*
 * Placeholder dashboard ideas
 */

/* ViewQuestionAnswer*/

.dropselect .dropdown-toggle { margin-left: 0 !Important }

.filter-option-inner-inner { color: #fff }

.dropselect .dropdown-toggle:hover, .dropselect .btn-default.active, .dropselect .btn-default:active,
.dropselect .open > .dropdown-toggle.btn-default {
    background-color: #005EB8;
    opacity: 0.8;
}

#frmAnswerQuestion::-webkit-scrollbar {
    width: 12px;
    background-color: white;
}

#frmAnswerQuestion::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    border-radius: 5px;
}

/* Add a thumb */

#frmAnswerQuestion::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #008fbf;
}

.panel-body { padding: 3px 5px 3px 5px; }

.panel-body > label { line-height: 1.5; }

/*ViewProgramQuestion*/

#frmProgram::-webkit-scrollbar {
    width: 12px;
    background-color: white;
}

#frmProgram::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    border-radius: 5px;
}

/* Add a thumb */

#frmProgram::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #008fbf;
}

/*.hide
        {
            visibility:hidden;
        }*/

/*.field-validation-error
        {
          visibility:hidden;
        }*/

.fieldset_custom_final {
    height: 58px;
    line-height: 1.5;
    padding-top: 0.9%;
}

.fieldset_custom_fulltime {
    height: 25px;
    line-height: 1.5;
    padding-top: 1px;
}

.fieldset_custom_bigarea {
    height: 158px;
    line-height: 1.5;
    padding-top: 1px;
}

.form-content textarea {
    width: 100%;
    padding: 5px;
    color: #999;
    resize: both;
    background: transparent;
    border: 1px solid #65c5c4;
}

#warning-mess {
    font-size: 9pt;
    display: none;
}

/*ViewUserInfo*/
.UserInfo {
    width: 100%;
}
#frmViewUserInfo::-webkit-scrollbar {
    width: 12px;
    background-color: white;
}

#frmViewUserInfo::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background: #ffffff;
    border-radius: 5px;
}

/* Add a thumb */

#frmViewUserInfo::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #008fbf;
}

/*.hide
                                {
                                    visibility:hidden;
                                }*/

/*.field-validation-error
                                {
                                  visibility:hidden;
                                }*/

.fieldset_custom_final {
    height: 58px;
    line-height: 1.5;
    padding-top: 1px;
}

.fieldset_custom_fulltime {
    height: 25px;
    line-height: 1.5;
    padding-top: 1px;
}

.form-content textarea {
    width: 100%;
    padding: 5px;
    color: #999;
    resize: both;
    background: transparent;
    border: 1px solid #65c5c4;
}

#warning-mess {
    font-size: 9pt;
    display: none;
}

.panel-title a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
    color: blue;
}

.field_block { display: inline-block; }

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}

.placeholders h4 { margin-bottom: 0; }

.placeholder { margin-bottom: 20px; }

.placeholder img {
    display: inline-block;
    border-radius: 50%;
}

/*valid custom combobox*/

.input-validation-error, .input-validation-error .btn { border-color: red !important; }

span .input-validation-error { border-color: red !important; }

.field-validation-error { color: red !important;font-size: 13px;padding-left: 15px; }

.Number, .Money, .Rate { text-align: right !important; }

.languages { padding: 0px !important; }

.color-red { color: red; }

.text-danger { color: red; }

.tooltip { background-color: transparent !important; }

.tooltip-inner { background-color: red !important; }

.tooltip.top .tooltip-arrow { border-top-color: red !important; }

.bold { font-weight: bold; }

.dropdown-font-color button span:first-child { color: rgb(57, 100, 107); }

.repair-date-picker div.bootstrap-datetimepicker-widget table.table-condensed thead tr th {
    background-color: white !important;
    color: black;
    font-weight: bold;
}

.repair-date-picker div.bootstrap-datetimepicker-widget table.table-condensed tr:hover { background-color: white !important; }

.repair-date-picker div.bootstrap-datetimepicker-widget table.table-condensed thead tr:first-child th:hover { background: #eeeeee !important; }

.repair-panel-body .panel-body { padding: 2px 2px 15px 2px; }

/*Custom css DataTableJS*/

.dataTables_wrapper .dataTables_paginate .paginate_button {
    display: inline !important;
    padding: 0px !important;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody { border-bottom: none !important; }

div.dataTables_wrapper th, td { white-space: nowrap; }

div.dataTables_wrapper { margin: 0 auto; }

table.dataTable th {
    background-color: #3c8dbc !important;
    border-bottom: none !important;
    color: white;
}

.DTFC_RightBodyLiner { overflow-y: hidden !important; }

.DTFC_LeftWrapper {
    z-index: 999;
    overflow-y: visible !important;
}

.DTFC_ScrollWrapper { z-index: 1000 !important; }

.classOverFlowVisible {
    position: absolute;
    /*OVERFLOW*/
    /*overflow: visible;*/
}

/*.DTFC_LeftBodyLiner
{
    overflow:visible !important;
}*/

/*End Custom css DataTableJS*/

/*setting css for datetimepicker in DataTable JS*/

.bootstrap-datetimepicker-widget table thead > tr > th { padding-right: 10px !important; }

div.dataTables_wrapper .bootstrap-datetimepicker-widget table th { border-radius: 0px; }

div.dataTables_wrapper .bootstrap-datetimepicker-widget table tbody th,
div.dataTables_wrapper .bootstrap-datetimepicker-widget table tbody td { padding: 8px 0px !important; }

.bootstrap-datetimepicker-widget table td span { float: left; }

/*end setting css for datetimepicker in DataTable JS*/


/*Setting css selectpicker in Datatable JS*/

div.dataTables_wrapper .btn {
    padding: 4px 12px;
    border-radius: 0px;
}

/* chỉnh margin cho menu trái  bị che khi thêm menu top*/

.sidebar { margin-top: 37px; }

/* breadcrumb*/

.breadcrumb_button button {
    float: right;
    margin-left: 3px;
}

/*End breadcrumb*/


/*Chinh sua cho BOX collapse*/

.box label {
    font-size: 14px;
    font-weight: 400;
}

.box-body .box-seach {
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 10px;
}

.box-body button { /*margin-top: 10px;*/ }

.panel-body-box-first { padding: 15px 15px 0px 15px; }

.panel-body-box-second { padding: 0px 15px 0px 15px; }

.box-body table.dataTable tbody th, table.dataTable tbody td { padding: 4px 10px !important; }

.box-body table.dataTable thead th {
    text-align: center !important;
    font-weight: bold !important;
}

/*End chinh sua cho BOX collapse*/

label { font-weight: 400; }


.loading-modal {
    display: none;
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('../images/loading.svg') 50% 50% no-repeat;
    /*rgba( 255, 255, 255, .8 ) */
}


.content-header { margin-bottom: 10px; }


.gr-textarea {
    height: 100%;
    border: none;
    padding: 0
}
.gr-textarea .panel-heading {
    background: none
}
.gr-textarea textarea {
    color: #333!important
}
