﻿.custom-validation-summary {
   text-align: center;
    margin: 0 0 15px;
}

.custom-validation-summary > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/*datatables*/
.dt-toolbar {
    display: block;
    /*padding: 6px 7px 1px;*/
    width: 100%;
    float: left;
    /*border-bottom: 1px solid #ccc;*/
    background: transparent;
}

.dt-toolbar-footer {
    background: #fafafa;
    font-size: 11px;
    overflow: hidden;
    padding: 5px 10px;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px #fff;
    -moz-box-shadow: inset 0 1px #fff;
    -ms-box-shadow: inset 0 1px #fff;
    box-shadow: inset 0 1px #fff
}

.dt-toolbar-footer>:first-child,
.dt-toolbar>:first-child {
    padding-left: 0!important
}

.dt-toolbar-footer>:last-child,
.dt-toolbar>:last-child {
    padding-right: 0!important
}

div.dataTables_info {
    padding-top: 9px;
    font-size: 13px;
    font-weight: 700;
    font-style: italic;
    color: #969696;
}

.display-inline-block,
.display-inline-block .dataTables_length {
	display: inline-block;
}

.all-child-div-float-right > div {
    float: right;
    margin-left: 15px;
}

div.dataTables_wrapper div.dataTables_filter label {
    float: right;
}

@media (min-width: 992px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 250px !important;
    } 
}

.site-info-alert {
    margin-bottom: 0;
}

/*****customized*****/

#generic-alert {
    position: fixed;
    z-index: 99999999;
    display: none;
    margin-left: 50%;
    top: 40%;
}
#generic-alert .callout {
    left: -50%;
    position: relative;
    -webkit-box-shadow: 0px 0px 11px 0px #BBB9B9;
    -ms-box-shadow: 0px 0px 11px 0px #BBB9B9;
    box-shadow: 0px 0px 11px 0px #BBB9B9;
}

/*timepicker*/
.bootstrap-timepicker-widget.dropdown-menu {
    left: 5%;
}

.lbl-margin-top {
    margin-top: 26px;
}

.lbl-margin-bottom {
    margin-bottom: 16px;
}

/**jquery validation**/
label.error {
    font-weight: 400 !important;
    color: #a94442;
}

#map { 
    height: 350px; 
}

.full-width {
    width: 100%;
}

ul.skin-theme-list li {
    float: left; 
    width: 33.33333%; 
    padding: 5px;
}

ul.skin-theme-list li a {
    display: block;
    box-shadow: 0 0 3px #000000;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}

.skin-template-header-right {
    display: block; 
    width: 80%; 
    float: left; 
    height: 7px;
}

.skin-template-header-left {
    display: block; 
    width: 20%; 
    float: left; 
    height: 7px;
}

.skin-template-body {
    display: block; 
    width: 80%; 
    float: left; 
    height: 20px; 
    background: #f4f5f7;
}

.skin-template-body-left {
   display: block; 
   width: 20%; 
   float: left; 
   height: 20px;
}

.skin-template-body-left .light {
    background: #f9fafc;
}
.skin-template-body-left .dark {
    background: #222d32;
}

/*************** CUSTOMS BACKGROUND COLORS************/
.bg-whiteLight {
    background-color: #fefefe !important;
}

.bg-color-blue {
    background-color: #57889c!important
}

.bg-color-blueLight {
    background-color: #92a2a8!important
}

.bg-color-blueDark {
    background-color: #4c4f53!important
}

.bg-color-green {
    background-color: #356e35!important
}

.bg-color-greenLight {
    background-color: #71843f!important
}

.bg-color-greenDark {
    background-color: #496949!important
}

.bg-color-red {
    background-color: #a90329!important
}

.bg-color-yellow {
    background-color: #b09b5b!important
}

.bg-color-orange {
    background-color: #c79121!important
}

.bg-color-orangeDark {
    background-color: #a57225!important
}

.bg-color-pink {
    background-color: #ac5287!important
}

.bg-color-pinkDark {
    background-color: #a8829f!important
}

.bg-color-purple {
    background-color: #6e587a!important
}

.bg-color-darken {
    background-color: #404040!important
}

.bg-color-lighten {
    background-color: #d5e7ec!important
}

.bg-color-white {
    background-color: #fff!important
}

.bg-color-grayDark {
    background-color: #525252!important
}

.bg-color-magenta {
    background-color: #6e3671!important
}

.bg-color-teal {
    background-color: #568a89!important
}

.bg-color-redLight {
    background-color: #a65858!important
}

.form-group.has-error .input-group-addon,
.form-group.has-error .select2-selection,
.form-group.has-error .input-group-btn {
    border-color: #dd4b39;
}


.btn-icon-split {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-appearance: none;
}

.action-button {
    -webkit-appearance: none;
}

.btn-icon-split .icon {
    background: #000000;
    background: rgba(0, 0, 0, 0.15);
    display: inline-block;
    padding: 0.375rem 0.75rem;
}

.btn-icon-split .icon:first-child {
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.btn-icon-split .text {
    width: 100%;
    display: inline-block;
    padding: 0.375rem 0.75rem;
    white-space: nowrap;
}

.btn-icon-split.btn-sm .icon, .btn-group-sm > .btn-icon-split.btn .icon {
    padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-sm .text, .btn-group-sm > .btn-icon-split.btn .text {
    padding: 0.25rem 0.5rem;
}

.btn-icon-split.btn-lg .icon, .btn-group-lg > .btn-icon-split.btn .icon {
    padding: 0.5rem 1rem;
}

.btn-icon-split.btn-lg .text, .btn-group-lg > .btn-icon-split.btn .text {
    padding: 0.5rem 1rem;
}

@media only screen and (max-width: 768px) {
    .btn-icon-split {
        padding: 0 !important;
    }

    .card-header .btn-icon-split .text span:last-child {
        display: none;
    }
}

/*#endregion*/

.input-group-btn:not([style*="display: none"]):last-child > .btn {
    border-radius: 0 3px 3px 0 !important;
}

.btn-label {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    height: 100%;
    background: rgba(0,0,0,0.15);
    border-radius: 2px 0 0 2px;
}

.btn-labeled.two-icon > .btn-label:not(:last-of-type) {
    margin-right: 5px;
}

.btn-labeled.two-icon > .btn-label:last-of-type {
    margin-left: 5px;
}

.btn-labeled:not(.two-icon) > .btn-label:last-of-type {
    margin-right: 5px;
}

.btn-text {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
}

.btn-label-site {
    position: relative;
   
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 2px 0 0 2px;
}

.btn-label-small {
    position: relative;
    
    display: inline-block;
    padding: 2px 5px;
    background: rgba(0,0,0,0.15);
    border-radius: 2px 0 0 2px;
}

.btn-label-large {
    position: relative;
    
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0,0,0,0.15);
    border-radius: 2px 0 0 2px;
}

.btn-labeled {
    padding-left: 0 !important;
    padding-top: 0;
    padding-bottom: 0;
}

.btn-labeled.two-icon {
    padding-right: 0 !important;
}

.siteLabel {
    margin-bottom: 10px;
}

.client-header {
    position: fixed;
    padding: 15px 25px;
    margin-left: 25px;
    border-radius: 10px;
    font-weight: 900;
}

.area-label {
    font-size: 30px;
    font-weight: 900;
    vertical-align: middle;
}

.site-id-label {
    background-color: white;
    padding: 10px;
    border-radius: 10px;
    font-size: 20px;
    font-weight: 900;
    box-shadow: 0 2px 9px #efeded;
    vertical-align: middle;
    margin-right: 10px;
}

.site-id-label .fa {
    margin-right: 10px;
}

.site-name-wrapper {
    padding: 10px;
    font-size: 25px;
    font-weight: 900;
    vertical-align: middle;
}

.site-name-text {
    padding-right: 10px;
    border-right: 2px solid #bbbbbb;
}

.site-license-label {
    padding: 10px;
    font-size: 20px;
    vertical-align: middle;
}

.header-count {
    text-align: center;
    padding: 5px;
}

.providerDestination {
    float: unset !important;
}

.help-block {
    color: crimson;
}

/*******Start Responsive Datatables***********/
.table-length .dataTables_length label {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
/*******End Responsive Datatables***********/