﻿
body *{
    font-family:'Jura';
}
.cenBlue {
    background-color: #578EBE;
    color:white;
}
/*----------------------*/
/*      LOGIN           */
/*----------------------*/
.signin-logo{
    background-image:url('../img/logos/ScheduleCom4-Logo-cenBlue.svg');
    height:65px;
    width:100%;
    background-repeat:no-repeat;
    background-size:contain;
}
.loginWindow {
    width: 400px;
    margin: auto;
}








.RadCalendarTimeView_Default caption{
    display:none !important;
}
.RadCalendarTimeView_Default th {
    background: #578EBE !important  ;
}
.rcNext {
    height: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    background-image: none !important;
    border-top: 5px solid transparent;
    border-left: 10px solid white;
    border-bottom: 5px solid transparent;
}
.rcPrev {
    height: 0 !important;
    width: 0 !important;
    padding: 0 !important;
    background-image: none !important;
    border-top: 5px solid transparent;
    border-right: 10px solid white;
    border-bottom: 5px solid transparent;
}
.RadCalendar .rcTitlebar table caption{
    display:none;
}
label{
    padding-right:5px;
    margin-left:10px;
}
.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-control{
    height:auto !important;
    padding:2px;
}


.form-signin .form-control
{
    position: relative;
    font-size: 1.3em;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="tel"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0;
    border-color: #ddd;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0;
}

.form-signin .logo-font {
    font-family: Jura;
    font-weight: 400;
}
h1,h2,h3,h4,h5,h6 {
    font-family: Jura,'Open Sans', sans-serif;
}

.account-wall
{
    margin-top: 20px;
    padding: 30px 25px 30px 25px;
    background-color: white;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.login-title
{
    color: #555;
    display: block;
    text-align: center;
        font-family: Jura;
    font-weight: 400;

}
/*End of Login*/

body{
   margin-bottom:50px;
}
.btn-primary {
    background-color: #578EBE;
    border-color: #578EBE;
}
    .btn-primary:hover {
        background-color: #3d719d;
    }
footer { 
    /*margin: 50px 0 0 0;*/ 
    /*Sticky*/
    position: fixed;
    bottom:0;

    padding: 8px 20px;
    width: 100%;
    color: #8c99a8;
    font-size: 12px;

    background: #22313F;
    border-bottom: 1px solid #191e23;
}

.nWS{
    white-space:nowrap;
}
select {
    border-radius: 5px;
    border: 1px solid #e4e4e4 !important;
    
}

.noBorder { border: none !important; }

.dashboard-stat .details .number{
    padding:10px 5px 10px 20px;
 
}

input[type=text]{
    border-radius: 5px;
    border: 1px solid #e4e4e4 !important;
    padding:5px 8px;
}

input[type=password]{
    border-radius: 5px;
    border: 1px solid #e4e4e4 !important;
    padding: 5px 8px;
}

textarea{
    border-radius: 5px;
    border: 1px solid #e4e4e4 !important;
}

table {
    /*color: rgba(54, 198, 211, 1);*/
    color:#444;
    font-size: 14px;
}

.tableSpace{
    border-collapse:separate;
    border-spacing:0 5px;
}
.tableSpace div, .tableSpace textarea{
    margin:5px 0;
}

.padded td{
   /* padding: 12px 20px;*/
    border-bottom: 4px inset transparent;
}

.padded td:hover{
    /*background: #666;*/
    border-bottom: 4px solid;
    border-color: rgba(54, 198, 211, 0.50);
    border-collapse: collapse;
    box-sizing: border-box;
}

.padded a:hover{
    text-decoration:none;
}

.paddedCol { padding: 0 30px !important; }

.riTextBox {
    height: 30px !important;
    padding: 5px 10px !important;
    border-radius: 5px;
    border: 1px solid #ccc !important;
}

/*===================*/
/*- Custom Classes -*/
/*===================*/
.msgBlastTxt{
    width:auto;
    margin-right:120px;
    margin-left:20px;
}
#EmpOut_addStartDate_wrapper, #EmpOut_addEndDate_wrapper {
    width: 190px !important;
}
#VehOut_radStartDate_dateInput_wrapper, #VehOut_radEndDate_dateInput_wrapper {
    width: 130px !important;
}
 html body .RadInput_Default .riTextBox, html body .RadInputMgr_Default {
    
    font: 14px "Jura",arial,sans-serif !important;
}
.SiteLink {
    font-family: 'Jura', Helvetica, sans-serif !important;
   
}
.sectionContainer {
    height: auto;
    width: 100%;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    margin-top: 20px;
}
.divContainer-accountAdmin {
    height: 60px;
    width: 100%;
    background-color: white;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    overflow:hidden;
}

    .sectionContainer tbody {
        margin: auto 20px;
    }
   

.NormalTextBox{
    width:90%;
    max-width:300px;
}
.stayRight{
    position:absolute;
    right:0;
    margin-left:575px;
    min-width:575px;
}
.stayLeft {
    width: 550px;
    min-width: 330px;
    margin-right:575px;
    margin-left: 20px;
}
@media (max-width: 1000px) {
    .stayRight {
        position: relative;
        margin:auto;
        width:auto;
        min-width:100px;
    }
    .stayLeft {
        width: 96%;
        min-width: 330px;
        margin:auto;
    }
}
.nowrap{
    white-space:nowrap;
}
.table td{
    font-size:14px;
}

.HRT {
    border-top: 1px solid #e8e8e8;
    padding-top: 10px;
    margin-top:10px;
}
.HR {
    height: auto;
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 10px 5px;
    margin-bottom: 10px;
}
.TM::after {
    content: "\2122" ;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: middle;
    border-top: 1px solid #e7ecf1;
}
.fnt-lg{
    font-size:18px !important;
}
#Banner_tabs {
    border-bottom: none;
    background-color: #578EBE;
    box-shadow: 0 -2px 0 #f8f8f8 inset;
    overflow:hidden;
    position:relative;
    height:40px;
    width:100%;
}

#Banner_tabs tbody{
    background-color: transparent;
    position: relative;
    height: 40px;
    width: auto;
    white-space: nowrap;
    padding:0 10px;
        
}


.navUL .nav-item{
    list-style:none;
    margin:5px;
    padding-top:5px;
}
.Normal {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.42857143;
    font-family:'Jura';
}
.vertical-align{
    display:flex;
    align-items:center;
}

.alignRight{
    text-align: right;
}

.edit{ background: #f8f8f8; }

.gray{
     background-color: #f6f6f6;
}

.navAction {
    color: #677ca3;
    font-size: 40px;
    margin-top: 15px;
}

.navAction:hover{
    text-decoration:none;
}

.btn{
    margin:5px;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}
.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 25px;
}
.btn-circle.btn-xl {
  width: 70px;
  height: 70px;
  padding: 10px 16px;
  font-size: 24px;
  line-height: 1.33;
  border-radius: 35px;
}

.fullWidth { width: 100%; }

.iconText {
    font-size: .8em;
    font-family: 'Open Sans';
    font-weight: 500;
    position: relative;
    top:5px
}

.noPad { padding: 0 !important; }

.marginTop5 { margin-top: 5px; }
.marginTop10 { margin-top: 10px; }
.marginTop15 { margin-top: 15px; }
.marginTop20 { margin-top: 20px; }
/*.marginTop25 { margin-top: 25px; }*/

/*.marginTopMinus25 { margin-top: -25px; }*/

.marginLeft5 { margin-left: 5px; }
.marginLeft10 { margin-left: 10px; }
.marginLeft15 { margin-left: 15px; }
.marginLeft20 { margin-left: 20px; }
.marginLeft25 { margin-left: 25px; }

.marginRight5 { margin-right: 1px; }
.marginRight10 { margin-right: 10px; }
.marginRight15 { margin-right: 15px; }
.marginRight20 { margin-right: 20px; }
.marginRight25 { margin-right: 25px; }

.marginBottom5 { margin-bottom: 5px; }
.marginBottom10 { margin-bottom: 10px; }
.marginBottom15 { margin-bottom: 15px; }
.marginBottom20 { margin-bottom: 20px; }
.marginBottom25 { margin-bottom: 25px; }

.vertAlignTop{ vertical-align: top !important; }
/*=======================*/
/* custom media Queries*/
/*======================*/
@media(max-width:1200px) {
    #Banner_tabs {
        border-bottom: none;
        background-color: #578EBE;
        box-shadow: 0 -2px 0 #f8f8f8 inset;
        overflow-x: scroll;
        position: relative;
        height: 55px;
        width: 100%;
    }

}
@media(max-width:600px){
    .loginWindow {
        width: 300px;
        margin: auto;
    }
}
/* ----------- iPad 1, 2, Mini and Air ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
 
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
  
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
   
}

/* ----------- iPad 3, 4 and Pro 9.7" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
   
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
   
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    
}

/* ----------- iPad Pro 10.5" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 834px) and (max-device-width: 1112px) and (-webkit-min-device-pixel-ratio: 2) {
    
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 834px) and (max-device-width: 834px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1112px) and (max-device-width: 1112px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
   
}

/* ----------- iPad Pro 12.9" ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Portrait */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
}

/* Landscape */
/* Declare the same value for min- and max-width to avoid colliding with desktops */
/* Source: https://medium.com/connect-the-dots/css-media-queries-for-ipad-pro-8cad10e17106*/
@media only screen and (min-device-width: 1366px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
}



/*=======================*/
/*- Bootstrap Overrides -*/
/*=======================*/
.btn-group-xsm > .btn, .btn-xsm {
    padding: .1rem .5rem;
    font-size: 0.75rem;
    line-height: 1.5;
    border-radius: .2rem;
}

@media (min-width: 1200px) {.container {
    max-width: 1800px;
}}
@media (min-width: 1000px) { .modal-lg {
    max-width: 1000px;
}
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-radius: .25rem;
}
.form-group{
    margin-bottom:10px !important;
    align-items:center;
}
@media (min-width: 576px){
.form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
   
}}
.navbar-toggler {
    border: 2px solid white;
    position: absolute;
    top: 20px;
    right: 10px;
}
.nav .nav-item {
    list-style-type: none;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link.active {
        color: #578EBE;
        background-color: #f8f8f8;
        border-color: #dee2e6 #dee2e6 #f8f8f8;
    }

    .nav-tabs .nav-link {
        border-color: white;
        color: white;
        white-space:nowrap;
        padding:10px;
    }

        .nav-tabs .nav-link:hover {
            box-shadow: 0 2px 10px white inset;
        }
.control-label{
    font-weight:400;
}

.fa-stack-3x {
    font-size: 2.4em;
    width:2.4em;
}

.fluid-container{
    background: #f6f6f6;
}

.mt-actions .mt-action {
    margin: 0;
    padding: 15px 0;
    border-bottom: 1px solid #f7f8f9;
}

.mt-actions .mt-action .mt-action-body {
    padding-left: 15px;
    position: relative;
    overflow: hidden;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details {
    display: table-cell;
    vertical-align: top;
}

.mt-actions .mt-action .mt-action-body .mt-action-row {
    display: table;
    width: 100%;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon {
    display: table-cell;
    padding: 6px 20px 6px 6px;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details .mt-action-author {
    color: #060606;
    font-weight: 600;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-icon>i {
    display: inline-block;
    position: relative;
    top: 0;
    font-size: 25px;
    color: #78E0E8;
    cursor: pointer;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-info .mt-action-details .mt-action-desc {
    margin-bottom: 0;
    color: #A6A8A8;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime {
    vertical-align: top;
    display: table-cell;
    /*text-align: center;*/
    width: 150px;
    white-space: nowrap;
    padding-top: 15px;
    color: #A6A8A8;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-datetime .mt-action-dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: red;
    border-radius: 50%!important;
    margin-left: 5px;
    margin-right: 5px;
}

.mt-actions .mt-action .mt-action-body .mt-action-row .mt-action-buttons {
    vertical-align: top;
    display: table-cell;
    text-align: right;
    /*width: 120px;*/
    white-space: nowrap;
    padding-top: 10px;
}

.mt-comments .mt-comment {
    padding: 10px;
    margin: 0 0 0;
    border-bottom: 1px dashed #ececec;
}

    .mt-comments .mt-comment .mt-comment-img, .mt-comment-edit .mt-comment-img {
        width: 35px;
        margin-top: 10px;
        float:left;
    }
.mt-comment-body span{
    vertical-align:text-top;
}

.mt-comments .mt-comment .mt-comment-body {
    padding-left: 20px;
    position: relative;
    overflow: hidden;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-info:after, .mt-comments .mt-comment .mt-comment-body .mt-comment-info:before {
    content: " ";
    display: table;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-info .mt-comment-date {
    display: block;
    float: right;
    margin: 0;
    color: #BABABA;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-text {
    color: #a6a6a6;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details {
    margin: 0 0 0;
}

.mt-comments .mt-comment:hover .mt-comment-body .mt-comment-details .mt-comment-actions {
    display: inline-block;
}

.mt-comments .mt-comment .mt-comment-body .mt-comment-details .mt-comment-actions {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.mt-comments .mt-comment .mt-comment-img i{
    color: #337ab7;
    cursor: pointer;
}
    .mt-comments .mt-comment .mt-comment-edit .mt-comment-img i {
        color: #A6A8A8;
        cursor:default;
    }
.mt-comments .mt-comment .mt-comment-icon i{
    color: #337ab7;
    float:left;
    margin-top:10px;
}

.chart-tooltip, .chart-tooltip .label, .chat-form, .dashboard-stat .more, .dashboard-stat2 .progress-info, .dashboard-stat2 .progress-info .progress, .dashboard-stat:after, .dropdown-menu-v2>li>a, .dropdown-menu>li>a, .feeds li .col1, .feeds li:after, .form .form-actions:after, .general-item-list>.item>.item-head:after, .mt-comments .mt-comment .mt-comment-body .mt-comment-info:after, .mt-widget-2 .mt-body .mt-body-stats:after, .portlet-form .form-actions:after, .portlet>.portlet-body, .portlet>.portlet-title:after, .social-icons:after, .tabbable:after, .table-toolbar:after, .tasks-widget .task-footer:after, .tasks-widget:after, .tiles .tile .tile-object:after, .tiles:after, .timeline .timeline-body:after, .widget-news .widget-news-right-body .widget-news-right-body-title {
    clear: both;
}