/* GENERAL */
/* overrides */
.container {
    max-width:100%!important;
}
.navbar {
    padding-left:0px;
    padding-right:0px;
}
.card-header {
    background-color: unset;
    padding:0px;
    border-bottom:0px solid transparent;
}
.card-header .btn-link {
    color:#333;
    font-weight:bold;
    text-align: center;
    width:100%;
    font-size:20px;
    text-decoration: none!important;
}
.card-header .btn-link.btn-link-opened {
    text-align: left;
    font-size:12px;
}
.encompass_collapse_toggler{
    font-size:20px;
    position: absolute;
    right: 15px;
    top: 15px;
}
#menu_logout:hover{
    cursor: pointer;
    text-decoration: underline;
}
#menu_legal:hover{
    cursor: pointer;
    text-decoration: underline;
}
#menu_user_guide{
    color: #333 !important;
}
#menu_user_guide:hover{
    cursor: pointer;
    text-decoration: underline;
}
*:focus, * {
    outline:none!important;
}
.owl-carousel .owl-item img {
    width:auto!important;
}
/* end overrides */

.enc_animated {
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.enc_animated_fast {
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}
.display_none {
    display:none;
}
.display_none_forced {
    display:none!important;
}
.visibility_hidden {
    visibility: hidden;!important;
}
.float_right {
    float:right;
}
.float_left {
    float:left;
}
.talign_right {
    text-align: right;
}
.talign_left {
    text-align: left;
}
.talign_center {
    text-align: center;
}
.p_0px {
    padding:0px;
}
.pb_0px {
    padding-bottom:0px;
}
.pl_30px {
    padding-left:30px;
}
.plr_0px {
    padding-left:0px;
    padding-right:0px;
}
.plr_10px_forced {
    padding-left:10px!important;
    padding-right:10px!important;
}
.plr_30px_forced {
    padding-left:30px!important;
    padding-right:30px!important;
}
.mt_30px {
    margin-top:30px;
}
.mt_40px {
    margin-top:40px;
}
.mb_30px {
    margin-bottom:30px;
}
.mb_15px {
    margin-bottom:15px;
}
.fsize_10 {
    font-size:10px;
}
.fsize_12 {
    font-size:12px;
}
.fsize_14 {
    font-size:14px;
}
.fsize_20 {
    font-size:20px;
}
.fsize_45 {
    font-size:45px;
}
.bold {
    font-weight:bold;
}
.w-90 {
    width:90%;
}
.w-95 {
    width:95%;
}
.w-110 {
    width:110%;
}
.mw-110 {
    max-width:110%;
}
.mw-100vw {
    max-width:100vw;
}
.w-135px {
    width:135px;
}
.w-50px {
    width:50px;
}
.btn_clean {
    border:0px solid transparent;
    background:transparent;
}
.content_container_wrapper {
    padding:0px 50px;
}
/* END GENERAL */
/* ENCOMPASS */
.encompass_main_container {
    width:100%;
    max-width:2000px!important;
    margin-left:auto;
    margin-right:auto;
}
#encompas_header_wrap {
    /*position: fixed;*/
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    z-index: 9999;
    /*overflow: hidden;*/
}
.content_container_wrapper {
    padding-top:100px;
}
#encompass_container{
    min-height:100vh;
    background-color: #c3d6ea;
    position: relative;
    overflow: hidden;
}
.btn_encompass {
    color:white;
    border:1px solid #d8e2ec;
    background: #5f6b76;
    padding:5px 15px;
    border-radius: 5px;
    text-align: center;
}
.btn_encompass:hover {
    color:#777;
    border:1px solid #5f6b76;
    background: #d8e2ec;
    text-decoration: none;
}
.backcolor_encompass_light {
	background-color: #c3d6ea;
}
.backcolor_encompass_light2 {
	background-color: #adc3d9;
}
.backcolor_encompass_semi {
	background-color: #a3b7cc;
}
.backcolor_encompass_normal {
	background-color: #90a4b8;
}
.backcolor_encompass_normal_opac {
	background-color: rgba(144, 164, 184,0.6);
}
.backcolor_encompass_dark {
	background-color: #5f6b76;
}
.color_darkgray {
    color:#333;
}
.color_itemdisabled {
    color:#7a8999;
}
.enc_title {
     font-size:24px;
     text-align: center;
     padding:20px;
 }

.enc_title2 {
    font-size:24px;
    text-align: center;
}


/* login */
.enc_login_logo {
    width:100%;
    max-width:500px;
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:70px;
    margin-top: 60px;
}
/* end login */

/* groups */
.encompass_group p {
    margin-bottom:0px;
}
.encompass_group i {
    margin-bottom:15px;
}
.encompass_group * {
    color:#333;
}
/* end groups */

/* detectors */
.enc_detector_right_label,
.enc_detector_right_text {
    font-size:15px;
    font-weight: bold;
}
.enc_detector_big_text{
    font-size:24px;
}
.enc_detector_right_label {
    color:#565555;
}
.enc_detector_right_facilityname {
    text-decoration:underline;
}
.enc_detector_right_facilityname ,
.enc_detector_right_time,
.enc_detector_right_alarmpos,
.enc_detector_right_itemlocated{
    margin-bottom:20px;
}
.detector_image{
    max-height: 200px;
    width: auto;
    max-width: 100%;
    margin-bottom:20px;
}
/* end detectors */

/* piechart */
.legend i span {
    padding-left:7px;
}
.enc_detector_right_piechartlegend i span {
    color:#333;
}
.enc_detector_right_piechartlegend i {
    display:block;
    font-size:16px;
    margin-bottom:7px;
    text-align: left;
    margin-left:20px;
}
/* end piechart */

/* wheelpicker */
.wheelFiniteWrapperX {
    position:relative;
}
.wheelCalendar_btn_bottom,
.wheelCalendar_btn_top {
    background:transparent;
    border:0px solid transparent;
}
.wheelCalendar_btn_top {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translate(0px,-25px);
}
.wheelCalendar_btn_bottom {
    position: absolute;
    top: 50%;
    left: -45px;
    transform: translate(0px,25px);
}
.wheelDateText {
    /*background:transparent;
    border:0px solid transparent;
    text-align: center;*/
    width: 24px;
    height: 24px;
    position: absolute;
    top: 7px;
    left: 15px;
    visibility: hidden;
}
.wheelFiniteDate {
    text-decoration: underline;
    font-weight: bold;
    position:relative;
}
.wheelCalendar img {
     width:24px;
 }
.wheelCalendar {
    position:absolute;
    top: 0px;
    left: 15px;
    z-index: 1;
    background:transparent;
    border:0px solid transparent;
}
.wheelCalendarText {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 10px;
    left: 6px;
    text-align: center;
    font-size: 8px;
}
.wheelCalendarGlobal img {
    width:24px;
}
.wheelCalendarGlobal {
    top: 0px;
    left: 15px;
    z-index: 1;
    background:transparent;
    border:0px solid transparent;
}
.wheelCalendarTextGlobal {
    display: none;
    width: 24px;
    height: 24px;
    margin-left: -16px;
    text-align: center;
    font-size: 8px;
}
.enc_wheel_item {
    font-size:15px;
    color:#333;
    text-shadow: none!important;
}
.enc_wheel_item_content{
    width:auto;
    background: #c3d6ea;
    display: inline-block;
    padding-left:10px;
    padding-right:10px;
}
.enc_wheel_item_type0 {
    background-image: url(../../images/wheel_line.png);
    background-position: center;
    background-repeat: repeat-x;
}
.enc_wheel_item_type1 {
    background: #f9766e;
}
.enc_wheel_item_type2 {
    background: #f9dc6d;
}
.enc_wheel_item_type1 .enc_wheel_item_content{
    background: #f9766e;
}
.enc_wheel_item_type2 .enc_wheel_item_content{
    background: #f9dc6d;
}
.dwbg,
.dwc.dwsc,
.dwwc.dwrc > table,
.dwwo{
    width: 100%;
    max-width:100%!important;
}
.dw.dwbg.dwi {
    padding-right:15px;
}
.dwbg,
.dwwc.dwrc,
.dwwl,
.dww.dwrc/*,
.dwwo*/{
    background:transparent!important;
}
.dwwo {
    /*background:-webkit-gradient(linear,left bottom,left top,from(rgba(163,183,204,0.5)),color-stop(0.52, rgba(163,183,204,0)),color-stop(0.48, rgba(163,183,204,0)),to(rgba(163,183,204,0.5)))!important;*/
    /*background:-webkit-gradient(linear,left bottom,left top,from(rgba(195, 214, 234,0.5)),color-stop(0.52, rgba(195, 214, 234,0)),color-stop(0.48, rgba(195, 214, 234,0)),to(rgba(195, 214, 234,0.5)))!important;*/
    background:-webkit-gradient(linear,left bottom,left top,from(rgba(195, 214, 234,0.8)),color-stop(0.52, rgba(195, 214, 234,0)),color-stop(0.48, rgba(195, 214, 234,0)),to(rgba(195, 214, 234,0.8)))!important;
    /*display:none;*/
    /*pointer-events: none;*/
}
.dwwol {
    border-top: 1px solid #888888!important;
    border-bottom: 1px solid #888888!important;
    border-top: 0px solid transparent!important;
    border-bottom: 0px solid transparent!important;
}
.ui-loader.ui-corner-all.ui-body-a.ui-loader-default {
    display:none;
}
/* end wheelpicker */

/* header */
#encompas_header {
    color:#5f6b76;
    text-align: center;
    font-size:18px;
    padding-top:5px;
    padding-bottom:5px;
    font-weight:bold;
}

.sticky{
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

.menuNormal{
    /*position: fixed;*/
    background-color: #A3B7CC;
    width: 100%;
    z-index: 100;
    padding-bottom: 12px;
}

#btn_encompas_header_menu img, #btn_encompas_header_info img, #btn_encompas_header_menu_fake img {
    width:70%;
}
#btn_encompas_header_menu, #btn_encompas_header_info, #btn_encompas_header_menu_fake {
    width:74px;
    height:74px;
    border:0px solid transparent;
    top:0px;
}
#btn_encompas_header_menu {
    right:0px;
    bottom:0px;
    border-radius: 0px 0px 33px 0px;
}
#btn_encompas_header_menu_fake {
    position:absolute;
    left:0px;
    border-radius: 0px 0px 33px 0px;
}
#btn_encompas_header_info {
    z-index: 2;
    position:absolute;
    right:0px;
    border-radius: 0px 0px 0px 33px;
}
#encompass_header_menu {
    display: inline-block;
    position:absolute;
    left:-100%;
    top:-100%;
    border-radius: 0px 0px 33px 0px;
    z-index: 9999;
}
#encompass_header_menu_btncontainer {
    height: 74px;
    width: 100%; 
    position:relative;
    text-align: right;
    border-radius: 0px 0px 33px 0px;
}
.encompass_header_menu_item:first-child {
    margin-top: 20px;
}
.encompass_header_menu_item {
    padding:5px 75px 5px 25px;
}
/* end header */

/* footer */
.enc_menufoot_noitem {
    text-align:center;
}
.accordion>.card {
    overflow: visible;
}
.menufooter_img_topleft{
    position: absolute;
    top: -1px;
    left: -1px;
}
.menufooter_img_topright{
    position: absolute;
    top: -1px;
    right: -1px;
}
#accordionFooter .card,
.accordion_container {
    border-radius: 20px 20px 0px 0px;
}
#btn_detectores_prev, #btn_facilities_prev, #btn_groups_prev {
    position:absolute;
    top:50%;
    left:15px;
}
#btn_detectores_next, #btn_facilities_next, #btn_groups_next {
    position:absolute;
    top:50%;
    right:15px;
}
.card-header h2 {
    height:46px!important;
}
.card-header  {
    padding-left: 10px;
}
/* end footer */

.enc_facility_entry {
    border:1px solid white;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius:20px;
    padding:20px 0px;
    margin-bottom: 30px;
   /* -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;      */
}
.enc_facility_hospital_img {
    width: 50px;
}
.enc_facility_entry_img {
    width: auto;
    max-height: 60px;
    max-width: 100%;
}
.enc_footer_detector_img {
    width: auto;
    max-height: 60px;
    max-width: 100%;
}
.enc_facility_entry {
    text-align: center;
}
.enc_facility_equals, .enc_facility_howmuch {
    font-size:35px;
    font-weight:bold;
}
.enc_hospital_slide img {
    max-width:60px;
    display:inline-block!important;
}
.owl-carousel .owl-item img.display_none {
    display:none!important;
}
.enc_img_halo {
    background-image: url(../../images/ico_halo.png);
    background-size: cover;
    background-position: center;
    width: auto;
    display: inline-block;
}
.enc_img_solo {
    background-image: url(../../images/ico_solo.png);
    background-size: cover;
    background-position: center;
    width: auto;
    display: inline-block;
}
.enc_cardtitle_subtext {
    font-size: 12px;
}
.collapsed .enc_cardtitle_subtext {
    display: inline-block;
}
.btn_detector{
    padding:0px;
}
/* END ENCOMPASS */

/* DATEPICKER OVERRIDE */
.xdsoft_datetimepicker,
.xdsoft_month,
.xdsoft_year{
    background: #90a4b8;
    background-color: #90a4b8!important;
}
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
    background: #c3d6ea;
}
/* END DATEPICKER OVERRIDE */

/* DATERANGEPICKER */
.custom-swal-class{
    background-color: #aac1d6 !important;
}
.custom-swal-class input, .custom-swal-class select {
    width: 55%;
    height: 40px !important;
    padding: 12px 20px;
    margin: 8px 0px 2px 0px;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.custom-swal-class-white{
    background-color: white !important;
}
.custom-swal-class-white input, .custom-swal-class-white select {
    width: 55%;
    height: 40px !important;
    padding: 12px 20px;
    margin: 8px 0px 2px 0px;
    display: inline-block;
    border: 1px solid white;
    border-radius: 4px;
}
/* DATERANGEPICKER */

.mrIconsFooter{
    margin-right: 15px;
}

.selectAll{
    margin-top: -4px;
    margin-left: 5px;
    float: right;
    font-size: 14px;
}

.divSelectAll{
    margin-top: 20px;
    margin-right: 70px;
}

.detectorColors{
    width: 100%;
    font-size: 13px;
    padding-bottom: 7px;
    margin-bottom: 8px;
}

.detectorActions{
    margin-left: 0px !important;
    margin-right: 0px !important;
    background-color: #A3B7CC;
    font-size: 17px;
    height: 35px;
}

.entriesColor {
    margin-top: 5px;
    margin-left: 10px;
    width: 13px;
    height: 13px;
    border: 1.6px solid #333;
    background: #C3D6EA;
}

.alarmsColor {
    margin-top: 5px;
    margin-left: 10px;
    width: 13px;
    height: 13px;
    border: 1.6px solid #333;
    background: #f9dc6d;
}

.incidentsColor {
    margin-top: 5px;
    margin-left: 10px;
    width: 13px;
    height: 13px;
    border: 1.6px solid #333;
    background: #f9766e;
}

.mauto{
    justify-content:center;
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.exportSelectedItems{
    font-size: 15px;
    margin-top: 6px;
    margin-bottom: 0px;
}

.buttonExport{
    border: 1px solid #333;
    border-radius: 128px 128px 128px 128px;
    -moz-border-radius: 128px 128px 128px 128px;
    -webkit-border-radius: 128px 128px 128px 128px;
    background: transparent;
}

.calendarDetectors{
    font-size: 15px;
    text-decoration: underline;
    margin-left: 8px;
    margin-top: 8px;
}

.fs24{
    font-size: 24px;
}

.noEntriesText{
    padding: 20%;
    font-size: 15px;
    font-weight: bold;
}

.padding-fixed-header{
    padding-top: 150px;
}

.swal2-popup{
    margin-top: 10%;
}

.wImgsLegal{
    width: 160px;
}

.dateDetectorHeader{
    width: 40%;
}

.detectorDetectorHeader{
    width: 20%;
}

.exportDetectorHeader{
    width: 40%;
}

.bodyRecoveryPassword{
    background: #C3D6EA;
}

.enc_detector_right_notes{
    padding-left: 5px;
    padding-right: 5px;
}

/* QUERIES */
@media (min-width: 576px) { }

@media (min-width: 631px) {
    .dateDetectorHeader{
        width: 40%;
    }

    .detectorDetectorHeader{
        width: 20%;
    }

    .exportDetectorHeader{
        width: 31%;
    }
}

@media (max-width: 630px) {

    .dateDetectorHeader{
        width: 50%;
    }

    .detectorDetectorHeader{
        width: 2%;
    }

    .dateDetectorHeader .wheelDateText{
        display: none !important;
    }

    .dateDetectorHeader .calendarDetectors{
        display: none !important;
    }
    .exportDetectorHeader{
        width: 45% !important;
    }
}

@media (min-width: 1200px) {
    .xdsoft_datetimepicker{
        left: 20.5% !important;
        /*top: 80px !important;*/
    }
}

@media (max-width: 1199px) {

    .xdsoft_datetimepicker{
        left: 10% !important;
        /*top: 80px !important;*/
    }
}

@media (max-width: 575.98px) { }

@media (max-width: 767.98px) {
    .btn_encompass {
        width:100%;
    }
    .encdetector_row2_col1,
    .encdetector_row2_col2,
    .encdetector_row2_col3 {
        margin-top:0px!important;
    }
    .encdetector_row2_col3{
        margin-bottom:40px!important;
    }
}

@media (max-width: 991.98px) { }

@media (max-width: 1199.98px) { }


@media (max-width: 575.98px) { }

@media (min-width: 576px) and (max-width: 767.98px) { }

@media (min-width: 768px) and (max-width: 991.98px) { }

@media (min-width: 992px) and (max-width: 1199.98px) { }

@media (min-width: 992px) and (max-width: 1299.98px) {
    .enc_facility_equals , .enc_facility_howmuch {
        padding-left:0px;
        padding-right:0px;
    }
    .enc_facility_halosoloimg {
        /*padding-left:0px;*/
        padding-right:0px;
    }
}

@media (min-width: 1200px) { }
/* END QUERIES */