body {
    font-family: 'Varela Round', sans-serif;
    font-size: 12px;
}

.div-load-anim {
    -webkit-animation-name: content;
    animation-name: content;
    -webkit-animation-direction: normal;
    animation-direction: normal;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}


.navbar-brand {

margin-right: 4.5rem;

padding-top: 0;

padding-bottom: 0;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.2;
}

.mainHeader{
    font-size: 20px;
    padding: 5px 5px;
    margin: 0;
    background: #37474F;
    color: white;
    background: linear-gradient(133deg, #37474F 0%, #37474F 35%, #2c383e 100%);
}

.model-header {
    font-size: 17px;
    padding: 5px 15px;
    margin: 0;
    background: #fba328;
    color: white;
}

div.dt-buttons {
    position: relative;
    float: left;
    width: 100%;

    background-color: #9bbb9b;
    padding: 5px 5px 3px 5px;
}

.ui-autocomplete-loading {
            background: white url("../Image/select2-spinner.gif") right center no-repeat;
        }

.form_section_label{
    background-color: #ceefce;font-weight: 700;border-top: solid 1px #5f7981;color: #5c737a;text-transform: capitalize;
}


.landing_table_header{
    font-size: 18px;
    padding: 5px 5px;
    margin: 0;
    background: #545454;
    color: white;
    text-shadow: rgb(0 0 0) 1px 2px 0px;
    font-weight: 700;
}

.steps ul a {
    color: #191818;
}
a {
    color: #d19b3d;
}



#filter .form-check {
    position: relative;
    display: block;
    padding-left: 0;
    /* margin-bottom: 10px; */
}



.form-check {
    position: relative;
    display: block;
    padding-left: 1.25rem;
    cursor: default;
}



.wizard > .steps .done a, .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
    background: #ffffff!important;
    color: #000000;
    margin: 0px 0 0px 0px;
    margin-right: 3px;
    border-bottom: none;
}

.wizard ul > li, .tabcontrol ul > li {
    display: block;
    padding: 0;
    padding-bottom: 2px!important;
}

.isDisabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.isDisabled > a {
  color: currentColor;
  display: inline-block;  /* For IE11/ MS Edge bug */
  pointer-events: none;
  text-decoration: none;
}

.card {
    margin-bottom: 0;
    /* border: 1px solid rgb(0 0 0); */
    box-shadow: 0px 12px 10px -8px rgb(0 0 0 / 51%);
    -webkit-box-shadow: 1px 5px 10px -8px rgb(0 0 0 / 51%);
    -moz-box-shadow: 0px 12px 10px -8px rgb(0 0 0 / 51%);
}

td a {
    /* font-weight: 600; */
    color: #24697e;
    /* font-weight: 700; */
}

div.msgBoxContent {
    font-size: inherit;
    margin: 22px 3px 6px 3px;
    display: inline-block;
    float: left;
    height: 90px;
    width: 319px;
}

div.msgBoxContent span {
    display: table-cell;
    vertical-align: middle;
    color: #040404;
}

div.msgBoxTitle {
    padding: 5px 15px 5px 15p;
    /* font-variant: small-caps; */
    font-size: 16px;
    /* font-weight: lighter; */
    color: #00335e;
    width: 100%;
    border-bottom: 1px solid #002c5f;
    background-color: #2e353d;
}
span.blink {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    color: #d19b3d;
    background-color: white;
    font-size: 14px;
    -webkit-box-shadow: 0px 6px 6px 0px #968e8e;
    -moz-box-shadow: 0px 6px 6px 0px #968e8e;
    box-shadow: 0px 6px 12px 1px #a0a0a0;
}

.disabled-label{
    color: #dfdfdf;
    background: #f1e9dc!important;
}

.form-label{
    background: #fff814;
    border: solid 1px;
    padding: 0px 5px;
    margin-bottom: 10px;
    width: 400px;
}

div.msgBox {
    padding: 0px 0px 0px 0px;
    position: fixed;
    z-index: 1050;
    width: 430px;
    min-height: 160px;
    color: #00335e;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: 0px 8px 11px #aba8a8;
    -webkit-box-shadow: 0px 8px 11px #aba8a8;
    box-shadow: 0px 8px 11px #aba8a8;
    top: 7%!important;
}
hr {
    margin-top: 10px;
    margin-bottom: 9px;
}


table.dataTable tbody tr {
    background-color: #ffffff;
    border-bottom: solid 1px gainsboro;
}

table.dataTable {

/* border-collapse: collapse!important; */
}
.form-group {
    margin-bottom: 10px;
}

.disabled-checkbox{
     opacity:0.6;
  pointer-events: none;
}

.form-check-input {
    margin-top: 2px;
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0;
    cursor: pointer;
}

.modal-backdrop {
    z-index: 1;
}

.form-check-input:disabled~.form-check-label, .form-check-input[disabled]~.form-check-label {
    color: #646464;
}

.form-check-label:active {
    /* text-transform: lowercase; */
    /* pointer-events: none; */
    color:#0075ff
}
.form-check-label {
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    /* text-shadow: rgb(231 231 231) 1px 1px 0px; */
    cursor: pointer;
}
.form-check-label:hover {
color: #0075ff;
}



.check-label-active {
    color:#0075ff
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgb(80 141 105);
}

.navbar-light .navbar-nav .nav-link:active {
    color: rgb(80 141 105);
}



.card-body {
    padding: 15px;
    background: rgb(255 255 255);
    /* background: linear-gradient(180deg, #ffffff 0%, #f5f5f5 35%, #e9ecef 100%); */
}

.card-body:hover {
    flex: 1 1 auto;
    /* padding: 1.25rem; */
    background: #37474f14;
    transition: all 0.8s ease;
}

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
    background: #e9ecef!important;
}

.card-active {
 
    background-color: #ffffff;
}
.card-active .card-text
 {
    margin-bottom: 5px;
    color: #383838;
}

.card-text:hover
 {
    margin-bottom: 5px;
    color: #f7bc63;
}

.card-active .card-title {
    margin-bottom: 5px;
    color: #f7bc63;
}
#what-we-do .card-active  .card-block:before{
     color: #f7bc63!important;
}

.card-title {
    margin-bottom: 5px;
    color: #c1c1c1;
}

p.card-text {
    color: #c1c1c1;
}


.button-div .col {padding:0px}

.button-div {
    padding: 5px 0px 5px 20px;
    background: #90A4AE;
    /* background: linear-gradient( 
180deg,#fff7d5 0%, #efe4b9 35%, #bd995e 100%); */
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
    background: linear-gradient(133deg, #90A4AE 0%, #90A4AE 35%, #7f8d95 100%);
}
.button-div:hover {
    /* background: #b7d9b7
    /* background: linear-gradient( 
180deg,#fff7d5 0%, #efe4b9 35%, #bd995e 100%); */ */;
}


.lowerTable-button-div {
    padding: 2px 0px 4px 0;
    background: #b1d5d7;
    text-transform: capitalize;
    /* background: #82bb95; */
    background: linear-gradient(180deg, #b1d5d770%, #b1d5d7 35%, #b1d5d7 100%);
    color: white;
    box-shadow: rgb(255 255 255 / 99%) 0px 1px 0px 0px inset;
    box-shadow: rgb(255 255 255 / 99%) 0px 1px 0px 0px inset;
}

.dropdown-menu {
    margin: 0px;
    padding: 0px;
    background-color: rgb(255, 248, 226);
}

.dropdown-divider {
    margin: 0px 8px;
    border-top: 1px solid rgb(158, 158, 158);
}

.dropdown-item {
    padding: 2px 7px;
    font-size: 12px;
}

    .dropdown-item:hover {
        color: rgb(0 0 0);
        text-decoration: underline;
        background-color: rgb(255 255 255);
    }

.navbar-light .navbar-nav .nav-link {
    color: #212529;
    /* text-decoration: underline; */
    font-size: 12px;
}

.bg-default .sub-menu .nav-link {
    text-decoration: none;
    color: rgb(45, 40, 40);
    font-size: 12px;
}

    .bg-default .sub-menu .nav-link:focus {
        color: rgb(56, 56, 56);
        text-decoration: underline;
        background-color: rgb(255, 248, 226);
        box-shadow: rgb(156, 156, 156) 1px 1px inset;
    }

    .bg-default .sub-menu .nav-link:hover {
        color: rgb(82, 82, 82);
        text-decoration: underline;
        background-color: rgb(232, 232, 232);
        box-shadow: rgb(156, 156, 156) 1px 1px inset;
    }

.nav-link {
    padding: 0px 24rem;
    height: 3.7em;
    line-height: 3.7em;
    border: 0;
    color: #fff;
    text-decoration: none;
    display: block;
    float: left;
    padding: 0 1em;
    height: 3.7em;
    line-height: 3.7em;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(14 14 14 / 92%);
}

.close {
    font-size: 18px;
    color: rgb(255 255 255);
    opacity: 1;
}

.modal-header .close {
    padding: 0px;
    margin: 3px -2px 0px 0px !important;
}




    .modal-header:active {
        /* cursor: grabbing; */
        /* background-color: #f09a3a; */
        height: 25px;
    }

.dataTables_wrapper {
    width: 100%;
}

.bg-default {
    background-color: rgb(245, 245, 245);
    border-bottom: 1px solid rgb(245, 245, 245);
    border-top: 2px solid rgb(255 255 255);
}

.bg-light {
    background-color: rgb(255, 255, 255) !important;
}

.modal-body {
    padding: 7px 17px !important;
}

.navbar {
    padding: 0px 0px;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0.5rem;
    margin-bottom: 0;
    list-style: none;
    background-color: #E9ECF1;
    border-radius: 0.25rem;
}

.bg-primary {
    background-color: #efefef !important;
    background-color: rgb(229, 229, 229);
    color: rgb(255 255 255);
    /* background-image: linear-gradient(rgb(222 222 222 / 1) 0px, rgb(255 255 255 / 1) 100%); */
    background-repeat: repeat-x;
    padding: 0px 10px;
    list-style: none;
    background-color: rgb(229, 229, 229);
    color: rgb(41, 41, 41);
    background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(222, 222, 222) 100%);
    background-repeat: repeat-x;
    text-shadow: rgb(255, 255, 255) 0px 1px 0px;
    border-color: rgb(204, 204, 204);
    border-radius: 0px;
    margin: 0px;
    /* margin-bottom: 23px; */
}

.top_nav {
    padding: 0px 15px 10px;
}

.fa {
    margin-right: 5px;
}

.fa-times{
     color: #ff0000;
}

.fa-check{
    color: #8bc34a;
}
#btn-show-all-doc:hover {
    color: #d38f29;
}

.table-bordered {
    border: 1px double rgb(225 225 225) !important;
    border-bottom: none!important;
}

#checklists_table  {
    /* border: none !important; */
    border-bottom: none!important;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    /* background-color: rgb(212 212 213) !important; */
    background: rgb(233,233,233);
    background: linear-gradient(180deg, #e9e9e9 0%, #d4d4d5 35%, #E0E0E0 100%);
}

table.dataTable tbody tr {
    
    height: 25px;
}

.table-hover tbody tr:hover {
    color: #f5f5f5;
    background-color: #f5d3a2;
    background: #c3dbe3;
    /* background: linear-gradient(180deg, #b1d5d7 0%, #b1d5d7 35%, #9fc1c3 100%); */
    }



    .table-hover tbody tr input:hover {
   
    background-color: #cde1c2;
    background: #b1d5d7;

    background: linear-gradient(180deg, #b1d5d7 0%, #b1d5d7 35%, #9fc1c3 100%);
    }

.report_table tr:hover{
    cursor: pointer!important;
}

.land-table tr:hover{
    cursor: pointer;
}

.selected{
     color: #ffffff;
    /* background: #b1d5d7; */
    background: rgb(255,238,222);
    background: linear-gradient(180deg, #b1d5d7 0%, #b1d5d7 35%, #9fc1c3 100%)!important;
}
tr.even {}

table.dataTable {
    margin-bottom: -5px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    margin-left: 2px;
    text-align: center;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 2px;
    padding: 0px !important;
    text-decoration: none !important;
    color: rgb(51, 51, 51) !important;
}

label {
    /* font-weight: 700; */
    margin-bottom: 0px !important;
    /* color: inherit; */
}

label {}

label {
    text-align: l;
}

.container-bg {
    display: block;
    background: #e9ecef;
    border-left: none;
    border-right: 1px solid rgb(238, 238, 238);
    border-bottom: 1px solid rgb(238, 238, 238);
    padding-top: 0px;
    padding-bottom: 35px;
    /* border-radius: 0.3rem; */
    border: none;
    /* border-left: solid 4px black; */
    /* border-left: solid 4px black; */
}

.white-bg {
    background: white;
}

.dl-horizontal dt {
    white-space: normal;
}
input.checkthis {
    top: 3px;
    position: relative;
    cursor:pointer;
}
input, select, textarea {
    max-width: 100%;
    outline: none;
}



.form-control-file, .form-control-range {
    display: block;
    width: 100%;
    
    padding: 0px;
}

.field-validation-error {
    color: rgb(185, 74, 72);
    position: fixed;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    /* border: 1px solid rgb(185, 74, 72); */
}

select.input-validation-error {
    border: 1px solid rgb(185, 74, 72);
}

input[type="checkbox"].input-validation-error {
    border: 0px none;
}

.validation-summary-errors {
    color: rgb(185, 74, 72);
}

.validation-summary-valid {
    display: none;
}

.validation-summary-errors ul li {
    display: inline;
    padding-right: 5px;
}

.validation-summary-errors ul {
    padding: 0;
}

.validation-summary-errors ul li::after {
  content: " ";
  word-spacing: 1em;
  background-image: linear-gradient(
    -0.2turn,
    transparent 0 calc(50% - 0.03em),
    currentcolor 0 calc(50% + 0.03em),
    transparent 0
  );
}





.qstyle {
    width: 100%;
    background: transparent;
    border: none;
}

.bg-orange {
    background-color: rgb(227, 126, 0);
}

.upload {
    position: initial;
    top: 62%;
    left: 50%;
    width: 500px;
    height: 225px;
    border: 1px dashed rgb(109, 109, 109);
    padding: 15px;
    transition: background-color 1s ease-out 0s;
}

    .upload:hover {
        background: rgb(255, 255, 255);
    }

    .upload p {
        width: 100%;
        text-align: center;
        color: rgb(93, 93, 93);
        font-family: Arial;
        margin-top: 10px;
    }

.custom-file-input {
    position: absolute;
    margin: 0px;
    padding: 0;
    max-width: 100%;
    height: 0px;
    outline: none;
    opacity: 0;
    border: inset;
}

.file-input {
    position: absolute;
    margin: 0px;
    padding: 15px;
    max-width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
}

.upload button {
    margin: -20px 0px 0px -4px;
    color: rgb(255, 255, 255);
    background: rgb(22, 160, 133);
    border-top: none;
    border-right: none;
    border-left: none;
    border-image: initial;
    width: 508px;
    height: 35px;
    border-radius: 4px;
    border-bottom: 4px solid rgb(17, 122, 96);
    transition: all 0.2s ease 0s;
    outline: none;
}

    .upload button:hover {
        background: rgb(20, 145, 116);
        color: rgb(12, 86, 69);
    }

    .upload button:active {
        border: 0px;
    }

.form_table td {
    padding: 0px 2px;
    /* background-color: rgb(238, 238, 238); */
    max-width: 70%;
}

    .form_table td:first-child {
        width: 35%;
        /* background-color: #d3d3d3; */
        padding: 6px 4px;
        margin: auto 0px;
        color: rgb(117, 117, 117);
        border-right: none;
    }

.alert-site {
    color: rgb(12, 84, 96);
    border-bottom: 1px solid rgb(232, 197, 152);
}



.zero_padding {
    padding: 0!important;
}

ul.breadcrumb li span:last-child {
    color: rgb(227, 155, 26) !important;
}

ul.breadcrumb {
    /* padding: 5px 15px; */
    list-style: none;
    /* background-color: rgb(229, 229, 229); */
    /* color: rgb(41, 41, 41); */
    /* background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(222, 222, 222) 100%); */
    /* background-repeat: repeat-x; */
    /* text-shadow: rgb(255, 255, 255) 0px 1px 0px; */
    /* border-color: rgb(204, 204, 204); */
    border-radius: 0px;
    margin: 0px;
    border-bottom: solid 1px #838383;
    /* margin-bottom: 23px; */
    background: rgb(233,233,233);
    background: linear-gradient(180deg, #e9ecef 0%, #e9ecef 35%, #d9d9d9 100%);
}

    ul.breadcrumb li {
        display: inline;
    }

   

        ul.breadcrumb li a {
            color: rgb(41, 41, 41);
            text-decoration: none;
        }

       

        ul.breadcrumb li span {
            color: rgb(97, 97, 97);
            text-decoration: none;
        }

.image-error {
    box-shadow: rgba(255, 17, 0, 0.15) 0px 0px 13px 19px inset;
}

.hidden {
    display: none;
}

footer {
    /* position: inherit; */
    /* left: 0px; */
    /* bottom: 0px; */
    /* width: 100%; */
    /* text-align: center; */
    /* padding-top: 8px; */
    /* border: 0px; */
    /* z-index: 2; */
}

.effect3 {
    position: relative; /* -webkit-box-shadow: inset 3px 4px 3px -1px rgba(219,219,219,1); */
    -moz-box-shadow: inset 3px 4px 3px -1px rgba(219,219,219,1); /* box-shadow: inset 3px 4px 3px -1px rgba(219,219,219,1); */
}

    .effect3::before {
        z-index: -1;
        position: absolute;
        content: "";
        bottom: 15px;
        left: 10px;
        width: 50%;
        top: 80%;
        max-width: 300px;
        background: rgb(119, 119, 119);
        box-shadow: rgb(119, 119, 119) 0px 15px 10px;
        transform: rotate(-3deg);
    }

#thumbnail img {
    vertical-align: middle;
    border-style: none;
    cursor: zoom-in;
    margin-left: 0px;
}


table#logs_table thead tr {
    height: 25px;
    border-bottom: none;
    /* background: #de7b17; */
}

select#orderDeclareStatusid {
    outline: none;
}

.dropdown {
    border: none;
    height: 22px;
    margin-top: 0px;
}

tr.table-row.table-header {
    background: #6c6c6c;
    color: white;
    font-weight: 1;
    height: 25px;
    background: rgb(0 0 0);
    /* background: linear-gradient(180deg, rgba(136,136,136,1) 0%, rgba(108,108,108,1) 35%, rgba(108,108,108,1) 100%); */
}

.solid_line {
}

button.sw-btn-next {
    width: 70px;
}

button.sw-btn-prev {
    width: 70px;
}

.btn-disabled {
    background-color: white;
    border: 1px solid rgb(224, 224, 224);
    color: rgb(187, 186, 186);
    cursor: not-allowed;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 20%;
}

#example_filter input[type="search"] {
    padding: 1px 10px;
    margin-bottom: 15px;
    width: 60%;
}

.msg_holder {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 1;
}

button#subForm {
    padding: 0px 5px;
}

input#company_no {
}

div#info_state {
    margin-top: 4px;
    display: none;
    padding: 0px 0px 0px 2px;
}

.form-control {
        /* border: 1px solid #bdbdbd; */
        /* display: block; */
        /* width: 100%; */
        padding: 2px 5px;
        /* font-size: 12px; */
        /* font-weight: 400; */
        /* line-height: 0; */
        /* color: rgb(225 133 20); */
        background-color: rgb(253 249 238);
        /* background-clip: padding-box; */
        border-radius: 1px;
        /* border: solid; */
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        font-size: 13px;
        height: 25px;
        box-shadow: inset 7px 7px 0px -6px #000000;
}

input#invoiceEntities_company_name {}

input#invoiceEntities_company_name {}

input#invoiceEntities_invoice_amount {}

.form-control:active {
    background: #ffffff;
}

.form-control select:hover {
    color: #0374ef;
        cursor: pointer!important;
}

.form-control:hover {box-shadow: inset 7px 7px 3px -6px #;}


textarea:hover {
    /* cursor: pointer!important; */
    color: #0374ef!important;
    /* box-shadow: inset 7px 7px 3px -6px #6d6d6d; */
}
#decalre-form input:hover {
    cursor: pointer!important;
    color: #0374ef;
    /* box-shadow: inset 7px 7px 3px -6px #6d6d6d; */
}

#decalre-form input, select {
    cursor: pointer;
    color: #5a5a5a;
    box-shadow: inset 7px 7px 0px -6px #6d6d6d;
}

input#recomEntities_internalControlNumber {}
.drop-form-control:focus {
    outline: none;
}
.drop-form-control {
        border: 1px solid #ffffff;
        /* display: block; */
        width: 100%;
        padding: 0px 0px;
        /* font-size: 12px; */
        /* font-weight: 400; */
        /* line-height: 0; */
        /* color: rgb(225 133 20); */
        /* background-color: rgb(253 253 253); */
        /* background-clip: padding-box; */
        border-radius: 0px;
        /* border: solid; */
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
        box-shadow: rgba(21, 21, 21, 0) 3px 3px 0px -2px inset;
        font-size: 13px;
        height: 20px;
}
.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: 10px 10px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid rgb(255, 255, 255);
    /* border-bottom: 1px solid rgb(222, 222, 222); */
}

.sw-theme-default { /* border: 1px solid rgb(224, 224, 224); */
    box-shadow: none !important;
}

.nav-tabs > li.active > a {
    font-weight: 700;
}

p {
    margin-bottom: 0px;
}

.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0rem 0rem;
    FONT-VARIANT: JIS04;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
    background-color: #313c3a;
    height: 25px;
}

.modal-header h2{
  font-size: 12px;
}

.body-content {
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
}

.alert-danger {
    color: rgb(255, 255, 255);
    background-color: rgb(239, 83, 80);
    border-color: rgb(183, 28, 28);
}
.alert.info {
    background-image: url(../Image/information.png);
    background-color: #d8e7fa;
    border-color: #9dbfea;
    color: #00357b;
    /* padding: 4px 0px; */
}

.alert.warning {
    background-image: url(../Image/exclamation.png);
    background-color: #d8e7fa;
    border-color: #9dbfea;
    color: #00357b;
}

.alert {
    border: 1px solid;
    clear: both;
    margin-bottom: 9px;
    margin-top: 0px;
    padding: 10px 10px 10px 35px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: 10px 10px;
}


.alert-light {
    color: rgb(0, 0, 0);
    background-color: rgb(255, 224, 178);
    border-color: rgb(253, 253, 254);
}

.alert-success {
    color: rgb(253 253 253);
    background-color: #8BC34A;
    border-color: transparent;
}

.alert-warning {
    color: #ffffff;
    background-color: #ff2e2e;
    border-color: #ffeeba;
}

.form-control:focus {
    background-color: rgb(255 255 255);
    /* border: none; */
    box-shadow: inset 7px 7px 0px -6px #6d6d6d;
    border-color: transparent;
}

.custom-file-label {
    font-weight: 400;
    line-height: 1.5;
    color: rgb(73, 80, 87);
    background-color: rgb(255, 255, 255);
    border: 2px inset;
    border-radius: 0.25rem;
}

.input-group {
    height: 20px;
    padding: 0 !important;
}

.custom-file-input:focus ~ .custom-file-label {
    box-shadow: none;
    border-color: rgb(128, 189, 255);
}

#checklist-table tbody td:first-child {
    padding-left: 10px!important;
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    padding: 0px 10px;
    font-size: 12px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid rgb(17, 17, 17);
    padding: 0px 5px !important;
}

table.dataTable thead th, table.dataTable tfoot th {
    font-weight: 700 !important;
}
span.dtr-data {
    color: #3da2ad;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 0px 0px 0px 5px !important;
    font-family: inherit;
    color: #2F2F34;
    border-bottom: solid 1px #E0E0E0;
    border-top: none;
    cursor: default;
}

.label-success {
    background: #1fa71f;
    padding: 2px 5px;
    border-radius: 4px;
    color: white;
    font-size: 11px;
}

.label-alert {
    background: #d19b3d;
    padding: 2px 5px;
    border-radius: 4px;
    color: white;
    font-size: 11px;
}

.label-danger {
    background: #ef2f21;
    padding: 2px 5px;
    border-radius: 4px;
    color: white;
    font-size: 11px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #ffffff;
}

.dataTables_wrapper .dataTables_paginate {
    padding-bottom: 15px;
    margin-right: 4px;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
    margin-left: 2px;
}

.btn-group-sm > .btn, .btn-sm {
    font-size: 12px !important;
}

.table-bordered td, .table-bordered th {
    border: -1px solid rgb(255, 255, 255) !important;
}

body {
    background-color: rgb(255, 249, 241);
}

.color_primary {
    background-color: rgb(121, 134, 203);
    color: white;
    border: 1px solid rgb(92, 107, 192);
}

.color_secondary {
    background-color: rgb(232, 234, 246) !important;
}



.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.1em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.btn {
    font-size: 12px;
    height: 24px;
    padding: 1px 10px !important;
    border-radius: 0;
    border-style: outset;
    cursor: pointer;
}

.btn-primary {
    background-image: -webkit-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -o-linear-gradient(top,#fff 0,#e0e0e0 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#e0e0e0));
    background-image: linear-gradient(to bottom,#fff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe0e0e0', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #dbdbdb;
    text-shadow: 0 1px 0 #fff;
    border-color: #ccc;
    color:black;
}


button.dt-button, div.dt-button, a.dt-button, input.dt-button {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    margin-left: 0.167em;
    margin-right: 0.167em;
    margin-bottom: 0.333em;
    /* padding: 0.5em 1em; */
    /* border: 1px solid rgba(0, 0, 0, 0.3); */
    /* border-radius: 2px; */
    /* cursor: pointer; */
    /* font-size: .88em; */
    /* line-height: 1.6em; */
    /* color: black; */
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* background-color: rgba(0, 0, 0, 0.1); */
    /* background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%); */
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%);
    /* background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    /* text-decoration: none; */
    /* outline: none; */
    /* text-overflow: ellipsis; */
}


.btn-primary:hover {
 color:black;
   background-image: -webkit-linear-gradient(top,#c2c2c2 0,#c2c2c2 100%);
    border-color: #ccc;

}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    background-color: #e0e0e0;
    border-color: #dbdbdb;
        background-color: #e0e0e0;
    border-color: #dbdbdb;
     color:black;
}


.btn-primary.focus, .btn-primary:focus {
    color: #868686;
    background-color: #e0e0e0;
    border-color: #dbdbdb;
        background-color: #e0e0e0;
    border-color: #dbdbdb;
    box-shadow: 0 0 0 0.2rem rgb(38 143 255 / 50%);
}



.btn:hover {

text-decoration: underline;
}

#container-head button {
    float: right;
    margin-left: 5px;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    /* background-color: #a2a2a2; */
    border-color: #fff2f2;
    pointer-events: none;
}

.btn:focus {
  outline: none;
  box-shadow: none!important;
}




.btn-danger {
    color: rgb(249, 249, 249);
    background-color: rgb(209 155 61);
    border-color: #d19b3d;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    line-height: 19px;
    cursor: pointer;
    margin-left: -1px;
    padding: 4px 15px;
    box-shadow: 0px 2px 1px 0px rgb(209 161 166);
    background-image: -webkit-linear-gradient(top,#fb929c,#dc3545);
    border: 1px solid #dc3545;
    color: #fff;
    text-decoration: none;
    font-family: sans-serif;
}


.btn-default1 {
    border: 1px solid rgb(222, 222, 222);
    background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(222, 222, 222) 100%);
}






}

.input-group-append .btn, .input-group-prepend .btn {
    z-index: 0;
}

.modal-footer {
    padding: 4px 0px;
    border-top: none;
}

.form-control.input-validation-error {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
    -moz-appearance: none;
    -webkit-appearance: none;
    background-color: #dc354517;
    appearance: none;
}

.alert-info {
    color: #2c2f2f;
    background-color: rgba(0,123,255,.25);
    border-color: rgb(255 255 255 / 27%);
    /* border-radius: calc(.25rem - 1px) calc(2.25rem - 1px) 0 0; */
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgb(240 154 58);
}

.contatiner-holder {
    /* text-align: left; */
    background: white;
    border: solid 1px #b3b3b3;
    padding-top: 15px;
    padding-bottom: 10px;
    /* border-top: none; */
    margin-top: 10px;
}

.h5, h5 {
    font-size: 1.7rem;
}

.hiddenbtn {
    display: none;
}

.save_order {
    width: 70px;
}

textarea {
    resize: none;
}

.collapsible {
    background-color: #777;
    color: white;
    cursor: pointer;
    padding: 4px 0px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    box-shadow: 0px 2px 2px 0px #585858;
}

.collapsible-static {
    background-color: #777;
    color: white;
    cursor: default !important;
    padding: 4px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 12px;
    box-shadow: 0px 2px 2px 0px #585858;
}

.active, .collapsible:hover {
    background-color: #fff5e4;
}




button.collapsible.card-header.primary-color.active {
    background-color: #555;
}

.collapsible:after {
    content: '\002B';
    color: #ffffff;
    font-weight: bold;
    float: left;
    margin-left: 5px;
    padding-right: 10px;
}

.active:after {
    /* content: "\2212"; */
}

.content {
    padding: 0 18px;
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    border: solid 1px #d8d8d8;
    border-top: none;
}

.wizard > .content {
    background: #e9e9e9!important;
    display: block;
    margin: 0;
   height:40em;
    overflow: hidden;
    position: relative;
    width: auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 0px;
    padding: 0px;
}

.content-static {
    padding: 0px 15px;
    max-height: 100%;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    border: solid 1px #d8d8d8;
}

.content-static-padding {
    padding: 0px 15px;
    max-height: 100%;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    margin-bottom: 10px;
    border: solid 1px #d8d8d8;
}


button:focus {
    outline: 0px dotted;
}

.alert-panel {
    padding: 0px 5px;
    background: #dcdcdc;
    color: #191919;
    -moz-box-shadow: inset 0px 2px 3px 0px #ffffff;
    -webkit-box-shadow: inset 0px 2px 3px 0px #ffffff;
    box-shadow: inset 0px 2px 3px 0px #ffffff;
}

.alert-secondary {
    color: #383d41;
    background-color: #79797959;
    border-color: #ffffff;
    border-radius: calc(.25rem - 1px) calc(2.25rem - 1px) 0 0;
}

.alert-inPanel {
    color: #383d41;
    background-color: #e1cca6;
    border-color: #e1cca6;
    /* border-radius: 10px; */
    border-radius: calc(.25rem - 1px) calc(2.25rem - 1px) 0 0;
}

.table-panel-table-body tr td:first-child {
    text-align: left;
    padding: 0px 10px !important;
}

.table-hover .table-panel-table-body tbody tr:hover {
    color: #212529;
    background-color: rgb(240 154 58 / 20%);
}

.table-panel-form-body tr td:first-child {
    text-align: left;
    padding: 0px 5px !important;
    background: #e9ecef;
    color: #2e353d;
    width: 60%;
    background: rgb(217,217,217);
    background: linear-gradient(269deg, rgba(217,217,217,1) 0%, rgba(245,246,247,1) 35%, rgba(245,246,247,1) 100%);
    border-bottom: solid 1px grey;
}

.table-panel-form-body div {
    border: solid #d4d4d4 1px;
    padding: 2px 5px;
    color: #42464a;
    background-color: #ffffff2e;
    -webkit-box-shadow: inset 7px 7px 0px -6px #6d6d6d;
    -moz-box-shadow: inset 7px 7px 0px -6px #6d6d6d;
    box-shadow: inset 7px 7px 0px -6px #6d6d6d;
    font-size: 13px;
}

div#container-head {
    background-color: rgb(14 14 14);
    padding: 0px 5px 0 0;
    /* font-size: 18px; */
    color: #e5f9f9;
    /* border-bottom: solid 1px #cfcfcf; */
}

.div-header {
    border: none;
    color: #333333;
    font-weight: normal;
    border-radius: 5px 5px 0px 0px;
    background: rgb(100,101,102);
    background: linear-gradient( 
180deg, rgba(100,101,102,1) 0%, rgba(46,53,61,1) 35%, rgba(46,53,61,1) 100%);
    font-size: 14px!Important;
    padding: 5px 15px!Important;
}

.small, small {
    font-size: 65%;
    font-weight: 400;
}



.btn_nav {
    margin-bottom: 0px;
    background-color: #d4d4d5;
    padding: 9px 15px;
    padding: 5px 0px 0px 0;
    background: rgb(245,197,124);
    background: linear-gradient(
180deg, rgba(245,197,124,1) 0%, rgba(249,183,83,1) 35%, rgba(249,183,83,1) 100%);
}

.btn_nav2 {
    margin-bottom: 3px;
    background-color: #f3f3f3;
    padding: 0 0 9px 0px;
    border-bottom: solid 1px white;
}

.container-fluid, .container-lg, .container-md, .container-sm, .container-xl {/* background: white; */}

.table-panel-form-body tr td {
    border-bottom: solid 5px #ffffff;
}


table.dataTable tbody th, table.dataTable tbody .comment {
    padding: 0px 0px 0px 0px !important;
}

i.td-toggler {
    font-size: 14px;
    margin-right: 0;
}

i.fa-caret-right.td-toggler {
    font-size: 15px;
    margin-right: 0;
    color: #46aafd;
    cursor: pointer;
}

i.fa-caret-down.td-toggler {
    font-size: 15px;
    margin-right: 0;
    color: #ffa2a2;
}


table.checklist-table {
    border-spacing: 2px;
}

    table.checklist-table tbody tr:hover {
        background-color: rgb(233 236 239);
    }

td.comment {
    color: red;
    background-color: #f7e2c3;
}

.cursor-pointer {
    /* cursor: pointer; */
}

.order-tag {
    float: right;
    margin-right: 20px;
    text-decoration: underline;
    border: solid 1px none;
    padding: 0px 5px;
    background-color: #2e353d;
}

    .order-tag:hover {
        background-color: #f09a3a;
    }

.table-link {
    color: #007bff !important;
    text-decoration: underline;
    background-color: transparent;
}

.body-content-popup {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0;
    z-index: 3;
    display: block;
    height: 0px;
    padding: 7px 10px;
    line-height: 0;
    color: #495057;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0;
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 0;
    padding: 7px;
    font-weight: 400;
    line-height: 0;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 0;
}

.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0px;
    margin-top: 0px;
}


.alert.alert-trans {
    color: transparent;
    border: transparent;
}



.frm-btn {
    padding: 2px 20px;
    border: 1px solid #e6e6e6;
    box-shadow: 0 1px 1px rgb(0 0 0 / 22%);
    background-image: -webkit-linear-gradient(top,#ffffff,#ececec);
}

    .frm-btn:hover {
        background-image: -webkit-linear-gradient(top,#ffffff,#afafaf);
        border: 1px solid #afafaf;
    }

    .frm-btn:active {
        background-image: -webkit-linear-gradient(top,#ffffff,#848484);
        border: 1px solid #afafaf;
        box-shadow: 0 1px 1px rgb(0 0 0 / 22%);
        color: #e0e0e0;
    }

.table-form-input {
    border: none;
    padding: 0;
}

    .table-form-input:focus {
        outline: none;
    }


.table-checklist-input {
    /* border-bottom: solid 1px gray; */
    /* border-left: solid 1px grey; */
    /* padding-left: 5px; */
    color: #2e2e2e;
    background-color: white;
}

.comment-area {
    width: 100%;
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    /* border-collapse: separate; */
    /* border-spacing: 2px !important; */
    /* display: inline-table; */
}

table.checklist-table tbody tr.highlight {
    background-color: red;
}

#contatiner-head {
    background-color: #f7e0b7;
    padding: 5px 15px;
    font-size: 15px;
    color: #4e4e4e;
}

button.page-buttons {
    float: right;
    /* font-size: 12px; */
    /* color: #ffffff; */
    /* margin-left: 0px; */
    /* background: #6e7782; */
    /* border: solid 2px; */
}
.disabled-btn {
    color: #a0a0a0!important;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: #a5a5a5;
    opacity: 1;
}

.modal-content {

border-radius: none;

background-color: #ffffff;

border: none;

border-radius: 0;
}

fieldset.scheduler-border {
    border: 1px groove #ffffff !important;
    padding: 0 1.4em 13px 1.4em !important;
    margin: 0 0px 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    background-color: white;
}

fieldset.tabs-border {
    border: 1px groove #ffffff !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
    background-color: #e7e7e7;
}

    legend.scheduler-border {
        font-size: 16px;
        /* font-weight: bold !important; */
        text-align: left !important;
        width:auto;
        padding:0 10px;
        border-bottom:none;
        /* background-color: #e9ecef; */
        color: #23282e;
        /* border-top: solid 2px #23282e; */
        /* border-left: solid 1px  #ababab; */
        /* border-right: solid 1px  #ababab; */
    }

    .ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 1px;
    padding: 0px 0px;
    background: #ffffff;
}



        .notice {
    padding: 15px;
    text-transform: inherit;
    background-color: #ffffff;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
    box-shadow: -1px 8px 8px -6px rgb(0 0 0 / 25%);
}
.notice-sm {
    padding: 5px 10px;
    font-size: 95%;
}
.notice-lg {
    padding: 35px;
    font-size: large;
}
.notice-success {
    border-color: #80D651;
}
.notice-success>strong {
    color: #80D651;
}
.notice-info {
    border-color: #ffffff;
    background-color: #EF6C00;
    color: white;
    text-align: center;
}

.notice-pending {
    border-color: #ffffff;
    color: white;
    background: linear-gradient(206deg, #1a8d82 0%, #21a79a 35%, #1fa79a 100%);
}
.notice-info>strong {
    color: #45ABCD;
   
}
.table-label {
    background-color: #c3c3c3;
    border-bottom: solid 1px #0e0e0e;
    border-right: solid 1px #0e0e0e;
    border-left: solid 1px #0e0e0e;
    padding: 2px 5px;
    font-weight: 600;
    font-family: arial;
}

.table-data {
    background-color: #ffffff;
    border-bottom: solid 1px #BDBDBD;
    /* border-right: solid 1px #BDBDBD; */
    /* border-left: solid 1px #BDBDBD; */
    padding: 2px 5px;
    font-family: arial;
}
.notice-warning {
    border-color: #FEAF20;
}
    .notice-allocation{
	background: #0b7c0b;
	color: #ffffff;
	}

	    .notice-rejected{border-color: #a51010;background-color: #B71C1C;color: white;}

	    .notice-resubmission{border-color: #a51010;background-color: #D32F2F;color: white;}

	.notice-notify{
	    border-color: #479199;
    background-color: #a5eff7;
}
    
.notice-warning>strong {
    color: #FEAF20;
}
.notice-danger {
    border-color: #d73814;
}
.notice-danger>strong {
    color: #d73814;
}

        .info-tab {
            width: 40px;
            height: 40px;
            display: inline-block;
            position: relative;
            top: 10px;
        }

        .note-icon {
            background: #ffa817;
        }

        .info-tab {
            float: left;
            margin-left: -23px;
            z-index: 1;
        }

        .color-box {
            margin: 10px 0;
            padding-left: 20px;
        }

        .break {
            margin-bottom: 15px !important;
        }

        .shadow {
            background: #F7F8F9;
            padding: 3px;
            margin: 10px 0;
        }

        .note-icon::before {
            font-size: 23px;
            content: "\f05a";
            top: 8px;
            left: 11px;
        }

        .info-tab::before, .info-tab::after {
            display: inline-block;
            color: #fff;
            line-height: normal;
            font-family: "FontAwesome";
            position: absolute;
        }

        .note-icon i::before {
            background: #a86f10;
        }

        .info-tab i::before {
            width: 20px;
            height: 20px;
            box-shadow: inset 12px 0 13px rgb(0 0 0 / 50%);
        }

        .info-tab i::before, .info-tab i::after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            bottom: -15px;
            transform: rotateX( 60deg );
        }

        .info-tab i::after {
            width: 0;
            height: 0;
            border: 12px solid transparent;
            border-bottom-color: #fff;
            border-left-color: #fff;
            bottom: -18px;
        }

        .info-tab i::before, .info-tab i::after {
            content: "";
            display: inline-block;
            position: absolute;
            left: 0;
            /* bottom: -15px; */
            transform: rotateX( 61deg );
        }

        .note-icon::after {
            font-size: 17px;
            font-family: "FontAwesome";
            /* content: "\f040"; */
            top: 9px;
            left: 19px;
        }

        .info-tab::before, .info-tab::after {
            display: inline-block;
            color: #fff;
            line-height: normal;
            font-family: "FontAwesome";
            position: absolute;
        }
        .note-box {
    color: #585858;
    background: #ffe4cc;
    /* border: solid 1px #ffcc9f; */
}

.note-box, .warning-box, .tip-box {
    padding: 8px 8px 11px 26px;
}
.content .color-box code {
    background: transparent;
    padding: 0;
    font-size: 16px;
    color: inherit;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}

table.dataTable>tbody>tr.child ul.dtr-details {
    display: inline-block;
    list-style-type: none;
    margin: 0px 0 0 30px;
    padding: 0px 0px 0px 5px;
    width: 100%;
}

.box-table td:first-child {
    /* font-weight: bold; */
    color: #2d6d42;
    width: 45%;
}

.box-table .data{
    /* border: solid 1px grey; */
    /* background: white; */
    padding-left: 5px;
    -webkit-box-shadow: inset 7px 7px 0px -6px #737272;
    -moz-box-shadow: inset 7px 7px 0px -6px #737272;
    box-shadow: inset 7px 7px 0px -6px #737272;
}

.modal-backdrop.show {
    opacity: .5;
    z-index: 1;
}


  #custom-search-input {
            margin: 0;
            margin-top: 5px;
            padding: 0;
        }

            #custom-search-input .search-query {
                width: 100%;
                padding: 10px;
                padding-right: 5px;
                padding-left: 5px;
                /* IE7-8 doesn't have border-radius, so don't indent the padding */
                margin-bottom: 0;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 0;
                font-size: 14px;
            }

            #custom-search-input button {
                border: 0;
                background: none;
                /** belows styles are working good */
                padding: 2px 5px;
                margin-top: -4px;
                position: absolute;
                right: 0;
                /* IE7-8 doesn't have border-radius, so don't indent the padding */
                margin-bottom: 0;
                -webkit-border-radius: 3px;
                -moz-border-radius: 3px;
                border-radius: 3px;
                color: #D9230F;
                cursor: unset;
                z-index: 2;
                font-size: 18px;
            }

        .search-query:focus {
            z-index: 0;
        }

        #ldap_details .form-control {
    color: #c35f5f;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 5px 0 0;
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0.2em 0;
    background: #c9c9c9;
}
.ui-widget-header {
    border: none;
    background: #e9ecef;
    color: #ffffff;
    font-weight: bold;
    /* background: rgb(100,101,102); */
    /* background: linear-gradient(
180deg, rgba(100,101,102,1) 0%, rgba(46,53,61,1) 35%, rgba(46,53,61,1) 100%); */
    border-radius: 5px 5px 0px 0px;
    padding: 0.75
rem
 1.25
rem;
    margin-bottom: 0;
    /* background-color: rgb(0 0 0 / 5%); */
    border-bottom: 1
px
 solid rgba(0,0,0,.125);
}

ul.ui-tabs-nav.ui-corner-all.ui-helper-reset.ui-helper-clearfix.ui-widget-header {}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {}

.ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {}



.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0px;
    margin: 0px 0px 0px 0px;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border: 1px solid #d1d0cf;
    background: #c9c9c9;
    font-weight: normal;
    /* color: #000000; */
    /* background: rgb(245,197,124); */
    /* background: linear-gradient( 
180deg,#fff7d5 0%, #efe4b9 35%, #c9b28d 100%); */
}



.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    border: 1px solid #d4d4d4;
    background: #ffa463;
    font-weight: normal;
    color: #000000;
}

.first_tabs  {
        border: 1px solid #ffffff!important;
    border-bottom: none!important;margin-right: 2px!important;background: #c3c3c3!important;
    font-weight: normal;
    color: #000000;

  
}

 .ui-tabs-active a  {
   background: #FF9800!important;
   color: #ffffff!important;
   text-decoration: none!important;
}




.first_tabs a  {

    color: #000000;
=
}
.first_tabs a:hover {
    color: #000000!important;
    background: #fdb4497a!important;
    text-decoration: none!important;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

.ui-tabs .ui-tabs-nav li:first-child {

margin: 0px 1px -1px 0px;
}


.ui-widget.ui-widget-content {
    border: none;
    background: #fff9ea;
padding: 0;-webkit-box-shadow: inset 70px 3px 10px 0px #6d6d6d;;
    -moz-box-shadow: inset 0px 3px 10px 0px #6d6d6d;;
    box-shadow: 0px 3px 4px 0px #6d6d6d;}

div#ui-datepicker-div {
    z-index: 10!important;
}
.ui-state-active a, 
.ui-state-active a:link, .ui-state-active a:visited {
    color: #424141;
    text-decoration: none;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
    color: #000000;
    text-decoration: underline;
font-weight: 600;}


   .container_stacked{
        width: 100%;
        height: 2pc;
        position: relative;
        /* margin: 20px; */
    }
    .box{
        width: 100%;
        position: absolute;
        opacity: 1;  /* for demo purpose  */
        z-index: 4;
    }
    .stack-top{
        z-index: 9;
        /* margin: 8px; */ /* for demo purpose  */
        top: 1px;
        background: #e9ecef;
    }

    section#example-basic-p-1 {
    height: 355px;
}
.wizard > .content > .body {
    /* float: left; */
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 0;
    min-height: 60%;
left: 6px!important;}

table#dtltbl0 {
    /* border-collapse: separate; */
}

th.detailro {
    background-color: #8a8a8a;
    font-weight: 1;
    color: white;
    background-color: #2e353d;
    border-radius: 5px 5px 0px 0px;
    background: rgb(100,101,102);
    background: linear-gradient(
180deg, rgba(100,101,102,1) 0%, rgba(46,53,61,1) 35%, rgba(46,53,61,1) 100%);
}

.info_table {
    width: 100%;
    border: none;
    display: inline-table;
}
input#datepicker {
    cursor: pointer;
    background-color: #fdf9ee;
}
input#datepicker1 {
    cursor: pointer;
}
input#datepicker2 {
    cursor: pointer;
}
.form-control:disabled, .form-control[readonly]:hover {

color: #383838;
}
.form-control:disabled, .form-control[readonly] {color: #383838;background-color: #efefef;/* border: none; *//* box-shadow: none; */color: #727272!important;/* text-shadow: #ffffff 2px 2px 0px; *//* color: #616161; */cursor: not-allowed;}
.detailro {
    border: none;
    background-color: white;
    -webkit-box-shadow: inset 7px 7px 0px -6px #6d6d6d;
    -moz-box-shadow: inset 7px 7px 0px -6px #6d6d6d;
    box-shadow: inset 7px 5px 0px -6px #6d6d6d;
    padding: 2px 8px;
}

.reco-data td {
    text-align: center;
    border-bottom: solid 1px #8a8a8a;
    
}

.reco-data td:last-child {
    border-right: solid 1px #8a8a8a;
}

#decalre-form .form-control:focus {
    color: #0374ef;
    background-color: #fdfdfd;
    border-color: transparent;
    outline: 0;
    box-shadow: inset 7px 7px 3px -6px #6d6d6d;
   

.form-control:focus {
    color: #495057;
    background-color: #fdfdfd;
    border-color: transparent;
    outline: 0;
    box-shadow: inset 7px 7px 3px -6px #6d6d6d;
}
    textarea#comment {
    cursor: copy;
}

.btn-secondary {
    color: #fff;
    background-color: #af7070;
    border-color: #af7070;
}

.btn-secondary:hover {
    color: #fff;
    background-color: #ef9797;
    border-color: #ef9797;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #b52c2c;
    border-color: #af7070;
}
    legend {
    display: block;
    /* width: 100%; */
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal;
}

.ui-tabs {
    padding: 0;
}

  .modal-confirm {
    color: #636363;
    width: 550px;
    margin: 30px auto;
        }

            .modal-confirm .modal-content {
    padding: 10px;
    border-radius: 5px;
    border: none;
            }

            

            .modal-confirm .modal-header {
    padding: 0 5px!important;
    border-bottom: none!important;
    position: relative!important;
            }

            .modal-confirm
    h4 {
                /* display: inline-block; */
                /* font-size: 26px; */;}

            .modal-confirm .close {
    position: absolute;
    top: -10px;
    right: -5px;
            }

            .modal-confirm .modal-body {
    color: #999;
            }

         
            .modal-confirm .btn {
    color: #fff;
    border-radius: 4px;
    transition: all 0.4s;
    border: none;
    padding: 3px 9px!important;
    outline: none !important;
            }

            .modal-confirm .btn-info {
    background: #b0c1c6;
            }

                .modal-confirm .btn-info:hover, .modal-confirm .btn-info:focus {
    background: #92a9af;
                }

            .modal-confirm .btn-danger {
    background: #f15e5e;
            }

                .modal-confirm .btn-danger:hover, .modal-confirm .btn-danger:focus {
    background: #ee3535;
                }

            .modal-confirm .modal-footer .btn + .btn {
    margin-left: 10px;
            }

        .trigger-btn {
    display: inline-block;
    margin: 100px auto;
        }

           @@import url(
    'https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
    section{
	padding: 60px 0;
}
    section .section-title{
	text-align:center;
    color:#007b5e;
    margin-bottom:50px;
    text-transform:uppercase;
}
#what-we-do{
    background:#ffffff;
}

#what-we-do .card-active .card-block:before {
    color: #f7bc63;
}


#what-we-do .card{
    padding: 1rem!important;
    border: none;
    margin-bottom:1rem;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}
#what-we-do .card:hover{
    -webkit-box-shadow: 0px 8px 9px -4px #4b4b4b;
    -moz-box-shadow: 5px 7px 9px -4px #4b4b4b;
    box-shadow: 0px 8px 9px -4px #4b4b4b;
    color: #c7b492;
    /* background-color: #fdf9f2; */
}

#what-we-do .card .card-title:hover {
    margin-bottom: 5px;
    color: #c7b492;
}
#what-we-do .card .card-block{
    padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block
    a{
	color: #f7bc63  !important;
    font-weight:700;
    text-decoration:none;
}
#what-we-do .card .card-block
    a i{
	display:none;
	
}
#what-we-do .card:hover .card-block
    a i{
	display:inline-block;
    font-weight:700;
	
}
#what-we-do .card .card-block:before{
    font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #c1c1c1;
    left: 0;
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f073";
}
#what-we-do .card .block-2:before{
    content: "\f007";
}
#what-we-do .card .block-3:before{
    content: "\f017";
}
#what-we-do .card .block-4:before{
    content: "\f209";
}
#what-we-do .card .block-5:before{
    content: "\f0a1";
}
#what-we-do .card .block-6:before{
    content: "\f218";
}
#what-we-do .card:hover .card-block:before{
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}



div.card-tabs-bar.graygreen a {
    padding: 5px 10px;
    border-radius: 0px;
    margin: 0;
    padding-bottom: 10px;
    margin-bottom: -2px;
    font-size: 12px!important;
}

.panel-primary {
    display: inline-block;
    margin-bottom: 0px!important;
    width: 100%;
}

