/* 
Author: Start Bootstrap - http://startbootstrap.com
'SB Admin' HTML Template by Start Bootstrap

All Start Bootstrap themes are licensed under Apache 2.0. 
For more info and more free Bootstrap 3 HTML themes, visit http://startbootstrap.com!
*/

/* ATTN: This is mobile first CSS - to update 786px and up screen width use the media query near the bottom of the document! */

/* Global Styles */


img {
    display: block;
}
.handle > img {
    border: 1px solid #ddd;
    height: auto !important;
    margin-bottom: 5px;
    padding: 3px;
    width: 100% !important;
}
.mrtb {
    margin: 5px 0;
}
.modal-footer {
    padding: 0;
}

.modal-footer .btn-group button {
    height:40px;
    border-top-left-radius : 0;
    border-top-right-radius : 0;
    border: none;
    border-right: 1px solid #ddd;
}

.modal-footer .btn-group:last-child > button {
    border-right: 0;
}
.txtR > h3 {
    font-size: 18px;
    height: 50px;
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .iadd2 {
        width: calc(100% - 30px)!important;
        margin: 15px;
    }
    .proyecto {
        padding: 0;
        width: 245px;
        height: auto;
    }
}
@media screen and (max-width: 736px) {
    .iadd2 {
        width: 100%;
    }
    .iadd2 img {
        width: 100%;
        margin-bottom: 15px;
    }
    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-left: 0;
    }
}