﻿body
{
    min-width:480px;
    background-color:#F7F7F7;
    
}
.bgModalPopup
{
    background-color:Black;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.headerLogo
{
    background-color:#333366;
    text-align:center;
    padding:15px 0 15px 0;
}
.topHeader
{
    min-height:40px;
    background-color:#4f4f9e;
    color:White;
    font-size:15px;
    padding: 5px 0px 5px 0px;
    border-style:none;
}
.actionButtons
{
    display:block;
    margin-bottom:10px;
}
.HeaderStyle
{
    background-color:#333366;
    color:White;
    text-align:center;
    word-break:break-all;
    font-size:13px;
    border-style:solid;
    border-width:1px;
    border-color:Gray;
    text-transform:uppercase;
    padding:5px 0px 5px 0px;
}
.AllGridview
{
    text-align:center;
    word-break:break-all;
    font-size:13px;
    color:#202020;
}
.AllGridview tr td
{
    border-style:solid;
    border-width:1px;
    padding:5px;
    border-color:Gray;
}
.cssPager
{
    border-style:solid;
    border-bottom-color:#F7F7F7;
    border-left-color:#F7F7F7;
    border-right-color:#F7F7F7;
    border-top-width:1px;
   
    
}
.cssPager tr td
{
    font-size:15px;
    padding: 0px 15px 0px 15px;
    background-color:#e7e9ec;
    text-align:center;
    border-style:solid;
    border-color:Gray;
    border-width:thin;
}
.cssPager span
{
    text-decoration:none;
}
.cssPager td
{
    border-color:#ffffff;
}
.cssPager table
{
    float: right;
    border-collapse: separate; 
    border-spacing: 5px;
}
.cssPager a
{
   text-decoration:underline;
}
.vehicleLegend img
{
     margin-right:5px;
}
.legends
{
white-space:nowrap;
}
.accountsCss
{
    margin-right:20px;
    margin-top:5px;
}
.sidemenus li a:hover
{
    text-decoration:underline;
}
.subsidemenus li ul li
{
    text-indent:20px;
}
.modalBody
{
    background-color:#ffffff;
    width:auto;
    height:auto;
    min-width:200px;
    transition-duration: 1s;
transition: height 1s;
-moz-transition: height 1s;
-webkit-transition: height 1s;
-o-transition: height 1s;
}
.modalHeader
{
    background-color:#05405b;
    color:White;
    min-height:50px;
    font-size:20px;
    padding:15px 10px 10px 20px;
    text-transform:uppercase;
    font-weight:bold;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.modalContent
{
    padding:15px;
    width:auto;
    height:auto;
    font-size:13px;
    text-transform:capitalize;
}
.modalContent tr td
{
    padding:2px 10px 2px 2px;
    text-align:right;
    color:#202020;
}
.modalFooter
{
    text-align:right;
    padding:10px;
}
.modalFooter
{
    text-align:right;
    padding:15px;
    text-transform:uppercase;
}
.menus table tr td
{
    text-align:left;
    white-space:nowrap;
    padding:0;
}
.results
{
    float:left;
    margin:10px 0px 0px 10px;
}
.messageBoxHeader
{
    background-color:#333366;
    color:White;
    min-height:50px;
    font-size:15px;
    padding:15px 10px 10px 20px;
    text-transform:uppercase;
    font-weight:bold;
    border-style:solid;
    border-color:#ffffff;
    border-width:1px;
}
.schedContainer
{
    height:0px;
    /*Transition*/
  -webkit-transition: width 3s ease, height 1s ease;
  -moz-transition: width 3s ease, height 1s ease;
  -o-transition: width 3s ease, height 1s ease;
  transition: width 3s ease, height 1s ease;
}
.messageBoxContent
{
    padding: 30px 35px 5px 35px;
    width:auto;
    height:auto;
    font-size:13px;
    text-align:right;
    color:#202020;
}
.messageBoxFooter
{
    text-align:right;
    padding:10px 5px 5px 5px;
    text-transform:uppercase;
    color:#202020;
}
.topButtons
{
    background-color:#f3f3f3;
    margin:0 20px 0 0px;
    padding:10px 0 10px 15px;
    border-radius:3px;
    width:100%;
    top:-20px;
    position:relative;
}
.notify_error
{
    background-color:#fddddd;
    margin:0px 20px 0 0px;
    padding:15px 0 15px 20px;
    border-radius:3px;
    width:100%;
    top:-15px;
    position:relative;
}
.notify_warning
{
    background-color:#fffae5;
    margin:0px 20px 0 0px;
    padding:15px 0 15px 20px;
    border-radius:3px;
    width:100%;
    top:-15px;
    position:relative;
}
.menus
{
    position:relative;
    top:-50px;
}
.allcaps
{
    text-transform:uppercase;
}

.schedContainerShow{
  height: 112px !important;
  /*Transition*/
  -webkit-transition: width 3s ease, height 1s ease;
  -moz-transition: width 3s ease, height 1s ease;
  -o-transition: width 3s ease, height 1s ease;
  transition: width 3s ease, height 1s ease;
}
.schedContainerShowSmall{
  height: 250px !important;
  /*Transition*/
  -webkit-transition: width 3s ease, height 1s ease;
  -moz-transition: width 3s ease, height 1s ease;
  -o-transition: width 3s ease, height 1s ease;
  transition: width 3s ease, height 1s ease;
}
.menus
{
    padding:50px 0px 30px 5px;
}
.modal {
    text-align: center;
    padding: 0!important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    z-index:9000;
}
.modal-open
{
    padding-right: 0 !important;
    min-width:480px !important;
}
.hide
{
    display:none !important;
}
.overflowhidden
{
    overflow:hidden;
}
.defaultColumn
{
    height:34px;
    margin-top:7px !important;
}
.show
{
    display:block;
}
.linkButton
{
        padding: 10px 0px 10px 600px;
        display:block;  
        list-style:none;
        text-transform:capitalize;
}
.lableLinks
{
    color:#333366;
}
.h3
{
    color:#202020;
    font-size:13px;
    font-family:Arial;
    text-transform:uppercase;
    text-shadow:none;
    position:relative;
    left:-15px;
    top:10px;
}
.h2
{
    color:#333366;
    font-size:13px;
    font-family:Arial;
    text-transform:capitalize;
    text-shadow:none;
    position:relative;
    top:-10px;
    left:15px;
    line-height:1px;
    word-break:normal;
    padding-right:5px;
    white-space:pre-wrap;
}
.userposition
{
    color:#333366;
    font-size:10px;
    font-family:Arial;
    text-transform:capitalize;
    text-shadow:none;
    position:relative;
    top:-15px;
    left:25px;
    line-height:1px;
    word-break:break-all;
    padding-right:15px;
}
.menu_section:hover
{
    z-index:10000;
}
.selected
{
    background-color:#f6f6f6;
    border-right: 5px solid #bbbbbb;
}
.unSelected
{
    background-color:#EDEDED;
    border-style:none;
}
.sidebar
{
    position:relative;
    top:-11px;
}
.setBackgroundColor
{
    background-color:#EDEDED;
}
li { cursor: pointer; }
.enabled
{
    background-color:White;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #d5d5d5;
    margin: 1em 0;
    padding: 0; 
}
.lineHeight
{
    line-height:1px;
}
.fixedheight
{
    height:0px !important;
}
a:hover
{
    text-decoration:none;
}
.disabled
{
    background-color:#ececec !important;
}
.highlightRow
{
    background-color:White !important;
    border-style:solid !important;
    border-color:#333366 !important;
}
.forApproval
{
    background-color:White;
}
.approvedDisapproved
{
    background-color:#F4F4F4;
}
.dashboard
{
    cursor:pointer;
    margin-bottom:10px;
    
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    -o-transition: box-shadow 1s;
    padding:0px;
    min-width:425px;
}
.dashboardGrid
{
    cursor:pointer;
    margin-bottom:10px;
    min-width:390px;
    transition: box-shadow 1s;
    -webkit-transition: box-shadow 1s;
    -moz-transition: box-shadow 1s;
    -o-transition: box-shadow 1s;
    padding:0px;
}
.dashboard:hover, .dashboardGrid:hover
{
    box-shadow: 10px 10px 5px grey;
    -webkit-box-shadow: 10px 10px 5px grey;
    -moz-box-shadow: 10px 10px 5px grey;
}
.badge-notify
{
    background:#ab0606;
    position:relative;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    padding:0px 7px 0px 7px !important;
    float:right;
    width:27px !important;
    text-align:center;
}
.badge-notifyList
{
    background:#ab0606;
    position:relative;
    top: -15px;
    left: -15px;
    border-radius: 50%;
    padding:0px 7px 0px 7px !important;
    float:right;
    width:27px !important;
    text-align:center;
}
.thisBadge
{
    background-color:#ab0606;
    border-radius: 50%;
    position:relative;
    text-align:center;
    top:15px;
    left:20px;
    line-height:23px;
    
}
.leaveBadge
{
    border-style:solid;
    border-color:#0d6a01;
    border-width:2px;
}
.overtimeBadge
{
    border-style:solid;
    border-color:#024b9e;
    border-width:2px;
}
.officialBusinessBadge
{
    border-style:solid;
    border-color:#8d0071;
    border-width:2px;
}
.changeRestDayBadge
{
    border-style:solid;
    border-color:#424242;
    border-width:2px;
}
.changeShiftBadge
{
    border-style:solid;
    border-color:#d06500;
    border-width:2px;
}
.dashboardLeft
{
    background-color:White !important;
    text-align:center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding:2px 15px 2px 15px;
    min-width:160px;
}
.dashboardLeftGrid
{
    background-color:White !important;
    text-align:center;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    width:100%;
    height:100%
}
.less
{
    width:50%;
}
.emptyField
{
    background-color:#ffffe0 !important;
}
.calendarOriginalSize
{
        height: 34px;
        padding: 6px 12px;
        font-size: 14px;
        line-height: 1.42857143;
        color:#969696;
        background-color: #fff;
        padding-top:5px;
        border: 0px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;    
        resize:none;
        border: 1px solid #ccc;
        color:#969696;
}
.containerCss
{
        display: block;
        width: 100%;
        height: 34px;
        font-size: 14px;
        line-height: 1.42857143;
        color: #969696;
        background-color: #fff;
  
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
        -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
        -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
        transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;    
        resize:none;
        padding:0px 10px 0px 10px;
        margin:0px 10px 0px 10px !important;
}
.__divContentMidSize tr td
{
    padding:2px 10px 2px 2px;
    text-align:left;
    color:#202020;
    max-height:17px !important;
    width:300px;
}
.visibilityHidden
{
    visibility:hidden;
}


.calCss .ajax__calendar_next
{
        background:url('Images/next_arrow.png') right no-repeat ;
        margin-right:7px;
}
.calCss .ajax__calendar_prev
{
        background:url('Images/prev_arrow.png') right no-repeat ;
}
.reportrangeControl span
{
   word-break: break-all;
   position:relative;
   top:2px;
}
          
/*@media only screen and (max-width: 900px) and  (min-width: 768px){
    .calendarContainer
    {
        float:right !important;
        width:90% !important;
    }
}
@media only screen and (max-width: 783px) and  (min-width: 768px){
    .calendarContainer
    {
        position:relative;
        left:20px;
    }
}
*/
