/*------------------------------------------------------------------------------------*/
/*------------------------------  YOUR CUSTOM CSS STYLE  -----------------------------*/

.navbar-inverse .navbar-brand {
    background:url(../img/sunexpress-logo-s.png) 0 0 no-repeat;
    width:133px;
    margin-top:5px;
}     

#loading {
    top:40%;
    overflow-y:hidden;
}

.input-sm {
    border-radius: 3px;
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 5px 10px;
}

.btn-xs
{
    margin-left: 10px; padding: 2px 10px !important; font-size:10px;
}

.display-none {
    display:none;
}

.modal-w-100 {
    width:100px;
}
.modal-w-200 {
    width:200px;
}
.modal-w-300 {
    width:300px;
}
.modal-w-400 {
    width:400px;
}
.modal-w-500 {
    width:500px;
}
.modal-w-600 {
    width:600px;
}
.modal-w-700 {
    width:700px;
}
.modal-w-800 {
    width:800px;
}

#modal-warning .modal-header {
    padding:10px 20px;
}
#modal-warning .modal-body {
    padding:10px 20px;
}
#modal-warning .modal-footer {
    padding:5px; margin-top:0;
}

#modal-warning .bg-red h4, #modal-warning .bg-blue h4 {
    color:#FFF !important;
}

.cfade {
    opacity: 0;
    -webkit-transition: opacity .25s linear;
    transition: opacity .25s linear;
}
.cfade.in {
    opacity: 1;
}
.modal.cfade .modal-dialog {
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition:    -moz-transform .5s ease-out;
    -o-transition:      -o-transform .5s ease-out;
    transition:         transform .5s ease-out;
}
.modal-backdrop.cfade {
    filter: alpha(opacity=0);
    opacity: 0;
    -webkit-transition: -webkit-transform .5s ease-out;
    -moz-transition:    -moz-transform .5s ease-out;
    -o-transition:      -o-transform .5s ease-out;
    transition:         transform .5s ease-out;
}