@charset "UTF-8";
/* CSS Document */
.notificationIE { display: none; }


@keyframes slideInFromLeft {
    0% {
        transform: translateX(-150%);
    }
    100% {
        transform: translateX(0);
    }
}
@keyframes blinker {
    100% {
      color: #A4EE58;
      font-weight: 900;
      text-shadow: 0 0 3px #000;
    }
}
@keyframes blinkerred {
    50% {
      color: #D02338;
      font-weight: 900;
      text-shadow: 0 0 1px #000;
    }
}

body, html {
position: absolute;
top: 0;
left: 0;
margin: 0;
padding: 0;
height: 100%;
width: 100%;
/* border-top: #D3FCA8 solid 7px; */
font-style: normal;
font-variant: normal;
font-weight: normal;
font-size: 14px;
line-height: 1.2em;
font-family: Verdana,Arial,sans-serif;
color: #2C2C2C;
text-align: left;
background: white;
}

a, a:visited {
color: inherit;
text-decoration: none;
}

header {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: 75px;
	color: #fff;
	background-color: #73B2B5;
	border: 0px solid #333;
	-webkit-box-shadow: 0 3px 3px 0 #888;
					box-shadow: 0 3px 3px 0 #888;
	clear: both;
  z-index: 100;
	/* background-color: #F0FEE2; */
	/* background-color: #BCBDBB; */
}

aside {
	position:relative;
	z-index: 999;
	float: left;
	height:auto !important;
	height: 100%;
	min-height:100%;
	width: 200px;
	background-color: #BCBDBB;
  border: 0px solid #333;
  -webkit-box-shadow: 4px 0 3px -1px #888;
          box-shadow: 4px 0 3px -1px #888;
  transition: 0.5s;
}

main {
	position: relative;
	height:auto !important;
	height: 100%;
	min-height: 100%;
	padding: 25px 0 15px 15px;
  overflow: auto;
}

label {
  display: inline-block;
	padding: 10px 0 0 5px;
  max-width: 100%;
  margin-bottom: 5px;
	font-size: 14px;
  font-weight: 700;
}


.sticky {
  position: fixed;
  top: 0;
	width: 100%;
  max-width: 1273px;
	white-space: nowrap;
}

.custom-select {
  position: relative;
	font-size: 14px;
}
.custom-select select {
  display: none; /*hide original SELECT element:*/
}
.select-selected {
  background-color: #9B9B9B;
  min-height: 16px;
}
/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #fff transparent;
  top: 7px;
}
/*style the items (options), including the selected item:*/
.select-items div,.select-selected {
  color: #ffffff;
  padding: 8px 16px;
  border: 1px solid transparent;
	border-radius: 5px;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
  user-select: none;
}
/*style items (options):*/
.select-items {
	margin: 0 3px 0 3px;
  position: absolute;
  background-color: #9B9B9B;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}
/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}


.work-select select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  width: 30px;
  max-width: 30px;
  font-size: 16px;
  outline: none;
  cursor: pointer;
  margin: -4px -5px 0 -5px;
}
.work-select select::-ms-expand {
  display: none;
}
.work-select select:focus::-ms-value {
  background-color: transparent;
}

/*

.work-select select:hover {

//margin-left: -3px;
}
*/

/*
input:invalid {
    border-color: red;
}
*/

/*
footer {
	position: fixed;
	bottom: 0;
	margin-bottom: 0;
	float: left;
	width: 100%;
	height: 110px;
	color: #fff;
	background-color: #CCC;
	border-bottom: 20px solid #4A4A4A;
}
*/
#wrapper {
	width:  100%;
	height: 100%;
	float: left;
	z-index: 1
}
#content_wrapper{
	width: 95%;
	padding: 15px 0 0 15px;
}


#logo {
	float: left;
	margin-left: 25px;
}

#inner-header {
	position: relative;
	flex-shrink: 0;
	overflow: visible;
	position: -webkit-sticky;
	position: sticky;
	left: -15px;
	z-index: 9999;
	margin: -25px 0 0 -15px;
	padding: 17px 0 12px 35px;
	text-align: left;
	color: #9098A8; /* 6894C8; */
	font-size: 24px;
	text-transform: uppercase;
	background-color: #ccc;
	-webkit-box-shadow: 0 3px 3px 0 #888;
					box-shadow: 0 3px 3px 0 #888;
}
#inner-header span {
	margin-top: 15px;
}

.page_title {
	position: absolute;
	width: 100%;
	font-size: 32px;
	font-weight: 600;
	text-transform: uppercase;
  letter-spacing: 7px;
	text-align: center;
  color: #eee;
	/* color: #E9E9E9; */
	bottom: 15px;
  /*left: 30%; */
	padding-bottom: 13px;
  z-index: -9;
}

.login {
     position: relative;
		 width: 370px;
     margin: 95px auto;
     /* margin:-100px 0 0 -450px;*/
		 color: #6C798F;
}
.login table {
}
.login input {
	padding-left: 7px;
  border: 0px;
	border-bottom: 1px solid #9098A8;
	height: 35px;
	font-size: 18px;
	width: 330px;
}
.login input:focus{
    outline: none;
    border-bottom: 2px solid #9098A8;
}

.login img {
animation: 0.7s ease-out 0s 1 slideInFromLeft;
width: 300px;
padding: 0 0 35px 20px;
}
.login .submit {
	width: 100%;
	height: 37px;
	background: #9098A8;
	border: 2px solid #9098A8;
  border-radius: 5px;
	color: #fff;
	font-weight: bold;
}
.login .submit:hover {
	background: #D3FCA8;
	color: #9098A8;
}

/* Floating label */
.form-group {
  position: relative;
  margin-top: 17px;
  margin-bottom: 1.5rem;
}
.form-control-placeholder {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 11px 0 0 13px;
  transition: all 200ms;
  opacity: 0.5;
}
.form-control:focus + .form-control-placeholder,
.form-control:valid + .form-control-placeholder {
  font-size: 90%;
  transform: translate3d(-7px, -110%, 0);
  opacity: 1;
}
/* Floating label end */

.logo {
	float: left;
	width: 185px;
	height: 60px;
	padding: 10px 0 0 15px;
	background: url("../images/Rostify_Logo_white.png") no-repeat center;
  z-index: 9999;
}
.logo span {
  width: 185px;
  height: 60px;
  padding: 10px 0 0 15px;
}

.form-input  {
    height: 20px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 2px solid #ccc;
    border-radius: 4px;
		margin: 0 .25rem;
		width: 95%;
		transition: border-color .5s ease-out;

}
.form-input:focus {
    border-color: #6894C8;
    outline: 0;
}
.form-input:required {
		border-left: 4px solid #6894C8;
    outline: 0;
}

.ui-datepicker {
z-index: 9999 !important;
}

.headerdate {
	position: absolute;
  font-size: 11px;
	color: #FFF;
	right: 0;
	top: 0;
	width: 250px;
	text-align: center;
	margin: -13px 0 0 0;
}
.headername {
	position: absolute;
	right: 0;
	bottom: 0;
  min-width: 250px;
	padding: 13px 0 10px 10px;
  font-size: 24px;
	text-align: center;
	background: #ccc;
	border-top-left-radius: 5px;
}
.headername div {
    overflow: hidden;
    width: 200px;
    white-space: nowrap;
}
.headername a {
  position: absolute;
  right: 0;
  top: 0;
  margin: 10px 15px 0 0;
  font-size: 14px;
  padding: 5px 7px 3px 7px;
  border: 1px solid #fff;
  border-radius: 4px;
}
.clear {
  clear: both;
}


h2, h2.contentheading, .contentheading, h2 a, h2 a:link, h2 a:visited {
font-family: "Lucida Grande","Trebuchet MS",Arial,Helvetica,sans-serif;
color: #7CBAE9;
font-size: 20px;
font-weight: normal;
line-height: 1em;
margin: 0 0 10px;
padding: 4px 4px 6px;
text-align: left;
text-decoration: none;
}


tbody {
display: table-row-group;
vertical-align: middle;
border-color: inherit;
}

tr {
display: table-row;
vertical-align: inherit;
border-color: inherit;
}

.navunit {
	height: 34px;
	padding:11px 0 0 9px;
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	background: #ccc;
  border-bottom: 1px solid #BCBDBB;
  overflow: hidden;
  white-space: nowrap;
}
.navunit b {
	padding-left: 5px;
}

.homebutton {
  display: block;
  height: 35px;
	padding:11px 0 0 9px;
  color: #9098A8;
	font-size: 24px;
	font-weight: 600;
	background: #ccc;
  border-bottom: 1px solid #BCBDBB;
}

.homebutton:hover {
	background-color: #D3FCA8;
}


.logout {
	color: #fff;
	padding-top: 10px;
	text-align: center;
	font-size: 44px;
	text-decoration: none!important;
	position: fixed;
	width: inherit;
	bottom: 0;
	left: 0;
	margin-bottom: 0;
	height: 55px;
	background-color: #aaa;
	border-bottom: 20px solid #4A4A4A;
	border-right: 0px solid #333;
	-webkit-box-shadow: 3px 0 2px -1px #888;
				  box-shadow: 3px 0 2px -1px #888;
  z-index: 9999;
}
.logout  a{
	text-decoration: none!important;
}
.logout  a:hover{
	color: #D0021B;
	text-decoration: none!important;
}
.dutybox {
	color: #fff;
	background-color: #F0F0F0;
	padding: 0;
	text-align: left;
}

.dutybox a {
    display: block;
		height: 27px;
		padding: 15px 0 0 20px;
    transition: all 0.3s ease;
    color: #9098A8;
    font-size: 14px;
		font-weight: 400;
		text-decoration: none;
		border-bottom: 1px solid #BCBDBB;
}
.dutybox a:hover {
	background-color: #D3FCA8;
}
.dutybox span:last-child a{
border-bottom: 2px solid #73B2B5;;
}

.sidemenu-btn-active {
	background-color: #D3FCA8;
}

.button-container {
	padding-top: 15px;
	min-height: 95px;
}
.button_small_cnl {
  color: #D02338;
  background: #fff;
  border: 1px solid #D02338;
  border-radius: 3px;
  font-size: 12px;
  min-width: 115px;
  padding: 3px 5px;
  margin: 3px 5px 0 0;
}
.button_small_cnl:hover {
  color: #fff;
  background: #D02338;
}
.button_xs_cnl {
  color: #D02338;
  background: #fff;
  border: 1px solid #D02338;
  border-radius: 3px;
  font-size: 14px;
  padding: 1px 5px;
  margin: -5px 0 0 3px;
}
.button_xs_cnl:hover {
  color: #fff;
  background: #D02338;
}

.button_small_acpt {
  color: #97E24B;
  background: #fff;
  border: 1px solid #97E24B;
  border-radius: 3px;
  font-size: 12px;
  min-width: 115px;
  padding: 3px 5px;
  margin: 3px 5px 0 0;
}
.button_small_acpt:hover {
  color: #fff;
  background: #97E24B;
}
.button_action  {
	position: relative;
	float: left;
	min-width: 45px;
	min-height: 55px;
	text-align: center;
	vertical-align: middle;
	padding: 15px 7px 0 7px;
	color: #9098A8!important;
	border: 1px solid #9098A8;
	border-radius: 5px;
	font-size: 36px;
}
.button_action:hover {
	background-color: #D3FCA8;
	color: #fff!important;
}
.button_action_alert:hover {
	background-color: #D02338!important;
	color: #fff!important;
}
.button_action_active  {
	background-color: #D3FCA8;
	color: #fff!important;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.button {
    display: inline-block;
		min-width: 100px;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.button i{
	padding-right: 12px;
}
.button-small {
    display: inline-block;
		min-width: 40px;
		padding: 0 5px 1px 5px;
    margin-bottom: 3px;
    font-size: 12px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.disabled {
	cursor: not-allowed;
	color: #ccc!important;
	background-color: #fff!important;
	border-color: #ccc;
}
.btn-action {
    color: #fff;
    background-color: #6894C8;
    border-color: #6894C8;
}
.btn-action:hover {
    background-color: #B8E986!important;
}
.btn-default {
    color: #6C798F;
    background-color: #fff;
    border-color: #6C798F;
}
.btn-default:hover {
    background-color: #E9E9E9!important;
}
.select_month {
  width: 195px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  color: #9098A8;
  background-color: #FFF9C1;
  border: 1px solid #9098A8;
}
.select_month:hover {
    background-color: #D3FCA8!important;
}
.select_month_small {
  width: 95px;
  margin-bottom: 7px;
  font-size: 16px;
  font-weight: 600;
  color: #9098A8;
  background-color: #FFF9C1;
  border: 1px solid #9098A8;
}
.select_month_small:hover {
    background-color: #D3FCA8!important;
}

.box {
	display: inline-block;
	background-color: #FFF;
	border: 2px solid #CCC;
	border-radius: 3px;
}
/*
.box-alert {
	display: block;
	margin: 0 0 15px 15px;
	padding: 20px 25px 20px 25px;
	color: #6C798F;
	font-weight: 700;
	font-size: 18px;
	background-color: seashell;
	//border: 2px solid #D02338;
	border-radius: 10px;
}

.box-success {
  display: block;
  margin: 0 0 15px 15px;
  padding: 25px 25px 20px 25px;
  color: #6C798F;
  font-weight: 700;
  font-size: 18px;
  background-color: #DEFBC1;
  //border: 2px solid #B8E986;
  border-radius: 10px;
}*/
#messagebox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 82px;
  line-height: 82px;
  text-align: center;
	font-weight: 700;
	font-size: 18px;
  opacity:0.93;
  z-index: 9999;
}
.box-alert {
  color: #fff;
	background-color: #F44336; /* D02338 */
}
.box-success {
	color: #6C798F;
	background-color: #DEFBC1;
}
.close-messagebox {
  margin-right: 35px;
  color: #CCC;
  font-weight: bold;
  float: right;
  font-size: 28px;
  line-height: 77px;
  cursor: pointer;
  transition: 0.3s;
}
.close-messagebox:hover {
  color: black;
}

.floatleft {
  float: left;
}
.margin-right15 {
  margin-right: 15px;
}
.margin-left-15 {
	margin-left: 15px;
}
.margin-top-35 {
	margin-top: 35px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
.bold {
	font-weight: 900;
}
.uppercase {
	text-transform: uppercase;
}
.third {
	width: 30%!important;
}
.half {
	width: 50%!important;
}
.min-height70 {
  min-height: 70px;
}
.min-width350 {
	min-width: 350px;
}
.min-width250 {
	min-width: 250px;
}
.min-width150 {
	min-width: 150px;
}
.min-width100 {
	min-width: 100px;
}
.min-width50 {
	min-width: 50px;
}
.width500 {
	width: 500px;
}
.width350 {
	width: 350px;
}
.width150 {
	width: 150px;
}
.width100 {
	width: 100px;
}
.width70 {
	width: 70px;
}
.width50 {
	width: 50px;
}
.width30 {
	width: 30px;
}
.action {
	color: #6894C8;
}
.font10 {
  font-size: 10px!important;
}
.nopadding {
	padding: 0!important;
}

.activeunits {
	float: left;
	margin: 3px 3px 0 0;
	padding: 1px 5px 0 5px;
	font-size: 10px;
	color: #fff;
	background: #9098A8;
	border-radius : 5px;
}
.dutieslist {
  float: left;
  margin: 0 3px 0 0;
  font-size: 12px;
  line-height: 19px;
  text-align: center;
  color: #fff;
  height: 20px;
  width: 20px;
  border:1px solid rgb(255, 255, 255, .0);
  border-radius:50%;
    -moz-border-radius:50%;
    -webkit-border-radius:50%;
}

a.tooltip {
  position: relative;
  text-decoration: none;
  z-index: 999;
}
a.tooltip:after {
  content: attr(data-tooltip);
  position: absolute;
  background: #000;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	padding: 2px 5px 1px 5px;
  color: #fff;
	left: 10%;
	bottom: 110%;
  border-radius : 5px;
  white-space: nowrap;
  opacity: 0;
  transition : all 0.3s ease;
}
a.tooltip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
	bottom: 100%;
  border-top: 9px solid #000;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  transition : all 0.3s ease;
  opacity: 0;
}
a.tooltip:hover:after {
	left: -25%;
  bottom: 110%;
}
a.tooltip:hover:before {
  bottom: 100%;
}
a.tooltip:hover:after, a:hover:before {
  opacity: 1;
}

.pattern-small {
	font-size: 12px;
	color: #9B9B9B;
}
.divTable{
	display: table;
	clear: both;
	width: 100%;
/*	border-top: 10px solid #ccc;
	border-radius : 10px; */
}
.divTableRoster{
	display: table;
	width: 100%;
	/*border-bottom: 5px solid #6C798F;
	border-left: 5px solid #6C798F;
	border-radius : 15px; */
}

.divTableRow-orange {
	display: table-row;
	/*background-color: #FFE193;*/
  background-color: #FFF0C9;
}
.divTableRow-green {
	display: table-row;
	background-color: #E7FFD6;
}
.divTableRow-nochange {
	display: table-row;
	background-color: #fff
}
.divTableRow {
	display: table-row;
	background-color: #FFF;
	/* background-color: #F4F7FC; */
}
.divTableRow:nth-child(even){
	background-color: #f2f2f2;
}
.divTableCell {
	/* border: 1px solid #999999; */
	/* width: 50%; */
	font-size: 16px;
	color: #4A4A4A;
	display: table-cell;
	padding: 7px 15px;
  white-space: nowrap;
}
.divTableCell a:visited {
	color: #6894C8!important;
}
.divTableCellSteel {
	min-width: 28px;
	font-size: 16px;
	color: #FFF;
	display: table-cell;
	padding: 7px 5px 7px 0;
	background-color: #9098A8 /* #CCE0F7 */;
	/* background-color: #8F98A7; */
}
.divTableCellClc {
	display: table-cell;
	padding: 7px 15px;
	font-weight: 600;
	font-size: 12px;
	color: #999;
	background-color: #E9E9E9;
}
.divTableCellCap {
	display: table-cell;
	padding: 7px 5px;
	font-size: 12px;
	color: #999;
}
.myRosterContainer {
	display: table;
	margin: 25px 0 0 0;
	width: 94%;
	border: 2px solid #9098A8; /* #CCE0F7 */
	border-radius : 7px;
	background-color: #9098A8; /* #CCE0F7 */
}
.divTableCellGrey {
	min-width: 17px;
	font-size: 14px;
	color: #FFF;
	display: table-cell;
	padding: 0 0 5px 0;
	background-color: #ccc; /* #CCE0F7 */
	font-weight: 600;
}
.divTableCellSup {
	font-size: 16px;
	color: #4A4A4A;
	display: table-cell;
	padding: 7px 13px;
	min-width: 25px;
  border-right: 1px dotted #A7D9DC;
}
.ownCell {
  background-color: #F0FEE2;
}
.divTableHeading {
	display: table-header-group;
	min-height: 45px;
	color: #9098A8 /*#6894C8*/;
	background-color: #ccc;
	font-size: 18px;
	white-space: nowrap;
}
.divTableHead {
	font-weight: 900;
	text-transform: uppercase;
	display: table-cell;
	padding: 17px 0 13px 10px;
}
.divTableFoot {
	background-color: #EEE;
	display: table-footer-group;
	font-weight: bold;
}
.divTableBody {
	display: table-row-group;
}

.divTableCellRoster {
  width: 17px;
  max-width: 17px;
	font-size: 16px;
	color: #4A4A4A;
	display: table-cell;
	padding: 11px 3px;
  overflow: hidden;
	/*
	border-left: 1px dotted #E9E9E9;
	border-right: 1px dotted #E9E9E9;
	*/
}
.divTableRow .calc {
  border-left: 1px dotted red;
  border-bottom: 1px dotted red;
}

.divTableHeadingStaff {
	display: table-header-group;
	min-height: 25px;
	color: #FFF;
	background-color: #ccc;
	font-size: 18px;
  z-index: 9999;
}
.divTableHeadStaff {
	font-size: 12px;
	font-weight: 900;
	text-transform: uppercase;
	display: table-cell;
	padding: 10px 15px;
}
.divTableCellStaff {
	font-size: 12px;
	color: #4A4A4A;
	display: table-cell;
	padding: 3px 0;
}

.scheduling {
  width: 94%;
  margin: 25px 0 0 0;
  padding-top: 35px;
  border: 3px dashed #9098A8;
  background-color: #E9E9E9;
  border-radius: 9px;
  color: #9098A8;
  font-size: 48px;
  text-align: center;
  height:90px;
  white-space: nowrap;
  overflow: hidden;
}

/*
.divTableCellRoster:hover{
 cursor: pointer;
}
*/
.blinkred {
  animation: blinkerred 1s linear infinite;
}
.blinktext {
  animation: blinker 1s linear 2;
}
.markMismatch {
background-color: rgba(255, 220, 0, .75)!important;
background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,255,255,.8) 5px, rgba(255,255,255,.8) 10px);
font-weight: 600;
text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}

.markRed {
background-color: rgba(255, 0, 0, .75)!important;
background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255,255,255,.8) 5px, rgba(255,255,255,.8) 10px);
font-weight: 600;
text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.markGreen {
background-color: #D3FCA8!important;
}
.markYellow {
background-color: #FFF9C1!important;
}
.markBlue {
background-color: #CCE0F7!important;
}
.markGrey {
background-color: #BCBDBB!important;
}
.markFeiertag {
background: #EB94BD;
}
.markDate {
  color: #D02338!important;
  font-weight: 600;
}
.borderGreen:hover {
min-width: 17px;
padding: 9px 1px;
border: 2px solid #B8E986;
border-radius: 4px;
}
.borderOrange:hover {
min-width: 17px;
padding: 9px 1px;
border: 2px solid #F39A07;
border-radius: 4px;
}
.borderRed:hover {
min-width: 17px;
padding: 9px 1px;
border: 2px solid #D02338;
border-radius: 4px;
}
.borderBlue:hover {
min-width: 17px;
padding: 9px 1px;
border: 2px solid #6894C8;
border-radius: 4px;
}
.divTableCellRosterActiveInput {
  width: 17px;
  min-width: 17px;
	font-size: 16px;
	color: #4A4A4A;
	display: table-cell;
	padding: 11px 3px;
}
.overtimeRed {
color: #D02338;
}
.staus-badge-row {
	width: 100%;
	float: left;
	padding-left: 25px;
	clear: both;
}
.col-1 {
	width: 95%;
	float: left;
	padding-right: 15px;
}
.col-3 {
	width: 31%;
	min-width: 350px;
	float: left;
	padding-right: 15px;
}
.col-4 {
	width: 23%;
	min-width: 273px;
	float: left;
	padding-right: 15px;
}
.status-block {
		width: 100%;
		min-width: 340px;
    margin: 13px 0;
    border-radius: 4px;
    color: #fff;
		overflow: hidden;
}
.status-block .xlg{
    height: 215px!important;
}
.status-block .lg{
    height: 150px!important;
}
.status-block .md{
    height: 110px!important;
}
.status-badge-gray .icon {
  background-color: #CCCCCC;
}
.status-badge-gray .detail {
  background-color: #E9E9E9;
	color: #EB94BD;
}
.status-badge-green .icon {
  background-color: #D3FCA8;
}
.status-badge-green .detail {
  background-color: #F0FEE2;
}
.status-badge-green .count, .status-badge-green .desc {
  color: #B1F56C;
}
.status-badge-magenta .icon {
  background-color: #EB94BD;
	border-top: 1px solid #EB94BD;
	border-left: 1px solid #EB94BD;
	border-bottom: 1px solid #EB94BD;
}
.status-badge-magenta .detail {
  background-color: #FFF;
	color: #EB94BD;
	border-top: 1px solid #EB94BD;
	border-right: 1px solid #EB94BD;
	border-bottom: 1px solid #EB94BD;
}
.status-badge-magenta .detail .desc {
	color: #999;
}

.status-badge-blue .icon {
  background-color: #AFD2FB;
	border-top: 1px solid #AFD2FB;
	border-left: 1px solid #AFD2FB;
	border-bottom: 1px solid #AFD2FB;
}
.status-badge-blue .detail {
  background-color: #FFF;
	color: #AFD2FB;
	border-top: 1px solid #AFD2FB;
	border-right: 1px solid #AFD2FB;
	border-bottom: 1px solid #AFD2FB;
}
.status-badge-blue .detail .desc {
	color: #999;
}
.status-badge-yellow .icon {
  background-color: #FFF793;
	border-top: 1px solid #FFF793;
	border-right: 1px solid #FFF793;
	border-bottom: 1px solid #FFF793;
}
.status-badge-yellow .detail {
  background-color: #FFF;
	color: #F8E81F;
	border-top: 1px solid #FFF793;
	border-right: 1px solid #FFF793;
	border-bottom: 1px solid #FFF793;
}
.status-badge-cyan .icon {
  background-color: #73B2B5;
}
.status-badge-cyan .detail {
  background-color: #A7D9DC;
	color: #FFF;
}
.status-badge-header-cyan {
  width: 95%;
  padding: 11px 0;
  color: #fff;
  background-color: #73B2B5;
  border-top: 1px solid #73B2B5;
  border-right: 1px solid #73B2B5;
  border-left: 1px solid #73B2B5;
  border-radius: 5px 5px 0 0;
  white-space: nowrap;
}
.status-badge-header-cyan span {
  font-size: 1.8em;
}
.status-badge-header-cyan span i {
  padding: 0 0 0 15px;
  font-size: 1.3em;
}
.supdate {
  max-width: 150px;
  color: #fff;
  background: #73B2B5;
  font-size: 1em;
  border: 0;
}
.status-badge-header-unit {
  width: 100%;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  left: 0;
  padding: 7px 0;
  background: #A7D9DC;
  color: #fff;
  font-size: 1.3em;
}

.status-block .icon {
    float: left;
    padding: 16px 15px 0 15px;;
    height: 60px;
    font-size: 2.5em;
    text-align: center;
    border-radius: 4px 0 0 4px;
}
.status-block .detail {
    padding: 8px 15px;
    height: 60px;
    border-radius: 0 4px 4px 0;
		overflow-y: auto;
}
.status-block .detail span.count {
    font-size: 1.8em;
}
.status-block .detail span.desc {
    font-size: 1em;
		padding-top: 10px;
}
.status-block .detail span.divider {
border-bottom: 1px dotted #fff;
}
.inner-box {
	width: 100%;
	padding-top: 13px;
}
.denied{
  text-decoration: line-through;
	color: #EB94BD;
	white-space: nowrap;
}

.dash-header {
	margin: 0 35px 5px 25px;
	padding: 35px 0 7px 5px;
	color: #9B9B9B;
	font-size: 22px;
	border-bottom: 2px solid #9B9B9B;
}

.firstpage-attention {
	position: relative;
	width: 390px;
	left: 33%;
}


@media screen and (max-width: 600px) {

.logo {
	width: 45px;
	background: url("../images/Rostify_Logo_white_BO.png") no-repeat center;
	background-size: 45px 45px;
}
aside {
		position:relative;
		float: left;
		height:auto !important;
		height: 100%;
		min-height:100%;
		width: 55px;
		background-color: #9B9B9B;
	}
	#inner-header {
		display: none;
	}
.hidemobile {
		display: none;
	}
.login {
	  width: 300px;
    margin: 25px auto;
	}
.firstpage-attention {
		left: 1%;
		width: 300px;
	}

.headername {
		min-width: 150px!important;
		font-size: 16px!important;
	}
.headername div {
    min-width: 150px;
}
.page_title {
	display: none;
}
.login img {
	width: 230px;
}
.login input  {
	width: 260px;
}
.login .submit {
	width: 100%;
}
.headerdate {
	display: none;
}
.staus-badge-row {
	padding: 0;
}
.scheduling {
  font-size: 20px!important;
  margin: 55px 0 0 0!important;
  padding-top: 35px!important;
  height:55px!important;
}

}

.mod_ovtm_smstextbox {
  width: 400px;
  height: 100px;
  padding: 7px;
  color: #BCBDBB;
  background-color: #FFFDF0;
  border: 3px solid #F0F0F0;
}

.mod_ovtm_smsstaffbox {
  float: left;
  width: 300px;
  height: 300px;
  margin-left: 50px;
  border: 3px solid #F0F0F0;
  overflow-x: hidden; overflow-y: scroll;
}


@media screen and (max-width: 900px) {

.page_title {
	font-size: 18px;
  letter-spacing: 1px;
}
.headername {
  min-width: 200px;
	font-size: 18px;
	}
.headername div {
      width: 160px;
    }
.scheduling {
  font-size: 32px;
  margin: 55px 0 0 0;
  padding-top: 40px;
  height:70px;
  }
.button_small_acpt {
  padding: 7px 5px;
  }
.button_small_cnl {
  padding: 7px 5px;
  }

}

@media only screen and (min-width: 901px) and (max-width: 1150px) {

.page_title {
	font-size: 22px;
  letter-spacing: 2px;
 }

}



.panel-container-vertical {
		 display: flex;
		 flex-direction: column;
		 min-width: 1420px;
		 padding-right: 20px;
		 overflow: hidden;
 }
 .panel-top {
		 flex: 0 0 auto;  /* only manually resize */
		 height: 400px;
		 width: 100%;
		 white-space: nowrap;
		 color: white;
		 overflow-x: hidden;
		 overflow-y: auto;
 }
 .splitter-horizontal {
		 flex: 0 0 auto;
		 height: 15px;
		 background: url(../images/hsizegrip.png) center center no-repeat #BCBDBB;
		 cursor: row-resize;
 }
 .panel-bottom {
		 flex: 1 1 auto; /* resizable */
		 min-height: 200px !important; /* NOTE: This won't be respected! Explicit resize forces size of this panel */
 }


/*
body.loader * {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

/
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

*/
.ease_out {
	transition: opacity 2s ease-out;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.display_none {
	display: none;
}

.tooltip2 {
  position: relative;
  display: inline-block;
}
.tooltip2 .tooltiptext2 {
  visibility: hidden;
  width: 170px;
  background-color: #999;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
	top: -5px;
  left: 155%;
}
.tooltip2:hover .tooltiptext2 {
  visibility: visible;
}
.tooltip2 .tooltiptext2::after {
  content: " ";
  position: absolute;
  top: 50%;
  right: 100%; /* To the left of the tooltip */
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #999 transparent transparent;
}

.pagination {
	list-style-type: none;
	/* padding: 10px 0; */
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}
.pagination .disabled  {
  display: none;
}
.pagination li {
	box-sizing: border-box;
	padding-right: 10px;
}
.pagination li a {
	box-sizing: border-box;
	background-color: #e2e6e6;
	padding: 8px;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	border-radius: 4px;
}
.pagination li a:hover {
	background-color: #d4dada;
}
.pagination .active a{
  background-color: #6894C8!important;
	color: #FFF;
}

.pagination .next a, .pagination .prev a {
	text-transform: uppercase;
	font-size: 12px;
}
