
html {
	width: 100%;
	height:100%;
}

*:focus {outline:none !important;}


/*= font-family: 'Raleway', sans-serif; =*/

body {
	height:100%;
	margin:0;
	padding:0px;
	background:url(../images/bg.png) repeat;
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:400;
	color:#333;
	line-height:26px;
}
a {color:#0089ff;cursor:pointer; text-decoration:none !important;}
a:hover {color:#000;}
a, a:hover, a:visited, a:active { outline:none !important;}

strong, b { font-weight:700}

.font-weight-300 { font-weight:300;}
.font-weight-400 { font-weight:400;}
.font-weight-500 { font-weight:500;}
.font-weight-600 { font-weight:600;}
.font-weight-700 { font-weight:700;}
.font-weight-800 { font-weight:800;}
.font-weight-900 { font-weight:900;}

p {margin:0 0 25px 0;padding:0;}

hr {
  margin:24px 0px 25px 0px;
  padding:0;
  border:0;
  border-top:1px solid #fff;
  border-bottom:1px solid #ccc;
}


/**===== HEADING =*/
h1, h2, h3, h4, h5, h6 {
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	color:#000;
	font-weight:400;
}
h1 {
	font-size:1.6em;
	line-height:1.2em;
}

h2 {
	font-size:1.5em;
	line-height:1.2em;
}

h3 {
	font-size:1.4em;
	line-height:1.2em;
}

h4 {
	font-size:1.3em;
	line-height:1.2em;
}

h5 {
	font-size:1.2em;
	line-height:1.3em;
}

h6 {
	font-size:1.1em;
	line-height:1.3em;
}


/**===== LIST STYLING =*/
ul, ol {
	margin:10px 0 20px 50px;
	padding:0px;
}
ul li, ol li {
	margin:0px;
	padding:0 0px 10px 0;
}
ul li:last-child { border:none;}

.fb-page, .fb-page iframe[style], .fb-page span {width: 100% !important;}

img {
	border:none;
	vertical-align:top;
	max-width:100%;
}

.ImgBorder {
	border:3px solid #d5d5d5;
	padding:3px;
	background:none;
}

.img_left {float:left;margin:0px 20px 15px 0px;}
.img_right {float:right;margin:0px 0px 15px 20px;}

.left { float:left;}
.right { float:right;}

.clear { clear:both;}
.clear_left {clear:left;}
.clear_right { clear:right;}

.pad10 { padding:10px;}
.pad15 { padding:15px;}
.pad20 { padding:20px;}
.pad20_0 { padding:20px 0px;}
.pad25 { padding:25px;}
.pad30 { padding:30px;}
.pad35 { padding:35px;}
.pad40 { padding:40px;}
.pad50 { padding:50px;}

.PositionRelative {position:relative;}


/**===== TEXT COLORS =*/
.TextBlack { color:#000 !important;}
.TextGrey { color:#555 !important;}
.TextWhite { color:#fff !important;}
.TextBrown { color:#7a4f27 !important;}
.TextPurple { color:#510476 !important;}
.TextViolet { color:#9927de !important;}
.TextOrange { color:#f88538 !important;}
.TextPink { color:#f66cbd !important;}
.TextGreen { color:#398a15 !important;}
.TextBlue { color:#0089ff !important;}
.TextYellow { color:#fcff00 !important;}
.TextRed { color:#cd0e0e !important;}
.TextNavyBlue { color:#202785 !important;}

.Note { font-size:14px; line-height:18px; font-style:italic; font-weight:400;}
strong.Note { font-weight:500;}


/**===== BACKGROUND COLORS =*/
.BgWhite, .transparent { background:#fff; border:1px solid #f5f5f5;}
.BgBlack {background:#111;color:#fff;}
.BgDrkGray {background:#333;color:#fff;}
.BgLitGrey {background:#eee;}
.BgBrown  {background:#7a4f27;color:#fff;}
.BgPurple { background:#510476;color:#fff;}
.BgViolet { background:#9927de;color:#fff;}
.BgOrange { background:#f88538;color:#fff;}
.BgPink { background:#f66cbd;color:#fff;}
.BgGreen { background:#398a15;color:#fff;}
.BgBlue { background:#0089ff;color:#fff;}
.BgYellow { background:#fcff00;color:#000;}
.BgRed { background:#cf2a27;color:#fff;}
.BgMaroon { background:#cd0e0e;color:#fff;}
.BgNavyBlue { background:#202785;color:#fff;}


/**===== BUTTON =*/
.btn {
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-weight:700;
	font-size:15px;
	line-height:20px;
	color:#333;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(239,239,239,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(239,239,239,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef', GradientType=0 );
	border:1px solid #ccc;
		-moz-border-radius:30px;
		-ms-border-radius:30px;
		-o-border-radius:30px;
		-webkit-border-radius:30px;
	border-radius:30px;
	height:auto;
	padding:10px 25px 9px 25px;
	text-transform:uppercase;
}
.btn:hover, .btn:focus, .btn.focus {color:#333;}

.BtnBlue {
	color:#fff;
	border:1px solid #0e76cf;
	background: rgba(0,136,255,1);
	background: -moz-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,136,255,1)), color-stop(100%, rgba(14,117,207,1)));
	background: -webkit-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
	background: -o-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
	background: linear-gradient(to bottom, rgba(0,136,255,1) 0%, rgba(14,117,207,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0088ff', endColorstr='#0e75cf', GradientType=0 );
}
.BtnBlue:hover, .BtnBlue:focus, .BtnBlue.focus {color:#eee;}



.BtnRed {
	color:#fff;
	border:1px solid #D9534F;
	background: rgba(217,83,79,1);
	background: -moz-linear-gradient(top, rgba(217,83,79,1) 0%, rgb(238,101,101,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(217,83,79,1)), color-stop(100%, rgba(238,101,101,1)));
	background: -webkit-linear-gradient(top, rgba(217,83,79,1) 0%, rgba(238,101,101,1) 100%);
	background: -o-linear-gradient(top, rgba(217,83,79,1) 0%, rgba(238,101,101,1) 100%);
	background: -ms-linear-gradient(top, rgba(217,83,79,1) 0%, rgba(238,101,101,1) 100%);
	background: linear-gradient(to bottom, rgba(217,83,79,1) 0%, rgba(238,101,101,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D9534F', endColorstr='#EE6565', GradientType=0 );
}
.BtnRed:hover, .BtnRed:focus, .BtnRed.focus {color:#eee;}

/**===== INPUT FIELD =*/
label {
	font-weight:400;
	color:#999;
}

.form-control {
	font-family:'Raleway', Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:16px;
	color:#999;
	background:#fff;
	border:1px solid #ccc;
		-moz-border-radius:30px;
		-ms-border-radius:30px;
		-o-border-radius:30px;
		-webkit-border-radius:30px;
	border-radius:30px;
	height:auto;
	padding:15px 0;
	text-indent:20px;
	box-shadow:none;
	margin:0;
}
.form-control:focus {
	box-shadow:none;
	border-color:#000;
	color:#000;
}

.form-control::-moz-placeholder {color: #999;}
.form-control:-ms-input-placeholder {color: #999;}
.form-control::-webkit-input-placeholder {color: #999;}

select {padding:13px 0 !important;}

.input-group-addon {
	border:1px solid #d5d5d5;
	border-radius:0;
	font-size:18px;
	padding:6px 13px;
	cursor:pointer;
	background:#eee;
	color:#c5c5c5;
	min-width:50px;
}

.field_error button, .field_error input, .field_error select, .field_error textarea { border-color:#333;}


/*===== SELECT =*/
.SelectWrapp { position:relative;}
.SelectBox select {
		-moz-appearance:none;
		-ms-appearance:none;
		-o-appearance:none;
		-webkit-appearance:none;
    appearance:none;
	position:relative;
}
.SelectBox select option { color:#000; font-weight:500;}

.SelectBox ::-ms-expand {display:none;}
.SelectBox:after {
    font-family: 'FontAwesome';
    content: '\f078';
    position: absolute;
    z-index: 2;
    right: 18px;
    bottom: 12px;
    font-size: 22px;
    color: #999;
}


/**===== CHECKBOX / RADIO =*/
.checkbox p { margin-bottom:10px;}

.checkbox label, .radio label {
    min-height: auto;
    padding-left: 0;
    margin-bottom: 0;
    font-weight: 500;
    cursor: pointer;
	font-size:17px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #d5d5d5;
    width:18px;
    height:18px;
    float: left;
    margin-right:10px;
	margin-top:4px;
}
.radio .cr {
	height:20px;
	width:20px;
	margin-right:8px;
}

.radio .cr {
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
		-webkit-border-radius: 50%;
	border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size:11px;
    line-height: 0;
    top: 50%;
    left:2px;
	color:#333;
}

.radio .cr .cr-icon {margin-left: 0;}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {display: none;}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}


/**===== PAGINATION NAV =*/
.PagNav {
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:15px;
}

.pagination>li>a, .pagination>li>span {
	color:#333;
	border-color:#ccc;
}
.pagination>li>a:hover { color:#000; background-color:#eee; border-color:#ccc;}
.pagination>li>a:focus, .pagination>li>span:focus, .pagination>li>span:hover { color:#000; background-color:#fff; border-color:#ccc;}
.pagination>.active>a {
	background-color:#0089ff;
	border-color:#0089ff;
}



/**===== TABLE STYLING =*/
/*https://www.w3schools.com/bootstrap/bootstrap_tables.asp*/
.MyTableStyle > .table tbody tr { cursor:pointer;}
.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 3px solid #000;
    background: #202785;
    color: #fff;
    font-weight: 600;
}
.table>tbody>tr>td {
	border-top:1px solid #ccc;
	vertical-align:middle;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th { padding:15px;}

.table-striped>tbody>tr:nth-of-type(odd) {background-color: #fff;}

.table-hover>tbody>tr:hover { background-color:rgba(0,137,255,.05);}

#dashboardJobsHeader {
	margin-top: 20px;
	margin-bottom: 12px
}

#dashboardJobs {
	margin-bottom: 24px;
}

#dashboardJobs ul {
	margin: 12px 0 12px 0;
	padding: 0;
}

#dashboardJobs li {
	font-size: 16px;
	padding: 0;
	line-height: 24px;
}

.ui-autocomplete {
		border-color: #000 !important;
}

.ui-autocomplete .ui-menu-item {
	padding: 0 !important;
}

.ui-autocomplete .ui-menu-item-wrapper {
    font-family: inherit;
    font-size: initial;
}

.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
		background: #0089ff;
		color: #fff;
		border-color: transparent;
}
