﻿
/* Replace user-splash-screen.png with your own splash screen image */
#msls-id-app-loading .msls-app-loading-img {
    background-image: url(Images/timesheet-app-200.png);
}

/* Font families for screen and dialog headers.  Font families for content inside a screen 
    or dialog are determined by the theme's global font family setting. */
.msls-header .ui-title {
    font-family: 'Segoe Light', 'Segoe UI Light', 'Segoe UI', 'Segoe WP Light', 'Roboto Light','Frutiger','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 200;
}


@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src: url('../fonts/HelveticaNeueLTStd-Lt.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'HelveticaNeueLTStd-Lt';
  src:  url('../fonts/HelveticaNeueLTStd-Lt.otf')  format('opentype'),
	     url('../fonts/HelveticaNeueLTStd-Lt.ttf')  format('truetype'), url('../fonts/HelveticaNeueLTStd-Lt.svg#HelveticaNeueLTStd-Lt') format('svg');
  font-weight: normal;
  font-style: normal;
}





/* Customizable font styles for screen controls */
.msls-font-style-large {
}

.msls-font-style-normal {
}

.msls-font-style-small {
}

.ui-content {
border-width:0;
/*overflow:visible;
overflow-x:hidden !important;*/
}

.msls-large-icon .ui-icon-msls-home {
    background-image: url("Images/timesheet-app.png") !important;
    border-radius: 0;
    border-style: none;
    border-width: 0;
    height: 30px;
    margin-right: 8px !important;
    width: 30px;
}
/* Uncomment the following lines if you want to use certain jQuery Mobile listview features such as 
    count bubbles and icons inside LightSwitch lists. jQuery Mobile relies on list items using 
    position:relative for these features.  However, this setting performs poorly on certain mobile 
    devices (webkit based in particular) when there are large numbers of items in the list. */
/*
.msls-ctl-list .ui-listview > .ui-li,
.msls-ctl-list .ui-field-contain.ui-li {
    position: relative;
}
*/

/* Phone media query (portrait and landscape) */
@media 
screen and (max-width: 400px) and (orientation: portrait), 
screen and (max-width: 640px) and (max-height: 400px) and (orientation: landscape) {
}


.wijmo-wijgrid-datarow {
          height: 50px !important;
      }

.wijmo-wijgrid tr.wijmo-wijgrid-groupheaderrow td
{
    background-color: blue; 
}

/*.wijmo-wijgrid .wijmo-wijgrid-table th.wijmo-wijgrid-rowheader {
    background-color: blue ;
}*/
th.wijgridth 
{
    border-bottom: medium none;
    border-right: 1px solid #ababab;
    font-size: 15px;
    font-weight: bold;
    background: #0072c6;
    color:#fff;
}

.wijmo-wijgrid .wijmo-wijgrid-headerrow .wijmo-c1basefield
{
    text-align: center;
}

.wijmo-wijgrid .wijmo-wijgrid-headerrow .wijmo-wijgrid-headertext
{
    padding: 0.5em 0.25em;
}

.wijmo-wijgrid  .wijmo-wijgrid-headerrow
{
    background-color: blue;
}



.wijmo-wijgrid tr.wijmo-wijgrid-row td.ui-state-highlight {
    background: none repeat scroll 0 0 #c5dded;
    border-color: #2eb5ef;
    color: #000;
}

.wijmo-wijgrid-alternatingrow {
    background: none repeat scroll 0 0 #ffffff;
}
/*.ui-btn-inner {
    cursor: pointer;
    display: block;
    margin: 0.5em 0;
    padding: 0;
    position: relative;
    text-align: center;
   //  background: url(Images/Minus.png) !important;
}
.id-element
{
    font-size: 12px;
}*/
.ui-btn-inner {
font-size:13px;
    border-top-color:transparent;

}
.ui-btn { 
      margin: .5em 1 ! important; 
/*   display: block; 
   text-align: center; 
    cursor:pointer; 
    position: relative; 
    padding: 0; 
*/
}
.ui-table {
border:1px solid #2eb5ef;
}

.wrapdd {
    overflow:hidden; 
   /* white-space:pre-wrap;
    text-overflow:ellipsis;
    -webkit-appearance: none;*/
   
}
.wrapdd option {
    /* word-wrap:break-word;
    white-space: nowrap;*/
    width: 100%;
}
.plusbutton {
background: url('Images/plus-sign.png') no-repeat; 
width: 20px; 
height: 20px;
border:none; position:relative; bottom:2px;
}




   


.minusbutton {
background: url('Images/minus-sign.png') no-repeat; 
width: 20px; 
height: 20px;
border:none; position:relative; bottom:2px;
}



.next {
background: url('Images/right-arrow.png') no-repeat ! important;
width: 20px; 
height: 20px;
border:none;
}
.previousButton {
background: url('Images/left-arrow.png') no-repeat; 
width: 20px; 
height: 20px;
border:none; 
}

.nextbtn {
background: url('Images/right-arrow.png') no-repeat ! important;
width: 20px; 
height: 20px;
border:none; position:relative; top:18px;
}
.prevbtn {
background: url('Images/left-arrow.png') no-repeat; 
width: 20px; 
height: 20px;
border:none; position:relative; top:18px;
}

/*
.table-stripe tbody tr:nth-child(2n+1) td input {
    background-color: #f5f5f5;
}
.ui-btn-active {
    background: linear-gradient(#cde6f7, #cde6f7) repeat scroll 0 0 #cde6f7;
    border: 1px solid #2a8dd4;
    color: #222;
    cursor: pointer;
    font-family: 'Segoe UI','Segoe WP','Roboto','Frutiger','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 0 0 0 #cde6f7;
}

table.msls-table > tbody .ui-btn-active {
    background: linear-gradient(#cde6f7, #cde6f7) repeat scroll 0 0 #cde6f7;
}

div.ui-input-text{
    border:none;
}*/
.noborder{
    border:none;
}
.timesheet{
    background-image:url('Images/ico-timesheet.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
.approval{
    background-image:url('Images/ico-approval.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
.reports{
    background-image:url('Images/ico-reports.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
.admin{
    background-image:url('Images/ico-admin.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
.clients{
    background-image:url('Images/ico-clients.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
.projects{
    background-image:url('Images/ico-projects.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
.tasks{
    background-image:url('Images/ico-tasks.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
.resources{
    background-image:url('Images/ico-resources.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
.assignment{
    background-image:url('Images/ico-assignment.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
.plus{
    background-image:url('Images/plus-sign.png');
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    background-size:cover;
    background-position:center center;
    border:none;
}
.minus{
    background-image:url('Images/minus-sign.png');
    background-repeat:no-repeat;
    width:20px;
    height:20px;
    background-size:cover;
    background-position:center center;
    border:none;
}
.upload{
    background-image:url('Images/ico-upload.png');
    background-repeat:no-repeat;
    width:127px;
    height:84px;
    background-size:cover;
    background-position:center center;
    margin-left:15px;
}
 /*.ui-btn-inner {
    text-align: left;
    height: 10px;
    font-size:13px;
}*/
 .table-stripe tbody tr:nth-child(2n+1) td .ui-input-text {
     background-color:#f5f5f5;
 }
.validation {
    color: red;
    font-weight:bold;
}
.lineadded {
    border: 1px solid #ababab;
    display: block;
    height: 20px;
    position: relative;
    right: 9px;
    text-align: center;
    width: 41px;
}
.lineaddedOld {
    border: 1px solid #ababab;
    display: block;
    height: 20px;
    position: relative;
    /*right: 9px;*/
    text-align: center;
    width: 41px;
}
.gridrow {
    text-align:center ! important;
    margin-left:-3px ! important;
    font-size:14px ! important;
    background-color:#fff ! important;
    /*border:1px solid #ababab ! important;*/ 
    width:40px ! important;

}
#pageloaddiv {
position: fixed;
left: 0px;
top: 0px;
width: 100%;
height: 100%;
z-index: -9999;
background: url('Images/loading.gif') no-repeat center center;
background-color: #fff;
opacity: .5;
}
/*div.ui-input-text.gridrow {
border:0px; 
padding:0;
}*/

.treebody {
     overflow:auto;
      border:none;
      width:574px;
      height:436px;
 }
.close{
    position:absolute;
    height:22px;
    width:22px;
    right:10px;
    top:6px;
    text-align:center;
    cursor:pointer;
    color:#fff;
    font-family: 'Segoe Light', 'Segoe UI Light', 'Segoe UI', 'Segoe WP Light', 'Roboto Light','Frutiger','Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size:16px;
    border:2px solid  #fff;
    border-radius: 50%;
    behavior: url(PIE.htc);
}
.poptitle{
  background: #0072c6;
  /*background: linear-gradient(#0072c6, #0072c6);*/
  /*border-radius: 6px;*/
  height:30px;
  padding-left:12px;
  padding-top:8px;
  color:#fff;
  font-family: 'Segoe Light', 'Segoe UI Light', 'Segoe UI', 'Segoe WP Light', 'Roboto Light','Frutiger','Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size:15px;
  font-weight:bold;
  position:relative;
}
.roundplusbtn{
    position:absolute;
    height:20px;
    width:20px;
    right:12px;
    top:29px;
    text-align:center;
    cursor:pointer;
    color:#0072c6;
    border:2px solid  #0072c6;
    border-radius: 50%;
    behavior: url(PIE.htc);
    font-weight:bold;
}
.wrapperDiv{
    position:relative;
    padding-right: 7px;
    padding-left: 10px;
}/*.*/
 .lblClass
 {
     color:#646464;
     font-size:12px;
 }

.treeinputClass{
    width: 170px ! important;
    height:17px;
    font-size:13px ! important;
}
.treeinputassgnClass{
    width: 387px ! important;
    height:17px;
    font-size:13px ! important;
}
.treeinputprojectClass{
    width: 402px ! important;
    height:17px;
    font-size:13px ! important;
}
.projectnamediv{
     /* border: 1px solid #646464;
     width: 50%;
     -ms-word-wrap: break-word;
     padding:5px;
    background: #0072c6;
     color:#fff;
     text-align:center;*/
     font-weight:bold;
     height:25px;
     width: 574px;   
}
.clientnamediv{
     /* border: 1px solid #646464;
     width: 50%;
     -ms-word-wrap: break-word;
     padding:5px;
    background: #0072c6;
     color:#fff;
     text-align:center;*/
     font-weight:bold;
     height:25px;
}
.searchinput{
 width: 300px ;
 height:17px;
 font-size:14px;
}
.TaskDiv{
margin-left: 15px;
padding-top: 10px;
overflow:visible;
}

.datecontrol{
  /*width: 85px ! important;
  height: 10px ! important;*/
  font-size: 14px ! important;
  margin-left:54% ! important;
  height:20px ! important;
  margin-top:0 ! important;
  z-index:6000;
}

/*.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}

.ui-datepicker a {
	text-decoration: none;
}

.ui-datepicker table {
	width: 100%;
}

.ui-datepicker-header {
	background: url('../img/dark_leather.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	text-shadow: 1px -1px 0px #000;
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}

.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('../img/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}

.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

.ui-datepicker thead {
	background-color: #f7f7f7;
	background-image: -moz-linear-gradient(top,  #f7f7f7 0%, #f1f1f1 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f7f7), color-stop(100%,#f1f1f1));
	background-image: -webkit-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -o-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: -ms-linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	background-image: linear-gradient(top,  #f7f7f7 0%,#f1f1f1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7f7f7', endColorstr='#f1f1f1',GradientType=0 );
	border-bottom: 1px solid #bbb;
}

.ui-datepicker th {
	text-transform: uppercase;
	font-size: 6pt;
	padding: 5px 0;
	color: #666666;
	text-shadow: 1px 0px 0px #fff;
	filter: dropshadow(color=#fff, offx=1, offy=0);
}*/

.assignmentbody {
     overflow:auto;
      border:none;
      width:574px;
      height:40px;
      padding-top:15px;
 }

#MyAssignmentDiv {
height:55px;
width:300px;
}

.AssignPop{
padding-top: 10px;
overflow:visible;
}
.assignmentpopbody {
     overflow:auto;
      border:none;
      width:300px;
      height:40px;
      padding-top:15px;
      text-align:center;
 }
table#classradio{
width: 100%;
} 
table#classradio td{
text-align:left;
padding-left:15px;
}

    /* Custom chart styling */
    .jOrgChart {
    margin                : 10px;
    padding               : 20px;
    }

    /* Custom node styling */
    .jOrgChart .node {
    font-size 			: 14px;
    background-color 	: #fff;
    border-radius 		: 6px;
    border 				: 2px solid #0072c6;
    color 				: #0072c6;
    -moz-border-radius 	: 6px;
    }
    .node p{
    font-family 	: tahoma;
    font-size 		: 10px;
    line-height 	: 11px;
    padding 		: 2px;
    }

    /* Updated CSS For menu*/

    /* ---------------- Navigationtop -----------------*/

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    background-clip: padding-box;
}

    .dropdown-menu.pull-right {
        right: 0;
        left: auto;
    }

    .dropdown-menu .divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 3px 20px;
        clear: both;
        font-weight: 400;
        line-height: 1.42857143;
        color: #333;
        white-space: nowrap;
    }

        .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
            text-decoration: none;
            color: #262626;
            background-color: #f5f5f5;
        }

    .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
        color: #fff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

    .dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
        color: #999;
    }

        .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
            text-decoration: none;
            background-color: transparent;
            background-image: none;
            filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
            cursor: not-allowed;
        }

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px solid;
    content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 1px;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .btn-group > .btn, .btn-group-vertical > .btn {
        position: relative;
        float: left;
    }

        .btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
            z-index: 2;
        }

        .btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
            outline: 0;
        }

    .btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
        margin-left: -1px;
    }

.btn-toolbar {
    margin-left: -5px;
}

    .btn-toolbar .btn-group, .btn-toolbar .input-group {
        float: left;
    }

    .btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
        margin-left: 5px;
    }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

    .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

    .btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .btn-group > .btn-group:last-child > .btn:first-child {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

    .btn-group.open .dropdown-toggle.btn-link {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

    .btn-group-vertical > .btn-group > .btn {
        float: none;
    }

    .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
        margin-top: -1px;
        margin-left: 0;
    }

    .btn-group-vertical > .btn:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

    .btn-group-vertical > .btn:first-child:not(:last-child) {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn:last-child:not(:first-child) {
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
        border-radius: 0;
    }

    .btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

    .btn-group-justified > .btn, .btn-group-justified > .btn-group {
        float: none;
        display: table-cell;
        width: 1%;
    }

        .btn-group-justified > .btn-group .btn {
            width: 100%;
        }

[data-toggle=buttons] > .btn > input[type=radio], [data-toggle=buttons] > .btn > input[type=checkbox] {
    display: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

    .input-group[class*=col-] {
        float: none;
        padding-left: 0;
        padding-right: 0;
    }

    .input-group .form-control {
        position: relative;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }
    //////
.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

    .input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
        border-radius: 0;
    }

.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

    .input-group-addon.input-sm {
        padding: 5px 10px;
        font-size: 12px;
        border-radius: 3px;
    }

    .input-group-addon.input-lg {
        padding: 10px 16px;
        font-size: 18px;
        border-radius: 6px;
    }

    .input-group-addon input[type=radio], .input-group-addon input[type=checkbox] {
        margin-top: 0;
    }

    .input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        border-bottom-right-radius: 0;
        border-top-right-radius: 0;
    }

    .input-group-addon:first-child {
        border-right: 0;
    }

    .input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
        border-bottom-left-radius: 0;
        border-top-left-radius: 0;
    }

    .input-group-addon:last-child {
        border-left: 0;
    }

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

    .input-group-btn > .btn {
        position: relative;
    }

        .input-group-btn > .btn + .btn {
            margin-left: -1px;
        }

        .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
            z-index: 2;
        }

    .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
        margin-right: -1px;
    }

    .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
        margin-left: -1px;
    }

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

    .nav > li {
        position: relative;
        display: block;
    }

        .nav > li > a {
            position: relative;
            display: block;
            padding: 10px 15px;
        }

            .nav > li > a:hover, .nav > li > a:focus {
                text-decoration: none;
                background-color: #eee;
            }

        .nav > li.disabled > a {
            color: #999;
        }

            .nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
                color: #999;
                text-decoration: none;
                background-color: transparent;
                cursor: not-allowed;
            }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #eee;
        border-color: #428bca;
    }

    .nav .nav-divider {
        height: 1px;
        margin: 9px 0;
        overflow: hidden;
        background-color: #e5e5e5;
    }

    .nav > li > a > img {
        max-width: none;
    }

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            margin-right: 2px;
            line-height: 1.42857143;
            border: 1px solid transparent;
            border-radius: 4px 4px 0 0;
        }

            .nav-tabs > li > a:hover {
                border-color: #eee #eee #ddd;
            }

        .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
            color: #555;
            background-color: #fff;
            border: 1px solid #ddd;
            border-bottom-color: transparent;
            cursor: default;
        }

    .nav-tabs.nav-justified {
        width: 100%;
        border-bottom: 0;
    }

        .nav-tabs.nav-justified > li {
            float: none;
        }

            .nav-tabs.nav-justified > li > a {
                text-align: center;
                margin-bottom: 5px;
            }

        .nav-tabs.nav-justified > .dropdown .dropdown-menu {
            top: auto;
            left: auto;
        }

@media (min-width:768px) {
    .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width:768px) {
    .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.nav-pills > li {
    float: left;
}

    .nav-pills > li > a {
        border-radius: 4px;
    }

    .nav-pills > li + li {
        margin-left: 2px;
    }

    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
        background-color: #428bca;
    }

.nav-stacked > li {
    float: none;
}

    .nav-stacked > li + li {
        margin-top: 2px;
        margin-left: 0;
    }

.nav-justified {
    width: 100%;
}

    .nav-justified > li {
        float: none;
    }

        .nav-justified > li > a {
            text-align: center;
            margin-bottom: 5px;
        }

    .nav-justified > .dropdown .dropdown-menu {
        top: auto;
        left: auto;
    }

@media (min-width:768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }

        .nav-justified > li > a {
            margin-bottom: 0;
        }
}

.nav-tabs-justified {
    border-bottom: 0;
}

    .nav-tabs-justified > li > a {
        margin-right: 0;
        border-radius: 4px;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border: 1px solid #ddd;
    }

@media (min-width:768px) {
    .nav-tabs-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

@media (min-width:768px) {
    .navbar {
        border-radius: 4px;
    }
}

@media (min-width:768px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    max-height: 340px;
    overflow-x: visible;
    padding-right: 15px;
    padding-left: 15px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1);
    -webkit-overflow-scrolling: touch;
}

    .navbar-collapse.in {
        overflow-y: auto;
    }

@media (min-width:768px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

        .navbar-collapse.collapse {
            display: block !important;
            height: auto !important;
            padding-bottom: 0;
            overflow: visible !important;
        }

        .navbar-collapse.in {
            overflow-y: visible;
        }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
    margin-right: -15px;
    margin-left: -15px;
}

@media (min-width:768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width:768px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width:768px) {
    .navbar-fixed-top, .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

    .navbar-brand:hover, .navbar-brand:focus {
        text-decoration: none;
    }

@media (min-width:768px) {
    .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -15px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .navbar-toggle:focus {
        outline: 0;
    }

    .navbar-toggle .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
    }

        .navbar-toggle .icon-bar + .icon-bar {
            margin-top: 4px;
        }

@media (min-width:768px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -15px;
}

    .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
        line-height: 20px;
    }

@media (max-width:767px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

        .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
            padding: 5px 15px 5px 25px;
        }

        .navbar-nav .open .dropdown-menu > li > a {
            line-height: 20px;
        }

            .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
                background-image: none;
            }
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

        .navbar-nav > li {
            float: left;
        }

            .navbar-nav > li > a {
                padding-top: 15px;
                padding-bottom: 15px;
            }

        .navbar-nav.navbar-right:last-child {
            margin-right: 0px;
        }
}

@media (min-width:768px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
    }
}

.navbar-form {
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px 15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.1),0 1px 0 rgba(255,255,255,.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width:768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio, .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        padding-left: 0;
        vertical-align: middle;
    }

        .navbar-form .radio input[type=radio], .navbar-form .checkbox input[type=checkbox] {
            float: none;
            margin-left: 0;
        }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width:767px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }
}

@media (min-width:768px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

        .navbar-form.navbar-right:last-child {
            margin-right: -15px;
        }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

    .navbar-btn.btn-sm {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .navbar-btn.btn-xs {
        margin-top: 14px;
        margin-bottom: 14px;
    }

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width:768px) {
    .navbar-text {
        float: left;
        margin-left: 15px;
        margin-right: 15px;
    }

        .navbar-text.navbar-right:last-child {
            margin-right: 0;
        }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7; padding:0;
    z-index:3500!important;
}

    .navbar-default .navbar-brand {
        color: #777;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #5e5e5e;
            background-color: transparent;
        }

    .navbar-default .navbar-text {
        color: #777;
    }

    .navbar-default .navbar-nav > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }

    .navbar-default .navbar-toggle {
        border-color: #ddd;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #ddd;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #888;
        }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-color: #e7e7e7;
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
        background-color: #e7e7e7;
        color: #555;
    }

@media (max-width:767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #333;
            background-color: transparent;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

    .navbar-default .navbar-link:hover {
        color: #333;
    }

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

    .navbar-inverse .navbar-brand {
        color: #999;
    }

        .navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #333;
    }

        .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
            background-color: #333;
        }

        .navbar-inverse .navbar-toggle .icon-bar {
            background-color: #fff;
        }

    .navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
        border-color: #101010;
    }

    .navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
        background-color: #080808;
        color: #fff;
    }

@media (max-width:767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #999;
    }

        .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #fff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #080808;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #999;
}

    .navbar-inverse .navbar-link:hover {
        color: #fff;
    }

   /* ---------------- Navigationtop -----------------*/

    /* Uncomment the following lines if you want to use certain jQuery Mobile listview features such as 
    count bubbles and icons inside LightSwitch lists. jQuery Mobile relies on list items using 
    position:relative for these features.  However, this setting performs poorly on certain mobile 
    devices (webkit based in particular) when there are large numbers of items in the list. */
/*
.msls-ctl-list .ui-listview > .ui-li,
.msls-ctl-list .ui-field-contain.ui-li {
    position: relative;
}
*/

/* Phone media query (portrait and landscape) */
@media 
screen and (max-width: 400px) and (orientation: portrait), 
screen and (max-width: 640px) and (max-height: 400px) and (orientation: landscape) {
}
/*@media screen and (min-width: 799px){
.metro .dropdown-menu {
        min-width: 640px;
    }
.metro .dropdown-menu li{
    float:left;
        width:auto;

    }

}*/

/*@media screen and (max-width: 1359px) and (min-width:768px) {

    .metro .dropdown-menu {
    background: #dddddd none repeat scroll 0 0;
    border: medium none;
    min-width: auto!important;
}
  

}*/





@media screen and (min-width: 320px) {

     /*-----------navigationarea-----------------*/

    .metro .dropdown-menu {
        min-width: 1400px;
        background: #dddddd;
        border: none;
    }

        .metro .dropdown-menu li {
            float: left;
            width: auto;
            margin: 6px 0 0 0;
        }

    .ui-select .ui-btn-up-a {
        background: none !important;
    }

    .msls-large-icon.ui-btn-icon-top .ui-icon {
        margin-left: 42px;
    }

    .ui-body-a, .ui-overlay-a {
        background: none;
    }

    ul.dropdown-custom li a {
        color: #fff;
        min-height: 35px;
        min-width: 174px;
        margin: 5px 7px 5px 7px;
        line-height: 45px;  padding-bottom: 11px;
    padding-top: 14px !important
    }

    ul.dropdown-custom li a {
        background: #0094ff !important;
    }

        ul.dropdown-custom li a:hover {
            background: #40BFEA !important;
            color: #fff;
        }

        ul.dropdown-custom li a:active {
            background: #0094ff;
        }

    ul.dropdown-custom li a {
        background: #0094ff;
    }


    ul.dropdown-custom li.blue a {
        background: #1e4184 !important;
    }

        ul.dropdown-custom li.blue a:hover {
            background: #40BFEA !important;
        }

    ul.dropdown-custom li.orange a {
        background: #ce7200 !important;
    }

        ul.dropdown-custom li.orange a:hover {
            background: #40BFEA !important;
        }

    ul.dropdown-custom li.green a {
        background: #3e7239 !important;
    }

        ul.dropdown-custom li.green a:hover {
            background: #40BFEA !important;
        }

    ul.dropdown-custom li.grey a {
        background: #555555 !important;
    }

        ul.dropdown-custom li.grey a:hover {
            background: #40BFEA !important;
        }


    ul.dropdown-custom li a:hover {
        background: #40BFEA;
        color: #fff;
    }

    .navbar-default {
        background-color: #002050 !important;
        background-image: none !important;
        color: #fff;
        z-index: 10;
        padding: 5px;
    }

    .navbar-nav > .open > a:focus {
        color: #fff;
    }

    .navbar-custom i {
        font-size: 20px;
    }

    .navbar-nav li.home a {
        color: #fff !important;
    }

        .navbar-nav li.home a:hover {
            color: #fff !important;
        }

    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff;
    }

    .navbar-custom li.dropdown a, li#SelectLevel2 a {
        color: #fff;
    }

    /*.navbar-custom li.dropdown a:hover,li#SelectLevel2 a:hover{ color:#fff!important; background:#40BFEA!

important;}*/

    .navbar-nav li a {
        color: #111;
        text-shadow: none !important;
    }

    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

    .msls-table tr.msls-table-row {
        cursor: default!important;
        position: static;
        height: 40px;
    }

    .nav > li > a:hover {
        color: #111 !important;
    }

    #SelectLevel1 {
        position: absolute;
    }

    .navbar-nav li a {
        /* z-index: 9999 !important;*/
        z-index: 100 !important;
        text-decoration: none;
    }

    #SelectLevel1 a.dropdown-toggle {
        margin-left: 5.9em; /* min-height:52px;*/
    }

    #SelectLevel2 a {
        margin-left: 10em;
    }

        #SelectLevel2 a:hover {
            color: #fff !important;
        }

    .navbar-right {
        margin-right: 10px !important;
    }

        .navbar-right li a {
            color: #fff;
        }

            .navbar-right li a:hover {
                color: #fff !important;
                background:none!important;
            }



    .navbar-default .navbar-nav > li > a {
        color: #fff;
    }

         /*-----------navigationarea-----------------*/



    .msls-dateTimePicker-container > fieldset.ui-controlgroup-horizontal div.ui-select, .msls-dateTimePicker-container > fieldset.ui-controlgroup-horizontal div.ui-select div.ui-btn {
        display: block;
        float: left;
        min-height: 20px;
    }

    .ui-select .ui-btn-inner {
        text-align: left;
        height: 20px !important;
        width: 57px;
        border-right: solid 1px #999;
    }

    .msls-leaf .ui-select {
        /*width: 120px !important;*/
        outline: none;
    }

    .ui-input-search, div.ui-input-text {
        margin: .5em 0;
        background-image: none;
        position: relative;
        min-height: 26px;
    }


    .ui-controlgroup-controls  .ui-select .ui-btn-inner {
    border-right: 1px solid #999;
    height: 20px !important;
    text-align: left;
    width: auto; 
}


        /*-----------navigationarea-----------------*/


    .navbar-custom li.dropdown a, li#SelectLevel2 a {
        color: #fff !important;
    }
    .floatDiv {
       z-index: 1000;
        width:100%;
        height:20px;
        position: fixed;margin-bottom:25px;
        color : #000;
        top: 63px;
        right: 50px;
        left: 0px;
        padding: 5px;
        background-color: #fff19e; 
        border:1px solid pink;
    }

   


        /*#floatingDiv {
        z-index: 1000;
        width:100%;
        height:20px;
        position: fixed;margin-bottom:25px;
        color : #000;
        top: 63px;
        right: 50px;
        left: 0px;
        padding: 5px;
        background-color: #fff19e; 
    }*/

    #floatingDiv #info {color: #444444;
    font-weight: normal;
    padding-left: 14px;
    padding-right: 10px; font-size:12px; width:auto;
        }

    /* arup*/
    .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
        color: #fff !important;
        outline:none;
       /* background-color: #e1e1e1!important;
        background-color: #002050 !important;*/
        
    }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        color: #000 !important;
        background-color: #e1e1e1 !important;
        /*background-color: #002050!important;*/
    }

    .msls-header .msls-header-area {
        padding: 35px 0 20px 18px;
    }

    .navbar-nav > li > .dropdown-menu {
    }

    /*-----------navigationarea-----------------*/

    /*Page title area*/

 .titles-bar {
    position: relative;
    top: 17px;
    margin-bottom: 12px;
    padding: 0;
    width: 100%;
    float: left;
    margin-top: 17px;
    margin-left: 10px;
}
        /*Page title area*/

    .msls-table tr th {
        background: #f47414 !important;

    }

        .msls-table tr th:first-child {
            border-top-left-radius: 5px;
            color: #fff;
            
            
        }

        .msls-table tr th:last-child {
            border-top-right-radius: 5px;
            color: #fff;
            padding-left: 21px;
            
        }

    .msls-table tr td {
        background: #f5f5f5;
    }

    .msls-table tr.TimesheetFooterCss td {
        background: #ededed !important;
    }
    .ui-page-footer-fixed {
    top:20px!important;
    }

    /*Shadow for grid*/
    /*.msls-table {
moz-box-shadow: 3px 3px 4px #000;
-webkit-box-shadow: 3px 3px 4px #000;
box-shadow: 3px 3px 4px #000;
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=10, Direction=135, Color='#000000')";
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
border-top-right-radius: 5px;  border-top-left-radius: 5px;

        }*/



    .msls-presenter p {
        display: none;
    }
    /*breadcrumb*/

    .msls-large-icon.ui-btn-icon-top .ui-btn-inner {
        width: 115px;
        padding-top: 30px;
        padding-bottom: 0;
        white-space: normal;

    }

    .ui-btn .ui-shadow .ui-btn-corner-all .ui-btn-icon-right .ui-btn-up-a {
        border: solid;
        background: blue;
    }

    /*.chosen-container-single .chosen-single {margin-left:6px;}*/

    /*.msls-table tr td:first-child { border-bottom-left-radius: 8px;}
.msls-table tr td:last-child { border-bottom-right-radius: 8px;}*/

    .plusbutton {
        background: url('Images/plus-sign.png') no-repeat;
        border: none;
        width: 20px;
        height: 20px;
    }

        /*.msls-large-icon .ui-icon-msls-move {
  background-position: -920px 0;
}*/
        .plusbutton img {
            outline: none;  position:relative; bottom:2px;
        }

    .minusbutton {
        background: url('Images/minus-sign.png') no-repeat;
        border: none;
        outline: none;
        width: 20px;
        height: 20px;
    }

        .minusbutton img {
            outline: none;
        }

    .datewidth {
        width: 60px;
    }

    /*Home Table class*/
    .timeSheetContainerMain {
        width: 590px;
        height: 124px;
       /* border-top: solid 1px #dddddd;*/
        margin-top:0em;
        /*margin-top:-30px;*/
        /*border-left: solid 1px #dddddd;
          border-right: solid 1px #dddddd;*/
    }

    .dvchartTitlecss {
        font-size: 10px;
        color: black;
        margin-top: 7px;
        height: 21px;
    }

    .timeSheetContainerHeader {
        background-color: #f47414;
        border-bottom: 2px solid #ddd;
        color: #fff;
        height: 30px;
        text-align: left;
        width: 595px;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
        

    }

    .timeSheetHeaderElementCard {
        width: 11%;
        height: 28px;
        float: left;
        font-weight: bold;
        margin-left: 5px; position:relative; right:25px;
    }

    .timeSheetHeaderElementPeriod {
        width: 42%;
        height: 28px;
        float: left;
        font-weight: bold;
        margin-left: 4px;
    }

    .timeSheetHeaderElementDueDate {
        /*width: 25%;*/ width:auto;
        height: 28px;
        float: left;
        font-weight: bold;
        margin-left: -8px;
    }

    .timeSheetHeaderElementCard span {
        display: block;
        margin-top: 5px;
    }

    .timeSheetHeaderElementPeriod span {
        display: block;
        margin-top: 5px;
    }

    .timeSheetHeaderElementDueDate span {
        display: block;
        margin-top: 5px;
    }

    .timeSheetHeaderElementStatus {
        /*width: 25%;*/ width:auto;
        height: 28px;
        float: right;
        font-weight: bold;
        margin-left: 8px;

}

li.borderLight {border:solid 1px #dddddd!important; padding:3px 0 3px 0;}

li.borderLight:last-child {margin-bottom:40px;}

.timeSheetHeaderElementStatus span {
        display: block;
        margin-top: 6px; padding-right:48px;
    }


    .timeSheetRowContainer {
        width: 583px;
        height: 30px;
        text-align: left;
        border-bottom: solid 1px #dddddd;
        border-right: solid 1px #dddddd;
        border-left: solid 1px #dddddd;
        padding: 5px;
    }

   .timeSheetRowElement1 {
    float: left;
    font-size: 12px;
    height: 28px;
    margin-left: 5px;
    position: relative;
    right: 30px;
    width: auto;
}


    .timeSheetRowElement1Icon {
        width: 30px;
        height: 28px;
        margin-left: 15px; line-height:39px;
        /*background-color:#2672e5;*/
    }

   
.timeSheetRowElement2 {
  float: left;
  font-size: 12px;
  height: 28px;
  margin-left: -21px;
  padding-top: 4px;
  margin-right: 9px;
  width: 36%;
}

   

.timeSheetRowElement3Red {
    color: red;
    float: left;
    font-size: 12px;
    height: 28px;
    margin-left: 30px;
    padding-left: 10px;
    line-height:18px;
    padding-top: 5px;
    text-align: left;
    width: 12%;
}

.timeSheetRowElement3{
   
    /*color: #000;*/
    float: left;
    font-size: 12px;
    height: 28px;
    margin-left: 30px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 14%;
}

.timeSheetRowElement3Red {
    color: red;
    float: left;
    font-size: 12px;
    height: 28px;
    line-height: 22px;
    margin-left: 30px;
    padding-left: 10px;
    padding-top: 5px;
    text-align: left;
    width: 22%;
}

    .msls-content {
        box-sizing: border-box;
        margin: 0;
        overflow: no-display;
        padding: 0 15px;
    }

     .ui-mobile .ui-header {overflow:hidden;
                             /*overflow-y:visible!important;
                              padding-bottom:25px;*/ }

 .ui-mobile .ui-footer { overflow-x:hidden; overflow-y:visible!important;} /*Remove horizontal scroll in 150% view in IE */


    /*.ui-mobile .ui-footer { overflow-x:hidden!important;}*/

    .SubmitedUnsubmitedTilesParent {
        width: 593px;
        height: 250px;
    }

    .submitedTimesheetGreen {
        background-color: #22b14c;
        float: left;
        width: 290px;
        height: 235px;
    }



    .unsubmitedTimesheetYellow {
        /*background-color:#ffc90e;*/
        /*background-color:#ffaa2a;*/
        background-color: #de7628;
        margin-left: 13px;
        float: left;
        width: 290px;
        height: 235px;
    }

    .bigTitlesubmitedTimesheet {
        font-size: 26px;
        color: white;
        margin-top: 25px;
        margin-left: 15px;
    }

    .submitedTilesLink {
        font-size: 12px;
        color: white;
        margin-top: 55px;
        margin-left: 15px;
    }

        .submitedTilesLink a {
            font-size: 12px;
            color: white;
        }

    .ddlWeekSelectionCss {
        width: 200px;
        height: 30px;
    }

    .dvPreviousBtn {
        width: 18px;
        height: 18px;
        float: left;
        border: solid 1px #333;
        cursor: pointer;
        background-color: #999;
        color: black;
        font-size: 11px;
    }

    .dvNextBtn {
        width: 18px;
        height: 18px;
        float: right;
        border: solid 1px #333;
        cursor: pointer;
        background-color: #999;
        color: black;
        font-size: 11px;
    }

    .dvNextBtnDisable {
        width: 18px;
        height: 18px;
        float: right;
        border: solid 1px #eee;
        background-color: #eee;
        color: #ccc;
        font-size: 11px;
    }

    .dvPreviousBtnDisable {
        width: 18px;
        height: 18px;
        float: left;
        border: solid 1px #eee;
        background-color: #eee;
        color: #ccc;
        font-size: 11px;
    }

    .dvSelectedWeekDiaplay {
        width: 187px;
        height: 18px;
        float: left;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        margin-top: 2px;
    }

    .cssWeekDvContainer {
        width: 230px;
        height: 20px;
        border: solid 1px #999;
        font-weight: bold;
        font-size: 11px;
    }

    .TransParentBackground {
       /* margin-top: 77px;*/
        margin-top: 12px;
        width: 100%;
        /*height: 100%;*/
        height:100vh;
        position: absolute;
        z-index: 1000;
        background-image: url(Images/bg-transparent.png);
        background-repeat: repeat;
        /*  background-color:#ddd;*/
        opacity: 0.05;
        filter: alpha(opacity=05);
    }
    .ui-datepicker { 
        z-index:1500!important;
    }

    .TransParentBackgroundEditable {
        margin-top: 57px;
        width: 100%;
        position: absolute;
    }

    .dvPreTransparentBackgroundDisaplay span {
         font-weight: bold;
        margin-top:2px;
        display:block;
        color:#0073ca;
    }

    .dvPreTransparentBackground {
        margin-top: 200px;
        margin-left: 200px;
        display: none;
    }

    .dvPreTransparentBackgroundDisaplay {
         /*margin-top: -20px;
        margin-left: 10px;*/
        width: 110px;
        height: 25px;
        text-align: left;
        margin-top: -15px;       
        position: absolute;
         border: solid 1px #ddd;
         background-color:  #eee; 
         text-align:center;
    }

    /*Submit status*/

     .dvTimesheetSubmitStatus {            
        width:100%;
        padding-bottom:0px;
        
    }

     /*Submit status*/

    .datecontrol img {
        margin-top: 4px;
    }

    /*.msls-dialog-frame, .ui-overlay-shadow {
        background: #fff;
    }*/
 .msls-dialog-inner-frame, .ui-overlay-shadow {
        background: #fff;
    }
    .msls-dialog-inner-frame {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        height: 100%;
        overflow: auto;
        min-width: 450px !important;
    }

    .ui-controlgroup-horizontal .ui-btn.ui-last-child {
        border-right: none;
    }

    .msls-table.ui-table-reflow.ui-responsive {
        border: none;
    }

    .ui-mobile .msls-dialog {
        z-index: 5000 !important;
    }

    .msls-discard-button {
        position: relative;
        right: 18px;
    }

    #totalSucessStatus, #totalFailureStatus, #totalStatus, totalSucessStatusButton5 {
        width: 12%;
        float: left;
        margin-bottom: 10px;
    }

    .errorMessge {
        color: red;

    }

     .navbarMouseOutHeight {
           position:absolute;
           height:170px;
           width:100%;         
          margin-top:160px;        
          
       }

    .dvTimesheetStatuisDisaplay span {
         font-weight: bold;
        margin-top:2px;
        display:block;
        /*color:#fb0b04;*/
         color:#fff;
   }
 

    .dvTimesheetStatuisDisaplay {
         /*margin-top: -20px;
        margin-left: 10px;*/
        width: 120px;
        height: 25px;
        text-align: left;
        margin-top:2px; margin-bottom:0px;      
        position: relative;
        /*border: solid 1px #ddd;*/
         text-align:center; border-radius:5px;
         padding:3px;
         background-color:  #838486; 
    }

    .dvTimesheetStatuisDisaplay span{ color:#fff!important;}

    .dvTimesheetStatuisDisaplayNotSubmitted span {
         font-weight: bold;
        margin-top:2px;
        display:block;
        /*color:#fb0b04;*/
          color:#fff;
          padding-top:2px;
 }
 

    .dvTimesheetStatuisDisaplayNotSubmitted {
         /*margin-top: -20px;
        margin-left: 10px;*/
        width: 130px;
        height: 28px;
        text-align: left;
        margin-top:2px; margin-bottom:0px;      
        position: relative;
         /*border: solid 1px #ddd;
         background-color:  #eee;*/ 
         background: #838486 none repeat scroll 0 0;
         border-radius: 4px;
         text-align:center; line-height:25px;
    }

    .dvTimesheetStatuisDisaplayWaitingforapproval span {
         font-weight: bold;
        margin-top:2px;
        display:block;
        /*color:#fb0b04;*/
           color:#fff;
          padding-top:2px;
}
 

    .dvTimesheetStatuisDisaplayWaitingforapproval {
         /*margin-top: -20px;
        margin-left: 10px;*/
        width: 130px;
        height: 28px;
        text-align: left;
        margin-top:2px; margin-bottom:0px;      
        position: relative;
         /*border: solid 1px #ddd;
         background-color:  #eee;*/ 
        background: #fdc689 none repeat scroll 0 0;
        border-radius: 4px;
         text-align:center;  line-height:25px;
    }
   
     .dvTimesheetStatuisDisaplayApproved span {
         font-weight: bold;
        margin-top:2px;
        display:block;
        /*color:#fb0b04;*/
         color:#fff;
           padding-top:2px;
 }
 

    .dvTimesheetStatuisDisaplayApproved {
         /*margin-top: -20px;
        margin-left: 10px;*/
        width: 130px;
        height: 28px;
        text-align: left;
        margin-top:2px; margin-bottom:0px;      
        position: relative;
        /*border: solid 1px #ddd;
        background-color:  #eee;*/ 
        background: #8dc63e none repeat scroll 0 0;
        border-radius: 4px;
        text-align:center; line-height:25px;
    }
     .dvTimesheetStatuisDisaplayRejected span {
         font-weight: bold;
        margin-top:2px;
        display:block;
        /*color:#fb0b04;*/
        color:#fff;
            padding-top:2px;
 }
 

    .dvTimesheetStatuisDisaplayRejected {
         /*margin-top: -20px;
        margin-left: 10px;*/
        width: 130px;
        height: 28px;
        text-align: left;
        margin-top:2px; margin-bottom:0px;      
        position: relative;
         /*border: solid 1px #ddd;
         background-color:  #eee;*/ 
        background: #d1573d none repeat scroll 0 0;
        border-radius: 4px;
        text-align:center; line-height:25px;
    }
}

.PeriodCalendar {
    position:absolute;
    margin-top:-56px;
    margin-left:380px;
    cursor:pointer;
}
/*.submenuLevel3 {
    position:absolute;
    display:block;
    width:21px;
    margin-top:-81px;  
    height:76px;
    background-color:#40BFEA;
    cursor:pointer;
}
.submenuLevel3:hover {
    position:absolute;
    display:block;
    width:21px;
    margin-top:-81px;  
    height:76px;
    background-color:#2672e5;
    cursor:pointer;
}*/

.submenuLevel3 {
    position:absolute;
    display:block;
    width:214px;
    margin-top:-25px;  
    margin-left:7px;  
    height:20px;
    background-color:#40BFEA;
    cursor:pointer;
    text-align:center;
}
.submenuLevel3:hover {
    position:absolute;
    display:block;
    width:214px;
    margin-top:-25px; 
     margin-left:7px;  
    height:20px;
    background-color:#2672e5;
    cursor:pointer;
    text-align:center;
}
/*.textRoted {
   display:block;
   text-align:center;

-webkit-transform: rotate(90deg);	
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
margin-top:24px;
cursor:pointer;
}*/

.textRoted {
   display:block;
   text-align:center;

-webkit-transform: rotate(90deg);	
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);

cursor:pointer;
}

.ulmenuLavel3 {
    position: absolute;
    width: 100%;
    height: 70px;
    background-color:#fcfefe;
    /*background-image: url('images/trans-80.png');*/
   /* border: solid 1px #ccc;*/
    margin-top: 140px;
    float: left;
    z-index: 2000;
    display: none;
    box-shadow: 10px 10px 5px #888888;
}

.ulmenuLavel3 li {
   /* position:absolute;  */ 
    width:200px;
    height:58px;
    /*background-color:#0072c6;   */
    background-color:#295143;
    margin-top:5px; 
     margin-left:-27px;   
    float:left;
    z-index:2000;
    color:white;
    cursor:pointer;
}

.ulmenuLavel3 li a {
   display:block;
    margin-top:17px;  
     margin-left:10px;  
    text-decoration:none;
     
   text-align:left;   
   color:white;
   cursor:pointer;
}

.leftScroll {
    position:absolute;
    margin-left:-5px;
    margin-top:50px;
    background-color:#e1e1e1;
    color:#000;
    float:left;
    width:15px;
    height:100px;
    display:block;
    z-index:5000;
    display:none;
   
}
    .leftScroll span {
        display:block;
        text-align:center;
        margin-left:2px;
        margin-top:40px;
         color:#000;
          width:12px;
          cursor:pointer;
    }

.rightScroll {
   position:absolute;
   margin-top:50px;
   margin-right:1px;
   background-color:#e1e1e1;
   float:right;
   width:22px;
   height:100px;
   display:block;
   color:#000;
   z-index:5000;
    display:none;
    
}

.rightScroll span {
        display:block;
        text-align:center;
        margin-top:40px;
        margin-left:3px;
         color:#000;
          width:12px;
         cursor:pointer;
    }

.scrollContainerClass {
     position:absolute;
     display:block;
     z-index:1200;
     overflow:hidden;
}

.ui-controlgroup-controls  .ui-select .ui-btn-inner {
    border-right: 1px solid #999;
    height: 22px !important;
    text-align: left;
    width: auto; 
}


.msls-hauto .ui-checkbox {

    margin:0;
}

.msls-hauto .ui-checkbox input {
        position: absolute!important;
        top: -7px!important;
    }

/*------notificationsettings----------*/

.NotificationTile {
    border: 1px solid #999;
    float: left;
    height: 100%;
    margin: 10px;
    min-height: 95px;
    padding: 10px;
    width: auto;
    border-radius:3px;
    background:#f8f8f8; border:solid 1px #e7e7e7;

   -webkit-box-shadow: 6px 22px 23px -32px rgba(84,81,84,0.11);
-moz-box-shadow: 6px 22px 23px -32px rgba(84,81,84,0.11);
box-shadow: 6px 22px 23px -32px rgba(84,81,84,0.11);
}
.NotificationTile:hover {
    border: 1px solid #e7e7e7;
    
    
}

/*------notificationsettings----------*/

.listDiv {
}

.ui-body-a .ui-link {
    clear: both;
    color: #0072c6;
    display: inline;
    float: left;
    font-weight: bold;
    width: 100%; padding:3px 0 0 22px;
}

.NotificationTile strong {
    margin: 0 0 0 5px; color:#111;
}



.user-acc {
    height: 48px;
    margin: 0;
    padding: 0;
}

   .user-acc img {
    bottom: 19px;
    position: relative;
    width: 60px;
}

    .user-acc a:hover { background:none!important;
    }




.table.msls-table > thead th a { color:#fff;
}

 .ApproveTimeshetCss {
    background: #37b0a2 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    padding: 4px;
    text-align: center;
    width: 61px;
    cursor:pointer;
}

.alertbutton {
 border: 1px solid #d7d889;
    display: block;
    font-size: 12px;
    height: 26px;
    outline: medium none;
    padding: 6px 11px 6px 12px; position:relative; bottom:3px;
}
   




.RejectTimeshetCss {
    background: #555 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    float: left;
    padding: 4px;
    text-align: center;
    width: 61px; margin-left:8px;
    cursor:pointer; 
}

.ApproveTimeshetCssReadonly {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
     color: #999;
    float: left;
    padding: 4px;
    text-align: center;
    width: 61px;
    cursor:default;
   border:solid 1px #e1e1e1; 
}

.RejectTimeshetCssReadonly {
    background: #eee none repeat scroll 0 0;
    border-radius: 3px;
    color: #999;
    float: left;
    padding: 4px;
    cursor:default;
    text-align: center;
    width: 61px; margin-left:8px;
    border:solid 1px #e1e1e1; 
}




.msls-vauto .ui-btn-hover-a:visited, .msls-vauto .ui-btn-hover-a a.ui-link-inherit {
     color: #fff!important;
}

.msls-vauto table.msls-table th {
    color:#fff!important;
    cursor:pointer; 
}
.dtClass {
    font-size:18px;
    line-height:6px; position:relative; bottom:2px;
}


.TimesheetFooterCss {
    padding-top:8px;
    background-color: #dadada!important;
}

.UserClass{
    padding-top: 13px; 
    padding-right: 10px;
}
.username {
    font-weight:bold;
}
.tenantClass {
    font-size:12px;
}

/*--------signout-------------*/
.signOut {
  top: 58px;
  position: absolute;
  background: #fff;
  width: 235px;
  height: 25px;
  padding-top: 7px;
  padding-left: 9px;
  left: -37px;
  color: #002050;
  border: 2px solid #002050;
}

.signOut a {
     color:#002050 !important;
}
.signOut a:hover {
    background: none !important;
}

/*--------signout-------------*/


.liuser {
    cursor: pointer;
}


.msls-tab-content .msls-first-column  {
    /*width: auto!important;*/
    float: left;
     margin:0 ;
}

/*#timesheetOwnerSpn {
    position: relative;
    bottom: 4px;
}*/


.alert-title {font-weight:bold;font-size:14px;}


.alert-content {font-weight:normal; font-size:13px;}

.alert-footer {font-weight:normal; font-size:13px; cursor:text;}



 .msls-presenter-content .msls-tap {
     font-size:17px; font-weight:bold; height:20px; padding:0; min-width:auto!important;
}

    /*.msls-presenter-content .msls-tap a:hover {

        background:none!important;
        border:none!important;
    }*/
        .msls-presenter-content .msls-tap a.previousButton:hover {

        background: url("Images/left-arrow.png") no-repeat scroll 0 0 !important;
    border: medium none; outline:none;
    height: 20px;
    width: 20px;
    }

         .msls-presenter-content .msls-tap a.next:hover {

        background: url("Images/right-arrow.png") no-repeat scroll 0 0 !important;
    border: medium none; outline:none;
    height: 20px;
    width: 20px;
    }



    .msls-presenter-content .msls-tap .ui-btn-inner {
        padding: 0 !important;
    } 

    .msls-presenter-content .msls-tap .ui-btn-text {
        font-size: 30px;
        font-weight: bold; color:#0072c6;
    }

    .msls-presenter-content .msls-tap .ui-btn-up-a  {
        border: none;
    }

.ui-datepicker-div {
    left: 1086.42px;
    position: absolute;
    top: 184px;
    z-index: 1;
}



 


.period-title {
    font-size:18px; font-weight:bold; line-height:47px; text-align:center; position:relative; bottom:0px;
}

.time-period { line-height:47px;
}

.period {
    float:left;
    width:60%;
    height:20px;
}


.msls-leaf.msls-presenter, .msls-leaf.msls-presenter-content {
    position: relative;
    width: auto !important;
}


.mailboxDue {
width:50px;
height:45px;
background-image:url("Images/ico-mailbox-overdue.png") !important;
background-repeat:no-repeat;
position:relative; bottom:-7px; left:5px; margin-right:9px; padding:5px 0 5px 0;
}

.mailboxOverdue {
width:50px;
height:45px;
background-image:url("Images/ico-mailbox-cancel.png") !important;
position:relative; bottom:-7px; left:5px; margin-right:9px;background-repeat:no-repeat;padding:5px 0 5px 0;
}

.mailboxApproval {
width:50px;
height:45px;
background-image:url("Images/ico-mailbox-waiting.png") !important;
position:relative; bottom:-7px; left:5px; margin-right:9px;background-repeat:no-repeat;padding:5px 0 5px 0;
}

.cancelbtn {
    position: relative;
    bottom: 23px; right:22px;
    float:right; cursor:pointer; font-weight:bold;
}

.cancelbtn { width:15px; height:15px}

@-moz-document url-prefix() {
    .signOut {
        background: #fff none repeat scroll 0 0;
        height: 25px;
        left:-32px;
        padding-left: 9px;
        padding-top: 7px;
        position: absolute;
        top: 58px;
        width: 230px;
    }

    /*.msls-layout-ignore-children ul.msls-listview .ui-li.ui-btn, ul.msls-listview .ui-li-static.ui-li, ul.msls-listview li { padding:10px!important;}*/


}


.info-txt{ width:42%; float:left; line-height:20px;}

.footer-outer {
    width:100%; float:left; padding-bottom:0px; 
    background:#fff;  height:auto!important; position:fixed; 
}

    .footer-outer div.custom-footer-logo {height:60px; padding-left:0; width:10%; float:left;      

    }

.custom-footer {
    background:#464646;
    color:#fff; 
    font-weight:normal;
    width:100%; float:right;  
    
}

.custom-footer a {
    color: #fff;
    text-decoration: none;
}


.custom-footer p {
    width:70%; float:left; margin:0;padding-left:40px; padding-bottom:10px; padding-top:5px;        
}

.custom-footer p.first-row{  border-bottom: 2px solid #404040;
    padding-bottom: 10px;
    padding-top: 9px;
}


.period-timesheet {
    width:auto; float:left; position:relative; bottom:4px; right:4px;
}

.approval-selectbox {
    width: auto;
    float: left;
    margin-left: 5px;
    padding-top:13px;
}


.approval-selectbox select {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 1px solid #ababab;
    border-radius: 8px;
    bottom: 4px;
    height: 30px;
    line-height: 14px;
    padding: 4px;
    position: relative;
}

 .approval-selectbox .ui-select .ui-btn-up-a , .approval-selectbox .ui-btn-hover-a {
        background: none !important;
        border-radius:8px; height:30px; line-height:14px; 
    }
    .approval-selectbox .ui-btn-icon-left > .ui-btn-inner > .ui-icon, .ui-btn-icon-right > .ui-btn-inner > .ui-icon {
     margin-top:-11px;

    }
  

    .approval-selectbox .ui-select .ui-btn-inner {
        border:none;
    }



.timeStatus {
    background: #8dc63e none repeat scroll 0 0;
    border-radius: 8px;
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 25px;
    line-height: 21px;
    margin-left: 0;
    padding-top: 5px;
    text-align: center;
    width: 24%; cursor:pointer;
}

    .timeStatus span {
        color:#fff!important;
    }

.subject {
color:#999;
width:auto;
}
.infodiv {
    float: left;
    width: auto;
    padding-top: 2px;
}

.Approved {
    background: #8dc63e none repeat scroll 0 0;
    /*border-radius: 0px;*/
    border-radius: 10px;
    color: #fff;
    float: right; border:solid 2px #639025;
     float: right;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    line-height: 16px;
    margin-left: 0;
    padding-top: 4px;
    text-align: center;
    /*width: 14%; cursor:text;*/
    width: 24%; cursor:text;
}

.Approved span {
    color: #fff !important;
}

.Waitingforapproval {
    background: #fdc689 none repeat scroll 0 0;
    /*border-radius: 0px;*/
    border-radius: 10px;
    color: #111; border:solid 2px #f38a17;
    float: right;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    line-height: 16px;
    margin-left: 0;
    padding-top: 4px;
    text-align: center;
    width: 24%; cursor:text;
}

.Waitingforapproval span {
    color: #111 !important;
}
.Rejected {
    background: #d1573d none repeat scroll 0 0;
    /*border-radius: 0px;*/
    border-radius: 10px;
    color: #fff;
    float: right; border:solid 2px #ba3c21;
    font-size: 12px;
    font-weight: bold;
    height: 21px;
    line-height: 19px;
    margin-left: 0;
    padding-top: 4px;
    text-align: center;
    /*width: 17%; cursor:text;*/
    width: 24%; cursor:text;

}

.Rejected span {
    color: #fff !important;
}
 
.NotSubmitted {
    background: #838486 none repeat scroll 0 0;
    /*border-radius: 0px;*/
    border-radius: 10px;
    color: #fff;
    float: right;
    font-size: 12px;
    font-weight: bold; border:solid 2px #ddd;
    height: 21px;
    line-height: 16px;
    margin-left: 0;
    padding-top: 4px;
    text-align: center;
    /*width: 17%; cursor:text;*/
    width: 24%; cursor:text;
}

.NotSubmitted span {
    color: #fff !important;
}

.greyDate {
color:#838486;
}

.ui-popup-container { z-index:5000!important;}   /* Popup Container*/


.notify-section{ width:30px; float:left; position:relative; left:7px; bottom:5px;}

.alert-top { margin-top:15px; position:relative; top:18px;}

.custom-footer .social {
    text-align: center; width:25%; float:right;
}
.custom-footer .social-share {
    display: inline-block;
    list-style: outside none none;
    margin: auto;
    padding: 10px 0;
}
.custom-footer ul.social-share li {
    display: inline-block;
}
.custom-footer ul.social-share li a {
    background: #242323 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    width: 35px;
}
.custom-footer ul.social-share li a:hover {
    background: #c52d2f none repeat scroll 0 0;
    color: #fff;
}
.search i {
    color: #fff;
}

.custom-footer ul.social-share li a.twitter {
    background-color: #41b7d8;
}

    .custom-footer ul.social-share li a.twitter:hover {
        background:#111; color#fff;
    }
.custom-footer ul.social-share li a.linkedin {
    background-color: #0e9eb8;
}

    .custom-footer ul.social-share li a.linkedin:hover {
        background:#111; color#fff;
    }


.custom-footer ul.social-share li a.facebook {
    background-color: #3b5997;
}

.custom-footer ul.social-share li a.facebook:hover {
        background:#111; color#fff;
    }
.custom-footer ul.social-share li a.youtube {
    background-color: #eb2824;
}

.custom-footer ul.social-share li a.youtube:hover {
    background-color: #000;color#fff;
}
.custom-footer ul.social-share li a.google-plus {
    background-color: #d64937;
}

.custom-footer ul.social-share li a.google-plus:hover {
    background-color: #111;
}
.custom-footer ul.social-share li a.slideshare {
    background-color: #0ca8aa;
}

    .custom-footer ul.social-share li a.slideshare:hover {
        background: #111;
    }

.dvHourCss {

    padding-left:2em;

}

.dvNonBillableHourCss {
    padding-left:2.5em;
}

/*.msls-layout-ignore-children ul.msls-listview .ui-li.ui-btn, ul.msls-listview .ui-li-static.ui-li, ul.msls-listview li {
    padding:0;
}

/* css for chart of home screen starts*/

.NonAdminPieChartCss {
            margin-left:90px;
            width:596px;
            /*margin-top:40px;*/
            margin-top:12px;
        }

        path {
            stroke: #fff;
        }

            path:hover {
                opacity: 0.9;
            }

        rect:hover {
             fill: #238aa7; 
            /*fill: blue;*/
        }

        .axis {
            font: 10px sans-serif;
        }

       

        .axis path,
        .axis line {
            fill: none;
            stroke: #000;
            shape-rendering: crispEdges;
            

    

        }

        .x.axis path {
            display: none;
        }
        .legendHeading{
            border-collapse: collapse;
            border-spacing: 0px;
            vertical-align: top;
            margin-top:40px;
            margin-right:56px;
            font-weight:bold;
        }

        .legendHeading td {
                overflow-wrap: break-word;
                padding: 4px 6px;
                vertical-align: bottom;
                width:30px;
               
            }

           .legendHeading td:first-child {
                width: 54px;
            }

          .LegendHeadingDiv {
            width: 30px;
            float: left;
            overflow-wrap: break-word;
            padding: 4px 6px;
            vertical-align: bottom;
          }

          .LegendHeadingDivLast {
            width: 30px;
          }


        .legend {
            /*margin-bottom: 76px;
            display: inline-block;
            border-collapse: collapse;
            border-spacing: 0px;
            margin-left:15px;*/ 
            margin-bottom: 76px;
            display: inline-block;
            border-collapse: collapse;
            border-spacing: 0px;
            vertical-align: top;
            margin-top:40px;
            /*margin-right:77px;*/
            margin-right:40px;
            width:300px;
        }
         .legend tr {
            border-bottom: 1px solid grey;
        }

            .legend tr:first-child {
                border-top: 1px solid grey;
            }

            .legend td {
                padding: 4px 5px;
                vertical-align: bottom;
            }


        .legendY {
            /*margin-bottom: 76px;
            display: inline-block;
            border-collapse: collapse;
            border-spacing: 0px;
            margin-left:15px;*/ 
            margin-bottom: 76px;
            display: inline-block;
            border-collapse: collapse;
            border-spacing: 0px;
            vertical-align: top;
            margin-top:40px;
            /*margin-right:56px;*/
            margin-right:40px;
            width:300px;
        }


            .legendY td {
                padding: 4px 5px;
                vertical-align: bottom;
            }
         .legendY tr {
            border-bottom: 1px solid grey;
        }

            .legendY tr:first-child {
                border-top: 1px solid grey;
            }



        .legendFreq, .legendPerc {
            align: right;
            width: 50px;
        }

        .ChartTabContener {
            width:400px;
            height:40px;
        }
        .ChartTabContenerTab {
            border-radius: 10px;
            background-color:#e1e1e1;
            width:110px;
            height:30px;
            float:left;
            margin:0px 8px 0px 0px;
            color:black;
            border: 1px solid #808080;
            text-align:center;
            font-weight:bold;
               cursor:pointer;
             
        }

            .ChartTabContenerTab span {
                display:block;
                 text-align:center;
                 margin-top:4px;
            }
       
       .ChartTabContenerTabhover {
            border-radius: 10px;
            background-color:#808080;
            width:110px;
            height:30px;
            float:left;
            margin:0px 8px 0px 0px;
            color:white;
            font-weight:bold;
            border: 1px solid #808080;
            text-align:center;
            cursor:pointer;
                 
            }

        .ChartTabContenerTabhover span {
                display:block;
                 text-align:center;
                 margin-top:4px;
            }


 .sticky-footer
{
	position: relative;
	bottom: 0;
	width: 100%; margin-top:6em;
}

.rowMouseOver {
background-color:red;
}

        /* css for chart of home screen ends*/


    /*--------------new timesheet page-----------------*/

.addline-btn {
    background: #f47414 none repeat scroll 0 0;
    border-radius: 2px;
    color: #fff !important;
    padding: 2px 0 4px 21px !important;
    text-align: left;
    width: 76px !important;
}
.delbutton {
background: url('Images/trash-ico.png') no-repeat; 
width: 18px; 
height: 18px;
border:none; position:relative; bottom:2px;
}

.dragbutton {
background: url('Images/control-sign.png') no-repeat; 
width: 22px; 
height: 25px;
border:none;
}

.chosen-container-single .chosen-single {
    background: none!important;
    border: 1px solid #858484!important;
    border-radius: 2px!important;
    box-shadow:0px!important;
    color: #444;
    display: block;
    height: 25px;
    line-height: 24px;
    overflow: hidden;
    padding: 0 0 0 8px;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
}


.timesheet-global{ font-family: 'Droid Sans', sans-serif;   }

.timesheet-global span#timesheetOwnerSpn { font-size:18px;}

.timesheet-global span#timesheetOwnerSpn strong { padding-right:7px; color:#f47414;}

.timesheet-global div.dtClass {
    background: #f0efef none repeat scroll 0 0;
    border: 1px solid #bbb;
    border-radius: 3px;
    bottom: 11px;
    color: #737373;
    font-weight: normal;
    padding: 4px 0 5px 8px;
    position: relative; 
   /*width:270px;*/ 
    width: 284px !important;

}

.timesheet-global .ui-datepicker-trigger {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    box-shadow: none !important;
    cursor: pointer;  color:#737373; font-size:21px;
}

.timesheet-global .msls-vauto table.msls-table th {
    color: #fff !important;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: normal;
   
  
 
     
}


.ui-datepicker {
    background: #ddd none repeat scroll 0 0;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
    font: 9pt Arial,sans-serif;
    height: auto;
    left: 396px!important;
    margin: 5px auto 0;
    position: relative;
    top: 192px !important;
    width: 275px !important;
}
 .ui-datepicker td span, .ui-datepicker td a {
    color: #666666;
    display: inline-block;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-shadow: 1px 1px 0 #fff;
    width: 38px!important;
}

.timesheet-global .previousButton {
    background: rgba(0, 0, 0, 0) url("Images/arrow-left-timesheet.png") no-repeat scroll 0 0;
    border: medium none;
    height: 30px;
    margin-left: 15px;
    margin-right: 28px;
    position: relative;
    right: 16px;
    width: 31px;
    position: relative;
    bottom: 5px;
}
.timesheet-global .next {
    background: rgba(0, 0, 0, 0) url("Images/arrow-right-timesheet.png") no-repeat scroll 0 0 !important;
    border: medium none;
    height: 31px;
    width: 31px;
    position: relative;
    left: 15px;
    bottom: 5px;
}
.timesheet-global .msls-presenter-content .msls-tap a.next:hover {
    background: rgba(0, 0, 0, 0) url("Images/arrow-right-timesheet.png") no-repeat scroll 0 0 !important;
    border: medium none;
    height: 31px;
    outline: medium none;
    width: 31px;
}
.timesheet-global .msls-presenter-content .msls-tap a.previousButton:hover {
    background: rgba(0, 0, 0, 0) url("Images/arrow-left-timesheet.png") no-repeat scroll 0 0 !important;
    border: medium none;
    height: 31px;
    outline: medium none;
    width: 31px;
}

body.ui-mobile-viewport, div.ui-mobile-viewport{ overflow-x:visible!important;}

.timesheet-global table.msls-hstretch.msls-table{ table-layout:inherit;  border-top-left-radius:5px; border-top-right-radius:5px; }






/*.ui-responsive {   font-family: 'HelveticaNeueLTStd-Lt';
}
    */

/*.ui-datepicker-trigger{
    border:none;
    background:none;
}*/

/*#TableTimesheet thead { background:#f47414!important; border-top-left-radius:5px; border-top-right-radius:5px;  }*/

/*#TableTimesheet thead tr { border-left:none!important;}*/

#TableTimesheet tbody tr:hover {
  background: #f2f2f2;
  /*outline: 1px solid #b7b7b7;*/
 transform: scale(1);
}

/*#TableTimesheet tbody {
  display:inline-table;
   height: 100px;     
    overflow-y: auto;   
}*/
/*#TableTimesheet thead, tbody { display: block; }*/

#TableTimesheet tbody tr  {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  border-right: 1px solid #e0e0e0;
  height:20px;
}
#row tr  {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #e0e0e0;
  border-left: 1px solid #e0e0e0;
  height:20px;
}

#TableTimesheet tbody tr:nth-child(odd) td {background: #f0f0f0;border-bottom: 1px solid #e0e0e0;}
#TableTimesheet tbody tr:nth-child(even) td {background: #fafafa;border-bottom: 1px solid #e0e0e0;}

#TableTimesheet tbody tr td:last-child div.msls-hauto { height:32px!important; outline:line; position:relative; top:3px;}

#TableTimesheet tbody tr td .msls-fixed-width {overflow:visible!important;}
#TableTimesheet tr td span,input {font-size:14px;}

@-moz-document url-prefix() {

    .plusbutton {
        position: relative;
        bottom: 1px;
    }

    .ui-datepicker {
        background: #ddd none repeat scroll 0 0;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
        font: 9pt Arial,sans-serif;
        height: auto;
        left: 485px !important;
        margin: 5px auto 0;
        position: relative;
        top: 192px !important;
        width: 290px !important;
    }

  /*.timesheet-global div.dtClass {
        width: 284px !important;
    }*/  

    .ui-sortable-helper {
            display: table-row !important;
    }

     #TableTimesheet { list-style-type: none; margin: 0; padding: 0; width: 100%; }
}



.bar {
	fill: steelblue;
}

.bar:hover {
	fill: brown;
}

.axis {
	font: 10px sans-serif;
}

.axis path,.axis line {
	fill: none;
	stroke: #000;
	shape-rendering: crispEdges;
}

.x.axis path {
	display: none;
}

iframe{  
   pointer-events:none; 
}


.timeofftable {
    border: 1px solid #000;
    width: 70%;
}

.timeofftable tbody tr th {
    border: 1px solid #000;
    background-color:#bcddfd;
    text-align:center;
    padding:5px;
}
.timeofftable tbody tr td {
    border: 1px solid #000;
    padding:5px;
    text-align:center;
}
.timeofftable tbody tr td:first-child {
    border: 1px solid #000;
    padding:5px;
    text-align:left;
}

.chartBackground {
    width:45%;
    background-color:#f2f2f2;
    margin-left:40px;
}

.TimeOffStatus {
    width:80% !important;
    text-align:right;
}

/*
.msls-screen-tab {
    border: 1px solid #428bca !important;
    border-top-right-radius: 16px !important;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    border-bottom: 0px !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    padding-bottom: 0px !important;
    margin-right: 4px !important;
    opacity: 0.5;
}
.msls-screen-tab-active {
      opacity: 1.0;
}

.ui-btn-inner {
    border-top-color:transparent;
}
*/

table.browseTable tbody tr:nth-child(odd) td {background: #f0f0f0;border-bottom: 1px solid #e0e0e0;vertical-align:middle;}
table.browseTable tbody tr:nth-child(even) td {background: #fafafa;border-bottom: 1px solid #e0e0e0;vertical-align:middle;}
table.browseTable tbody tr:nth-child(odd) {border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;}
table.browseTable tbody tr:nth-child(even) {border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;}
table.browseTable tbody tr td:first-child {padding-left:15px;width:40%!important;}
table.browseTable thead tr th:first-child {padding-left:15px!important;width:40%!important;}


table.browseLockTable tbody tr:nth-child(odd) td {background: #f0f0f0;border-bottom: 1px solid #e0e0e0;vertical-align:middle;}
table.browseLockTable tbody tr:nth-child(even) td {background: #fafafa;border-bottom: 1px solid #e0e0e0;vertical-align:middle;}
table.browseLockTable tbody tr:nth-child(odd) {border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;}
table.browseLockTable tbody tr:nth-child(even) {border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;}
table.browseLockTable tbody tr td:first-child {padding-left:15px;width:70%!important;}
table.browseLockTable thead tr th:first-child {padding-left:15px!important;width:70%!important;}
table.browseLockTable tbody tr td:last-child {padding-left:75px;width:30%!important;padding-bottom:15px;}
table.browseLockTable thead tr th:last-child {text-align:center;width:30%!important;}


table.browseTimesheetAppTable tbody tr:nth-child(odd) td {background: #f0f0f0;border-bottom: 1px solid #e0e0e0;vertical-align:middle;}
table.browseTimesheetAppTable tbody tr:nth-child(even) td {background: #fafafa;border-bottom: 1px solid #e0e0e0;vertical-align:middle;}
table.browseTimesheetAppTable tbody tr:nth-child(odd) {border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;}
table.browseTimesheetAppTable tbody tr:nth-child(even) {border-left: 1px solid #e0e0e0;border-right: 1px solid #e0e0e0;}
table.browseTimesheetAppTable tbody tr td:first-child {padding-left:15px;width:20%!important;}
table.browseTimesheetAppTable thead tr th:first-child {padding-left:15px!important;width:20%!important;}

