html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

body {
    /*padding-top: 100px;*/
    padding-bottom: 20px;
}

.container-fluid {
    /*max-width: 2000px;*/
}

/*@media screen and (min-width: 600px) {
    .container-fluid {*/
        /*padding-right: 3rem;
        padding-left: 3rem;*/
    /*}

    .select2-container {
        display: block;
        width: 100% !important;
    }*/
    /*    select.form-control {
        width: 354px !important;
    }*/
/*}*/


.subdetail {
    background-color: #EBEBEB;
    margin-left: 25px;
    margin-right: 25px;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 1em;
    padding-right: 1em;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.nav, .pagination, .carousel, .panel-title a {
    cursor: pointer;
}

.redborder {
    border: 2px solid red;
}

/*div#smartwizard {
}

div#smartwizard ul {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

div#smartwizard li {
    display: inline-block;
}*/
div#smartwizard .pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

div#smartwizard ul, div#smartwizard .pagination {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

div#smartwizard li {
    flex: 1 1 auto;
}

div#smartwizard ul::-webkit-scrollbar {
    display: none !important;
}

.contract {
    font-size: 13px;
    font-family: 'Century Schoolbook';
}

.treeview-external-drag #waiting {
    height: 100%;
    padding: 0;
}

.treeview-external-drag #waitid {
    float: left;
    width: 13%;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
    font-family: "Segoe UI";
    color: #f9920b;
    overflow: hidden;
    margin: 9px 0;
    padding: 0 2px 0 0;
}

.treeview-external-drag #waitdetails {
    width: 95%;
    float: left;
    height: 100%;
    padding: 0;
}

.treeview-external-drag #waitlist {
    width: 100%;
    height: 50%;
    font-weight: bold;
    font-family: "Segoe UI";
    font-size: 12px;
    color: #545554;
    padding: 5px 0 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treeview-external-drag #waitcategory {
    height: 50%;
    font-family: "Segoe UI";
    font-size: 10px;
    color: #545554;
    opacity: 0.6;
    padding-left: 10px;
    padding-top: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.treeview-external-drag .e-list-text,
.e-bigger .treeview-external-drag .e-list-text {
    background: white;
    border: 0.5px solid #E1E7EC;
    height: 50px;
    line-height: 15px;
    padding: 0 5px;
    width: 220px;
}

.treeview-external-drag .e-list-parent,
.e-bigger .treeview-external-drag .e-list-parent {
    height: 100%;
    padding: 0 2px;
}

.treeview-external-drag .e-list-item,
.e-bigger .treeview-external-drag .e-list-item {
    height: 100%;
    padding: 0 0 5px 0;
}

.treeview-external-drag .e-fullrow,
.e-bigger .treeview-external-drag .e-fullrow {
    height: 55px;
}

.treeview-external-drag .e-list-item.e-hover > .e-fullrow,
.treeview-external-drag .e-list-item.e-active > .e-fullrow,
.treeview-external-drag .e-list-item.e-active.e-hover > .e-fullrow,
.e-bigger .treeview-external-drag .e-list-item.e-hover > .e-fullrow,
.e-bigger .treeview-external-drag .e-list-item.e-active > .e-fullrow,
.e-bigger .treeview-external-drag .e-list-item.e-active.e-hover > .e-fullrow {
    background-color: transparent;
    border-color: transparent;
    box-shadow: none !important;
}

.treeview-external-drag .e-text-content,
.e-bigger .treeview-external-drag .e-text-content {
    padding: 0;
}

.e-drag-item.e-treeview.treeview-external-drag,
.e-bigger .e-drag-item.e-treeview.treeview-external-drag {
    padding: 0 !important;
}

.e-schedule.schedule-drag-drop .e-timeline-view .e-resource-left-td,
.e-schedule.schedule-drag-drop .e-timeline-month-view .e-resource-left-td {
    width: 160px;
}

.e-schedule.schedule-drag-drop .e-resource-cells.e-parent-node .specialist-category {
    padding-left: 30px
}

.e-schedule.e-rtl.schedule-drag-drop .e-resource-cells.e-parent-node .specialist-category {
    padding-right: 30px
}

.e-schedule.schedule-drag-drop .e-resource-cells.e-child-node .specialist-category,
.e-schedule.schedule-drag-drop .e-resource-cells.e-child-node .specialist-name {
    padding: 5px
}

.e-schedule.schedule-drag-drop .e-resource-cells.e-parent-node .specialist-name {
    padding: 0 10px
}

.e-schedule.schedule-drag-drop .e-resource-cells.e-child-node .specialist-category .specialist-image {
    width: 45px;
    height: 40px;
    float: left;
    border-radius: 50%;
    margin-right: 10px;
}

.e-schedule.schedule-drag-drop .specialist-name {
    font-size: 13px;
}

.e-schedule.schedule-drag-drop .specialist-designation {
    font-size: 10px;
}

.e-schedule-dialog .e-all-day-time-zone-row,
.e-schedule-dialog .e-location-container,
.e-bigger .e-schedule-dialog .e-all-day-time-zone-row,
.e-bigger .e-schedule-dialog .e-location-container {
    display: none;
}

.e-schedule-dialog .e-subject-container,
.e-bigger .e-schedule-dialog .e-subject-container {
    padding-right: 0;
    width: 100%;
}

.e-schedule-dialog.e-rtl .e-subject-container,
.e-bigger .e-schedule-dialog.e-rtl .e-subject-container {
    padding-left: 0;
}

@@media (max-width: 550px) {


    .treeview-external-drag.e-treeview,
    .e-bigger .treeview-external-drag.e-treeview {
        width: 225px;
    }

        .e-bigger .treeview-external-drag.e-treeview.e-drag-item {
            position: relative !important;
        }
}

.control-section {
    padding-top: 20px;
    padding-bottom: 20px;
    min-height: 350px;
}

.content-wrapper {
    display: flex;
}

.schedule-container {
    padding-right: 10px;
    width: 100%;
}

.title-container {
    padding-bottom: 10px;
}

.title-container {
    padding-bottom: 10px;
}

/*Worked to modify width in TimelineMonthView*/
/*.e-schedule .e-timeline-month-view .e-content-wrap table col,
.e-schedule .e-timeline-view .e-content-wrap table col {
    width: 600px;
}*/
/*Worked to modify height in TimelineMonthView*/
/*.e-schedule .e-timeline-view .e-work-cells, 
.e-schedule .e-timeline-month-view .e-work-cells {
    height: 600px;
}*/
.radio-toolbar input[type="radio"] {
    opacity: 0;
    position: fixed;
    width: 0;
}

.radio-toolbar label {
    display: inline-block;
    background-color: #ddd;
    padding: 10px 20px;
    font-family: sans-serif, Arial;
    font-size: 16px;
    border: 2px solid #444;
    border-radius: 4px;
}

.radio-toolbar input[type="radio"]:checked + label {
    background-color: #bfb;
    border-color: #4c4;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar label:hover {
    background-color: #dfd;
}
/*#notificationContainer {
    background-color: yellow;*/
/*padding-bottom: 15px;*/
/*}

    #notificationContainer div a {
        color: black;
    }

    #notificationContainer p {
        margin: 0px;
        font-size: 18px;
        color: black !important;
        font-weight: bold;
        text-align: center;
        line-height: 1;
    }*/
#pagemenu {
    background-color: none;
    padding-bottom: 15px;
}

    #pagemenu div a {
        color: black;
    }

    #pagemenu p {
        margin: 0px;
        font-size: 18px;
        color: black !important;
        font-weight: normal;
        text-align: right;
        line-height: 1;
    }

.flex-fill {
    flex: 1 1 auto;
}


#loadMe {
    z-index: 9999;
}

#workorderModal {
    z-index: 2000;
}

#createEditModal {
    z-index: 2001;
}

#createEditModal2 {
    z-index: 2002;
}

#createEditModal3 {
    z-index: 2003;
}

#createEditModalMaterialOrder {
    z-index: 2002;
}

#createEditModalLaborOrder {
    z-index: 2002;
}

#createEditModalEquipmentOrder {
    z-index: 2002;
}

#createEditModalDumpsterOrder {
    z-index: 2002;
}

#createEditModalLaborOrderEvent {
    z-index: 2003;
}

#createEditModalLaborOrderLineItem {
    z-index: 2003;
}

#createEditModalMaterialOrderLineItem {
    z-index: 2003;
}

.pac-container {
    z-index: 10000 !important;
}

.modal-backdrop {
    /*hides the default modal shadow*/
    display: none;
}

.modal {
    /*modal custom bachground/shadow*/
    background: rgba(0,0,0,0.5);
}

/*
.modal {
    background-color: rgba(0, 0, 0, 0.3);
}

.modal-backdrop {
    position: relative;
}*/
/** SPINNER CREATION **/

.loader {
    position: relative;
    text-align: center;
    margin: 15px auto 35px auto;
    z-index: 9999;
    display: block;
    width: 80px;
    height: 80px;
    border: 10px solid rgba(0, 0, 0, .3);
    border-radius: 50%;
    border-top-color: #000;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}



.loaderContainer {
    /*width: 0px;*/
    height: 0px;
    /*top: 50px;  setting in spinner*/
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
}

@keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    to {
        -webkit-transform: rotate(360deg);
    }
}

.border-6 {
    border-width: 6px !important;
}

.spinner-container {
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100px; /* Set a fixed width for the container or adjust as needed */
    height: 100px; /* Set a fixed height for the container or adjust as needed */
    background-color: rgba(255, 255, 255, 0.7); /* Optional: Semi-transparent background overlay */
    text-align: center;
}

.spinner-border {
    /* Customize the spinner style if needed */
    margin-top: 20px; /* Adjust the margin as needed to control the spacing between the spinner and text */
    display: inline-block; /* Ensure the spinner is displayed as a block-level element */
}

.loader-txt {
    display: block;
    margin-top: 5px; /* Adjust the margin as needed to control the spacing between the spinner and text */
    /* Additional styling */
}
