/*------------------------------------------NEW FONT FACES---------------------------------------------*/
@font-face {
   font-family: "Roboto100";
   src: url(fontsUI/Roboto-Regular.ttf);
}

@font-face {
   font-family: "Roboto300";
   src: url(fontsUI/Roboto-Medium.ttf);
}

@font-face {
   font-family: "Roboto500";
   src: url(fontsUI/Roboto-Bold.ttf);
}

@font-face {
   font-family: "McLaren";
   src: url(fontsUI/Roboto-Regular.ttf);
}

@font-face {
   font-family: "Boogaloo";
   src: url(fontsUI/Boogaloo-Regular.ttf);
}

@font-face {
   font-family: "Abadi";
   src: url(fontsUI/AbadiMTCondensedExtraBold.ttf);
}
/*--------------------------------------------------------*/

body {
	overflow: hidden;
}

#preload-01 {
	background: url("/static/plain_blackboard.png") no-repeat -9999px -9999px;
}

#preload-02 {
	background: url("/static/background_admin.jpg") no-repeat -9999px -9999px;
}

#preload-03 {
	background: url("/static/background_learner.jpg") no-repeat -9999px -9999px;
}

#preload-04 {
	background: url('/static/BlackBoard.jpg') no-repeat -9999px -9999px;
}

[canvas=container] {
	background-image: none;
}

.image-background-component {
	display: none;
}

#mainCanvas {
	background-color: black;
    /*background-color: brown; 
	background-image: url("Background_login.jpg");
    background-position: right top;
	background-size: 100% 100%;
	background-repeat: repeat;
	height: 100vh;*/
	overflow: hidden;
	background-image: none;
	display: flex;
}

#secondaryCanvas {
    background: rgb(31, 57, 124); /*url("globe.png");*/
    background-position: 30px 65px;
	background-size: 110px 115px;
	background-repeat: no-repeat;
	overflow: hidden;
	height: 100% !important;
}

#tertiaryCanvas {
    background-color: brown; 
    background-image: url("background_admin.jpg");
    background-position: right top;
	background-size: 100% 100%;
	background-repeat: repeat;
	overflow: hidden;
	height: 100vh;
}

.registration-canvas {
	background: rgb(1, 68, 131) !important;
}

#div-graphic{
	position: relative;
	background-color: transparent; 
	background-image: url("/static/customer_product/login-layer.png");
    background-size: 100% 110%;
    background-repeat: no-repeat;
    background-position: right top;
	overflow: hidden;
	height: 88vh;
	width: 100%;
	background-attachment: local;
	transform: translate(-5.5vw, -2.8vh) rotate(-3.4deg) scale;
	-webkit-transform: translate(-5.5vw, -2.8vh) rotate(-3.4deg);
	margin-bottom: 10vh;
	border-width: 10px;
	border-style: ridge;
	border-color: rgba(178,34,34,0.8);
	box-shadow: inset 0 0 10px rgba(0,0,0,0.5);
	z-index: 0;
}

#div-graphic:before{
	content: "";
	position: absolute;
	top: -20vh;
	left: -18vw;

}

.dropdown-menu>li>a:hover {
	color: white;
	background: black; 
}

.login-div-bottom {
    color: white;
    z-index: 300;
    width: 32.5%;
    bottom: 7%;
    position: absolute;
    font-size: 14px;
    font-family: 'Roboto100';
    left: 70px;
    min-width: 400px;
    text-align: left;
}

.login-error {
	color: red;
	font-size: 14px;
	font-family: 'McLaren';
}

.f16 {
	font-size: 16px;
}

.login-warning {
	color: white;
	font-size: 16px;
	font-family: 'McLaren';
}

.cancel-button {
	font-size: 20px;
    font-family: 'MCLAREN';
    border-radius: 80px;
    background: white;
    color: maroon !important;
    float: left;
    width: 60px;
    height: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.accept-button {
	font-size: 20px;
    font-family: 'MCLAREN';
    border-radius: 80px;
    background: white;
    color: limegreen !important;
    float: right;
    width: 60px;
    height: 60px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.accept-button p {
	color: darkgreen;
}

.session-single, .session-multiple {
	/*font-weight: bolder;*/
	text-align: center;
    width: 100%;
    display: block;
}

.session-intro {
	color: white;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: -10px;
}

.button-session-control-state {
	overflow: hidden auto;
    margin-top: 15vh;
    margin-bottom: 30px;
    display: block;
}

.form-group.session-control-state {
	margin-top: 4vh;
}

.form-control.session-control-state {
	background: transparent !important;
    padding: 0px !important;
    text-align: center !important;
    color: darkgrey !important;
    border: 0px !important;
    height: 100% !important;
    resize: none;
    font-weight: 700;
    word-wrap: break-word;
    display: block !important;
}

.form-control.session-control-state.full-state-hide {
	width: 0px !important;
	min-width: 0px !important;
	height: 0px !important;
}

.process-advanced {
	cursor: pointer; 
	color:white !important; 
	text-decoration: underline;
	font-weight: bold;
	font-size: 12px;
	margin-left: 2px;
}

.process-down-arrow {
	width: 12px;
    margin-left: 4px;
}

.process-up-arrow {
	width: 12px;
    margin-left: 4px;
    transform: rotate(180deg);
}

.custom-login-error {
    border: 3px solid white;
    padding: 8px;
    background: #eeeeee;
    font-size: 13px;
    border-radius: 6px;
    border-style: inset;
    color: red;
    text-align: left;
}
/* Session */

.login-success {
	color: white;
	font-size: 14px;
	font-family: 'McLaren';
}

.login-logout-block:nth-child(odd) {
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    color: black;
    padding-left: 15px;
    border: 5px groove white;
    font-size: 11px;
}

.login-logout-block:nth-child(odd):hover {
	background: white;
}

.login-logout-block:nth-child(even) {
	background: #e2e2e2; /* Old browsers */
	background: -moz-linear-gradient(top, #e2e2e2 0%, #dbdbdb 50%, #d1d1d1 51%, #fefefe 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #e2e2e2 0%,#dbdbdb 50%,#d1d1d1 51%,#fefefe 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
    padding-left: 15px;
    border: 5px groove white;
    font-size: 11px;
}

.login-logout-block:nth-child(even):hover {
	background: white;
}

.sm-collapsible .logout-list-item {
	display: none;
}

.count-block {
	background: rgb(1,68,131);
    color: white;
    font-size: 10px;
    display: flex;
    height: 25px;
    width: 25px;
    justify-content: center;
    align-items: center;
    margin-top: -15px;
    margin-left: -15px;
    border: 2px groove transparent;
    border-bottom-right-radius: 50px;
}

/*NN*/

.div-bottom{
	background-color: rgb(15, 73, 137);
	color: white;
	height: 15vh;
	margin-top: -10vh;
	z-index: 300;
	width: 104vw;
	margin-left: -4vw;
	top:98%;
	position: absolute;
}

.headerItemName {
	font-family: 'McLaren';
	color: black;
}

.profile-arrow-holder {
    float: right; 
    display: flex; 
    align-items: center; 
    height: 30px;
}

.profile-arrow {
	margin-top: -8px;
    width: 15px;
}

.highlighted .profile-arrow {
	transform: rotate(180deg);
}

.has-submenu {
	/*background: #1e1e1e !important;*/
	background: transparent !important;
	padding-bottom: 10px !important;
}

#mainLogoImg {
        width: 150px;
}

.div-logo{
    background-image: url(/static/customer_product/eduvod-logo-transparent.png);
    overflow: hidden;
    background-size: 100% 100%;
    min-height: 80px;
    min-width: 210px;
    width: 16vw;
    height: 7vw;
    top: 7%;
    left: 4%;
    position: absolute;
    display: none;
}

.div-logo-2{
	display: block;
	bottom: 7%;
    right: 4%;
    top: inherit;
    left: inherit;
    min-height: 87px;
    min-width: 200px;
    width: 200px;
    height: 87px;
}

.div-student-login{
	background-color: rgba(15, 73, 137, 0.7); 
	overflow: hidden;	
	height: auto;
	width: 35%;
	top:40vh;
	left: 1vw;
	position: absolute;	
	padding-top: 12px;
	padding-bottom: 10px;
}

.login-left {
	float: left;
	height: 100vh;
	min-width: 700px;
	max-width: 700px;
	background-color: rgb(31, 57, 124);
}

.login-school-name-gp {
	text-align: center;
    color: white;
    font-size: 12px;
    margin: 0px;
    /*border-bottom: 1px solid white;*/
    width: 100%;
    max-width: 100%;
    margin-bottom: 4px;
}

.login-school-name-gp-top {
	font-size: 14px;
    font-weight: bold;
}

.login-school-group-gp {
	text-align: center;
    color: white;
    font-size: 14px;
    margin-bottom: 17px;
	margin-top: 4px;
	width: 100%;
    max-width: 100%;
	font-weight: bold;
}

.login-school-name-gp p, .login-school-group-gp p{
	margin: 0px;
}

.login-school-name-gp p {
	/*box-shadow: 0px 3px 0px white;*/
    margin-bottom: 1px;
    padding-bottom: 2px;
}

.login-mid-login-school-line-outer {
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.login-mid-login-school-line-left {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background: linear-gradient(to right, transparent, white, transparent);
    height: 2px;
}

.login-school-group-gp p {
	padding-top: 2px;
	margin-bottom: 4px;
}

.login-school-name-gp, .login-school-group-gp {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.login-right {
	float: left;
	width: calc(100% - 700px - 1px);
	height: calc(100vh - 0.5px);
	flex: 1;
	border: 1px solid black;
	border-left: 0px;
	background-color: rgb(31, 57, 124);
}	

.loginboard-image {
	width: 100%;
	height: 100%;
	overflow: auto;	
	background-size: 140% 103%;		
	background-position-x: 100%;
	background-position-y: 65%;
	display: flex;
	align-items: center;
	text-align: center;
	justify-content: center;
}

.registration-login-left {
  	/*background-color: rgb(65, 64, 66);*/
  	background-color: transparent;
  	min-width: 700px;
  	max-width: 700px;
  	display: flex;
  	flex-direction: row;	
}

.registration-login-right {
  	/*border-left: 1px solid red;
  	background-color: rgb(65, 64, 66);*/
  	background-color: transparent;
  	width: 100%;
}

.student-image {
	width: 100%;
	height: 100%;
	overflow: hidden;	
	background-size: 100% 150%;		
	background-position-y: 42.5%;
}

.form-signin {
	background: rgb(31, 57, 124);
	/*padding: 25px;*/
	width: 100%;
	color: rgb(31, 57, 124);
	text-align: left;
	font-family: 'Roboto300';
    font-size: 9.5px;	
    /*filter: drop-shadow(2px 1px 4px black);*/
    border-radius: 4px;	
}

.signin-text {
	color:white;
	font-family: 'Roboto100';
	font-size: 15px;
	text-align: left;
	margin-bottom: 5px;
}


.maintenance-message-container {
	width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99999;
    background: rgba(0,0,0,0.7);
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
}

.maintenance-inner-container {
	width: 350px;
    height: 500px;
    background: white;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.maintenance-inner-div {
	border-width: 2px;
    border-style: groove;
    border-color: rgb(255,202,8);
    width: 315px;
    height: 465px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.maintenance-content-div {
	background: rgb(255,202,8);
    width: 285px;
    height: 435px;
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    flex-direction: column;
    align-items: center;
}

.maintenance-image-div {
	width: 150px;
    height: 150px;
    background: rgb(253, 161, 0);
    margin-top: 45px;
    border-radius: 100px;
    background-image: url(/static/icon/maintenance.png);
    background-size: 100px 100px;
    background-repeat: no-repeat;
    background-position: center;
    border: 4px solid orange;
}

.maintenance-heading-div {
    padding: 10px;
    margin-top: 12px;
    font-size: 20px;
    font-family: 'Roboto300';
}

.maintenance-text-div {
	padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
}

.maintenance-button-div {
	padding: 10px;
    margin-top: 16px;
    text-transform: UPPERCASE;
    font-family: 'Roboto300';
    font-size: 17px;
    background: #c27c03;
    border-radius: 49px;
    color: white;
}

.internal-maintenance {
	background: orange;
    color: black;
    z-index: 9999;
    height: auto;
    position: absolute;
    padding: 2px;
    width: 100%;
    text-align: center;
    font-size: 10px;
}

.login-container{
	width: 280px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.login-container-2{
	width: calc(100% - 290px - 30px);
	display:block;
	/*background-image: url("globe.png");*/
	height: 100%;
	background-repeat: no-repeat;
	background-size: 320px 350px;
    background-position-y: 40%;
    margin-left: 40px;
}

.login-button {
  	width: 70px;
  	display: inline-block;
  	padding: 7px;
  	font-size: 10px;
  	cursor: pointer;
  	text-align: center;
  	text-decoration: none;
  	outline: none;
  	color: white;
  	border: none;
  	/*box-shadow: 0 1px rgb(178,34,34);*/
  	box-shadow: none;
  	background-color: rgb(178,34,34);
  	font-family: 'Roboto100';
	/*filter: drop-shadow(1px 2px 3px black);*/
}

.register-button {
  	box-shadow: 0 1px #c71917;
  	background-color: #c71917;
}

.login-full-width {
	width: 90%;
}

.lb-grey {
	box-shadow: 0 1px grey;
  	background-color: grey;
}

.login-button:hover{
	/*border-color: white;
	border-width: 2px;
	border-style: solid;*/
	box-shadow: none;
	background-color: darkred !important;	
	/*border-radius: 4px;*/
}

.register-button:hover, .register-button:active {
  	box-shadow: 0 1px #af1614 !important;
  	background-color: #af1614 !important;
  	color: white !important;
}

.login-button:active{
	/*border-color: white;
	border-width: 2px;
	border-style: solid;
	box-shadow: 0 1px white;
	background-color: darkred;	
	border-radius: 4px;
	font-size: 14px;*/
}

.login-signup-button {
	background: transparent !important;
}

.login-signup-button .auth-google-login-button {
	font-size: 14px;
    background: transparent;
    color: white;
}

.login-signup-button .auth-google-login-button:hover {
	background-color: rgba(0, 0, 0, 0.2) !important;
}

.login-button-back {
	display: inline-flex !important;
    align-items: center !important;
    align-content: center !important;
    justify-content: space-around !important;
    height: auto !important;
    background: grey !important;
    border: 0.5px solid dimgrey !important;
    vertical-align: bottom !important;
    padding: 6px !important;
    margin-left: 5px !important;
}

.login-button-back:hover {
	background: #606060 !important;
	color: white !important;
}

.auth-button-tag {
	text-decoration: none;
    padding: 0px !important;
    margin: 0px !important;
    width: 100%;
    border: none;
    border-radius: 10px;
}

.auth-button-tag:active {
	background: none;
}

.auth-button-tag > span > svg {
	margin-top: -1px;
}

.form-control {
	color: black !important;
	min-width: 280px;
	width: 280px;
	font-family: 'Roboto300';
	font-size: 14px;
	margin-top: 3px;
	border: 1px solid white;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.login-recover{
	cursor: pointer;
    float: right;
    padding-top: 5px;
    font-size: 10px;
    color: white;
}

.login-recover:hover{
	color: white;
	transform: scale(1.02);
}


.login-tabs {
	margin-bottom: 15px;
    display: flex;
    justify-content: space-around;
    color: white;
    background: transparent;
	overflow: hidden;
}
  
  /* Style the buttons that are used to open the tab content */
.login-tabs button {
    background-color: #00498f;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 6px;
    transition: 0.3s;
    font-size: 11px;
    width: 100%;
    border-bottom: 2px solid white;
    color: darkgrey;
    box-shadow: 0px 0px 1px black;
    margin-top: 3px;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
 
.dropdown-tabs-block .d-tablinks:not(.active):not(:hover) {
	background-color: #bbb;
}

  /* Change background color of buttons on hover */
.login-tabs button:hover {
	background-color: #ddd;
}
  
  /* Create an active/current tablink class */
.login-tabs button.active {
	background-color: transparent;
    color: white;
    border-bottom: 0px;
    border: 2px solid white;
    border-bottom: unset;
    font-size: 12px;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
  
  /* Style the tab content */
.login-tabcontent {
	display: none;
	border-top: none;
}

 .login-tabcontent input {
	min-width: unset;
	width: 100% !important;
}

.form-group-password {
	display: flex;
    flex-direction: row;
    align-items: center;
}

.form-group-password input {
	width: calc(90% - 10px) !important;
    margin-right: 10px;
}

.form-group-password a {
    width: 10%;
    color: black !important;
    font-family: 'Roboto300';
    font-size: 14px;
    border: 1px solid lightgray;
    box-shadow: none;
    -webkit-box-shadow: none;
    background: whitesmoke;
    border-radius: 4px;
    padding: 5px;
    margin-top: 3px;
    padding-left: 2px;
    padding-right: 2px;
    max-height: 34px;
	cursor: pointer;
}

.form-group-password a:hover {
	background-color: #fcf8e3 !important;
}

.form-group-password a img {
	width: 100% !important;
    filter: invert(1) contrast(1.5);
}


/* For switch view functionality */
.dropdown-config-selector {
    background: rgb(178,34,34);
    position: fixed;
    right: 0;
    top: 48px;
    z-index: 2;
    padding: 4px;
    font-size: 11px;
    width: 35vw;
    color: white;
    border-bottom-left-radius: 5px;
    text-align: center;
    filter: drop-shadow(1px 2px 3px black);
    cursor: pointer;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
	min-width: 400px;
	max-width: 400px;
	transition: all .5s ease-in-out;
}

.dropdown-config-selector.dropped .dropdown-config-selector-chevron {
	transform: rotate(180deg);
}

.dropdown-config-selector-chevron {
	width: 14px;
    padding: 2px;
    margin-right: 5px;
    margin-left: 1px;
    padding-top: 1px;
	transition: all .5s ease-in-out;
}

.dropdown-config-selector-span {
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dropdown-config-panel {
	height: 40vh;
    min-height: 230px;
    background: transparent;
    position: fixed;
    right: 0;
    top: 80px;
    z-index: 2;
    padding: 0px;
    font-size: 11px;
    width: 35vw;
    color: white;
    border-bottom-left-radius: 5px;
    text-align: center;
    filter: drop-shadow(1px 2px 3px black);
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    border-top-left-radius: 5px;
	transition: all .5s ease-in-out;
  	transform-origin: top;
  	transform: translateY(-30px) scaleY(0);
	min-width: 400px;
	max-width: 400px;
}

.dropdown-config-selector.dropped + .dropdown-config-panel {
	background: transparent;
	transform: translateY(0px) scaleY(1);
}

.dropdown-tabs {
    display: flex;
    justify-content: space-around;
    color: white;
    background: transparent;
	overflow: hidden;
}

.dropdown-tabs-block {
	width: 100%;
    height: 100%;
    margin: 0px;
}

/* Style the buttons that are used to open the tab content */
.dropdown-tabs button {
    background-color: #0467c5;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 11px;
    width: 100%;
    color: darkgrey;
    box-shadow: 0px 0px 1px black;
    border-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	padding: 0px;
	margin-left: 1px;
	margin-right: 1px;
}

.dropdown-tabs span {
    background: lightgray;
    width: 100%;
    height: calc(100% - 5px);
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    margin-top: 5px;
	padding: 6px;
}

.dropdown-tabs span > img {
	opacity: 0.1;
    width: 12px;
	margin-right: 10px;
}

.dropdown-tabs button.active > span {
	background: white;
}

.dropdown-tabs button.active > span > img {
	opacity: 1;
}

/* Change background color of buttons on hover */
.dropdown-tabs button:hover {
	background-color: #ddd;
}

.dropdown-tabs button:first-child {
	margin-left: 0px;
}

.dropdown-tabs button:last-child {
	margin-right: 0px;
}
  
  /* Create an active/current tablink class */
.dropdown-tabs button.active {
    background-color: firebrick;
    color: black;
    border-bottom: unset;
    font-size: 11px;
    border-radius: 6px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0px;
    margin: 0px;
    font-weight: bold;
}
  
  /* Style the tab content */
.dropdown-tabcontent {
	display: none;
	border-top: none;
	border-top: none;
    width: 100%;
    height: calc(100% - 32px);
    background: white;
    border-bottom-left-radius: 6px;
	position: fixed;
	color: black;
	padding: 18px;
    overflow: auto;
    overflow-x: hidden;
	cursor: default;
}

.tc-unpadded {
	padding: 0px;
}

.maximised-config-panel {
	position: absolute;
    top: 80px;
    right: 0;
    width: 100vw;
    height: calc(100% - 80px);
    max-width: 100vw;
}

.dropped.maximised-config-selector {
    width: 100%;
	max-width: 100%;
}

.active-child-label {
	text-align: left;
}

.lc-child {
	padding: 18px;
    padding-bottom: 0px;
    margin-bottom: 2px;
    width: 30%;
    float: left;
}

@media(min-width: 768px) {
	.lc-child::before {
		content: attr(data-label);
	}	
}

.lc-child-checkbox {
    width: 68%;
    display: inline-flex;
    float: right;
    padding-top: 25px;
    text-align: right;
    padding-right: 20px;
    justify-content: flex-end;
    align-items: center;
    height: 28px;
}

.lc-child-checkbox .switch {
	padding: 0px;
    margin: 0px;
	transform: scale(0.6);
}

.lc-child-span {
	/*margin-top: 4px;*/
    margin-right: 6px;
}

.frame-wrh {
	margin-top: 0px !important;
    width: 100% !important;
}

.selection-panel.data-panel.frame-pr {
	height: 100% !important;
}

.data-panel.frame-pr button .caret {
	color: black;
}

.selection-panel.data-panel.frame-wrp, .frame-pr {
	height: 100% !important;
    width: 100% !important;
    max-width: 100% !important;
	margin: 0px !important;
	padding: 0px !important;
	display: flex;
    flex-direction: row;
    justify-content: center;
}

.frame-pr {
	display: block;
}

.pr-spot-step-1, .pr-spot-step-2, .pr-spot-step-3 {
	padding: 15px;
    background: lightgrey;
    color: black;
    font-size: 12px;
    border-radius: 6px;
	display: flex;
    flex-direction: row;
    align-items: center;
    width: calc( (100% / 8) * 2);
    margin-top: 10px;
    margin-bottom: 10px;
}

.pr-flow-wizard {
	display: flex;
    align-items: center;
    justify-content: center;
	width: 70%;
    margin-left: 15%;
}

.pr-flow-steps {
	display: flex;
    justify-content: center;
}

.pr-img-spot {
    width: 30px;
	filter: grayscale(1);
}

.pr-p-spot {
	display: flex;
    flex-direction: column;
    text-align: left;
    margin: 0px;
    margin-left: 10px;
    width: calc(100% - 40px);
}

.pr-span-spot-sub {
	color: grey;
    font-size: 11px;
    font-family: 'Roboto300';
}

.pr-span-spot-header {
	/*white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;*/
}

.pr-form-group {
	color: black;
	display: flex;
    flex-direction: row;
    align-items: center;
}

.pr-form-group-p {
    margin-right: 20px;
    max-width: 130px;
    text-align: left;
    width: 30vw;
    margin-left: 20px;
}

.pr-form-group-span {
	font-family: 'Roboto300';
}

.pr-form-group-span-req {
    color: red;
}

.pr-form-group .btn-mobileSelect-gen {
	width: 280px !important;
    padding: 15px !important;
	border-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    filter: drop-shadow(0px 0px 3px grey);
    border-radius: 4px !important;
}

.pr-panel-step {
	display: flex;
    flex-direction: column;
    align-items: center;
    width: 70%;
    background: white;
    border-radius: 6px;
    padding: 20px;
    margin-top: 10px;
    filter: drop-shadow(1px 1px 5px black);
	margin-bottom: 10px;
}

.pr-panel-title {
	color: black;
	font-size: 16px;
	font-weight: bold;
}

.pr-panel-subtitle {
	color: black;
    font-size: 12px;
    font-family: 'Roboto300';
    margin-bottom: 2px;
}

.pr-panel-infotext {
	margin-bottom: 20px;
	color: black;
    display: flex;
}

.pr-par-text {
	width: 100%;
	color: black;
	text-align: left;
}

.pr-bold {
	font-weight: bold;
}

.pr-sp-mg-10 {
	margin-right: 10px;
}

.pr-left-celebrate-img {
    width: 80px;
    position: absolute;
    left: 20px;
    top: 0;
}

.pr-right-celebrate-img {
    width: 80px;
    position: absolute;
    right: 20px;
    top: 0;
    transform: scaleX(-1);	
}

.pr-sp-red {
	color: red;
}

.pr-panel-span-req {
	color: red;
    margin-top: -2px;
    margin-right: 3px;
}

.pr-panel-span-req-text {
	font-size: 10px;
    color: grey;
}


.pr-spot-step-1 {
    margin-right: 0px;
}

.pr-spot-step-2 {
    margin-right: 0px;
	margin-left: 0px;
}

.pr-spot-step-3 {
    margin-left: 0px;
}

.pr-spot-step-mid-1-2, .pr-spot-step-mid-2-3 {
    width: calc(100% / 8);
    border: 1px solid white;
    height: 0px;
}

.pr-spot-step-mid-1-2.pr-active, .pr-spot-step-mid-2-3.pr-active {
	border-color: firebrick;
}

.pr-spot-step-mid-1-2.pr-active-green, .pr-spot-step-mid-2-3.pr-active-green {
	border-color: darkgreen;
}

.pr-active {
	background: firebrick;
    color: white;
    filter: drop-shadow(0px 1px 3px black);
}

.pr-active .pr-span-spot-sub {
	color: white;
}

.pr-active .pr-img-spot {
	filter: none;
}

.pr-active-green {
	background: darkgreen;
    color: white;
    filter: drop-shadow(0px 1px 3px black);
}

.pr-active-green .pr-span-spot-sub {
	color: white;
}

.pr-active-green .pr-img-spot {
	filter: none;
}

.pr-eye {
	font-size: 17px;
    color: grey;
    margin: 0px;
    padding: 0px;
    margin-left: 14px;
    margin-bottom: 10px;
    width: 20px;
}

.pr-group-hr-text {
	width: 100%;
	line-height: 1em;
	position: relative;
	outline: 0;
	border: 0;
	color: black;
	text-align: center;
	height: 1.5em;
	opacity: 0.5;
	font-family: 'Roboto100';
	font-size: 12px;
}

.pr-group-hr-text:before {
	content: "";
	background: linear-gradient(to right, transparent, grey, transparent);
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
}

.pr-group-hr-text:after {
	content: attr(data-content);
	position: relative;
	display: inline-block;
	color: black;
	padding: 0 0.5em;
	line-height: 1.5em;
	background-color: #fcfcfa;	
}

.pr-error-outer, .wiz-error-outer {
	background: firebrick;
    border: 1px solid #3c0909;
    width: 100%;
    border-radius: 4px;
    padding: 8px;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 1px 0px 3px black;
}

.body .modal-dialog.pr-modal-dialog .pr-present-password {
    font-size: 16px;
    font-family: 'McLaren';
    margin: 0px !important;
    line-height: 0;
    padding: 15px !important;
	width: 100% !important;
}

.pr-present-glyphicon {
    margin-bottom: 0px;
    margin-right: 14px;
}

.pr-forgot-password-group {
	width: 100%;
    display: block;
}

.pr-forgot-password {
	margin-right: 16px;
    cursor: pointer;
    padding-top: 5px;
    margin-top: 15px;
    text-decoration: none;
    font-family: 'McLaren';
    font-size: 11px;
    color: darkblue;
    opacity: 0.8;
    float: right;
}

.wiz-error-outer {
	display: flex;
    margin-top: 20px;
    margin-bottom: 0px;
}

.wiz-right-img {
	width: 110px;
    position: absolute;
    right: 10px;
    top: 90px;
}

.wizard-step-1-shown, .wizard-step-2-shown {
	margin-top: 20px;
}

.wizard-step-1-shown li, .wizard-step-2-shown li {
	margin-bottom: 5px;
}

.wiz-section-left {
    text-align: left;
    width: 40%;
    padding: 20px;
}

.wiz-section-right {
	text-align: left;
	width: 40%;
    padding: 20px;
	direction: ltr;
}

.wiz-section-left-img {
	width: 60%;
    padding: 20px;
	max-width: 640px;
}

.wiz-section-left-img img {
	width: 100%;
    border: 2px inset white;
    filter: drop-shadow(2px 4px 6px black);
	cursor: pointer;
}

.wiz-section-right-img {
	width: 60%;
    padding: 20px;
	max-width: 640px;
}

.wiz-section-right-img img {
	width: 100%;
    border: 2px inset white;
    filter: drop-shadow(2px 4px 6px black);
	cursor: pointer;
}

.wiz-section-1-outer, .wiz-section-2-outer {
	display: flex;
    align-items: center;
	background: #014483;
	width: 100%;
}

.wiz-section-1-outer.full-panel, .wiz-section-2-outer.full-panel {
	background: grey !important;
    border-radius: 4px !important;
    position: absolute !important;
    z-index: 99 !important;
    top: 0 !important;
    height: 100% !important;
    margin-left: -20px !important;
	display: flex;
    justify-content: center;
}

.wiz-section-1-outer.full-panel button, .wiz-section-2-outer.full-panel button{
	text-transform: uppercase;
    position: absolute;
    padding: 5px;
    margin: 5px;
    top: 0;
    right: 0;
    border: 0px !important;
    background: transparent !important;
    width: 40px !important;
    padding-left: 5px !important;
	display: block !important;
}

.frame-wrp .wiz-section-1-outer button, .frame-wrp .wiz-section-2-outer button{
	display: none;
}

.wiz-section-1-outer.full-panel button > img, .wiz-section-2-outer.full-panel button > img{
	width: 100%;
}

.wizard-inactive {
	display: none;
}

.wiz-change .wiz-selector-chevron {
	transform: rotate(180deg);
}

.pr-error-inner .wiz-error-inner {
	margin-bottom: 0px;
    font-size: 12px;
}

.wiz-error-inner {
	margin-bottom: 0px;
    font-size: 12px;
}

.wiz-par-top {
	margin-top: 30px;
}

.wiz-par-bottom {
	margin-bottom: 30px;
}

.wiz-input-hr {
	margin-top: 20px;
	margin-bottom: 20px;
}

.c-wizard-left-panel {
	padding: 20px !important;
	width: 50%;
	border-right: 2px solid white;
	overflow: auto;
}

.c-wizard-right-panel {
	padding: 20px !important;
	width: 50%;	
	border-left: 2px solid white;
}

.wiz-elm-1, .wiz-elm-2 {
	display: flex;
    align-items: center;
	padding: 10px;
    color: black;
    background: white;
    border-radius: 6px;
    margin-top: 25px;
	justify-content: space-between;
	cursor: pointer;
	filter: drop-shadow(0px -1px 3px white);
    border-top: 1px solid darkgrey;
}

.wiz-elm-1 img, .wiz-elm-2 img {
	width: 30px !important;
	height: 30px !important;
	transition: all 500ms;
}

.wiz-elm-1 p, .wiz-elm-2 p {
	margin: 0px;
    margin-left: 20px;
    padding: 0px;
}

.wiz-elm-1:hover, .wiz-elm-2:hover {
	filter: drop-shadow(1px 2px 3px black);
}

.wiz-elem-desc-step {
	display: flex;
    flex-direction: column;
}

.wiz-elem-desc-step-title {
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.wiz-elem-desc-step-subtitle {
	color: black;
    font-size: 12px;
    font-family: 'Roboto100';
    margin-bottom: 2px;
}

.wiz-selector-chevron {
	filter: drop-shadow(1px 2px 3px black);
}

.wiz-header {
	background: firebrick;
    padding: 15px;
    filter: drop-shadow(1px 2px 3px black);
    border-radius: 4px;
	margin-bottom: 0px;
}

.wiz-sub-container {
	background: white;
    border-radius: 4px;
    padding: 16px;
	margin-top: 20px;
}

.wiz-subheader {
    background: transparent;
    color: black;
    border-radius: 4px;
    padding-top: 5px;
    font-family: 'Roboto300';
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: left;
}

.wiz-w2 {
	padding-top: 0px;
}

.wiz-panel-subtitle {
	color: black;
    font-size: 12px;
    font-family: 'Roboto300';
    margin-bottom: 2px;
}

.wiz-panel-title {
	color: black;
    font-size: 16px;
    font-weight: bold;
    margin: 5px;
}

.wiz-header-img {
	width: 40px;
    position: absolute;
    top: 4px;
    left: 15px;
    filter: drop-shadow(0px 0px 1px black);
}

.wiz-step {
	font-weight: bold;
}

.wiz-dual {
	display: flex;
    flex-direction: column;
    padding: 5px;
}

@media(min-width: 416px) {
	.wiz-dual-first::before {
		content: attr(data-label) !important;
	}	
}

.wiz-dual-first::before {
	content: attr(data-small);
}

.wiz-dual-second {
	font-weight: normal;
    font-size: 11px;
    padding: 2.5px;
}

.wiz-name-block, .wiz-email-block {
    color: black;
	text-align: left;
    display: flex;
    align-items: center;
    margin: 15px;
    margin-left: 0px;
    margin-right: 0px;
}

.wiz-name-block {
	margin-bottom: 25px !important;
}

.wiz-email-block {
	margin-top: 25px !important;
}

.wiz-name-label, .wiz-email-label {
	float: left;
    font-weight: bold;
    margin: 0px;
    width: 100px;
    text-align: left;
    margin-right: 20px;
}

.c-wizard-right-panel .wiz-otp-field, #linkcodedialog .link-otp-field, .pr-panel-step .wiz-otp-field {
	display: flex;
	justify-content: space-evenly;
	margin-bottom: 20px;
}

#linkcodedialog .link-otp-field {
	margin-top: 20px;
	filter: drop-shadow(1px -1px 3px grey);
}

.c-wizard-right-panel .wiz-otp-field input, #linkcodedialog .link-otp-field input, .pr-panel-step .wiz-otp-field input {
    width: 60px;
    font-size: 24px;
    padding: 10px !important;
    text-align: center;
    border-radius: 4px !important;
    margin: 2px;
    border: 0px solid transparent !important;
    border-bottom: 2px solid grey !important;
    background: white!important;
    font-weight: bold;
    color: black !important;
    outline: none;
    transition: all 0.1s;
    filter: drop-shadow(0px -1px 3px grey);
}

.c-wizard-right-panel .wiz-otp-field input, .pr-panel-step .wiz-otp-field input {
	width: 5vw;
}

#linkcodedialog .link-otp-field input {
	border-bottom: 0px solid transparent !important;
}

.c-wizard-right-panel .wiz-otp-field input::placeholder, #linkcodedialog .link-otp-field input::placeholder, .pr-panel-step .wiz-otp-field input::placeholder {
	color: lightgray;
	font-size: 20px;
}

.c-wizard-right-panel .wiz-name-field, .c-wizard-right-panel .wiz-email-field {
	border-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    /*filter: drop-shadow(0px 0px 1px grey);*/
	filter: none;
    border-radius: 4px !important;
    width: 280px !important;
    padding: 0px !important;
    font-size: 14px;
    margin: 0px;
	color: grey !important;
}

.frame-wrp .wiz-input, .frame-pr .wiz-input, .frame-pr .hasDatepicker {
	width: 100%;
    padding: 20px;
    border-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    filter: drop-shadow(0px 0px 3px grey);
    border-radius: 4px !important;
}

.frame-pr .wiz-input, .frame-pr .hasDatepicker {
	width: 280px !important;
	padding: 15px !important;
}

.frame-pr .wiz-input::placeholder {
	color: gray;
	font-family: 'Roboto100';
}

.frame-wrp .wiz-button, .frame-pr .wiz-button {
	font-size: 14px;
    background: firebrick !important;
    color: white !important;
    border-radius: 4px !important;
    filter: none;
}

.frame-pr .wiz-button {
	float: right;
}

.frame-pr .wiz-button-back {
	font-size: 14px;
    background: grey !important;
    color: white !important;
    border-radius: 4px !important;
	border-color: grey !important;
    filter: none;
	float: left;
}

.frame-pr .wiz-button-back:hover {
	background-color: #383838 !important;
}

.frame-wrp .wiz-button:hover, .frame-pr .wiz-button:hover {
	filter: drop-shadow(1px 2px 3px black);
}

.frame-pr .outer-wiz-button {
	width: 100%;
}

.wiz-button-outer-group {
	display: flex;
    justify-content: flex-end;
}

.link-body {
	background: #014483;
    margin: 20px;
    border: 2px inset rgb(238,238,238);
}

.link-header {
	font-weight: bold;
    color: white;
    text-align: center;
	background: firebrick;
    padding: 15px;
    filter: drop-shadow(1px 2px 3px black);
    border-radius: 4px;
}

.link-email-block {
	color: black;
    text-align: left;
    display: flex;
    align-items: center;
    margin: 15px;
    margin-left: 0px;
    margin-right: 0px;
	background: white;
    padding: 10px;
    border-radius: 4px;
}

.link-email-label {
	float: left;
    font-weight: bold;
    margin: 0px;
    width: 100px;
    text-align: left;
    margin-right: 20px;
}

.link-email-field {
	border-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    filter: drop-shadow(0px 0px 1px grey);
    border-radius: 4px !important;
    width: calc(100% - 120px) !important;
    padding: 10px !important;
    font-size: 14px;
    margin: 0px;
    color: black!important;
    background: white;
    text-align: center;
	overflow: auto;
}

.link-code-block {
	background: white;
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px;
}

.link-intro-text {
	background: transparent;
    color: black;
    border-radius: 4px;
    font-family: 'Roboto300';
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
}

.link-outro-text {
	background: transparent;
    border-radius: 4px;
    font-family: 'Roboto100';
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
    font-size: 12px;
}

.lt1-out { 
	padding-bottom: 0px;
    margin-bottom: 0px;
}

.lt2-out { 
	padding-top: 5px;
}

#linkcode-expiry-element, .lt3-out {
	color: firebrick;
	font-weight: bold;
}

.lt3-out a {
	color: firebrick;
}

.outer-table-container {
	overflow-y: auto;
    height: calc(100% - 90px);
    padding-left: 18px;
    padding-right: 18px;
	border-bottom: 1px solid lightgrey;
	border-top: 1px solid lightgrey;
    margin-top: 5px;
}

.outer-table-container caption {
	display: none;
}

.outer-table-container thead > .fltrow {
	display: none;
}

.toggle-caption caption {
	display: table-caption;
}

.toggle-caption thead > .fltrow {
	display: table-row;
}

.active-child-selected {
	font-size: 12px;
    text-align: left;
    background: firebrick;
    color: white;
    padding: 15px;
    border-radius: 6px;
    font-weight: bold;
    filter: drop-shadow(1px 2px 3px black);
    cursor: pointer;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.additional-child-selected {
	font-size: 12px;
    text-align: left;
    background: grey;
    color: white;
    padding: 15px;
    border-radius: 6px;
    font-weight: bold;
    filter: drop-shadow(1px 2px 3px black);
    cursor: pointer;
	margin-bottom: 16px;
}

.additional-child-selected:hover {
	background: firebrick;
    border: 1px solid white;
}

.associationTable {
	width: 100% !important;
}

.associationTable > caption {
	width: 100%;
}

.associationTable .inf {
	width: 100%;
	min-width: 100%;
}

.associationTable .flt {
    width: 100% !important;
	position: static !important;
	height: 30px;
}

#flt3_associationTable {
	display: none;
}

.associationTable td {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	vertical-align: middle !important;
}

.associationTable .td-pending {
    padding: 0px;
	cursor: pointer;
}

.associationTable .td-pending .td-span {
	width: calc(100% - 10px);
    background: lightgrey;
    display: block;
    margin: 5px;
    padding: 6px;
    border-radius: 8px;
}

.associationTable .td-pending .td-span-click-text {
	padding: 0px;
    font-size: 10px;
    background: transparent;
    color: firebrick;
    border: 0px;
    border-radius: 0px;
    width: 100%;
    margin: 0px;
    text-align: center;
	display: block;
}

.associationTable tr > td:first-child {
	text-align: left;
}

.associationTable tbody > tr:first-child {
	color: firebrick;
}

.associationTable tbody > tr:first-child > td {
	background: white;
}

.ps-frame .associationTable {
	border-collapse: separate;
	border-spacing: 0px 12px;
	margin-top: 12px;
}

.ps-frame .associationTable tbody > tr td {
	border: 1px solid firebrick;
	text-align: left;
	max-width: 200px;
}

.ps-frame .association-item-hidden {
	display: none;
}

.ps-frame .associationTable tbody > tr:first-child > td {
	background: transparent;
	color: white;
}

.ps-frame .associationTable thead:first-child > tr:first-child > td {
	border: 0px;
	padding: 0px;
	text-align: left;
}

.disassociate-image {
	width: 22px;
	filter: drop-shadow(1px 2px 3px black);
	cursor: pointer;
}

.disassociate-image:hover {
	border: 1px solid white;
    border-radius: 4px;
}

.add-child-button {
    background: firebrick;
    color: white;
    margin: 10px;
    margin-left: 20px;
    padding: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
    border: 1px solid black;
    width: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
	border-radius: 6px;
}

.add-child-button > img {
	width: 14px;
    margin-right: 5px;
    margin-top: -1px;
}

.add-child-button:hover {
	filter: drop-shadow(1px 2px 3px black);
    border: 1px solid white;
}

.dropdown-view-fullscreen {
    display: inline-flex;
    background: grey;
    color: white;
    margin: 9px;
    margin-left: 5px;
    padding: 5px;
    margin-right: 20px;
    border: 1px solid black;
    width: calc(50% - 50px);
    align-items: center;
    justify-content: center;
    cursor: pointer;
	border-radius: 6px;
}

.dropdown-view-fullscreen > img {
	width: 14px;
    margin-right: 10px;
}

.dropdown-view-fullscreen:hover {
	filter: drop-shadow(1px 2px 3px black);
    border: 1px solid white;	
}

.dropdown-view-fullscreen span::after {
	content: 'Maximise';
}

.maximised-config-panel .dropdown-view-fullscreen span::after {
	content: 'Minimise';
}

@media(max-width: 1024px) {
	.ps-frame {
		flex-direction: column;
	}

	.profile-right {
		width: calc(100% - 60px) !important;
    	margin-left: 60px !important;
	}

	.ps-frame .associationTable {
		width: calc(100% - 60px) !important;
	}
}

@media(max-width: 950px) {
	.pr-flow-wizard {
		width: 98%;
		margin-left: 1%;
	}

	.pr-panel-step {
		width: 98%;
	}

	
	.c-wizard-right-panel .wiz-otp-field input, .pr-panel-step .wiz-otp-field input {
		width: 9vw;
		min-width: 50px;
	}

	.frame-wrp {
		display: flex;
    	flex-direction: column-reverse;
    	align-items: center;
		justify-content: flex-end;
	}

	.selection-panel.data-panel.frame-wrp {
		height: 100% !important;
		align-items: flex-start;
	}

	.c-wizard-left-panel, .c-wizard-right-panel {
		width: 98%;
    	border: 0px;
    	background: white;
    	margin-top: 1%;
    	border-radius: 4px;
	}

	.c-wizard-left-panel {
		position: absolute;
		bottom: 0;
		padding-bottom: 0px !important;
	}

	.c-wizard-right-panel {
		max-height: calc(100vh - 170px) !important;
		overflow: auto;
	}

	.wiz-elm-1, .wiz-elm-2 {
		margin: 0px;
		padding: 2px;
	}

	.wiz-dual {
		display: flex;
    	flex-direction: column;
    	padding: 5px;
    	filter: none;
	}
	
	.wiz-dual-first {
		font-size: 14px;
	}

	.wiz-dual-second {
		padding: 0px;
    	font-size: 10px;
	}

	.wiz-sub-container {
		margin: 0px;
		padding: 10px;
	}
	
	.prw-modal-dialog > .modal-content {
		top: 5px !important;
    	width: calc(100% - 10px);
	}

	.wiz-right-img {
		display: none;
	}

	.wiz-change {
		position: fixed;
    	bottom: 0;
    	left: 0;
    	width: 100%;
    	border-radius: 0px;
    	z-index: 99;
	}

	.wizard-step-1-shown, .wizard-step-2-shown {
		position: fixed;
		top: 0px;
		left: 0px;
		z-index: 10;
		padding-bottom: 40px;
		overflow: scroll;
		height: 100%;
		margin-top: 0px;
	}

	.wiz-section-1-outer.full-panel, .wiz-section-2-outer.full-panel {
		margin-left: 0px !important;
		padding-bottom: 40px;
		justify-content: flex-start;
    	overflow: scroll;
	}

	.wiz-section-1-outer.full-panel {
		flex-direction: column;
	} 

	.wiz-section-2-outer.full-panel {
		flex-direction: column-reverse;
	}

	.full-panel .wiz-section-left, .full-panel .wiz-section-left-img, .full-panel .wiz-section-right, .full-panel .wiz-section-right-img {
		width: 100%;
	}
	
	#linkcodedialog .link-otp-field input {
		min-width: 6vw;
	}
}

@media(max-width: 768px) {
	.pr-modal-dialog {
		width: calc(100% - 20px) !important;
		margin: 10px;
	}

	.pr-modal-content {
		top: 0px !important;
	}

	.pr-spot-step-1, .pr-spot-step-2, .pr-spot-step-3 {
		width: calc( (100% / 6) * 2);
	}

	.frame-pr .wiz-input, .frame-pr .hasDatepicker {
		max-width: 280px;
		width: 45vw !important;
	}

	.pr-form-group .btn-mobileSelect-gen {
		max-width: 280px;
		width: 45vw !important;
	}

	.ps-frame .dep {
		visibility: visible;
		width: 100%;
	}
}

@media(max-height: 515px) {
	.wiz-panel-subtitle {
		display: none;
	}

	.wiz-input-hr {
		display: none;
	}

	.wiz-name-block {
		display: none;
	}
}

@media(max-width: 515px) {
	.login-pr {
		width: 100%;
		display: block;
		text-align: center;
	}

	.login-pr .pr-form-group-p {
		margin-bottom: 12px !important;
		width: calc(100% - 40px) !important;
		text-align: center !important;
		display: block !important;
		max-width: 100% !important;
	}

	.body .modal-dialog.pr-modal-dialog .login-pr .pr-present-password {
		font-size: 16px;
		font-family: 'McLaren';
		margin: 0px !important;
		line-height: 0;
		padding: 15px !important;
		width: calc(100% - 60px) !important;
	}

	.pr-spot-step-1, .pr-spot-step-2, .pr-spot-step-3 {
		padding: 0px;
		flex-direction: column;
	}

	.pr-p-spot {
		margin-left: 0px;
		text-align: center;
	}

	.pr-span-spot-header {
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.pr-header-component-title {
		align-items: flex-start !important;
		margin-left: 15px !important;
		margin-right: 100px !important;
	}

	.pr-modal-title {
		text-align: left !important;
	}

	.pr-modal-subtitle {
		margin-bottom: 0px;
    	white-space: nowrap;
    	text-overflow: ellipsis;
    	overflow: hidden;
    	width: 100%;
	}

	.pr-left-celebrate-img {
		display: none;
	}

	#pr-panel-step-3 .pr-panel-title, #pr-panel-step-3 .pr-panel-subtitle {
		margin-right: 80px;
	}

	#pr-panel-step-3 {
		align-items: flex-start;
		text-align: left;
	}

	.ps-frame .associationTable thead {
		display: none;
	}
	
	.ps-frame .associationTable tbody > tr td {
		text-align: left;
    	max-width: unset;
    	display: block;
    	width: 325px !important;
	}

	.ps-frame .associationTable tbody > tr td::before {
		content: attr(data-label);
	}

	.ps-frame .association-item-hidden {
		font-weight: bold;
		border: 0px !important;
		padding: 0px;
		margin-top: 10px;
		padding-bottom: 5px;
	}

	.ps-frame .associationTable tbody > tr td {
		padding-left: 0px !important;
	}

	.c-wizard-right-panel .wiz-otp-field input, .pr-panel-step .wiz-otp-field input {
		padding: 2px !important;
		min-width: unset;
		width: 12vw !important;
	}

	.wiz-dual-first {
		font-size: 3vw;
	}

	.wiz-email-field {
		width: 100% !important;
    	overflow: auto;
	}

	#linkcodedialog .link-otp-field input {
		min-width: 6vw;
		padding: 4px !important;
		font-size: 22px;
	}

	#linkcodedialog .link-email-block {
		flex-direction: column;
	}

	#linkcodedialog .link-email-field {
		display: block;
		width: 100% !important;
	}
}


@media(max-width: 415px) {
	.pr-modal-title {
		font-size: 4vw;
	}

	.pr-modal-subtitle {
		font-size: 3vw !important;
		white-space: unset;
	}

	.pr-header-component-button > button {
		font-size: 10px !important;
		padding: 6px !important;
	}

	.pr-modal-body {
		padding-top: 2px;
	}

	.frame-pr .wiz-input, .frame-pr .hasDatepicker {
		font-size: 12px !important;
	}

	.pr-form-group .btn-mobileSelect-gen {
		font-size: 12px !important;
	}

	.pr-form-group .btn-mobileSelect-gen span.text {
		width: 100%;
		overflow: hidden;
	}

	.pr-eye {
		margin-left: 7px;
		margin-right: 7px;
	}

	.ui-datepicker{
		right: 0 !important;
		left: unset !important;
		transform: scale(0.9);
	}

	.dropdown-config-panel, .dropdown-config-selector {
		min-width: 100%;
		width: 100%;
	}


	.ps-frame .associationTable tbody > tr td {
		width: calc(100vw - 40px) !important;
    	margin-right: 20px;
    	overflow-x: scroll;
    	padding-left: 25px !important;
    	padding-right: 25px !important;
		white-space: nowrap;
    	text-overflow: unset;
    	vertical-align: middle !important;
	}

	.profile-right {
		margin-left: 20px !important;
	}

	.data-panel.ps-frame .association-item-hidden {
		padding-left: 0px !important;
	}

	.wiz-header-img {
		display: none;
	}

	.wiz-selector-chevron {
		/*display: none;*/
	}

	.frame-wrp .wiz-input {
		min-width: unset;
	}

	.wiz-dual-first {
		font-size: 4vw;
	}

	.wiz-w2 {
		font-size: 12px;
	}

	.wiz-elem-desc-step-subtitle {
		display: none;
	}

	.wizard-step-1-shown, .wizard-step-2-shown {
		padding-bottom: 20px;
	}

	.wiz-section-1-outer {
		flex-direction: column;
	} 

	.wiz-section-2-outer {
		flex-direction: column-reverse;
	}

	.wiz-section-left, .wiz-section-left-img, .wiz-section-right, .wiz-section-right-img {
		width: 100%;
	}

	.department-description {
		white-space: unset !important;
		padding-right: 0px !important;
		display: block !important;
	}
}


.dropdown-menu {
	font-family: 'McLaren' !important;
	background-color: #424242 !important; 
	border:1px solid white;
	min-width: 11em !important;
}

.profile-name {
	font-size: 16px; 
	font-family:'McLaren'; 
	margin-left:10px; 
	margin-right:10px; 
	text-shadow: 4px 0px black; 
	text-transform:uppercase;
}

.profile-no-associations {
	width: 100%; 
	text-align: left; 
	display: block;
}

.sub-profile-name {
	font-size: 13px; 
	font-family:'McLaren'; 
	margin-left:10px; 
	margin-right:10px;
}

.main-composite{
    border: 4px solid rgb(178,34,34);
    margin-right: 7vw;
    width: 88vw;
    max-height: 55vh;
    overflow: hidden;
    overflow-y: auto;
}

.graph-selection {
    display: flex;
    justify-content: center;
    margin-top: 10px;
	height: calc(100vh - 310px);
}

.graph-selection  > div {
	display:table-cell;
	font-family:'McLaren';
	font-size:20px;
	vertical-align:top;
	align-items:center; 
	padding-right:30px; 
	background-color:black;
	color: white;
}

.graph-selection > .select-heading {
	background-color:transparent;
}

.graph-selection > .select-heading > div {
	width: 100%;
	border-bottom: 4px solid rgb(178,34,34);
	filter: drop-shadow(1px 2px 3px black);
	background: rgb(178,34,34);
	padding: 10px;
	cursor: pointer;
	border-radius: 6px;
}

.selection-panel {
	margin-top: 10px;
	padding-top: 10px;
	overflow-x: hidden;
	overflow-y: auto;
	height: calc(100% - 240px);
	text-align:center;
}

.no-options-text {
	color: white;
    font-size: 20px;
    width: calc(100% - 140px);
    background: firebrick;
    border-radius: 4px;
    filter: drop-shadow(1px 2px 3px black);
    padding: 8px;
	margin: 70px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-option-link {
	cursor: pointer;
}

.no-option-link:hover {
	filter: drop-shadow(1px 2px 3px white);
	background: rgb(126, 24, 24);
}

.data-form-table {
	font-family:'McLaren'; 
	font-size:20px;
	color: white;
	text-align: left;
}

.first-login td {
	padding-right: 20px;
}

.data-form-table ul, .data-panel ul{
	list-style: none;
}

.data-form-div {
    display: flex;
    justify-content: center;
}

.data-left {
	justify-content: left;
    margin-left: 60px;
}

.ps-frame {
	margin-top: 20px;
    display: flex;
}

.profile-left {
	width: calc(50% - 60px);
}

.profile-right {
	width: 45%;
    margin-left: 2%;
}


.data-panel input:focus, .data-panel textarea:focus, .data-panel button, .permitted-update:focus{
	outline: none;
}

.data-panel input, .data-panel textarea, .data-panel button, .permitted-update {
    border-radius: 0px !important;
    border: 2px solid rgb(178,34,34) !important;
    background: white !important;
    color: black !important;
    padding-left: 25px !important;
    font-size: 16px;
    padding: 8px;	
	background-image: none;
    /*color: black;
    border: 2px solid darkgrey !important;*/
    width: 275px;
    /*border-radius: 6px !important;
    padding: 2.4px;
    padding-left: 8px;*/
    font-family: 'McLaren';
    filter: drop-shadow(1px 2px 3px black);
	margin-bottom: 10px;
}

.required-tag {
	font-size: 10px;
	font-weight: 600;
	color: #FF7F27;
	display: block;
}

.info-tag {
	font-size: 12px;
	font-weight: 600;
	color: #FF7F27;
	display: block;
	margin-bottom: 10px;
}

.permitted-update {
	margin-bottom: 1px;
}

.permitted-update {
	padding: 7px !important;
}

.data-panel textarea {
	margin-bottom: 3px !important;
}

.data-panel input:hover, .data-panel textarea:hover. .data-panel button, .permitted-update:hover {
	box-shadow: 0 0 20px white;
}

.data-panel input[type=submit], .data-panel button[id=submit]{
	color:white !important;
	text-transform: capitalize;
	font-family: 'McLaren' !important;
	font-size: 14px;
	background-color: rgb(178,34,34) !important;
	border: 2px solid white !important;
	height: 40px;
}

.data-panel input[type=radio]{
	width: auto !important;
}

.data-panel input[type=radio] + label, .data-panel {
	color: white !important;
	font-family: 'McLaren';
}

.data-panel button{
	display: block;
    /*padding: 8px 10px;*/
    /*background: white !important;*/
    /*color: black !important;*/
    /*border: 2px solid darkgrey !important;*/
    width: 275px !important;
    /*border-radius: 6px !important;*/
    font-family: 'McLaren';
    /*font-size: 12px;*/
	margin-bottom: 10px;
}

.data-panel button:focus{
	outline: none;
}

.data-panel button:hover, .data-panel input:hover {
	box-shadow: 0 0 20px white;
}

label  {
	display: inline !important;
}

.message-notice {
	text-align: left;
    font-size: 14px !important;
    padding: 8px;
    background: rgba(0,0,0,0.5);
    border: 1px solid firebrick !important;
}

.department-panel, .data-panel {
	height: calc(100% - 300px);
	margin-top: 40px;
}

.department-table {
    margin: 0px;
    border-collapse: separate;
    border-spacing: 20px;
	background-image: none;
    width: 100%;
    overflow:auto;
    height: auto;
	margin-left: 40px;
}

.department-name {
	margin-top: -10px;
}

.madded {
	margin-top: -9px;
}

.madded-img {
	margin-top: -12px;
}

.dblue {
	color: rgb(1, 67, 131);
}

.dorange {
	color: #ec9900;
}

.dlight {
	color: #13a7e2;
}

.ddark {
	color: #b17302;
}

.dgreen {
	color: #228B22;
}

.dlightgreen {
	color: #00FF00;
}

.dred {
	color: #800000;
}

.dyellow {
	color: yellow;
}

.department-table > tbody > tr > td {
    text-align: center;
	vertical-align: top;
}

.department-item-home {
	font-family: 'McLaren';
	font-size: 19px;
	margin-bottom: 10px;
	/*max-width: 200px;*/
	display: flex;
	vertical-align: top;
}

.department-grid-home {
	font-family: 'McLaren';
	font-size: 19px;
	color: white !important;
}

.grid--type-b .grid__link:hover > .department-elements-container {
	word-break: break-word;
}

.grid--type-b .grid__link .exchange-cont {
	overflow: hidden;
}

.department-image-container {
	/*min-width: 160px;*/
	width: 52px;
	/*min-height: 140px;*/
	height: 52px;
	padding: 5px;  
	background: white; 
	border-radius: 9px;
	/*margin-left: calc(50% - 85px); */
	margin-bottom: 18px;
	/*font-family: 'Abadi';
	font-size: 70px;
	color: black;*/
	color: black;
    font-size: 40px;
}

.bottom-banner {
	position: absolute;
    top: 51px;
    font-size: 8px;
    background: black;
    width: 52px;
    padding: 1px;
    color: wheat;
    /* transform: rotate(-90deg) translateX(-20px) translateY(-25px); */
    overflow: hidden;
    height: 12px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.all-assets {
	background: rgb(1, 67, 131); 
}

.department-image {
	width: 100%; 
	height: 100%; 
	background-size: 100% 100%; 
}

.department-td {
    border-radius: 25px;
    color: white;
    padding: 6px;
    width: 10%;
	font-family: "Charcoal";
	font-size: 30px;
}

.div-row-secondary {
    width: 100%;
    padding-left: 15px;
    padding-right: 3.5%;
}

#sidebarNavButton {
	background: black;
}

.navbar-hide-linear-collapse #linearHeaderNavButton {
	display: none !important;
}

.navbar-toggle .icon-bar, .navbar-default .navbar-toggle:hover span {
	background: white;
}

.navbar-nav {
	height: 48px !important;
}

.navbar-nav > li {
	overflow: hidden;
	height: 48px;
}

.navbar {
	height: 48px;
}

.navbar-brand.main-logo-toggle
{
    display: none;
}

.navbar-header {
	background:	rgb(245, 243, 241);
}

.bottom-fixed-navbar {
	height: 35px;
	width: 100%;
	background: #383838;
	color: white;
	font-family: 'McLaren';
	font-size: 12px;
	position: absolute;
	bottom: 0;
	padding-left: 60px;
	padding-right: 60px;
    padding-top: 8px;
}

.date-time {
	float: right;
	font-weight: 100;
}

.main-sidebar-text-display {
	font-family: 'McLaren'; 
	font-size: 30px; 
	color:white;
	text-align:center; 
	bottom:40%; 
	position:absolute; 
	width:90%; 
	margin-left:5%;
	text-transform: capitalize;
}

.main-sidebar-status {
	color:white; 
	text-align:center; 
	width:100%; 
	font-size:30px; 
	padding-top:20px;
}

.main-sidebar-status-heading {
	font-family: 'McLaren'; 
	font-size: 25px; 
	color:black; 
	margin-bottom:15px; 
	text-align:center; 
	/*text-shadow: 6px 0px black;*/
}

.logged-in-info-td {
	margin-left:10%; 
	margin-right:10%; 
	margin-bottom:5px; 
	font-family:'McLaren'
}

.logged-in-info-head  {
	font-size:18px; 
	font-family:'McLaren';  
	text-shadow: 2px 0px black; 
	text-transform:uppercase;
}

.main-sidebar-categories .sidebar-category-item {
	 padding-left: 8px;  
	 margin-left:15px; 
	 margin-right: 15px;
	 filter: drop-shadow(1px 2px 3px black); 
	 border: 1px solid white;
}

.main-sidebar-categories .sidebar-category-item:hover {
	filter: drop-shadow(0px 0px 4px black);
    background: rgb(65, 64, 66);
    border-width: 2px;
}

.main-sidebar-categories .sidebar-category-item:hover > a,
.main-sidebar-categories .sidebar-category-item:focus > a,
.main-sidebar-categories .sidebar-category-item > a {
	text-decoration: none !important;
}

.first-one {
	border-top-left-radius: 10px !important;
	border-top-right-radius: 10px !important;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}

.last-one {
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}


.main-sidebar-categories {
	overflow-x:hidden; 
	position:relative; 
	top:8%; 
	height: 85%;
}

.main-sidebar-categories p {
	font-family: 'McLaren'; 
	font-size: 25px; 
	color:black; 
	padding-left: 15px; 
	margin-bottom:15px; 
	text-transform: capitalize;
}

.main-sidebar-categories img {
	width:65px; 
	padding-left: 15px;
}

.main-sidebar-categories div > a > h4 {
	
}

egg {
	display: inline-block;
}

#mainSlidebar {
	background-color: #f5f3f1;
}

#filterSpan:before, #eyeSpan:before, #searchSpan:before {
	margin-left: 15px;
}

.filter-container-box {
	height: 64px;
    overflow-y: auto;
    margin-left: 40px;
    margin-right: 40px;
}

.secondary-slidebar {
	padding-top:10px !important; 
	width:80px !important; 
	top:65px !important; 
	border: 1px solid white	!important;

}

.secondary-slidebar ul {
	font-size:14px; 
	color:white; 
	margin:0px; 
	text-align:center; 
	font-family:'McLaren';
}

.secondary-slidebar li:hover, .secondary-slidebar li > a:hover {
	background-color: white !important;
	cursor: pointer;
}

.department-item {
    color: white;
    font-size: 2.2vw;
    text-shadow: 6px -1px black;
    text-transform: uppercase;

}

.main-option-header {
	font-size: 1.8vw;
	font-family: "Museo900";
	color:red;
	background-color: rgb(1, 68, 131);
	padding: 14px;
	padding-bottom: 10px;
	margin-left: 2.5vw;
	text-shadow: 2px 0px black;
}

.site-settings{
	cursor: pointer;
	color:red;
	font-family:'McLaren'; 
	font-size: 1.8vw;
	text-shadow: 3px 0px black;
    text-transform: uppercase;
}

.site-settings:hover{
	color: white;
	font-size:1.9vw;
}

.dropdown-inner-user-style{
	font-family:'McLaren';
}

#mainHeaderContainer{
	transition: all 500ms;
	margin-bottom:0px; 
	/*background-color: black;
	border:none;*/
}

.green-board, .green-board-web, .black-board, .black-board-web, .red-board, .blue-board, .black-board-dew
{
    background-image: none;
}

.body-component-all {
	background-image: none;
	color:white;
	position: fixed; 
	height: 87%; 
	width:98%;
	padding-bottom: 2%;
	overflow:hidden;
}

.tertiary-canvas-overlay{
	position: absolute;
	top:85.5vh;
	height: 15vh;
	width: 100vw;
	background-image: url("Background_dept_cover_t_b.png");
    background-position: right top;
	background-size: 100% 100%;
	background-repeat: repeat;
	overflow: hidden;	
	z-index: 9000;
}

.tertiary-canvas-overlay-main{
    position: absolute;
    top:85vh;
    height: 15vh;
    width: 100vw;
    /*background-image: url("Background_dept_cover_t_b.png");
    background-position: right top;
    background-size: 100% 100%;
    background-repeat: repeat;
    overflow: hidden;   
    z-index: 9000;*/
    display: none;
}

.scroll-body-normal{
	padding-top:-10%;
	height:100%;
	position:relative;
	top:20%;
	padding-bottom: 15%;
    right: 3.4vw;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 3.4vw;
}

.body-component {
	background-image: none;
	height: 91vh; 
	width:98%;
	padding-bottom: 10%;
}

.body-component-secondary{
    background-image: none;
    color:white;
    height: 70vh; 
    width:98%;
    padding-bottom: 2%;
    overflow:hidden;
}

.leftHeaderNavButton {
 	float:left; 
 	margin-left: 24px;
}

.linearHeaderNavButton {
	background: #b22222 !important;
 	margin-left: 24px;	
}

.linearHeaderNavButton > img {
	width: 22px;
}

.rightHeaderNavButton {
	margin-right: 25px;
}

.header-box {
	font-family: "McLaren";
	font-size: 26px; 
	border-radius: 0px;
	padding: 0px;
	width: auto;
	background-color: transparent;
	overflow: hidden;
	margin-top: 88px;
	margin-left: 60px;
	text-transform: capitalize;
}

.heading-style > a{
	color: darkgrey;
	text-decoration: none;
	text-transform: capitalize;
}

.sub-pass-panel {
	margin-top: 25px;
	text-align: left;
}

.sub-pass-panel td, .sub-pass-panel th {
	width: 130px;
}

.sub-pass-panel td > input{
    border: 1px solid firebrick !important;
    background: none !important;
    color: white !important;
    padding-left: 25px !important;
    font-size: 14px;
    padding: 5px;
    background-image: none;
    width: 325px !important;
    font-family: 'McLaren';
    margin-bottom: 5px;
    margin-top: 5px;
    border-top: none;
    border-left: none;
    border-right: none;
    filter: none;
}

.sub-pass-panel td > input:hover{
	box-shadow: none;
}

.mobile-table .view-image {
	display: inline !important;
}

.mobile-table .show-view {
	display: inline !important;
}

.mobile-table tr > td > a {
	display: inline-block;
}

.show-view {
	display: none;
}

.view-image {
	display: none;
	cursor: pointer;
}

.segment-wrapper {
	display: flex;
    align-items: center;
    margin-top: 15px;
}

.segment-1 {
	float: left;
    margin-top: 0px !important;
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.segment-2, .segment-3, .segment-4 {
	float: left;
    display: inline-block;
    border: 3px solid firebrick !important;
    background: none !important;
    color: white !important;
    padding: 9px !important;
    font-size: 14px;
    background-image: none;
    width: auto;
    font-family: 'McLaren';
    margin-left: 10px;
    margin-right: 10px;
    vertical-align: middle;
}

.segment-5, .segment-6, .segment-7 {
	display: none;
}

.segment-gray {
	color: darkgrey !important;
	font-style: italic;
}

.segment-userfull, .selection-panel .segment-userfull {
	border: none !important;
    font-size: 35px;
    padding: 0px !important;
}

.selection-panel .segment-userfull {
	margin: 0px !important;
}

.segment-1 > b, .segment-2 > b, .segment-3 > b, .segment-4 > b {
	color: white;
	font-style: normal;
}

.profile-change-password {
	padding-right:20px;
}

.change-password-input-group {
	display: flex;
    align-items: center;
}

.change-password-input-group span {
	top: -6px;
	left: 5px
}

.change-password-error-field {
	padding-right: 20px;
    font-size: 18px;
    color: red;
    filter: drop-shadow(0px 0px 0px white);
}

.data-panel button.change-password-submit-button {
	font-size: 14px;
    background: firebrick !important;
    color: white !important;
    border-radius: 4px !important;
    filter: none;
	border: 0px solid transparent !important;
}

.data-panel .change-password-input, .sessions-button-logout {
	width: 275px !important;
    padding: 15px !important;
	border-color: transparent !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    filter: drop-shadow(0px 0px 3px grey);
    border-radius: 4px !important;
}

.sessions-button-logout {
	padding: 8px !important;
}

@media(max-width: 320px) {
	.data-panel .change-password-input {
		width: calc(100vw - 60px) !important;
	}

	.data-panel button.change-password-submit-button {
		width: calc(100vw - 60px) !important;
	}
}

.profile-subheading {
	margin-top: 25px;
	font-style: bold;
}

.sessions-header-box-head-2 {
	margin-top: 40px;
}

.sessions-allowed-subtext {
	margin-top: 10px;
    margin-left: 60px;
    color: white;
    font-size: 20px;
}

.sessions-panel {
	margin-top: 10px !important;
}

.subheading-style {
	font-size: 21px;
	margin-right: 50px;
}

.dep{
	color:white;
}

#password_reset_form .subheading-style {
	display: block !important;
}

.dep-register {
	font-size: 18px;
	padding-top: 10px;
	padding-bottom: 8px;
}

.selection-panel.reg-success {
	margin-top: 0px;
	height: calc(100% - 200px);
}

.small {
	margin-top: 10px;
	font-size: 16px;
	margin-bottom: 10px;
}

.header-box-image {
	font-family: "McLaren";
	font-size: 5px; 
	font-size: 16px; 
	width:100%; 
	color: rgb(178,34,34);
	margin-left: 0px;
	text-align: center;
}

.download-in-header {
	position: absolute;
	right: 60px;
	width: 290px;
	text-align: right;
	color: white !important;
	font-size: 21px;
}

.department-panel.dp-log {
	margin-top: 125px;
}

@media(max-width: 850px)
{
	.download-in-header {
		left: 60px;
		right: auto;
		text-align: left;
		top: 160px;
		font-size: 15px;
	}
	
	.download-in-header > img {
		width: 5% !important;
	}
	
	.logs-head {
		top: 130px !important;
	}
}

.secondary-slidebar .header-box-image {
	background: white;
}

.set-font{
	font-family:'Museo300';
    text-transform: uppercase;
}

div.header-box-image>h1
{
    text-transform: uppercase;
}

.asset-table {
    margin-left: 60px;
    width: calc(100% - 120px);	
	border-collapse: collapse;
}

.asset-th,.asset-table th {
	border: 1px solid;
    border-color: dimgrey;	
	border-right: 0px;
}

.mobile-table tr:hover > td:nth-child(2) {
	color: rgb(167 212 255);
    background: rgb(35, 73, 0);
}

.mobile-table tr:hover > td > a {
	color: white !important;
}


.asset-table tbody > tr:hover > td:first-child {
	/*padding-left: 4px;*/
}

.asset-table tr > td {
	border-left: 1px solid;
    border-color: dimgrey;	
	border-right: 0px;
}

.asset-table tr > td:first-child, .asset-table th:first-child {
	border-left: 0px;
	padding-left: 0px;
}

.asset-table-display-td , .asset-table td, .asset-table th { 
	text-align: left; 
	font-size:17px; 
	color:white; 
	font-family:'McLaren';
	padding: 3px;
	font-weight: normal;
	padding-left: 25px;
} 

.searchFilter {
  	font-family: 'Roboto100';
  	background-image: url('/static/icon/magnifier.png'); /* Add a search icon to input */
  	background-position: 12px 7px; /* Position the search icon */
  	background-repeat: no-repeat; /* Do not repeat the icon image */
  	background-size: 16px;
  	width: 100%; /* Full-width */
  	font-size: 14px; /* Increase font-size */
  	padding: 5px 5px 5px 40px; /* Add some padding */
  	border: 1px solid #ddd; /* Add a grey border */
  	margin-bottom: 12px; /* Add some space below the input */
  	/*margin-left: 40px;*/
  	margin-right: 40px;
  	width: 300px;
  	margin-top: 20px;
  	box-shadow: 2px 2px 2px black;
}

.managementTable {
	background: white;
    font-size: 12px;
    width: calc(100% - 80px);
    font-family: 'Roboto100' !important;
    text-align: left;
    margin: 0px;
    height: calc(100vh - 236px);
    overflow-y: scroll;
    display: block;
    padding: 0px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 10px;
    table-layout: auto;
}

.group-row-separator {
	background-color: grey !important;
    font-weight: bold;
    color: white;
}

.maximisedManagementTable {
	position: absolute !important;
	top: 64px !important;
	width: 100vw !important;
	height: calc(100vh - 64px) !important;
	z-index: 999 !important;
	margin: 0px !important;
	left: 0 !important;
}

.managementFullscreen {
	margin-top: 4px;
	width: 19px;
	cursor: pointer;
	display: block;
}

.managementFullscreen:hover {
	box-shadow: 0px 0px 5px black;
	padding: 2px;
}

.expandChecklist {
	width: 10px;
    transform: rotate(180deg);
	opacity: 0.5;
	cursor: pointer;
	transition: all .5s ease-in-out;
}

.expandDrop .expandChecklist {
	transform: none;
}

.expandDrop .div_checklist {
	height: 62px !important;
}

.managementTable thead {
	font-size: 14px;
    font-weight: bold;
}

.managementTable thead tr {
    background: lightgrey;
}

.managementTable thead tr th {
    text-align: left;
    padding: 6px;
    border: 1px solid white;
    position: sticky;
    top: 0;
    background: lightgrey;
    z-index: 99;
    box-shadow: 2px 2px 2px grey;
    vertical-align: top;
    padding-bottom: 45px !important;
}

.managementTable thead, .managementTable tr, .managementTable th, .managementTable tbody {
	width: auto;
	min-width: 100%;
}

.managementTable .user-activity {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.managementTable .user-activity > div:first-child {
	cursor: pointer;
}

.managementTable .user-activity > div > img {
	width: 30px;
	padding-right: 5px;
	height: 100%;
}

.managementTable .password-change, .managementTable .details-change {
	text-align: center;
}

.managementTable .password-change > a > img, .managementTable .details-change > a > img {
	width: 40px;
}

.managementTable .password-change > a > img:hover, .managementTable .details-change > a > img:hover {
	box-shadow: 0 0 5px black;
    padding: 5px;
}

.box-filter {
	color: white;
    min-width: 200px;
    display: inline-block;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 200px;
}

.box-filter-auto-width {
	width: unset;
	overflow: unset;
}

.widget-button {
	padding-top: 4px !important;
	padding-bottom: 4px !important;
	margin-left: 20px !important;
	border: 1px solid white !important;
	font-size: 12px !important;
	filter:none !important;
}

.push-right {
	margin-left: 0px !important;
	margin-right: 20px !important;
}

.box-filter-label {
	margin-left: 10px;
}

.filter-container {
	padding: 5px;
	margin-left: 40px;
	margin-right: 40px;
	border: 1px dashed white;
}

.font-range-slider {
	-webkit-appearance: none;
	cursor: pointer;
	display: inline-block !important;
    width: 100px !important;
    margin-left: 20px;
    vertical-align: middle;
    background: #b22222;
    outline: none;
    -webkit-transition: .2s;
  	transition: opacity .2s;
  	height: 6px;
}

.font-range-slider:hover {
	box-shadow: 0px 0px 10px black;
}

.font-range-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  border-radius: 20px;
}

.font-range-slider::-moz-range-thumb {
  width: 15px;
  height: 15px;
  background: white;
  cursor: pointer;
  border-radius: 20px;
}

.font-range-label {
	color: white;
	font-size: 14px;
	margin-left: 8px;
	margin-right: 20px;
}

.table-deleted {
	color: black;
	display: table;
	height: auto;
}

.iframe-users-modal {
	width: 100%;
	height: 100%;
	display: block;
}

.delete-users {
	margin-top: 20px;
}

.delete-container {
	display:flex;
	flex-direction: row;
	align-items: center;
	margin-left: 40px;
    margin-right: 40px;
}

.delete-container-left {
	float:left; 
	width:40%; 
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	align-content: space-around;
	margin-right: 20px;
}

.delete-container-middle {
	float:left; 
	width:20%; 
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	align-content: space-around;
}

.delete-container-right {
	float:left; 
	width:40%; 
	display: flex; 
	flex-direction: column; 
	align-items: center; 
	align-content: space-around;
	margin-left: 20px;
}

.delete-users-section {
	margin-left: 40px;
    margin-right: 40px;
    border: 1px dashed white;
    color: white;
    text-align: left;
    padding: 5px;
    font-weight: 500;
    font-size: 12px;
    padding-bottom: 15px;
}

.delete-users-success {
	text-align: center;
    padding: 5px;
    background: green;
    font-size: 13px;
}

.delete-users-error {
	text-align: center;
    padding: 5px;
    background: maroon;
    font-size: 13px;
}

.delete-container-label {
	color: white;
    font-weight: 800;
    font-family: 'McLaren';
    font-size: 16px;
}

.delete-users .form-control {
	width: 100%;
	overflow: auto;
}

.user-act-frame {
	font-family: 'McLaren';
}

.user-act-frame td {
	padding-right: 10px;
}

.user-act-frame tr > td:first-child {
	font-weight: 700;
}

.connector-sync-lable-not-req {
	width: 100px;
    font-size: 10px;
    padding: 2px;
    background: lightgrey;
}

.flt {
	position: absolute !important;
    bottom: 5px !important;
    left: 5px !important;
    width: calc(100% - 10px) !important;
}

.div_checklist {
	position: absolute !important;
    bottom: 5px !important;
    width: calc(100% - 10px) !important;
    height: 34px !important;
	transition: all .5s ease-in-out;
	font-size: 12px;
}

.helpCont, .helpBtn {
	display: none !important;
}

.m-connector-sync-loading, .m-active-sync-loading {
	width: 75px;
	margin-top: 30px;
}

#m-connector-sync-title, #m-active-sync-title {
	width: 100%;
	text-align: center;
}

#m-connector-sync-table, #m-active-sync-table {
	width: 100%;
	text-align: center;
    border-collapse: collapse;
}

#m-connector-sync-table > thead, #m-active-sync-table > thead {
	font-weight: bold;
}

#m-connector-sync-table > thead td, #m-active-sync-table > thead td {
	text-align: center;
	background: lightgrey;
}

#m-connector-sync-table tr, #m-connector-sync-table td, #m-connector-sync-table th, 
#m-active-sync-table tr, #m-active-sync-table td, #m-active-sync-table th {
	padding: 7px;
    font-size: 12px;
    text-align: left;
    border: 0.5px grey;
    border-style: dotted;
    border-bottom: 1px solid black;
}

.modal-button-user-act{
	color:white !important;
	text-transform: capitalize;
	font-family: 'McLaren' !important;
	font-size: 14px;
	background-color: rgb(178,34,34) !important;
	border: 2px solid white !important;
	height: 30px;
	box-shadow: 0px 0px 6px black;
}

.managementTable .column-0 {
	visibility: visible;
}
.managementTable .column-1 {
	visibility: visible;
}
.managementTable .column-2 {
	visibility: visible;
}
.managementTable .column-3 {
	visibility: visible;
}
.managementTable .column-4 {
	visibility: visible;
}
.managementTable .column-5 {
	visibility: visible;
}
.managementTable .column-6 {
	visibility: visible;
}
.managementTable .column-7 {
	visibility: visible;
}
.managementTable .column-8 {
	visibility: visible;
}
.managementTable .column-9 {
	visibility: visible;
}
.managementTable .column-10 {
	visibility: visible;
}
.managementTable .column-11 {
	visibility: visible;
}
.managementTable .column-12 {
	visibility: visible;
}
.managementTable .column-13 {
	visibility: visible;
}
.managementTable .column-14 {
	visibility: visible;
}
.managementTable .column-15 {
	visibility: visible;
}
.managementTable .column-16 {
	visibility: visible;
}
.managementTable .column-17 {
	visibility: visible;
}
.managementTable .column-18 {
	visibility: visible;
}
.managementTable .column-19 {
	visibility: visible;
}
.managementTable .column-20 {
	visibility: visible;
}
.managementTable .column-21 {
	visibility: visible;
}
.managementTable .column-22 {
	visibility: visible;
}
.managementTable .column-23 {
	visibility: visible;
}
.managementTable .column-24 {
	visibility: visible;
}
.managementTable .column-25 {
	visibility: visible;
}
.managementTable .column-26 {
	visibility: visible;
}
.managementTable .column-27 {
	visibility: visible;
}
.managementTable .column-28 {
	visibility: visible;
}
.managementTable .column-29 {
	visibility: visible;
}
.managementTable .column-30 {
	visibility: visible;
}

.selector-column {
    display: flex !important;
    vertical-align: middle;
    align-items: center;
    justify-content: space-between;
}

.push-icon {
	width: 16px;
	border: 0.5px solid darkgoldenrod;
	padding: 1px;
	border-radius: 20px;	
}

.pull-icon {
	width: 16px;
	border: 0.5px solid darkgoldenrod;
	padding: 1px;
	border-radius: 20px;	
	transform: rotate(180deg);
}

.refresh-table {
    background: orange;
    font-weight: bold;
    text-decoration: underline;
    padding: 10px;
    margin-left: 40px;
    margin-right: 40px;
    margin-top: 10px;
    margin-bottom: -10px;
    text-align: center;
}

.refresh-table a {
	color: darkblue;
	cursor: pointer;
}

.selector-column select {
	padding: 7px;
	border-width: 3px;
	border-color: darkslategrey;
	border-style: double;
	border-radius: 6px;
}

option:hover, .selector-column option:visited, .selector-column option:active, .selector-column option:focus {
    background-color: lightgrey !important;
}

.import-results {
	width: calc(100% - 20px);
    background: lightgrey;
    text-align: left;
    padding-left: 60px;
    color: black;
    margin-top: 20px;
    border-style: inset;
    border-width: 4px !important;
    border-color: firebrick;
}

.import-results hr {
	border: 1px inset firebrick;
    width: calc(100% - 60px);
}

.import-results .unbold {
	font-weight: 300;
}

.import-results-error {
	color: red;
	font-size: 16px;
}

.import-results-error-2 {
	color: #7a4400 !important;
}

.import-results-success {
	color: green;
	font-size: 16px;
}

.import-info-table {
	margin-left: 0px;
	width: calc(100% - 60px);
}

.import-info-table th, .import-info-table td {
	font-size: 12px;
	color: black;
	padding-left: 3px !important;
}

.tr-b-wrap {
	word-break: break-word;
}

.download-image, .view-image, .view-share {
	width:40px;
	border: 2px solid transparent;  
	border-radius: 5px;
	filter: drop-shadow(1px 2px 3px black);	
}

.view-download {
	min-width: 171px;
}

#publisher-form-panel > button.btn-mobileSelect-gen > span.text {
	width: 100%;
	text-align: center;
}

.publisher-intable {
	min-width: 142px;
}

.ip-frame {
	width: 100vw; 
	height: 100%; 
	margin: 0px; 
	border: 0px; 
	margin-top: 48px; /*Use with .scroll-wrapper*/
}

.scroll-wrapper {
	height: calc(100% - 48px);
}

.stats{
	box-shadow:3px 1px 3px hsla(0, 67.9%, 41.6%, 0.5),inset 2px 2px 2px hsla(0, 67.9%, 41.6%, 0.5);
	border: 1px solid hsla(0, 67.9%, 41.6%, 1.00);
	font-family: 'Museo300' !important;
}

.stats:hover{
	box-shadow:3px 3px 3px hsla(0, 67.9%, 41.6%, 1.00),inset 2px 2px 2px hsla(0, 67.9%, 41.6%, 1);
}

.stats:focus{
	outline: rgb(178,34,34);
}

.user-table {
	font-family: 'Museo100';
	font-size: 20px;
}

.log-table {
	border-spacing: 10px;
	font-family: 'Museo300';
}

.log-td {
	font-family: 'Museo100';
}

tr.group {
    background-color: #ddd !important;
    font-family: 'Museo900';   
}

#spacerListItem {
	width: 45px;
}

.dataTables_wrapper .dataTables_info, .dataTables_empty {
    font-size: 24px;
    font-family: 'Museo500';
}

#exchangeTable_filter>label {
    font-size: 24px;
    font-family: 'Museo500';
}

#exchangeTable_filter>label>input {
    font-family: 'Museo500';
}

.odd, .even {
    font-family: 'Roboto100' !important;   
}

/*button.btn-mobileSelect-gen {
	background-color: black !important;
	color: white !important;
	border-color: rgb(178, 34, 34) !important;
	border-width: 3px !important;
}*/

#from_date, #to_date {
	color: white !important; 
	font-family: "Museo100" !important; 
	font-size: 16px; 
	padding-top: 2px;
	padding-bottom: 2px;
	border-color: rgb(178, 34, 34) !important;
}

.data-panel .chosen-container {
	width: auto !important;
	margin: 5px;
}

.data-panel .chosen-container-single .chosen-single, .data-panel .chosen-container-single .chosen-drop {
	width: 280px !important;
}

.data-panel .chosen-container-single .chosen-single {
    height: 100%;
    background: white;
}

.chosen-single, .data-panel .chosen-container-single .chosen-drop {
    height: 100%;
    background: white;
}

.chosen-container.chosen-with-drop .chosen-drop {
	height: auto;
}

.data-panel .chosen-container-single .chosen-single span {
	text-align: center;
	padding: 5px;
}

.data-panel .chosen-container-single .chosen-search input[type=text] {
	margin: 1px 0;
    padding: 4px 20px 4px 5px;
    width: 100%;
    height: auto;
    outline: 0;
    border: 1px solid #aaa !important;
    background: url(chosen-sprite.png) no-repeat 100% -20px !important;
    font-size: 1em;
    font-family: sans-serif;
    line-height: normal;
    border-radius: 0 !important;
}

.remove-child-association {
	width: 100%;
    text-align: center;
    display: block;
}

.remove-child-association img {
	width: 34px;
	padding: 2px;
}

.mobileSelect-container.white > div {
	border-radius: 6px;
}

.mobileSelect-container>div {
	background-image: url('/static/plain_blackboard.png') !important;
}

.mobileSelect-container.white .mobileSelect-title {
	font-family: 'McLaren' !important;
}

.mobileSelect-container.white .list-container .mobileSelect-control {
	font-family: 'McLaren';
	font-size: 22px;
}

.mobileSelect-container.white .list-container .mobileSelect-control.selected {
	border: 0px !important;
    background-color: rgb(178,34,34) !important;
    color: white !important;
}

.mobileSelect-container.white .mobileSelect-buttons a {
	color: white !important;
    font-family: 'McLaren' !important;
	background-color: rgb(1, 67, 131) !important;
	border: 0px !important;
}

.dynatable-record-count, .dynatable-per-page-label {
	margin-left: 60px;
	font-family: 'McLaren';
	font-size: 16px;
	color: white;
	display: inline-block;
	margin-bottom: 20px;
}

.dynatable-page-break {
	display: none !important;
}

.dynatable-arrow {
	display: none;
}

.mobile {
	top: 160px !important;
}

.log-div .dynatable-search  {
	top: 165px !important;
}

.mobile-table {
	width: calc(100% - 110px);
}

.rules-small {
	color: white !important;
    text-transform: capitalize;
    font-family: 'McLaren' !important;
    font-size: 10px;
    background-color: rgba(178,34,34,0.7) !important;
    border: 1px white;
    padding: 4px;
    vertical-align: middle;
    margin-bottom: 4px;
    margin-left: 10px;
    border-style: groove;
}

.pointer-rules {
	width: 18px;
    margin-right: 6px;
}

.upload > .data-form-div > form div:first-child{
	float:left; 
	width:50%; 
	text-align:left; 
	padding-left:60px
}

.upload > .data-form-div > form div:nth-child(2){
	float:left; 
	width:50%; 
	padding-right:60px;
}

.upload > .data-form-div > form label{
	font-size: 22px;
}

.upload > .data-form-div > form div:nth-child(2) input, .upload > .data-form-div > form div:nth-child(2) button{
	margin-left: calc(50% - (275px/2));
	color:white;
	background: rgb(1, 67, 131);
}

.upload > .data-form-div > form div:nth-child(2) input{
	padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 35px;
}

.container-upload-inner-div {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
    width: 100% !important;
    float: none !important;
}

.upload-inner-div-selection { 
	text-align:left !important;
	border: 1px dotted grey; 
}

.upload-inner-div-selection input {
	margin-left: 0px !important;
}

.upload-inner-div-selection label {
	font-size: 16px !important;
}

.first-inner-div {
	float: left !important; 
	width: 23% !important; 
	margin-right: 2% !important;
	padding: 5px !important;
}

.second-inner-div {
	float: left !important; 
	width: 23% !important; 
	margin-right: 2% !important;
	padding: 5px !important;
}

.third-inner-div {
	float: left !important; 
	width: 23% !important; 
	margin-right: 2% !important;
	padding: 5px !important;
}

.fourth-inner-div {
	float: left !important; 
	width: 23% !important; 
	padding: 5px !important;
}

.fifth-inner-div {
	float: none !important; 
	width: 73% !important; 
	padding: 7px !important;
	margin-top: 10px !important;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    background: #242961;
    text-align: center !important;
    margin-right: 2% !important;
}

.fifth-inner-div label {
	float: left;
    margin-bottom: 0px;
    margin-right: 20px;
}

.fifth-inner-div input {
	float: left;
    margin-bottom: 0px;
    margin-right: 20px;
    height: 40px;
    padding: 7px;
    filter: none;
    font-size: 14px;
    color: white !important;
    background: firebrick !important;
    border: 2px solid white !important;
}

.fifth-inner-div button {
	float: left;
    margin-bottom: 0px;
    filter: none;
    box-shadow: none;
}

.fifth-inner-div .override-container {
	margin-left: 20px;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.fifth-inner-div .override-container label:first-child {
	font-size: 11px !important;
    font-weight: 200;
	margin-right: 0px !important; 
}

.fifth-inner-div .override-container label:last-child {
	margin-top: 5px;
	margin-right: 0px !important; 
}

.override-email {
	margin-left: 5px;
}

.sixth-inner-div {
	margin-top: 10px !important;
	float: left !important; 
	width: 23% !important; 
	padding: 5px !important;
}

.rules-chain-pre {
	background-color: lightgrey;
    font-size: 14px;
    margin: 0px !important;
    white-space: pre-wrap;
    word-break: break-word;
}

.rules-chain-pre-green {
	background: lightgreen;
    padding: 10px;
    border: 1px solid white;
    border-radius: 25px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 2px
}

.rules-chain-pre-orange {
	background: orange;
    padding: 10px;
    border: 1px solid white;
    border-radius: 25px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 2px
}

.rules-chain-pre-turquoise {
	background: turquoise;
    padding: 10px;
    border: 1px solid white;
    border-radius: 25px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 2px
}

.rules-chain-pre-grey {
	background: grey;
    padding: 10px;
    border: 1px solid white;
    border-radius: 25px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 2px
}

.rules-chain-pre-black {
	background: black;
	color: white;
    padding: 10px;
    border: 1px solid white;
    border-radius: 25px;
    font-size: 12px;
    padding-top: 3px;
    padding-bottom: 2px
}

.width-inner-div-extension {
	width: 48% !important;
}

.hide-inner-div-display {
	display: none !important;
}

.upload-heading {
	margin: 0px;	
	margin-left: 60px;
	margin-right: 60px;
	font-size: 22px;
	background: white;
}

.logout_icon_class_main {
	width: 24px;
    float: left;
    margin-right: 0px;
    margin-top: 30px;
    display: block;
    height: 24px;
}

.conseal .logout_icon_class_main {
	content: url("/static/icon/svg/logout.svg")
}

.conseal #block-logout {
	display: block !important;
}

.conseal .home_icon_class_2 {
	content: url("/static/icon/svg/home.svg")
}

.conseal #block-home {
	display: block !important;
}

.home_icon_class_2 {
	display: block;
	width: 21px;
    height: 21px;
    margin-top: 11px;	
}

.logout_icon_class_main_2 {
	display: none;
}

.processing-container {
    display: flex;
    flex-direction: column;
    color: white;
    align-items: center;
    height: calc(100% - 300px);
    justify-content: center;
}

.processing-spinner-width {
	width: 200px;
}

.sb-player {
	margin-top: 50px;
	height: calc(100% - 175px) !important;
}

@media(min-width: 1320px) and (max-width: 1460px) {
	.header-box {
		/*margin-left: calc((100% - 1030px)/2) !important;	*/
	}
}

@media(min-width: 740px) and (max-width: 1460px) {
	.header-box {
		margin-left: 140px;		
	}

	.header-box-profile {
		margin-left: 60px;		
	}
}

@media(min-width: 1460px) {
	.central { 
		margin-left: calc((100% - 1180px)/2) !important;
	}

	.header-aligned {
		text-align: center;
		margin-left: 60px !important;
	}
}

@media(max-width: 1460px) and (max-height: 515px)
{
	.small-globe {
		background-size: 80px 85px !important;
	}

}

@media(max-width: 1460px)
{
	#secondaryCanvas {
	    background: rgb(31, 57, 124) /*url("globe.png");*/
	    background-position: 30px 65px;
    	background-size: 110px 115px;
    	background-repeat: no-repeat;
    	overflow: hidden;
    	height: 100vh;
	}

	.central { 
		margin-left: 160px;
	}

	.header-aligned {
		text-align: center;
		margin-left: 85px;
	}
}

@media(min-width: 1320px)
{
	.selection-panel {
  		max-width: 1320px;
  		margin-left: calc((100% - 1320px)/2);
  	}

  	.header-box, .sessions-allowed-subtext {
  		margin-left: calc((100% - 1200px)/2);
  	}

  	.central {
  		margin-left: calc((100% - 1000px)/2);
  	}

  	.header-aligned {
		text-align: center;
		margin-left: 85px;
	}
}

@media(max-width: 416px)
{
	.navbar-default .navbar-nav>.open>a {
		color: skyblue !important;
	}

	.navbar-default .navbar-nav>li>a:hover {
		color: skyblue !important;
	}
}

@media(min-width: 416px)
{
	.conseal #sidebarNavButton {
		display: block !important;
	}

	#headerNavButton {
		display: none !important;
	}

	.headerItemName {
		display: none;
	}

	.has-submenu {
		background: transparent !important;
		/*background: #000000 !important;*/
	}

	#sidebarNavButton {
		margin-top: 10px;
		margin-left: 24px;
	}

}

@media(min-width: 321px) and (max-width: 415px) {
	.linearHeaderNavButton {
		display: inline-block !important;
		margin-top: 9.5px !important;
    	margin-left: 5px;
    	margin-right: -6px;
    	background: black !important;
    	float: right;
    	
    	width: 39px;
    	display: flex !important;
    	justify-content: center;
    	align-items: center;
	}

	#spacerListItem {
		width: 12px !important;
		visibility: hidden;
	}

	#sidebarNavButton {
		margin-top: 10px;
    	margin-left: 0px;
    	margin-right: 0px;
    	background: black !important;
	}

	#headerNavButton {
		display: none !important;
	}

	.navbar-linear-collapse {
		background-color: transparent !important;
	}

	.navbar-linear-collapse .navbar-collapse {
		background-color: transparent !important;
	}

	.navbar-linear-collapse .logout_icon_class_main {
		display: block;
	}

	.navbar-linear-collapse .home_icon_class_2 {
		display: block;
	}

	.navbar-linear-collapse .navbar-right {
		display: none;
	}

	.navbar-linear-collapse .linearHeaderNavButton > img {
		content: url('/static/icon/svg/toggle-arrow-r.svg') !important;
	}

	.navbar-hide-linear-collapse {
		background-color: transparent !important;
	}

	.navbar-hide-linear-collapse .navbar-collapse {
		background-color: transparent !important;
	}

	.navbar-hide-linear-collapse .navbar-right {
		display: none;
	}

	.conseal #sidebarNavButton {
		display: block !important;
	}

	.conseal .home_icon_class_2 {
		content: unset;
	}

	.conseal .logout_icon_class_main {
		content: unset;
	}
}

@media(min-width: 321px) 
{
	.logout_icon_class_main_2 {
		width: 36px;
    	margin-right: 0px;
    	margin-top: 0px;
    	display: block;
    	height: 36px;
	}

	.logout_icon_class_main {
		display: none
	}	

	.home_icon_class_2 {
		display: none;
	}	
}

@media(max-width: 320px) {
	.conseal {
		background: black;
		background-color: black !important;
	}

	.conseal > .eduvod-image-for-mobile {
		top: 4px;
    	display: block !important;
    	z-index: 9999;
    	left: calc((100vw / 2) - 70px);
	}

	.home-list-button {
		display: none !important; 
	}

	.linearHeaderNavButton {
		display: none !important;
	}

	#headerNavButton, #sidebarNavButton{
		background: #b22222 !important
	}
}

@media(min-width: 768px) and (max-width: 836px)
{
	.ropeContainer {
		left: 78px;
	}
}

@media(min-width: 768px)
{
	#headerNavButton {
		/*display: none !important;*/
	}

	.headerItemName {
		/*display: none;*/
	}

        .div-logo-2 {
            bottom: inherit;
			right: inherit;
			top: 24.5%;
			left: 60px;
			min-height: 365.79px;
			min-width: 250px;
			width: 250px;
			height: 365.79px;
			box-shadow: 1px 1px 8px white;
        }

        .div-logo-s {
        	background-image: url(/static/customer_product/globe.png);
    		overflow: hidden;
    		background-size: 100% 100%;
    		display: block;
    		bottom: 7%;
    		right: 4%;
    		top: inherit;
    		left: inherit;
    		min-height: 87px;
    		min-width: 200px;
    		width: 200px;
    		height: 87px;
    		position: absolute;
        }

		.container-nav {
			width: 40% !important; 
			float: left !important;
		}
}

@media(max-width: 800px)
{

	.navbar-default .navbar-nav > li > a {
		padding-left: 10px;
    	padding-right: 10px;
	}
}

@media(max-width: 768px)
{

	.head-single .tags, .head-single .ropeContainer {
		display: none !important;
	}


	.login-container-2 {
		display: none;
	}

	.date-time {
		display: none;
	}

	.login-right {
		width: 0px !important;
	}

	.login-left {
		min-width: 100vw !important;
	}

	.div-logo-2 {
		top: 7%;
    	min-height: 67px;
    	min-width: 150px;
    	width: 150px;
    	height: 67px;
		top: 7%;
		right: 4%;
		left: inherit;
		background-image: url('/static/customer_product/globe.png') !important;
		box-shadow: none;
	}

	.social-links {
		bottom: 12%;
		top: inherit !important;
		right: calc(50vw - 94px) !important;
	}

	.div-logo-s {
		background: url("/static/customer_product/globe.png");    
    	background-position: top left;
		background-size: 110px 115px;
		background-repeat: no-repeat;
		overflow: hidden;
		height: 150px;
		max-width: 110px !important;
		min-width: 110px !important;
		display: block;
		top :7%;
		display: none;
	}

	.div-logo-s-left {
		left: 30px !important;
	}

	.login-div-bottom {
		left: 0px;
    	width: 100vw;
    	text-align: center;
		bottom: 4%;
	}

	.image-login-container {
		content: url('/static/customer_product/eduvod-logo-transparent-main.png') !important;
		width: 140px;
    	margin-bottom: 20px;
    	box-shadow: 1px 1px 8px white;
	}

	.segment-wrapper {
		display: block;
	}

	.segment-1 {
		margin-left: 0px;
    	text-align: center;
    	display: block;
    	float: none;
	}

	.segment-2, .segment-3, .segment-4 {
    	display: none;
	}

	.segment-5, .segment-6, .segment-7 {
		display: block;
		border: 3px solid white !important;
    	background: none !important;
    	color: white !important;
    	padding: 9px !important;
    	font-size: 14px;
    	background-image: none;
    	width: auto;
    	font-family: 'McLaren';		
    	vertical-align: middle;
    	text-align: start;
    	margin-top: 5px;
    	margin-bottom: 10px;
    	margin-right: 60px;
	}

	.profile-change-password {
		width: 100%;
    	float: left;
	}

	.profile-change-password-confirm {
		float: left;	
	}

	.sub-pass-panel td {
		float: left;
		width: 100%
	}

	.first-login td {
		display: block;
	}

	#playVideoModal-modalback {
		top: 0px !important;
	}
	
	#playVideoModal-modalhead {
		width: calc(100% - 20px) !important;
	}
	
	#playVideoModal-modalbody {
		height: 75vh !important;
	}
}


@media(max-width: 740px)
{
	.central {
		margin-left: 60px;
	}

	.header-aligned {
		text-align: center;
		margin-left: 0px;
	}

	#secondaryCanvas {
	    background: rgb(31, 57, 124);
	}
}

@media(max-width: 640px)
{
	.div-logo-s-left {
		width: 70px !important;
		min-width: 70px !important;
		height: 35px !important;
		min-height: 35px !important;
	}
}

@media(max-width: 620px) {
	.central {
		margin-left: 35px;
	}
}

@media(max-width: 600px)
{
	.session-options {
		overflow: unset !important;
		height: unset !important;
		display: block;
	}

	.login-options {
		overflow: auto;
    	height: 50vh;
	}

	.softv {
		display: none;
	}
}

/*----------------------- Mobile View -------------------------*/
@media(max-height: 625px)
{
	.login-div-bottom, .social-links {
		display: none !important;
	}	
}

@media(max-height: 515px) and (max-width: 768px)
{
	.dynatable-record-count {
		visibility: hidden;
	}

	.div-logo-2 {
		display: none;
	}
}

@media(max-height: 515px) and (max-width: 800px)
{
	.dynatable-record-count {
		visibility: hidden;
	}
}

@media(max-height: 515px) and (max-width: 415px)
{
	.subheading-style {
		display: block !important;
	}	
}

@media(max-height: 515px)
{
	.login-div-bottom {
		display: none;
	}

	.login-container {
		height: auto;
	}

	.div-logo-s {
		display: block !important;
		top: 7%;
    	min-height: 67px;
    	min-width: 150px !important;
    	width: 150px;
    	height: 67px;
    	bottom: 7%;
    	right: 4%;
    	overflow: hidden;
    	background-size: 100% 100%;
	}

	.subheading-style {
		display: none;
	}

	.selection-panel {
		height: calc(100% - 240px);
	}

	.dept-main {
		margin-top: 20px;
	}

	.div-logo-2{
    	top: 11%;
    	left: 60px;
    	min-height: 365.79px;
    	min-width: 250px;
    	width: 250px;
    	height: 365.79px;
    	box-shadow: 1px 1px 8px white;
	}

	.eduvod-bottom-image {
		display: none;
	}

	.processing-container {
		margin-top: 60px;
	}
}

@media(max-width: 515px)
{
	.div-logo-s {
		display: none !important;
	}

	
	.has-submenu {
		padding-bottom: 14px !important;
	}

	.div-logo {
		left: 30px !important;
	}
}

@media(min-width: 515px) 
{
	.department-panel.dp-log {
		margin-top: 80px;
		height: calc(100% - 320px);
	}
}

@media(min-width: 515px) and (max-width: 1030px) 
{
	.dp-log .dynatable-search {
		top: 163px !important;
	}

	.dp-log .dynatable-per-page > .mobile {
		top: 163px !important;
		right: 265px !important;
	}
}

@media(min-width: 1030px) 
{
	.dp-log .dynatable-per-page > button {
		right: 265px !important;
	}
}

@media(max-height: 400px) and (max-width: 768px) 
{
	.div-logo {
		display: none;
	}

}

@media(max-height: 515px) and (max-width: 960px)
{
	.login-div-bottom, .social-links {
		display: none !important;
	}

	.login-container {
		height: auto;
	}
}

@media(min-width: 415px) and (max-width: 515px) and  (max-height: 415px){
	.selection-panel.department-panel .dynatable-per-page > .mobile {
		top: 126px !important;
	}
}

@media(max-height: 515px) and (max-width: 515px) and  (min-height: 416px) and (min-width: 415px) { 
	.selection-panel .btn-mobileSelect-gen, .selection-panel .dynatable-search {
		top: 140px !important;
	}

	.selection-panel.department-panel .dynatable-per-page > .mobile {
		top: 183px !important;
	}
}

@media(max-height: 415px) and (max-width: 415px) {
	.small-globe .department-panel {
		height: calc(100% - 245px) !important;
	}	

	.small-globe .selection-panel > .mobile:first-child {
		/*display: none;*/
	}

	.small-globe .selection-panel .dynatable-search {
		top: 160px !important;
	}
}

@media(max-height: 415px) and (max-width: 515px) and (min-width: 415px) {
	.department-panel {
		height: calc(100% - 245px) !important;
	}
}

@media(max-height: 415px) and (max-width: 590px) and (min-width: 515px){
	.department-panel {
		height: calc(100% - 170px) !important;
	}
}

@media(max-height: 415px) and (min-width: 415px)
{
	.heading-style {
		display: none;
	}

	.selection-panel {
		height: calc(100% - 180px);
	}

	.header-box {
		margin-top: 60px;
	}
}

@media(max-height: 415px) 
{
	.selection-panel .dynatable-search {
		top: 85px !important;
	}

	.selection-panel > button, .publisher-search {
		top: 85px !important;	
	}

	.dynatable-per-page > button {
		top: 85px !important;	
	}

	.dynatable-per-page-label {
		display: none;
	}

	.sc-player .heading-style {
		display: block;
	}

	.sc-player .sb-player {
		margin-top: 0px !important;
		height: calc(100% - 102px) !important;
	}
}

@media(max-width: 467px) 
{
	.department-description {
		white-space: normal;
	}

	.exchange-cont {
		min-width: 52px;
    	min-height: 52px;
    	margin-left: calc( (100% - 54px) / 2 );
    	padding: 5px !important;
    	width: 52px;
    	height: 52px;
	}

	.department-elements-container {
		text-overflow: ellipsis;
    	white-space: nowrap;
    	overflow: hidden;
    	font-size: 11px;
	}

	.department-image-container {
		font-size: 40px;
	}

	.department-image-container > .department-name > img {
		height: 38px !important;
	}

	.grid__link {
		width: 60px;
	}

	.header-aligned {
		text-align: center;
		width: calc(100% - 40px);
		margin-left: 20px !important;
	}

	.ropeContainer {
		left: 48px;
	}

	.ropePattern {
		width: 90px;
	}

	.tags {
		left: 120px;
	}	
}

@media(max-width: 620px) {
	.header-aligned {
		text-align: center;
		margin-left: 0px;
	}
}

@media(max-width: 415px) {
	.download-in-header.stats-head {
		top: 122px;
    	left: 15px;
	}

	.download-in-header.logs-head {
		top: 125px !important;
    	left: 20px;
	}

	.navbar-header {
		background:	transparent !important;
	}

	#mainLogoHolder {
		display: none;
	}

	.analytics-pane {
		margin-top: 0px !important
	}

	.head-single .central {
		margin-left: 20px !important;
		margin-right: 110px  !important;
	}

	.central {
		text-align: center;
		width: unset;
		/*margin-left: unset !important;*/
		margin-left: 22px !important;
		margin-right: 110px  !important;
	}

	.central .heading-style {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}

	#mainHeaderContainer.ip-frame-responsive-nav {
		background-color: black !important;
	}

	#mainHeaderContainer.ip-frame-responsive-nav .eduvod-image-for-mobile, #mainHeaderContainer.ip-frame-responsive-nav .eduvod-product-image-for-mobile{
		display: block !important;
    	bottom: 4px;
    	right: 0px;
    	left: calc((100vw / 2) - 50px);
    	height: 56px;
	}

	.login-div-bottom {
		min-width: 100vw !important;
	}

	.login-left {
		min-width: 100vw !important;
	}

	.div-logo {
		left: 10px !important;
	}

	.department-grid-home, .header-box {
		font-size: 5vw;
	}

	.main .department-image-container {
		/*font-size: 30px;
		min-height: 70px;
		min-width: 120px;
		margin-left: calc(50% - 65px);*/
	}

	.main-sidebar-text-display {
		font-size: 20px;
	}

	.main-sidebar-categories p, .main-sidebar-status-heading, h4 {
		font-size: 15px;
	}

	.selection-panel {
		height: calc(100% - 175px);
	}

	.bottom-fixed-navbar {
		padding-left: 10px;
		height: auto;
		padding-bottom: 8px;
		padding-right: 10px;
	}

	.bottom-fixed-navbar > b {
		display: none;
	}

	.eduvod-bottom-image {
		display: none;
	}

	#mainHeaderContainer {
		background-color: transparent;
		border-bottom: 0px !important; 
	}

	.header-box {
		margin: 0px;		
		margin-top: 11px;
	}

	.navbar-collapse {
		background-color: black;
	}

	.navbar-nav {
		font-size: 18px !important;
	}

	.asset-table {
		margin-left: 20px;
	}

	.mobile-table {
		width: calc(100% - 30px)
	}

	.exchange-cont {
		/*min-width: 150px;
    	min-height: 145px;
    	margin-left: calc(50% - 75px);*/
	}

	.header-box > .heading-style, .header-box > .subheading-style {
		text-align: center !important;
		width: 100%;
		margin: 0px;
		padding: 0px;
		padding-left: 76px;
		padding-right: 54px;
	}

	.dynatable-search > input {
		position: absolute;
    	left: -40px;
    	bottom: 45px !important;
	}

	.selection-panel > .mobile:first-child, .all-assets-panel > .mobile:first-child {
		top: 125px !important;
    	left: 20px !important;
	}

	.department-panel {
		height: calc(100% - 290px) !important;
	}

	.manage .dynatable-per-page > button {
		left: 20px !important;
	}

	.mobile-table tr > td:first-child, .mobile-table tr > td:last-child {
		font-size: 16px !important;
	}

	.all-assets-panel {
		margin-top: 120px !important;
	}

	.asset-table-display-td, .asset-table td, .asset-table th {
		font-size: 15px !important;
	}

	.download-image, .view-image, .view-share {
		width: 30px !important;
	}

	.eduvod-product-image-for-mobile {
		display: block !important;
		top: 10px;
    	width: 120px !important;
    	height: 55px !important;
    	right: 10px !important;
	}

	.dept-main .dynatable-per-page > .mobile, .all-assets-panel .dynatable-per-page > .mobile {
		top: 86px !important;
		right: 10px !important;
	}

	.dynatable-record-count {
		display: block !important;
    	position: absolute;
    	top: 125px;
    	right: 10px;
    	width: 90px;
    	font-size: 12px;
	}

	.ropeContainer, #tagsHeader {
		display: none !important;
	}

	.dept-main .dynatable-pagination-links, .all-assets-panel .dynatable-pagination-links{
		bottom: 60px !important;
		margin: 0px;
		left: -20px;
	}

	.segment-wrapper {
		display: flex;
		justify-content: center;
	}

	resp {
		display: none;
	}

	.profile-left {
		margin-left: 20px;
	}

	.sub-pass-panel td > input {
		width: calc(100vw - 40px) !important;
    	margin-right: 20px;
    	overflow-x: scroll;
    	padding-left: 25px !important;
    	padding-right: 25px !important;
	}

	.sessions-allowed-subtext {
		margin-left: 20px;
		text-align: center;
	}

	.sessions-panel > .asset-table {
		width: calc(100% - 40px);
	}

	.sessions-panel > .asset-table td, .sessions-panel > .asset-table th {
		display: grid;
	}

	.div-logo.div-logo-2.div-image-flat {
		display: none !important;
	}

	.selection-panel.reg-success {
		height: calc(100% - 104px) !important;
	}	
	
}

@media(max-height: 400px)
{
	.login-left, .login-right {
		height: 400px !important;
	}

	#mainCanvas {
		overflow-y: auto;
	}

	.div-logo-2 {
		bottom: inherit;
		right: inherit;
		top: 25px;
		position: absolute;
		margin-top: 0px;
		margin-left: 0px;
	}
}

/*----------------------- End Mobile View -------------------------*/

@media(max-width: 335px)
{
	.logs-head {
		top: 205px !important;
	}

	.bottom-fixed-navbar {
		display: none;
	}
}

@media(max-width: 830px)
{
	.all-assets-panel #dynatable-record-count-withsymbolsbeforesorting {
		display: none;
	}
}

@media(min-width: 416px) and (max-width: 515px)
{
	.department-panel .dynatable-per-page > .mobile {
		top: 217px !important;
	}	

	.department-panel.dp-log {
		margin-top: 80px;
		height: calc(100% - 320px);
	}

	.dp-log .dynatable-search > input {
		bottom: -15px;
	}

	.dp-log .dynatable-per-page > .mobile {
		top: 163px !important;
	}
}

@media(max-width: 590px) and (max-height: 415px) {
	.department-panel .dynatable-per-page > .mobile {
		top: 127px !important;
	}
}

@media(max-width: 590px)
{
	.dynatable-per-page > .mobile {
		top: 90px !important;
		right: 60px;
	}
	
	.all-assets-panel .dynatable-per-page > .mobile {
		top: 90px !important;
	}
	
	.all-assets-panel #subject + button {
		left: 60px;
	}
	
	.manage .dynatable-per-page > button {
		left: 60px;
	}
	
	.manage .dynatable-record-count {
		visibility: hidden;
	}
	
	.selection-panel > .mobile:first-child {
		left: 60px;
	}
	
	.dynatable-pagination-links {
		/*bottom: 30px !important;*/
	}
	
	.eduvod-bottom-image {
		bottom: 30px !important;
		height: 70px !important;
		width: 160px !important;
	}
	
	.department-panel {
		height: calc(100% - 290px);
	}
}

@media(max-width: 515px)
{
	.dynatable-pagination-links {
		bottom: 50px !important;
	}
	
	.department-panel {
		height: calc(100% - 400px);
		margin-top: 85px;
	}
	
	.eduvod-bottom-image {
		/*left: 60px !important;
		bottom: 30px !important;*/
		height: 40px !important;
		width: 100px !important;
	}
	
	.manage .dynatable-per-page > button {
		left: 60px;
		top: 125px !important;
	}
	
	.selection-panel > .mobile:first-child
	{
		top: 200px;
		width: calc(100vw - 120px) !important;
		min-width: 158px;
		max-width: 198px;
	}
	
	.all-assets-panel #subject + button, .all-assets-panel #grade + button {
		display: none;
	}
	
	.all-assets-panel > .mobile:first-child {
		top: 200px;
	}
	
	.dynatable-search {
		right: auto !important;
		left: 60px;
	}
	
	.dynatable-search > input {
		position: absolute;
    	bottom: -70px;
		width: calc(100vw - 120px) !important;		
		min-width: 158px;
		max-width: 198px;
	}

	.all-assets-panel .dynatable-search > input {
		bottom: 5px;
	}
	
	.dynatable-record-count , .dynatable-per-page-label, .heading-style > a{
		display: none;
	}
	
	.dynatable-pagination-links > li {
		display: none !important;
	}
	
	.dynatable-pagination-links > li:last-child, .dynatable-pagination-links > li:nth-child(2) {
		display: inline-block !important;
	}
	
	.download-in-header {
		top: 200px;
	}
	
	.logs-head {
		top: 175px;
	}	
	
	.upload > .data-form-div > form div:first-child{
		display: block;
		width:100%; 
		margin-bottom: 20px;
		padding-right: 60px;
	}	

	.upload > .data-form-div > form div:nth-child(2){
		padding-left: 60px;
		display: block;
		width:100%; 
	}
}

/*@media(max-width: 278px) {
	.dynatable-per-page > .mobile {
		left: 158px;
	}
}*/

@media (max-width: 768px) {
	#mainLogoHolder {
		width: 270px !important;
	}

	#mainLogoImg {
		margin-top: -16px !important;
		/*width: 70%;*/
	}

	/*#sidebarNavButton {
		margin-left: 24px !important;
	}*/

	.navbar-default .navbar-nav .open .dropdown-menu>li>a, .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
		color: skyblue;
	}
}

@media(max-width: 1024px)
{
	.btn-mobileSelect-gen, .dynatable-search  {
		top: 176px !important;
	}
	
	.all-assets-panel #grade + button, .all-assets-panel #subject + button {
		top: 125px !important;
	}
	
	.all-assets-panel .dynatable-per-page-label {
		visibility: hidden;
	}
}

.mobile-table tr > td:first-child {
	text-align: center !important;
	font-size: 20px;
	padding-top: 5px;
	background: white;
	color: rgb(178,34,34);
	padding-left: 0px !important;
}

.mobile-table tr > td:nth-child(2){
	color: rgb(1, 67, 131);
	background: white;
	border: 0px;
}

.mobile-table  tr > td:last-child {
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: 5px solid black;
}

.mobile-table  tr:last-child > td:last-child {
	text-align: center;
	font-size: 20px;
	padding-bottom: 10px;
	border-bottom: none;
}

.mobile-table .asset-table-display-td {
	pointer-events: none;
}

.mobile-table .asset-table-display-td:nth-child(2),
.mobile-table .asset-table-display-td:last-child {
	pointer-events: auto;
}

.dynatable-record-count {
	float: left;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dynatable-per-page-label{
	text-transform: capitalize;
}

.dynatable-per-page-select {
	float: right;
    margin-right: 60px;
}

.dynatable-search {
	top: 105px;
    position: absolute;
    right: 60px;
}

input[type=search] {
	background-image: none;
	color: black;
	border: 2px solid darkgrey !important;
	width: 196px;
	border-radius: 6px !important;
	padding: 2.4px;
	padding-left: 8px;
	font-family: 'McLaren';	
	filter: drop-shadow(1px 2px 3px black);
}

input[type=search]::placeholder {
    background-image: url('/static/icon/magnifier.png');
    background-repeat: no-repeat;
    background-size: 17px;
    background-position: right;
	padding-bottom: 2px;
}

input[type=search]:hover {
	box-shadow: 0 0 100px white;
}

button.btn-mobileSelect-gen
{
    filter: drop-shadow(1px 2px 3px black);	
    overflow-x: auto !important;
}

button.btn-mobileSelect-gen:focus
{
	outline: 1px solid red;
}

.button-holder {
	width: 90%;
	color: grey;
	text-align: center;
}

.selection-panel > button, .publisher-search {
	top: 105px;
    position: absolute;
    right: 265px;
	color: black;
}

.all-assets-panel > button {
	top: 95px;
}

.all-assets-panel .dynatable-per-page > button {
	top: 95px;
}

.manage .dynatable-per-page > button {
	right: 265px;
}

/* Session */

.permitted-update-button {
	background: white !important;
    color: rgb(1, 68, 131) !important;
    border: rgb(178,34,34) 3px solid !important;
}

.permitted-display-success {
	display: block !important;
    margin-top: 5px;
    width: calc(100% - 10px);
    color: white !important;
    background: rgb(1 68 131 / 90%) !important;
    filter: drop-shadow(0px 0px 2px white);
    font-size: 12px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.permitted-display-error {
	display: block !important;
    margin-top: 5px;
    width: calc(100% - 10px);
    color: white !important;
    background: rgb(150 0 0 / 100%) !important;
    filter: drop-shadow(0px 0px 2px white);
    font-size: 12px;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}
/* NN */

.department-panel button[type=submit], .permitted-session-anchor
{
	color: white;
	background: rgb(178,34,34);
	text-transform: capitalize;
	font-family: 'McLaren' !important;
	font-size: 14px;
	padding: 8px;
	border: 2px solid white;
	filter: drop-shadow(1px 2px 3px black);
}

.permitted-session-anchor.connector-modal-hide-button {
	filter: drop-shadow(1px 1px 1px black);
    border: 1px solid white;
    font-size: 12px;
	border: 0px;
    border-radius: 6px;
}

.modal-minimise {
	margin-bottom: 2px;
    width: 11px;
    margin-right: 14px;
}

.modal-close {
	margin-bottom: 2px;
    width: 11px;
	padding: 0px;
    margin-left: 4px;
	margin-right: 4px;
}

#playVideoModal-title {
	text-align: center !important;
    width: calc(100% - 40px) !important;
    float: left !important;
    font-size: 20px !important;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
	padding-left: 0px !important;
}

.draggable {
    cursor: move;
    user-select: none;
}

.placeholder {
    background-color: #edf2f7;
    border: 2px dashed #cbd5e0;
}

.clone-list {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: flex;
}

.clone-table {
    border-collapse: collapse;
    border: none;
}

.clone-table th, .clone-table td {
    border: 1px solid #ccc;
    border-left: none;
    border-top: none;
    padding: 0.5rem;
}

.dragging {
    background: #fff;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    z-index: 999;
}

.session-tr-deleted {
	background-color: lightslategrey !important;
}

.session-plus {
	display: inline-block;
    cursor: pointer;
}

.connector-plus {
	width: 100px;
}

.force {
	background: rgb(133 133 133) !important;
    font-size: 11px !important;
    padding: 1px !important;
    border: none !important;
    margin-top: 5px !important;
}

.sync-v-edit-place {

}

.sync-v-edit-img {
	width: 20px;
    margin-left: 10px;
    float: right;
}

.department-panel button[type=submit][disabled]
{
	cursor: not-allowed;
}

.department-panel button[type=submit]:not([disabled]):hover, .permitted-session-anchor:hover
{
    -moz-box-shadow: 0 0 20px white;
    -webkit-box-shadow: 0 0 20px white;
    box-shadow: 0 0 20px white;
}

.session-plus:hover {
	text-decoration: none;
}

.all-assets-panel .dynatable-search {
	top: 95px;
}

.api-log-configuration > button > span {
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
}

.api-log-configuration > button > span ~ .caret {
	display: none;
}

#grade + button{
	top: 130px;
	right: 60px;
}

#subject + button{
	top: 130px;
}

.selection-panel > button, .dynatable-per-page > button {
	display: block;
	padding: 4px 10px;
	background: white !important;
	color: black !important;
	border: 2px solid darkgrey !important;
	width: 196px !important;
	border-radius: 6px !important;
	font-family: 'McLaren';
	font-size: 12px;
}

.dynatable-per-page > button  {
	top: 105px;
    position: absolute;
    right: 471px;
	color: black;
	width: 60px !important;
}

.stats-sidebar-layout button .caret, .selection-panel button .caret, .dynatable-per-page > button .caret{
    position: absolute;
    right: 5px;
    margin-top: 9px !important;
    border-top: 5px dashed black;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;	
}

.stats-sidebar-layout button .caret:last-child, .selection-panel button .caret:last-child, .dynatable-per-page > button .caret:last-child {
    transform: rotate(180deg);
    margin-top: 3px !important;
}

.data-panel button .caret {
	border-top: 5px dashed white;
}

.analytics-pane {
	height: calc(100% - 245px) !important;
	margin-top: 0px !important;
}

.analytics-class {
	display: block;
    width: 400px;
    height: calc(100% - 48px);
    position: fixed;
    right: 0;
    top: 48px;
    z-index: 9999;
    background: #ffffffb5;
    filter: drop-shadow(2px 4px 4px black);
    border-top: 2px groove grey;
    border-top-style: double;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
}

.analytics-class .model-inner-close {
	position: absolute;
    margin: 5px;
    right: 15px;
    top: 15px;
    z-index: 999;
    width: 26px;
}

.analytics-heading {
    padding: 10px;
    text-align: center;
    margin: 10px;
    font-weight: bold;
    background: blue;
    border-radius: 12px;
    background: white;
    color: black;
    margin-top: 30px;
    box-shadow: 2px 2px 1px white;
}

.analytics-middle {
	padding: 10px;
    text-align: center;
    margin: 10px;
    font-weight: bold;
    background: blue;
    border-radius: 12px;
    background: white;
    color: black;
    margin-top: 10px;
    box-shadow: 2px 2px 1px white;
}

.analytics-end {
    margin: 10px;
    background: blue;
    border-radius: 12px;
    background: #f0f0f0;
    color: black;
    margin-top: 20px;
    box-shadow: 2px 2px 1px white;	
    width: calc(100% - 20px);
    height: calc(100% - 190px);
}

.analytics-class .model-inner-close button {
	background: white;
    color: red;
    border-radius: 5px;
}

.analytics-subcontainer {
	margin: 15px;
    background: #014483;
    border-radius: 8px;
    padding: 7px;
    height: calc(100% - 30px);
    filter: drop-shadow(1px 1px 1px black);
}

.inner-export-container {

}

.inner-export-container .btn.btn-default.btn-mobileSelect-gen {
	width: 325px !important;
    padding-right: 25px;
	font-size: 14px;
    margin-bottom: 0px;
}

.data-panel .inner-export-container button .caret {
    border-top: 5px dashed black;
}

.inner-export-heading {
	width: calc(100% - 30px);
    font-size: 20px;
    padding: 10px;
    margin: 15px;
    background: firebrick;
    box-shadow: 1px 1px 3px black;
	display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.inner-export-heading img {
	width: 28px;
    margin-right: 20px;
}

.inner-export-container .box-filter {
	width: fit-content;
}

.export-selection-block {
	display: flex;
    justify-content: center;
    padding: 10px;
    margin: 15px;
    align-items: center;
	box-shadow: 0px 0px 2px grey;
}

.export-selection-block p {
	width: 140px;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.export-institution-block {
	display: none;
}

.select-inner-span-hidden {
	display: none;
}

/*---------------------------- Parent Reg. Modal --------------------*/
.prw-modal-dialog {
	width: 98% !important;
}

.pr-modal-header {
	background-color:transparent; 
	color:black; 
	/*font-family:'Lipstick'; */
	border-bottom:none; 
	display: flex; 
	justify-content: space-between;
	padding-top: 15px;
}

.pr-header-component-title {
	width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
	margin-left: 100px;
	margin-right: 100px;
	overflow: hidden !important;
}

.pr-modal-title {
	text-align: center; 
	padding: 0px;
    margin: 0px;
    font-family: 'Roboto300';	
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	width: 100%;
}

.pr-modal-subtitle {
	color: grey;
    font-family: 'Roboto300';
    font-size: 12px;
    padding-top: 5px;
}

.pr-header-component-button {
	position: absolute;
    right: 20px;
}



/*--------------------------------Secondary Modal -------------------*/
#menuItemsModal .background-menu-modal
{
	background-color: rgb(31, 57, 124);
	color: white;
}

.model-inner-close 
{
	display: block;
    width: 100%;
    text-align: right;
}

#menuSpinnerPaymentModal .background-menu-modal
{
	background-color: rgb(31, 57, 124);
	color: white;
	text-align: center;
}

#menuSpinnerPaymentModalComplete .background-menu-modal
{
	background-color: rgb(31, 57, 124);
	color: white;
	text-align: center;
}

#signUpModal .background-menu-modal
{
	background-color: rgb(31, 57, 124);
	color: white;
	text-align: center;
}

#signUpModal .background-menu-modal table
{
	width: 100%;
}

#signUpModal .background-menu-modal table tr td:first-child
{
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: right;
	color: white;
	font-size: 16px;
}

#signUpModal .background-menu-modal table tr td
{
	padding: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	text-align: left;
	color: black;
}

#signUpModal .background-menu-modal table tr td input
{
	width: auto !important;
	min-width: auto !important;
}
/*-------------------------------- Original Modal -------------------*/

#APIAccessModal > .modal-dialog {
	margin-top: 5vh;
}

#APIAccessModal > .modal-dialog > .modal-content {
	background: black;
    border: 2px solid white;
    box-shadow: 4px 0px 10px white, -4px 0px 20px white;
}

#APIAccessModal > .modal-dialog > .modal-content > .modal-header {
	text-align: center;
}

#APIAccessModal > .modal-dialog > .modal-content > .modal-header img {
	width: 60px;
}

#APIAccessModal > .modal-dialog > .modal-content > .modal-header .right-half {
	width: calc(100% - 65px);
    height: 100%;
    color: white;
    padding-top: 5px;
}

#APIAccessModal > .modal-dialog > .modal-content > .modal-header .right-half > h3 {
	height: 100%;
}

#APIAccessModal > .modal-dialog > .modal-content > .modal-header > .modal-title {
	color:white;
}

#APIAccessModal .modal-sub-header {
	float: left;
    background: white;
    padding: 5px;
    border-radius: 8px;
    filter: drop-shadow(0px 0px 2px black);
}

#APIAccessModal .modal-sub-header > img {
	width: 54px !important;
}

#APIAccessModal .modal-body {
	color: white !important;
	font-size: 20px;
}

#APIAccessModal .modal-body .fine-text {
	color: lightgrey !important;
	font-size: 11px;
}

#APIAccessModal .modal-body .fine-text td:nth-child(2) {
	padding-left: 20px;
}

#APIAccessModal .modal-footer {
	display: flex;
    gap: 10px;
    justify-content: flex-end;
    margin-right: -10px;
}

#APIAccessModal .modal-footer > a > button {
	width: 120px;
    display: inline-block;
    padding: 7px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    outline: none;
    box-shadow: none;
	color: white;
    background: rgb(178,34,34);
    text-transform: capitalize;
    font-family: 'McLaren' !important;
    border: 2px solid white;
    filter: drop-shadow(1px 2px 3px black);
    height: 100%;

}

#APIAccessModal .modal-footer > a > button:hover {
	box-shadow: 0 0 20px white;
	background: rgb(178,34,34);
}

@media (max-width: 360px) {
	#APIAccessModal > .modal-dialog > .modal-content > .modal-header > div {
		float: none !important;
	}

	#APIAccessModal > .modal-dialog > .modal-content > .modal-header .right-half {
		float: none !important;
		width: 100%;
	}
}

/* ------------------------------- SofServ Extension ----------------*/
#sofserv-modal-section-2 a {
	font-weight: bold;
    font-style: italic;
}

#sofserv-modal-section-2 a:hover{
	text-decoration: underline;
	color: white;
}


.split {
    display: flex;
    flex-direction: row;
    height: calc(100% - 84px);
    margin-top: 48px;
}

.gutter {
    background-color: #eee;
    background-repeat: no-repeat;
    background-position: 50%;
}

.gutter.gutter-horizontal {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==');
    cursor: col-resize;
    filter: drop-shadow(0px 0px 2px black);
    border-width: 4px;
    border-color: darkgrey;
    border-image: initial;
    border-style: none ridge;
}

.split > div > iframe {
	height: 100% !important;
	margin-top: 0px !important;
	width: 100% !important;
}

/*-------------------------------- Original Modal -------------------*/
.modal-content.background-modal
{
    /*background-image: url("BlackBoard.jpg");*/
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    outline:none;
    top: -22px;
    font-family: 'Museo300';
}

.modal-title
{
	font-family: 'Roboto300';
}

.modal-body
{
	font-family: 'McLaren';
}

.modal-input-component
{
    color:white; 
    background-color:transparent; 
    line-height: 1em; 
    font-size: 2em; 
    border-bottom:4px double red; 
    border-top:none; 
    border-left:none; 
    border-right:none; 
    width:95%; 
    margin-right:5%; 
    outline:none; 
    font-weight:bold
}

.search-display
{
    font-size: 18px;
    font-family: "Museo100";
    color:white;
}

.search-display>b
{
    font-size: 20px;
    font-family: "Museo500";
    color:red;
}

b>span.glyphicon, 
b>span>span.glyphicon, 
b>span>span>span.glyphicon, 
b>span>span>span>span.glyphicon,
b>span>span>span>span>span.glyphicon,
b>span>span>span>span>span>span.glyphicon,
b>span>span>span>span>span>span>span.glyphicon,
b>span>span>span>span>span>span>span>span.glyphicon,
b>span>span>span>span>span>span>span>span>span.glyphicon{
	color: red !important;
}

.uec-logo-div{
	background-color: transparent; 
    background-image: url("/static/customer_product/uec_logo.png");
    overflow: hidden;
    background-size: 100% 100%;
    height: 2.5vh;
    width: 3.3vw;
    top: 97vh;
    left: 0.1vw;
    position: absolute;
    z-index: 9999;
}

.uec-logo-div-main{
	background-color: transparent; 
    background-image: url("/static/customer_product/uec_logo.png");
    overflow: hidden;
    background-size: 100% 100%;
    position: absolute;
    z-index: 9999;
    top: 91vh;
    left: 1vw;
    height: 6.5vh;
    width: 7vw;
    transition: all 400ms;
}

.eduvod-bottom-image, .eduvod-image-for-mobile, .eduvod-product-image-for-mobile {
	background-image: url("/static/customer_product/eduvod_sidebar.png");
	background-size: 100% 100%;
	position: absolute;
	height: 60px;
    width: 120px;
	right: 60px;
	bottom: 45px;
	/*filter: drop-shadow(1px 2px 3px black);*/
}

.eduvod-bottom-image {
	z-index: -1;
}

.eduvod-image-for-mobile, .eduvod-product-image-for-mobile {
	display: none;
}

.eduvod-logo-div{
	background-color: transparent; 
    background-image: url("/static/customer_product/login-logo.png");
    overflow: hidden;
    background-size: 100% 100%;
    height: 9vh;
    width: 9vw;
    top: 88.1vh;
    left: 91vw;
    position: absolute;
    z-index: 9999;
    border-top-left-radius: 5px;
    border-style: solid;
    border-width: 1px;
    border-bottom: 0px;
    transition: all 400ms;
}

.sec{
    height: 8.6vh;
    top: 88.5vh;
}

.eduvod-logo-div.open-side{
	height: 6.75vh !important;
    width: 7vw !important;
    top: 90.25vh !important;
    left: 93vw !important;
}


.container-nav {
	width: 100%;
	float: unset;
}

.navbar-nav>li:hover {
	background-color: black;
}

.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover{
	background-color: black;	
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover{
	background-color: black;		
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    color: red !important;
    font-weight: bold;
}

.ui-datepicker .ui-datepicker-prev:hover{
    font-weight: 900; 
}

.ui-datepicker .ui-datepicker-next:hover {
    font-weight: 900;   
    margin-right: 6px;
}

.ui-datepicker-month, .ui-datepicker-year {
	background: black;
}

.ui-datepicker-current, .ui-datepicker-close, .ui-datepicker-clear {
	background: red;
    border: 2px solid white;
}

.dropzone {
	width: calc(100% - 20px) !important;
    color: #f9cd66 !important;
    overflow: overlay !important;
    overflow-x: hidden !important;
    border: 4px !important;
    border-color: darkgrey !important;
    border-style: dashed !important;
    background: rgba(0,0,0,0.4) !important;
    font-family: 'McLaren' !important; /**/
    font-size: 15px !important;
    text-transform: capitalize;
    border-radius: 10px;
    transition: 1500ms;
}

.dz-message {
	transition: 1s;
}

.dropzone:hover {
	background: rgba(0,0,0,0.6) !important;
}

.dropzone:hover > .dz-message {
	transform: scale(1.1);
}

.dropzone .dz-preview.dz-image-preview {
	background: transparent !important;
}

#dir-listing-table th::after {
	content: "\25B4\25BE";
	padding-left: 5px;
}

.tuning-information {
    margin-left: 7vw;
    padding: 25px 25px;
    background: #394264;
    border-radius: 5px;
    width: 400px;
}

@keyframes multicolor {
    0%   
    {
        background-color: red;
        color:white;
        border-color: red;
    }
    25%  
	{
        background-color: blue;
        color:white;
        border-color: blue;
    }
    50%  
	{
        background-color: white;
        color:black;
        border-color: white;
    }
    75%  
	{
        background-color: black;
        color:white;
        border-color: black;
    }
	100%   
	{
        background-color: red;
        color:white;
        border-color: red;
    }
}

::-webkit-scrollbar
{
	/* Scrollbar Customisation */
    /*width: 20px;*/
}

::-webkit-scrollbar-track
{
    /*background: rgb(178,34,34);
    border: 3px solid darkred;*/
}

::-webkit-scrollbar-thumb
{
	/*height:60px;
    max-height: 60px;
    background-color: gray;
    border-right: 6px ridge rgb(178,34,34);
	border-left: 5px ridge rgb(178,34,34);
	border-top: 0px;
	border-bottom: 0px;
	border: 4px solid black;*/
}

::-webkit-input-placeholder {
    color:black;
	font-family: 'Roboto300';
	font-size: 12px;
}

.login-left select {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
  	-webkit-appearance:none;
  	-moz-appearance:none;
  	background: white url("/static/icon/select-triangle.png") no-repeat;
  	background-size: 6% 35%;
    background-position: 96% 50%;
}

.social-links {
    overflow: hidden;
    position: absolute;
	display: block;
	top: 7%;
    right: 4%;
}

.social-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}

.social-links ul li {
    display: inline-block;
}

.social-links ul li > a {
    background: #1b5e9a;
    border-radius: 50%;
    color: #fff;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    justify-content: center;
    height: 40px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

svg:not(:root).svg-inline--fa {
    overflow: visible;
}

.social-links .svg-inline--fa {
    margin: auto;
}

.svg-inline--fa.fa-w-16 {
    width: 1em;
}

.svg-inline--fa.fa-w-9 {
    width: .5625em;
}

.svg-inline--fa.fa-w-14 {
    width: .875em;
}

.svg-inline--fa.fa-w-18 {
    width: 1.125em;
}

.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em;
}

.twitter {
    background: #1da1f2 !important;
}

.facebook {
    background: #3b5998 !important;
}

.instagram {
    background: #c32aa3 !important;
}

.youtube {
    background: #ff0000 !important;
}

.linkedin {
    background: #0077b5 !important;
}

.twitter:hover, .facebook:hover, .instagram:hover, .youtube:hover, .linkedin:hover {
    background: rgb(1, 68, 131) !important;
}
