/*FONT FAMILY OVERRIDE*/

:root{
    --primaryCOlor: #034732 ;
    --secondaryColor: #49D49D;
    --white: #FAFAFF;
}

.work-bold {
  font-family: "Work Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  font-variation-settings:
    "slnt" 0;
}
.line-height-1{
    line-height: 20% !important;
}
.line-height-2{
    line-height: 40% !important;
}
.line-height-3{
    line-height: 60% !important;
}
.line-height-4{
    line-height: 80% !important;
}
.line-height-5{
    line-height: 100% !important;
}
.toupper{
    text-transform: uppercase !important;
}
.tolower{
    text-transform: lowercase !important;
}
.header-text{
    font-size: 38px !important;
}
.subheader-text{
    font-size: 30px !important;
}
.normal-text{
    font-size: 15px !important;
    font-weight: 500 !important;
    text-transform: none !important;
}
.sub-normal-text{
    font-size: 14px !important;
}
.normal-weight{
    font-weight: normal !important;
}
.rfq-labels{
    font-size:12px !important;
}
/*FONT FAMILY OVERRIDE*/

/* OVERRIDE BOOTSTRAP */
    .btn-primary, .btn-primary:active, .btn-primary:visited {
        color: white ;
        background-color: #8BB174 !important;
        border-color: #8BB174 !important;
    }

    .btn-secondary, .btn-secondary:active, .btn-secondary:visited {
        color: #fff ;
        background-color: goldenrod !important;
        border-color: goldenrod !important;
    }

    .btn-pill, .btn-pill:active, .btn-pill:visited {
        color: black ;
        background-color: white !important;
        border-color: white !important;
    }
    .btn-pill:hover{
        background-color: #e0dfdf !important;
        border-color: #e0dfdf !important;
    }
    .btn-settings, .btn-settings:active, .btn-settings:visited {
        color: white ;
        background-color: #677857 !important;
        border-color: #677857 !important;
    }
    .btn-settings:hover{
        color: #677857  ;
        background-color: white !important;
        border-color: white !important;
    }

    .btn-primary:hover{
        background-color: #034732 !important;
        border-color: #034732 !important;
    }

    .btn-secondary:hover{
        background-color: #c69517 !important;
        border-color: #c69517 !important;
    }

    .form-control{
        font-family: "Work Sans", sans-serif !important;
        font-size: 15px !important;
    }
    .form-control:disabled{
        background-color: transparent !important;
       /* border: 0px solid transparent !important;*/
        /*border-bottom: 1px solid #47B5FF !important;*/
        resize: none;
    }
    .form-control:disabled:hover{
        cursor:pointer;
    }
    .form-line{
         border: 0px solid transparent !important;
        border-bottom: 1px solid #47B5FF !important;
    }
/* OVERRIDE BOOTSTRAP */
*{
    /*box-sizing: border-box !important;*/
}
/* LOADING ELLIPSIS */
    .lds-ellipsis {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
    }
    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: black;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }
    .lds-ellipsis div:nth-child(1) {
        left: 8px;
        animation: lds-ellipsis1 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(2) {
        left: 8px;
        animation: lds-ellipsis2 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(3) {
        left: 32px;
        animation: lds-ellipsis2 0.6s infinite;
    }
    .lds-ellipsis div:nth-child(4) {
        left: 56px;
        animation: lds-ellipsis3 0.6s infinite;
    }
    @keyframes lds-ellipsis1 {
        0% {
            transform: scale(0);
        }
        100% {
            transform: scale(1);
        }
    }
    @keyframes lds-ellipsis3 {
        0% {
            transform: scale(1);
        }
        100% {
            transform: scale(0);
        }
    }
    @keyframes lds-ellipsis2 {
        0% {
            transform: translate(0, 0);
        }
        100% {
            transform: translate(24px, 0);
        }
    }

/* LOADING ELLIPSIS */

.text-right{
	text-align:right;
}

.float-right{
	float:right;
}

.float-left{
	float:left;
}
.bg-maroon{
	background:maroon;
}


label, h1, h2, h3, h4, h5, h6 input[type = text], input[type = password], input[type = datetime],button,input[type = submit ]{
    font-family: "Montserrat", sans-serif !important;
    color: #2b2b2b;
}
input[type = text], input[type = password], input[type = datetime],button,input[type = submit ]{
    height: 45px !important ;
}
label:not(.error){
    font-weight:bold;
}
hr{
    background-color: #06283D !important;
    color : #06283D !important;
}

.error{
    color:red;
    margin: 0px;
}

.table-data{
    width: 100% !important;
}

.thead{
    font-size:16px !important;
    background: white  !important;
    border-color: #e5e5e5 !important;
    color: black !important;
    font-family: "Work Sans", sans-serif !important;
}

table.dataTable tr:nth-child(even)  { 
    background-color: #e4ebdd !important;  }

.table-data th{
    padding:10px 18px;
    text-align: center;
    color:white;
    background-color:#034732;
    font-size:17px;
    border:1px solid white;
}

.table-data td{
    padding:8px 10px;
    border:1px solid #ddd;
    overflow: auto !important;
}


.table-data tbody tr{
    cursor:pointer;
}

.modal-dialog{
    width: 100%; 
    max-width: 700px;
}

.modal-header{
    color: black; 
    border-radius: 5px 5px 0px 0px;
}

.label-guide{
    font-style: italic;
    font-size: 13px;
    color: maroon;
}

.selected_row_filter td{
    background: goldenrod;
    color:white;
}

.selected_row td{
    /*background: #ffbf006e;*/
    background: goldenrod;
    color:white;
}

.grid{
    display:grid;
}

input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"] {
    height: 38px;
}

.body{
    background-color:#f7fbff;
    /*background-image: url(../../assets/Watermark.jpg);*/
    /*background-attachment: fixed, fixed;*/
    color:black !important;
    /*background-repeat: no-repeat, no-repeat;*/
    /*background-position-x: right, center;*/
    /*background-position-y: bottom, top;*/
    font-size: 16px;
    font-family: "Work Sans", sans-serif !important;
}

.header {
    margin-bottom: 10px;
}

.header-search {
    float: none;
    display: block;
}

.header-inner {
    padding: 0px 10px;
}

#header-text {
    color: white;
    font-size: 30px;
    display:inline-block;
    vertical-align:middle;
    line-height: 20px;
    max-width:100%;
    font-variant: small-caps;
}

#header-text-2 {
    font-size: 20px;
    font-variant: small-caps;
}

#margin-top{
    margin-top:220px;
}

@media only screen and (max-width: 592px) {
    .header {
        float: none;
        display: block;
        text-align: center;
    }
    #header-text-1{
        line-height:1;    
    }

    #margin-top{
        margin-top:300px;
    }
}


.datepicker {
    background: #fff !important;         
}

.container{
    background: #F6F6F6;
    padding:40px 30px; 
    border-radius: 10px;
}

.input_headers{
    font-family: 'Work Sans', serif;
    font-size: 18px !important;
    color: #06283D !important;
}

.select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: .375rem .75rem;    
    font-size: 1rem;
    line-height: 1.33;
    border-radius: 0.25rem;
    width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    top: 85% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 26px !important;
}
.select2-container--default .select2-selection--single {
    border: 1px solid black !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 18px !important;
}

.select2-selection__rendered{
    padding:0px !important;
}

@media (min-width: 1200px){
    .container {
         max-width: 3000px; 
    }
}

.placeholder-item {
    position: relative;
    overflow: hidden;
}

.placeholder-item::before {
    content: '';
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: linear-gradient(to right, transparent 0%, #E8E8E8 50%, transparent 100%);
    animation: load 1s cubic-bezier(0.4, 0.0, 0.2, 1) infinite;
}

@keyframes load {
    from {
        left: -150px;
    }
    to   {
        left: 100%;
    }
}

.divider-line{
    background: maroon; 
    height:2px; 
    width:100%;
    margin: 18px 0px;
}

.main-form{
    max-width:600px;
}



.progress{
    position:relative; 
    background:#656565;
    border: 1px solid #ddd; 
    padding: 1px; 
    height:auto !important;
    border-radius: 3px; 
}
.bar{ 
    background-color: maroon; 
    width:0%; 
    height:20px; 
    border-radius: 3px; 
}
.percent{ 
    position:absolute; 
    display:inline-block; 
    top:3px; 
    left:48%; 
    color:white;
}

.context-menu-icon.context-menu-icon--fa::before {
    color: black !important;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    height: auto !important;
    color: red !important;
}

.collapse{
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

textarea:focus, 
textarea.form-control:focus, 
input.form-control:focus, 
input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=number]:focus, 
[type=text].form-control:focus, 
[type=password].form-control:focus, 
[type=email].form-control:focus, 
[type=tel].form-control:focus, 
[contenteditable].form-control:focus {
  box-shadow: inset 0 -1px 0 #ddd;
}

.btn-fixed-1{ width: 110px; }
.btn-fixed-2{ width: 120px; }
.btn-fixed-3{ width: 130px; }
.btn-fixed-4{ width: 140px; }
.btn-fixed-5{ width: 150px; }
.btn-fixed-6{ width: 160px; }

.input-group-text, .custom-file-label{
    border: 1px solid #CED4DA !important;
}

.remove-file{
    cursor: pointer;
}

.remove-file :hover{
    background: #495c37 !important;
    color: white !important;
}

.office-container-routinary-transaction-map{
    width: 90%; 
    min-height: 50px; 
    background:#999; 
    margin: auto;
    text-align: center;
}

.current-map{
    box-shadow: 0px 0px 10px blue;
}

.line-routinary-transaction-map{
     width: 1px; 
     height: 20px;
     margin:auto; 
     background:black;
}

*, *::before, *::after {
  box-sizing: border-box;
}

.border-1-black{
    border: 1px solid black;
}

.border-1-black:after, .border-1-black:before {
    box-sizing: border-box !important;
}

.office-name-routinary-transaction-map{
    font-weight: bold;
}

.map-time-label{
    font-size: 10px;
}

.timeline-container{
    display:grid; 
    grid-template-columns: 10% 5% 85%;
}
/*.timeline-container{
    display:grid; 
    grid-template-columns: 20% 5% 75%;
}*/

.timeline-date{
    min-height:100px;
    text-align:right;
}

.ts-line{
    margin:auto; 
    width:4px; 
    height:100%;
}

.ts-large-circle{
    border-radius:20px; 
    height:20px;
    width:20px; 
    position: absolute; 
    margin-left:-8px;
/*    top: 50%;
    transform: translateY(-50%);*/
}

.ts-small-circle{
    background:green;
    border-radius:20px;
    height:14px;
    width:14px;
    position: absolute;
    margin-left:-5px;
    margin-top:3px;
/*    top: 50%;
    transform: translateY(-50%);*/
}

.ts-small-circle-error{
    background:red;
    border-radius:20px;
    height:14px;
    width:14px;
    position: absolute;
    margin-left:-5px;
    margin-top:3px;
/*    top: 50%;
    transform: translateY(-50%);*/
}

.timeline-separator{
    min-height:100px;
}

.timeline-description{
    min-height:50px;
    min-width: 800px !important;
    max-width: 800px !important;
}

.tree_structure ul, .tree_structure li { list-style: none; margin: 0; padding: 0; }
.tree_structure ul { padding-left: 1em; }
.tree_structure li { padding-left: 1em;
  border: 1px solid black;
  border-width: 0 0 1px 1px; 
}
.tree_structure li.tree-container { border-bottom: 0px; }
.tree_structure li.empty { font-style: italic;
  color: silver;
  border-color: silver;
}
.tree_structure li p { margin: 0;
  background: white;
  position: relative;
  top: 0.5em; 
}
.tree_structure li ul { 
  border-top: 1px solid black; 
  margin-left: -1em;     
  padding-left: 2em; 
}
.tree_structure ul li:last-child ul {
  border-left: 1px solid white;
  margin-left: -17px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container .select2-search--inline .select2-search__field{
    margin: 0px 5px 5px 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear{
    margin-top: 0px !important;
}

.dataTables_processing{
    z-index: 1;
    height: auto !important;
}

/* .datatable-wrapper-style{
    overflow: auto;  */
    width: 100%;
    position: relative;
}

.div_height{
    height: 100% !important;
    max-height: 95% !important;
}
.swal2-icon.swal2-info {
    border-color: #dc3545;
    color: #dc3545;
}
.swal2-icon.swal2-warning {
    border-color: #dc3545;
    color: #dc3545;
}
.nav-item{
    padding-left: 4px !important;
    margin-bottom: 10px !important;
}
.modal-header-text{
    font-family: 'Work Sans', serif !important;
}
.drop-shadow-bottom{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
.drop-shadow-header{
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}