body {
    font-size: 12px;
}
/*html {
    font-size: 12px;
}*/
/* LOGIN CSS */
.tooltip {
    position: fixed;
}

.logimg {
    background: url(../img/bannernew.png);
    background-position: initial;
    background-size: cover;
    height: 100%;
    position: fixed;
}

.ovl {
    float: left;
    width: 100%;
    height: 100%;
    /*background-color: rgba(197, 21, 133, 0.88);*/
}

.login-panel {
    float: left;
    width: 70%;
    margin-left: 15%;
    height: auto;
    margin-top: calc(50% - 25%);
}
.logo-sm{
    display:none;
}
@media(max-width:767px) {
    .main-sidebar, .left-side {
        padding-top: 52px;
    }
    .skin-blue .main-header .logo {
        display: none;
    }
    .logo-sm {
        display: inline-block;
        margin-left: 10px;
    }
    .login-panel {
        float: left;
        width: 100%;
        margin-left: 0%;
        height: auto;
        margin-top: calc(50% - 15%);
        background-color: rgba(255,255,255,0.95);
        padding: 25px 15px;
        border-radius: 12px;
        box-shadow: 0px 4px 8px #333;
    }
}

.nbtn {
    border-radius: 30px;
    padding: 7px 15px;
    font-weight: 700;
    font-size: 14px;
}

.btn-m-24 {
    margin-top: -24px;
}

input[type="button"], input[type="submit"] {
    width: auto;
}

button.close {
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 1;
    border: solid 1px #a58fa1;
    box-shadow: 1px 1px 13px 10px #ec1818;
}

.group {
    position: relative;
    /*margin-bottom: 40px;*/
    margin-bottom: 30px;
    height: fit-content;
}

.group-1 {
    margin-bottom: 5px;
    margin-top: 20px;
}

    .group-1 .txt-label {
        margin-top: 20px;
    }

label {
    /*max-width: fit-content;*/
    max-width:inherit;
}
/*label {
    color: #975378;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    top: 5px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

input, select, textarea {
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    color: #545454;
}

    input:focus, select:focus, textarea:focus {
        outline: none;
    }




input:focus ~ label, input:valid ~ label, select:focus ~ label, select:valid ~ label
, textarea:focus ~ label, textarea:valid ~ label
{
    top: -20px;
    color: #8b3e74;
    font-weight: 500;
    font-size: 13px;
    left: 5px;
}


.bar {
    position: relative;
    display: block;
    width: 100%;
}

.bar:before, .bar:after {
    content: '';
    height: 2px;
    width: 0;
    bottom: 1px;
    position: absolute;
    background: #8b3e74;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
}

.bar:before {
    left: 50%;
}

.bar:after {
    right: 50%;
}

input:focus ~ .bar:before, input:focus ~ .bar:after
, select:focus ~ .bar:before, select:focus ~ .bar:after
, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after{
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input:focus ~ .highlight, select:focus ~ .highlight, textarea:focus ~ .highlight
{
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}*/


.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #f8f8f8;
}

.form-control[readonly] {
    cursor: not-allowed;
}

.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: auto;
    font-size: 12px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border-style: none;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

select.form-control {
    border-bottom: solid 1px #ccc;
    background-image: url(/dist/img/select.png);
}

input.form-control {
    border-bottom: solid 1px #ccc;
}

select, .select2-container--default .select2-selection--multiple {
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
    background-position: right calc(100% - 0px);
    background-repeat: no-repeat;
    background-image: url(/dist/img/select.png);
    z-index: 5;
}

.select2-selection__clear {
    margin-top: 0px;
    font-size: 19px;
}
/* For IE10 */
select::-ms-expand {
    display: none;
}

.input-sm {
    padding: 1px 10px;
}

.m-selectbtn {
    background-position: right calc(100% - 0px);
    background-repeat: no-repeat;
    background-image: url(/dist/img/select.png);
    z-index: 5;
    background-color: transparent;
    border-style: none;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #c56fb6;
    border-color: #a95d9b;
    padding: 1px 10px;
    color: #fff;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    font-size: 16px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #c56fb6;
    color: white;
}

.select2-dropdown .select2-search__field:focus, .select2-search--inline .select2-search__field:focus {
    border: 0px solid #215197;
}

.multiselect-container > li > a > label {
    padding: 3px 20px 3px 1px;
}

.dropdown-menu > li > a:hover {
    background-color: #d6a0cc;
    color: #333;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
    background-color: #dea1d3;
}

.btn-group, .btn-group-vertical {
    width: 100%;
}

.cur-pointer {
    cursor: pointer;
    font-weight: 500;
}

.btn-group > .btn:first-child {
    width: 100%;
}

textarea {
    resize: none;
    height: 70px;
}


/*////////////////////////                               Input select checkbox and textarea*/

.txt-label {
    position: relative;
    color: #333;
    font-size: 13px;
    font-weight: 500;
    position: absolute;
    pointer-events: none;
    /*left:calc(50% - 11%);*/
    top: 10px;
    transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    /*left: 1px;*/
    white-space: nowrap;

}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    margin-top: -5px;
    box-shadow: 8px 0px 25px #ccc;
    min-height: 100px;
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
}

input[type=text], input[type=password], input[type=number], input[type=email], input[type=date], input[type=tel], input[type=range], select, textarea, .select2-container--default .select2-selection--multiple {
    font-size: inherit;
    padding: 10px 4px 2px 4px;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #ccc;
    background-color: transparent;
    color: #545454;
    border-radius: 4px;
}

.select2-container--default .select2-selection--multiple {
    padding: 0px 10px 2px 5px;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

    input:focus + .txt-label, input:not(:placeholder-shown) + .txt-label, select:focus ~ .txt-label, select:not(:placeholder-shown) ~ .txt-label, textarea:focus ~ .txt-label, textarea:not(:placeholder-shown) ~ .txt-label {
        opacity: 1;
        transform: scale(0.99) translateY(-130%) translateX(-1px);
    }

    /* For IE Browsers*/
    input:focus + .txt-label, input:not(:-ms-input-placeholder) + .txt-label, select:focus ~ .txt-label, select:not(:-ms-input-placeholder) ~ .txt-label, textarea:focus ~ .txt-label, textarea:not(:-ms-input-placeholder) ~ .txt-label {
        opacity: 1;
        transform: scale(0.99) translateY(-130%) translateX(-1px);
    }

.bar {
    position: relative;
    display: block;
    width: 100%;
}

    .bar:before, .bar:after {
        content: '';
        height: 2px;
        width: 0;
        bottom: 1px;
        position: absolute;
        background: #8b3e74;
        transition: 0.2s ease all;
        -moz-transition: 0.2s ease all;
        -webkit-transition: 0.2s ease all;
    }

    .bar:before {
        left: 50%;
    }

    .bar:after {
        right: 50%;
    }

input:focus ~ .bar:before, input:focus ~ .bar:after, select:focus ~ .bar:before, select:focus ~ .bar:after, textarea:focus ~ .bar:before, textarea:focus ~ .bar:after {
    width: 50%;
}

.highlight {
    position: absolute;
    height: 60%;
    width: 100px;
    top: 25%;
    left: 0;
    pointer-events: none;
    opacity: 0.5;
}

input:focus ~ .highlight, select:focus ~ .highlight, textarea:focus ~ .highlight {
    -webkit-animation: inputHighlighter 0.3s ease;
    -moz-animation: inputHighlighter 0.3s ease;
    animation: inputHighlighter 0.3s ease;
}

.form-horizontal .checkbox, .form-horizontal .radio {
    min-height: 0px;
}
/*** custom checkboxes ***/




/*.ChkFa {
    position: relative;
    line-height: 0px !important;
}

    .ChkFa input[type="checkbox"], .chk input[type="radio"] {
        width: 0px;
        height: 0px;
        min-height: 0px;
        visibility: hidden;
    }

.lbl-chk-rdo, .lbl-rdo {
    position: relative;
    padding-left: 25px;
    position: absolute;
   
    cursor: pointer;
    font-weight: 500;
    line-height: 23px;
    color: #975378;
}

    .lbl-chk-rdo:before, .lbl-chk-rdo:after, .lbl-rdo:before, .lbl-rdo:after {
        font-family: FontAwesome;
        font-size: 18px;
        position: absolute;
        left: 0;
    }


    .lbl-chk-rdo:before {
        content: '\f096';
    }

    .lbl-rdo:before {
        content: '\f1db';
    }

    .lbl-rdo:after {
        content: '\f05d';
    }

    .lbl-chk-rdo:after {
        content: '\f046';
    }

    .lbl-chk-rdo:after, .lbl-rdo:after {
        max-width: 0;
        overflow: hidden;
        opacity: 0.5;
        transition: all 0.35s;
    }

input[type="checkbox"]:checked ~ .lbl-chk-rdo:after, input[type="radio"]:checked ~ .lbl-rdo:after {
    max-width: 25px;
    opacity: 1;
}*/

.ChkFa {
    position: relative;
    line-height: 0px !important;
}

    .ChkFa input[type="checkbox"] {
        width: 0px;
        height: 0px;
        visibility: hidden;
    }

.lbl-chk-rdo {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 500;
    line-height: 23px;
    color: #975378;
}

    .lbl-chk-rdo:before, .lbl-chk-rdo:after {
        font-family: FontAwesome;
        font-size: 18px;
        position: absolute;
        left: 0;
        top: -1px;
    }

    .lbl-chk-rdo:before {
        content: '\f096';
    }

    .lbl-chk-rdo:after {
        content: '\f046';
        max-width: 0;
        overflow: hidden;
        opacity: 0.5;
        transition: all 0.35s;
    }

input[type="checkbox"]:checked ~ .lbl-chk-rdo:after {
    max-width: 25px;
    opacity: 1;
}

ul > li > a > label input[type="checkbox"] {
    display: none;
}



/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@-moz-keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}

@keyframes inputHighlighter {
    from {
        background: #5264AE;
    }

    to {
        width: 0;
        background: transparent;
    }
}


/* MASTER CSS */


.content-wrapper, .right-side {
    background-color: #fff;
}

.skin-blue .main-header .logo {
    /*background-color: #fcc8f5 !important;*/
    background-color: #ffffff !important;
}

.skin-blue .main-header .navbar {
    /*background-color: #FDBA13;*/
    /*background-color: #221a05;*/
}

.sidebar-mini.sidebar-collapse .main-header .logo > .logo-mini {
    margin-left: -2px;
    margin-right: 0px;
    margin-top: 5px;
    height: 39px;
}

.m-color {
    color: #fff;
    margin: 11px 0px 0px 10px;
    font-size: 28px !important;
}

.main-header .logo {
    padding: 0 5px;
}

.navbar-nav > .user-menu .user-image {
    margin-right: 0px;
}
/* MENU CSS */
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #fff;
   
    box-shadow: 0px 0px 30px #FDBA13;
    
}

.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a {
    color: #FFFFFF;
    background: #215197;
    border-left-color: #FDBA13;
}
.skin-blue .main-header li.user-header {
    background-color: #fdba13 !important;
}
.skin-blue .sidebar-menu > li > .treeview-menu {
    background: #fdba13;
        min-width: 200px;
}
a:hover, a:active, a:focus {
    outline: none;
    text-decoration: none;
    color: #215197;
}
.skin-blue .treeview-menu > li > a {
    color: #221a05;
}

    .skin-blue .treeview-menu > li.active > a, .skin-blue .treeview-menu > li > a:hover {
        
        color: #FFFFFF;
    background-color: #215197;
    }

.skin-blue .sidebar a {
    color:#fdba13;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: rgba(0,0,0,0.1);
}

.skin-blue .content-header {
    background: #FDBA13;
     border-bottom: 3px solid #FDBA13;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.content-header {
    position: relative;
    padding: 8px 15px;
}

.sidebar-menu > li {
    border-bottom: solid 1px #e1e1e1;
}

.sidebar-mini.sidebar-collapse .sidebar-menu > li > .treeview-menu {
    margin-top: -5px;
    box-shadow: 8px 0px 25px #ccc;
}

.sidebar-menu > li > a > span {
    padding-left: 5px;
}

.sidebar-menu > li > a {
    padding: 10px 5px 8px 12px;
}

    .sidebar-menu > li > a .fa, .sidebar-menu > li > a .fas {
        font-size: 18px;
    }
/* MENU CSS END */

/* PAGE CONTENT CSS */
.page-heading {
    float: left;
    width: 100%;
    height: auto;
    font-size: 15px;
    color: #221a05;
}

    .page-heading i {
        font-size: 18px;
        padding-right: 5px;
    }
/*****************************************Model Popop*/
.modal-header {
    margin-bottom: 15px;
    background-color: #FDBA13;
    color: #fff;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1200px;
    }
}



/*.modal.modal-wide-9 .modal-dialog {
  width: 90%;
}
.modal.modal-wide-8 .modal-dialog {
  width: 80%;
}
.modal.modal-wide-7 .modal-dialog {
  width: 70%;
}
.modal.modal-wide-6 .modal-dialog {
  width: 60%;
}
.modal.modal-wide-5 .modal-dialog {
  width: 50%;
}
.modal-wide-9 .modal-body, .modal-wide-8 .modal-body, .modal-wide-7 .modal-body, .modal-wide-6 .modal-body, .modal-wide-5 .modal-body {
  overflow-y: auto;
}

@media (max-width:767px)
{
    .modal.modal-wide-9 .modal-dialog {
  width: 97%;
}
}

   <script type="text/javascript">
        $(document).ready(function () {
            $(".modal-wide-9").on("show.bs.modal", function () {
                var height = $(window).height() - 200;
                $(this).find(".modal-body").css("max-height", height);
            });
        });

    </script>

*/


/* Data table ================ */


.dataTables_wrapper label {
    position: inherit;
}

.dataTables_length label, .dataTables_filter label {
    pointer-events: auto;
}

.dataTables_length select, .dataTables_filter input {
    border-style: none;
    border-bottom: 1px solid #FDBA13;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 75%;
}

/*.dataTables_scrollHeadInner, .dataTable {
    width: 100% !important;
}*/

/*****************************************grid pagination*/
.table > thead > tr > th {
    border-bottom: 1px solid #cccaca !important;
    background-color: #215197;
    color: #fff !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #FDBA13 !important;
    border-color: #FDBA13 !important;
    color: #000;
    font-weight: bold;
}

/*.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 7px;
}*/

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #dcdcdc;
}

.pagination > li > a, .pagination > li > span {
    padding: 6px 8px;
}

.paginate_button.previous > a, .paginate_button.next > a {
    padding: 2px 8px;
    font-size: 18px;
    font-weight: 500;
}
/*.pagination>li>a, .pagination>li:first-child>a, .pagination>li:first-child>span, .pagination>li:last-child>a, .pagination>li:last-child>span  {
    border-radius: 50%;
    margin: 0px 2px;
    height: 25px;
    width: 25px;
}


.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover {
    border-radius: 50%;
    margin: 0px 2px;
    height: 25px;
    width: 25px;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover { 
    border-radius: 50%;
    margin: 0px 2px;
    height: 25px;
    width: 25px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    border-radius: 50%;
    margin: 0px 2px;
    height: 25px;
    width: 25px;
}

.pagination>li>a, .pagination>li>span {
    padding: 6px 8px;
    line-height: 12px;
}*/

/***************************************Date Picker******************************/

.table-condensed thead > tr:nth-child(2) {
    background-color:  #FDBA13;
    color: #fff;
}

.datepicker-dropdown {
     border: solid 1px #FDBA13 !important;
    /*border: solid 1px #FDBA13 !important;*/
    z-index: 1200 !important;
}

.datepicker .datepicker-switch:hover, .datepicker .next:hover, .datepicker .prev:hover, .datepicker tfoot tr th:hover {
    background: #5f1451;
}

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #FDBA13;
}

    .datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
        background-color: #3c1034;
        background-image: -moz-linear-gradient(to bottom,#b57eab,#FDBA13);
        background-image: -ms-linear-gradient(to bottom,#b57eab,#FDBA13);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#b9239e),to(#FDBA13));
        background-image: -webkit-linear-gradient(to bottom,#b57eab,#FDBA13);
        background-image: -o-linear-gradient(to bottom,#b57eab,#FDBA13);
        background-image: linear-gradient(to bottom,#b57eab,#FDBA13);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
        border-color: #FDBA13 #FDBA13 #3c1034;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    }

.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active.disabled:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active[disabled] {
    background-color: #FDBA13;
}

    .datepicker table tr td span.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active:hover {
        background-color: #3c1034;
        background-image: -moz-linear-gradient(to bottom,#b57eab,#FDBA13);
        background-image: -ms-linear-gradient(to bottom,#b57eab,#FDBA13);
        background-image: -webkit-gradient(linear,0 0,0 100%,from(#b9239e),to(#FDBA13));
        background-image: -webkit-linear-gradient(to bottom,#b57eab,#FDBA13);
        background-image: -o-linear-gradient(to bottom,#b57eab,#FDBA13);
        background-image: linear-gradient(to bottom,#b57eab,#FDBA13);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
        border-color: #FDBA13 #FDBA13 #3c1034;
        border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        color: #fff;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
    }

.datepicker table tr td span.focused, .datepicker table tr td span:hover {
    background: #5f1451;
    color: #fff;
}

.datepicker table tr td.day.focused, .datepicker table tr td.day:hover {
    background: #5f1451;
    color: #fff;
    cursor: pointer;
}

.datepicker tfoot tr th:hover {
    background: #5f1451;
    color: #fff;
}

.top-Head-filter {
    background: transparent;
    border-bottom: 0px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

    .top-Head-filter .conten-head {
        margin-bottom: 5px;
        border-bottom-color: #f39c12;
        border-top: 0px solid #d2d6de;
        border-bottom: 0px solid #FDBA13;
        box-shadow: #FDBA13 1px 1px 8px;
    }

.form-disabled {
    border-style: none;
    border-bottom: 1px solid #ccc;
    background-color: #f7f7f7 !important;
}

.back-gray {
    background-color: #f7f7f7;
}

fieldset {
    border: 2px solid #e0d8b7;
    background: #fcfaf0;
    color: #000;
    margin: 1em 0;
    padding: 10px;
}

legend {
    padding: 7px 8px;
    border: 2px solid #e0d8b7;
    border-radius: 12px / 12px;
    box-shadow: none;
    background: #fff;
    font-size: .9em;
    color: #5e5223;
    margin-bottom: 10px;
}

.selected {
    background-color: #dbdbda !important;
}

.Fildset-Legend {
    position: absolute;
    top: 28px;
    background: #fff;
    border: solid 1px #FDBA13;
    padding: 6px 20px;
    color: #FDBA13;
    right: 30px;
    font-weight: 600;
}

.box-border {
    border: solid 1px #ccc;
    border-top: 3px solid #FDBA13;
}

.border {
    border: 1px solid #ccc;
}

.border-l {
    border-left: 1px solid #ccc;
}

.border-r {
    border-right: 1px solid #ccc;
}

.border-t {
    border-top: 1px solid #ccc;
}

.border-b {
    border-bottom: 1px solid #ccc;
}

.border-none {
    border-style: none;
}

.border-none-t {
    border-top-style: none;
}

.border-none-b {
    border-bottom-style: none;
}

.border-none-r {
    border-right-style: none;
}

.border-none-l {
    border-left-style: none;
}

.left-right-div {
    float: left;
    width: calc(50% - 2%);
    height: auto;
}

.mid-div {
    /*float: left;
    width: 100px;
    height: auto;*/
    float: left;
    width: calc(100% - 97%);
    height: auto;
    margin-top: 100px;
    text-align: center;
}

@media (max-width:767px) {
    .left-right-div {
        float: left;
        width: calc(100% - 0%);
        height: auto;
    }

    .mid-div {
        width: calc(100%);
        margin-top: auto;
    }
}

.heading-name {
    height: 35px;
    line-height: 25px;
    border: solid 1px #ccc;
    padding: 5px 30px 5px 10px;
    border-radius: 0px 25px 25px 0px;
    background-color: #f5f5f5;
}

.btn-mou-grp {
    margin: 66px 0px 17px 0px;
}

.btn-mou-grp-btn-file {
    float: right;
}

@media(max-width:767px) {
    .btn-mou-grp {
        margin: 0px 0px 17px 0px;
    }

    .btn-mou-grp-btn-file {
        float: left;
    }
}
