/*








*/




/*Calendar*/
.eoCalendar{
    width: 100%;
}
/*Widths*/
.eo-w-100p{
    width: 100%;
}
.eo-w-75p{
    width: 75%;
}
.eo-w-65p{
    width: 65%;
}
.eo-w-50p{
    width: 50%;
}
.eo-w-35p{
    width: 35%;
}
.eo-w-30p{
    width: 30%;
}
.eo-w-25p{
    width: 25%;
}
.eo-w-15p{
    width: 15%;
}

/*Heights*/
.eo-h-101p{
    height: 101%;
}
.eo-h-100p{
    height: 100%;
}

/*Alignments*/
.eo-text-right{
    text-align: right;
}
.eo-text-left{
    text-align: left;
}
.eo-text-center{
    text-align: center !important;
}
.eo-float-left{
    float: left;
}
.eo-float-right{
    float: right;
}
.eo-buffer{
    height:10px;
}

/*Margin*/
.eo-m-lr-5{
    margin: 0px 5px 0px 5px;
}

/*Padding*/
.eo-p-lr-5{
    padding: 0 5px 0 5px;
}

.eo-margin-centered{
    margin: 0 auto !important;
}
.eo-block-margin-center{
    display: block;
    margin: 0 auto !important;
}
/*
 * Padding
 */

body {
    font-family: "Lato", sans-serif;
}



@media screen and (max-height: 450px) {
    .eo_sidebar {padding-top: 15px;}
    .eo_sidebar a {font-size: 18px;}
}

/*Floating Button*/
.customer-floating-button{
    top:155px;
    position:fixed;
    width:60px;
    height:60px;
    left:10px;
    background-color:#0C9;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}
.customer-button-icon-float{
    margin-top:22px;
}
.location-floating-button{
    top:220px;
    position:fixed;
    width:60px;
    height:60px;
    left:10px;
    background-color:#0C9;
    color:#FFF;
    border-radius:50px;
    text-align:center;
    box-shadow: 2px 2px 3px #999;
}
.location-button-icon-float{
    margin-top:22px;
}


/*Customer Page*/
.eo_sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.eo_sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.eo_sidebar a:hover {
    color: #f1f1f1;
}

.eo_sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#customerSide{
    transition: 0.5s;
    position: fixed;
    /*
    overflow-x: scroll;
    */
}

#locationSide{
    transition: 0.5s;
    position: fixed;
    /*
    overflow-x: scroll;
    */
}


#mainDiv {
    transition: margin-left .5s;
    padding: 16px;
}



#masterContainer{
    padding: 5px;
}

#eo_tab_buttons{
    background-color: #6FCCF0;
    border: none;
    overflow: hidden;
}
.eo_tab_button{
    border:none;
    background-color: transparent;
    color: black;
    float: left;
}
.eo_tab_button:hover{
    background: #335D6E;
    color: white;
}
.eo_tab_button_active{
    background: #335D6E;
    color: white;
}

.eo_tabs{
    display: none;
}
.eo_nested_tab{
    display: none;
}
.eo_body_nested_tab{
    display: none;
}



#eo_nested_tab_buttons{
    background-color: #6FCCF0;
    border: none;
    width: fit-content;
}

#eo_slider_buttons_vertical{
    background-color: #6FCCF0;
    float:left;
    width: fit-content;
    cursor: pointer;
    padding-left: 5px;
    padding-right: 5px;
}

/*Projects*/
/*IDs*/
#project-task-container{
    width: 100%;
    max-width: 100%;
    margin: unset;
}
#project_details{
    float: left;
    width: 10%;
}
#task_list{
    float: left;
    width: 80%;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    margin-left: 10%;
}
/*Classes*/
.eo_project_details_border{
    border-bottom: solid;
    padding-bottom: 1px;
}
/*Tasks*/
.task_details{
    float: left;
    width: 40%;
    display: none;
}
.task_table tr:nth-child(even) {
    background-color: #dddddd;
}


/*Tables*/
.eo-table{
    min-width: 50%;/*Consider Fill Available Webkit*/
    margin: 0 auto;
}
.eo-table-border-sides{

}
table#eo-table-border-top-bottom {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    border-right: none;
    border-left: none;
}
.tbody-zebra tbody:nth-child(even) {
    background-color: #dddddd;
}
th.eo-modal-table,
tr.eo-modal-table,
td.eo-modal-table{
    padding: 0 5px 0 5px;
    text-align: center;
}

.eo-tr-head{
    background-color: #dddddd;
}


/*Something*/
.tab-div{
    display: none;
}
.tab-div-active{
    display: block;
}

.c-profile-content{
    display: none;
}

/*Bootstrap ET override*/
.nav{
    padding: 0 !important;
}

.form-control-report{
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    /*font-size: 1rem;*/
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.row{
    margin-bottom: 10px;
}


/*Modal CSS*/
/*Custom Modal*/
.eo_modal{
    width: 100%;
    text-align: center;
    z-index: 1;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
    margin: auto;
}

.eo_loading_modal_container{
    width: 100%;
    text-align: center;
    z-index: 1;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
    /*margin-top: 3.7%;*/
}

.eo_loading_modal_spinner{
    margin: 0 auto;
    position: relative;
    top: 30%
}

.eo_loadingSpinnerModal{
    width: 100%;
    text-align: center;
    z-index: 1;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
    margin: auto;
}

.eo_modalTopMargin_bootstrap{
    margin-top: 90px;
    min-height: 500px;
    /*width: 1080px;*/
}

.modal_loading_spinner {
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1;
    /*height: 100%;*/
    position: fixed;
    left: 0;
    top: 0;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.2);
    margin: auto;
}
.modal-dialog{
    max-width: 90%;
    width: 90%;
    height: 90%;
}

.modal-content{
    height: 100%;
    overflow: auto;
    padding: 15px;
}

.modal-header{
    text-align: right;
}


.eo-routeMapModal .modal-dialog{
    height: 90%;
}
.eo-routeMapModal .modal-content{
    height: 90%;
}
.eo-routeMapModal .ng-scope{
    height: 90%;
}

/* Boostrap Ovverides*/
.collapse.in {
    display: table-cell;
}
.tab-content{
    position: relative;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.nav{
    list-style-type: none !important;
}
.pagination{
    list-style-type: none !important;
}
.dropdown-menu{
    list-style-type: none !important;
    padding-left: 0 !important;
}
.collapse.show{
    display: table-cell !important;
}

/*Gravity Forms*/
/*
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list colgroup col.gfield_list_col_odd {
    border: 1px solid red
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list tbody tr.gfield_list_row_odd {
    border: 1px solid red
}
*/
/*
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_list table.gfield_list tbody tr td.gfield_list_cell {
    border: 1px solid red
}
*/

/*Dynamic Form Module*/
#calledForm{
    padding: 15px 0 15px 0;
}
.eo-form-container{
    width: 100% !important;
}


/*Fake Table Look*/
.displayAsTable
{
    display:table;
}
.displayAsTR
{
    display:table-row;
}
.displayAsTD
{
    display:table-cell;
}


/*Alignments*/
.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}

/*Report Styles*/
#report-customerInfo{
    border: #000 2px solid;
    border-radius: 5px;
}
.eo-report-label{
    display: inline-block;
    width: 200px;
    text-align: left;
}
.eo-report-label-115{
    display: inline-block;
    width: 115px;
    text-align: left;
}
.eo-report-label-50{
    display: inline-block;
    width: 50px;
    text-align: left;
}
.eo-report-label-75{
    display: inline-block;
    width: 75px;
    text-align: left;
}
.eo-left-column{
    width: 50%;
    float: left;
}
.eo-right-column{
    width: 50%;
    float: left;
}


/*Table*/
#dashboardTicketList td, th{
    padding: 5px 10px !important;
    text-align: center;
    max-width: 10%;
}

/**/
.ticketSettings{
    width: 100%;
}
.ticketSettings tr{
    border-style: double;
}
.ticketTypeSettings{
    width: 100%;
}
.ticketTypeSettings tr{
    border-style: hidden;
}
.ticketTypeSettings td{
    width: 50%;
}


.sectionTitle{
    border-bottom: 1px solid #e9ecef;
}
