/** PNotify **/
.alert-success {
  color: #ffffff;
  background-color: rgba(38, 185, 154, 0.88);
  border-color: rgba(38, 185, 154, 0.88);
}

.alert-info {
  color: #E9EDEF;
  background-color: rgba(52, 152, 219, 0.88);
  border-color: rgba(52, 152, 219, 0.88);
}

.alert-warning {
  color: #E9EDEF;
  background-color: rgba(243, 156, 18, 0.88);
  border-color: rgba(243, 156, 18, 0.88);
}

.alert-danger,
.alert-error {
  color: #E9EDEF;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88);
}


/* alerts (when validation fails) */

.item .alert , .error-message {
  color: #ce5454;
  font-size: 14px;
  z-index: 1;
  padding:0;
  
}

.item.bad .alert {
  left: 0;
  opacity: 1;
}

.item.bad input{
	border-color:#ce5454;
	
}
.text-center{text-align:center;}


#divLoading
{
    display : none;
}
#divLoading.show
{
    display : block;
    position : fixed;
    z-index: 1001;
    background-image : url('../../images/loading.svg');
    background-color:#000;
    opacity : 0.44;
    background-repeat : no-repeat;
    background-position : center;
    left : 0;
    bottom : 0;
    right : 0;
    top : 0;
}
#loadinggif.show
{
    left : 50%;
    top : 50%;
    position : absolute;
    z-index : 101;
    width : 32px;
    height : 32px;
    margin-left : -16px;
    margin-top : -16px;
}


.testadpg {
    display: inline-block;
    margin-top: 18px;
	margin-bottom: 18px;
    width: 100%;
}

.optiondiv {
    position: relative;
    width: 97.5%;
}

.optionleft {
    float: left;
    position: absolute;
    width: 55px;
}

div, ul, li, p, font, strong, span, lable, h1, h2, h3, h4, h5, h6, h7, h8, h9, class, form, input, textarea, radio, checkbox {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}


.testhdng {
    color: #333;
    display: inline-block;
    font-family: Roboto;
    font-size: 13px;
    margin: 0 0 3px;
    text-transform: capitalize;
    width: 100%;
}


.currentbox1 {
    background-color: #0063c6;
    color: #fff;
    font-family: Roboto;
    font-size: 13px;
    font-weight: 700;
    padding: 2px 0;
    text-align: center;
}


.currentbox2 {
    border: 1px solid #cad1d7;
    height: 30px;
    margin: 0;
    padding: 4px 0;
    text-align: center;
}
.checkinr.cck {
    height: 13px;
    margin: 8px;
    width: 13px;
}


.adoption {
    margin-left: 66px;
    right: 0;
}
.clearboth{clear:both;}

.addnwoptn {
    background: #ccc none repeat scroll 0 0;
    border-radius: 2px;
    cursor: pointer;
    display: inline-block;
    float: right;
    line-height: 22px;
    margin-right: 0;
    margin-top: 6px;
	margin-bottom: 6px;
    padding-right: 5px;
	font-size:10px;
}

.addfltcn::before {
    background: #ccc none repeat scroll 0 0 !important;
    border: 1px solid #ccc !important;
    border-radius: 2px !important;
    color: #333 !important;
    margin-left: 5px;
    transition: none 0s ease 0s ;
}
.addflt5::before {
    border: 1px solid !important;
    font-size: 14px !important;
}
.admoretest {
	position: absolute;
	right: -27px;
	top: 0;
    display: inline-block;
    float: right;

}

.row h1 {
    margin-top: 20px;
}
.front-theme{margin:0 !important;}

.give-test{ text-align:center; text-decoration:none;}
.give-test:hover{ text-decoration:none;}

.sidebar {
    width: 190px;
}
#page-wrapper {
    margin: 0 0 0 190px;
}    .table {
  font-size: 12px;
}

.give-test  .panel-footer {
    font-size: 13px;
    height: 34px;
}