﻿
@import url('RobotoFont.css');
body {
    font-size: 15px !important;
    font-family: 'Roboto', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {

}

.font-size-10px {
    font-size: 10px !important;
}

.font-size-12px tr td {
    font-size: 12px;
}

.font-size-16px{
    font-size:16px !important;
}

.padding-left-right-0px{
    padding-left:0px !important;
    padding-right:0px !important;
}
.padding-right-10px{
    margin-right:10px;
}

.btn-theme-color-2 {
    /*background-color: #038959 !important;*/
    border-radius:0px !important;  
}

table .btn-theme-color-2 {
    border-radius: 0px !important;
}

.input-group-btn btn{
    background-color:#979797 !important;
}

.input-group-btn btn:hover {
    background-color: #038959 !important;
}

th, td{
    vertical-align:middle !important;
}

.cursor-pointer{
    cursor:pointer !important;
}

.number{
    text-align:right !important;
}


#contentLoadingArea{
    /*max-height:350px;*/
}


.margin-top-10px {
    margin-top: 10px;
}

.margin-top-15px {
    margin-top: 15px;
}


.margin-top-20px{
    margin-top:20px;
}

#contentLoadingArea {
    padding-left:30px;
    /*padding-left: 50px;
    padding-right: 50px;*/
}


.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
    padding: 0 10px;
}

.the-fieldset {
    border: 1px solid #bebebe;
    padding: 20px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.full-width-100perc{
    width:100% !important;
}

.full-width-200perc{
    width:200% !important;
}

.model-popup-close-btn {
    float: right;
    margin-top: -40px;
    margin-right: -40px;
    background-color: #fff;
    border-radius: 50px;
    padding: 4px;
    cursor: pointer;
}

.model-popup-close-btn img{
    width:28px !important;
}

.model-popup-title{
    /*padding-bottom:20px;*/
    font-weight:bold;
}
.model-popup-title h4 {
    border-bottom: 1px solid #979797;
    padding-bottom:10px;
    font-weight:bold;
}

.model-popup-title img {
    width:40px !important;
}

.modal-body .icon-holder {
    vertical-align:middle !important; 
}

.reservation-form-height {
    max-height: 420px !important;
}

.modal-dialog {   
    vertical-align: middle;
}

.form-headers {
    font-size: 16px;
    margin-top: 0px;    
    font-weight: bold;    
}

tr{
    cursor:pointer;
}

th{
    font-size:13px !important;
}

.card .title{
    font-size:15px !important;
    text-transform:uppercase;
    padding-top:2px;
}



.tile-height {
    height: 100px !important;
    padding: 10px;
}

.tile-lable {
    font-size: 12px;
    margin-bottom: 25px;
    display: block;
    text-transform: uppercase;
    text-align: right !important;
    line-height: 14px;
}

.tile-value {
    display: block;
    font-size: 45px;
    font-weight: normal;
    text-align: right !important;
}

.tile-light {
    color: #ffffff;
}

.tile-dark {
    color: #000000;
}

.flip {
}


.container {
    max-width: 95%;
}

.modal-backdrop{
    z-index:1;
}

.temp-well {
    min-height: 20px;
    padding: 10px 18px;
    margin-bottom: 0.8em;
    background-color: #f3f3f3;
    border: 1px solid #094f70;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
    .temp-well:hover {
        background-color: #fdfdfd;
        border: 1px solid #ff9800;
        transition: 0.2s all;
    }

.checked {
    background-color: #ffffff;
    border: 1px solid #ff9800;
    transition: 0.2s all;
}
.w3-bar-block .w3-bar-item {
    width: 100%;
    display: block;
    padding: 8px 16px;
    text-align: left;
    border: none;
    white-space: normal;
    float: none;
    color: #094f70;
    font-weight: 500;
    font-size: 1em !important;
}
.w3-button {
    color: #fcfdfd !important;
    background-color: #ff9800 !important;
}

    .w3-button:hover, .w3-button:after, .w3-button:active {
        color: #fff !important;
        background-color: #094f70 !important
    }

.sharer-row {
    font-style:italic;
    font-size: 11px !important;
    color: #848484
}

    .sharer-row td {
        font-style: italic;
        font-size: 11px !important;
        color: #848484
    }

.table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    font-size: 12px;
}

/*.btn-style {
    background-color: #094F70 !important;
}


    .btn-style:hover, .btn-style:after, .btn-style:active {
        background-color: #34495e !important
    }*/


/*Accordian*/


.custom-accordian .panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #eaeaea;
}

.custom-accordian .panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    background-color: #eaeaea;
    border-color: #8c8989;
    font-weight: bold;
}

.custom-accordian .panel-title {
    font-size: 14px;
}

    .custom-accordian .panel-title > a {
        display: block;
        padding: 10px;
        text-decoration: none;
    }

.custom-accordian .more-less {
    float: right;
    color: #212121;
}

.custom-accordian .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}


.custom-accordian .panel-title{
    text-decoration:none;
    color:#2c2c2c;
}

.custom-accordian .panel-body{
    padding:5px 0px;
}


/*End of accordian*/