/* quicksand-500 - vietnamese_latin-ext_latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 500;
  src: url('/renaissance/common/frameworks/base/css/fonts/quicksand-v21-vietnamese_latin-ext_latin-500.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/renaissance/common/frameworks/base/css/fonts/quicksand-v21-vietnamese_latin-ext_latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/renaissance/common/frameworks/base/css/fonts/quicksand-v21-vietnamese_latin-ext_latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('/renaissance/common/frameworks/base/css/fonts/quicksand-v21-vietnamese_latin-ext_latin-500.woff') format('woff'), /* Modern Browsers */
       url('/renaissance/common/frameworks/base/css/fonts/quicksand-v21-vietnamese_latin-ext_latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/renaissance/common/frameworks/base/css/fonts/quicksand-v21-vietnamese_latin-ext_latin-500.svg#Quicksand') format('svg'); /* Legacy iOS */
}

*{
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
}

::-webkit-scrollbar { width: 0.5em; height: 0.5em;}
::-webkit-scrollbar-button {  background-color: #222; }
::-webkit-scrollbar-track {  background-color: rgba(0,0,0,0);}
::-webkit-scrollbar-track-piece { background-color: rgba(0,0,0,0);}
::-webkit-scrollbar-thumb { background-color: rgba(96,96,96,0.4); border-radius: 2px;}
::-webkit-scrollbar-corner { background-color: #646464;}
::-webkit-resizer { background-color: #666;}
html, body {
	padding: 0;
	height: 100%;
	min-height: 100%;
	color: white;
  scrollbar-face-color: #646464;
  scrollbar-base-color: #646464;
  scrollbar-3dlight-color: #646464;
  scrollbar-highlight-color: #646464;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #646464;
  scrollbar-dark-shadow-color: #646464;
  overflow: hidden;
  overscroll-behavior-y: contain;
	
}

.prewrapped {
	white-space: pre-wrap;
}

h1, h2, h3{
	padding:0;
	margin:0;
}

a{
	color: rgb(33,150,243);
	text-decoration:none;
}

a, a i{
	-webkit-transition: none !important; /* Safari */
	transition: none !important;	
}

.ui-widget-content a {
    color: rgb(33,150,243);
}

a:visited{
	color: rgb(33,150,243);
}

a:hover{
	color: rgb(243,150,34);
	text-decoration:none;
}

input[type=text], input[type=password]{
	padding: 0.25em;
}

input[type=submit]{
    border: 1px solid rgb(33,150,243);
    background-color: rgba(33,150,243,0.25);
    -webkit-transition-duration: 0.1s; /* Safari */
	transition-duration: 0.1s;
}

input[type=submit]:disabled{
    color: rgb(255,255,255,0.25);
    border: 1px solid rgb(150,150,150);
    background-color: rgba(33,33,33,0.25);
}

input[type=submit]:hover{
	color: rgb(255,255,255);
    border: 1px solid rgb(243,150,33);
    background-color: rgba(243,150,33,0.5);
    cursor:pointer;
}


.cimphonyloginbox {
	float:left;
	width: 59%;
}

.msloginbox {
	float: right;
	width: 39%;
	/* border-left: 1px solid rgba(255,255,255,0.5); */
	margin-top: 1em;
}

.googleloginbox {
	float: right;
	width: 39%;
	/* border-left: 1px solid rgba(255,255,255,0.5); */
	margin-top: 1em;
}

.signin {
	width: 16em;
	height: 3.5em;
	background-size: contain;
	background-repeat: no-repeat;
	display: block;
	margin: auto;
}

a.signin:hover{
	opacity:0.7;
	filter: saturate(0);

}

.msSignin {
	background-image: url(/renaissance/common/images/signin-microsoft.svg);
}

.samlSignin {
	background-image: url(/renaissance/common/images/signin-saml-v2.svg);
}

.concertSignin {
	background-image: url(/renaissance/common/images/signin-concert-v4.svg);
}

.googleSignin {
	background-image: url(/renaissance/common/images/btn_google_signin_dark_normal_web@2x.png);
}

#cimphony-logo{
	width: auto;
	max-width:calc(33% - 2em);
}

.cimphony-primary-logo{
	border-right: 1px solid rgba(255,255,255,0.5);
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 0.25em;
/* 	padding-top: 1%;
 */}

.cimphony-primary-logo:last-child{
	border-right: 0;
}

#gridim-logo{
	width: auto;
	max-width:calc(33% - 2em);
    padding-left: 0.5em;
    padding-right: 0.5em;
    margin-left: 0.25em;
}

#opengrid-logo{
	width: auto;
	max-width: calc(33% - 2em);
    padding-left: 0.5em;
    margin-left: 0.25em;
    padding-top: 1%;
}

.cimphony-loading-container{
 height: 100%;
  width: 100%;
  position:absolute;
  background-color: rgba(0,0,0,0.25);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(50px);
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255,255,255,0.7);
  z-index: 1001;
}

.cimphony-redirect-container{
	z-index: 9999;
}

.tabs-left { 
    position: relative; 
    padding-left: 6.5em; 
} 
.tabs-left .ui-tabs-nav { 
    position: absolute; 
    left: 0.25em; 
    top: 0.25em; 
    bottom: 0.25em; 
    width: 6em; 
    padding: 0.2em 0 0.2em 0.2em; 
} 
.tabs-left .ui-tabs-nav li { 
    right: 1px; 
    width: 100%; 
    border-right: none; 
    border-bottom-width: 1px !important; 
    -moz-border-radius: 4px 0px 0px 4px; 
    -webkit-border-radius: 4px 0px 0px 4px; 
    border-radius: 4px 0px 0px 4px; 
    overflow: hidden; 
} 
.tabs-left .ui-tabs-nav li.ui-tabs-selected, 
.tabs-left .ui-tabs-nav li.ui-state-active { 
    border-right: 1px solid transparent; 
} 
.tabs-left .ui-tabs-nav li a { 
    float: right; 
    width: 100%; 
    text-align: right; 
} 
.tabs-left .ui-tabs-panel { 
    height: 40em; 
}

.tabs-right { 
    position: relative; 
    padding-right: 6.5em; 
} 

.tabs-right .ui-tabs-nav { 
    position: absolute; 
    right: 0.25em; 
    top: 0.25em; 
    bottom: 0.25em; 
    width: 6em; 
    padding: 0.2em 0.3em 0.2em 0em;
    background-color: rgba(0,0,0,0);  
} 
.tabs-right .ui-tabs-nav li { 
    width: 100%; 
    border : 1px solid transparent;
    border-left: none; 
    border-bottom-width: 1px !important; 
    -moz-border-radius: 0px 4px 4px 0px; 
    -webkit-border-radius: 0px 4px 4px 0px; 
    border-radius: 0px 4px 4px 0px; 
    overflow: hidden;
    background-color: black; 
    color :lightgray;
} 
.tabs-right .ui-tabs-nav li.ui-tabs-selected, 
.tabs-right .ui-tabs-nav li.ui-state-active { 
    background-color: #222; 
    border : 1px solid #333;
    border-left : 1px solid transparent;
} 
.tabs-right .ui-tabs-nav li a { 
    width: 100%; 
} 
.tabs-right .ui-tabs-panel { 
    height: 38em; 
}



.ui-dialog
{
	font-family: 'Quicksand', Helvetica, Arial, sans-serif;
    z-index: 101;
}

.ui-dialog-buttons {
	border-radius:6.25px;
}

.ui-widget-header {
    background: #2196F3;
    border: none;
    border-radius:2.5px;
    color: white;
    font-weight: bold;
    font-size: 20.0px;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog-buttonpane button {
	font-size: 25.0px;
	font-weight: bold;
	border: none;
	border-radius:6.25px;
	background-color:#efeff4;
	padding:10.0px;
	color:#777777;
}

.ui-widget-content{
	background:none;
}

.ui-widget-header .ui-state-default {
	background: none;
}

.fa-spin-reverse {
  -webkit-animation: fa-spin-reverse 2s infinite linear;
  animation: fa-spin-reverse 2s infinite linear;
}
@-webkit-keyframes fa-spin-reverse {
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin-reverse {
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  0% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}