/*******THUMB*********/
.thumb{ font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; color:#003366; width:400px; height:120px; position:relative; float:left; text-align:center; }
.pic_thumb{ background:url("../img/pic_bg.png") left top no-repeat; padding:10px 10px 10px 5px; width:115px; float:left; height:115px; }
.pic_input{ padding:10px; width:230px; float:left; height:100px;}
.pic_thumb img{ width:100px; height:100px; float:left;}
.pic_input input{ width:100px; height:30px; float:left;}
.pic_input input[type="file"] {width: 230px !important;}
/*******end thumb*****/

/*******start status****/
.thumb_with_status{ height:300px;}
/*******end status*****/


/****start cropping*****/
.box_shadowed{ background-color: #FFFFFF; border: 1px solid #AAAAAA; border-radius: 2px 2px 2px 2px;box-shadow: 3px 3px 15px #BBBBBB; color: #444444;font-weight: bold; padding: 5px 5px; position:absolute; z-index:15; margin-top:20px; display:none;}

.box_shadowed_close{float:right;position: relative; margin-right:0; margin-bottom:0;}
/****end cropping****/

.img-responsive {
    width: 100%;
    height: 100%;
    max-width: 200px;   
    max-height: 400px;  
    object-fit: contain; 
}