/*
 * Licensed to Jasig under one or more contributor license
 * agreements. See the NOTICE file distributed with this work
 * for additional information regarding copyright ownership.
 * Jasig licenses this file to you under the Apache License,
 * Version 2.0 (the "License"); you may not use this file
 * except in compliance with the License.  You may obtain a
 * copy of the License at the following location:
 *
 *   http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400');
@import url('https://fonts.googleapis.com/css?family=Montserrat');
body { font-family: 'Open Sans', sans-serif !important;}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; outline: 0; vertical-align: baseline; background: transparent; }
nav ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
a { margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #cccccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

#container { width: 95%; margin: 0 auto; }
@media only screen and (max-width: 960px) { 
  #container { width: 100%; }
  #content { -webkit-border-bottom-right-radius: 0px; -webkit-border-bottom-left-radius: 0px; -moz-border-radius-bottomright: 0px; -moz-border-radius-bottomleft: 0px; border-bottom-right-radius: 0px; border-bottom-left-radius: 0px; } 
}
header h1 { background: #210F7A; color: white; padding: 1.4em 1.4em; font-size: 2em; font-weight: normal; }

#content { padding: 10px; overflow: hidden; }

#msg h2 { margin-bottom: 1em; }
#msg.success { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/confirm.gif) no-repeat 20px center; }
#msg.info { border: 1px dotted #008; color: #008; padding-left: 100px; background: url(../images/info.gif) no-repeat 20px center; }
#msg.question { border: 1px dotted #390; color: #390; padding-left: 100px; background: url(../images/question.png) no-repeat 20px center; }
#msg.warn { border: 1px dotted #960; color: #960; padding-left: 100px; background: #ffbc8f url(../images/info.gif) no-repeat 20px center; }
#msg.warn .message { color: black; margin: 1em; font-size: 1.4em }

#sidebar { width: auto; }
#sidebar .sidebar-content { padding-left: 20px; }
#sidebar .sidebar-content p { margin-bottom: 1.4em; }

#list-languages ul { list-style: none; }
#list-languages ul li { display: inline-block; padding: 0px 10px; border-right: 1px solid #e2e2e2; }
#list-languages ul li:last-child { border: 0; line-height: 1.4em; }

/* footer { color: #999; margin: 20px 0; } */

a.button {
    font-weight:bold;
    height:1.7em;
    padding:1.2em 1em .6em 1em;
    text-align:center;
    text-decoration:none;
    color:white;
    background-color:#79946c;
    border-top:1px solid #82b36c;
    border-left:1px solid #82b36c;
    border-right:1px solid #304228;
    border-bottom:1px solid #304228;
    border-radius: 3px;
}

#big-buttons a.button {
    display:block;
    position:relative;
    font-size: 1.6em;
    margin:20px auto;
    width:200px;
    overflow: hidden;
    border-radius: 7px;
    border-top:2px solid #82b36c;
    border-left:2px solid #82b36c;
    border-right:2px solid #304228;
    border-bottom:2px solid #304228;
}

a.button:hover {
    color:#ffff94;
    background-color:#819e73;
}

.button-down {
    border-top:1px solid #304228;
    border-left:1px solid #304228;
    border-right:1px solid #82b36c;
    border-bottom:1px solid #82b36c;
}

#big-buttons .button-down {
    border-top:2px solid #304228;
    border-left:2px solid #304228;
    border-right:2px solid #82b36c;
    border-bottom:2px solid #82b36c;
}

/**Beginning changes for Corridor Theme**/
.bg-img{
	background: url('../images/Photo7-min.jpg') no-repeat;
	background-size: cover;
	/* background-position: -85px 0; */
}


.https-msg{
	float: left;
	margin-left: 111px;
	padding-left: 80px !important;
}


.footer-container{
	margin: 0 5%;
}
.footer-section{
	width: 33%;
	margin: 20px 0;
}
.footer-section-title{
	color: #fff;
	margin: 12px 0;
}
.footer-content{
	line-height: 20px;
	margin: 12px 0;
}
.footer-address{
	margin: 12px 0;
}

#content{
	background-color: transparent;
	float: left;
	min-height: 81vh;
}

/* For email validation dialog*/
.ui-dialog-title{
    font-size: 110% !important;
    color: #cd0a0a;
}


/* Corridor new login page changes*/

/*Reset*/

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}


/*Default Layout Styles*/

html,
body {
    min-height: 100vh;
}

html {
    font-size: 10px;
}

body {
    display: block !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: 'Rubik', sans-serif;
    color: #333;
}

input,
button {
    font-family: inherit;
    font-size: 1.6rem;
}

svg {
    fill: #999;
}


/*Utilities*/

.m-b-0 {
    margin-bottom: 0 !important;
}


/*Form Wrapper*/

.corridor-login {
    margin-top: 70px;
    display: flex;
    justify-content: center;
}

#footer {
    background-color: #262626;
    font-family: 'Montserrat', sans-serif !important;
}

body {
    line-height: unset !important;
}

.footerTextRight{
	float: right !important;
	margin-left: 10px !important;
}

.form-control {
	border: 0px;
    border-radius: 0px !important;
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important; 
}

.form-control {
    padding-left: 0px !important;
}

.form-control[readonly]{
    background-color: unset !important;
}

/*Header*/

.corridor-login__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
        -ms-flex-line-pack: center;
            align-content: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 2rem 0;
    border-radius: 1rem 1rem 0 0;
    background: -webkit-linear-gradient(135deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), #009dd9;
    background: linear-gradient(-45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), linear-gradient(45deg, rgba(0, 0, 0, 0) 25%, rgba(255, 255, 255, 0.2) 25%, rgba(255, 255, 255, 0.2) 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 75%, rgba(255, 255, 255, 0.2) 75%), #009dd9;
    background-size: 100px 100px;
}

.corridor-login__header img {
    -webkit-filter: drop-shadow(10px 10px 1px rgba(0, 0, 0, 0.1));
            filter: drop-shadow(10px 10px 1px rgba(0, 0, 0, 0.1));
}


/*Form*/

.corridor-login__form {
    background: #fff;
    padding: 0 10px;
    width: auto;
}


/*Form Groups*/

.form-group {
    margin-bottom: 2rem;
}

.form-group.reveal-qr input[name='username']{
    display: none;
}

.form-group.reveal-qr .form-group__info {
    height: 102px;
}

.form-control {
    padding: 1rem;
    border: none;
    width: 100%;
    display: block;
}


.form-group__info {
    position: relative;
    height: 41px;
    margin-top: 2rem;
}

.form-group__info-inner {
    position: absolute;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    -webkit-transform: scale(0) translateY(-2rem);
        -ms-transform: scale(0) translateY(-2rem);
            transform: scale(0) translateY(-2rem);
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
            transition-timing-function: cubic-bezier(0.165, 0.840, 0.440, 1.000);
}

.form-group__info-inner--password {
    -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
            transform-origin: top left;
}

.form-group__info-inner--thumb {
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
}

.form-group__info-inner--qr {
    -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
            transform-origin: top right;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.form-group__info-inner a {
    color: #009dd9;
    text-decoration: none;
}

.form-group__info-inner p {
    font-size: 1.4rem;
    line-height: 1.5;
}

.form-group__info-inner svg {
    fill: #009dd9;
    vertical-align: middle;
}

.form-group__info.reveal-password .form-group__info-inner--password,
.form-group__info.reveal-qr .form-group__info-inner--qr,
.form-group__info.reveal-thumb .form-group__info-inner--thumb {
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0);
}


/*Cases of different auth types*/


/*Special Requirements for Corridor Login Form*/

input[type='submit'] {
    color: #fff;
    background: #009dd9;
    font-weight: bold;
    text-transform: capitalize;
    margin-top: 30px;
    margin-bottom: 1rem;
    -webkit-appearance: button;
    border-radius: 0.5rem !important;
}

body .intl-tel-input .country-list {
    max-height: 110px;
}

input[type='submit']:focus {
    outline: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgba(0, 0, 0, 0.25)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25));
}

input[name='username'],
input[name='password'] {
	border-top: unset !important;
    border-left: unset !important;
    border-right: unset !important;
    border-bottom: 1px solid #ccc;
    padding-left:0 !important;
}

input[type='password']:focus,
input[type='email']:focus {
    -webkit-transition: 0.2s;
    transition: 0.2s;
    border-bottom-color: #009dd9;
    outline: none;
}


/*Button Group*/

.button-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 1rem;
}

.button-group__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
}

.button-group__item input {
    display: none;
}

.button-group__item label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: #fff;
    -webkit-transition: 0.16s;
    transition: 0.16s;
    padding: 1rem;
    height: 4.8rem;
    border: 1px solid #ccc;
}

.button-group__item:first-child label {
    border-radius: 1rem 0 0 1rem;
    border-right: none;
}

.button-group__item:last-child label {
    border-radius: 0 1rem 1rem 0;
    border-left: none;
}

.button-group__item input:checked+ label {
    -webkit-box-shadow: none;
            box-shadow: none;
    background: #009dd9;
    border-color: #009dd9;
}

.button-group__item input:checked+ label svg {
    fill: #fff;
}


/*Footer*/

.corridor-login__footer {
    padding: 1.6rem 0;
    text-align: center;
    background: #fff;
    border-top: 1px solid #bbb;
    line-height: 1.5;
    border-radius: 0 0 1rem 1rem;
    font-size: 1.2rem;
}

@-webkit-keyframes  shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

@keyframes  shake {
  10%, 90% {
    -webkit-transform: translate3d(-1px, 0, 0);
            transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    -webkit-transform: translate3d(2px, 0, 0);
            transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    -webkit-transform: translate3d(-4px, 0, 0);
            transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    -webkit-transform: translate3d(4px, 0, 0);
            transform: translate3d(4px, 0, 0);
  }
}

#msg.errors {
	background-color: #ffe5e5 !important;
    border-radius:6px;
    font-size: 1.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
            animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    color: #ea4335;
    padding: 1rem;
    margin-bottom:1rem;
}


//////////////////////////////////////////////////////////////////////////////////////////////////////////////
/* CSS Used for footer */

footer{display:block;}
.container{position:relative;width:1200px;margin:0 auto;padding:0;}
.container .columns{float:left;display:inline;margin-left:20px;margin-right:20px;}
.container .four.columns{width:260px;}
.container:after{content:"\0020";display:block;height:0;clear:both;visibility:hidden;}
.clearfix:before,.clearfix:after{content:'\0020';display:block;overflow:hidden;visibility:hidden;width:0;height:0;}
.clearfix:after{clear:both;}
.clearfix{zoom:1;}
::selection{background:#333333;color:#ffffff;}
::-moz-selection{background:#333333;color:#ffffff;}
a{color:#44bdbd;text-decoration:none;outline:0;}
#footer .widget a,.widget a{-webkit-transition:all 0.2s;-moz-transition:all 0.2s;-ms-transition:all 0.2s;-o-transition:all 0.2s;transition:all 0.2s;}
a:hover{color:#666666;}
#footer{padding:20px 0 20px 0;background:#555555;color:#aaaaaa;}
#footer a{color:#aaaaaa;}
#footer a:hover{color:#ffffff;}
#footer .widget h3{font-size:13px;font-weight:600;margin:0 0 20px 0;color:#ffffff;}

.container:before,.container:after{content:" ";display:table;}
.container:after{clear:both;}

 @media only screen and (min-width: 960px) and (max-width: 1199px){
.container{position:relative;width:960px;margin:0 auto;padding:0;}
.container .columns{float:left;display:inline;margin-left:20px;margin-right:20px;}
/* .container .four.columns{width:200px;} */
}

@media only screen and (min-width: 768px) and (max-width: 959px){
.container{width:768px;}
.container .columns{margin-left:10px;margin-right:10px;}
/* .container .four.columns{width:172px;} */
}

@media only screen and (max-width: 767px){
.container{width:300px;}
.container .columns{margin-left:10px;margin-right:10px;}
.container .columns{margin:0;}
.container .four.columns{width:300px;}
}

@media only screen and (min-width: 480px) and (max-width: 767px){
.container{width:420px;}
.container .columns{margin:0;}
.container .four.columns{width:420px;}
}


.footerContainer {
	background-color: #262626;
	color : #888888; 
	font-weight: 400;
	font-size: 13px !important;
	font-family: 'Montserrat', sans-serif !important;
	padding:  20px 0 20px 0;
	bottom: 0px;
}

.footerContainer a{
	color : #888888;
	text-decoration: none; 
}

.footerContainer a:hover{
	color : #ffffff;
	text-decoration: none; 
}

.footerHead {
	margin: 0 0 20px 0 !important;
	font-size: 13px;
	font-weight: 400;
	color: #ffffff !important;
}

.corridorInfo {
	width: 260px;
}

.corridorDiv {
	padding-left: 5% !important;
}

.contactUsDiv {
	padding-left: 0% !important;
}

.copyRightDiv {
	text-align: center;
}

/* new css */
img.logo {
	width: 190px;
  	height: 80px;
}


#header {
    position: fixed;
    width: 100%;
    z-index: 100;
    padding: 8px 40px;
    background-color: #00A8E8;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

main {
    background-color: #fafafa;
}

.footerRow {
    display: flex;
    justify-content: space-around;
}

.footerItem {
    width: 50%;
}

.footerItem.footerItem_2 {
    display: flex;
    flex-direction: row-reverse;
}

.textwidget {
    max-width: 310px;
}

#mainFrame {
    display: flex;
    justify-content: center;
    padding: 20px;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
    background-color: #ffffff;
    height: 400px;
    width: 650px;
    border-radius: 10px;
    margin-bottom: 20px;
    margin-top: 120px;
}

#leftContent {
    width: 50%;
}

#rightContent {
    width: 50%;
}

footer{
	background-color: #262626 !important;
	color: #888888;
	overflow: auto;
	margin: 0;
	font-family: Montserrat,​Arial,​Helvetica,​sans-serif;
	font-weight: 400 !important;
	font-size: 13px !important;
    width: 100%;
    bottom:-10;
    position: absolute;
}
header{
	height: 100px;
}
.footerContainer {
    font-weight: 400;
    padding: 10px 50px 10px;
}
.lhead {
	text-align: center;
	margin-top: 0;
    margin-bottom: 0;
	font-size: 20px;
  	font-weight: 300;
}
p>img {
    border-radius: 50%;
}
.rhead {
	text-align: center;
	margin-top: 0;
    margin-bottom: 0;
	font-size: 20px;
  	font-weight: 300;
}
.rowStyle {
    height:  100%;
    display:  flex;
    /* flex-direction: column; */
    align-items:  center;
    justify-content:  center;
}

main {
    height: calc(100vh - 120px);
}

.containerStyle {
    height:  100%;
}

@media only screen and (max-width: 768px) { 
	.corridor-login {
    	margin-top: 60px;
    }
    
	#mainFrame {
 	   flex-direction: column;
    	height: auto;
    	min-width: 320px;
    	width: 100%;
    	margin-bottom: 0px;
    	max-width: 320px;
	}
	body .ts-refresh-img {
    	height:  130px;
	}
	
	body .ts-refresh-txt {
    	top: 85px;
	}
	
	body .open-app {
    	width: 240px;
	}
	
	body .open-app a {
	    font-size: 14px;
	}
	
	#leftContent {
    	width: auto;
	}

	#rightContent {
    	width: auto;
	}

	div#leftContent {
		min-height: 260px;
		padding-bottom:  30px;
	}

	main {
    	height:  auto;
    	padding-bottom: 20px;
	}

	footer {
    	position: relative;
	}

	body .open-app-icon {
	    margin: 20px auto !important;
	}

	.ts-refresh-img {
    	height: 70px;
	}

	.ts-refresh-txt {
    	top: 70px;
	}
	
	body #widgetContainer {
    	border-right: unset;
    	line-height: unset;
	}
	
	.lhead {
    	display: none;
    }
	
}

#widgetContainer {
	border-right: 1px solid #d4d4d4;
    line-height: 15px;
}