﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
     background: #e9e9e9 url(../images/grid.png) repeat 0 0;
    position:relative;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 30px !important;
    background-color: white;
    border-radius: 0px 0px 30px 30px;
}

/***BOOTSTRAP REDEFINE*/
.dropdown-menu>li>a:hover {
    background-color: black !important;
}

.form-checkbox {
    width: 285px;
    height: 34px;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 6px 12px;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select{
    max-width: 280px;
}

.form-answer{
    display:none !important;
}

div.dt-table{
    margin-top:20px !important;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
}

.lnk-logoff {    
    margin-top: 8px;
    margin-left: 20px;
    background-color: #333;
    color: #ccc;
}

.alert-login{
    font-size: 18px !important;
    margin-bottom:10px;
}

.error{
    color:#b94a48;
    font-size:14px;
    font-weight:bold;
}

.logininput {
    height: 49px !important;
}

.ck-editor-wrapper{
    width: 69%;
    float: left;
}

 .panel-r {
	float:right;
	display:block;
	height:507px;
	width:30%;
	overflow:hidden;
	color:#666666;
	text-decoration:none;
	font-size:16px;
	line-height:1.5em
}

.panelContent {
	padding:5px;
	height: 507px;
    overflow-y: auto;
    overflow-x: hidden;	
}
.toggle-btn {
	width:42px;
	height:507px;
	float:left;
	background-color:lightgray;
	border-right:2px solid #ffffff;
	cursor:pointer
}
.vertical-text {
	writing-mode: vertical-rl;
  text-orientation: sideways-right;
  margin-top:20px;
  margin-left: 7px;
  letter-spacing: 25px;
}

.vertical-text i {
	margin-bottom:10px;
}
.spam-label{
    font-weight: bold;
}

ul.dropdown-menu li a i{
    margin-right: 6px;
}

ul.spam-item li{
        margin-bottom: 7px;
    font-size: 14px;

}

.hidden{
    display:none;
}
.ajax_loader{
    position:absolute;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background:rgba(0,0,0,.5);
    z-index:100;
}