
.opt{
    text-align: right;
}
h4{
    background: none;
}
h4 a {
    padding-right: 20px;
    color: #369;
    text-decoration: none;
    background: url(../img/icons/arrow_right.png) no-repeat top right;
}
/*dodane przy bootstrapie*/
.mat_photo_box{
    border:1px solid #AAA;
    margin: 0 auto;
    width:156px;
    height:156px;
    background: #FFF;
}
.mat_photo_structure_box{
    border:1px solid #AAA;
    margin: 0 auto;
    width:156px;
    height:80px;
    background: #FFF;
}
.ven_photo_box{
    border:1px solid #AAA;
    margin: 0 auto;
    width:156px;
    background: #FFF;
}
.form-group input[type=text], .form-group input[type=password], .form-group select, .form-group textarea{
    width:100%;
}
.req:before{
    font-family: FontAwesome;
    font-size: 10px;
    display: inline;
    color: #999;
    position: absolute;
    text-indent: -11px;
    content: "\f069";
}
.mat_frame{
    display: block;
    height: 200px;
}
.mat_frame_border{
    position: absolute;
    background-color: red;
    display: none;
    z-index: 1;
}
.mat_frame_border_top{
    height: 5%;
    top: 0;
    width: 100%;
    left: 0%;
}
.mat_frame_border_top.long{
    width: 100%;
    left: 0%;
}
.mat_frame_border_top.short{
    width: 90%;
    left: 5%;
}
.mat_frame_border_bottom{
    height: 5%;
    bottom: 0;
    width: 100%;
    left: 0%;
}
.mat_frame_border_bottom.long{
    width: 100%;
    left: 0%;
}
.mat_frame_border_bottom.short{
    width: 90%;
    left: 5%;
}
.mat_frame_border_left{
    width: 5%;
    left: 0;
    height: 100%;
    top: 0%;
}
.mat_frame_border_left.long{
    height: 90%;
    top: 5%;
}
.mat_frame_border_left.short{
    height: 100%;
    top: 0%;
}
.mat_frame_border_right{
    width: 5%;
    right: 0;
    height: 100%;
    top: 0%;
}
.mat_frame_border_right.long{
    height: 90%;
    top: 5%;
}
.mat_frame_border_right.short{
    height: 100%;
    top: 0%;
}


.mat_frame_img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.no-padding{
    margin: 0;
}
.padding-all-10{
    padding: 10px;
}
.padding-top-10{
    padding-top: 10px;
}
.padding-bottom-10{
    padding-bottom: 10px;
}
.padding-left-10{
    padding-left: 10px;
}
.padding-right-10{
    padding-right: 10px;
}
.no-margin{
    margin: 0;
}
.margin-all-10{
    margin: 10px;
}
.margin-top-10{
    margin-top: 10px;
}
.margin-bottom-10{
    margin-bottom: 10px;
}
.margin-left-10{
    margin-left: 10px;
}
.margin-right-10{
    margin-right: 10px;
}
.form_error{
    color: red;
}
.zmien_okleine {
    cursor: pointer;
}
.zmien_okleine:before {
    font-family: 'FontAwesome';
    content: "\f040";
    font-size: 1.3333333333333333em;
    line-height: 0.75em;
    vertical-align: -15%;
    color: #008800;
}