﻿@font-face {
    font-family: 'Roboto';
    src: url('../fonts/appspacefont/Roboto.eot');
    src: url('../fonts/appspacefont/Roboto.eot?#iefix') format('embedded-opentype'), url('../fonts/appspacefont/Roboto.woff2') format('woff2'), url('../fonts/appspacefont/Roboto.woff') format('woff'), url('../fonts/appspacefont/Roboto.ttf') format('truetype'), url('../fonts/appspacefont/Roboto.svg#Roboto') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto Bold';
    src: url('../fonts/appspacefont/Roboto-Bold.eot');
    src: url('../fonts/appspacefont/Roboto-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/appspacefont/Roboto-Bold.woff2') format('woff2'), url('../fonts/appspacefont/Roboto-Bold.woff') format('woff'), url('../fonts/appspacefont/Roboto-Bold.ttf') format('truetype'), url('../fonts/appspacefont/Roboto-Bold.svg#Roboto-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}

body, html, body> div.displayTableView {
    height: 100%;
}

html {
	font-size: 100%;
   
}
body {
    color: #333333;
    font-family: 'Roboto', sans-serif, Arial !important;
    padding: 0;
    margin: 0;
    font-size: 100%;
}

.topNavigation {
    background: #1F3349;
    color: #ffffff;
    position: absolute;
    width: 100%;
    height: 48px;
    box-shadow: 0px 0px 4px 1px #1F3349;
    z-index: 99999;
}

    .topNavigation a.signup {
        float: right;
        margin: 12px 20px;
        border: 1px solid #FFFFFF;
        border-radius: 40px;
        padding: 4px 12px;
        text-transform: uppercase;
        font-size: 11px;
        color: #FFFFFF;
        letter-spacing: 2px;
        -webkit-transition: background .5s;
        transition: background .5s;
        font-family: "Roboto", Arial, sans-serif;
        text-decoration: none;
    }

        .topNavigation a.signup:hover {
            background: #FFFFFF;
            text-decoration: none;
            color: #1F3349;
            -webkit-transition: background .5s;
            transition: background .5s;
        }

.appspaceLogo {
    width: 140px;
    height: 20px;
    display: block;
    background-image: url(./images/appspace-logo.svg);
    background-repeat: no-repeat;
    margin: 12px 20px;
    float: left;
}
/*****************General Elements***********************/
.logo {
	display: block;
	width: 150px;
	height: 26px;
	background-image: url(./images/appspacelogo.png);
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 2em;
}
*:focus {
	outline: none!important;
}
a:link, a:visited {
	color: #ffffff;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
.clearBoth {
	clear: both;
}
label.error {
	color: #bc204b;
	font-style: italic;
}
.form-control.error {
	border: solid 1px #bc204b;
}
/*****************Center Layout Vertically and Horizontally ***********************/

.bgBlack {
	background: #000000;
}

.displayTableView {
     display:table; 
     width:100%;
}
.jumbotron.vertical-center {
	margin-bottom: 0;
    background-color: #FFFFFF;
}
.vertical-center, .vertical-center.loginCenter {
    min-height: 100%;
    min-height: 100vh;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 2560px;
    display: table-cell;
    vertical-align: middle;
}
/******************************************Login Template**************************************************************/
.loginBox {
	max-width: 320px;
	width: 320px;
	margin: 0 auto;
	border: solid 1px #ffffff;
	background: transparent;
	padding: 2.5em 2em;
	font-size: 0.75em;
}
.loginBox .logo {
	width: 230px;
	height: 40px;
	display: block;
	margin-bottom: 3em;
}
.loginBox .rowInput {
	margin-bottom: 0.85em;
}
.loginBox .credential input {
	width: 100%;
	color: #505050;
	font-size: inherit;
	padding: 0.4em 0.6em 0.1em 0.6em;
	border: 0px;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	height: 28px;
}
.loginBox .btnBorder {
	font-size: 0.8em;
	text-transform: uppercase;
	border-radius: 0;
	padding: 0.5em 2em 0.3em 2em;
	background: transparent;
	color: #ffffff;
	margin-top: 1em;
	border: solid 1px #ffffff;
	line-height: initial;
}
.loginBox .btnBorder:hover {
	background: #ffffff;
	color: #000000;
}
.loginBox .formLegal {
	font-size: 0.7em;
	width: 130px;
	text-align: left;
}
.loginBox .pageDetail, .loginBox .pageDetail a:link, .loginBox .pageDetail a:visited {
	color: #505050;
	text-decoration: none;
	padding-top: 0.4em;
}
.loginBox .pageDetail a:hover {
	color: #ffffff;
	text-decoration: none;
}
/******************************************1 Column Template**************************************************************/
.oneColumnWrap {
	margin-bottom: 0;
	color: #333333;
}
.oneColumnWrap .logo {
	margin-bottom: 1.1em;
}
    .oneColumnWrap h1 {
        font-family: 'Roboto Bold', sans-serif, Arial !important;
        font-size: 1.55em;
        line-height: 1.45em;
        margin: 0;
        padding: 0;
    }

    .oneColumnWrap p {
		color: #72889C;
        font-size: 1em;
        line-height: 1.4em;
        margin: 10px;
        padding: 0;
    }

    .oneColumnWrap .errorimages {
        max-height: 30%;
        max-width: 30%;
    }

    .oneColumnWrap .pageDetail {
        font-size: 0.75em;
        color: #505050;
        margin-top: 0.5em;
    }

.oneColumnWrap .pageDetail a:link,.oneColumnWrap .pageDetail a:visited {
	text-decoration: underline;
	color: #ffffff;

}

.oneColumnWrap .pageDetail a:hover {
	text-decoration: underline;
	color: #4797a8;

}


    .oneColumnWrap .btnBorder {
        background: 0 0;
        color: #ffffff;
        background-color: #1D7BE3;
        border: solid 1px #1D7BE3;
        border-radius: 2px;
        font-weight: bold;
        margin: 0 auto;
        padding: 3px 20px 3px 20px;
        height: 32px;
        text-transform: uppercase;
        letter-spacing: 2px;
        text-align: center;
        font-family: "Roboto", Arial, sans-serif;
        font-size: 11px;
        letter-spacing: 2px;
        -webkit-transition: background-color .5s;
        transition: background-color .5s;
        margin-top: 15px;
    }
        .oneColumnWrap .btnBorder:hover {
            background-color: #0D71DD;
            border: solid 1px #1D7BE3;
            -webkit-transition: background-color .5s;
            transition: background-color .5s;
        }
/******************************************2 Columns Template**************************************************************/

/*****************Left Panel***********************/


.leftPanel {
	color: #ffffff;
}
.leftPanelWrap {
	margin-top: 5.5em;
}
.leftPanelWrap h1 {
	font-size: 1.7em;
	margin: 0;
	padding: 0;
}
.listWrap {
	margin-right: 0.7em;
	margin-top: -0.45em;
	float: left;
}
.leftPanelWrap ul {
	padding-top: 0.8em;
	margin-left: 0;
	padding-left: 0;
}
.leftPanelWrap ul li {
	list-style: none;
	margin-bottom: 1.5em;
}
.leftPanelWrap .fanumber {
	margin-top: 0.1em;
}
.leftPanelWrap ul {
	margin: 1em 0;
}
.pageDetail {
	font-size: 0.7em;
	color: #505050;
}
/*****************Right Panel***********************/
.rightPanel {
	color: #ffffff;
}
.rightPanelWrap {
	background: #4797a8;
	padding: 1.65em;
	font-size: 0.75em;
	width: 80%;
}
.rightPanelWrap h1 {
	font-size: 1.7em;
	margin: 0.55em 0 0.75em 0;
	padding: 0;
	text-align: center;
}
.rightPanelWrap form {
	margin-top: 0.9em;
}
.rightPanelWrap label {
	font-weight: normal;
}
.rightPanelWrap .rowInput {
	margin-bottom: 0.85em;
}
.rightPanelWrap input[type=text], .rightPanelWrap input[type=password], .rightPanelWrap .bootstrap-select .btn, .rightPanelWrap .bootstrap-select .btn:hover, .rightPanelWrap .open>.dropdown-toggle.btn-default, .rightPanelWrap .open>.dropdown-toggle.btn-default:hover {
	width: 100%;
	color: #505050;
	font-size: inherit;
	padding: 0.4em 0.6em 0.1em 0.6em;
	border: 0px;
	border-radius: 0;
	background: #ffffff;
	box-shadow: none;
	height: 28px;
}
.formLegal {
	font-size: 9px;
}
.formLegal input[type="checkbox"]:not(:checked), .formLegal input[type="checkbox"]:checked {
	margin-right: 5px;
	box-shadow: none;
	border-radius: 0;
}
.formButtonContainer {
	text-align: center;
	margin: 2em 0 1.5em 0;
	font-size: 0.8em;
}
.rightPanelWrap .btnBorderCurve {
	background: transparent;
	border: solid 1px #ffffff;
	border-radius: 15px;
	color: #ffffff;
	font-weight: 600;
	max-width: 100px;
	margin: 0 auto;
	padding: 0.5em 1.2em 0.3em 1.5em;
	line-height: initial;
	text-transform: uppercase;
	letter-spacing: 2px;
	margin-left: 4em;
	text-align: center;
}
.rightPanelWrap .btnBorderCurve:hover {
	background: #ffffff;
	color: #4797a8;
}
.formButtonContainer a:link {
	color: #2d7180;
	margin-top: 0.7em;
	text-decoration: none;
}
.formButtonContainer a:hover {
	color: #ffffff;
	text-decoration: none;
}
.rightPanelWrap label.error {
	margin-top: 0.5em;
	color: #bc204b;
	margin-bottom: 0px;
	font-size:0.85em;
	
}
.rightPanelWrap .form-control.error {
	border: solid 1px #bc204b;
}
.rightPanelWrap .btnBorderCurve:disabled, .rightPanelWrap .btnBorderCurve:hover:disabled{
	opacity:0.5;
	background:initial;
	color:#ffffff;
	}
	
	
.rightPanelWrap .tooltip .tooltip-inner { background:#bc204b; color:#ffffff; font-size:0.85em; font-family:inherit; max-width:300px; text-align:left;}
.rightPanelWrap .tooltip .tooltip-inner ul{ margin-left:15px; padding-left:0px}

.rightPanelWrap .tooltip.left .tooltip-arrow, .rightPanelWrap .tooltip.right .tooltip-arrow, .rightPanelWrap .tooltip.bottom .tooltip-arrow, .rightPanelWrap .tooltip.top .tooltip-arrow
{   border-left-color: #bc204b; }

/***************** Error Page ***********************/
.bgOrange {
	background: #dc582a;
        min-height: 100vh;
}
.bgOrange .pageDetail {
	color: #000000;
}

.bgOrange .btnBorder:hover{ color: #dc582a;}

/***************** Mobile View ***********************/

@media (min-width: 1500px) {
}

@media (max-width: 1199px) {
.formButtonContainer a:link {
	font-size: 0.9em;
}
.formLegal input[type="checkbox"]:not(:checked), .formLegal input[type="checkbox"]:checked {
	float: left;
	margin-top: -0.1em;
}
.rightPanel {
	width: 40%;
}
}

@media (max-width: 991px) {
/*.vertical-center {
	min-height: initial;
	display: initial;
}*/
.leftPanel {
	display: block;
	width: 100%;
}
.rightPanel {
	display: block;
	width: 100%;
}
.rightPanelWrap {
	max-width: 60%;
	margin: 0 auto;
}
.leftPanelWrap {
	max-width: 60%;
	margin: 3em auto 1em auto;
}
.formLegal input[type="checkbox"]:not(:checked), .formLegal input[type="checkbox"]:checked {
	float: none;
	margin-top: 0;
	vertical-align: middle;
}
.formLegal {
	font-size: 9px;
}
.oneColumnWrap {
	margin-top: 0em;
}
.oneColumnWrap .btnBorder {
	padding: 0.7em 2em 0.7em 2em;
}
}

@media (max-width: 767px) {
.leftPanelWrap {
	padding-top: 1em;
}
}

@media (max-width: 640px) {
.rightPanelWrap {
	max-width: 80%;
	margin: 0 auto 1em auto;
}
.leftPanelWrap {
	max-width: 80%;
	padding-top: initial;
	margin: 1.2em auto 1.2em auto;
}
.oneColumnWrap {
	margin-top: 0em;
	font-size: initial;
}
.rightPanelWrap .btnBorderCurve {
	padding: 0.65em 1.2em 0.3em 1.5em;
}


}

@media (max-width: 500px) {
.rightPanelWrap {
	max-width: 95%;
	width: 95%;
}
.leftPanelWrap {
	max-width: 95%;
	margin-top: 1.2em;
}
.listWrap {
	margin-right: 1em;
	margin-top: -0.4em;
}
}

@media (max-width: 320px) {
.jumbotron.vertical-center {
	padding-top: 0px;
}
.pageDetail {
	margin-top: 0.3em;
}
.listWrap {
	margin-top: -0.3em;
}
.rightPanelWrap {
	max-width: 100%;
	width: 100%;
}
.leftPanelWrap {
	max-width: 100%;
}
.leftPanelWrap h1 {
	font-size: 1.6em;
}
.loginBox {
	width: auto;
}
}
/***************** Third Parties Plugins ***********************/

/*****************Right Panel Dropdown - Bootstrap select***********************/
.rightPanelWrap .dropdown-menu {
	border-radius: 0;
	font-size: inherit;
}
.rightPanelWrap .dropdown-menu>li>a {
	padding: 0.5em;
	white-space: normal;
}
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
	width: 100%!important;
}
.bootstrap-select .btn.dropdown-toggle.btn-default:focus {
	outline: none!important;/*outline-offset: 0px!important;
	-webkit-appearance: none!important;*/
}
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #808080;
}
.rightPanelWrap input[type="text"][readonly] {
	color: #ffffff;
	background: transparent;
	border: solid 1px #ffffff;
	-webkit-appearance: none;
}
.rightPanelWrap .bootstrap-select.btn-group .dropdown-menu {
	margin-top: 0;
}
