@import url("login.css");
@import url("dataentry.css");
@import url("jquery-ui.css");
@import url("colors.css");
@import url("font-awesome.min.css");

.no-select{
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    rgba(75,75,75,0.7);
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    rgba(75,75,75,0.7);
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    rgba(75,75,75,0.7);
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    rgba(75,75,75,0.7);
}

*{
	border: 0 none;
    font: inherit;
    margin: 0 auto;
    padding: 0;
	vertical-align: top;
}

*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;

 }


body{
	background-repeat:inherit;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	background-color:#fff;
	color: #333;
/*	background-image:url(../imgs/bg.png);*/
}

#backingRepeat {
	background-image: url(/assets/imgs//home-backing-repeater3.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	z-index: 0;
	height: 50px;
	position: absolute;
	margin-top: -20px;
}
#backingRepeat-2 {
	background-image: url(/assets/imgs/home-backing-repeater3.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	z-index: 0;
	height: 50px;
	position: absolute;
	margin-top: -37px;
	position: fixed;
	z-index: 4;
}
#backingRepeat-3 {
	background-image: url(/assets/imgs/home-backing-repeater3.png);
	background-repeat: repeat-x;
	background-position: top;
	width: 100%;
	z-index: 0;
	height: 50px;
	position: absolute;
	margin-top: -2px;
	position: fixed;
	z-index: 4;
}
#logo-cap {
	background-image: url(../imgs/logo-cap-orbits.png);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	margin-top: 20px;
	position: relative;
	z-index: 1;
	/*	background-position: center center;
	width: 1073px;
	z-index: 1;
	height: 91px;
	position: fixed;
	margin-top: 10px;
	margin-left: 500px;*/
	height: 91px;
}
#logos {
	display: block;
	margin: 0 auto;
	width: 575px;
}
.oengr-logo {
	margin-top: -90px;
	position: relative;
	float: left;
	z-index: 2;
}
.ots-logo {
	float: right;
	/*margin-top: -90px;
	position: relative;
	z-index: 2;*/
}
a, a:visited, a:active{
	text-decoration: none;
	color: #8A6E48;
}

a:hover{
	color: #1F6192;
}

textarea{
	resize: none;
}

.info:after{
	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	content: "\f05a";
	color: #006699;
	font-size: 10px;
	margin: -5px 0px 0px 2px;
	pointer-events: none;
}

.information{
	color: #006699;
	font-size: 11px;
	position: absolute;
	width: 300px;
	background-color: white;
	border: 1px dotted #CCCCCC;
	line-height: 1.5em;
	/*border-radius: 5px;*/
	padding: 5px;
	text-align: left;
	z-index: 999999;
	font-weight: normal !important;
	pointer-events: none;
}

#InspReportSetup.information{
	line-height: normal;
	width: 300px;
	pointer-events: auto;
}

/*Navigation menu that appears on the left of pages*/
#navigation {
	border-right:1px solid #999;
	/*width:100%;*/
	/* background-color: rgb(238,238,238); */
	list-style: none;
	position:fixed;
	width:203px !important;
}

#navigation a.active{
	border-right: 2px solid #8A6E48;
}

#navigation .seperator{
	width: 100%;
	border-top: 1px solid #333;
}

#navigation > li > a{
	display:block;
	text-align: left;
	padding: 10px;
	padding-left: 30px;
	line-height:16px;
	font-size: 16px;
	border-right: 2px solid transparent;
	position: relative;
	word-wrap: break-word;
	cursor: pointer;
}

#navigation .navactions{
	padding-left: 25px;
	font-size: 11px;
	font-weight: bold;
}

#navigation > li > a:hover{
	background: linear-gradient(to bottom, #DDDDDD 0%, #BBBBBB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-right: 2px solid;
	text-shadow: 0px 1px #FFFFFF;
}
#navigation > li > a:hover:before,#navigation a:hover:after{
	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 9px;
}
#navigation > li > a:hover:before{
	left: 13px;
	font-size: 20px;
	content: "\f0da";
	opacity: 0.5;
}

#navigation > li > a:hover:after{
	left: 8px;
	font-size: 20px;
	content: "\f0da";
}

#navigation .sub{
	font-size: 11px;
	color: #8A6E48;
	margin-left: 40px;
}
#navigation .sublink{

}
#navigation .sublink > a{
	font-size: 11px;
	line-height: 13px;
	padding: 5px;
	padding-left: 40px;
}
#navigation > li.sublink > a:hover:before, #navigation > li.sublink > a:hover:after{
	display: inline-block;
  	font-family: FontAwesome;
  	font-style: normal;
  	font-weight: normal;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	top: 4px;
}
#navigation > li.sublink > a:hover:before{
	left: 13px;
	font-size: 16px;
	content: "\f0da";
	opacity: 0.5;
}

#navigation > li.sublink > a:hover:after{
	left: 8px;
	font-size: 16px;
	content: "\f0da";
}
/*End Navigation*/

.error {background-color:#FEC6C2 !important;}
.confirm {
	border: 1px solid #ff8080!important;
	background-color: #ccffcc!important;
}

.InvalidMessage{
	margin: 0px auto 10px auto;
	width: 95%;
	border: 1px solid red;
	font-weight: bold;
	font-size: 10px;
	padding: 5px;
}

.main
{
	width:1024px;
	overflow:visible;
}

.StatusBar{
	padding-top: 2px;
	z-index: 999;
	width: 1024px;
	min-width: 1024px;
	height: 37px;
	background-color: transparent;
	position:fixed;
	top:0;
/*	background: linear-gradient(to bottom, #333333 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #333333;*/
/*	margin-top: 120px;
	margin-bottom: -20px;
	z-index: 999;
	width: 800px;
	min-width: 1024px;
	height: 37px;
	background-color: #fefefe;
	position:fixed;
	top:0;
		background-color: white;
	background: url(/assets/imgs/BoxBG.jpg);
	background-repeat: repeat;
	overflow: visible;
	padding: 0px 0px 10px 0px;
	/*background: linear-gradient(to bottom, #333333 0%, #000000 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
/*	border-bottom: 1px solid #333333;*/
}


.StatusBar #SBLeftMenu{
	float:left;
	margin-top:3px;
	height:36px;
	margin-left:3px;
}

.StatusBar #SBRightMenu{
	float:right;
	margin-top:3px;
	height:36px;
	margin-right:3px;
}

.StatusBar #JobQueue{
	float:right;
	margin-top:3px;
	height:36px;
	margin-right:3px;
}

.invalid{
	background-color: #FFD9DA !important;
}

ilabel{
	font-size: 14px;
	display: inline-block;
	min-width: 40px;
	text-align: center;
	padding: 10px;
	margin-bottom: 10px;
	color: #666;
	background-color: #DDDDDD;
	border-style: solid;
  	border-width: 1px;
  	border-color: #CCCCCC;
}

ilabel.small{
	font-size: 10px !important;
	padding: 6px !important;
	margin: 0 !important;
}

.txtinput{
	font-size: 14px;
	display: inline-block;
	min-width: 40px;
	padding: 10px;
	margin-bottom: 10px;
	color: #777;
	background-color: #FBFBFB;
	border-style: solid;
  	border-width: 1px;
  	border-color: #CCCCCC;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}
.txtinput:disabled{
	background-color: #E3E3E3 !important;
}

select.txtinput{
	margin-left: -3px;
	padding: 9px;
}

.txtinput:focus, .txtinput-small:focus, .txtinput-mini:focus{
  color: #000000;
  background-color: #FBFBFB;
  border-color: rgba(31,97,146,0.4);

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  outline: 0 none;
}

.txtinputfocus{
	color: #000000;
  background-color: #FBFBFB;
  border-color: rgba(31,97,146,0.4);

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  outline: 0 none;
}

.txtinput-small{
	font-size: 10px;
	display: inline-block;
	min-width: 40px;
	padding: 6px;
	color: #777;
	background-color: #FBFBFB;
	border-style: solid;
  	border-width: 1px;
  	border-color: #CCCCCC;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

.txtinput-mini{
	font-size: 10px;
	display: inline-block;
	min-width: 40px;
	padding: 0px;
	color: #777;
	background-color: #FBFBFB;
	border-style: solid;
  	border-width: 1px;
  	border-color: #CCCCCC;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  	-moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset;
  	transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  	-webkit-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  	-moz-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
  	-o-transition: border 0.15s linear 0s, box-shadow 0.15s linear 0s, color 0.15s linear 0s;
}

input[type=file].txtinput-small{
	padding: 0px;
	height: 27px;
}

select.txtinput-small{
	margin-left: -3px;
	padding: 5px;
	height:25px;
}

.txtinput-small.is-checkbox{
	min-width: 0px !important;
	width: 30px;
	cursor: pointer;
}

ilabeli{
	display: inline-block;
  	border-style: solid;
  	border-width: 1px;
  	border-color: #CCCCCC;
  	margin-bottom: 10px;
  	font-size: 1.25em;
  	padding: 11px 0px 11px 0px;
  	color: #666;
  	border-bottom-right-radius: 5px;
  	border-top-right-radius: 5px;
  	background-color: #DDDDDD;
	text-align: center;
	min-width: 40px;
}

.noleftmargin{
	margin-left: 0px !important;
}

.noradius{
	/*border-radius: 0px !important;*/
}

.btn {
    border: 1px solid rgba(0, 0, 0, 0);
    /*border-radius: 4px;*/
    cursor: pointer;
    font-size: 14px;
    margin: 0;
    padding: 6px 12px;
    text-align: center;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	background-color:#006699;
	color:#FBFBFB;
	height: 30px;
	display: inline-block;
}

.inline-right-btn{
	/*border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;*/
	padding: 12px !important;
	height: auto !important;
}

.btn-small {
    border: 1px solid rgba(0, 0, 0, 0);
    /*border-radius: 4px;*/
    cursor: pointer;
    font-size: 10px;
    margin: 0;
    padding: 6px 5px;
    text-align: center;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset;
	background-color:#006699;
	color:#FBFBFB;
	display: inline-block;
}

.inline-right-btn-small{
	/*border-top-right-radius: 4px !important;
	border-bottom-right-radius: 4px !important;
	border-top-left-radius: 0px !important;
	border-bottom-left-radius: 0px !important;*/
}

.btn:hover,.btn-small:hover{
	background-color:#005588 !important;
}

#PrevSTNDiv:hover,#NextSTNDiv:hover{
	color: #005588 !important;
	cursor: pointer;
}

.btn:active {
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}

.btn-primary{
	/*border-bottom-right-radius: 0;
    border-top-right-radius: 0;*/
	padding-right:4px;
	padding-left: 12px;
	border-right:1px solid #004477;
}

.btn-primary-dropdown{
	/*border-bottom-left-radius: 0;
    border-top-left-radius: 0;*/
	padding-left:6px;
	padding-right:6px;
}

.btn-primary-dropdown ul li:hover{
	background-color: #FBFBFB;
}

.dropdown-menu {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.15);
    /*border-radius: 4px;*/
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	text-align:left;
    font-size: 14px;
    list-style: none outside none;
    width: 160px;
	margin: 5px 2px;
	padding: 4px;
    position: absolute;
    z-index: 1000;
}

.dropdown-submenu-left, .dropdown-submenu-right{
	background-clip: padding-box;
    background-color: #F9F9F9;
    border: 1px solid rgba(0, 0, 0, 0.15);
    /*border-radius: 4px;*/
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	text-align:left;
    font-size: 14px;
    list-style: none outside none;
	width: 200px;
	padding: 4px;
	top: -8px;
    position: absolute;
    z-index: 1000;
}

.dropdown-submenu-left {
	margin: -5px 5px 0px 5px;
	left: 92%;
}

.dropdown-submenu-right {
	left: -114%;
	margin: -5px 0px 0px -15px;
}

.dropdown-menu-divider{
    background-color: #E1E1E1;
    height: 1px;
	margin: 0px 0px 0px 23px;
    overflow: hidden;
}

.PageSection{
	width: 100%;
	/* background-color: rgb(238,238,238); */
	overflow: visible;
	position: relative;
}

.PageSectionLarge{
	width: 100%;
	/* background-color: rgb(238,238,238); */
	overflow: visible;
	position: relative;
}

.SectionHeader{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 17px;
	width:100%;
	overflow:hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
	/*background: linear-gradient(to bottom, #DDDDDD 0%, #BBBBBB 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
}
.SectionHeader:after{
	width: 50%;
	height: 10px;
	background-color: #1F6192;
	content: "";
	float: left;
	clear: left;
}

.SectionHeader:before{
	width: 100%;
	height: 4px;
	background-color: #1F6192;
	content: "";
	position: absolute;
	top: 27px;
	left: 0;
}

.SectionHeader .Header-Text{
	float:left;
  	font-size: 16px;
  	padding: 2px 0px 2px 0px;
  	color: #8A6E48;
	text-align: left;
}

.SectionHeader .Header-Chevron{
  	font-size: 14px;
  	padding: 8px;
	padding-right:0px;
  	color: #CF6722;
	text-align: right;
	position:absolute;
	right:0;
	top:0;
}

.SectionSubHeader{
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 16px;
	width:100%;
	overflow: hidden;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
	position: relative;
}
.SectionSubHeader:after{
	width: 50%;
	height: 5px;
	background-color: #999;
	content: "";
	float: left;
	clear: left;
	margin-bottom: 3px;
}

.SectionSubHeader:before{
	width: 100%;
	height: 2px;
	background-color: #999;
	content: "";
	position: absolute;
	top: 23px;
	left: 0;
}

.SectionSubHeader .SubHeader-Text{
	float:left;
  	font-size: 14px;
  	padding: 2px 0px 2px 0px;
  	color: #96774F;
	text-align: left;
}


.DirectionIndicator{
	position: absolute;
	top: 5px; right: -3px;
	margin: 4px;
	font-size: 20px;
	color: #8A6E48;
}

.DirectionIndicatorSmall{
	position: absolute;
	top: 4px; right: -3px;
	margin: 4px;
	font-size: 14px;
	color: #8A6E48;
}

.PageContainer{
	width: 100%;
	background-color: white;
	background: url(/assets/imgs/BoxBG.jpg);
	background-repeat: repeat;
	overflow: visible;
	padding: 0px 0px 10px 0px;
	margin-top: 35px;
	min-height: 450px;
/*	width: 100%;
	background-color: white;
	background: url(/assets/imgs/BoxBG.jpg);
	background-repeat: repeat;
	overflow: visible;
	padding: 0px 0px 10px 0px;
	margin-top: 66px;
	min-height: 450px;*/
}

.Padding5{
	padding: 5px !important;
}

.VMargin10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.VMargin8{
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.HMargin0{
	margin-left: 0px !important;
	margin-right: 0px !important;
}

.TableHeaderRow{
	width: 100%;
	/*border: 1px solid transparent;*/
	padding: 0;
	margin: 0;
	overflow: hidden;
	/*background: linear-gradient(to bottom, #1f6192 0%, #CCCCCC 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
	background-image: linear-gradient(180deg,rgba(31,97,146,1.00) 0%,rgba(60,80,95,1.00) 93%,rgba(255,255,255,1.00) 100%);
}

.TableHeader{
	font-size: 12px;
	font-weight: bold;
	text-align: left;
	color: #FFFFFF;
	float: left;
	padding: 3px 0px 3px 3px;
}

.TableRow{
	width: 100%;
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: 1px solid transparent;
}

.TableRow:nth-child(2n){
	background-color: #FFFFFF;
}

.TableRow:nth-child(2n-1){
	background-color: #F3F3F3;
}

.TableRow:hover{
	color: #1F6192;
	cursor:pointer;
}

.TableRow:nth-child(n+1){
	border-bottom: 1px solid white;
}

.TableColumn{
	font-size: 12px;
	text-align: left;
	float: left;
	padding: 3px 0px 3px 3px;
	line-height: 14px;
	word-wrap:break-word;
}

.TableColumn p{
	white-space: nowrap;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.TablePageCounter{
	width: 100%;
	overflow: hidden;
	text-align: right;
	margin: 0;
	padding-right: 3px;
	font-size: 13px;
}

.TablePageCounter > div{
	margin-top: 4px;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

.TablePageCounter > div.TruncatedResults{
	color: red;
	font-style: italic;
}

.TablePageCounter > div:last-child span{
	cursor: pointer;
}

.TableTextInput{
	font-size: 12px;
	text-align: left;
	float: left;
	padding: 3px 0px 3px 3px;
	line-height: 14px;
	text-align: center;
	border-right:1px solid #ccc;
}

.Container30{
	width: 307px;
	display: inline-block;
	/* background-color: rgb(238,238,238); */
	vertical-align: top;
	margin: 12px;
}

.Container50{
	width: calc(50% - 26px);
	display: inline-block;
	/* background-color: rgb(238,238,238); */
	vertical-align: top;
	margin: 12px;
}

.Container75{
	vertical-align: top;
	width: 768px;
	display: inline-block;
	/* background-color: rgb(238,238,238); */
	margin: 12px;
}

.Container70{
	vertical-align: top;
	width: 666px;
	display: inline-block;
	/* background-color: rgb(238,238,238); */
	margin: 12px;
}

.Container20{
	width: 204px;
	display: inline-block;
	/* background-color: rgb(238,238,238); */
	vertical-align: top;
	margin: 12px;
}

.Container95{
	width: 959px;
	/* background-color: rgb(238,238,238); */
	vertical-align: top;
	margin: 12px auto;
}

.PopUpContainer{
	width: 400px;
	/*border-radius: 15px;*/
	border: 5px solid #444444;
	background-color: #444444;
	background: url(../imgs/BoxBG.jpg);
	background-repeat: repeat;
	position:relative;
}

.PopUpContainer .Header {
	width: 100%;
	margin: 10px;
}

.PopUpContainer .Header .Header-Text {
	width: 100%;
	text-align: center;
	color:#8B6E48;
	font-size:18px;
	vertical-align: middle;
}

.PopUpExitButton{
	position: absolute;
	right: 10px;
	margin-top: 3px;
	padding: 0px;
	height: 20px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	color: #8A6E48;
}

.PopUpExitButton:hover{
	color: #1F6192;
}

.PopUpExitButton:before{
	content: "x";
}

.PrivToggle{
	display: inline-block;
	width: 252px;
	height: 30px;
	margin: 2px;
	border: 1px solid #CCCCCC;
	padding-left:5px;
	line-height: 28px;
	background-color:#DDDDDD;
	font-weight:bold;
	font-size:14px;
}

.PrivToggle:hover{
	cursor:pointer;
	background-color:#BBBBBB;
}

.PrivToggleActive{
	background-color:#AFA !important;
}

.PrivHeader{
	font-weight:bold;
	font-size:18px;
	text-align:center;
	margin-top:5px;
	overflow:hidden;
}

.AddMulti{
	float:right;
	padding-right:5px;
	text-align:right !important;
}

.AddMulti:hover{
	color:#CC0000;
}

.FileContainer{
	border: 1px solid #CCC;
	max-height: 300px;
	margin-bottom: 20px;
	overflow-y: auto;
}

.FileContainer#Uploads{
	margin-top: 5px;
 	height: 150px;
	overflow-y: scroll;
}

.FileContainer * {
	font-size: 11px;
}

.AddFiles{
	font-size: 10px;
	padding: 1px 2px;
	border: 1px solid #8A6E48;
	background-color: #D5E8F7;
}

.AddFiles:hover{
	color: #1F6192;
	border-color: #1F6192;
}

.FileFindingSelector{
	font-size: 11px;
	display: inline-block;
	text-align: center;
	padding: 4px;
	width: 52px;
	margin: 0;
	color: #666;
	background-color: #DDDDDD;
	border-style: solid;
  	border-width: 1px;
  	border-color: #CCCCCC;
	cursor: pointer;
}

#TitleManager{
	margin-bottom: 10px;
	max-height: 400px;
	overflow-y: scroll;
	width: 800px;
}

.FileFindingSelector:hover{
	color: #000000;
  background-color: #FBFBFB;
  border-color: rgba(31,97,146,0.4);

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  outline: 0 none;
}

.Selected{
	background-color: #D1FFA4 !important;
}

#FindingSelector{
	margin: 20px 5px;
	max-height: 400px;
	overflow-y: auto;
}

.UseThis, .DelThis, .AttachThis{
	font-size:14px;
}

.Repository{
	position: relative;
	height: 500px;
	max-height: 500px;
	overflow-x: auto;
}

.RepositoryHeader{
	position: fixed;
	height: 25px;
	max-height: 25px;
	border: 1px solid #9D9D9D;
	width: 753px;
	background-color: white;
}

.RepositoryAction{
	padding: 4px 5px;
	display: inline-block;
}

.ActiveRow{
	background-color: #AAFFAA !important;
}

.RepositoryIcon{
	text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333
}

.RepositoryIcon.Folder{
	color: #F0DC82;
}

.RightClickMenu{
	border: 1px solid #979797;
	background-color: #F1F1F1;
	box-shadow: 2px 2px 2px 0px #777777;
	position: absolute;
	z-index: 99999;
	width: 204px;
	padding: 2px;
}

.RightClickMenuOption{
	background-color: #FBFBFB;
	cursor: default;
	width: 100%;
	padding: 3px;
	margin: 0 auto;
	border: 1px solid transparent;
}

.RightClickMenuOption:hover{
	border: 1px solid #AECFF7;
	border-radius: 2px;
	background-color: #ECF0F6;
}

.RightClickMenuDivider{
	width: 100%;
	border-top: 1px solid #E0E0E0;
	border-bottom: 1px solid #FFFFFF;
	border-right: none;
	border-left: none;
}

.PageContainer .white, .PageContainer .BPColor_W {
    background-color: #FBFBFB;
}
.PageContainer .green, .PageContainer .BPColor_G {
    background-color: #d6edbd;
}
.PageContainer .yellow, .PageContainer .BPColor_Y {
    background-color: #ffffb9;
}
.PageContainer .orange, .PageContainer .BPColor_O {
    background-color: #ffe697;
}
.PageContainer .red, .PageContainer .BPColor_R {
    background-color: #ffc9c9;
}
.PageContainer .purple, .PageContainer .BPColor_P {
    background-color: #e4d2f2;
}

#Container{
	width:100%;
	background-color:#FFF;
	cursor:default;
}
.calContainer{
	display:inline-block;
	width:100%;
	height:100%;
	min-width: 1024px;
	min-height: 700px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}

.calDaysContainer{
	display:inline-block;
	width:100%;
	height:calc(100% - 80px);
	position: relative;
}

.calDay{
	display:inline-block;
	position:relative;
	width:calc((100% - 1px) / 7);
	height:calc(100% / 6);
	background-color:#FFF;
	border: 1px solid rgba(0,0,0,.05);
	vertical-align: top;
}
.calDay:hover, .calWeeklyEventsContainer:hover{
	border: 1px solid #5FF;
}
.calDayInfo{
	display:inline-block;
	padding:0px 5px 0px 5px;
	width:100%;
}

.calDayHeader{
	display:table;
	width:100%;
	height:calc(2.5%);
}
.calTodayHeader{
	display:table;
	width:100%;
	height:calc(2.5%);
	background-color:#5DF;
}

.calToday{
	color:#5DF;
}
.calNotInMonth{
	display:inline-block;
	background-color:#DDD;
	border: 1px solid #999;
	color:#555;
}
.calFooter{
	display:inline-block;
	width:100%;
	height:20px;
	background-color:#9FF;
}

.calPointer:hover{
	cursor:pointer;
}
.calMonthName{
	display:inline-block;
	position:relative;
	width:100%;
	height:30px;
	margin:5px 0 0 0;
	padding: 2px 5px 5px 5px;
	font-size:20px;
}

.calDayName{
	display:inline-block;
	width:calc((100% - 1px) / 7);
	height:30px;
	background-color:#9FF;
	padding: 5px;
}
.calTodayDayName{
	display:inline-block;
	width:calc((100% - 1px) / 7);
	height:30px;
	background-color:#5DF;
	padding: 5px;
}
.calBold{
	font-weight:bold !important;
}

.calClickedDate{
	border:1px solid #3CF !important;
}

.calPrevMonth, .calNextMonth{
	display:inline-block;
	margin: 0 10px 0 10px;
}

.calPrevMonth:hover, .calNextMonth:hover{
	cursor: pointer;
}

.calMonthTitle{
	text-align:left;
	display:inline-block;
	padding: 0 10px 0 10px;
	width: 300px;
}

.calDayEvents{
	width:100%;
	height:calc(100% - 25px);
	overflow-y:auto;
}

.calEvent{
	display:table;
	margin: 0 2px 2px 1px;
	width:calc(100% - 3px);
	height:auto;
	color:black;
	border-left:5px solid #6DD;
	background-color:rgba(153,255,221,.5);
	padding:2px 4px;
	font-weight: 100 !important;
	font-size: 12px;
	border-bottom:1px solid #8FF;
	white-space: pre-wrap;
	user-select: all;
}
.calEvent:hover{
	background-color:#9FD;
	cursor:pointer;
}
.calFilterToggleButton{
	position:absolute;
	right:5px;
	top:0;
	height:100%;
	width:30px;
	font-size: 25px;
}
.calFilterToggleButton:hover{
	cursor:pointer;
}
.calFilterCont{
	position:absolute;
	right:2px;
	top:70px;
	width:300px;
	height:500px;
	background-color: #F1F1F1;
	border: 3px solid #3CF;
}
.calSwitchViews{
	position:absolute;
	right:40px;
	top:0;
	height:100%;
	width:300px;
	text-align: center;
	font-weight: 100;
}
.calSwitchView{
	display: inline-block;
	margin: 2px 0 2px 0;
	height:26px;
	width:100px;
	border: 1px solid transparent;
	background-color: rgba(0,0,0,.05);
}

.calSwitchVewActive{
	background-color: #9FF !important;
}

.calSwitchView:hover{
	cursor: pointer;
	border-color: #2AD;

}

.calWeeklyHeaderSpacer{
	text-align: center;
	display:inline-block;
	width:110px;
	height:30px;
	background-color:transparent;

	border-bottom: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
	padding: 5px;
}
.calWeeklyDayName{
	display:inline-block;
	width:calc(100% / 7);
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
	height:30px;
	background-color:#9FF;
	padding: 5px;
}
.calWeeklyTodayDayName{
	display:inline-block;
	width:calc(100% / 7);
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
	height:30px;
	background-color:#5DF;
	padding: 5px;
}

.calWeeklyHoursContainer{
	display:inline-block;
	height:100%;
	width: 110px;
	background-color: #FFF;
}

.calWeeklyMainHoursEventsContainer{
	display:block;
	position:relative;
	width:100%;
	height:calc(100% - 80px);
	overflow-y:auto;
}

.calWeeklyHour{
	display:inline-block;
	height:30px;
	width: 110px;
	background-color: #EFF;
	border-right: 1px solid rgba(0,0,0,.05);
	text-align: center;
	line-height: 30px;
}

.calWeeklyHalfHour{
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
}

.calWeeklyEventsContainer{
	position: relative;
	display: inline-block;
	height: 100%;
	width: calc(100% / 7);
	background-color: #FFF;
	vertical-align: top;
	overflow: hidden;
	overflow-y:auto;
	border: 1px solid transparent;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.calWeeklyEventHour{
	display:inline-block;
	width:calc(100% / 7);
	border-right: 1px solid rgba(0,0,0,.05);
	border-bottom: 1px solid rgba(0,0,0,.025);
	height:30px;
	padding: 5px;
	vertical-align: top;
}
.calWeeklyEventHour:hover{
	background-color: #5FF;

}

.calWeeklyEventHalfHour{
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
}

.calWeeklyTimeBar{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:1px;
	background-color: rgba(30,235,186,.5);
}

.calEventWeekly{
	position: absolute;
	margin: 0 2px 2px 1px;
	color:black;
	border-left:5px solid #6DD;
	background-color:rgba(153,255,221,.5);
	padding:2px 4px;
	font-weight: 100 !important;
	font-size: 18px;
	border-bottom:1px solid #8FF;
	white-space: pre-wrap;
	overflow: hidden;
}

.calEventWeekly:hover{
	background-color:#9FD;
	cursor:pointer;
}

.calDailyMainHoursEventsContainer{
	display:block;
	position:relative;
	width:100%;
	height:calc(100% - 80px);
	overflow-y:auto;
}

.calDailyDayName{
	display:inline-block;
	width:calc(100%);
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
	height:30px;
	background-color:#9FF;
	padding: 5px;
}
.calDailyTodayDayName{
	display:inline-block;
	width:calc(100%);
	border-bottom: 1px solid rgba(0,0,0,.05);
	border-right: 1px solid rgba(0,0,0,.05);
	height:30px;
	background-color:#5DF;
	padding: 5px;
}

.calDailyEventsContainer{
	position: relative;
	display: inline-block;
	height: 100%;
	width: calc(100%);
	background-color: #FFF;
	vertical-align: top;
	overflow: hidden;
	overflow-y:auto;
	border: 1px solid transparent;
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}








/*CALENDAR STYLES*/
.calEditEventBody{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height: 725px;
	min-width: 725px;
	background-color:rgba(0,0,0,.75);
	border-width:calc(1vh) calc(20vw - (20vw / 3));
	border-style: solid;
	border-color: transparent;
	z-index:1000;
}

.calEditEventMain{
	display:block;
	width:100%;
	height:100%;
	min-height: 725px;
	min-width: 725px;
	background-color: #F1F1F1;
	border: 3px solid #3CF;
	position:relative;
}

.calEditEventTitle{
	diplay:block;
	width:100%;
	font-size: 20px;
	text-align:center;
	padding:10px 0 10px 0;
}

.calEditEventInputBlock{
	display:block;
	margin:5px;
	width:calc(100% - 10px);
}

.calEditEventInputInlineBlock{
	display:inline-block;
	margin:5px;
	width:calc(100% - 10px);
}

.calEditEventInputTitle{
	display:inline-block;
	padding: 0 0 0 10px;
	min-width:100px;
	font-size: 14px;
}
.calEditEventInputText{
	display:inline-block;
	width:calc(100% - 110px);
	margin:0;
	padding: 0 0 0 3px;
}

.calEditEventInputCal{
	display:inline-block;
	width:calc(90px);
	height:17px;
	margin:0;
	margin-right:10px;
	padding: 0 0 0 3px;
}

.calEditEventInputSelect{
	display:inline-block;
	width: 200px;
	margin:0;
	padding: 0 0 0 3px;
}

.calEditEventInputTextArea{
	display:block;
	width:calc(100% - 20px);
	margin:10px;
	padding: 3px;
	resize: none;
	height: 100%;
}

.calEditEventBottomBar{
	display:block;
	width:calc(100% - 20px);
	margin:13px 0 0 10px;
	height:75px;
}

.calEditEventButton{
	display:inline-block;
	height: 70px;
	width: 150px;
	text-align: center;
	padding:5px;
	color: #555;
	font-weight: bold;
}

.calEditEventButton:hover{
	background-color: rgba(0,200,255,.25);
	color: #000;
	cursor: pointer;
}

.calEditEventButton:hover i.Red{
	color: #F55;
}

.calEditEventButton:hover i.Green{
	color: #1B1;
}

.calEditEventButton > div{
	display:block;
	font-size: 16px;
	vertical-align:top;
	word-wrap: break-word;
}

.calEditEventButton > i{
	display:block;
	width:100%;
	font-size: 34px;

}

.calInputError{
	border: 1px solid Red;
}
.calFooterStatus{
	margin-right:5px;
	float:right;
	display:none;
}
.calEditEventClose{
	position:absolute;
	top:0;
	right:0;
	padding-right:4px;
	font-size: 20px;
}
.calEditEventClose:hover i.Red{
	color: #F55;
	cursor: pointer;
}

.calFilterInputBlock{
	display:block;
	margin:5px;
	width:calc(100% - 10px);
}

.calFilterBottomBar{
	display:block;
	width:calc(100% - 20px);
	margin:13px 0 0 10px;
	height:75px;
}

.calFilterButton{
	display:inline-block;
	height: 70px;
	width: 100%;
	text-align: center;
	padding:5px;
	color: #555;
	font-weight: bold;
	font-size:20px;
}
.calFilterButton i{
	font-size:30px;
}

.calFilterButton:hover{
	background-color: rgba(0,200,255,.25);
	color: #000;
	cursor: pointer;
}

.calFilterButton:hover i.Green{
	color: #1B1;
}

.calFilterInputTitle{
	display:inline-block;
	padding: 0 0 0 10px;
	width:200px;
	font-size:14px;
}

.calFilterInputText{
	display:inline-block;
	width:calc(100% - 210px);
	margin:0;
	padding: 0 0 0 3px;
	font-size:14px;
}

.calFilterInputSelect{
	display:inline-block;
	width:calc(100% - 210px);
	margin:0;
	padding: 0 0 0 3px;
	font-size:14px;
}

.calEditEquipBody{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	min-height: 725px;
	min-width: 725px;
	background-color:rgba(0,0,0,.75);
	border-width:calc(10vh) calc(20vw - (20vw / 3));
	border-style: solid;
	border-color: transparent;
	z-index:1001;
}

.calEditEquipMain{
	display:block;
	width:800px;
	height:600px;
	background-color: #F1F1F1;
	border: 3px solid #3CF;
	position:relative;
}

.eventProjectFilterList{
	position:absolute;
	left:100px;
	top:20px;
	width:150px;
	height:300px;
	z-index:1;
	border: 3px solid #3cf;
	background-color:#FFF;
	max-height: 300px;
	overflow-y: auto;
}

.ProjectFilterResultRow{
	display:block;
	width:100%;
	background-color: rgba(153, 255, 221, 0.5);
	margin-bottom:1px;
	border-bottom:1px solid rgba(0,0,0,.25);
	cursor:pointer;
}

.ProjectFilterResultRow:hover{
	background-color: #9fd;
}

.MultiList{
	position:absolute;
	background-color: #FFF;
	height:400px;
	width:278px;
	border: 1px solid black;
    padding: 5px;
}

.MultiListItemsHeader{
	display: block;
	width:100%;
	color:#FFF;
	font-size: 12px;
	text-align: center;
	background-image: linear-gradient(180deg, rgba(31, 97, 146, 1) 0%, rgba(60, 80, 95, 1) 93%, rgba(255, 255, 255, 1) 100%);
}

.MultiListItems{
	height:330px;
	overflow-y:auto;
}

.MultiListItem{
	padding:2px 5px 2px 5px;
	display: block;
	width:100%;
	background-color: #eee;
	border:1px outset gray;
}

.MultiListItem.Selected{
	background-color: #d1ffc4 !important;
	border:1px inset gray !important;
}

.MultiListItem:hover{
	cursor:pointer;
	background-color: #c4d1ff;
}

.MultiListItemID{
	font-weight: bold;
}

.MultiListActionsCont{
	position:absolute;
	text-align: center;
	width:calc(100% - 10px);
	bottom:5px;
	left:5px;
}

.DailyLogAddPhoto{
	display:inline-block;
	font-size: 14px;
	padding-top:22px;
	margin:2px;
	width:100px;
	height:100px;
	border:1px outset #00A8E1;
	text-align:center;
	cursor:pointer;
	background: linear-gradient(135deg, rgba(235,241,246,1) 0%,rgba(171,211,238,.75) 50%,rgba(137,195,235,.5) 51%,rgba(213,235,251,1) 100%);
	-webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;
}

.DailyLogAddPhoto i{
	font-size: 26px;
}

.DailyLogAddPhoto:active{
	border-style: inset;
	padding-top:24px;
	padding-left:2px;
}

.DailyLogAddPhoto input[type="file"] {
    position: fixed;
    top: -1000px;
}

.DailyLogImagePreview{
	position:relative;
	display: inline-block;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin:2px;
	width:100px;
	height:100px;
	border:1px outset #00A8E1;
	cursor:pointer;
}

.DailyLogPhotos{
	white-space: nowrap;
    overflow-x: scroll;
}

.DailyLogImagePreviewDelete{
	position:absolute;
	top:0px;
	right: 0px;
	width:15px;
	height:15px;
	text-align: right;
}

.DailyLogImagePreviewCont{
	display: inline-block;
}

.DailyLogImageText{
	text-align: center;
}

.SaveUIBlock{
	width:100vw;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index: 999999;
	background-color: black;
	overflow: hidden;
}

.SaveUICont{
	width:400px;
	height:200px;
	background-color: white;
	border: 2px solid gray;
	border-radius: 2px;
	margin-top: calc(50vh - 100px);
	text-align: center;
}

.SaveUIBar{
	font-size: 20px;
	width:100%;
}

.DLSearchList{
	position:absolute;
	background-color: #FFF;
	height:400px;
	width:278px;
	border: 1px solid black;
    padding: 5px;
}

.DLSearchListHeader{
	display: block;
	width:100%;
	color:#FFF;
	font-size: 12px;
	text-align: center;
	background-image: linear-gradient(180deg, rgba(31, 97, 146, 1) 0%, rgba(60, 80, 95, 1) 93%, rgba(255, 255, 255, 1) 100%);
}

.DLSearchListItems{
	height:330px;
	overflow-y:auto;
}

.DLSearchListItem{
	padding:2px 5px 2px 5px;
	display: block;
	width:100%;
	background-color: #eee;
	border:1px outset gray;
}

.DLSearchListItem:hover{
	cursor:pointer;
	background-color: #c4d1ff;
}

.DLSearchListID{
	font-weight: bold;
}

.LoadUIBlock{
	width:100vw;
	height:100vh;
	position: fixed;
	top:0;
	left:0;
	z-index: 999999;
	background-color: black;
	overflow: hidden;
}

.LoadUICont{
	width:500px;
	height:50px;
	background-color: white;
	border: 2px solid gray;
	border-radius: 2px;
	margin-top: calc(50vh - 25px);
	text-align: center;
}

.LoadUIBar{
	font-size: 36px;
	width:100%;
}
.even {
	background-color: #DDDDDD;

}
.TitleSelector{
	font-size: 11px;
	display: inline-block;
	text-align: center;
	padding: 4px;
	width: 72px;
	margin: 0;
	color: #666;
	background-color: #DDDDDD;
	border-style: solid;
  	border-width: 1px;
  	border-color: #CCCCCC;
	cursor: pointer;
}


.TitleSelector:hover{
	color: #000000;
  background-color: #FBFBFB;
  border-color: rgba(31,97,146,0.4);

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1) inset, 0 0 8px rgba(41, 92, 161, 0.6);
  outline: 0 none;
}
.hidden {
	display: none;
}

.TrackerText{
	font-size: 10px;
	text-align: center;
	vertical-align: middle;
}

.TrackerText:first-child{
	font-weight: bold;
}

.TrackerText select,.TrackerText input,.TrackerText textarea{
	font-weight: normal;
	width: 100%;
}