/*All Resolutions*/


.insetdiv{
    border: solid 1px green;
}
.btn{
    -webkit-box-shadow: 0 4px 6px -6px black;
	   -moz-box-shadow: 0 4px 6px -6px black;
	        box-shadow: 0 4px 6px -6px black;
			margin-bottom:5px;
}
a {cursor: pointer;}
.but-flo-cen{
    float: none;
}
.but-flo-rig{
    float: right;
}
body{
    background: #F1F1F1;
}
.container{
    padding-right: 5px;
    padding-left:5px;
}
.content-container, .content-container-navless{
    border: solid 1px #e7e7e7;
    border-top: 0px;
    padding: 1em;
    margin-bottom:1em
}
.in-content-container{
    width: 50%;
    white-space: initial;
}
.text-size-xs{
    font-size: 1em; 
}
.text-size-s{
    font-size:1.25em;
}
.text-size-m{
    font-size: 1.5em;
}
.text-size-l{
    font-size: 1.75em;
}
.text-size-xl{
    font-size: 2em;
}
.text-size-xxl{
    font-size: 2.25em;
}
.content-container-navless{
    border-top: 1px solid #e7e7e7;
}
.color-green{
    color:#33D93E !important;
}
.color-orange{
    color: #FF7100 !important;
}
.color-red{
    color: #FF413C !important;
}
.navbar{
    margin-bottom:0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
     -webkit-box-shadow: 0 3px 6px -6px black;
	   -moz-box-shadow: 0 3px 6px -6px black;
	        box-shadow: 0 3px 6px -6px black;
}
.navbar-brand{
    padding: 0px;
    height:70px;
}
.navbar-brand > img{
    height: 100%;
    padding: 7px 30px;
    width: auto;
    padding-top: 1em;
}

.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  background-color: #F8F8F8;
}
.navbar-default .navbar-nav > li:hover, .navbar-default .navbar-nav > li:active{
    background-color: #F1F1F1;
    color: white;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
    background-color:#39BFF0;
    color: white;
    text-shadow: 0px 1px 0px  #666, 0px 1px 1px #666;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
     background-color:#39BFF0;
    color: white;
    text-shadow: 0px 1px 0px  #666, 0px 1px 1px #666;
}

.dropdown-menu > li > a{
    cursor: pointer; cursor:hand;
}
.dropdown-btn-width{
    width:270px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}
.input-group-addon{
    background: #F8F8F8;
    color: #444444;  
}

.input-group .help-block{
  width:100%!important;
}

label.glyphicon{
    top:0px;
}

label.input-group-addon.tavios-input-group-addon{
    height: 34px;
    border:  1px solid #ccc;
    border-radius:  4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-border-radius-bottomright: 0px;
    -moz-border-top-right-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    width:1px;
}
 
.root-container{
    width: 100%;
    height: 100%;
    background: #F1F1F1;
}
.tavios_pic_main{
    width: auto;
    height: auto;
    padding-bottom: 1em;
}
.float-bottom{
    vertical-align: bottom;
}

.standard-button{
    background:#61CBF4;
    color: white;
}

.standard-button:hover, .standard-button:focus{
    background:  #61CBF4;
    color: white;
}
.standard-button.btn-danger, .standard-button:hover.btn-danger{
    background:#ac2925;
}
.btn-danger:hover{
    
}

.standard-button:active, .green-button:active, .red-button:active{
    text-shadow: 0px 0px 0px  #666, 0px 1px 1px #666;
}

.green-button{
    background: #33D93E;
    color: white;
}
.green-button:hover, .green-button:focus{
    background: #56E35F;
    color: white;
}

.red-button{
    background:#FF413C;
    color: white;
}
.red-button:hover, .red-button:focus{
    background: #FF6460;
    color: white;
}
.orange-button{
    background:#FF7100;
    color: white;
}
.orange-button:hover, .orange-button:focus{
    background: #FF9139;
    color: white;
}

.padding-text-bottom{
    padding-bottom: 0.8em;
}
.padding-text-top-medium{
    padding-top: 0.8em;
}
.padding-text{
    padding-top: 0.8em;
    padding-bottom: 0.8em;
}

.padding-text-top{
    padding-top: 0.8em;
}
.resource-item{
    width: 100%;
}
.resource-table, .datpicker-info-table{
    display: table;
    width:100%;
}

.resource-column, .datepicker-info-colum{
    display: table-cell;
    vertical-align: middle;
    padding-left:0.5em;
}

.display-table, .info-table{
    display: table;
    table-layout: fixed;
}
.info-table{
    width:60%;
    margin-left: 2.2em;
}

.display-cell{
    display: table-cell;
    vertical-align: middle;
    float: none;
}
.margin-small{
    margin: 0.2em;
}
.margin-medium{
    margin: 0.7em;
}
.margin-large{
    margin: 1.2em;
}
.margin-small-top{
    margin-top: 0.2em;
}
.margin-medium-top{
    margin-top: 0.7em;
}
.list-group{
    margin-bottom: 0.3em;
}
.list-group-item { 
    white-space: normal!important
    word-break: break-all;
    word-wrap: normal;
    -webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 2px 6px -6px black;
    cursor: pointer; cursor: hand; }


.list-group-item.disabled, .list-group-item.disabled:hover{
    background: rgba(255, 65, 60, 0.5);
    color:white;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text{
     color:white;
}
#appointmentItem.disabled, #appointmentItem.disabled .list-group-item-text{
    background:white;
    color:#555;
}
.list-group-item.sublink{
    	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 2px 6px -6px black;
    border-radius: 0px!important;
}
.uneditable.list-group-item{
    background:white;
    color:#555;
}
.uneditable:hover.list-group-item{
    background: white;
    cursor: inherit;
}

.sublink.list-group-item:hover, .sublink.list-group-item:focus{
    cursor: auto;
}
.header.list-group-item:hover, .header.list-group-item:focus{
    background:white;
    cursor:auto;
}

#dato .col-sm-6 {
    vertical-align: top;
}
#dato .table-condensed {
        font-size:1.2em;
        margin-bottom: 1em;
        margin-top: 1em;
}
#dato .cw {
    font-size: 1.5em;
}

 #dato .day, #dato .active {
    background-color: #33D93E;
    border: 2px solid #33D93E;
}

#dato .disabled {
    background-color: lightgray;
    border: 2px solid lightgray;
}

#dato .today, .datpick-today-info {
    background-color:#fff;
    border: 2px solid red;
    color: black;
}

#dato .active {
    border: 2px solid red;
}

#dato table { 
    border-spacing: 3px;
    border-collapse: separate;
}

#dato td {
    padding: 0.4em;
}
#dato thead{
    font-weight: lighter;
}
.dato-today-info, .dato-chosen-info, .dato-free-info{
    width:20px; 
    height:20px;
    border-radius: 0.2em;    
}

.dato-today-info{
    background: white;
    border: 2px solid red;
}

.dato-chosen-info{
    background: #33D93E;
    border: 2px solid red;
    color:white;
    padding:0.1em;
    
}

.dato-free-info{
    background: #33D93E;
}

#suggestioncol.col-sm-6{
    vertical-align: top;
}
.appsugblock{
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5em;
}
.appsugblock:last-child{
    border-bottom: none;
}
.alert{
    word-wrap: break-word;
}
.modal-header{
   background-color:#39BFF0;
}
.backgroundRed{
    background:#F72722;
}
.backgroundOrange{
    background: #FF7100;
}
.modal-header{
     -webkit-box-shadow: 0px 3px 6px -6px black;
	   -moz-box-shadow: 0px 3px 6px -6px black;
	        box-shadow: 0px 3px 6px -6px black;
}
.modal-title{
     color:white;
}
.modal-header .close{
    color:white;
    opacity:0.5;
}
.close:hover{
    opacity:1;
}
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.swal2-modal.swal2-show, .swal2-modal.swal2-hide{

    width:20em!important;
    min-height:12em!important;
    padding:10px !important;
}

.swal2-modal .swal2-title{
    font-size:1.2em;
}

.swal2-modal .swal2-buttonswrapper{
   margin-top:0px!important; 
}

.swal2-icon{
    margin: 0px auto 0px;
    transform:scale(0.6);
}
.swal2-animate-error-icon, .swal2-animate-info-icon, .swal2-animate-success-icon, .swal2-animate-warning-icon, .swal2-animate-question-icon{
    animation-duration: 0s;
}

#birthdate-choose .dropdown-btn.btn-danger{
    background:#F2DEDE;
    border-color:#A94442;
    color:#333333;
}

/*Under 768px Resolution*/

 @media screen and (max-width: 1200px){
     .info-table{
       width:68%  
     }
 }
 
  @media screen and (max-width: 992px){
     .info-table{
       width:89%  
     }
     .in-content-container{
      width:100%;   
     }

  }
  @media screen and (min-width: 767px){
    [class*="col-"]{
        float:none;
        display:inline-block;
        vertical-align:middle;
        margin-right:-4px;
        clear: left;
        padding-left:0px;
        padding-right:15px;
    }
    .img-responsive{
        max-width:50%;
    }
  } 
  
  @media screen and (max-width:768px) and (min-width:545px) {
  .navbar-right {
    float: right!important;
  }
  .navbar-collapse.collapse {
    display: block!important;
    height: auto!important;
    overflow: visible!important;
    border: none;
    margin-right: 15px;
  }
  .navbar-nav>li {
    float: left;
    margin: 5px 0;
  }
  .navbar-header {
    float: left
  }
  .navbar-toggle {
    display: none
  }

}


  @media screen and (max-width: 768px){
    .tavios_pic_main{
        width: 100%;   
    }
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand{
        padding: 5px;
    }
    .navbar-brand{
        padding: 20px;
        height:50px;
    }
    .navbar-brand > img{
        padding-top: 0px;
        margin-top:0.8em;
    }

    [class*="col-"]{
          padding-left:0px;
          padding-right:0px;
         display: anything!important;
    }
    
    .but-flo-cen{
        float: left;
    }
    .but-flo-rig{
        float: left;
    }
      
     .list-group-item  [class*="col-"]{
        float:none;
        display:inline-block;
        vertical-align:middle;
        margin-right:-4px;
        clear: left;
        padding-left:0px;
      }
    
    .resource-item{
        width: 100%;
    }
    
    #dato .table-condensed {

        font-size:1.2em;
        margin-bottom: 1.5em;
        margin-top: 1em;
        margin: -25px;
    }
    
    #dato .cw {
        font-size: 1.2em;
    }
    .info-table{
    width: 51%;
    margin-top: 1.2em;
    margin-right: 3.4em;
     }
     
     .img-responsive{
         width:60px;
         height:60px;
         text-align: center;
     }
   
}


.loading-image {

}

.loader-container {
    background:transparent;
    padding: 40px;
    border:none;
    position: absolute;
    top: 50%;
    left: 45%;
    z-index: 51;
    box-shadow: none;
}

.loader-background
{
    display:none;
    width:100%;
    height: 100%;
    position: fixed;
    
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:50;
    overflow: none;
}
.ember-google-maps-overlay, .tooltip2::after {
    position: absolute;
}
*, ::after, ::before {
    box-sizing: border-box;
}

.ember-google-map {
  width: 100%;
  height: 700px;
}

.tooltip-inner{
    background: rgba(16, 173, 233, 1);
    font-size: 1em;
    color:#fff;
    border-radius: 0.5em;
    -moz-box-shadow: 5px 5px 8px #CCC; -webkit-box-shadow: 5px 5px 8px #CCC; box-shadow: 5px 5px 8px #CCC; 
}
.tooltip.top .tooltip-arrow {
    border-top-color: rgba(16, 173, 233, 1) !important;
}
.tooltip.right .tooltip-arrow {
    border-right-color: rgba(16, 173, 233, 1) !important;
}

.bot10 { margin-bottom:13px; }


.row {
    margin-left: 0px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left:0px;
}
