.page-container .main-content .page-title .breadcrumb-env {
    float: left;
    padding-left: 30px;
}
.list-inline {
    display: inline-block;
}
.page-container .main-content .page-title .breadcrumb-env .breadcrumb {
    display: inline-block;
}
.login-page {
    background: #fff;
    color: #fff;
    padding-top: 150px;
}
.required{
    color: red;
}
.form-description{
    height: 150px !important;
}
.droppable-area{
    position: relative;
}
.upload-image {
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    right: 0;
    left: 0;
    cursor: pointer;
}
.img-small{
    height: 28px;
}
.center-cont{
    text-align: center;
}
i.be-icon {
    background-color: #756969;
    color: #ffffff;
    font-size: 26px;
    border-radius: 4px;
    margin-left: 5px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    display: inline-block;
}
.ico {
    display: inline-block;
    overflow: hidden;
    background-image: url(../images/icons.png);
    background-repeat: no-repeat;
}
.i-easy {
    background-position: 0 0;
    width: 14px;
    height: 13px;
}
.i-medium {
    background-position: -15px 0;
    width: 14px;
    height: 13px;
}
.i-hard {
    background-position: -30px 0;
    width: 14px;
    height: 13px;
}
.nav-tabs li a i {
    display: block;
    color: #999;
    margin-bottom: 5px;
}
.igallery{
    cursor: pointer;
}
.igallery_sortable tr{
    height: 100px;
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
}
.igallery_sortable .no-images{
    height: 50px;
}
.igallery_sortable tr img{
    height: 60px;
    line-height: 80px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;

}
.igallery_sortable tr button,
.igallery_sortable tr button:focus:active, 
.igallery_sortable tr button:hover:active,
.igallery_sortable tr button:active{
    position: absolute;
    line-height: 1.44;
    right: 10px;
    top: 20px;
    z-index: 99;
}
.idroppable-area{
    position: relative;
}
.idroppable-area input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.igallery_sortable tr button {
    height: 30px;
    width: 30px;
    line-height: 19px !important;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    margin-top: 15px;
    margin-right: 15px;
}
.igallery_sortable tr td {
    width: 100%;
    display: block;
    border: 0 !important;
    float: left;
}
.egallery{
    cursor: pointer;
}
.egallery_sortable tr{
    height: 100px;
    width: 100%;
    text-align: left;
    position: relative;
    display: block;
}
.egallery_sortable .no-images{
    height: 50px;
}
.egallery_sortable tr img{
    height: 60px;
    line-height: 80px;
    float: left;
    margin-top: 10px;
    margin-left: 10px;

}
.egallery_sortable tr button,
.egallery_sortable tr button:focus:active, 
.egallery_sortable tr button:hover:active,
.egallery_sortable tr button:active{
    position: absolute;
    line-height: 1.44;
    right: 10px;
    top: 20px;
    z-index: 99;
}
.edroppable-area{
    position: relative;
}
.edroppable-area input {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.egallery_sortable tr button {
    height: 30px;
    width: 30px;
    line-height: 19px !important;
    text-align: center;
    padding: 0;
    border-radius: 3px;
    margin-top: 15px;
    margin-right: 15px;
}
.egallery_sortable tr td {
    width: 100%;
    display: block;
    border: 0 !important;
    float: left;
}
.margin-bottom-10{
    margin-bottom: 10px;
}

.ctable-row{
	cursor:pointer !important;
}

#demo {
  height:100%;
  position:relative;
  overflow:hidden;
}


.green{
  background-color:#6fb936;
}
        .thumb{
            margin-bottom: 10px;
			margin-top: 10px;
        }
        
        .page-top{
            margin-top:85px;
        }

   
img.zoom {
    width: 100%;
    height: 100px;
    border-radius:5px;
    object-fit:cover;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
}
        
 
.transition {
    -webkit-transform: scale(1.2); 
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}
    .modal-header {
   
     border-bottom: none;
}
    .modal-title {
        color:#000;
    }
    .modal-footer{
      display:none;  
    }