/* -----------------------------------------
   Custom.css - put your own changes here
----------------------------------------- */
.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

body {
    overflow-x: auto;
}

.group-input-search > div {
    padding-bottom: 5px;
    padding-right: 10px;
}

.group-input-search input, .group-input-search select, .group-input-search .btn-group {
    height: 38px;
    margin-bottom: 0;
}

.group-btn-search button, .group-btn-search a {
    height: 38px;
    width: auto;
    float: left;
    margin: 0 5px 0 0;
}

.group-btn-search a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-horizontal .checkbox-inline {
    margin-left: 10px;
}

.select2 {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 38px !important;
    padding: 5px 9px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 95% !important;
}

thead th {
    text-align: center;
}

.dropdown-menu a {
    cursor: pointer;
}

button.selectpicker {
    height: 38px;
}

div.alert.alert-danger.fade {
    clear: both;
}

#sidebar {
    background: #f3f5f6;
}

#sidebar:after {
    width: auto;
}

.fix-height-scroll {
    max-height: 200px;
    overflow: auto;
}

#page-heading .addNew > a.btn-success {
    color: #fff;
    background-color: #096;
    border-color: #096;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th, .table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #f5f5f5;
}

#span-select-all {
    margin: 0 10px 0 40px;
    font-weight: normal;
}

#login-form input, #login-form button {
    height: 39px;
}

#loginform-verifycode-image {
    height: 36px;
    right: 16px;
}

#sidebar p.title-submenu {
    margin: 0;
    padding-left: 30px;
}

#sidebar {
    width: 250px;
}

#sidebar.hide-sidebar {
    margin-left: -250px;
}

.no-margin {
    margin: 0 !important;
}

.title-page-header {
    font-size: 40px !important;
    color: #009966;
    margin-bottom: 5px !important;
}

#mail-sent-input {
    display: none;
}

@media only screen and (max-width: 991px) {
    .padding-15px-ipad {
        padding: 0 15px !important;
    }
}

@media only screen and (min-width: 981px) and (max-width: 991px) {
    .field-useraddform-birthday .im-calendar, .field-userupdateform-birthday .im-calendar {
        top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 980px) {
    .field-useraddform-birthday .im-calendar, .field-userupdateform-birthday .im-calendar {
        top: 50px;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-flex-middle-center {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #header .navbar .top-nav .navbar-nav .open .dropdown-menu {
        position: unset;
    }

    .navbar-nav > li.dropdown > a {
        display: flex;
        justify-content: flex-end;
    }
}

@media only screen and (max-width: 640px) {
    #header ul.navbar-nav li {
        position: unset !important;
        float: left;
    }

    #header .navbar .top-nav {
        height: auto;
    }

    #header ul.navbar-nav.pull-left {
        float: left !important;
    }

    #header ul.navbar-nav.pull-right {
        float: right !important;
    }

    #content {
        padding-top: 50px;
    }

    #right-sidebar, #sidebar {
        top: 50px;
    }

    .no-margin-mobile {
        margin: 0 !important;
    }
}

@media (max-width: 460px) {
    .option-buttons {
        display: block;
    }
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
    font-size: 1.33333333em;
    line-height: 0.75em;
    vertical-align: -15%;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-ul {
    padding-left: 0;
    margin-left: 2.14285714em;
    list-style-type: none;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    position: absolute;
    left: -2.14285714em;
    width: 2.14285714em;
    top: 0.14285714em;
    text-align: center;
}

.fa-li.fa-lg {
    left: -1.85714286em;
}

.fa-border {
    padding: .2em .25em .15em;
    border: solid 0.08em #eeeeee;
    border-radius: .1em;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}

.fa.pull-left {
    margin-right: .3em;
}

.fa.pull-right {
    margin-left: .3em;
}

.fa-spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

.mrgb0 {
    margin-bottom: 0;
}

.pos-page .ui-sortable .form-group {
    margin: 0px;
}

.loader {
    border: 5px solid #f3f3f3; /* Light grey */
    border-top: 5px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.col-xs-12.col-sm-6.col-md-4.col-lg-3.no-padding-left.merchant_multi_search.ui-sortable {
    z-index: 1;
}


.range-value {
    padding-left: 3rem !important;
}

input.form-control.range-value {
}

.left-ind {
    margin-top: 6px;
}

.right-ind {
    margin-top: 6px;
}

ul.select2-selection__rendered {
    width: -webkit-fill-available;
}

li.select2-selection__choice {
    width: -webkit-fill-available;
    white-space: normal;
    overflow-wrap: normal;
}