/*
    Document   : master
    Created on : 2/12/2014
    Author     : Michael Kasek
    Description: custom CSS for whole site
	Colors     :
		#dadada - light grey (background on left/right)
		#ae3c38 - red (header color)
		#606060 - dark grey (H1 text color)
		#9b9b9b - medium grey (main text/body text)
		#606060 - darkish grey (text fields, dropdown text, active button, table text)
		#e8e8e8 - light grey (Dropdown background, checkbox, inactive button, table header)
		#c9c9c9 - light grey (table row seperator)
*/

/* Fonts */
@font-face{
    font-family: OpenSans-light;
    src: url(../fonts/OpenSans-Light.ttf);
}

@font-face{
    font-family: OpenSans-bold;
	src: url(../fonts/OpenSans-Bold.ttf);
}

@font-face{
    font-family: OpenSans-ExtraBold;
	src: url(../fonts/OpenSans-ExtraBold.ttf);
}

@font-face{
    font-family: OpenSans-regular;
	src: url(../fonts/OpenSans-Regular.ttf);
}

/* General */
html {
    margin: 0;
    padding: 0;
    min-width: 1345px;
    font-family:OpenSans-regular;
}

body{
    margin: 0;
    padding: 0;
    background: #dadada;
    height: 100%;
    width: 100%;
}

.banner-header{
    position: fixed;
    height: 76px;
    width: 100%;
    top: 0px;
    background-color: #ae3c38;
    border-bottom: 5px solid #9b9b9b;
}

.wrapper{
    padding-left: 40px;
    padding-right: 40px;
}

.content-inner{
    padding: 40px 0px;
    position: fixed;
    background: #FFFFFF;
    left: 10%;
    right: 10%;
    bottom: 30px;
    top: 80px;
    width: 80%;
}

.sidebar-left{
    position:fixed;
    top: 80px;
    left: 0px;
    width: 10%;
    bottom: 0px;
}

.sidebar-right{
    position:fixed;
    top: 80px;
    right: 0px;
    width: 10%;
    bottom: 0px;
}

.footer{
    position: fixed;
    width: 100%;
    height:30px;
    bottom: 0;
    background: #FFFFFF;
    border-top: 5px solid #9b9b9b;
    text-align: center;
}

.seperator{
    font-weight: bolder;
    font-size:12px;
    padding:0px 30px 0px 30px;
}

#footer > span > a{
    color: #ae3c38;
    font-family: OpenSans-Regular;
    font-size: 10pt;
}

#footer > span > a:hover{
    color: #ae3c38;
    font-family: OpenSans-Bold;
}

input[type=text], input[type=password], input[type=number] {
    height:41px;
    width: 180px;
    border-radius: 4px;
    color: #606060;
    font-size: 10pt;
    background: #e8e8e8;
    padding: 0px 3px 0px 3px;
    margin: 10px;
    border: 0;
    display: inline-block;
}

textarea{
    background: #e8e8e8;
    padding: 0px 3px 0px 3px;
    border: 0;
    margin-bottom: 10px;
}

label{
    font-size: 10pt;
}

button{
    height: 41px;
    width: 186px;
    border-radius: 4px;
    background: #606060;
    color: #FFFFFF;
    font-weight: bold;
    padding: 0px 3px 0px 3px;
    margin: 10px;
    border: 0;
    display: inline-block;
    cursor: pointer;
}

button:hover{
    background: #ae3c38;
}

.ui-button {
    margin-left: auto;
    margin-right: auto;
}

.btn-small{
    width: 120px;
}

select {
    height: 41px;
    width: 126px;
    border-radius: 4px;
    background: #e8e8e8;
    border: 0;
    color: #606060;
    margin: 10px;
    display: inline-block;
    padding: 10px 0;
}

table.table{
    width:100%;
    color: #9b9b9b;
    text-align: center;
}

th.header{
    color: #9b9b9b;
    font-family: OpenSans-Bold;
    color: #606060;
    background: #e8e8e8;
    height: 61px;
    font-size: 10pt;
}

td.data{
    height: 61px;
    border-bottom: 1px solid #c9c9c9;
    font-size: 9pt;
}

.center {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 70%;
}

.error{
    display: none;
    color: #ae3c38;
    font-family: OpenSans-Bold;
    text-align: center;
}

.timeout{
    margin-left:auto;
    margin-right:auto;
    width: 275px;
    color: #ae3c38;
    font-family: OpenSans-Bold;
}

.mouse_hover{
    cursor: pointer;
}

/* don't change - this is for custom checkbox */
input[type=checkbox] {
    display: none;
}

/* don't change - this is for custom checkbox */
div.checkbox label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 5px 5px 5px 5px;
    margin-right: 15px;
    font-size: 10pt;
    text-align: center;
}

/* don't change - this is for custom checkbox */
div.checkbox label:before {
    display: inline-block;
    content: url(../images/checkmark-unchk.png);
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-color: #e8e8e8;
    text-align: center;
    border-radius: 4px;
    line-height: 26px;
    vertical-align: middle;
}

/* don't change - this is for custom checkbox */
input[type=checkbox]:checked + label:before {
    content: url(../images/checkmark.png);
    line-height: 26px;
    vertical-align: middle;
}

/* don't change - this is for custom radio button */
input[type=radio] {
    display: none;
}

/* don't change - this is for custom radio button */
div.radio label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding: 5px 5px 5px 5px;
    margin-right: 15px;
    font-size: 10pt;
    text-align: center;
    vertical-align: middle;
}

/* don't change - this is for custom radio button */
div.radio label:before {
    display: inline-block;
    content: url(../images/checkmark-unchk.png);
    width: 26px;
    height: 26px;
    margin-right: 10px;
    background-color: #e8e8e8;
    text-align: center;
    border-radius: 16px;
    line-height: 26px;
    vertical-align: middle;
}

/* don't change - this is for custom radio button */
input[type=radio]:checked + label:before {
    content: url(../images/dot.png);
    line-height: 26px;
}


label.title{
    font-size: 25pt;
    font-family: OpenSans-Bold;
    color: #606060;
}

/* Header / Footer */
.status-logo {
    padding-top: 20px;
    padding-left: 15%;
}

.header-menu {
    float: right;
    padding-top: 25px;
    padding-right: 15%;
}

.button-right{
    float: right;
    margin-right: 0px;
    margin-top: 0px;
}

.right{
    float:right;
}

span.header-menu > a{
    font-family: OpenSans-light;
    font-size: 10pt;
    margin: 0px 10px 0px 10px;
    color: #e8e8e8;
    text-decoration: none;
    vertical-align: middle;
}

span.header-menu > a.active{
    color: #FFFFFF;
    font-family: OpenSans-bold;
}

/* Login */
#loginWrapper{
	height: 216px;
	width: 250px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.login-title {
	font-size: 20pt;
	color: #606060;
	font-family: OpenSans-ExtraBold;
	margin-left: 10px;
}

#txtUsername{
	padding: 0px 3px 0px 30px;
	background: #e8e8e8 url(../images/login_username.png) no-repeat 3% 50%;
}

#txtPassword{
	padding: 0px 3px 0px 30px;
	background: #e8e8e8 url(../images/login_password.png) no-repeat 5% 50%;
}

/* Create/Edit License */
.labelShort{
    display: inline-block;
    width: 90px;
    text-align: right;
    font-size: 10pt;
    color: #606060;
}

input.inputExtraShort{
    display: inline-block;
    width: 60px;
}

input.inputShort{
	display: inline-block;
	width: 120px;
}

.labelMedium{
    display: inline-block;
    width: 140px;
    text-align: right;
    font-size: 10pt;
    color: #606060;
}

input.inputMedium{
    display: inline-block;
    width: 200px;
}

select.optionShort{
    display: inline-block;
    width: 126px;
}

select.optionMedium{
    display: inline-block;
    width: 208px;
}

select.optionLong{
    display: inline-block;
    width: 335px;
}

select.optionXLong{
    display: inline-block;
    width: 500px;
}

select.optionMediumMultiple{
    width: 400px;
    height: 100px;
    margin-left: 0px;
}

.labelLong{
    display: inline-block;
    width: 275px;
    text-align: right;
    font-size: 10pt;
    color: #606060;
}

label.slider{
    color: #ae3c38;
    text-decoration: underline;
}

label.slider:hover{
    cursor:pointer;
}

.textAlignLeft{
	text-align: left;
}

input.inputXXLong{
	display: inline-block;
	width: 400px;
}

div.idleTimeout{
    color: #ae3c38;
    font-family: OpenSans-regular;
    background-color: #e8e8e8;
    text-align: center;
}

/*Data Table CSS*/
.dataTables_filter{
    float: right;
    text-align: right;
    margin-top: 30px;
}

.dataTables_length{
    float: left;
    text-align: left;
}

.dataTables_wrapper{
    position: relative;
}

.dataTables_paginate{
    float:right;
    padding-top: 5px;
}

.dataTables_info{
    float:left;
    padding-top: 5px;
}

.paginate_button{
    padding: 5px 5px;
}

.paginate_button:hover{
    cursor:pointer;
}
