@font-face {
    font-family: Open_Sans;
    src: url('./Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format('truetype'); 
    /* src: url('./Andada_Pro/AndadaPro-VariableFont_wght.ttf') format('truetype'); */
  }f

html, 
body {
    height: 100%;
    font-family:  Open_Sans  !important;
    overflow:auto !important; 
    line-height: 1.8 !important;
}


main > .container {
    padding: 70px 15px 20px;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th,
.grid-view td:last-child {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}


.light-skin .sidebar-menu > li.active > a {
    background-color: #c0d8f0 !important;  
} 
.treeview-menu > li.active > a {
    background-color: #e5eaf2  !important;   
    color: #172b4c !important;   
}
.light-skin .sidebar-menu > li.active > a {  
    color: #172b4c !important;   
}
.treeview-menu > li:hover {
    background-color: #e5eaf2  !important;   
}
.bmbox{
    background: #fff; 
    padding: 22px; 
    border-radius: 14px;
    margin-bottom: 12px;
}
.top{
    margin-top: 24px;
}
.head{
    font-size: 22px;
    text-transform: uppercase;
    color: darkgoldenrod;
}
.editbtn{
    color: #000; 
    font-size: 22px;
}
.viewbtn{
    color: #000;
    margin-right: 14px;
    font-size: 18px;
}
.viewbtn{ 
    float: left; 
    font-size: 22px;
    margin-right: 24px;
}
h1 {
    font-size: 22px;
    text-transform: uppercase;
}
.summary{
    color: #9f9e9e !important;
}

.bmbox_form{
    background: #fff; 
    padding: 22px;  
    margin-bottom: 12px;
    background: #eaf2fb;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.fls{
    text-decoration: none !important; 
    font-size: 12px !important;
     color: green; 
     font-weight: bold !important;
}
.breadcrumb { 
    background: #eaf2fb !important; 
}
.sidebar-menu > li { 
    text-transform: uppercase  !important; 
}
.bootstrap-select > .dropdown-toggle.bs-placeholder, .bootstrap-select > .dropdown-toggle.bs-placeholder:hover, .bootstrap-select > .dropdown-toggle.bs-placeholder:focus, .bootstrap-select > .dropdown-toggle.bs-placeholder:active {
    color: #000 !important; 
    background: #fff !important; 
}
.select2-selection__clear{
    line-height: 25px  !important; 
    font-size: 22px  !important; 
    margin-right: 12px  !important; 
}
.select2-selection__rendered{
    line-height: 26px !important; 
}
.help-block{
    color:red;
}
table{
    margin-bottom: 20px;
}
.table.table-vcenter td, .table.table-vcenter th {
    vertical-align: middle;
    color: #4e5059;
}
.table.table-vcenter tr {
   line-height: 22px !important;
}
.summary {
    color: #9f9e9e !important;
    padding-right: 10px;
    width: 100%;
    text-align: right;
}
.page-header-tab{
    margin-top: -18px;
    border:none;
}
.addBtn {
    background: linear-gradient(45deg, #21ba45, #2185d0) !important;
    color: #fff;
}
.addBtn  a {
    padding: 7px !important;
} 

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background: none !important;
    border-color: none !important;
    border: none !important;
}
.pagination{   
    margin: auto;
    width: 100%;
    padding-left: 33px;
    padding-top: 25px;
    padding-bottom: 20px;
  }
  
  .pagination > li > a, .pagination > li > span {
    margin-right: 5px !important;
    background: #0daab3;
    padding: 9px;
    border-radius: 30%;
    color: #fff;
    text-decoration: none;
  }
  
  
  .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
    text-decoration: none;
  }

  .viewPbtn{
    margin-top: -10px !important;
    border-radius: inherit !important;
  }
  .field-purchase-vendor_reference_file{
        margin-top: 30px;
} 
.drp-menu {
    display: block;
}
.close span {
    display:none;
}
.site-error{
    width: 66%;
    margin: auto;
    margin-top: 48px;
    border: 1px solid #e8e9e9;
    padding: 24px;
    border-radius: 12px;
    text-align: center;
    background: linear-gradient( 271deg, #00b5ad, #17a2b8);
    color: #fff;
}
.glyphicon-remove{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-remove:before {
    content: "\f068";
}
.glyphicon-plus{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.glyphicon-plus:before {
    content: "\f067";
}
.ftrBtn{
    font-size: 13px;
    background: #94e3e0;
    width: 100%;
    text-align: left;
    margin-top:6px;
}
#cusTxt{
    font-weight: bold;
}
#vehTxt{
    font-weight: bold;
}
input {
    font-size: 15px !important;
    height: 35px !important;
}
.btn {
    padding: 0.29rem 0.75rem !important;
}

form div.required label.control-label:after {

    content:" * ";
  
    color:red;
  
}
.disabled{
    display:none !important;
}