/* Modal chrome — the head bar, the grouped body and the action row.
   Every page that opens a remodal needs these, so they load with the app
   rather than with the dashboard. */

.modal-head {
    padding: 13px 30px;
    background: #32b8cb;
    color: white;
    border-radius: 5px 5px 0 0;
}

.modal-head h1{
    font-size: 21px;
    text-align: center;
    font-family: "Open Sans";
    font-weight: 600;
    text-transform: uppercase;
}

.modal-head .remodal-close{
    right: 10px;
    left: auto;
    top: 10px;
    color: white;
}

.modal-body{

}

/* A modal that asks for input rather than a yes/no: fields read left to right,
   like every other form in the product. */
.modal-form,
.modal-create-filter,
.modal-settings{
    text-align: left;
    padding: 0 !important;
}

.remodal .group{
    padding: 20px 10px;
}

.remodal.modal-settings .group .options{
    margin-left: 30px;
}

.remodal .group .options fieldset label{
    padding: 0 0 6px 6px;
}

.remodal .group .chosen-container{
    width:100% !important;
}

.remodal .group .options .option{
    display: inline-block;
    padding: 15px;
}

.remodal .group .options fieldset{
    margin: 0 auto;
    max-width: 500px;
}

@media only screen and (min-width: 641px){
    .remodal {
        max-width: 600px !important;
    }
}

.remodal .group:nth-child(odd){
}

.modal-actions .button{
    float: right;
    vertical-align: top;
    margin-bottom: 20px;
    margin-left: 10px;
}


.remodal .group-title{
    font-weight: bold;
    padding: 5px 20px;
}

.remodal .group-title-text{
    display: inline-block;
    vertical-align: top;
    color: #000000;
    margin-top: 1px;
    font-weight: 600;
    font-family: "Open Sans";
}
.remodal .group-title-icon{
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    color: #6EBACC;
    margin-right: 5px;
    font-size: 21px;
}

.remodal .option{
    padding: 5px 20px;
}

.remodal .option input[type="checkbox"]{
    vertical-align: top;
    margin-top: 2px;
    margin-right: 5px;
    font-size: 16px;
}

.remodal .option label{
    vertical-align: top;
}

.modal-actions .button i{
    margin-right: 5px;
}
