body{
     overflow-y: hidden;
     padding: 0 !important;
     margin: 0 !important;
} 
/*body:after {
    content: url(pictures/blog/photo-1585314062340-f1a5a7c9328d.jfif);
    display: none;
}    */
#overlay_target{
    width: -webkit-fill-available;
    height: -webkit-fill-available;
    position: absolute;
    background: rgb(65, 65, 65);
    opacity: 0.8;
    z-index: 1039;
}
#overlay_target_text{
    /*color: #FFF;*/    
    text-shadow: #bbb 0 0 1px, #fff 0 -1px 2px, #fff 0 0px 2px, rgba(0,0,0,0.8) 0 30px 25px;
    font-size: 48px;
    font-variant: all-small-caps;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.anchor{
    cursor: pointer;
    color: #0028b8;
    text-decoration: underline;    
}    

input[type=checkbox], input[type=radio]{
    cursor: pointer;
/*    width: 28px;
    height: 28px;*/
}

.input-group input[type=checkbox], .input-group input[type=radio]{
/*    width: 30px;
    height: 30px;*/
    
}

::-webkit-scrollbar {height: 10px;width: 10px;}
/* Track */
::-webkit-scrollbar-track {  background: linear-gradient(#eee, #e6e6e6); border-radius: 5px;}
/* Handle */
::-webkit-scrollbar-thumb {  background: linear-gradient(#e6e6e6, #ccc);  border-radius: 5px;}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {  background: #555; }

p{
    margin-top: 0;
    margin-bottom: 0;    
}

.label{
    padding: .2em .6em .2em;
}
.row-no-padding{
    padding: 0 !important;
    margin: 0 !important;
}

.row-no-padding > [class*="col-"]{
    padding: 0 !important;
    margin: 0 !important;
}

.no-border{
    border: 0 !important;
}
/*#section_missions_active { overflow: hidden; }
#section_missions_active:hover { overflow: auto; }*/

.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg);}
    to { -webkit-transform: rotate(360deg);}
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg);}
    to { transform: scale(1) rotate(360deg);}
}

#main, #main>.row {
    height:100%;
}

#main>.row {
/*            overflow-y:scroll;*/
}

#section_map_canvas {
    width:100%;
    height:100vh;
    height:100dvh;
/*            position:absolute;*/
    right:0px;
    top:0;
    bottom:0;
    overflow:hidden;

}
.modal-backdrop.in {
    opacity: 0.6 !important;
}

#container_left {
    padding: 0 2px 0 0;
}

#container_right {
    padding: 0 0 0 2px;
}

#container_right, #container_left {
    background-color: #f2f5f9 !important;
    height:100%;
    font-size: 1.0em;
    /*padding: 4px;*/
/*    padding-left: 3px;*/
}

.on_not_mobile_create_alert {
    border-radius: 12px;
    margin: 0 2px;
}

.on_not_mobile_create_alert span{
   font-weight: 600;
   text-transform: uppercase;
}

.accordion .accordion-button{
    background-color: #f2f5f9 !important;
}

#container_left .section_div{
    height: calc(100vh - 56px);
    height: calc(100dvh - 56px);
}
#container_right .section_div{
    height: calc(100vh - 32px);
    height: calc(100dvh - 32px);
    /*height: 100vh;*/
}
.section_div{
    display: flex;
    flex-flow: column;
    width: 100%;
/*    overflow-x: hidden;*/
    overflow:auto;
    bottom: 0;
/*    background-color: #fff;*/
/*            margin-left: -20px;*/
}
.box-body, .box-body-no-header, .offcanvas-body{
    display: flex;
    flex-flow: column;
}
.box-body-no-header{
    height: 100vh;
    height: 100dvh;
}
.box-header{
    margin-bottom: 4px;
   /*flex: 0 1 auto;*/
}
.box-header .nav.nav-tabs{
    background-color: white;
    border-radius: 16px;
    border: none;    
}

.box-content{
   flex: 1 1 auto;
   overflow-y: auto;
}
/*.box-content table{
    background-color: white;
}*/

@media (max-width: 767px) {
    #container_left .section_div{
        height: calc(100vh - 56px);
        height: calc(100dvh - 56px);
    }    
    #container_right .section_div{
        /*padding-left: 14px;*/
    }
    #mission_create_events{/* .box-body*/
    }
    .box-body{
        height: calc(100vh - 112px);
        height: calc(100dvh - 112px);
    }
    .fc.fc-media-screen{
        font-size: 0.5em;
    }
}
@media (min-width: 768px) {
    .box-body{
        height: calc(100vh - 96px);/*96  88*/
        height: calc(100dvh - 96px);/*96  88*/
    }
/*    .box-body-no-header{
        height: calc(100dvh - 50px);
    }*/
}
.block_shadow_radius{
    background-color: #FFFFFF;
    border-radius: 12px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 16px;    
    width: 100%;
}
.pac-container {/*use 4 google address on modal form*/
   z-index: 1051 !important;
}
.datepicker {
   z-index: 1051 !important;
}
.cartridge {
    border:1px #d2d6de solid;
    /*border-radius:6px;*/
    padding:0px 4px 0px 4px;
    /*font-weight:bold;*/
    display: inline-block;
    margin: 0 2px;    
    /*background-color:#e6e6e6;*/
}

.comment_call_manager{
    color: rgb(198, 40, 40);
    border-color: rgb(255, 179, 0);
    float: right;
    display: flex;
}

#on_mobile_create_alert{display: none;}
#resident_create_alert{display: none;}


.ul_no_bullets{
    list-style-type:none;
    padding:0px;
    margin:0px;    
}
.text_effect_engraved_dark {
    /*text-shadow:#fff 0px 1px 0, #000 0 -1px 0;*/
    letter-spacing: -0.05em;
    font-size:1.0em; 
    /*font-weight:bold;*/ 
    color:#222d32;
    text-transform: uppercase;
}

.text_effect_engraved_light {
    text-shadow:#000 0px 1px 0, #fff 0 -1px 0;
    font-size:1em; 
    color:#fff;
}


.form-group-area{   
    background-color: #ffffff;
    border-radius: 16px;
    padding: 12px;
} 
@media (max-width: 767px) {
    .form-group-area{
        margin: 8px 2px;;
    }
}
@media (min-width: 768px) {
    .form-group-area{
        margin: 8px 2px;;
    }
}

@media (max-width: 767px) {
    .form-group{
        margin-bottom: 0.5rem!important;
    }
}
@media (min-width: 768px) {
    .form-group{
        margin-bottom: 1.0rem!important;
    }
}


#mission_comment .textarea_comment, #mission_comment .editors_textarea{
    height:40vh !important;
}

.textarea_comment, .editors_textarea{
    height:20vh; 
    width: 100%;
    font-size: 12pt;
    background-color: #fff;
}

textarea{
    resize: auto !important;
}
input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textArea{
    font-size:14px;
    /*box-shadow: 1px 1px 0px #999;*/
    border: 1px solid #eee;    
    /*border-radius: 3px;*/
    padding: 6px;    
}
.btn{
    /*white-space: nowrap; issue w persons_concerned */
    /*box-shadow: none;*/
    /*border-radius: 10px !important;*/
    max-width: 200px;
    line-height: 1.1;
}
@media (max-width: 767px) {
    .btn{
        font-size:12px;    
    }
    select{
        font-size:12px !important;    
    }
    input[type="text"], input[type="email"], input[type="password"], input[type="tel"], textArea{
        font-size:14px !important;    
    }
    .selectize-input .item{
        font-size:12px !important;
    }    
}
.label-info {
    color: #380877;
    font-variant: small-caps;
    font-size: 0.8em;
    font-weight: 600;
    line-height: 1.1em;
}
.ellipsis{
    display: flex !important;
    align-items: center;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.ui-autocomplete {
  position: absolute;
  /*font-size:1.2em;*/
  max-height: 200px; overflow-y: scroll; overflow-x: hidden;
  top: 100%;
  left: 0;
  z-index: 1054;
  float: left;
  display: none;
  min-width: 160px;
  /*_width: 160px;*/
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.ui-autocomplete .ui-state-focus {
    color: #000;
    background-color: #f5f5f5;
    cursor:pointer;
}  
li.ui-autocomplete {
/*    font-size:0.8em;*/
    line-height:80%;
    padding: 3px 0 3px 0;
}  

/*#img-load { 
  position:absolute; 
}*/

 
/*textarea {
    border: 1px solid #000;
}*/

[draggable] {
    user-select: none;
}

.print-only{
    display: none;
}
.full-circle {
    border-radius: 50%;
    text-align: center;
}
/*.full-circle span{
    vertical-align: -webkit-baseline-middle;
}*/

.chat_new_message{
    border-color: #80b5d3;
    border-width: 2px;
}
.btn_mobile_back {
    position: relative;
}
@media (max-width: 767px) {
    .btn_mobile_back {
        font-size: 12px;
    }
}

.btn_mobile_back::before,
.btn_mobile_back::after {
    content: '';
    position: absolute;
    top: -1px;
    right: -1px;
    border-color: transparent;
    border-style: solid;
}

.btn_mobile_back::before {
    border-width: 0.5em;
    border-right-color: #e7e7e7;
    border-top-color: #e7e7e7;
}

.btn_mobile_back::after {
    border-radius: 0 0.5em 0 0;
    border-width: 0.6em;
    border-right-color: #414141;
    border-top-color: #414141;
}

.btn_mobile_back:hover::after {
    border-right-color: #ce4233;
    border-top-color: #ce4233;
}

.no-bullets , .nobull{
    list-style-type: none;
    margin: 0;
    padding: 0;    
}
.mandatory, .mandatory_default{
    color:red;
    margin-left: 4px;
    font-size: 0.8em;
/*    font-weight: bold;
    font-size: 20px;*/
    /*vertical-align: middle;*/
}

.tab-pane > .box-body {padding-top: 16px;}

.page_header_title{
    font-weight: 600;
    font-variant: small-caps;
    line-height: 1.0em;
    display: inline-block;
    /*white-space: nowrap;*/
}
@media (max-width: 767px) {
    .page_header_title{
        font-size:10pt;
    }
}
@media (min-width: 768px) {
    .page_header_title{
        font-size:12pt;
    }
}

.ph_commands{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;    
}
.commands_header{
    display: inline-flex;
/*    display: flex;
    flex-direction: row-reverse;    */
}

.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    /*background-color: #CCC;*/
    z-index: 10001;
    display:none;
    
    /*display: block;*/
    border-radius: 16px;
    border: 1px solid #ddd;
    width: 32px;
    height: 32px;
    line-height: 32px;
    /*z-index: 5;*/
    /*top: 180px;*/
    /*left: 150px;*/
    vertical-align: middle;
    text-align: center;
    position: fixed;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.35);
    background-color: #fff;
    color: #1e6001 !important;    
}

.back-to-top > i {
    left: 0;
    top: 0;
    position: absolute;    
}

.button_3d { 
    text-decoration: none; 
    border: none; 
    padding: 8px 24px; 
    font-size: 16px; 
    /*background-color: green;*/ 
    color: #01618c; 
    border-radius: 5px; 
    box-shadow: 7px 6px 28px 1px rgba(0, 0, 0, 0.24); 
    cursor: pointer; 
    outline: none; 
    transition: 0.2s all; 
} 
        
.button_3d:hover { 
    transform: scale(0.98); 
    /* Scaling button to 0.98 to its original size */ 
    box-shadow: 3px 2px 22px 1px rgba(0, 0, 0, 0.24); 
    /* Lowering the shadow */ 
} 
        
.highlight_text{
    background-color:#ffff00;
    color:#000;
}

.flex-wrap-center-column{
    display: flex;
    align-content: center;
    flex-wrap: wrap;    
    justify-content: center;
    flex-direction: column;
}

.flex-wrap-start-column{
    display: flex;
    align-content: flex-start;
    flex-wrap: wrap;    
    justify-content: center;
    flex-direction: column;
}

.selectize-dropdown-content .option{
    white-space: nowrap;
}

@media (min-width: 768px) {
  .hidden-lg, lg-hidden {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs, .xs-hidden {
    display: none !important;
  }
}

/*#offcanvas_assistant_list{
    background-color: #fff;    
}*/

#offcanvas_right > .offcanvas-body{
    background-color: #f2f5f9;
    margin: 0 8px;
    border-radius: 16px;    
}
/*
#offcanvas_right_title {
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    padding: 0 12px;
    max-width: 256px;
}
#offcanvas_right_header {
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    padding: 0 12px;
    max-width: 256px;
}
#offcanvas_right_body {
    font-size: 14px;
    overflow-x: hidden;
    overflow-y: auto;
    display: block;
    padding: 0 12px;
    max-width: 256px;
}
*/

table > tbody > tr.selected {
    background-color: #ececec;
}

.hidden-child,
table > tbody > tr .hidden-child{
    cursor:pointer;
    font-size:16px;
    color: #999;
    visibility: hidden;
    opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;    
}


.parent-hidden-child:hover .hidden-child,
table > tbody > tr:hover .hidden-child {
    visibility: visible;
    opacity:1;
}

.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}