body{
    font-family: 'Roboto', sans-serif !important;
}
.ui-widget{
    font-family: 'Roboto', sans-serif !important;
}

.menu-title{
    font-family: 'Poppins', sans-serif !important;

}

.tab-wrapper{
    display: inline-block;
}

.active-wrapper{
    display: inline-block;
    margin-left: 10px;
    vertical-align: top;
    margin-top:3px;
}

.ui-widget textarea{
    width:75%;
}

.menu-subheading{
    font-family: 'Roboto', sans-serif !important;
}

#main-tab h2{
    font-family: 'Poppins', sans-serif;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d5dfe1;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #d5dfe1;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #d5dfe1;
}

.login-outer-wrapper{
    background-color: #fff;
    border-radius: 25px !important;
    width: 450px;
    display:inline-block;
    height:400px;
}

.header-row{
    display: none;
}

@media (max-width: 425px){
    .login-outer-wrapper{
        width: 375px;
        height:375px;
    }
    .header-row{
        display: block;
    }
    #main-logo{
        display: none;
    }
    .login-form-panel{

    }
    .input-field-wrapper{
        width:195px;
    }
    .login-image-panel{
        width:25% !important;
    }

    .login-form-wrapper{

    }
    .login-left-image{
        width:200px !important;
        margin-left: -50px !important;
        height:350px !important;
        margin-top: 15px;
    }
    .mbx-tab-panel{

    }
    #c1 button, #c2 button, #c3 button, #c4 button, #c5 button{
        min-width: 120px !important;
        max-width: 240px !important;
    }
    #content-pane{
        margin-top:60px;
    }
    #footer{
        display:none !important;
    }
    #footer-inner{
        width: 92vw !important;
    }
    #page-wrapper{
        min-height: auto !important;
        min-width: auto !important;
    }
    #invoice-table{
        width:99vw !important;
        font-size: 11px;
    }
    #invoice-table th{
        font-size: 11px;
    }
    #invoice-table td{
        font-size: 11px !important;
    }

    .admin-tab-textarea{
        width: 100% !important;
    }
    .admin-tab-field{
        width: 100% !important;
    }
}

.login-image-panel{
    width: 33%;
    display: inline-block;
}

.login-left-image{
    margin-left: -70px;
    height:400px;
}

.login-form-panel{
    padding-left:62px;
    display: inline-block;
}

.input-field-wrapper{
    padding:2px;
    border: 1px solid #d5dfe1;
    border-radius: 0px !important;
}

.poppins{
    font-family: 'Poppins', sans-serif;
}

.admin-tab-field{
    width: 75%;
}

.plain-list{
    list-style-type: none;
    background-color: transparent;
}

.plain-list li{
    background-color: transparent !important;
}

.submit-button {
    font-family: 'Poppins', sans-serif;
    background-color: #d2dcdd;
    color: #3c9249;
    font-weight: bold;
    width: 100px;
    height: 25px;
    padding: 0 0 4px 0;
    margin-bottom: 3px;
}

#login-submit, .save-button {
    font-family: 'Poppins', sans-serif;
    background-color: #d2dcdd;
    color: #3c9249;
    font-weight: bold;
    width: 60%;
    height: 25px;
    padding: 0 0 4px 0;
    margin-bottom: 3px;
}

.save-button{
    border: 1px solid #d5dfe1;
    border-radius: 100px !important;
    width: 200px;
}

.input-field-label{
    font-size: 10px;
    text-align:left;
    color: #d5dfe1;
    padding: 2px 0 0 5px;
}

.focused{
    border: 1px solid #7ebc42 !important;
}

.login-field{
    width:95%;
    color: #9ca7a8 !important;
    background-color: #fff !important;
    outline: none;
    border:none;
    font-size: 13px !important;
    font-family: "Roboto", helvetica, arial, sans-serif;
}

.login-field:-webkit-autofill {
    box-shadow: 0 0 0 9999px #fff inset;
    color: #9ca7a8 !important;
    font-size:13px;
    font-family: "Roboto", helvetica, arial, sans-serif;
}

.roboto-light-gray{
    color:#d5dfe1;
    font-family: "Roboto", helvetica, arial, sans-serif;
}

.greenlink{
    text-decoration: none;
    color: #7ebc42;
}

.login-field:focus{
    border: none;
    outline: none;
}

.login-form-footer{
    margin-top:8px;
    color:darkgray;
    font-family: 'Poppins', sans-serif;
    font-size:12px;
}

.login-form-footer a{
    text-decoration: none;
}



.vertical-center {
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.total-center{
    top:50%;
    left: 50%;
    transform: translate(-50%, -60%);
}

#page-wrapper{
    width: 75%;
    min-height:1000px;
    min-width: 380px;
    margin: auto;
    position: relative;
}

#content-pane{
    /*background-color: white;*/
    width:90%;
    min-height: 400px;
    margin: 20px auto 20px auto;
    /*border: 1px solid gray;*/
}

#logo-pane{
    width: 49%;
    height: 150px;
    float: left;
}

#menu-pane{
    width: 49%;
    height: 75px;
    position:absolute;
    top:0;
    right:0;
    padding-top:25px;
    display:none;
}



#form-wrapper{
    margin: 25px;
}

input[type=text], input[type=tel], input[type=email]{
    height:30px;
    font-size: 24px;
}

input[type=password]{
    height:30px;
    font-size: 24px;
}

div.row{
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 30px;
}

div.sub{
    margin-left: 15px;
}

span.subtext{
    font-size: 18px;
}

#footer{
    width: 100%;
    text-align:center;
}

.disp{
    ;
}

.on{
    display: block;
}

.off{
    display: none;
}

select{
    height: 30px;
    font-size: 24px;
}

.mbx-panel{
    overflow-y: scroll;
    height: 450px;
}

.action-button{
    text-align:center;
    margin:auto;
    padding-top:5px;
    width:95%;
    height: 35px;
    background-color:#156033;
    border-radius:3px;
    color:white;
    cursor: pointer;
}

.confirm_ckbox{
    color: green;
    font-weight: 800;
    margin-left: -20px;
    margin-top: -20px;
    margin-bottom: 15px;
}

span.green{
    color:green;
}

/* table css */

div.table-title {
   display: block;
  margin: auto;
  max-width: 600px;
  padding:5px;
  width: 100%;
}

.table-title h3 {
   color: #fafafa;
   font-size: 30px;
   font-weight: 400;
   font-style:normal;
   font-family: "Roboto", helvetica, arial, sans-serif;
   text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
   text-transform:uppercase;
}


/*** Table Styles **/

.table-fill {
    font-size:10px;
  background: white;
  border-radius:3px;
  border-collapse: collapse;
  height: 320px;
  margin: 0 auto 0 -100px;
  width: 1300px !Important;
  padding:5px;
  width: 100%;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  animation: float 5s infinite;
}
 
th {
  color:#D5DDE5;;
  background:#1b1e24;
  border-bottom:4px solid #9ea7af;
  border-right: 1px solid #343a45;
  font-size:23px;
  font-weight: 100;
  padding:24px;
  text-align:left;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  vertical-align:middle;
}

th:first-child {
  border-top-left-radius:3px;
}
 
th:last-child {
  border-top-right-radius:3px;
  border-right:none;
}
  
tr {
  border-top: 1px solid #C1C3D1;
  border-bottom-: 1px solid #C1C3D1;
  color:#666B85;
  font-size:16px;
  font-weight:normal;
  text-shadow: 0 1px 1px rgba(256, 256, 256, 0.1);
}
 
tr:hover td {
  background:#4E5066;
  color:#FFFFFF;
  border-top: 1px solid #22262e;
  border-bottom: 1px solid #22262e;
}
 
tr:first-child {
  border-top:none;
}

tr:last-child {
  border-bottom:none;
}
 
tr:nth-child(odd) td {
  background:#fff;
}
 
tr:nth-child(odd):hover td {
  background:#4E5066;
}

tr:last-child td:first-child {
  border-bottom-left-radius:3px;
}
 
tr:last-child td:last-child {
  border-bottom-right-radius:3px;
}
 
td {
  background:#FFFFFF;
  padding:20px;
  text-align:left;
  vertical-align:middle;
  font-weight:300;
  font-size:18px;
  text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.1);
  border-right: 1px solid #C1C3D1;
}

td:last-child {
  border-right: 0px;
}

th.text-left {
  text-align: left;
}

th.text-center {
  text-align: center;
}

th.text-right {
  text-align: right;
}

td.text-left {
  text-align: left;
}

td.text-center {
  text-align: center;
}

td.text-right {
  text-align: right;
}

.entry-error{
    border: 2px solid red !Important;
}

@media only screen and (max-width: 500px) {
    textarea, fieldset {
        width:90% !important;
    }
    select{
        width:90%;
    }
    input[type="text"]{
        width:75%;
    }
    .logout-div{
        font-size:12px;
    }
    #content-pane{
        width:100%;
    }
    .terms-download-text{
        font-size: 12px !important;
    }
}

@media only screen and (max-width: 500px){
    .tc_header{
        width: 270px;
    }
}

.terms-download-text{
        font-size: 12px !important;
    }

/* Journal */
.journal td{
    padding:5px !important;
    font-size: 12px !important;
}

.blue{
    background-color:blue;
}

.yellow{
    background-color:yellow;
}

.red{
    background-color:red;
}

.green{
    background-color:green;
}

.orange{
    background-color:orange;
}

.select-entry{
    cursor: pointer;
}

table.mini th,td{
    padding: 10px !important;
    font-size:17px !important;
}

.pagination{
    height:40px;
    float: right;
}

.pagination div{
    width:25px;
    height:25px;
    border: 1px solid #ccc;
    text-align: center;
    margin: 0px 2px 0px 2px;
    float:left;
    font-size:18px;
    padding:5px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
}

.pagination div a{
    text-decoration: none;
    color: #000;
    font-size:18px;
}

.late{
    color: red;
}

.invoice-spinner{
    position: absolute;
    top:50%;
    left:50%;
    width:50px;
    text-align:center;
    min-height: 200px;
    padding-top: 100px;
}

/* Invoice detail displays */

.invoice_body{
    display: none;
}

.line_items{
    display: none;
}

.section-border{
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 20px;
    border-bottom: 15px;
    width: 500px;
}
.regular-row{
    padding: 10px;
}

.payform .ui-state-active{
    background:#11733a !important;
}

.result-panel, .error-panel{
    padding:15px;
    font-size:15px;
    z-index: 2;
    font-weight:600;
    border: 1px solid #fff;
    text-align: center;
    display:none;
}

.result-panel-error{
    background: lightpink;
}

.result-panel-success{
    background: #109749;
}

.red-bold{
    font-size:12px;
    font-weight:600;
    color:red;
}

.smaller-text{
    font-size:12px !important;
}

#initial-pickup-date{
    font-size: 12px !important;
}

.cp-error{
    border: 2px solid red;
}

.cs-box{
    border: 2px solid #ccc;
    border-radius: 7px;
    background-color: #e6f4ea;
    padding: 0 20px 20px 20px;
}

.cs-box input, select, button, div{
    border-radius:5px !important;
}

.uploaded-ad-wrapper > div{
    margin-bottom: 10px;
}