﻿/***
  * Use #ibx body tag for easier specificity and selection of sub elements     
  * CSS Needs cleanup - too many !important rules everywhere  
*/

body {
    font-family: Arial !important;
    font-size: 13px !important;
    color: #3d3d3d !important;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

a {
    color: #669;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

h1 {
    font: bold 36px/100% Arial, Helvetica, sans-serif;
}



/************************************************************************************
STRUCTURE
*************************************************************************************/
#pagewrap {
    position: relative;
    width: 100%;
    margin: 0px auto;
}

#header {
    height: 135px;
}

.header {
    display: block;
    height: 85px !important;
    width: 100%;
    z-index: 998;
    border-bottom: 20px solid #0093d0;
    background: -webkit-linear-gradient(left, #4b5964, #374249); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #4b5964, #374249); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #4b5964, #374249); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #4b5964, #374249); /* Standard syntax */
    background:#4b5964;
}

    .header .logo {
        /** display: block;
        float: right;
        padding: 0.7% 0.3%;
        font-weight: normal;
        font-size: 30px;
        color: #fff;
        text-decoration: none;
        margin-top: 0px;
        margin-right: 1%; **/
    }

    .header .header_menu {
        display: block;
        float: left;
        padding: 0.8% 0.5% 0px 1%;
        margin: 0px;
        list-style: none;
        width: 50%;
    }

.heder_menuimg {
    float: left;
    width: 9%;
}

.header_menutext {
    float: left;
    margin-left: -5%;
    width: auto;
    margin-top: 0.5%;
    margin-right: 1.5%;
}

.input-append {
    float: left;
    margin-top: 4%;
}

input.span7 {
    width: 75%;
    padding: 1.3% 1.3%;
    float: left;
    margin-top: 1%;
}

.header_menutext ul li {
    font-family: Arial !important;
    font-size: 14px !important;
    font-weight: normal;
    color: #e7e7e7 !important;
}

.header .header_menu li {
    display: block;
    float: left;
    padding: 0px;
    margin: 0px;
}

    .header .header_menu li a {
        display: block;
        float: left;
        width: 120px;
        height: 20px;
        padding-left: 5px;
    }

    .header .header_menu li.list_icon {
        background: url("../img/header_menu_list.png") left top no-repeat;
        display: none;
    }


.alertheader {
    float: left;
    margin-top: 1.3%;
    margin-left: 0.5%;
}

a.logo {
}

button.search {
    vertical-align: bottom;
    margin-top:2px;
    height:29px;
}

.rectangle {
    width: 15px;
    height: 15px;
}

.k-chart.small-chart {
    display: inline-block;
    width: 300px;
    height: 300px;
    left: -10.984375px;
    top: 0px;
}

 #ProjID_title{
     background:none;
     border:none;
     color: white;
}

#Nurse {
    width: 100%;
    margin: 0px auto;
    background: #ccc;
}

#menu h2 {
    font-size: 1em;
    text-transform: uppercase;
    padding: 5px 10px;
}

#template img {
    margin: 5px 20px 0 0;
    float: left;
}

#template {
    width: 380px;
}

    #template ol {
        float: left;
        margin: 0 0 0 30px;
        padding: 10px 10px 0 10px;
    }

    #template:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

    #template .k-button {
        float: left;
        clear: left;
        margin: 5px 0 5px 12px;
    }

.k-nav-current > .k-link span + span {
    max-width: 200px;
    display: inline-block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    vertical-align: top;
}


.k-menu .k-menu-group > .k-item {
    display: inline !important;
}

.k-menu .k-item > .k-link {
    display: inline-block !important;
}

.submenu {
    width: 1360px;
    overflow: hidden;
}

ul .k-animation-container {
    width: 100% !important;
    margin-top: 2px !important;
    margin-left: -242px !important;
}

.k-header {
    background: #dddcdc !important;
    background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc)) !important;
    background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%) !important;
    background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
    background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
    background: linear-gradient(to bottom, #dddcdc 0%,#cccccc 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 ) !important;
}
.k-window-titlebar.k-header {
    background: #03acf2 !important;
    background: -moz-linear-gradient(top, #03acf2 0%, #0093d0 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#03acf2), color-stop(100%,#0093d0)) !important;
    background: -webkit-linear-gradient(top, #03acf2 0%,#0093d0 100%) !important;
    background: -o-linear-gradient(top, #03acf2 0%,#0093d0 100%)!important;
    background: -ms-linear-gradient(top, #03acf2 0%,#0093d0 100%)!important;
    background: linear-gradient(to bottom, #03acf2 0%,#0093d0 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#03acf2', endColorstr='#0093d0',GradientType=0 ) !important;

}
 .k-window-title {
    color: #ffffff !important;
    font-size :18px !important ;
     font-weight: bold !important;
     font-family: Arial !important;
}
.k-menu.k-header {
    border-top: 2px solid #000 !important;
    border-bottom: 2px solid #000 !important;
}

.k-menu .k-item {
    border-right: 1px solid #616161 !important;
}

.k-selcted {
    background: #b6b5b5 !important;
    box-shadow: inset 0px 1px 1px 0px #000000;
    -webkit-box-shadow: inset 0px 1px 1px 0px #000000;
    -moz-box-shadow: inset 0px 1px 1px 0px #000000;
    -o-box-shadow: inset 0px 1px 1px 0px #000000;
}

.k-menu .k-item > .k-link {
    line-height: 1.65em !important;
    font-family: Arial !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

 .k-grid-content {
    /*height:auto !important;*/
    
   overflow: auto !important;
   
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
    color: #3a3a3a !important;
}
.dropdown-menu > .active > a{
    background-color:#b5b5b5 !important;
}
 .dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
color: #3a3a3a !important;
text-decoration: none;
background-image: none,-webkit-linear-gradient(top,#cbc5c2 0,#a99f9a 100%);
background-image: none,-moz-linear-gradient(top,#cbc5c2 0,#a99f9a 100%);
background-image: none,-o-linear-gradient(top,#cbc5c2 0,#a99f9a 100%);
background-image: none,linear-gradient(to bottom,#cbc5c2 0,#a99f9a 100%);
border-top:#616161;
}



/*.k-grid-header {
    padding-right: 0px !important;
    margin-right:0px !important;
    overflow:visible; Faxback    
}*/
#ScheduleCommentsId .k-grid-header {
  
     margin-right:0px !important;
    overflow:visible; 
}



 #mylist .k-grid-header {
  
     margin-right:0px !important;
    overflow:visible; 
}

.k-grid {
    height:auto;
}

#scheduleDetails #schedulerDetailsGrid #sdgrtable .k-grid-header {
    padding-right: 0px !important;
    margin-right: 0px !important;
    overflow: visible; /*Faxback*/
}

#scheduleDetails #schedulerDetailsGrid  .k-grid-header  {
    /*padding-right: 0px !important;*/
    margin-right: 0px !important;
    overflow: visible; /*Faxback*/


}

th#projectIdHeader{
background-color:#019cdc; 
height:30px; 
color:#fff;
border-radius:10px 10px 0px 0px;
}


table {
    border-collapse: initial !important;
}

.k-grid-header-wrap table {
    border-radius:10px;
}

div#myList.contentarea.k-grid tr td {
      line-height: 12px !important; 
         /*background: #dddcdc !important;*/
         background: #dddcdc;
       background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: linear-gradient(to bottom, #e1e0e0 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 );
        /*-webkit-box-shadow: inset 0px 1px 0px 0px rgb(255,255,255);
        box-shadow: inset 0px 1px 0px 0px rgb(255,255,255);*/
    }

div#PSIGrid.k-grid tr td {
        line-height: 12px !important; 
        background: #dddcdc;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: linear-gradient(to bottom, #e1e0e0 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 );
    }
div#membersListGrid.k-grid tr td {
        line-height: 12px !important; 
        background: #dddcdc;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: linear-gradient(to bottom, #e1e0e0 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 );
    }

div#grid.k-grid tr td {
        line-height: 12px !important; 
        background: #dddcdc;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: linear-gradient(to bottom, #e1e0e0 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 );
    }
div#gridups.k-grid tr td {
        line-height: 12px !important; 
        background: #dddcdc;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: linear-gradient(to bottom, #e1e0e0 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 );
    }
div#faxbackmaingrid.k-grid tr td {
        line-height: 12px !important; 
        background: #dddcdc;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: linear-gradient(to bottom, #e1e0e0 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 );
    }
/*div#faxbackCommentsGrid.k-grid tr td {
        line-height: 12px !important; 
        background: #dddcdc;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: linear-gradient(to bottom, #e1e0e0 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 );
    }*/
div#test.k-grid tr td {
        line-height: 12px !important; 
        background: #dddcdc;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: linear-gradient(to bottom, #e1e0e0 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 );
    }
div#memberListGrid.k-grid tr td {
        line-height: 12px !important; 
        background: #dddcdc;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc));
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%);
        background: linear-gradient(to bottom, #e1e0e0 0%,#cccccc 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 );
    }
    
 
 .k-grid-content table tbody tr
{
    background:#bebebe  !important;
}
    
.k-grid-content table tbody .k-alt
{
    background:#dddcdc !important;
}


.k-menu .k-item > .k-link {
    padding: 0.52em 0em 0.52em 0em !important;
    width: 160px;
}
#ibx .k-menu #manage_admin_menu.k-item > .k-link {
    width: 200px;
}

.k-menu .k-item, .k-widget.k-menu-horizontal > .k-item {
    text-align: center;
    float: left !important;
}

.k-menu .k-animation-container, .k-popup .k-animation-container {
    margin-top: 0px !important;
    padding-left: 0px !important;
}

    .k-menu .k-animation-container .k-menu-group {
        margin-left: 0px !important;
        border-bottom: 2px solid #000;
        border-top: 2px solid #000;
    }

.k-group {
    background: #dddcdc !important;
    background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc)) !important;
    background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%) !important;
    background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
    background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
    background: linear-gradient(to bottom, #dddcdc 0%,#cccccc 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 ) !important;
}


#login {
    background:#e7e7e2;
    /** min-height: 850px; **/
    min-height: 100vh;
    background-size: 100% 100%;
    /** width: 90.5%; **/
    text-align: center;
    margin-left: 55px;
    margin-right: 55px;
}
.loginbg {
    background: url(../Images/login-centerbox.png) no-repeat 70px 32px;
    width:100%;
}
#login .panel {
    background: url(../Images/login-centerbox.png) no-repeat;
    background-size: 100% 100%;
    /*width: 606px;
    height: auto;
    min-height: 705px; */
    margin-left:10px;
    margin-right:10px;
    border:none;
    height: 530px;
}

.login-welcome {
    background: url(../Images/welcomebanner.png) no-repeat;
    background-size: 100% 100%;
    width: 30%;
    height: 120px;
    display: block;
    position: absolute;
    top: 145px;
    left: 50%;
    margin: -42px 0 0 -215px;
}


.login-badge {
    background: url(../Images/LGloginbadge.png) no-repeat;
    background-size: 100% 100%;
    width: 132px;
    height: 152px;
    margin-left: 55px;
}

.login-forms {
    display: block;
    position: relative;
    /*margin: 150px auto 0px;
    text-align: center;
    font-size: 16px;
    margin-right: 50px;
}

    .login-forms > div {
        display: inline-block;
        vertical-align: text-top;
        width: 220px;
        margin: 0px auto;
        text-align: center;
        padding-top: 200px;
    }

        .login-forms > div > input {
            text-align: left;
            font-weight: bold;
            font-family: arial;
            font-size: 16px;
            color: #565656;
            /* color: #215e86; */
            box-sizing: border-box;
            height: 44px;
            margin: 15px 0 5px;
            padding: 10px 20px;
            background: url(../Images/LGtextfield-active.png) no-repeat;
            background-size: 100% 100%;
            border: 2px solid #fefefe;
            border-radius: 5px;
            width: 280px;
        }

        .login-forms > div > .login-forgot {
            font-size: 12px;
            font-weight: bold;
            color: #00264e;
            text-align: left;
            margin-top: 0px;
            padding-left: 8px;
        }

    .login-forms .login-button {
        padding: 30px 0 0;
    }

        .login-forms .login-button img {
            max-width: 50%;
        }

.btnsubmit {
    background: #f9f9f9;
    background-image: -webkit-linear-gradient(top, #f9f9f9, #dddddd);
    background-image: -moz-linear-gradient(top, #f9f9f9, #dddddd);
    background-image: -ms-linear-gradient(top, #f9f9f9, #dddddd);
    background-image: -o-linear-gradient(top, #f9f9f9, #dddddd);
    background-image: linear-gradient(to bottom, #f9f9f9, #dddddd);
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    font-family: Arial;
    color: #3d3d3d;
    font-size: 16px;
    padding: 10px 20px 10px 20px;
    text-decoration: none;
}


/*#contentarea {
    margin-top:35px;
}*/
.contentarea {
    margin: 0px 20px 20px 20px;
}

.contentareaschedule {
    background-color: #e7e7e2;
    padding: 0px 20px 20px 20px;
    height:900px;
    

}
/*
table#scheduleTable {
    background: #fff;
    border: 1px solid #bebebe;
    padding: 5px 10px 5px 10px;
    font-family: Arial;
    font-size: 13px;
    color: #3d3d3d;
    margin-bottom:10px;
}*/
#scheduleTable {
    background-color: #ffffff;
    stroke: #bebebe;
    stroke-width: 1px;
    width: 99%;
    font-family: Arial;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    border: 1px solid #e7e7e2;
    margin: 0px auto;
    position: relative;
    border-color: #cccccc;
     border-width: 1px;

}

    table#scheduleTable tr {
        height: 30px;
    }

table#detailsSection {
    border: 1px solid #bebebe;
    font-family: Arial;
    font-size: 13px;
    color: #3d3d3d;
}

    table#detailsSection tr th {
        font-family: Arial;
        font-size: 13px;
        color: #ffffff;
        font-weight: bold;
        background-image: linear-gradient(#03acf2, #0093d0);
        height: 35px;
    }
th {
    text-align:inherit !important;
}
th.k-header {
    background: -webkit-linear-gradient(#03acf2, #0093d0) !important;
    background: -o-linear-gradient(#03acf2, #0093d0) !important;
    background: -moz-linear-gradient(#03acf2, #0093d0) !important;
    background: linear-gradient(#03acf2, #0093d0)!important;
    padding: 12px 2px 12px 2px;
    color: #fff !important;
    border: 1px solid #ababab;
    font-size: 13px;
    font-family: Arial;
    font-weight: bold !important;
    overflow:visible;/*faxback*/
}


#content {
    width: 100%;
    float: left;
}

#sidebar {
    width: 300px;
    float: right;
}

#footer {
    clear: both;
}

.fotter {
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
    padding: 0px 0px 0.5% 1.6%;
    font-family: Arial;
    font-size: 14px;
    color: #3d3d3d;
}

.footertextleft {
    width: 73%;
    float: left;
}

.footertextright {
    padding-right: 0px;
    margin-left: 0px;
}

    .footertextright a {
        font-family: Arial;
        font-size: 14px;
        color: #3d3d3d;
        text-decoration: underline;
        padding-right: 1.2%;
    }

#scheduleMenu {
   border-radius: 10px;
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
width:804px !important ;
margin-left: auto;
margin-right: auto;
text-align: center;
border-right: 2px solid #cccccc !important;
border-bottom: 3px solid #bbbbbb !important;
border-top: 2px solid #f0f0f0 !important;
border-left: 2px solid #cccccc !important;
}

 #scheduleMenu>.active>span, #scheduleMenu>.active>span:hover, #scheduleMenu>.active>span:focus  {
     background-color: #999 !important;
 background-image: none !important;
 color: #3a3a3a !important;
    }

    #scheduleMenu > .k-last, #scheduleMenu > .k-last:hover {
        border-right:0px !important;
    }
#scheduleMenu>.k-first:hover {
 border-radius: 10px 0px 0px 10px; 
-moz-border-radius:  10px 0px 0px 10px; 
-webkit-border-radius:  10px 0px 0px 10px; 
border: 0px solid #000000;

}
    #scheduleMenu > .k-last, #scheduleMenu > .k-last:hover {
             border-right:0px;
    }
/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

/* for 980px or less */
@media screen and (max-width: 980px) {

    #pagewrap {
        width: 94%;
    }

    #content {
        width: 65%;
    }

    #sidebar {
        width: 30%;
    }
}

/* for 700px or less */
@media screen and (max-width: 700px) {

    #content {
        width: auto;
        float: none;
    }

    #sidebar {
        width: auto;
        float: none;
    }
}

/* for 480px or less */
@media screen and (max-width: 480px) {

    #header {
        height: auto;
    }

    h1 {
        font-size: 24px;
    }

    #sidebar {
        display: none;
    }
}

/* border & guideline (you can ignore these) */
#content {
    background: #f8f8f8;
}

#sidebar {
    background: #f0efef;
}

#header, #content, #sidebar {
    margin-bottom: 5px;
}
#header {
    height: 80px !important;
}
#nav-container {
    overflow-x: hidden;
    overflow-y: visible;
    height: 88px;
    margin-bottom: -36px;
}
#contentarea #quickView {
    margin-top: 10px;
}
#contentarea #myAccount,
#contentarea #mySearch {
    padding-top: 8px;
}
#contentarea #myAccount {
    margin-top: 36px;
}
.navbar-default {
    background: #dddcdc !important;
    border-top:2px solid #616161 !important;
    border-bottom:2px solid #616161 !important;
    background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc)) !important;
    background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%) !important;
    background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
    background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
    background: linear-gradient(to bottom, #dddcdc 0%,#cccccc 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 ) !important;
}
.nav > li {
    border-right: 1px solid #616161;
}
/*.navbar-default,
.navbar-default .container-fluid,
.navbar-default .container-fluid .navbar-collapse,
.navbar-default .container-fluid .navbar-collapse .nav,
.navbar-default .container-fluid .navbar-collapse .nav li.open {
    overflow-y: visible;
}*/
@media (min-width: 768px) {
    .navbar {
        border-radius: 0px !important;
    }
}
@media (min-width: 768px) {
    ul.dropdown-menu {
        width:1024px;
        margin-left: -162px;
        background: #dddcdc !important;
        border-top:2px solid #616161 !important;
        border-bottom:2px solid #616161 !important;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc)) !important;
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%) !important;
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
        background: linear-gradient(to bottom, #dddcdc 0%,#cccccc 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 ) !important;
    }
}
@media (min-width: 1024px) {
    ul.dropdown-menu {
        width:1360px;
        margin-left: -162px;
        background: #dddcdc !important;
        border-top:2px solid #616161 !important;
        border-bottom:2px solid #616161 !important;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc)) !important;
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%) !important;
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
        background: linear-gradient(to bottom, #dddcdc 0%,#cccccc 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 ) !important;
    }
}

@media (min-width: 1360px) {
    ul.dropdown-menu {
        width: 1600px;
        margin-left: -162px;
        background: #dddcdc !important;
        border-top:2px solid #616161 !important;
        border-bottom:2px solid #616161 !important;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc)) !important;
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%) !important;
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
        background: linear-gradient(to bottom, #dddcdc 0%,#cccccc 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 ) !important;
    }
}
@media (min-width: 1600px) {
    ul.dropdown-menu {
        width: 1600px;
        margin-left: -162px;
        background: #dddcdc !important;
        border-top:2px solid #616161 !important;
        border-bottom:2px solid #616161 !important;
        background: -moz-linear-gradient(top, #dddcdc 0%, #cccccc 100%) !important;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dddcdc), color-stop(100%,#cccccc)) !important;
        background: -webkit-linear-gradient(top, #dddcdc 0%,#cccccc 100%) !important;
        background: -o-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
        background: -ms-linear-gradient(top, #dddcdc 0%,#cccccc 100%)!important;
        background: linear-gradient(to bottom, #dddcdc 0%,#cccccc 100%) !important;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dddcdc', endColorstr='#cccccc',GradientType=0 ) !important;
    }
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 0px 0 !important;
    margin: 0px ;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 4px !important;
    -webkit-box-shadow: 0 0px 0px rgba(0,0,0,.175) !important;
    box-shadow: 0 0px 0px rgba(0,0,0,.175) !important; 
}

.navbar-nav > li > a {
    padding-top:10px !important;
    padding-bottom:10px !important;
}
 ul.dropdown-menu li {
     float:left;
     width:161px;
     text-align:center;
     border-right:1px solid #616161 !important;
    }
.navbar-default .navbar-nav>li>a {
color: #316294 !important;
font-size: 17px;
font-weight: bold;
font-family: arial;
}
.nav>li>a {
position: relative;
display: block;
/* padding: 10px 15px; */
width: 160px;
text-align: center;
color:#ffffff;
}
.container-fluid {
    padding-left: 0px !important;
}
#pagewrap, #header, #content, #sidebar, #footer {
}
/* Tab transition*/
/* the initial position of the next div */
.k-fx-swap.k-fx-start .k-fx-next {
    -webkit-transform: translatex(100%);
    -moz-transform: translatex(100%);
    transform: translatex(100%);
}

/* the final position of the current div */
.k-fx-swap.k-fx-end .k-fx-current {
    opacity: 0;
    -webkit-transform: scale(0.9) !important;
    -moz-transform: scale(0.9);
    transform: scale(0.9);
}

/*a.k-link {
    color: #fff !important;
}*/

/*Provider styling*/
label#txtproviderNameId {
  font-size: .96em !important;
}
label#txtOfficeMangarId {
  font-size: 1em !important;
}
.providermainCSS
        {
            background-color: #e7e7e2;
        }

        #providermainleft
        {
            background-color: #ffffff;
            stroke: #bebebe;
            stroke-width: 1px;
            width: 96%;
            font-family: Arial;
            -webkit-border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid #e7e7e2;
            margin:0px auto;
            position: relative;
        }
        #providermainright
        {
            width:1.6%;
            float:right;
        }
        .history
        {
            background-color: #e7e7e2;
background-color: #ef4634;
stroke: #bebebe;
stroke-width: 1px;
font-family: Arial;
-webkit-border-radius: 0px 3px 3px 0px;
-moz-border-radius: 0px 3px 3px 0px;
border-radius: 0px 3px 3px 0px;
color: #ffffff;
position: relative;
left: -44%;
padding: 2px 4px;
margin-top: -70px;
        }

        #maindetails
        {
            background-color: #e7e7e2;
            width: 100%;
        }
        

        .Hicon
        {
            background-color: #ef4634;
            stroke: #bebebe;
            stroke-width: 1px;
            font-family: Arial;
            -webkit-border-radius: 0px 3px 3px 0px;
            -moz-border-radius: 0px 3px 3px 0px;
            border-radius: 0px 3px 3px 0px;
            color: #ffffff;
        }
        .scheduleInformationtable
        {
            -webkit-border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
            width: 98.2%;
            border: 1px solid #000000;
            display: table;
            position:relative;
            left:0.5%;
            
        }
       
        .chkBox
        {
            background-color: #3d3d3d;
        }

        .inputtext
        {
            border: 0;
            outline: 0;
            background: transparent;
            font-family: Arial;
            font-size: 13px;
            color: #3d3d3d;
         
        }

        label
        {
            font-family: Arial;
            font-size: 13px;
            font-weight: bold;
            color: #3d3d3d;
            width:40%
        }

        textarea
        {
            font-family: Arial;
            font-size: 13px;
            color: #3d3d3d;
            width: 450px;
            height: 95px;
            background-color:#ffffff;
            border-radius: 4px;
            border: 1px solid black;
        }
         .table {
            display: table;
        }
        .row {
            display: table-row;
            padding:0;
            margin:0;
  
        } 
       .cell {
            display: table-cell;
            padding:0;
            margin:0;
            white-space:nowrap;
            /*border:1px solid;*/
        }
        .w30
        {
            width:35%;
        }
      
        .w25
        {
            width:20%;
        }
        .wrl50
        {
            text-align: right;
            float:left;
            width:50%;
            border-color:#e7e7e2;
        }
        .wlr50
        {
            text-align: left;
            float:right;
            width:50%;
            border-color:#e7e7e2;
        }
      
      
        .w20mc
        {
            width:20%;
            vertical-align:middle;
            text-align:center;
        }
        .w20tc
        {
            width:20%;vertical-align:middle;text-align:center;
        }
       
        .wbpm
        {
            width:100%;border-radius:4px;padding:0em;margin:0;
        }
        .wbpl
        {
            width:98.2%;border-radius:6px; position:relative;left:.5%;
        }
       
        .wb4pl
        {
            width: 98.2%;
            border-radius: 4px;
            position: relative;
            left: .5%;
        }
        .w100
        {
            width:100%;
        }
        .w100198
        {
            width:100%;
            height:198px;
        }
      .w100100
        {
            width:100%;
            height:100px;
        }
        /*#PSInformation
        {
            margin-top:20px;
            margin:0px auto;
            width:97%;
            padding:1%;
        }

        #Divbuttoncontainer
        {
            margin-left:500px;
            margin-top:-20px;
        }

        .pradio-toolbar input[type="radio"]
        {
            display: none;
        }

        .pradio-toolbar label
        {
            display: inline-block;
            background-color: #D8D8D8;
            padding: 0;
            margin: 0 auto;
            font-family: Arial;
            font-size: 16px;
            color: #0067ac;
             padding:10px;
            width: 294px;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-bottom-left-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-bottomleft: 12px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            vertical-align: middle;
            text-align: center;
            font-weight: normal;
        }

        .pradio-toolbar input[type="radio"]:checked + label
        {
            background-color: #b3b2b3;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            padding:10px;
            color: #3d3d3d;
            width: 294px;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-bottom-left-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-bottomleft: 12px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            vertical-align: middle;
            text-align: center;
            border-right:solid 1px black;
        }

        .pradio-toolbar1 input[type="radio"]
        {
            display: none;
        }

        .pradio-toolbar1 label
        {
            display: inline-block;
            background-color: #D8D8D8;
            padding: 0;
            margin: 0 auto;
            font-family: Arial;
            font-size: 16px;
            color: #0067ac;
            width: 150px;
            -webkit-border-top-right-radius: 12px;
            -webkit-border-bottom-right-radius: 12px;
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            vertical-align: middle;
            text-align: center;
            font-weight: normal;
             padding:10px;
        }

        .pradio-toolbar1 input[type="radio"]:checked + label
        {
            background-color: #b3b2b3;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            color: #3d3d3d;
            width: 150px;
            padding:10px;
            -webkit-border-top-right-radius: 12px;
            -webkit-border-bottom-right-radius: 12px;
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            vertical-align: middle;
            text-align: center;
            border-left:solid 1px black;
        }*/

        .k-grid-header-marginright
        {
            margin-right:0px !important;
        }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control
{
    cursor:auto !important;
    background-color:#fff !important;
}
         .sc-providerdetails
        {
            background-color: #FFF;
            border: 1px solid #bebebe;
            -webkit-border-bottom-right-radius: 6px;
            -webkit-border-bottom-left-radius: 6px;
            -moz-border-radius-bottomright: 6px;
            -moz-border-radius-bottomleft: 6px;
            border-bottom-right-radius: 6px;
            border-bottom-left-radius: 6px;
   
        }

        .sc-h
        {
            margin: 25px 0 0 0;
            padding: 0px !important;
            text-align:left !important;
            width:46px;
        }

        .sc-inputtext
        {
            border: 0;
            outline: 0;
            background: transparent;
            font-family: Arial !important;
            font-size: 13px !important;
            color: #3d3d3d !important;
            border:none !important;
            box-shadow:none !important;
            padding-right:0 !important;
        }

        .sc-label
        {
            font-family: Arial !important;
            font-size: 13px !important;
            font-weight: bold !important;
            color: #3d3d3d !important;
            text-align: left !important;
            padding:0px !important;
        }
.sc-label-normal
{
    font-family: Arial !important;
            font-size: 13px !important;
            font-weight: normal !important;
            color: #3d3d3d !important;
            text-align: left !important;
            padding:0px !important;
            /*white-space:nowrap;*/
        }
        .form-groupdiv
        {
            margin-bottom :0 !important;
        }
        .SCform-groupdiv
        {
            margin-bottom :0 !important;
            margin-top:10px;
        }
        .sc-radio-toolbar input[type="radio"]
        {
            display: none;
        }

        .sc-radio-toolbar label
        {
            display: inline-block;
            background-color: #D8D8D8;
            padding: 0;
            margin: 0 auto;
            font-family: Arial;
            font-size: 16px;
            color: #0067ac;
            width: 220px;
            height: 50px;
            line-height: 1;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-bottom-left-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-bottomleft: 12px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
        }

        .sc-radio-toolbar input[type="radio"]:checked + label
        {
            background-color: #b3b2b3;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            color: #3d3d3d;
            width: 220px;
            height: 50px;
            line-height: 1;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-bottom-left-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-bottomleft: 12px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            vertical-align: middle;
            text-align: center;
            border-right: solid 1px black;
        }

        .sc-radio-toolbar1 input[type="radio"]
        {
            display: none;
        }

        .sc-radio-toolbar1 label
        {
            display: inline-block;
            background-color: #D8D8D8;
            line-height: 1;
            padding: 0;
            margin: 0 auto;
            font-family: Arial;
            font-size: 16px;
            color: #0067ac;
            width: 150px;
            height: 50px;
            -webkit-border-top-right-radius: 12px;
            -webkit-border-bottom-right-radius: 12px;
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
    
        }

        .sc-radio-toolbar1 input[type="radio"]:checked + label
        {
            background-color: #b3b2b3;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            color: #3d3d3d;
            width: 150px;
            height: 50px;
            -webkit-border-top-right-radius: 12px;
            -webkit-border-bottom-right-radius: 12px;
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            vertical-align: middle;
            text-align: center;
            border-left: solid 1px black;
        }

        .sc-radiobuttonright
        {
            text-align: right !important;
            padding-right: 0 !important;
            margin: 0;
        }
        .sc-margintopbottom
        {
            margin-top:8px;
            margin-bottom:8px;
        }
        .sc-right
        {
            text-align:right;
        }
        .sc-left
        {
            text-align:left;
        }

        .sc-radiobuttonleft
        {
            text-align: left !important;
            padding-left: 0 !important;
            margin: 0;
        }

        .sc-scheduleinromationtabDetails
        {
            background-color: #e1e0e0;
            border: 1px solid #3d3d3d;
            -webkit-border-radius: 12px 12px 12px 12px;
            -moz-border-radius: 12px 12px 12px 12px;
            border-radius: 12px 12px 12px 12px;
        }
       
        .sc-memberinromationtabDetails
        {
            background-color: #e1e0e0;
            border: 1px solid #3d3d3d;
            -webkit-border-radius: 12px 12px 12px 12px;
            -moz-border-radius: 12px 12px 12px 12px;
            border-radius: 12px 12px 12px 12px;
        }
        .sc-textarea
        {
            font-family: Arial !important;
            font-size: 13px !important;
            color: #3d3d3d !important;
            width: 500px !important;
            height: 130px !important;
            background-color: #ffffff !important;
            border-radius: 4px !important;
            border: 1px solid black !important;
        }
        .sc-gridexpanddiv
        {
            padding:0 !important;
            margin:0 !important;
             -webkit-border-radius: 0px 0px 4px 4px;
            -moz-border-radius: 0px 0px 4px 4px;
            border-radius: 0px 0px 4px 4px;
        }
        .sc-paddingleftZero
        {
            padding-left:0px !important;
        }
        .sc-row
        {
            text-align:center !important;
            vertical-align:middle !important;

        }
        .sc-paddingnill
        {
            padding:0px !important;
        }
        .sc-Margingnill
        {
            margin:0px !important;
        }
        .sc-marginleft
        {
            margin-left:20px !important;
        }
    .sc-marginleft-header
        {
            margin-left:60px !important;
        }
.sc-formcontrol
{
    background-color: lightgray !important;
padding: 0px !important;
height: 30px !important;
transition:none;
}
.sc-marginleft-tab
{
    margin-left:18px !important;
}

.memberchartCss #tooltip
{

float: left;
margin-top: -3px;
margin-left: 8px;
position: absolute;
 display: none; 
}


.memberchartCss:hover #tooltip {
    display:inline;
}


         #Schedulemain
        {
            background-color: #e7e7e2;
        }
        #scheduleleft
        {
            -webkit-border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
            border:1px solid;
           width:70%;
           height:100%;
           margin:0px auto;
        
           
        }
        #scheduleright
        {
            -webkit-border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
            border:1px solid;
            width:30%;
            height:100%;
           
        }
         .sc-scheduleheader
        {
            font-family: Arial;
            font-size: 18px;
            color: #fff !important;
            font-weight: bolder !important;
        }
         .sc-rowheader
        {
            padding: 0;
            margin: 0;
            background: linear-gradient(#03acf2, #0093d0) !important;
            border-top:1px solid;
            border-left:1px solid;
            border-right:1px solid;
            text-align: center;
            line-height: 35px;
            height: 35px;
            -webkit-border-top-left-radius: 8px;
            -webkit-border-top-right-radius: 8px;
            -moz-border-radius-topleft: 8px;
            -moz-border-radius-topright: 8px;
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
        }
        .rowheader
        {

             padding: 0;
            margin: 0;
            background: #03acf2;
            background:linear-gradient(#03acf2, #0093d0) !important;
            text-align: center;
            line-height: 35px;
            height: 35px;
            -webkit-border-top-left-radius: 4px;
            -webkit-border-top-right-radius: 4px;
            -moz-border-radius-topleft: 4px;
            -moz-border-radius-topright: 4px;
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }
        span.k-event-actions
{
    display:none;
}
.k-nav-current > .k-link span + span
{
    max-width:400px;
}
span.k-resize-handle.k-resize-n
{
    display:none;
}
span.k-resize-handle.k-resize-s
{
    display:none;
}
span.k-resize-handle.k-resize-w
{
    display:none;
}
span.k-resize-handle.k-resize-e
{
    display:none;
        }
li.k-state-default.k-scheduler-fullday
{
    visibility:hidden;
}
        .w1
        {
            width:1%;
        }
        .w2
        {
            width:2%;
        }
        #schpopcontnt_wnd_title
        {
            color:#fff !important;
            font-family:Arial;
            font-weight:normal;
        }
        #schpopcontnt
        {
            background-color: #e7e7e2;
            text-align:center;
        }
        #schConfrmYes
        {
            width:100px;
        }
        #schConfrmYes:hover
        {
            background-color:#03acf2 !important;
        }
        #schCnclNo
        {
            width:100px;
        }
        #schCnclNo:hover
        {
            background-color:#03acf2 !important;
        }
        .SchTemplatemessage
{
    font-family:Arial !important;
    font-size:15px;
    font-weight:bold;
}

/* OFFLINE MODE PROMPT */
#windowPrompt {
    text-align: center;
}
#windowPrompt p {
    margin-top: 8px;
    margin-bottom: 8px;
}
#windowPrompt button {
    margin: 8px 8px;
}

/* OFFLINE MODE NAV SWITCH */
#offlineMode {
    width: 160px;
    height: 40px;
    position: absolute;
    right: 0px;
    text-align: center;
}
#offlineMode .km-switch {
    margin: 8px auto;
    width: 80px;
}


        /* FAXBACK
            */
        #faxbackmaindetails
        {
            background-color: #e7e7e2;
            width: 100%;
        }
        .w33
        {
            width: 33.33%;
        }
         .w25vt
        {
            /*width: 25%;*/
            vertical-align: middle;
            /*text-align: left;*/
            /*padding-top:3px;*/
        }
         .fradio-toolbar input[type="radio"]
        {
            display: none;
        }

        .fradio-toolbar label
        {
            display: inline-block;
            background-color: #D8D8D8;
            padding: 0;
            margin: 0 auto;
            font-family: Arial;
            font-size: 16px;
            color: #0067ac;
            width: 115px;
            height: 50px;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-bottom-left-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-bottomleft: 12px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            vertical-align: middle;
            text-align: center;
            font-weight: normal;
        }

        .fradio-toolbar input[type="radio"]:checked + label
        {
            background-color: #b3b2b3;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            color: #3d3d3d;
            width: 115px;
            height: 50px;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-bottom-left-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-bottomleft: 12px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            vertical-align: middle;
            text-align: center;
            border-right: solid 1px black;
        }

        .fradio-toolbar1 input[type="radio"]
        {
            display: none;
        }

        .fradio-toolbar1 label
        {
            display: inline-block;
            background-color: #D8D8D8;
            padding: 0;
            margin: 0 auto;
            font-family: Arial;
            font-size: 16px;
            color: #0067ac;
            width: 120px;
            height: 50px;
            -webkit-border-top-right-radius: 12px;
            -webkit-border-bottom-right-radius: 12px;
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            vertical-align: middle;
            text-align: center;
            font-weight: normal;
        }

        .fradio-toolbar1 input[type="radio"]:checked + label
        {
            background-color: #b3b2b3;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            color: #3d3d3d;
            width: 120px;
            height: 50px;
            -webkit-border-top-right-radius: 12px;
            -webkit-border-bottom-right-radius: 12px;
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            vertical-align: middle;
            text-align: center;
            border-left: solid 1px black;
        }
         #fprovidermainleft
        {
            background-color: #ffffff;
            stroke: #bebebe;
            stroke-width: 1px;
            width: 98.2%;
            font-family: Arial;
            -webkit-border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
            border: 1px solid #e7e7e2;
            float: left;
            position: relative;
            left: .5%;
        }
        #fprovidermainright
        {
            width:1.6%;
            float:right;
        }
        .faxbackInformationtable
        {
            -webkit-border-radius: 4px 4px 4px 4px;
            -moz-border-radius: 4px 4px 4px 4px;
            border-radius: 4px 4px 4px 4px;
            width: 98.2%;
            border: 1px solid #000000;
            display: table;
            position: relative;
            left: 0.5%;
        }
        #FaxBackInformation
        {
            padding-top: 3px;
        }

        .ftextarea
        {
            font-family: Arial;
            font-size: 13px;
            color: #3d3d3d;
            width: 330px;
            height: 222px;
            background-color: #ffffff;
            border: 1px solid;
            white-space: nowrap;
            overflow-y:hidden;
            margin:0;
            padding:0;
            border-radius:8px;
        }

        input[type="image"]
        {
            outline:none;
        }

        .navbar {
          margin-bottom: 0px;
          min-height:44px !important;
        }
.caret {
    margin-left:5px !important;
}

.dropdown-menu>li>a {
display: block;
padding: 10px 20px !important;
clear: both;
font-weight: bold !important;
line-height: 1.42857143;
color: #316294 !important;
white-space: nowrap;
font-size:16px;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
    /*To do:shashi. uncomment this..comment the rest and test.*/
 background-color: #999 !important;
 background-image: none !important;
 color: #3a3a3a !important;

/*background-color: #b6b5b5 !important;
background-image: -webkit-linear-gradient(top,#b6b5b5 0,#b6b5b9 100%) !important;
background-image: -o-linear-gradient(top,#b6b5b5 0,#b6b5b9 100%) !important;
background-image: -webkit-gradient(linear,left top,left bottom,from(#b6b5b5),to(#b6b5b9)) !important;
background-image: linear-gradient(to bottom,#b6b5b5 0,#b6b5b9 100%) !important;*/
background-repeat: repeat-x;
}

.dropdown-menu {
    border-radius:0px !important;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background:#999 !important;
    border-bottom:0px solid #616161 !important;
    color:#000 !important;
}

@media (min-width:1280px) {
    .container {
        width: 100% !important;
    }
}


.k-grid-filter.k-state-active {
    background: -webkit-linear-gradient(#03acf2, #0093d0) !important;
    background: -o-linear-gradient(#03acf2, #0093d0) !important;
    background: -moz-linear-gradient(#03acf2, #0093d0) !important;
    background: linear-gradient(#03acf2, #0093d0)!important;
    color: #fff !important;
}

.providerCss #tooltip
{

float: left;
margin-top: -60px;
margin-left: 39px;
position: absolute;
 display: none; 
}


.providerCss:hover #tooltip {
    display:inline;
}


#addEditNursegrid .k-grid-content {
    height:260px;
}


#myList th.k-header .k-link{
    color: #fff !important;
    
}

#grid .k-grid-content {
height:100px;
}
#gridups .k-grid-content {
height:100px;
}
#reviewNurseNames {
    float: left;
    width: 500px;
    height: 50px;
    margin-top: 5px;
    word-wrap:break-word;
    line-height:20px;
}

#selectProjID {
   padding:0;
   width: 250px;
   background: #0093d0;
}

/*login_page_css*/

/*
.logincombobox
{
    text-align: left;
    font-weight: bold;
    font-family: arial;
    font-size: 16px;
    color: #565656;
    height: 44px;
    background: url(../Images/LGtextfield-normal.png) no-repeat;
    background-size: 100% 100%;
    border: 2px solid rgba(155, 151, 151, 0.13);
    border-radius: 10px;
    width:270px;
}
*/

.logintextbox
{
    text-align: left;
    font-weight: bold;
    font-family: arial;
    font-size: 16px;
    color: #565656;
    /* color: #215e86; */
    box-sizing: border-box;
    height: 44px;
    margin: 15px 0 5px -10px;
    padding: 10px 20px;
    background: url(../Images/LGtextfield-normal.png) no-repeat;
    background-size: 100% 100%;
    border: 2px solid rgba(155, 151, 151, 0.13);
    /*border: 2px solid rgba(155, 151, 151, 0.5);*/
    /*border: 2px solid #fefefe;*/
    border-radius: 10px;
    width: 100%;
}

#grid .k-grid-content {
background: lightgrey;
}
#gridups .k-grid-content {
background: lightgrey;
}
#loginIDMsg, #passwordMsg, #pinMsg {
    height: 30px;
    float: left;
    top: 20px;
    left: -40px;
        text-align:left;
        font-family:Arial;
         color:#0067ac;
         font-size:14px;
}
#submitErrorMsg {
    color: #0067ac;
    font-size: 14px;
    text-align:center ;
}
#schedulerDetailsGrid {
    background: #e1e0e0;
}

#btnLogin {
    background: url(../Images/submitbuttonN.png) no-repeat;
    background-size: 100% 100%;
    width: 113px;
    height: 34px;
    display: block;
    margin: 0px auto;
}
#btnLogin:active {
    background: url(../Images/submitbuttonA.png) no-repeat;
    background-size: 100% 100%;
}
#btnLogin:focus {
    text-decoration: none;
}


.alertMessage {
    font-family:Arial;
         color:#0067ac;
         font-size:16px;
         font-weight:bold;
}
.scheduleRow {
    background: lightgray;
}
#addEditNursegrid {
        background: lightgray;
}
#addEditNurseModalWindow  {
    padding:0;
   

}
   
/*[type="checkbox"]:checked + label:after {
    content:check;
    color:blue;
}*/
.mcheckbox:checked + label:after {
    content:check;
    color:blue;
}
.alertMessage.scheduleAlertMessage {
     width: 50%;
    float: right;
    margin-top: -4%;
}

#addEditNursegrid .k-grid-content tbody .k-alt td {
    background: #B2B2B2;

}
.k-window-actions {
display:none;
}
/*#mylist th, td {
    padding:0 !important;
    margin:0 ! important;
}*/

/*COLO css*/
.tab-content {
	/*border: 1px solid #666;*/
	background: white; /*#FFF3B3;*/
	color: black;
	padding: 0.5em;
}


.tab-header {
	position: relative;
	height: 3em;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.tab-header ul.tab-list {
	margin: 0;
	padding: 0;
	position: absolute;
	bottom: -1px;
	width: 50em; /* a width is required for Opera, older Mozilla browsers, and Konqueror browsers */
}

.tab-header ul.tab-list li  {
	display: inline;
	list-style: none;
	margin: 0;
}

.tab-header ul.tab-list a,.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active {
	width: 5em;
    /*width:160px;*/
	display: block;
	float: left;
	padding: 10px 0;
	margin: 1px 2px 0 0;
	text-align: center;
	/*font-family: tahoma, verdana, sans-serif;*/
    font-family: Arial !important;
    font-size: 13px !important;
	text-decoration: none;
	/*color: #333;*/
    color:#ffffff;
    height:40px;
}

.tab-header ul.tab-list span,.tab-header ul.tab-list a.tab-active,.tab-header ul.tab-list a.tab-active:hover {
	/*border-top: 1px solid #666;
	border-left: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: none;*/
	background: #fff;
	color: #555;
	padding-bottom: 6px;
	margin-top: 0;
}

/* a link in a background tab */
.tab-header ul.tab-list a {
	/*background: #ddd;
	border-top: 1px solid #AAA;
	border-left: 1px solid #AAA;
	border-right: 1px solid #AAA;
	border-bottom: none;*/
}

/* hover on a background tab */http://localhost:54858/src/Web.config
.tab-header ul.tab-list a:hover {
	margin-top: 0;
	border-color: #666;
	background: #bbb;
	color: blue;
	padding-bottom: 5px;
}

.tab  /* the heading that became the li */
{
	display: none;
}

      .k-header,.k-treemap-title {
  color: #316294 !important;
}

.nav1{padding-left:0;margin-bottom:0;list-style:none}
.nav1>li{position:relative;display:block}
.nav1>li>a{position:relative;display:block;padding:10px 15px}
.nav1>li>a:hover,.nav>li>a:focus{text-decoration:none;background-color:#eee}
.nav1>li.disabled>a{color:#777}
.nav1>li.disabled>a:hover,.nav>li.disabled>a:focus{color:#777;text-decoration:none;cursor:not-allowed;background-color:transparent}
.nav1 .open>a,.nav1 .open>a:hover,.nav1 .open>a:focus{background-color:#eee;border-color:#428bca}
.nav1 .nav-divider{height:1px;margin:9px 0;overflow:hidden;background-color:#e5e5e5}
.nav1>li>a>img{max-width:none}.nav-tabs{border-bottom:1px solid #ddd}
.nav-tabs1>li{float:left;margin-bottom:-1px}
.nav-tabs1>li>a{color:#ffffff;margin-right:2px;line-height:1.42857143;border:1px solid transparent;border-radius:4px 4px 0 0;font-family: Arial !important;
font-size: 13px !important;}
.nav-tabs1>li>a:hover{border-color:#eee #eee #ddd}
.nav-tabs1>li.active>a,.nav-tabs1>li.active>a:hover,.nav-tabs1>li.active>a:focus{color:#555;cursor:default;background-color:#fff;border:1px solid #ddd;border-bottom-color:transparent}
.nav-tabs1.nav-justified{width:100%;border-bottom:0}
.nav-tabs1.nav-justified>li{float:none}
.nav-tabs1.nav-justified>li>a{margin-bottom:5px;text-align:center}
.nav-tabs1.nav-justified>.dropdown .dropdown-menu{top:auto;left:auto}@media (min-width:768px){.nav-tabs1.nav-justified>li{display:table-cell;width:1%}
.nav-tabs1.nav-justified>li>a{margin-bottom:0}}
.nav-tabs1.nav-justified>li>a{margin-right:0;border-radius:4px}
.nav-tabs1.nav-justified>.active>a,.nav-tabs1.nav-justified>.active>a:hover,.nav-tabs1.nav-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs1.nav-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}
.nav-tabs1.nav-justified>.active>a,.nav-tabs1.nav-justified>.active>a:hover,.nav-tabs1.nav-justified>.active>a:focus{border-bottom-color:#fff}}
/*.nav-tabs1-justified{border-bottom:0}
.nav-tabs1-justified>li>a{margin-right:0;border-radius:4px}
.nav-tabs1-justified>.active>a,.nav-tabs1-justified>.active>a:hover,.nav-tabs1-justified>.active>a:focus{border:1px solid #ddd}@media (min-width:768px){.nav-tabs1-justified>li>a{border-bottom:1px solid #ddd;border-radius:4px 4px 0 0}.nav-tabs1-justified>.active>a,.nav-tabs1-justified>.active>a:hover,.nav-tabs1-justified>.active>a:focus{border-bottom-color:#fff}}
.nav-tabs1 .dropdown-menu{margin-top:-1px;border-top-left-radius:0;border-top-right-radius:0}*/

    /*#scheduleDetails  #scheduleTable .k-header,.k-treemap-title {
  color: #316294 !important;
}*/

/*.k-grid-header-wrap {
    border-radius: 10px 10px 0px 0px;
}*/

#checkAll {
    float: left;
}
#addEditNurseModalWindow #addEditNursegrid #k-grid-header {
    padding-right: 0px ;
    margin-right: 0px !important;
    overflow: visible; /*Faxback*/
}
.viewHistoryStatusTooltip {
display: none;
width: 9%;
margin-top: 0%;
height: 31px;
position: absolute;}
.viewHistoryGridStatusValue:hover .viewHistoryStatusTooltip {
        display:inline;

}

#prvpopcontnt_wnd_title
{
    color:#fff !important;
    font-family:Arial;
    font-weight:bold;
}
#prvpopcontnt
{
    background-color: #e7e7e2;
    text-align:center;
}
#PRConfrmYes
{
    width:120px;
}
#PRConfrmYes:hover
{
    /*background-color:#03acf2 !important;*/
}
#PRCnclNo
{
    width:120px;
}
#PRfxPreView
{
    width:120px;
}

#PRCnclNo:hover
{
    /*background-color:#03acf2 !important;*/
}
.prvTemplatemessage
{
    font-family:Arial !important;
    font-size:18px;
    font-weight:bold;
}
#EptConfrmYes
{
    width:120px;
}
#EptConfrmYes:hover
{
    /*background-color:#03acf2 !important;*/
}
#EptConfrmNo
{
    width:120px;
}
#EptConfrmNo:hover
{
    /*background-color:#03acf2 !important;*/
}

/*faxback*/
.faxTemplatemessage
{
    font-family:Arial !important;
    font-size:18px;
    font-weight:bold;
}
#fxcontnt_wnd_title
{
    color:#fff !important;
    font-weight:bold;
}
#fxcontnt
{
    background-color: #e7e7e2;
    text-align:center;
}
#fxConfrmYes
{
    width:120px;
}
#fxConfrmYes:hover
{
    /*background-color:#03acf2 !important;*/
}
#prvisspopwd
{
    background-color: #e7e7e2;
    text-align:center;
}
#prvIssfrmYes
{
    width:120px;
}
#prvIssfrmYes:hover
{
    /*background-color:#03acf2 !important;*/
}
#prvIssfrmNo
{
    width:120px;
}
#prvIssfrmNo:hover
{
    /*background-color:#03acf2 !important;*/
}

.fx-labelfields
{
    font-size: 14px !important;
    color: #0067ac !important;
    font-weight: bolder !important;
    font-style: italic !important;
    font-family: arial !important;
}
 .fx-inromationtabDetails
        {
            background-color: #e1e0e0;
            border: 1px solid #3d3d3d;
            -webkit-border-radius: 0px 0px 6px 6px;
            -moz-border-radius: 0px 0px 6px 6px;
            border-radius: 0px 0px 6px 6px;
            
        }
         .fradio-toolbar input[type="radio"]
        {
            display: none;
        }

        .fradio-toolbar label
        {
            display: inline-block;
            background-color: #D8D8D8;
            padding: 0;
            margin: 0 auto;
            font-family: Arial;
            font-size: 16px;
            color: #0067ac;
            width: 220px;
            height: 50px;
            line-height: 1;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-bottom-left-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-bottomleft: 12px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
        }

        .fradio-toolbar input[type="radio"]:checked + label
        {
            background-color: #b3b2b3;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            color: #3d3d3d;
            width: 220px;
            height: 50px;
            line-height: 1;
            -webkit-border-top-left-radius: 12px;
            -webkit-border-bottom-left-radius: 12px;
            -moz-border-radius-topleft: 12px;
            -moz-border-radius-bottomleft: 12px;
            border-top-left-radius: 12px;
            border-bottom-left-radius: 12px;
            vertical-align: middle;
            text-align: center;
            border-right: solid 1px black;
        }

        .fradio-toolbar1 input[type="radio"]
        {
            display: none;
        }

        .fradio-toolbar1 label
        {
            display: inline-block;
            background-color: #D8D8D8;
            line-height: 1;
            padding: 0;
            margin: 0 auto;
            font-family: Arial;
            font-size: 16px;
            color: #0067ac;
            width: 150px;
            height: 50px;
            -webkit-border-top-right-radius: 0px;
            -webkit-border-bottom-right-radius: 0px;
            -moz-border-radius-topright: 0px;
            -moz-border-radius-bottomright: 0px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
    
        }

        .fradio-toolbar1 input[type="radio"]:checked + label
        {
            background-color: #b3b2b3;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            color: #3d3d3d;
            width: 150px;
            height: 50px;
            -webkit-border-top-right-radius: 0px;
            -webkit-border-bottom-right-radius: 0px;
            -moz-border-radius-topright: 0px;
            -moz-border-radius-bottomright: 0px;
            border-top-right-radius: 0px;
            border-bottom-right-radius: 0px;
            vertical-align: middle;
            text-align: center;
            border-left: solid 1px black;
        }
        .fradio-toolbar2 input[type="radio"]
        {
            display: none;
        }

        .fradio-toolbar2 label
        {
           display: inline-block;
            background-color: #D8D8D8;
            line-height: 1;
            padding: 0;
            margin: 0 auto;
            font-family: Arial;
            font-size: 16px;
            color: #0067ac;
            width: 150px;
            height: 50px;
            -webkit-border-top-right-radius: 12px;
            -webkit-border-bottom-right-radius: 12px;
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            vertical-align: middle;
            text-align: center;
            font-weight: bold;
        }

        .fradio-toolbar2 input[type="radio"]:checked + label
        {
           background-color: #b3b2b3;
            font-family: Arial;
            font-size: 16px;
            font-weight: bold;
            color: #3d3d3d;
            width: 150px;
            height: 50px;
            -webkit-border-top-right-radius: 12px;
            -webkit-border-bottom-right-radius: 12px;
            -moz-border-radius-topright: 12px;
            -moz-border-radius-bottomright: 12px;
            border-top-right-radius: 12px;
            border-bottom-right-radius: 12px;
            vertical-align: middle;
            text-align: center;
            border-left: solid 1px black;
        }
        #scheduleDetails #schedulerDetailsGrid #sdgrtable1 .k-grid-header {
    
    margin-right: 0px !important;
    overflow: visible; /*Faxback*/


}
        #scheduleDetails #schedulerDetailsGrid #sdgrtable2 .k-grid-header {
   
    margin-right: 0px !important;
    overflow: visible; /*Faxback*/


}
   
#memberListGrid .k-grid-content {
    height:308px !important;
}


input#printButton {
margin-right: 15px;
}

input#emailButton {
margin-right: 15px;
}

input#faxButton {
margin-right: 15px;
}

input#exportButton {
margin-right: 15px;
}
#schedulerDetailsGrid #grid .k-grid-content {
    height: 100px;
}
#schedulerDetailsGrid #gridups .k-grid-content {
    height: 100px;
}
#memberListGrid .k-grid-content {
    background-color: #cccccc;
}
#memberListGrid .k-grid-content {
    height:308px !important;
}
#scheduleMenu .k-first span{
-webkit-border-top-left-radius:10px;
-webkit-border-bottom-left-radius:10px;

}

#scheduleMenu .k-last span{
-webkit-border-top-right-radius:10px;
-webkit-border-bottom-right-radius:10px;
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.k-autocomplete.k-state-border-down,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
 
  background-color: #ebebeb !important;
}


/* 
    CSS Needs to be cleaned up - too many !importants thrown around instead of proper selectors 
    We need to use !important here in the meantime 
*/
#menuItems > li.active,
#menuItems > li.active > a, 
#menuItems > li:active, 
#menuItems > li:active > a {
    background-color: #999 !important;
    background-image: none !important;
    color: #3a3a3a !important;
}
/*#menuItems > li > a:hover {
    color: #3a3a3a !important;
    text-decoration: none;
    background-image: none,-webkit-linear-gradient(top,#cbc5c2 0,#a99f9a 100%);
    background-image: none,-moz-linear-gradient(top,#cbc5c2 0,#a99f9a 100%);
    background-image: none,-o-linear-gradient(top,#cbc5c2 0,#a99f9a 100%);
    background-image: none,linear-gradient(to bottom,#cbc5c2 0,#a99f9a 100%);
    border-top:#616161;
}*/

.k-window-actions {
    display: block;
}
#ibx #windowModal {
    text-align: center;
}