.btn-action {
    margin:5px 0 5px 5px;
    padding:5px;
    background: #f4f4f4;
    border-radius: 2px;
    color:#333;
}

.form-title {
    border-bottom: 4px solid #DDE0E1;
    padding: 10px 0;
}
.image-input-group img {
    width:100px;
    max-width:100%;
    padding-right: 10px;
}
.image-input-group > div {
    border: 1px solid #e4eaec;
}

/* = App General - Data filter */
.page-filter-wrapper {
    background: #ECEFF1;
}
.form-inline .form-group {
    margin-right: 10px;
}

.form-control {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 2.573rem;
    font-weight: 100;
    border-color: #e4eaec;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: -webkit-box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -o-transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    transition: box-shadow .25s linear,border .25s linear,color .25s linear,background-color .25s linear;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.radio-custom {
    padding-left: 20px;
}
.radio-custom label {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle
}

.radio-custom label:empty {
    padding-left: 0
}

.radio-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: 50%;
    -webkit-transition: border .3s ease-in-out 0s, color .3s ease-in-out 0s;
    -o-transition: border .3s ease-in-out 0s, color .3s ease-in-out 0s;
    transition: border .3s ease-in-out 0s, color .3s ease-in-out 0s
}

.radio-custom label::after {
    position: absolute;
    top: 7px;
    left: 7px;
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-left: -20px;
    content: " ";
    background-color: transparent;
    border: 2px solid #76838f;
    border-radius: 50%;
    -webkit-transition: .1s cubic-bezier(.8, -.33, .2, 1.33);
    -o-transition: .1s cubic-bezier(.8, -.33, .2, 1.33);
    transition: .1s cubic-bezier(.8, -.33, .2, 1.33);
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0)
}

.radio-custom input[type=radio] {
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0
}

.radio-custom input[type=radio]:checked + input[type=hidden] + label::before, .radio-custom input[type=radio]:checked + label::before {
    border-color: #e4eaec;
    border-width: 10px
}

.radio-custom input[type=radio]:checked + input[type=hidden] + label::after, .radio-custom input[type=radio]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1)
}

.radio-custom input[type=radio]:disabled {
    cursor: not-allowed
}

.radio-custom input[type=radio]:disabled + input[type=hidden] + label, .radio-custom input[type=radio]:disabled + label {
    opacity: .65
}

.radio-custom input[type=radio]:disabled + input[type=hidden] + label::before, .radio-custom input[type=radio]:disabled + label::before {
    cursor: not-allowed
}

.radio-custom.radio-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}

.radio-inline + .radio-inline {
    margin-left: 20px
}

.radio-default input[type=radio]:checked + input[type=hidden] + label::before, .radio-default input[type=radio]:checked + label::before {
    background-color: #fff;
    border-color: #e4eaec;
    border-width: 1px
}

.radio-default input[type=radio]:checked + input[type=hidden] + label::after, .radio-default input[type=radio]:checked + label::after {
    border-color: #3e8ef7
}

.radio-primary input[type=radio]:checked + input[type=hidden] + label::before, .radio-primary input[type=radio]:checked + label::before {
    border-color: #3e8ef7
}

.radio-primary input[type=radio]:checked + input[type=hidden] + label::after, .radio-primary input[type=radio]:checked + label::after {
    border-color: #fff
}

.radio-danger input[type=radio]:checked + input[type=hidden] + label::before, .radio-danger input[type=radio]:checked + label::before {
    border-color: #ff4c52
}

.radio-danger input[type=radio]:checked + input[type=hidden] + label::after, .radio-danger input[type=radio]:checked + label::after {
    border-color: #fff
}

.radio-info input[type=radio]:checked + input[type=hidden] + label::before, .radio-info input[type=radio]:checked + label::before {
    border-color: #0bb2d4
}

.radio-info input[type=radio]:checked + input[type=hidden] + label::after, .radio-info input[type=radio]:checked + label::after {
    border-color: #fff
}

.radio-warning input[type=radio]:checked + input[type=hidden] + label::before, .radio-warning input[type=radio]:checked + label::before {
    border-color: #eb6709
}

.radio-warning input[type=radio]:checked + input[type=hidden] + label::after, .radio-warning input[type=radio]:checked + label::after {
    border-color: #fff
}

.radio-success input[type=radio]:checked + input[type=hidden] + label::before, .radio-success input[type=radio]:checked + label::before {
    border-color: #11c26d
}

.radio-success input[type=radio]:checked + input[type=hidden] + label::after, .radio-success input[type=radio]:checked + label::after {
    border-color: #fff
}

.checkbox-custom, .radio-custom {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox-custom label, .radio-custom label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer
}

.checkbox-custom input[type=checkbox], .radio-custom input[type=radio] {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px
}

.checkbox-custom.disabled label, .radio-custom.disabled label, fieldset[disabled] .checkbox-custom label, fieldset[disabled] .radio-custom label {
    cursor: not-allowed
}

.input-group-addon .checkbox-custom, .input-group-addon .radio-custom {
    margin: 0
}

.checkbox-custom, .radio-custom {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px
}

.checkbox-custom label, .radio-custom label {
    min-height: 22px;
    margin-bottom: 0;
    font-weight: 300;
    cursor: pointer
}

.checkbox-custom input[type=checkbox], .radio-custom input[type=radio] {
    position: absolute;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -20px
}

.checkbox-custom.disabled label, .radio-custom.disabled label, fieldset[disabled] .checkbox-custom label, fieldset[disabled] .radio-custom label {
    cursor: not-allowed
}

.input-group-addon .checkbox-custom, .input-group-addon .radio-custom {
    margin: 0
}

.checkbox-custom {
    padding-left: 20px
}

.checkbox-custom label {
    position: relative;
    display: inline-block;
    padding-left: 10px;
    vertical-align: middle
}

.checkbox-custom label:empty {
    padding-left: 0
}

.checkbox-custom label::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: -20px;
    content: "";
    background-color: #fff;
    border: 1px solid #e4eaec;
    border-radius: .215rem;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s
}

.checkbox-custom label::after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 20px;
    height: 20px;
    padding-top: 1px;
    margin-left: -20px;
    font-size: 12px;
    line-height: 20px;
    color: #76838f;
    text-align: center
}

.checkbox-custom input[type=checkbox], .checkbox-custom input[type=radio] {
    z-index: 1;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0
}

.checkbox-custom input[type=checkbox]:checked + input[type=hidden] + label::before, .checkbox-custom input[type=checkbox]:checked + label::before, .checkbox-custom input[type=radio]:checked + input[type=hidden] + label::before, .checkbox-custom input[type=radio]:checked + label::before {
    border-color: #e4eaec;
    border-width: 10px;
    -webkit-transition: all .3s ease-in-out 0s;
    -o-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

.checkbox-custom input[type=checkbox]:checked + input[type=hidden] + label::after, .checkbox-custom input[type=checkbox]:checked + label::after, .checkbox-custom input[type=radio]:checked + input[type=hidden] + label::after, .checkbox-custom input[type=radio]:checked + label::after {
    font-family: "Web Icons";
    content: ""
}

.checkbox-custom input[type=checkbox]:disabled, .checkbox-custom input[type=radio]:disabled {
    cursor: not-allowed
}

.checkbox-custom input[type=checkbox]:disabled + input[type=hidden] + label, .checkbox-custom input[type=checkbox]:disabled + label, .checkbox-custom input[type=radio]:disabled + input[type=hidden] + label, .checkbox-custom input[type=radio]:disabled + label {
    opacity: .65
}

.checkbox-custom input[type=checkbox]:disabled + input[type=hidden] + label::before, .checkbox-custom input[type=checkbox]:disabled + label::before, .checkbox-custom input[type=radio]:disabled + input[type=hidden] + label::before, .checkbox-custom input[type=radio]:disabled + label::before {
    cursor: not-allowed;
    background-color: #f3f7f9;
    border-color: #e4eaec;
    border-width: 1px
}

.checkbox-custom.checkbox-circle label::before {
    border-radius: 50%
}

.checkbox-custom.checkbox-inline {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0
}

.checkbox-inline + .checkbox-inline {
    margin-left: 20px
}

.checkbox-default input[type=checkbox]:checked + input[type=hidden] + label::before, .checkbox-default input[type=checkbox]:checked + label::before, .checkbox-default input[type=radio]:checked + input[type=hidden] + label::before, .checkbox-default input[type=radio]:checked + label::before {
    background-color: #fff;
    border-color: #e4eaec;
    border-width: 1px
}

.checkbox-default input[type=checkbox]:checked + input[type=hidden] + label::after, .checkbox-default input[type=checkbox]:checked + label::after, .checkbox-default input[type=radio]:checked + input[type=hidden] + label::after, .checkbox-default input[type=radio]:checked + label::after {
    color: #3e8ef7
}

.checkbox-primary input[type=checkbox]:checked + input[type=hidden] + label::before, .checkbox-primary input[type=checkbox]:checked + label::before, .checkbox-primary input[type=radio]:checked + input[type=hidden] + label::before, .checkbox-primary input[type=radio]:checked + label::before {
    background-color: #3e8ef7;
    border-color: #3e8ef7
}

.checkbox-primary input[type=checkbox]:checked + input[type=hidden] + label::after, .checkbox-primary input[type=checkbox]:checked + label::after, .checkbox-primary input[type=radio]:checked + input[type=hidden] + label::after, .checkbox-primary input[type=radio]:checked + label::after {
    color: #fff
}

.checkbox-danger input[type=checkbox]:checked + input[type=hidden] + label::before, .checkbox-danger input[type=checkbox]:checked + label::before, .checkbox-danger input[type=radio]:checked + input[type=hidden] + label::before, .checkbox-danger input[type=radio]:checked + label::before {
    background-color: #ff4c52;
    border-color: #ff4c52
}

.checkbox-danger input[type=checkbox]:checked + input[type=hidden] + label::after, .checkbox-danger input[type=checkbox]:checked + label::after, .checkbox-danger input[type=radio]:checked + input[type=hidden] + label::after, .checkbox-danger input[type=radio]:checked + label::after {
    color: #fff
}

.checkbox-info input[type=checkbox]:checked + input[type=hidden] + label::before, .checkbox-info input[type=checkbox]:checked + label::before, .checkbox-info input[type=radio]:checked + input[type=hidden] + label::before, .checkbox-info input[type=radio]:checked + label::before {
    background-color: #0bb2d4;
    border-color: #0bb2d4
}

.checkbox-info input[type=checkbox]:checked + input[type=hidden] + label::after, .checkbox-info input[type=checkbox]:checked + label::after, .checkbox-info input[type=radio]:checked + input[type=hidden] + label::after, .checkbox-info input[type=radio]:checked + label::after {
    color: #fff
}

.checkbox-warning input[type=checkbox]:checked + input[type=hidden] + label::before, .checkbox-warning input[type=checkbox]:checked + label::before, .checkbox-warning input[type=radio]:checked + input[type=hidden] + label::before, .checkbox-warning input[type=radio]:checked + label::before {
    background-color: #eb6709;
    border-color: #eb6709
}

.checkbox-warning input[type=checkbox]:checked + input[type=hidden] + label::after, .checkbox-warning input[type=checkbox]:checked + label::after, .checkbox-warning input[type=radio]:checked + input[type=hidden] + label::after, .checkbox-warning input[type=radio]:checked + label::after {
    color: #fff
}

.checkbox-success input[type=checkbox]:checked + input[type=hidden] + label::before, .checkbox-success input[type=checkbox]:checked + label::before, .checkbox-success input[type=radio]:checked + input[type=hidden] + label::before, .checkbox-success input[type=radio]:checked + label::before {
    background-color: #11c26d;
    border-color: #11c26d
}

.checkbox-success input[type=checkbox]:checked + input[type=hidden] + label::after, .checkbox-success input[type=checkbox]:checked + label::after, .checkbox-success input[type=radio]:checked + input[type=hidden] + label::after, .checkbox-success input[type=radio]:checked + label::after {
    color: #fff
}

/* = app/sms
--------------------------------------------------------------------*/
.sms-contact-list {
    background: #f1f1f1;
    padding:10px  25px;
}
.sms-nostudents {
    line-height: 45px;
}

.login-page-img img {
    width:100%;
    max-width:500px;
}