@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

@font-face {
    font-family: 'CalibriBold';
    src: url('../font/CalibriBold.ttf');
}

@font-face {
    font-family: 'CalibriLight';
    src: url('../font/CalibriLight.ttf');
}

@font-face {
    font-family: 'CalibriRegular';
    src: url('../font/CalibriRegular.ttf');
}

/* html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    font-size:100%;
    font:inherit;
    font-family: CalibriRegular;
    vertical-align:baseline
}  */



.flt {
    float: left;
    width: 100%;
}
.flex {
    display: flex;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.filler {
    flex-grow: 1;
}

.content_title {
    font-size: 30px;
}

.reset_btn button {
    outline: none;
    background-color: #015de4;
    padding: 10px;
}

.order_list table tr td {
    border: 1px solid #e9e9e9;
    font-size: 14px;
}

.tab-content table tr td .fa-pencil-alt {
    color: #49a942;
}

.tab-content table tr td .fa-trash-alt {
    color: #dc3545;
}

.user_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 4%;
}

.product_create_btn {
    margin-top: 10%;
}

.product_create_bt button {
    outline: none;

}

.product_create_btn button {
    margin-bottom: 4%;
    outline: none;
    background-color:  #015de4;
    font-family: CalibriRegular;

}

[class*=sidebar-dark-] {
    background-color: #000000;
}

[class*=sidebar-dark-] .sidebar a {
    color: #ffffff;
}

[class*=sidebar-dark-] .nav-sidebar>.nav-item:hover>.nav-link,
[class*=sidebar-dark-] .nav-sidebar>.nav-item>.nav-link:focus {
    background-color: rgba(255, 255, 255, .1);
    color: #ffffff;
}


.btn-primary {
    color: #fff;
    background-color: #ff5c0e;
    border-color: #ff5c0e;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff;
    background-color: #4aa842;
    border-color: #4aa842;
    box-shadow: none;
}

a {
    color: #ff5c0e;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #ff5c0e;
    text-decoration: none;
}

.login-logo,
.register-logo {
    font-size: 2.1rem;
    font-weight: 300;
    text-align: center;
    background-color: #fff;
    margin-bottom: 0rem;
}

.login-page,
.register-page {
    background: #136cc5;
    height: 100vh !important;
}

.icheck-primary>input:first-child:not(:checked):not(:disabled):hover+label::before {
    border-color: #ff7e40;
}



.order_tabs .nav {
    float: left;
    width: 100%;
    margin-bottom: 2rem;
}

.order_tabs .nav li {
    float: left;
    width: auto;
}

.srchbox {
    width: 300px;
    height: 45px;
    border: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: .25rem;
    background-color: white;
}

.srchbox>i {
    font-size: 20px;
    color: #f04923;
}

.srchbox>input {
    flex: 1;
    height: 5px;
    border: none;
    outline: none;
    font-size: 15px;
    box-shadow: none;
    margin-bottom: 0.2rem;
}

.top-right {
    float: right;
}

.drop_menu {
    background-color: rgb(0 0 0);
    padding: 8px 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all ease-in-out;
    width: 173px !important;
    position: absolute;
    top: 53px !important;
 
    left: -112px !important;
}
.sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
    margin-left: 0px !important;
}

.navbar-nav {
    align-items: center;
}

.page_left {
    margin: 25px;
}

#dropdown_list .dropdown_card {
    border-bottom: 1px solid #d8d6d6;
    margin-bottom: 10px;
}

#dropdown_list .dropdown_card .card-header {
    padding: 0px 0px 15px 0px;
    border: none;
}

#dropdown_list .dropdown_card .card-header:not(.collapsed) {
    padding: 0px 0px 12px 0px;
}

#dropdown_list a.btn-header-link {
    display: block;
    text-align: left;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 700;
    padding: 0px;
}

#dropdown_list a.btn-subheader-link {
    display: block;
    text-align: left;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 600;
    padding: 0px;
}

#dropdown_list .card-header a.collapsed i { 
    float: right;
    margin-top: 5px;
    transition: 0.4s all ease-in-out;
}

#dropdown_list .card-header a:not(.collapsed) i { 
    float: right;
    transform: rotate(-180deg);
    transition: 0.4s all ease-in-out;
    margin-top: 5px;
}

#dropdown_list .card-body {
    padding: 0px;
    font-size: 14px;
}

.select_checkbox {
    display: flex;
    align-items: center;
    line-height: 32px;
}


.select_checkbox input {
    margin-right: 10px;
}

.dropdown_group {
    margin-bottom: 20px;
}

.dropdown_head {
    display: block;
    text-align: left;
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px;
}

label:not(.form-check-label):not(.custom-file-label) {
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 0px;
}

.dropdown_single {
    margin-top: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #d8d6d6;
}

.dropdown_single:last-child {
    border-bottom: none;
}

.dropdown_single input label {
   margin-right: 20px;
}

form.singleline_check {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

form.singleline_check input {
    margin-right: 10px;
}

form.singleline_check label {
    margin-right: 15px;
}

.page_left {
    display: block;
}

.page_left .panel-title > a:before {
    float: right !important;
    font-family: 'Font Awesome 5 Free';
    content:"\f068";
    padding-right: 5px;
}

.page_left .panel-title > a.collapsed:before {
    float: right !important;
    content:"\f067";
}

.page_left .panel-title > a:hover, 
.page_left .panel-title > a:active, 
.page_left .panel-title > a:focus  {
    text-decoration:none;
}

.page_left .panel-default>.panel-heading {
    color: rgb(27, 5, 5);
    background-color: transparent;
    border: none !important;
}

.page_left .panel-body {
    border: 0px !important;
    padding: 0px !important;
}

.page_left .panel {
    border: none !important;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
}

.page_left .panel-title {
    color: rgb(27, 5, 5);
    font-size: 18px;
    letter-spacing: 1.8px;
}

.page_left ul {
    padding: 0px;
    margin: 0px;
}

.page_left ul li {
    list-style-type: none;
    padding: 15px 0px;
    border-bottom: 1px solid rgb(234 234 234);
}

.sort_head span a {
    border: 0px !important;
    color: rgb(27, 5, 5);
    font-size: 18px;
    letter-spacing: 1.8px;
    font-family: calluna, serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 0px 0px 10px 0px !important;
}




/* min-max range start */

.custom_range {
    margin-bottom: 30px;
}

.select_range .range_value {
    margin: 0;
}

.select_range .range_value input {
    width: 100%;
    background: none;
    color: #000;
    box-shadow: none;
    border: none;
    margin: 0px 0 15px 0;
    font-size: 16px;
    letter-spacing: 1.4px;
    font-weight: 300;
    outline: none;
}

.select_range .range-bar {
    border: none;
    background: #000;
    height: 3px;
    width: 96%;
    margin-left: 8px;
}

.select_range .range-bar .ui-slider-range {
    background: rgb(0, 0, 0);
}

.select_range .range-bar .ui-slider-handle {
    border: none;
    border-radius: 25px;
    background: #fff;
    border: 2px solid rgb(0, 0, 0);
    height: 17px;
    width: 17px;
    top: -0.52em;
    cursor: pointer;
    outline: none;
}

.select_range .range-bar .ui-slider-handle+span {
    background: rgb(0, 0, 0);
    border: 2px solid rgb(0, 0, 0);
}


/* min-max range end */

.user_head {
    padding: 15px 0px;
}

.view_border {
    border-bottom: 1px solid #d8d6d6;
    margin-bottom: 10px;
}

.subdown_group {
    margin-top: 10px;
}

.sub_card {
	margin-bottom: 10px;
}

.dropdown_single_first {
	border-bottom: 1px solid #d8d6d6;
    margin-bottom: 15px;
}

.dropdown_subhead {
    display: block;
    text-align: left;
    color: #4d4d4d;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
    padding: 0px;
}

#dropdown_list .card-header a.btn-subheader-link i {
    margin-left: 8px;
    float: none;
}

.cost_sheet_container {
    padding: 25px 10px 0px 10px;
}

.cost_sheet_container label {
    margin-bottom: 5px !important;
}

.cost_sheet_container label.cost_upload {
    color: #4d4d4d;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
}

.cost_sheet_container input.form_input {
    display: block;
    width: 100%;
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	box-shadow: inset 0 0 0 transparent;
	/*transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;*/
}

.upload_criteria .form-group label {
    margin-bottom: 10px;
}

.upload_criteria .form-group input {
    outline: none;
}

.cost_submit_btn button {
    background-color: #3b62ae;
    color: #fff;
    border: none;
    border-radius: 4px;
    outline: none;
    padding: 5px 10px;
    margin-bottom: 4%;
}

.copy_action {
    margin-left: 0px !important;
    margin-right: 10px;
}

.copy_action i {
    color: #3b62ae !important;
}

.view_action {
    margin-right: 10px;
    margin-left: 0px !important;
}

.view_action i {
    color:  #49a942 !important;
}

.xlsx_download {
    margin-right: 10px;
    margin-left: 0px !important;
}

.xlsx_download i {
    color: #ff0000 !important
}

.pdf_download {
    margin-left: 0px !important;
}

.pdf_download i {
    color: #375929 !important;
}

.project_input {
    outline: none;
}


/* cost-master */


.content_main {
    padding: 0px 20px;
}


.cestimate_head {
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.project_number {
    font-weight: 600;
    margin-bottom: 10px;
}

.form_left label {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.form_left input {
    border: none;
    outline: none;
}

.estimate_head {
    font-size: 18px;
    font-weight: 600;
}

.estimate_head input {
    border: none;
    outline: none;
}

.static_date strong {
    font-weight: 600 !important;
}

.form_right label {
    font-size: 16px !important;
}

.form_right input {
    border: none;
    outline: none;
}

.cmaster_top {
    border-bottom: 3px solid #000;
}

.cmaster_mid {
    margin: 10px 0px;
}

/*
.cmaster_bottom {
    border-top: 3px solid #000;
}
*/

.cmaster_details table thead th {
    border-top: 0px;
    border-bottom: 1px solid #000;
}

.cmaster_details table, th, td {
    border: 1px solid #000;
    border-collapse: collapse;
}

.cmaster_details table th td {
    border: 1px solid #000;
}

.cmaster_details table thead tr th {
    vertical-align: middle;
}

.cmaster_details table tbody tr td {
    vertical-align: middle;
}

.cmaster_bottom {
    margin-bottom: 20px;
}


.req_main_head {
    font-weight: 600;
    text-transform: uppercase;
}


/* Media Query */
@media (max-width:767px) {
    .product_create_btn button {
        margin-bottom: 4%;
    }

    .order_tabs .nav li {
        float: left;
        width: 100%;
    }

    .srchbox {
        width: auto;
        margin-top: 8%;
    }

    label:not(.form-check-label):not(.custom-file-label) {
        font-size: 14px;
    }

}

@media (min-width: 768px) {
    .navbar-nav.ml-auto {
        padding-right: 20px;
    }
}


@media (min-width:768px) and (max-width:1024px) {
    .order_tabs .nav li {
        float: left;
        width: auto;
    }
}

/* style by aditya */

.main-header .navbar-nav .nav-item {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.content_title{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.card-header{
    font-size: 16px;
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
}

.dropdown_head {
    font-size: 16px;
    font-weight: 700 !important;
    font-family: 'Open Sans', sans-serif;
}

thead {
    font-weight: 600 !important;
    font-family: 'Open Sans', sans-serif;
}

.clear_filter button {

    font-family: CalibriRegular;

}

tbody{
    font-family: CalibriRegular;
}

label:not(.form-check-label):not(.custom-file-label){
    font-family: CalibriRegular;
}

#dropdown_list a.btn-subheader-link {
    font-family: CalibriRegular;
}

.srchbox>input {
    font-family: 'Open Sans', sans-serif;
}

.info-box .info-box-text{
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}

.ngx-pagination{
    font-family: 'Open Sans', sans-serif !important; 
}

.sign_in:hover{
    background-color: #4aa842;
}

i.far.fa-clipboard.clipboard {
    color: #015de4 !important;
}

#table_paginate {
    font-family: CalibriRegular;
}

#table_info {
    font-family: CalibriRegular;
}

table.dataTable tbody td {
    font-family: CalibriRegular !important;
}

input::placeholder {
    font-family: CalibriRegular !important;
}

.form-control {
    font-family: CalibriRegular !important;
    color: #999ebf !important;
}

/* tbody tr td.form-control{
    color: black !important;
} */

.mat-horizontal-stepper-header-container{
    font-family: 'Open Sans', sans-serif;
}