body {
      padding: 0;
      background: linear-gradient(to bottom, #5998D3 0%, #051039 100%) !important;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: cover;	
	  margin: 0px;
	  height: 100vh !important;
}

.no-padding {
	padding: 0;
}

.bs-docs-section{
	border-top: none;
	margin:0px;
}

.form-horizontal .control-label{
	text-align: left !important;
}

.login-page{
	background: linear-gradient(to bottom, #5998D3 0%, #051039 100%) !important;
}

.login-page a.logo{
	display: none;
}

.remember-style{
	display:inline;
}

.span2 {
    width: 100% !important;
    text-align: left;
}

#loginForm ul{
	color: red;
    margin: 8px;   
    width:100%;
    padding:0;
	text-align: center;
}

.login_bx_1{
	width: 100%;
	max-width: none;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    padding: 0px;
    border-radius: 10px;
    background: #fff;
	max-width: 800px;
	margin-top: 8px;
}

.login-box-body{
	width: 30%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    padding: 10px;
    background: #fff;
    border-radius: 10px;
    color: #000;
    text-align: center;
}
.reg-width{
	width: 40%;
}
.send-email .btn{
	margin: 0px auto; 
	width:auto;
}

.left-bg-space{
	background-image: url("img/left-img.jpg");
	background-position: right;
  	background-repeat: no-repeat;
  	background-size: cover;
  	height: 100%;
  	border-radius: 10px 0px 0px 10px;
}

.spl-logo-error{
	background-image: url("img/logo.png");
	height: 110px;
    background-size: contain;
    background-repeat: no-repeat;
}

.ping-login-logo{
	background-image: url("img/logo.png");
	height: 99px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#loginForm .control-labe{
	text-align: left !important;
}
.left_form_border {
	border-right: 1px solid #ccc;
}
.left_form_bx{
	margin: 0px 20px 35px 20px;
	padding: 0px;
}
.right_panel_bx{
	margin: 30px 20px 35px 30px;
	padding: 0px;
}
@font-face {
  font-family: headingStyle;
  src: url(font/static/Orbitron-ExtraBold.ttf);
}
.provider_heading{
	font-family:'headingStyle';
	text-transform: uppercase;
	text-align:center;
	font-size: 24px;
    font-weight: bold;
    color: #000;
	margin-bottom:70px;
	letter-spacing: 5px;
}
.button_Wrapper {
	max-height:300px;
	overflow:auto;
	width:100%;	
	padding: 0 15px;
}

.button_cnt {	
	display: grid;
}
.icon-input-btn {
	display: inline-block;
	border: 1px solid #ccc;
	margin-bottom: 15px;
	padding:5px;
	border-radius: 5px;
	cursor: pointer;
}
.icon-input-btn:hover,
.icon-input-btn:active,
.icon-input-btn:visited {
	text-decoration:none;
}
.icon-input-btn:hover {
	box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

.icon-input-btn .pButton{    
    background-color: #fff;
	border:0 ;
	color:#1555b5;
	font-size:18px;
	font-weight: bold;
	padding:0 5px;
	text-transform: uppercase;
}
.icon-input-btn .icon img {
	width:25px;
	vertical-align: middle;
}

.validation-msg {
	color: red !important;
	margin: 0px 8px !important;
	width: calc(100% - 15px) !important;
	position: relative !important;
	top: -10px !important;
}
	
.logo img{
	width: 200px;
}

.spl-logo img, .spl-logo{
	width: 200px;
}

.login-box-body p.login-box-msg {
    background: #1d2546;
    color: #fff;
}

.error-section{
	background-color: #fff;
	border-radius: 10px;
	padding: 15px 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	width: 50%;
    margin: 0px auto;
}

.error-section .section img{
	width: 50px;
}

.center, .spl-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width:75%;
}

.lockscreen-wrapper{
	text-align: center;
    background: #fff;
    width: 40%;
    padding: 10px;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.lockscreen-wrapper a.btn{
    width: 150px;
    margin: 10px auto;
    padding: 5px;
}

.notification_popup{
	background-color:#fff;
	padding: 15px;
	max-width: none;
	width: 50%;
    border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.notification_popup h4{
	text-align: center;
    background: #1d2546;
    color: #fff;
    padding: 5px;
}

.notification_popup ul li{
	list-style: none;
}

.btn_rw{
	text-align: center;
	margin-top:15px;
}

.btn_rw a.button-primary {
	margin: 5px;	
	padding: 5px 46px;
	background-color: red;
	color: #fff;
}
 .btn_rw a.button-default {
	margin: 5px;	
	padding: 5px 30px;
	background-color: #1d2546;
	color: #fff;
}

.footer p{
	color: #ff6600 !important;
	margin-bottom: 0px !important;
}
.footer-copyright{	
	width: 100%;
	text-align: center;
}
.footer-copyright p{
	color: #ff6600 !important;
	font-size: 10px !important;
	font-weight: bold !important;
}

.footer-copyright a{
	color: #ff6600 !important;
	font-size: 10px !important;
	font-weight: bold !important;
}

.padding_spc {
	border-top:0;
	padding-bottom: 0px;
	padding-top: 15px;
}

.barcode-main{
	width: 80%;
	border: 1px solid #000;
	border-radius: 10px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.navbar-nav {
        padding-top: 30px;
}

ul, ol {
        margin-bottom: 0;
}

a {
        color: red;
        transition: all 0.5s ease-in-out 0s;
}

a:hover, a:focus {
        color: red;
        text-decoration: underline;
        transition: all 0.5s ease-in-out 0s;
}

.btn-primary {
        color: #fff;
        background-color: red;
        border-color: #ffffff;
        min-width: 100px;
        transition: all 0.5s ease-in-out 0s; 
}

.btn-primary:hover, .btn-login:focus {
        background-color: #ffffff;
        border-color: red;
        color: red;
        transition: all 0.5s ease-in-out 0s;
}

.form-control:focus {
        border-color: red;
}

input[type="text"]:focus, input[type="password"]:focus {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px
                rgba(0, 117, 65, 0.71), inset 0px 0px 3px #007541;
}

.panel-default>.panel-heading {
        color: red;
        font-size: 18px;
}

.input-name {
        padding-top: 3px;
}

.panel-order hr {
        margin: 10px 15px;
}

.panel-order .panel-body {
        height: 260px;
        overflow-y: auto;
}

.panel-order .panel-body>.row:last-child hr {
        display: none;
}

.list-inline>li {
        margin-bottom: 5px;
        vertical-align: middle;
}

.list-inline>li img {
        max-width: 40px;
}

.social-wrapper {
        position: relative;
        text-align: center;
        padding: 20px;
        border: 1px solid #dfdfdf;
        border-radius: 4px;
        background-color: #f5f5f5;
}
#footer {
        padding: 30px 0 20px;
        text-align: center;
        border-top: 0;
}

.reg-width span.rf-msgs{
    display: block;
    padding: 10px;
    position: relative;
    width: 370px;
    border-radius: 10px;
    right: -680px;
    top:58px;
}
.reg-width .errors .rf-msg-err{
	background-color: #ddd;
	position: absolute;
    left: 372px;
    top: 20px;
    width: 350px;
    padding: 3px;
    border-radius: 5px;
}
.reg-width .rf-msgs-err{
    margin-bottom: 5px;
    background-color: #ddd;
    padding: 3px;
    border-radius: 5px;
}
.reg-width .rf-msg-det{
    margin-top: 18px;
    background-color: #ddd;
}

.login-box, .register-box {
    margin: auto !important;
}

.login-pg-box-body {
	padding-right: 15px;
	padding-left: 15px;
}

.spl-center{
  	width: 40%;
}

#registrationFormHolder> div.col-md-12> span{
	width: 95%;
}

.dialog table tr td.name input.input-reset{
	margin-bottom:10px;
}

#logoObject img {
	display:none
}
.tooltipDiv{
	width: 15px;
    height: 15px;
    background-color: 1B3055;
    display: inline-block;
    color: white;
    line-height: 15px;
    text-align: center;
}
@media screen and (max-width: 575px)  {
	.left-bg-space {
		height: 0;
		display: none;
	}
	.left_form_bx {
		margin-bottom:15px;
	}
	.right_panel_bx {
		margin-top:0;
	}
	
	.provider_heading {
		background: #0b59b3;
		color:#fff;
		margin-bottom:35px;
	}
	.center, .spl-center{
		margin: 0;
	  	position: unset;
	  	top: initila;
	  	left: initila;
	  	transform: none;
	  	width: 100%;
	}
}

@media screen and (min-width: 576px)  {
	.provider_heading {
		background: #0b59b3;
		color:#fff;
	}
}

@media screen and (min-width: 768px)  {
	.provider_heading {
		background: none;
		color: #000;
	}
}


@media screen and (min-width: 100px) and (max-width: 768px){
	.login_bx_1, .error-section, .lockscreen-wrapper, .notification_popup, .login-box-body {
		width: 90%;
	}
	.btn_rw a.button-primary, .btn_rw a.button-default{
		display: block;
	}
	.btn-primary{
		width: 100%;
	}
}

@media screen and (min-width: 100px) and (max-width: 991px){
	.dialog table{
		width: 100%;
	}
	.dialog table tr td.name input.input-reset{
		width: 100%;
		margin-bottom:10px;
	}
	.reg-width{
		width: 100%;
	    height: 70vh;
    	overflow-y: auto;
    	overflow-x: hidden;
	}
	.reg-width span.rf-msgs{
	    display: initial;
	    padding: initial;
	    position: initial;
	    width: auto;
	    border-radius: initial;
	    right: 0px;
	    height: auto;
	    top: initial;
	}
	.reg-width .rf-msgs-sum{
		display: block;
    	margin-left: 20px;
	}
	.spl-center{
		margin: 0;
	  	position: unset;
	  	top: initila;
	  	left: initila;
	  	transform: none;
	  	width: 100%;
	}
	.login-box{
		margin-top: 0px;
		/*height: 450px;*/
	}
	div.row> span.col-sm-4{
		display: contents !important;
	}
	#registrationFormHolder> div.col-md-12> span{
		width: 95%;
		display: block;
	}
	#registrationFormHolder> div.col-md-12> div.row span.col-lg-8{
		display: block;
	}
	.reg-width .errors .rf-msg-err {
	    left: 0px;
	    top: 35px;
	    width: 270px;
	}
	
}

@media screen and (max-height: 450px){
	
	.footer-copyright{
		position: relative !important;
	}
	.center, .spl-center {
      	margin: 0px auto;
	    position: initial;
	    top: auto;
	    left: auto;
	    -ms-transform: none;
	    transform: none;
	}
	body{
		height: initial;
	}
	.reg-width {
		height: 40vh;
	}
}
