/* CSS Document */

/*-----------------------------
        Font family
-----------------------------**/

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  font-display: auto;
  src: url("../fonts/fontawesome-5.9.0/webfonts/fa-regular-400.eot");
  src: url("../fonts/fontawesome-5.9.0/webfonts/fa-regular-400.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-5.9.0/webfonts/fa-regular-400.woff2") format("woff2"), url("../fonts/fontawesome-5.9.0/webfonts/fa-regular-400.woff") format("woff"), url("../fonts/fontawesome-5.9.0/webfonts/fa-regular-400.ttf") format("truetype"), url("../fonts/fontawesome-5.9.0/webfonts/fa-regular-400.svg#fontawesome") format("svg"); }
/*-------------------------
                   Layout
  -------------------------**/
  body{font-size: 0.85rem; background: #f8f6ff;}

  body, h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
/*-------------------------
                   Form components
  -------------------------**/
.form-control{font-size: 0.7rem;}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{ cursor:text;}
.space-bootom{ margin-top:5px; margin-bottom:5px;}
label {
    font-weight: 500;
    font-size: 12px;
}
.form-group {
    margin-bottom: 0.5rem;
}
.fieldset-custom{
    padding: 1px 12px 10px!important;
    border: 1px solid #dcdcdc;
    border-style: dashed;
}
.fieldset-custom h6{
    font-weight: 400;
    font-size: 14px;
    color: #9f8dfd;
}
.tab-content fieldset.scheduler-border{
    margin: 0;
}
td.actionText a{
    display: inline-block;
    margin: 0;
    padding: 0.2rem 0.5rem;
    font-size: 16px;
}
/*-------------------------
                nav bar css
  -------------------------**/
.navbar{ background: #282632 !important;}
.navbar-brand{ padding:0 15px;}
.navbar.navbar-light .breadcrumb .nav-item .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link, .navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link{
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;

}
.navbar.navbar-light .breadcrumb .nav-item.active .nav-link, .navbar.navbar-light .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item .nav-link:visited, .navbar.navbar-dark .breadcrumb .nav-item.active .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:visited{
    background: transparent;
    background-color: rgb(40, 38, 50) !important;
    color: green !important;
}
.navbar .dropdown-menu a {
    padding: 4px 10px;
    font-size: 0.85rem;
    font-weight: 300;
    color: #000;
}

/*-------------------------
                search form css
  -------------------------**/
#searchInput{
    width:271px;
}
/*-------------------------
                Carousel css form css
  -------------------------**/
.carousel{
    margin-top:68px;
}
#slide1{}

.carousel-control.left{
    background-image: linear-gradient(to right, rgba(188, 209, 103, 0.2) 0px, rgba(0, 0, 0, 0) 100%);
}
.carousel-control.right{
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0px, rgba(188, 209, 103, 0.2) 100%);
}

/*-------------------------
                Carousel css form css
  -------------------------**/
#bigCallout{ margin-top:10px;}
.login #bigCallout{ margin-top:80px;}
.page-header{
    margin: 2rem 0 0.5rem;
    font-size: 21px;
    color: #0c0c0c;
    font-weight: 500;
}
#workspace-outer{ margin-bottom:10px;}
.quet-answ-img-correct, .quet-answ-img-incorrect{
    margin: 8px 0;
    text-align: center;
    vertical-align: middle;
}
/*-------------------------
                dropdown menu form css
  -------------------------**/

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #dcdcdc;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

/*----------------------------
                sidebar multilevel css
  -------------------------**/
.sub-level{ padding:0 0 0 10px;}
.sub-level ul > li{ border-left:1px solid #dcdcdc; margin:0 0 0 8px;}
.sub-level > li a{ color:#666666;}
.sub-level ul li > a{ color:#99CC33;}
aside .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

aside small{ color:#fff;}
/*---------------------------------
                content question palet css
  ------------------------------**/
#question-palet .row{ margin-bottom:10px;}
#question-palet .panel-body{ height:180px; overflow-x: auto;}

/*-------------------------
                footer css form css
  -------------------------**/
footer {
    color: #eee;
    background: #000;
    padding: 17px 0 18px 0;
    border-top: 1px solid #000;
        margin-top: 2rem;
}
footer a {
    color: #999;
}
footer a:hover {
    color: #efefef;
    text-decoration:none;
}
#copy_right{ text-align:center;}
tr.branch td:first-child{padding-left:30px !important; color:#FF6666; font-size:13px !important;}
tr.branch td{color:#FF6666; font-size:13px;}
.table-custom tr td:first-child{ font-weight:bold; font-size:14px;}
.hidden {
    display: none!important;
    visibility: hidden!important;
}
.fixed-action-btn {
       position: fixed;
    z-index: 998;
    left: 35px;
    top: 11rem;
    margin-bottom: 0;
    padding-top: 15px;
}
.short-key{
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15);
    width: 47px;
    height: 47px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
}
.short-key-a strong{

}
.short-key .fas{
    font-size: 1.3rem;
    line-height: 48.1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
/* Portrait and Landscap phone */
@media (max-width: 480px) {
    #myCarousel .item{ height:auto;}
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {

}

/* Up to small desktop */
@media (max-width: 979px) {

}

/* Small desktop and up */
@media (min-width: 979px) {
    #myCarousel .item{ height:350px;}
}
/* Large Desktop */
@media (min-width: 1200px) {
}
.input-group-custom {
  padding-right: 15px !important;
  padding-left: 15px !important;

}


#sortable { list-style-type: none; margin: 0; padding: 0; width: 60%;
            font-size: 62.5%;

}
#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.4em;
    height: 30px; }
#sortable li span { position: absolute; margin-left: -1.3em; }

#table{

}
#table thead{
  background: #f57f6c;
  color: #fff;
}
table.table#table td{
        padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}
#table .form-group{margin: 0 0 0.1rem;}
#table .md-form{margin-bottom: 0.2rem;}

.container#main {
    min-height: 32rem;
}


#bigCallout{
    min-height: 501px;
}
.font{
    color: #428bca;
}

.custom-control-label::before, .custom-control-label::after{top:0rem;}
.dataTable {
    border: 0;
    padding: 0;
    margin: 1rem 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #ced4da;
    box-shadow: 0px 0px 0px 0px #ced4da;
    background-color: transparent;
    position: relative;

}
.dataTable .table-responsive{
    overflow-y: auto;
    height: 25.5rem;
}
.dataTable thead{
    background: #000000;
    color: #fff;
}
.dataTable thead tr th{
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    vertical-align: middle;
}

.dataTable tbody tr th{
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border: none;
        vertical-align: middle;
}
.dataTable tbody tr td{
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border: none;
    vertical-align: middle;
    font-size: 12px;
}
.dataTable tbody tr.total{padding: 0.5rem 0.8rem;}
.dataTable tbody tr.total td{padding: 0.5rem 0.8rem; text-align: right;}
.dataTable tbody tr.total td ul{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dataTable tbody tr.total td ul li{list-style: none; list-style-type: none;}
.dataTable tbody tr.total td ul li label{
    display: inline-block;
    width: 7rem;
    text-align: left;
}
.dataTable tbody tr.total td a{
    display: block;
    font-weight: 500;

}
.dataTable tbody tr.total td a > label{
    display: inline-block;
    width: 7rem;
    text-align: left;
    margin: 0;
    cursor: pointer;
}
.dataTable tbody tr.total{padding: 0.5rem 0.8rem;}
.dataTable tbody tr.total td{padding: 0.5rem 0.8rem; text-align: right;}
.dataTable tbody tr.total td ul{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dataTable tbody tr.total td ul li{list-style: none; list-style-type: none;}
.dataTable tbody tr.total td ul li label{
    display: inline-block;
    width: 7rem;
    text-align: right;
}
.dataTable tbody tr.total td ul li span{width: 7rem;
    display: inline-block;}
.dataTable tbody tr.total td a{
    display: block;
    font-weight: 500;

}
.dataTable tbody tr.total td a > span{    width: 7rem;
    display: inline-block;}
.dataTable tbody tr.total td a > label{
    display: inline-block;
    width: 7rem;
    text-align: right;
    margin: 0;
    cursor: pointer;
}
/**Total final row**/
.dataTable tfoot tr.total-final{padding: 0.5rem 0.8rem;}
.dataTable tfoot tr.total-final td{padding: 0.5rem 0.8rem; text-align: right;}
.dataTable tfoot tr.total-final td ul{
    list-style: none;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.dataTable tfoot tr.total-final td ul li{list-style: none; list-style-type: none;}
.dataTable tfoot tr.total-final td ul li label{
    display: inline-block;
    width: 10rem;
    text-align: right;
}
.dataTable tfoot tr.total-final td ul li span{    width: 7rem;
    display: inline-block;}
.dataTable tfoot tr.total-final td ul li .form-control{
    display: inline-block;
    width: 4rem;
    margin-left: 3rem;
}
.dataTable tfoot tr.total-final td a{
    display: block;
    font-weight: 500;
    margin: 0 0 3rem;

}
.dataTable tfoot tr.total-final td a > label{
    display: inline-block;
    width: 10rem;
    text-align: right;
    margin: 0;
    cursor: pointer;
        font-size: 14px;
    color: #ff3547;
}
.dataTable tfoot tr.total-final td a > span{width: 7rem;
    display: inline-block;}
.dataTable tfoot tr.total-final td a > .form-control{
      display: inline-block;
    width: 4rem;
    margin-left: 3rem;
}
/**Total final row end**/
.dataTable tbody tr:nth-child(odd){
        background: #fffcf1;
}
.mainTotal{
position: absolute;
    bottom: 0;
    background: #fff;
    display: block;
    width: 100%;
    padding: 0.5rem;
    left: 0;
    border-top: 1px solid #dcdcdc;
    font-size: 1.3rem;
    font-weight: 400;
}
.mainTotal .form-control {
    display: inline-block;
    width: 4rem;
        margin-left: 0.5rem;
}
.mainTotal label{
    font-size: 0.8rem;
    display: inline-block;
    text-align: left;
    width: 49%;
}
.mainTotal span{
    display: inline-block;
    text-align: right;
    width: 36%;
    font-size: 1rem;
}
.mainTotal .grandTotal label{
        font-size: 1rem;
    color: #ff3547;
}
.mainTotal .grandTotal span{
        font-weight: 600;
    color: #ff3547;
    width: 33%;
}
fieldset.scheduler-border{
    border: 0;
    padding: 2rem 2rem !important;
    margin: 1rem 0;
    -webkit-box-shadow: 0px 0px 0px 0px #ced4da;
    box-shadow: 0px 0px 0px 0px #ced4da;
    background-color: white;
}
legend.scheduler-border {
font-size: 0.9rem !important;
    font-weight: bold !important;
    text-align: left !important;
    width: 100%;
    padding: 8px 16px;
    border-bottom: none;
    background: #3fa990;
    color: #fff;
}
.scheduler-title{
    font-size: 1.1rem;
    font-weight: 400;
    color: #e04545;
}
#accordionPurchase .scheduler-title{position: relative;}
#accordionPurchase .scheduler-title i{
    position: absolute;
    right: 0;
    top: 3px;
    transition: all 0.9ms ease-in-out;
}
#accordionPurchase .scheduler-title.collapsed i:before{
    content: "\f078";
}

.top-space{ margin-top:15px;}

.hide_tag{
    display: none;
}
.border-less,  .table.border-less>tbody>tr>td, .table.border-less>tfoot>tr>td{
    border-color: transparent;
    border: none;
}

/**Dashboard css**/
    .status-card{height: 100%;}
    .status-card .media{}
    .status-card .media h5{
        font-size: 18px;
    margin: 0;
    }
    .status-card .media p{
            color: #686c71;
    margin: 0;
    font-size: 13px;
    }
    .status-card .avatar{
        font-size: 20px;
    text-align: center;
    background: #f1f2f3;
    color: #fff;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    display: inline-block;
    }
    .status-card .avatar.avatar-pink{
       color: #f53f85!important;
    background: rgba(245,63,133,.1)!important;
    }
    .status-card .avatar.avatar-blue{
            color: #2962ff!important;
    background: rgba(63,135,245,.1)!important;
    }
    .status-card .avatar.avatar-purple{
          color: #886cff!important;
    background: rgba(136,108,255,.1)!important;
    }
    .status-card .avatar.avatar-green{
            color: #68ccb9!important;
    background: rgb(229, 250, 246)!important;
    }
    h4.growth{
        font-size: 17px;
    margin: 20px 0 0;
    font-weight: 400;
    }
/**Dashboard css end**/