/* Theme colors
    dark purple: #0c9685
*/
body{
    background: #f2f2f2;
}
label{
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 2px;
}
form section {
    margin-top: 1rem;
}
table.tighter td, table.tighter th{
    padding-top: 8px;
    padding-bottom: 8px;
}
.modal{
    max-width: 500px;
}
.page-header{
    position: relative;
}
.page-header .right-section{
    position: absolute;
    top: 0;
    right: 0;
}
.page-header .title {
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 7px;
}
.input-label{
    margin-bottom: 5px;
}
.input-label.required:after{ content: "*"; color: #e54658; margin-left: 5px; }
.profile-image-login{width: 200px;}
form .card {
    position: relative;
    margin: 0;
    background-color: transparent;
}
form .card .card-content {
    padding: 0;
}
.card-image {
    display: block;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 150px;
}
.card-image iframe{
    display: block;
    max-width: 100%;
    border: none;
    margin: 0;
    padding: 0;
}
.category-list{
    height: 300px;
    overflow: auto;
}
/*----------------------------------------------------
    PAGINATION
------------------------------------------------------*/
.navs-holder a{ background-color: #fff; }
.navs{font-size:15px;border:1px solid #cccccc;border-right:none;color:#252525;text-decoration:none;padding:10px 15px;cursor:pointer;}
  .navs:hover{background-color:#dddddd;color:#252525;text-decoration:none}
.navsOn{background-color:#0c9685;outline: 0;font-size:15px;border:1px solid #cccccc;border-right:none;color:#fff;padding:10px 15px;cursor:default;}
.fixedNav{font-size:15px;background-color:#FFFFFF;border:1px solid #cccccc;border-right:none;color:#252525;padding:10px 15px;cursor:pointer;border-radius:3px 0 0 3px}
  .fixedNav:hover{background-color:#dddddd;text-decoration:none}
.fixedNavLast{font-size:15px;background-color:#FFFFFF;border:1px solid #cccccc;color:#252525;padding:10px 15px;cursor:pointer;border-radius:0 3px 3px 0}
  .fixedNavLast:hover{background-color:#dddddd;text-decoration:none}
.navs:last-child {border-right:1px solid #cccccc}
.navsOn:last-child {border-right:1px solid #cccccc}
@media only screen and (max-width: 600px){
    .page-header .title {
        font-size: 16px;
        margin-top: 18px;
    }
}
/*----------------------------------------------------
    INDEX PAGE
------------------------------------------------------*/
.login-form {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 320px;
}

.login-form-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2rem;
    margin-top: 15px;
}

.login-text {
    margin-top: -6px;
    margin-left: -6px !important;
}
.login-form .material-icons {
    padding-top: 12px;
}

@media only screen and (max-width: 600px)
{
    .login-form {
        padding-top: 20px;
        padding-bottom: 10px;
        width: 300px;
    }
}
/*----------------------------------------------------
    HEADER
------------------------------------------------------*/
header nav .page-title{
    font-size: 21px;
    margin-left: 220px;
}
header nav {
    color: #fff;
    background-color: #0c9685;
    width: 100%;
}
header .chip{
    background: white;
    color: rgba(0,0,0,0.8);
}
header .chip i{
    height: 32px;
    line-height: 32px;
}
header .chip i.left{
    margin-right: 8px;
}
header .chip i.right {
    margin-left: 0px;
}
#settings-dropdown{
    width: 190px;
}

@media (min-width: 1600px){
    header nav .page-title{
        margin-left: 270px;
    }
}
/*----------------------------------------------------
    SIDEBAR
------------------------------------------------------*/
.side-nav.fixed{
    height: calc(100%);
    height: -moz-calc(100%);
    overflow: hidden;
    padding-bottom: 40px;
    width: 200px;
}
.side-nav.fixed .menus{
    overflow: hidden;
    height: 100%;
}

.side-nav.fixed .ps-scrollbar-y-rail {
    right: 0 !important;
}
.side-nav.fixed li>a>i {
    color: rgba(0,0,0,1);
}
.side-nav.fixed > li:first-child{
    line-height: normal;
}
.side-nav.fixed .user-view, .side-nav.fixed .userView {
    padding: 10px 32px 0;
}
.side-nav.fixed .user-view .environment{
    display: inline-block;
    background-color: #999999;
    padding: 5px 8px;
    color: #ffffff;
    border-radius: 15px;
    margin-bottom: 5px;
    min-width: 70px;
}
.side-nav.fixed .user-view .environment.test{
    background-color: #cc0000;
}
.side-nav.fixed .user-view .environment.live{
    background-color: #00a651;
}
.side-nav.fixed .user-view .name{
    margin-top: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 19px;
}
.side-nav.fixed li>a {
    color: rgba(0,0,0,1);
    font-weight: 400;
    padding: 0 10px;
}
.side-nav.fixed li>a:hover, .side-nav.fixed li>a:hover > i {
    color: #0c9685;
}
.side-nav.fixed,
.side-nav.fixed ul,
.side-nav.fixed li,
.side-nav.fixed a {
    display: block;
    font-weight: normal;
}
.side-nav.fixed li>a.active>i, .side-nav.fixed > li > ul > li > a.active, .side-nav.fixed li>a.active:hover, .side-nav.fixed ul ul li a.active, .side-nav.fixed ul ul li.active a {
    background: #333;
    color: #fff;
}
.side-nav.fixed ul ul {
    display: none;
}
.side-nav.fixed ul ul a {
    color: rgba(0,0,0,0.7);
    padding-left: 50px;
}
.side-nav.fixed ul ul ul a {
    padding-left: 70px;
}
.side-nav.fixed ul li a i {
    display: inline-block;
    font-size: 17px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.side-nav.fixed ul li .arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 10px;
    display: inline-block;
    font-family: 'themify';
    text-rendering: auto;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #888;
    //line-height: 2.3;
}
.side-nav.fixed ul li .arrow:before {
    content: "\e649";
}
.side-nav.fixed ul li a.subdrop .arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 1600px){
    .side-nav.fixed{
        width: 250px;
    }
}
/*----------------------------------------------------
    RIGHT SIDEBAR
------------------------------------------------------*/
#right-sidebar{
    overflow: hidden;
}
#right-sidebar h4{
    background-color: #4caf50;
    color: #f5f5f5;
    margin: 0;
    padding: 8px 0 8px 10px;
}
#right-sidebar h4 i{
    padding-right: 5px;
}
#right-sidebar h4 .btn{
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
#right-sidebar form{
    height: 100%;
}
#right-sidebar .collapsible{
    height: 100%;
    height: calc(100% - 60px);
    height: -moz-calc(100%);
    overflow: hidden;
}
#right-sidebar .collapsible-header{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
#right-sidebar .collapsible-body {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}
#right-sidebar label {
    color: #666;
}

/*----------------------------------------------------
    COMMON FOR ALL PAGES
------------------------------------------------------*/
section.content {
    min-height: calc(100% - 100px);
    padding: 15px;
    padding-left: 205px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

#SelectAllRecordsDiv{
    background-color: #e5f5ff;
    margin: 10px 0;
    padding: 15px;
}

.filter-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 20px;
    padding-bottom: 10px;
    position: relative;
    margin: .5rem 0 0rem 0;
    border-radius: 2px;
    background-color: #fff;
}
.filter-panel .filters{
    display: block;
}
.filter-panel .search-input{
    float: left;
    vertical-align: top;
}
.filter-panel .search-input .input-field {
    margin-top: 0rem;
}
.filters{
    margin: 0;
    padding: 0px;
}
.filters > li{
    display: inline-block;
    padding-right: 10px;
    vertical-align: top;
}
.filters > li:last-child{
    padding-right: 0px;
}
.filters > li .search {
    width: 250px;
}
.filters > li .input-field {
    margin: 0;
}
.filters > li input[type=text]:not(.browser-default){
    height: 2.5rem;
    margin: 0 0 10px 0;
}
.filters > li .select-wrapper input.select-dropdown {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 100%;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.filters > li .dropdown-content li {
    min-height: 40px;
    line-height: 1.2rem;
}
.filters > li .dropdown-content li>a {
    font-size: 12px;
    color: #333;
    display: block;
    line-height: 22px;
    padding: 10px 15px;
}
.filters > li .select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: rgba(0,0,0,0.8);
}

.filter-panel .filters .input-field .prefix {
    color: #888;
    top: 12px;
    width: 2rem;
    font-size: 1.5rem;
}
.filter-panel .filters .input-field .prefix ~ input{
    margin-left: 2rem;
    width: 92%;
    width: calc(100% - 2rem);
}

.filter-panel .fixed-action-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    padding-top: 0px;
    margin-bottom: 0;
    z-index: 2;
}
.filter-panel .fixed-action-btn.active .ti-more-alt:before {
    content: "\e646";
}
.filter-panel .fixed-action-btn.horizontal ul {
    right: 45px;
}
.filter-panel .fixed-action-btn.horizontal ul li {
    margin: 0px 15px 0 0;
}
.filter-chips .chip{
    background-color: #d32f2f;
    color: white;
    font-weight: 300;
}
.filter-panel .collapsible-body [type="checkbox"]+label {
    line-height: 18px;
}
.filter-panel .collapsible-body [type="checkbox"].filled-in:not(:checked)+label:after {
    height: 16px;
    width: 16px;
}
.filter-panel .select-wrapper input.select-dropdown {
    border: none;
    border-bottom: 1px solid #999;
    height: 35px;
    line-height: 40px;
    padding-left: 0px;
    width: calc(100% - 10px);
}
.filter-panel .select-wrapper .dropdown-content li>a, .filter-panel .select-wrapper .dropdown-content li>span{
    font-size: 12px;
}


@media (min-width: 1600px){
    section.content{
        padding-left: 255px;
    }
}
@media only screen and (max-width: 992px){
    header nav .page-title{
        margin-left: 0px;
    }
    section.content {
        padding: 0px;
    }
    .filter-panel {
        padding-bottom: 20px;
    }
    .filter-panel .search_options_trigger{
        display: block;
    }
    /*.filter-panel .filters{
        display: none;
    }*/
    .filters li{
        display: block;
        padding-bottom: 10px;
    }
    .filters li:last-child{
        padding-bottom: 0px;
    }
    .filters > li .search, .filters > li .input-field {
        width: 100%;
    }
    .filter-panel .fixed-action-btn {
        position: fixed;
        right: 12px;
        bottom: 12px;
        top: auto;
        padding-top: 0px;
        margin-bottom: 0;
        z-index: 997;
    }
}

/*----------------------------------------------------
    DASHBOARD
------------------------------------------------------*/

.dashboard .preloader-wrapper{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 0 -20px;
}

.dashboard .stats .card-panel{
    position: relative;
}
.dashboard .stats .value{
    position: absolute;
    right: 25px;
    top: 0px;
    font-size: 35px;
    font-weight: 300;
}
.dashboard .stats .percent{
    position: absolute;
    right: 25px;
    bottom: 15px;
    font-weight: 300;
}
.dashboard .stats .percent.plus{
    color: #34b44a
}
.dashboard .stats .percent.minus{
    color: #ce2029
}
.dashboard .graph{
    width: 100%;
    height: 350px;
}
.dashboard .input-field .prefix {
    color: #888;
    top: 12px;
    width: 2rem;
    font-size: 1.5rem;
}
.dashboard .input-field .prefix ~ input{
    margin-left: 2rem;
    width: 92%;
    width: calc(100% - 2rem);
}

/*----------------------------------------------------
    FIRM DETAILS.PHP
------------------------------------------------------*/
span.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.border-right {
    border-right: 1px solid #ECEFF1 !important;
}
.stats h5{
    margin-bottom: 20px;
}
.stats ul li{
    display: inline-block;
    font-size: 1.8rem;
    width: 48%;
}
.stats ul li .chip{
    font-size: 13px;
    font-weight: bold;
}
.stats .pd-l-0{
    padding-right: 0px;
}

@media only screen and (min-width: 800px)
{
    .stats .pd-l-0{
        padding-right: 5px;
    }
    .stats .pd-l-0:last-child{
        padding-right: 0px;
    }
}
@media only screen and (max-width: 799px)
{
    .stats .card-panel {
        margin: .5rem 0 .2rem 0;
    }
}

/*----------------------------------------------------
    PERMISSIONS-LIST.PHP
------------------------------------------------------*/
#AccessSettingsForm .custom-checkbox label {
    font-weight: bold
}
.permissions-list .footable-details.table th [type="checkbox"]+label {
    padding-left: 0px;
}
.permissions-list .footable-details.table th [type="checkbox"].filled-in:not(:checked)+label:after {
    display: none;
}
.permissions-list .footable-details.table th [type="checkbox"]+label {
    pointer-events: none;
}
.permissions-list .footable-details.table th [type="checkbox"].filled-in:checked+label:after {
    display: none;
}
.permissions-list .footable-details.table th [type="checkbox"].filled-in:checked+label:before {
    display: none;
}

@media only screen and (max-width: 600px)
{
    .page-header .right-section{
        position: static;
    }
}
#RestockDiv, #EditProductForm .add-product, .editable .edit-input, .editable a.delete-btn{
    display: none;
}
.order-item .order-product .srNo {
    width: 40px;
    font-weight: bold;
}
.order-item .order-product .img-thumbnail {
    width: 80px;
}
.order-item .order-product .img-thumbnail img{
    width: 100%;
}
.order-item .order-product .price {
    min-width: 80px;
    text-align: right;
}
.order-item .jewelleryImg{
    display: inline-block;
    width: 60px;
}
.order-item .jewelleryImg img{
    width: 100%;
}
.order-item .jewelleryPrice{
    display: inline-block;
    padding-left: 10px;
    vertical-align: top;
}
.order-summary td, .order-summary th, .order-product td, .order-product th {
    padding: 10px 5px;
    vertical-align: top;
}
.order-item .order-products-list {
    border-top: 0px solid #ddd;
}
.order-item .order-product {
    margin-bottom: 10px;
    padding: 0;
}
.order-item .order-product tfoot th {
    text-align: right;
}
.order-item .order-product tfoot th {
    text-align: right;
}

#actionButtons button{
    height: 30px;
    line-height: 30px;
    padding: 0 0.5rem;
    font-size: 0.85rem;
    margin-bottom: 5px;
}

.input-field.col label {
    left: 1.2rem;
    -webkit-transform: translateY(8px);
     transform: translateY(8px); 
}
.input-field.col label:not(.label-icon).active{
    left: 0.9rem;
    -webkit-transform: translateY(-15px) scale(0.8);
    transform: translateY(-15px) scale(0.8); 
}
.chip.booking-type{
    background-color: #ff0000;
    color: #ffffff;
}
.chip.booking-type.blocked{
    background-color: #858585;
}
.chip.booking-type.confirmed{
    background-color: #00a651;
}
.chip.booking-type.unconfirmed{
    background-color: #ffb900;
}
span.check-in, span.check-out{
    display: block;
}
span.check-in:before, span.check-out:before{
    font-family: "Material Icons";
    content: "perm_contact_calendar";
    color: #518d33;
    display: inline-block;
    vertical-align: middle;
    font-size: 1.5rem;
    margin-right: 10px;
}
span.check-out:before{
    content: "directions_walk";
    color: #c00;
}
#login-page .card-panel{
    border-radius: 25px;
}
a.booking-source{
    position: relative;
}
a.booking-source span{
    position: absolute;
    top: -15px;
    right: 0;
    display: block;
    content: '';
    height: 16px;
    padding: 0 5px;
    line-height: 16px;
    text-align: center;
    border-radius: 15px;
    background-color: #4397dc;
    color: #ffffff;
    font-size: 0.75rem;
    font-weight: 400;
}
a.booking-source{
    font-weight: 500;
}
a.booking-source.airbnb{
    color: #666666;
}
a.booking-source.airbnb span{
    background-color: #ff385c;
}