/*******************************24-11-16*********************************/

.content-wrapper.rght-side {
    height: auto !important;
    min-height: 1200px !important;
}

.rght-side .box-body {
    width: 100%;
    float: left;
}

.image_size {
	width:173px;
}

/***********************for icons round and color********** 8-2-18********************/
.round {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #222;
    color: #FFF;
    text-align: center;
}
.round.hollow {
    display: inline-block;
    height: 30px;
    width: 30px;
    line-height: 30px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    background-color: #FFF;
    color: #222;
    text-align: center;
    -webkit-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0px 3px rgba(0,0,0,0.75);
}

.round.round-sm {
    height: 20px;
    width: 20px;
    line-height: 20px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 0.7em;
}


.round.orange {
    background-color: #FF6701;
}

.round.green {
    background-color: #42A129;
}



.round.hollow.orange {
    color: #FF6701;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #FF6701;
    -moz-box-shadow: 0px 0px 0px 3px #FF6701;
    box-shadow: 0px 0px 0px 3px #FF6701;
}

.round.hollow.green {
    color: #42A129;
    background-color: #FFF;
    -webkit-box-shadow: 0px 0px 0px 3px #42A129;
    -moz-box-shadow: 0px 0px 0px 3px #42A129;
    box-shadow: 0px 0px 0px 3px #42A129;
}

/***********************dashboard message********** 15-2-18********************/
.col-lg-6.col-xs-12.dashboard_mess {
    background-color: #fff !important;
        padding: 10px 0px 10px 0px !important;
        margin-left: 14px !important;
        width: 47.5% !important;
        height: auto !important;
        border: 1px solid #eaeaea !important;
         font-size: 17px;
}
.small-box1.das_box {
  box-shadow: none ;
    padding: 10px 10px 10px 10px !important;
}
/****************************************************20-2-18*******************************************/
.table-bordered>thead>tr>th, .table-bordered>thead>tr>td {
	background: linear-gradient(-90deg, #45a8a5, #3785a3);
	color:#fff;
	font-weight:600;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	background-color: #3785a3;
}
select.form-control.input-sm {
   
    margin: 0px 5px !important;
}
input.form-control.input-sm {
    margin: 0px 5px !important;
}