body{
    font-size: 15px;
}

.hide {
    display: none !important;
}

.text-white{
    color: #FFF !important;
}

.text-green{
    color: green !important;
}

.text-red{
    color: red !important;
}

.valign-middle{
    vertical-align: middle !important;
}

.seo{
    background-color: #e9ecef; color: #495057; font-size: 90%; width: 80px; text-align: right; display: inline-grid;
}
.seo.error{
    background-color: red; color: white;
}
.seo.warning{
    background-color: orange; color: white;
}
.seo.ok{
    background-color: green; color: white;
}

html .btn-gray {
    background-color: #5e5b5c;
    border-color: #5e5b5c #5e5b5c #474546;
    color: #FFF;
}

html .btn-red {
    background-color: #bb1030;
    border-color: #bb1030 #bb1030 #910e27;
    color: #FFF;
}

html .btn-blue {
    background-color: #095ce2;
    border-color: #095ce2 #095ce2 #0749b5;
    color: #FFF;
}

.card-actions.btn{
    top: 0 !important;
    right: 0 !important;
    padding-top: 0.30rem;
    padding-left: 0px;
}

.card-subtitle{
    font-size: 20px !important;
}

.datepicker{
    z-index: 99999 !important;
}

table tr td img{
    width: 100px;
}

.table th, .table td{
    padding: 0.35rem 0.75rem;
}

.custom-control{
    padding-left: 0px;
}

.has-error{
    border-left: 3px solid #ff0000;
}
.has-error label{
    /*color: #ff0000;*/
}

.grid-gallery {
    border: 1px dashed #CCC;
    position: relative;
    max-width: 100% !important;
}

.grid-gallery > div {
    background: #f6f6f6;
    border: 2px solid #333;
    position: absolute;
    height: 250px;
    width: 250px;
    cursor: move;
}

.grid-gallery > div:first-child {
    border: 4px solid blue;
}

.grid-gallery > .ss-placeholder-child {
    background: transparent;
    border: 1px dashed blue;
}

.moveRow{
    cursor: move;
}

.badge{
    font-size: 100% !important; margin-bottom: 4px;
}

.form-group + .form-group{
    padding-top: 0; border-top: none;
}

.dropdown-toggle{
    white-space: normal !important;
}

.my-dd-handle{ border: none; height: auto; }

.bootstrap-tagsinput .badge{ font-size: 15px !important; font-weight: 600;}

@media only screen and (min-width: 768px){
    .header.header-nav-menu .logo {
        position: relative;
        padding: 0 20px 0 5px;
    }

    html.fixed .inner-wrapper {
        padding-top: 60px;
    }
}

@media only screen and (max-width: 767px) {
    .inner-wrapper {
        padding-top: 80px;
    }
}