@charset "utf-8";
/* CSS Document */

.bg{background-image:url(../../images/desert-oasis-bg-3.jpg);
 background-position: center center;
 background-repeat:  no-repeat;
 background-attachment: fixed;
 background-size:  cover;}

.login {
  position: relative;
  margin: 15px auto;
  padding: 20px 20px 20px;
  width: 330px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}


.login:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.login h1 {
  margin: -20px -20px 21px;
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.login p {
  margin: 20px 0 0;
}

.login p:first-child {
  margin-top: 0;
}

.login input[type=text], .login input[type=password] {
  width: 278px;
}

.login p.remember_me {
  float: left;
  line-height: 31px;
}

.login p.remember_me label {
  font-size: 12px;
  color: #777;
  cursor: pointer;
}

.login p.remember_me input {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
  width:12px;
  height:12px;
  background-color:#CCC;
  border:1px solid #999999;
}

.login p.remember_me input:checked {
  position: relative;
  bottom: 1px;
  margin-right: 4px;
  vertical-align: middle;
  width:12px;
  height:12px;
  background-color:#00a0e2;
  border:1px solid #hotpink;
}

.login p.submit {
  text-align: center;
}

.login-help {
  margin: 20px 0;
  font-size: 11px;
  color: white;
  text-align: center;
  text-shadow: 0 1px #2a85a1;
}

.login-help a {
  color: #cce7fa;
  text-decoration: none;
}

.login-help a:hover {
  text-decoration: underline;
}

.loginInside {
  position: relative;
  margin: 30px auto;
  padding: 20px 20px 20px;
  width: 550px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.loginInside:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

.loginInside h1 {
 line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}

.approveOrder{width:65px !important; height:35px !important; border-radius:5px !important;}

.scrubs{
  position: relative;
  margin: 30px auto;
  padding: 20px 20px 20px;
  width: 1280px;
  background: white;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

.passwordNew{padding-right:5px; float:left;}

.passwordConfirm{padding-left:5px; float:left; margin:auto;}

.scrubsWide{width: 920px; margin-bottom:28px; height:50px; background-color: #f3f3f3;}
.loginWide{width: 510px; margin-bottom:28px; height:50px; background-color: #f3f3f3;}
.scrubs h1 {
  
  line-height: 40px;
  font-size: 15px;
  font-weight: bold;
  color: #555;
  text-align: center;
  text-shadow: 0 1px white;
  background: #f3f3f3;
  border-bottom: 1px solid #cfcfcf;
  border-radius: 3px 3px 0 0;
  background-image: -webkit-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -moz-linear-gradient(top, whiteffd, #eef2f5);
  background-image: -o-linear-gradient(top, whiteffd, #eef2f5);
  background-image: linear-gradient(to bottom, whiteffd, #eef2f5);
  -webkit-box-shadow: 0 1px whitesmoke;
  box-shadow: 0 1px whitesmoke;
}


:-moz-placeholder {
	color:#666!important;
  
  font-size: 13px;
}

::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
}

input {
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
}

input [type="checkbox"]{
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 14px;
  width:15px;
  height:15px;
  border: 1px #CCC;
}


input [type="checkbox"].approval{
  font-family: 'Lucida Grande', Tahoma, Verdana, sans-serif;
  font-size: 13px;
  width:15px;
  height:15px;
  border: 1px #CCC;
  font-weight:bold;
}


.approval p.remember_me input {
  position: relative;
  bottom: 1px;
  vertical-align: middle;
  width:15px;
  height:15px;
  background-color:#CCC;
  border:1px solid #999999;
}

.approval p.remember_me input:checked {
	content: '✔';
  position: relative;
  bottom: 1px;
  vertical-align: middle;
  width:15px;
  height:15px;
  background-color:#00a0e2;
  border:1px solid #hotpink;
}


input[type=text].comments {
  margin: 5px;
  padding: 0 10px;
  width: 350px;
  height: 120px;
  color: color:#666!important;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}


input[type=text], input[type=password] {
  margin: 5px;
  padding: 0 10px;
  width: 200px;
  height: 34px;
  color: #666;
  background: white;
  border: 1px solid;
  border-color: #c4c4c4 #d1d1d1 #d4d4d4;
  border-radius: 2px;
  outline: 5px solid #eff4f7;
  -moz-outline-radius: 3px;
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.12);
}

input[type=text]:focus, input[type=password]:focus {
  border-color: #7dc9e2;
  outline-color: #dceefc;
  outline-offset: 0;
}


input[type=submit] {
  padding: 0 18px;
  height: 32px;
  width:65px;
  font-size: 12px;
  font-weight: bold;
  color: #2f3a7b;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  text-decoration:none;
  border-radius: 16px;
  outline: 0;
  line-height:16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

input[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  text-decoration:none;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
}

.lt-ie9 input[type=text], .lt-ie9 input[type=password] {
  line-height: 34px;
}

a:-webkit-any-link { text-decoration:none !important;}

		input[type="submit"]:hover,
		input[type="reset"]:hover,
		input[type="button"]:hover,
		button:hover,
		.button:hover {
			color: #00a0e2 !important;
			box-shadow: inset 0 0 0 2px #00a0e2;
		}

/* Button */
.foots{padding-top:25px; margin-left:auto; margin-right:auto; }


		
		
.buttons:hover {
				background-color: #f2849e;
				color: #00a0e2 !important;
			box-shadow: inset 0 0 0 2px #00a0e2;
			}
			
			
.buttons:active {
				background-color: #ee5f81;
			}

.buttons  {
  padding: 0 18px;
  height: 48px;
  width:150px;
  font-size: 12px;
  font-weight: bold;
  color: #2f3a7b;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  line-height:16px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
	}

.buttonsSet{text-align:center; padding:10px;}	

/* Button used*/
button[type=submit] {
  padding: 0 8px;
  height: 48px;
  width:145px;
  font-size: 12px;
  font-weight: bold;
  text-decoration:none;
  color: #2f3a7b;
  text-shadow: 0 1px #e3f1f1;
  background: #cde5ef;
  border: 1px solid;
  border-color: #b4ccce #b3c0c8 #9eb9c2;
  border-radius: 16px;
  outline: 0;
  line-height:14px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  background-image: -webkit-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -moz-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: -o-linear-gradient(top, #edf5f8, #cde5ef);
  background-image: linear-gradient(to bottom, #edf5f8, #cde5ef);
  -webkit-box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.15);
}

button[type=submit]:active {
  background: #cde5ef;
  border-color: #9eb9c2 #b3c0c8 #b4ccce;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
  text-decoration:none;
}

		
button[type="button"]:hover,
button:hover,
.button:hover {
			color: #00a0e2 !important;
			box-shadow: inset 0 0 0 2px #00a0e2;
		}

#footer {height:90px;
	width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
}

a:link    {
  /* Applies to all unvisited links */
  text-decoration:  none;

  } 
a:visited {
  /* Applies to all visited links */
  text-decoration:  none;

  } 
a:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  color:#00AFEF;

  } 
a:active  {
  /* Applies to activated links */
  text-decoration:  none;

  } 
  
  
.users{margin-right:3px; margin-top:4px;}  
  
 /* Table */

	.table-wrapper {
		-webkit-overflow-scrolling: touch;
		overflow-x: auto;
	}

	table {
		width: 100%;
	border-spacing: 0px;
	border-color: grey;
	}

	table tbody tr th td {
			border: solid 1px #c9c9c9;
			font-weight:600;
			color:#666;

		}

  td { width:175px; border: solid 1px #c9c9c9; padding:3px; color:#666;}
  
table.output tbody tr th td {
			border: solid 1px #c9c9c9;
			font-weight:600;
			color:#666;

		}

td.output { width:175px; border: solid 1px color:#666; padding:5px;}
  
  /* Table */
  
  .ct { width:90px; text-align:center; line-height:16px; display: table-cell; vertical-align:middle; font-size:11px; font-weight:bold;}
  
  .ctm { width:90px; font-size:12px; font-weight:bold;  float:right;}
  
  .thc { width:100px; text-align:center; line-height:16px; font-weight:bold; display: table-cell; vertical-align:middle; font-size:12px; background-color:#e2f7ff; border: solid 1px #c9c9c9;}
  
    .apphead { width:100px; text-align:center; line-height:16px; font-weight:bold; display: table-cell; vertical-align:middle; font-size:12px; background-color:#acd373; border: solid 1px #c9c9c9;}
  
  .qty { width:50px; font-size:12px; font-weight:bold; margin-right:10px; float:left; }
  
  .split{float:left; width:49%;}
  
  .top{ padding:2px; width:170px; margin:0 auto;}
  
  .clear{clear:both;}
  
  .centered{ margin-left:auto; margin-right:auto; text-align:center;}
  
  .dpt{ width:33%; float:left; vertical-align:middle; font-size:14px; font-weight:bold; text-align:center; height:45px;}
  
  .dptLeft1{ width:30%; height:40px; float:left; vertical-align:middle;}
  .dptLeft2{ width:68%; height:40px; float:left; vertical-align:middle;}
  
  .dptSize{ width:190px; font-size:14px; font-weight:bold; margin-top:-22px;}
  
  .emp{ width:38%; margin-left:auto; margin-right:auto; margin-top:6px;
  margin-bottom:6px; text-align:center; font-size:16px; font-weight:bold; }
  
  .emp2{ width:30%; float:left; margin-top:5px; margin-left:25px;}
  .emp3{ width:30%; float:left; vertical-align:middle;}
    
.hmany{width:45px; float: left; font-size:13px; font-weight:bold;}
.hmany2{width:75px; float: left; font-size:13px; font-weight:bold;}

.hmanyApp{width:45px; margin-left:auto; margin-right: auto; font-size:13px; font-weight:bold;}

.hmanyApp2{margin-left:auto; margin-right: auto; font-size:13px; font-weight:bold; text-align:center; vertical-align:middle; margin-top:10px;}

.name{ width:140px; font-size:13px; font-weight:bold; float:left;  padding-left:4px; margin-top:-5px;}	

.control {
            font-family: arial;
            display: block;
            position: relative;
            padding-left: 30px;
            margin-bottom: 5px;
            padding-top: 3px;
            cursor: pointer;
            font-size: 16px;
        }
            .control input {
                position: absolute;
                z-index: -1;
                opacity: 0;
            }
        .control_indicator {
            position: absolute;
           margin-left: auto;
		   margin-right: auto;
		   margin-top:8px;
            height: 20px;
            width: 20px;
            background: #e6e6e6;
            border: 0px solid #000000;
        }
        .control-radio .control_indicator {
            border-radius: undefined%;
        }
        
        .control:hover input ~ .control_indicator,
        .control input:focus ~ .control_indicator {
            background: #cccccc;
        }
        
        .control input:checked ~ .control_indicator {
            background: #2aa1c0;
        }
        .control:hover input:not([disabled]):checked ~ .control_indicator,
        .control input:checked:focus ~ .control_indicator {
            background: #0e6647d;
        }
        .control input:disabled ~ .control_indicator {
            background: #e6e6e6;
            opacity: 0.6;
            pointer-events: none;
        }
        .control_indicator:after {
            box-sizing: unset;
            content: '';
            position: absolute;
            display: none;
        }
        .control input:checked ~ .control_indicator:after {
            display: block;
        }
        .control-checkbox .control_indicator:after {
            left: 8px;
            top: 4px;
            width: 3px;
            height: 8px;
            border: solid #ffffff;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
        }
        .control-checkbox input:disabled ~ .control_indicator:after {
            border-color: #7b7b7b;
        }
		
		input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  input[type="date"]:focus:before,
  input[type="date"]:valid:before {
    content: "";
  }
  
  .employee{ font-size:20px; font-weight:bold; text-align:center; margin-left:auto; margin-right: auto; padding-bottom:20px;}
  
    .employeename{ font-size:24px; font-weight:bold; text-align:center; margin-left:auto; margin-right: auto; text-decoration:underline;}
	
::placeholder { /* Most modern browsers support this now. */
   color:    #777;
}

div.ui-datepicker{
 font-size:10px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -60px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}




/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer;
}

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  pointer-events: none;
}

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px;
  width: 160px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #000;
  background-color: hsla(0, 0%, 20%, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 14px;
  line-height: 1.2;
}

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-left: -5px;
  width: 0;
  border-top: 5px solid #000;
  border-top: 5px solid hsla(0, 0%, 20%, 0.9);
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
}

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}