/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 17 Oct, 2016, 1:48:29 PM
    Author     : rpsc
*/
body{
    background-color: #222d32;
}
.vertical-offset-100{
    margin-top: 100px;
}
.vertical-offset-30{
    margin-top: 30px;
}
.vertical-offset-10{
    margin-top: 10px;
}
.vertical-offset-50
{
    margin-top: 50px;
}
.box,.btn{
    border-radius: 0px;
}
.fa-user,.fa-lock,.fa-plus-square{
    font-size: 18px;
}
.panel,.panel-body,.panel-heading{ border-radius: 0px; }
/*.box-primary{
    box-shadow: 10px 10px 5px #888888; 
}*/
.fail{
    color:red;
}
.error{
    color:red;
}
#center{
    text-align: center;
}
.panel-green {
    border-color: #5cb85c;
}

.panel-green > .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green > a {
    color: #5cb85c;
}

.panel-green > a:hover {
    color: #3d8b3d;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow > .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow > a {
    color: #f0ad4e;
}

.panel-yellow > a:hover {
    color: #df8a13;
}
#error_msg{
    display: block;
}
.link-border{
    border: 1px solid #ccc;
    padding: 15px 3px 20px 3px;
}
#accordion .panel-default>.panel-heading {
    color: #333333;
    background-color: #ffffff;
    border: none;
    /*border-bottom: 1px solid #e7e7e7;*/
    padding: 15px;
}
#accordion .panel-default>.panel-heading .panel-title a{
    color: #444444;
    display: block;
}
#accordion .panel-default >.panel-heading .panel-title a:hover,
#accordion .panel-default >.panel-heading .panel-title a:active{
    text-decoration: none;
}
#accordion .panel-default .panel-body {
    color: #777777;
    font-size: 12px;
    line-height: 1.8em;
}
#custom-handle {
    width: 2em;
    height: 1.6em;
    top: 50%;
    margin-top: -.8em;
    text-align: center;
    line-height: 1.6em;
}
.sidebar-menu li ul li {
    padding: 5px 7px;
}
/*.sidebar-menu li ul li:hover,
.sidebar-menu li ul li:focus,
.sidebar-menu li ul li:active
{
    background-color: #222;
    border-left: 3px solid #605ca8;
}*/
.active-menu{
    background-color: #222222;
    border-left: 3px solid #605ca8;
}
#review-panel .radio input[type=radio], .radio-inline input[type=radio] {
    position: absolute;
    margin-left: 28px;
}
#login-wrapper{
    background-color: #f6f6f6;  
}
.text-white{
    color: #fff;
}
.fc-time{
    display : none;
}
#scroll{ overflow-y: scroll; height: 500px;}

.no-js #loader { display: none;  }

.js #loader { display: block; position: absolute; left: 100px; top: 0; }

.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
        opacity: 0.5;
	z-index: 9999;
	background: url(../images/Preloader_2.gif) center no-repeat #fff;
}