
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,900);

a[data-toggle="modal"] {
    /*margin: 5px;*/
}

.modal {
    text-align: left;
}
.modal-content {
    font-family: 'Roboto', Arial, Helvetica, sans-serif;
    border: none;
    border-radius: 2px;
    box-shadow: 0 16px 28px 0 rgba(0,0,0,0.22),0 25px 55px 0 rgba(0,0,0,0.21);
    color: #4c4c4c;
}
.modal-header{
    border-bottom: 0;
    padding-top: 15px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 0px;
}
.modal-title {
    font-size: 24px;
}
.modal-body{
    border-bottom: 0;
    padding-top: 5px;
    padding-right: 26px;
    padding-left: 26px;
    padding-bottom: 10px;
    font-size: 15px;
}
.modal-footer {
    border-top:0;
    padding-top: 0px;
    padding-right:26px;
    padding-bottom:26px;
    padding-left:26px;
}
.modal .btn-default,.btn-primary {
    border: none;
    border-radius: 2px;
    display: inline-block;
    color: #424242;
    background-color: #FFF;
    text-align: center;
    height: 36px;
    line-height: 36px;
    outline: 0;
    padding: 0 2rem;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12);
    letter-spacing: .5px;
    transition: .2s ease-out;
}
.modal .btn-default:hover{
    background-color: #FFF;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.modal .btn-primary {
    color: #FFF;
    background-color: #2980B9;
}
.modal .btn-primary:hover{
    background-color: #2980B9;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}

.modal .btn-sm{
    height: auto;
}