@charset "UTF-8";
/*
 * jQuery File Upload Plugin CSS Example
 * https://github.com/blueimp/jQuery-File-Upload
 *
 * Copyright 2013, Sebastian Tschan
 * https://blueimp.net
 *
 * Licensed under the MIT license:
 * http://www.opensource.org/licenses/MIT
 */

/*body {
  padding-top: 60px;
}*/

.img_container {
    position:relative;
    display:inline-block;
    text-align:center;
    border:1px solid #3c8dbc;
    height:200px;
    width:200px;
    vertical-align:middle;
}
.img_container img {
    width:auto;
    height:auto;
    max-width:180px;
    max-height:180px; 
}

.img_container label {
    position:absolute;
    bottom:10px;
    left:10px;
    width:80px;
    height:30px;
    padding-top: 10px;
}

.img_container .button {
    position:absolute;
    bottom:10px;
    right:10px;
    width:80px;
}

.box-body .sarit.img-responsive{
  max-height: 350px;
  max-width: 529px;
}
