@import url("https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Lato:400,700,900");
.info {
	color: #00529B;
	background-color: #BDE5F8;
}
.success {
	color: #4F8A10;
	background-color: #DFF2BF;
}
.warning {
	color: #9F6000;
	background-color: #FEEFB3;
}
.error {
	color: #D8000C;
	background-color: #FFBABA;
}
/*====================================
  RESET
====================================*/
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden], template {
 display: none;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}
mark {
	background: #ff0;
	color: #000;
}
small {
	font-size: 80%;
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
}
pre {
	/* overflow: auto; */
}
code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}
button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled], html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner, input::-moz-focus-inner {
 border: 0;
 padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
 height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
 -webkit-appearance: none;
}
input {
	border-radius: 0;
	-webkit-border-radius:none!important;
	-webkit-appearance: none!important;
 @include border-radius(0)!important;
}
input:-webkit-autofill {
 background:rgba(255,255,255,0) !important;
}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"], input[type="password"] {
	-webkit-appearance: none!important;
}
::-webkit-input-placeholder {
 color: #fff;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
	padding: 0;
}
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background-color: #ffffff;
}
input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
a {
	color: #337ab7;
	text-decoration: none;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
figure {
	margin: 0;
}
img {
	vertical-align: middle;
}
.img-responsive {
	display: block;
	max-width: 100%;
	height: auto;
}
.img-rounded {
	border-radius: 6px;
}
.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-radius: 4px;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.img-circle {
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eeeeee;
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}
[role="button"] {
 cursor: pointer;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
/*==================================
   styles
===================================*/

html {
	height: 100%;
}

#bg_1 {background-image: url(.././images/mainbgnd.jpg);}

.bg {
    background-position: 50% 0%;
	background-size: cover;
	background-repeat: no-repeat;
    background-color: #111;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 100%;
	overflow-x: scroll;
	overflow-y: scroll; 
	vertical-align: middle;
	z-index: 1;
	position:relative;
}
	
body {
	height: 100%;
}
.overlay {
	background: rgba(0,0,0,0.4) url(.././images/raster.png) repeat 0 0;
	position: absolute;
	height:100%;
	width: 100%;
}
.user, .pass_w {
	border: none;
	margin-left: 70px;
	padding: 20px;
	width: 80%;
	background: transparent;
	color: #fff;
	outline:none;
}
.pass_w {
	color: #fff;
	letter-spacing: 1px;
}
.input-1 {
	background: rgba(255, 255, 255, 0.5) none repeat scroll 0 0;
	margin-bottom: 15px;
	position: relative;
}
span.username {
	border-right: 1px solid #fff;
	padding: 6px 20px;
	position: absolute;
	top: 15px;
}
h1 {
	color: #fff;
	font-family: 'Roboto Slab', serif;
}

.btn_disabled {
	opacity:0.7;  
	background:#71AFD6;
	color: #fff;
	
	padding: 20px;
	border-radius: none;
	width: 100%;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
    cursor:not-allowed !important;
}


.btn_submit {
	opacity:1;  
	background:#71AFD6;
	color: #fff;
	
	border: none;
	padding: 20px;
	border-radius: none;
	width: 100%;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.btn_submit:hover {
	/*background: #BBE33A;*/
	background:#036F9D;
}
.cms-btn {
	text-decoration:none!important;
	border-bottom: solid 1px #009edd;
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.cms-btn:hover {
	border-bottom:none;
}

.btn_submit_accept {
    background:#75c450;
    border: none;
    color: #fff;
    padding: 20px;
    border-radius: none;
    width: 100%;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.btn_submit_accept:hover {
    /*background: #BBE33A;*/
	background:#469920;
}

.btn_submit_reject {
    background:#F46C7C;
    border: none;
    color: #fff;
    padding: 20px;
    border-radius: none;
    width: 100%;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.btn_submit_reject:hover {
    /*background: #BBE33A;*/
	background:#F63440;
}
.white-txt {
	color:#fff;
	padding: 0;
}
.forget-pass {
	margin-top: 20px;
}
.header-overlay {
	background: rgba(0,0,0,0.3)
}
.logo {
    padding-top: 10px; padding-bottom: 10px;
}
 @media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
.col-md-6.uc-logo {
	text-align: center;
	margin-left:0;
}
.footer {
	text-align: center;
	background: #000;
}
.cricosInfo.white-txt {
	font-size: 1rem;
	margin: 30px 0 30px;
	line-height: 1.8;
}
.container.sub-footer {
	border-top: 1px solid #333;
	background:#000;
}
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
.col-md-6.uc-logo {
	text-align: center;
	margin-left:0;
}
.footer {
	text-align: center;
	background: #000;
}
.cricosInfo.white-txt {
	font-size: 1rem;
	margin: 30px 0 30px;
	line-height: 1.8;
}
.container.sub-footer {
	border-top: 1px solid #333;
	background:#000;
}
}
.block {
	font-family: 'Roboto Slab', serif;
	font-size: 1.4em;
	line-height: 140%;
	/*margin: 0 15px !important;*/
	padding: 1em 0 0;
        margin: 15px;
}
.error-msg {
	background: red none repeat scroll 0 0;
	color: #fff;
	padding: 20px 10px;
}
.footer {
	line-height:80px;
}
.social {
	margin:40px 0 0;
	padding: 0;
	text-align: center;
}
.social img {
	width: 24px;
}
.social li, .social li a {
	list-style: none;
	display: inline-block;
	border: none;
	margin: 0 5px;
}
.bdr-small {
	background: #fff;
	display: block;
	height: 2px;
	margin: 0 auto;
	position: relative;
	 max-width: 100px;
}
.cricosInfo.white-txt {
	position: relative;
	text-align: center;
}
.forget-pass.white-txt > p > a,
.forget-pass.white-txt > ul > li > p > a {
	color: #fff;
	text-decoration: none;
	border-bottom: solid 1px #009edd;
}
.forget-pass.white-txt > p > a:hover {
	border-bottom:none;
}
.form-element-wrapper {
	margin-bottom: 12px;
	color: #fff;
}
input[type="checkbox"] {
	display:none;
	opacity:0;
}
input[type="checkbox"] + label span {
	display:inline-block;
	width:19px;
	height:19px;
	margin:-1px 4px 0 0;
	vertical-align:middle;
	background:url('./checkbox_sheet.png') left top no-repeat;
	cursor:pointer;
}

input[type="radio"] {
    opacity:0;
}

.logoutflash
{
background: #fff none repeat scroll 0 0;
color: #000;
padding: 15px;
}

.attribreleasepanelbgnd
{
background: rgba(0,0,0,0.6);
}



iframe#buffer 
{ position:absolute; visibility:hidden; left:0; top:0; }


/*Alerts*/
.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}
.alert h4 {
    color: inherit;
    margin-top: 0;
}
.alert .alert-link {
    font-weight: 700;
}
.alert > p, .alert > ul {
    margin-bottom: 0;
}
.alert > p + p {
    margin-top: 5px;
}
.alert-dismissable, .alert-dismissible {
    padding-right: 35px;
}
.alert-dismissable .close, .alert-dismissible .close {
    color: inherit;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}
.alert-success hr {
    border-top-color: #c9e2b3;
}
.alert-success .alert-link {
    color: #2b542c;
}
.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
.alert-info hr {
    border-top-color: #a6e1ec;
}
.alert-info .alert-link {
    color: #245269;
}
.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}
.alert-warning hr {
    border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
    color: #66512c;
}
.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #00000;
}
.alert-danger hr {
    border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
    color: #843534;
}

#togglediv{
 position: absolute;
top: -9999px;
left: -9999px;
}

/* Default State */
.toggledivstyle {
background: #036F9D;
color: white;
text-align: left;
padding:10px
}

/* Toggled State */
#togglediv:checked ~ .toggledivstyle {
display: none;
}

.toggletrigger {
    background-color: #337ab7;
}
.toggletrigger {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}