@font-face {
    font-family: 'BentonSans';
    src: url('/css/fonts/bentonsans_light-webfont.woff2') format('woff2'),
         url('/css/fonts/bentonsans_light-webfont.woff') format('woff');
    font-weight: normal;
	font-style: normal;
}
img {
    max-width: 100%;
}
:focus, a, img, a:focus {
	outline: none;
}
a {
	color: #4386f9;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration:none;
}
.btn-primary {
    background-color: #337ab7;
    border-color: #2e6da4;
    color: #fff;
}
.btn-primary, .btn-custom {
    border-radius: 3px;
    color: #fff;
    font-size: 0.75rem;
    font-weight: bold;
    height: 2.5rem;
    outline: medium none;
    padding: 0.625rem 2rem;
    text-transform: uppercase;
}
.btn-primary, .btn-primary:focus {
    background: #4386f9 none repeat scroll 0 0;
    border: medium none;
}
label{
	font-weight:600;
	color:#333333;	
}
h1{
    font-family: 'BentonSans';
    font-size: 1.5rem;
    color: #4386f9;
    font-weight: normal;
	line-height:1.75em;
    width: 100%;
	border-bottom:1px solid #4386f9;
	margin-bottom:20px;
}
.sub-heading{
	color: #4386f9;
    font-size: 20px;
    line-height: 1.75em;
    margin: 10px 0 10px;
}
.license-description{
    margin:10px;
}
html, body {
	font-size: 16px;
	line-height: 1.5;
	font-family: Arial, sans-serif;
}
body{
    background: #fefefe;
}
.header{
    background: #00194f;
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 7px;
    padding: 15px;
    position: relative;
	width:100%;
	float:left;
	height:auto;
}

.showHideLeftPane{
	float:right;
	width:16px;
	height:16px;
	margin-top:9px;
	background:url(/images/btnShowHidePane.png) no-repeat left bottom;
	cursor:pointer;	
}
.showHideLeftPane.collapsedSplitter{
	background:url(/images/btnShowHidePane.png) no-repeat left top;	
}
.userDetail{
	text-align:right;
	margin-top:5px;
	line-height:24px;
	font-size:14px;
	color:#fff;
}
.userDetail .glyphicon-user{
	font-size:16px;	
	margin-left:5px;	
	margin-right:10px;	
	border:1px solid #fff;
	width:24px;
	height:24px;
	line-height:24px;
	border-radius:100%;
	text-align:center;
}
.userDetail a{
	color:#fff;
	text-decoration:none;	
}
.content{
	width:100%;
	float:left;
	height:auto;
	padding:0px;
	overflow-y:auto;
    font-size: 0.8125rem;
}
.colLeft {
    border-right: 1px solid #cfd1d0;
    padding-left: 0px;
    padding-right: 0px;
}
.colLeft, #midSplitter, .colRight, .minContent, .content{
	background:#ffffff;
	/*min-height:900px;*/
}
/*.colRight{
	overflow-y:scroll;
}*/
.leftNavbar, .leftNavbar ul{
	float:left;
	width:100%;
	height:auto;	
	padding:0px;
}
.leftNavbar ul li{
	float:left;
	width:100%;
	height:auto;
	list-style-type:none;	
}
.leftNavbar ul li a{
	float:left;
	width:100%;
	height:auto;
	list-style-type:none;	
	padding:8px 10px 11px 20px;
	font-size:14px;
	line-height:1.5em;
	color:#555555;
	border-bottom:1px solid #ebebeb;
}
.leftNavbar ul li a i.fa{
	line-height:21px;
}
.leftNavbar ul li a i.fa-angle-down, .leftNavbar ul li:hover a i.fa-angle-right{
	display:none;
}
.leftNavbar ul li:hover a i.fa-angle-down{
	display:block;
}
.leftNavbar ul li:hover > a, .leftNavbar ul li  > a.active{
	color:#fff;
	background:#4386f9;
	text-decoration:none;
}
.leftNavbar ul li.deactive:hover > a:not(.active){
	background: transparent;
	color:#555555;
	pointer-events: none;
}
.leftNavbar > ul > li ul{
	width:100%;
	display:none;
}
.leftNavbar > ul > li:hover ul{
	display:block;
}
.leftNavbar ul ul li> a{
	padding-left:30px;
}
.leftNavbar ul ul li:hover > a{
	color:#fff;
	background:#29abe2;
}
footer {
    text-align: right;
    border-top: solid 1px #d5dde3;
    clear: both;
	position: fixed;
    bottom: 0;
	z-index: 9;
    padding-bottom: 2px;
    width: 100%;
    float: left;
	font-size: 0.625rem;
	margin-top: 10px;
    padding:2px 10px;
	background: #fff;
}
footer .copyright span {
	font-size: 0.8175rem;
	color: #545454;
	display: inline-block;
	vertical-align: middle;
}
footer .copyright img {
	display: inline-block;
	vertical-align: middle;
}
 
.form-horizontal .control-label{
	text-align:left;
	padding-bottom:5px;	
}
/*
form .form-control.valid {
	border: 1px solid #4e8f4d;
	color: #4e8f4d;
}
form .form-control.valid:focus {
	border: 1px solid #4e8f4d;
	box-shadow: 0 0 8px rgba(59, 142, 62, 0.6);
}*/
form .form-control.error {
	border: 1px solid #b54c50;
	color: #b54c50;
}
form .form-control.error:focus {
	border: 1px solid #b54c50;
	box-shadow: 0 0 8px rgba(181, 76, 80, 0.6);
}
input[type=text], select, input[type=password], input[type=checkbox]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 12px;
    height: 31px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

body.notLoggedIn{
	background-color:#ccddf2;	
}
.trialBox{
	width:400px;
	height:525px;
	background:#fff;
	border:1px solid #ddd;
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	margin:auto;	
	padding:15px;
}
.trialBox.login{
	height:330px;	
}
.trialBox.login.hasError{
	height:390px;	
}
.hasSuccess.trialBox{
	height:620px;
}
.hasError.trialBox{
	height:600px;
}
.loginLogo{
	width:100%;
	float:left;
	height:auto;
	margin-bottom:25px;	
}
.loginBox{
	width:100%;
	float:left;
	height:auto;
}
.backToLogin{
	font-size:14px;
	float:right;
	line-height:31px;	
}
.trialBox #message{
	width:100%;
	float:left;	
}
/********************************** preloader ************************************/
.preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	margin:-50px 0 0 -50px;
	z-index: 9999;
	-webkit-transform: translateZ(0) translate(-50%, -50%);
	transform: translateZ(0) translate(-50%, -50%);
}
.preloader_round {
	position: relative;
	text-align: center;
	color:#fff;
	font-size:24px;	
	padding-top:120px;
}
.preloader_round:before {
	display: block;
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	width:100px;
	height:100px;
	-webkit-animation: preloader 6s ease-in infinite alternate;
	animation: preloader 6s ease-in infinite alternate
}
.preloaderOverlay{
	background:rgba(0,0,0,1);
	position: fixed;
	top: 0;
	left: 0;
	width:100%;
	height:100%;
	display:none;
	z-index: 8999;
}
@keyframes preloader {
	0% {
		border:15px solid #000;
		background-color:#000;
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(0);
		transform:translateZ(0) translate(-50%, 0) scale(0) rotate(360deg);
		border-radius: 50%;
	}
	20% {
		border:15px solid #2893d1;
		background-color:#2893d1;
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(1.5);
		transform:translateZ(0) translate(-50%, 0) scale(1.5) rotate(180deg);
		border-radius: 30%;
	}
	40%, 80% {
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(0);
		transform:translateZ(0) translate(-50%, 0) scale(0) rotate(0deg);
		border-radius: 0;
	}
	60% {
		border:15px solid #5ba525;
		background-color:#5ba525;
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(1);
		transform:translateZ(0) translate(-50%, 0) scale(1) rotate(180deg);
		border-radius: 30%;
	}
	100% {
		border:15px solid #dd4e37;
		background-color:#dd4e37;
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(1.5);
		transform:translateZ(0) translate(-50%, 0) scale(1.5) rotate(360deg);
		border-radius: 50%;
	}
}
@-webkit-keyframes preloader {
	0% {
		border:15px solid #000;
		background-color:#000;
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(0);
		transform:translateZ(0) translate(-50%, 0) scale(0) rotate(360deg);
		border-radius: 50%;
	}
	20% {
		border:15px solid #2893d1;
		background-color:#2893d1;
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(1.5);
		transform:translateZ(0) translate(-50%, 0) scale(1.5) rotate(180deg);
		border-radius: 30%;
	}
	40%, 80% {
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(0);
		transform:translateZ(0) translate(-50%, 0) scale(0) rotate(0deg);
		border-radius: 0;
	}
	60% {
		border:15px solid #5ba525;
		background-color:#5ba525;
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(1);
		transform:translateZ(0) translate(-50%, 0) scale(1) rotate(180deg);
		border-radius: 30%;
	}
	100% {
		border:15px solid #dd4e37;
		background-color:#dd4e37;
		-webkit-transform:translateZ(0) translate(-50%, 0) scale(1.5);
		transform:translateZ(0) translate(-50%, 0) scale(1.5) rotate(360deg);
		border-radius: 50%;
	}
}
.form-group{
	margin-bottom:20px;	
	position:relative;
}
label.error{
	position:absolute;
	right:10px;
	top:30px;
	color:#b54c50;
	font-size:11px;
}
#form{
	clear:both;	
}

#buttons .btn{
	width:100%;
}
#trialAttribute .form-group{
	width:100%;
	float:left;
	
}
.divider{
	/*background:#106d94;*/
	background:transparent;
	height:1px;
	margin:10px 0px 10px 0px;
	clear:both;
	
}
#divModelConstraintsValues table tr td{
	padding:8px;	
}
.btn.btn-warning{
	line-height:1em;
}
.seperator{
	position: relative;
	width: 43px;
}
.seperator::after{
	content: ".";
	display: block;
	width: 2px;
	height: 2px;
	position: absolute;
	top: 3px;
	right: -9px;
}
.confirm-section .form-group{
	margin-bottom: 0;
}
.confirm-section .form-horizontal .control-label{
	padding-bottom: 0px;
}
p.strong-text{
	font-weight: bold;
}


.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #F3F3F3;
}
.panel-heading:not(.collapsed) .glyphicon-chevron-right, .panel-heading.collapsed .glyphicon-chevron-down {
 display:none;
}
.jqx-fill-state-pressed {
    background: #4386f9;
}
.jqx-splitter-splitbar-vertical {
    border-top-width: 1px;
    border-bottom-width: 1px;
    height: 99%;
    max-height: -webkit-calc(100% - 2px);
    max-height: -moz-calc(100% - 2px);
    max-height: calc(100% - 2px);
}
.inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.inline label, .inline .checkbox {
    margin: 0px 0px 0px 5px;
    vertical-align: text-bottom;
    font-size: 0.75rem;
    font-weight: 400;
    display: inline-block;
    
}
#license_text {
    max-width: 100%;
    border: 1px solid #ddd;
}
.bootstrap-filestyle .buttonText {
    padding-left: 5px;
}
.bootstrap-filestyle > .form-control {
    height: 40px;
    border-radius: 0px 4px 4px 0px;
}
.bootstrap-filestyle .btn {
    border-radius: 3px 0px 0px 3px;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn-group:not(:last-child) > .btn, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:first-child > .btn-group:not(:first-child) > .btn, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.divLoading {
	width: 100%;
	height: 100%;
	background: #ddd url(/images/pattern.png) repeat;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index:999;
}
.divLoading .divLoadingTxt {
	text-align: center;
	display: block;
	color: #001049;
	font-size: 20px;
	font-family: Verdana;
	margin-bottom: 30px;
}
.divLoading .divLoadingImg {
	width: 300px;
	height: 138px; 
	border-radius: 7px;
	overflow: hidden;
	display: inline-block;
	background: url(/images/loading.gif) no-repeat;
}
.divInnerLoading {
	position: absolute;
	text-align: center;
	left: 0;
	top: 50%;
	width: 100%;
	transform: -moz-translateY(-50%);
	transform: -webkit-translateY(-50%);
	transform: -ms-translateY(-50%);
	transform: translateY(-50%);
}
.inline {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
	    margin-top: 5px;
}

.inline label,
.inline .checkbox {
    margin: 0px;
    vertical-align: middle;
}

.inline .checkbox {
	height: auto;
    padding: 0px;
	box-shadow: none;
}
#dg {
	font-size: 12px;
}
#dg td, #dg th{
	border: 1px solid #ddd;
	padding: 2px 4px;
}
.isSelected td{
	background: #ccdce6;
}
.inner-container{
	padding-bottom: 30px;
}
.confirm-section .sub-heading{
	margin: 0 0 10px;
}
.confirm-settings label{
	margin-bottom: 0;
}
.confirm-settings .block{
	margin-bottom: 20px;
}

.mb-5{
	margin-bottom: 5px;
}
.mb-10{
	margin-bottom: 10px;
}
.ipInputField{
    width: 48px;
}
.hostInputField{
	width: 215px;
}