/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
body:not(.menu-on-top).desktop-detected {
    min-height: 100% !important;
    overflow-x: hidden;
}

.note {
    text-align: center;
}

.smart-form footer .btn.login-button {
    float: inherit;
    margin: 10px 0px 10px 0px;
    width: 100%;
}

.smart-form input.input-border-none {
    border-right-style: none;
    border-left-style: none;
    border-top-style: none;
}

.auth-header {
    background-color: #f3f3f3;
}

.auth-header h5 {
    margin: 10px 0;
    text-align: center;
    font: italic 600 20px "Open Sans", Helvetica, Arial, sans-serif;
    color: #275b89;
}

.alert-custome {
    position: absolute;
    float: right;
    z-index: 1000;
    right: 0px;
    top: 0px;
}

i.auth-icon {
    display: contents;
}

#map-canvas, #map-canvas-modal-af {
    min-height: 65vh
}

#map-canvas-full-height {
    min-height: 90vh;
}

div.intl-tel-input,
.flag-container {
    width: 100%;
}

@media (min-width: 768px) {
    .auth-header-center h5 {
        font-size: 2em;
    }
}

#loader {
    z-index: 9;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100vw;
    background: grey;
    opacity: 0.6;
}

#loader div {
    position: relative;
    height: 100vh;
}

#loader img {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

img.circle {
    border-radius: 50%;
}

.no-box-shadow {
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
}

.chat-counter {
    width: 20px;
    height: 20px;
    margin-left: 10px;
    background: #FDB71A;
    color: #0B0B09;
    border-radius: 50%;
    font-style: normal;
    font-size: 11px;
    line-height: 20px;
    padding: 0 !important;
}

.chat-counter[hidden] {
    display: none;
}

.online-circle {
    color: green;
}

.fa-comments {
    padding: 0px 10px;
}

#organizer.selected-role, #vendor.selected-role {
    background: #69C;
}

.div-limited-text {
    width: calc(100% - 350px);
    line-height: 49px;
}

span.limited-text {
    color: #d85460;
}

.dropdown-menu > li > a.limited-text {
    display: inline;
    padding: 0px;
}

.header-limited-text {
    vertical-align: middle;
    padding-top: 10px;
    height: 100%;
    line-height: normal;
    display: inline-block;
}

.mobile-view-activated .header-limited-text {
    display: none;
}

.vendor-info {
    padding-right: 20px;

}

.vendor-info > li > ul > li {
    padding: 1px 10px;
    line-height: normal;
}

.edit-vendor {
    padding-left: 1em;
    float: right;
}

.promo-only-mobile {
    display: none;
}

.mobile-view-activated li.promo-only-mobile {
    display: inherit;
}

.mobile-view-activated .text-proviler {
    display: none;
}

.mobile-view-activated .div-limited-text {
    text-align: center;
    width: 40px;
}

.noteBtn {
    width: 100%;
    margin-top: 2%;
    margin-bottom: 2%;
}

.noteTextarea {
    width: 100%;
}

.imageWrap {
    width: 100%;
    padding-bottom: 100%;
    position: relative;
}

.img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.imgFrame {
    margin-top: 1%;
}

.marginBottom {
    margin-bottom: 10px;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.widgetHeader {
    height: 34px;
    padding: 0;
    line-height: 40px;
    color: #fff;
}

.widgetBody {
    min-height: 100%;
    background-color: #fff !important;
    border: 1px solid grey;
    padding: 10px;
}

.darckPink {
    border-color: #a27998 !important;
    background: #a8829f;
}

.darckGreen {
    border-color: #436043 !important;
    background: #496949;
}

.darckBlue {
    border-color: #45474b !important;
    background: #4c4f53;
}

.lightGreen {
    border-color: #7ebdae !important;
    background: #7ebdae;
}

.datatable-header-cell-template-wrap {
    white-space: normal;
}

.info-window {
    min-width: 300px;
}

.info-window .info-window-img,
.info-window .img-wrap{
    margin-right: 10px;
    margin-bottom: 0;
    background-size: cover;
    float: left;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.info-window .img-wrap img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.info-window p {
    white-space: nowrap;
}

.info-window i {
    margin-left: 5px;
    cursor: pointer;
}

.info-window h6 {
    max-width: 300px;
}

.datatable-body-cell-label label.state-error.input {
    background: red;
}

.tab-content .datatable-scroll {
    min-width: calc(100% - 1px) !important;
}

#organizer-home-page-active-session-dashboard .tab-container > .nav.nav-tabs {
    display: block;
}

.popover.clockpicker-popover {
    z-index: 1050;
}

.unList {
    list-style: none;
    padding: 5px 10px;
}

.user-img.circle {
    width: 40px;
    height: 40px;
}

.btn-block[hidden] {
    display: none;
}

.info-window {
    list-style: none;
    padding: 0;
    margin: 0;
    max-width: 240px;
}

.iti {
    width: 100%;
}

.iti input {
    padding-left: 88px !important;
}

.panel {
    border-top-width: thin !important;
    border-right-width: thin !important;
    border-bottom-width: thin !important;
    border-left-width: thin !important;
}

.showTutorial.modal-lg {
    width: 80% !important;
    max-width: 80% !important;
    margin-left: auto;
    margin-right: auto;
}

.showTutorial.modal-lg .terms-body {
    max-height: none;
}

/*style fixes*/
body {
    background: #F6F7F8;
    min-width: 320px;
}

body,
.page-title,
.page-title span,
#header .btn-header > :first-child > a,
.smart-form,
.smart-form header,
.jarviswidget > header,
.jarviswidget-color-white .nav-tabs li a:hover,
.jarviswidget-color-white .nav-tabs li:not(.active) a,
.jarviswidget-color-white > header > .jarviswidget-ctrls a,
.nav-tabs li a {
    color: #212529 !important;
}

.smart-form .checkbox i,
.smart-form .icon-append,
.smart-form .icon-prepend,
.smart-form .input input,
.smart-form .radio i,
.smart-form .select select,
.smart-form .textarea textarea,
.smart-form .toggle i,
.well.well-light,
.ngx-datatable .datatable-header-cell,
.form-control,
.btn-default,
.chat-warning,
.panel-default,
.ui-widget-content,
.popover,
.datatable-footer .datatable-pager ul li a,
.dd-handle,
.widgetBody {
    border-color: #e5e5e5 !important;
}

.datatable-row-center .datatable-body-cell,
.datatable-footer .datatable-pager ul li:last-child {
    border-right-color: #e5e5e5 !important;
}

.modal-header {
    border-bottom-color: #e5e5e5 !important;
}

.modal-footer {
    border-top-color: #e5e5e5 !important;
}

.modal-body .iti--separate-dial-code .iti__selected-flag {
    background-color: transparent;
}

h4.modal-title {
    font-weight: 700;
    font-size: 16px;
}

.smart-form header {
    font-weight: 700;
}

.smart-form fieldset {
    padding-top: 10px;
}

nav ul .active > a {
    color: #FDB71A !important;
}

nav ul li.active > a:before {
    color: #F6F7F8;
}

.btn,
input[type="text"],
.form-control,
.smart-form .select select {
    border-radius: 3px !important;
}

select.form-control {
    -moz-appearance: none;
    -webkit-appearance: none;
}

.auth-header {
    background: #ffffff;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}

#header .btn-header > :first-child > a {
    border: transparent;
    background: transparent;
}

#header .btn-header > :first-child > a:hover,
#header .btn-header > :first-child > a:active {
    color: #FDB71A !important;
    box-shadow: none;
    background: none;
    cursor: pointer;
}

#header .btn-header > :first-child > a i {
    color: inherit !important;
}

.ngx-datatable .datatable-row-center .datatable-body-cell {
    border-bottom: none;
    color: #4C4F53;
    font-size: 12px;
}

.ngx-datatable .datatable-header-cell {
    border-top: transparent !important;
}

.ngx-datatable .datatable-header .datatable-header-inner {
    background: #ffffff;
}

.ngx-datatable .datatable-header .datatable-header-cell .sort-btn {
    margin-left: 5px;
}

.jarviswidget {
    margin-top: 15px;
}

.jarviswidget-color-white > header,
.jarviswidget > div,
.widgetBody.b-none {
    border-color: transparent !important;
}

.jarviswidget-color-white > header {
    min-height: 36px;
    border-bottom-color: #e5e5e5 !important;
}

.nav-tabs > li.active > a {
    box-shadow: 0 -2px 0 #FDB71A;
    border-right: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
    border-bottom-color: #ffffff;
    min-height: 34px;
}

.nav-tabs > li.active:first-child > a {
    border-left: none !important;
}

.nav-tabs li a {
    font-size: 14px;
    font-weight: 300 !important;
    border-bottom: 1px solid transparent;
}

.content-body {
    background: #fff;
    padding: 13px 13px 0;
}

.scrollable-table-wrap {
    overflow: auto;
}

.scrollable-table-wrap .ngx-datatable {
    min-width: 830px !important;
}

.clockpicker-am-pm-block {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.clockpicker-am-pm-block .btn {
    margin: 0 5px;
}
.panel-b-none,
.panel-b-none .panel-default,
.panel-b-none .panel {
    border: none!important;
}

#header .vendor-middle-box {
    width: calc(100% - 290px);
}
#header .vendor-middle-box .header-limited-text {
    max-width: calc(100% - 190px);height: auto; max-height:100%; padding-top:0;padding-right:20px;
}
#header .vendor-middle-box  .vendor-info-wrap {
    display: inline-block; vertical-align: middle;width:190px;height:inherit;position:relative;
}

.btn-vendor-request {
    margin-top: 2px;
    max-width:100%;
    min-width:50px;
    white-space: normal;
}

@media (max-width:978px) {
    #header .vendor-middle-box  .vendor-info-wrap {
        float: right;
    }
    #header .vendor-middle-box  .vendor-info-wrap .dropdown-menu {
        left: auto;
        right: 0;
    }
}

@media (min-width: 768px) {
    .text-sm-right {
        text-align: right;
    }
}

@media (max-width:479px) {
    #header .vendor-middle-box {
        width: calc(100% - 222px);
    }
    #header .vendor-middle-box  .vendor-info-wrap {
        width: 100%;
    }
}


