/* EQTEAL = #006666 */

@media print{
   .noprint, .inputButton{
       display:none;
   }
}

/** Header **/
.headerTableCell {
	vertical-align:top
	padding-left:10px;
	padding-right:10px;
	padding-top: 5px;
	font-weight:bold;
	/*padding-bottom:50px;*/
}
.headerBordered {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #9B9B9B;
}
.headerLink {
	color:#ffffff;
	font-size:14px;
	text-decoration: none !important;
	line-height: 15px;
}
.headerLink:hover {
	color:#006666;
}
/** Fin Header **/

/** Menubar **/
#menu_header_main {
    bottom: 0;
    /*color: #5a5a5a;*/
    font-size: 1em;
    position: absolute;
    text-transform: uppercase;
    top: /*16*/0px;
}
#menu_header_main ul.menu {
    float: left;
    list-style-type: none;
    margin-right: 15px;
    margin-top: 0;
    padding: 0;
}
#menu_header_main ul.menu > li {
    display: inline-block;
    height: 100%;
    //padding: 10px 20px 54px;
	padding: 10px 20px;
	padding-bottom:0px;
}
#menu_header_main ul.menu > li:hover {
	/*cursor:pointer;*/
}
#menu_header_main ul.menu > li:hover > a {
    color: white;
    height: 100%;
	cursor:pointer;
}
#menu_header_main ul.menu > li > ul.sub-menu {
    background-color: black;
	color: white;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    //border-top: 3px solid #e2193d;
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
    clip: rect(1px, 1px, 1px, 1px);
    display: block;
    font-size: 0.8em;
    margin-top: 0;
    overflow: hidden;
    padding: 10px 30px 10px 10px;
    position: absolute;
  /*  top: 100%;*/
    z-index: 1000;
}
#menu_header_main ul.menu > li > ul.sub-menu > li > a {
	color: white;
}
#menu_header_main ul.menu > li:hover > ul.sub-menu {
    border-left: 0 none;
    clip: inherit;
    height: auto;
    overflow: inherit;
    width: inherit;
}
#menu_header_main ul.menu > li > ul.sub-menu > li {
    color: white !important;
    display: block;
    font-size: 1.1em;
    margin-bottom: 10px;
    text-transform: none;
}
#menu_header_main ul.menu > li > ul.sub-menu > li > a:hover {
    color: #006666;
}
/** Fin Menubar **/


.clickable { cursor:pointer; }
.container, #container {
	min-height: 100%;
	/*margin-bottom: -20px;*/
	/*background-color:#CFCFCF;*/
}

.content, #content {
    width:95%;
    margin: 0 auto;
	/*background-color:white;*/
}

body{
	font-family: 'Roboto', sans-serif;
	color: #333333;
	font-size: 15px;
	line-height: 18px;
	margin:0;
}

.smaller { font-size:0.9em; }

.title_bar {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-size: cover;
	//background-color: #a6a6a6;
	background-color: #e6e6e6;
	color:#006666;
	font-weight: bold;
	font-size: 1.2em;
	margin-bottom: 10px;
	min-height:35px;
}
.title_content {
	padding: 10px 0;
	margin-left: 5%;
	margin-right: auto;
	text-align: left;
}

.whiteReadonly{ background-color:white !important; }
.input-disabled{background-color:#EBEBE4;border:1px solid #ABADB3;padding:2px 1px;}
.disabled { background-color:#EBEBE4; }

.hidden { display: none; }
.fullWidth { width: 100% !important; }
.right { float: right; }
.left { float: left; }
.centered { text-align: center; }
.success { color:green; }


/* ProgressBar */
.progressbar { background: white; height:10px; }
.pb_Orange .ui-progressbar-value { background: Orange; }
.pb_Yellow .ui-progressbar-value { background: Yellow; }
.pb_Blue .ui-progressbar-value { background: Blue; }
.pb_Green .ui-progressbar-value { background: Green; }

.rightForm {
	text-align:right;
	padding-right:15px;
}

.alignCenter {
    margin-left: auto;
    margin-right: auto;
}

.dataTables_info { margin-bottom:10px; }

.whiteBG, .whiteBG td { background-color:#ffffff !important; }
.redBG, .redBG td { background-color:#ff9999 !important; } /*ffcccc plus pale*/
.greenBG, .greenBG td { background-color:#b3e5b3 !important; } /*d9f2d9 plus pale*/

/** Inputs **/
.tableDisplayDiv input, select {
    margin-bottom: 0px !important;
}
input, select, textarea, email {
    background: none repeat scroll 0 0 #ffffff;
    border-color: #d0d0d0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    color: #6b6f72;
    font-size: 12px;
    //margin-bottom: 6px !important;
    outline: medium none;
    padding: 6px;
    text-shadow: none;
    vertical-align: bottom;
}
input[type=text].error, input[type=email].error, input[type=password].error, textarea.error, select.error {
    color: #000;
    background-color: #ffffcc;
}
label.error {
    color: red;
	font-size:0.8em;
	display:block;
}
input[type="text"] { width: 200px; }
.smallInput { width:80px !important;}
.medInput { width:150px !important;}
.nbInput { width:40px; }
.text_filter { width : 80% !important; }
.errorMsg {
    font-weight: bold;
    color: red;
}

textarea, input {
	font-family: Barlow Semi Condensed;
	font-size: 15px;
}

input, select, textarea {
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border:none;
}

button, input[type=button] {
	cursor: pointer;
	background:#006666;
	color:#ffffff;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border: none;
}
button:hover, button.selected, input[type="submit"]:hover, input.selected[type="submit"]:hover, input[type="button"]:hover, input.selected[type="button"]:hover {
    background-color: #000000;
}
.reverseButton{
	cursor: pointer;
	background-color: #000000;
	color:#ffffff;
	padding:5px;
	padding-left:10px;
	padding-right:10px;
	border: none;
}
.reverseButton:hover{
	background:#ffffff;
	color:#006666;
}
.hidden { display: none !important; }
.largerColumn { width:18% !important; }

/* Validation */
input.submitted:invalid,
textarea.submitted:invalid,
select.submitted:invalid {
   border:1px solid red !important;
}
input.submitted[type=radio]:invalid{
    outline: 1px solid red;
}
/*.invalid { border:1px solid red !important; }*/

input[type='number'] {
    -moz-appearance:textfield;
	text-align: right;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}


/** DATATABLES **/
.even td{ background-color: #f2f2f2; }
.tabledisplay {
	border-top: 2px solid #707070;
	border-left: 1px solid #707070;
	border-right: 1px solid #707070;
	border-bottom: 2px solid #707070;
	text-align: left;
	border-collapse: collapse;
	font-size: 0.9em !important;
}
.tabledisplay th {
	font-weight: bold;
	text-indent: 4px;
	border-bottom: 1px solid #505050;
	border-top-width: 0;
	border-right-width: 0;
	border-left: 1px solid #505050;
	color: #FFFFFF;
	background-color: #707070;
}
.tabledisplay td {
	padding:5px;
	border-bottom: 1px solid #707070;
	color: #707070;
	border-top: 1px solid #707070;
}
.tabledisplay tfoot tr td {
	background: #e8edff;
	color: #99c;
}
.tabledisplay tbody tr:hover td { color: #339; }


/* Footer */
#push {
	height:20px;
	clear:both;
}
#footer {
    width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-size: cover;
	background: #222629;
	padding-top: 20px;
	padding-bottom: 20px;
	color:white;
}
