/*
Template Name: Admin Mintone
Author: SRGIT
File: CSS
*/

/**
 * Table Of Content
 *
 * 1. Globals
 * 2. Headers
 * 3. Navigations
 * 4. Banners
 * 5. Footers
 * 6. app
 * 7. Widgets
 * 8. Custom Templates
 */
 
/*--Theme Colors--*/
/*--bootstrap Color--*/
/*--Light colors--*/
/*--Normal Color--*/
/*--Extra Variable--*/
/*

/**
 * Table Of Content
 
 * 1. Globals
 * 2. Headers
 * 3. Navigations
 * 4. Banners
 * 5. Footers
 * 6. Posts
 * 7. Widgets
 * 8. Custom Templates
*/

@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

/******************* 
Global Styles 
*******************/
@import url(../scss/icons/font-awesome/css/fontawesome-all.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(../scss/icons/simple-line-icons/css/simple-line-icons.css); 
@import url(../scss/icons/weather-icons/css/weather-icons.min.css); 
@import url(../scss/icons/iconmind/iconmind.css);
@import url(../scss/icons/flaticons/flaticon.css);
@import url(../scss/icons/themify-icons/themify-icons.css); 
@import url(../scss/icons/flag-icon-css/flag-icon.min.css);
@import url(../scss/icons/material-design-iconic-font/css/materialdesignicons.min.css);
@import url(../css/spinners.css); 
@import url(../css/animate.css); 
@import url(../css/responsive.css);




/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*******************
Main sidebar
******************/

.left-sidebar {
    position: absolute;
    width: 260px;
    height: 100%;
    top: 0px;
    z-index: 20;
    padding-top: 90px;
    background: #f6f7fb;
}

.fix-sidebar .left-sidebar {
    position: fixed;
}


/*******************
use profile section
******************/

.sidebar-nav .user-profile>a img {
    width: 30px;
    border-radius: 100%;
    margin-right: 10px;
}

.sidebar-nav .user-profile>ul {
    padding-left: 40px;
}


/*******************
sidebar navigation
******************/

.scroll-sidebar {
    height: 100%;
}

.scroll-sidebar.ps .ps__scrollbar-y-rail {
    right: 2px;
    left: auto;
    background: none;
    width: 6px;
    /* If using `left`, there shouldn't be a `right`. */
}

.collapse.in {
    display: block;
}

.sidebar-nav {
    background: #f6f7fb;
    padding: 15px 0 30px 0px;
}

.sidebar-nav ul {
    margin: 0px;
    padding: 0px;
}

.sidebar-nav ul li {
    list-style: none;
}

.sidebar-nav ul li a {
    color: #4a5161;
    padding: 6px 0;
    display: block;
    font-size: 15px;
    font-weight: 400;
}

.sidebar-nav ul li a.active,
.sidebar-nav ul li a:hover {
    color: var(--color-red) !important;
}

.sidebar-nav ul li a.active i,
.sidebar-nav ul li a:hover i {
    color: var(--color-red);
}

.sidebar-nav ul li a.active .svg-icon path,
.sidebar-nav ul li a:hover .svg-icon path {
    fill: var(--color-red);
}

.sidebar-nav ul li a.active {
    font-weight: 500;
}

.sidebar-nav ul li ul {
    padding-left: 0px;
}



.sidebar-nav ul li ul li a {
    padding: 7px 35px 7px 45px;
    border-left:2px solid rgba(255,255,255,0);
}
.sidebar-nav ul li ul li a.active,
.sidebar-nav ul li ul li a:hover{background:#ffffff; border-left:2px solid var(--color-red);
}
.sidebar-nav ul li ul ul {
    padding-left: 15px;
}

.sidebar-nav ul li.nav-small-cap {
    font-size: 12px;
    margin-bottom: 0px;
    padding: 30px 14px 14px 0px;
    color: #5e5e5e;
    font-weight: 500;
}

.sidebar-nav ul li.nav-devider {
    height: 1px;
    background: rgba(120, 130, 140, 0.13);
    display: block;
    margin: 15px 0;
}

.sidebar-nav>ul>li>a {
    border-left: 3px solid transparent;
    color:#87888a;
}

.sidebar-nav>ul>li>a i {
    font-size: 19px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
    color: #acacaf;
}

.sidebar-nav>ul>li>a i svg {
    width: 26px;
    height: auto;
}

.sidebar-nav>ul>li>a i svg path {
    fill: #acacaf;
}

.sidebar-nav>ul>li>a i.svg-icon--sign {
    margin-right: 14px;
}

.sidebar-nav>ul>li>a .label {
    float: right;
    margin-top: 2px;
}

.sidebar-nav>ul>li {
    margin-bottom:4px;
    margin-top:4px;
}

.sidebar-nav>ul>li.active>a {
    color: var(--color-red);
    font-weight: 500;
}

.sidebar-nav>ul>li.active > a i {
    color: var(--color-red--20dark);
}

.sidebar-nav>ul>li.active > a i.svg-icon path {
    fill: var(--color-red);
}

.sidebar-nav .waves-effect {
    transition: none;
    -webkit-transition: none;
    -o-transition: none;
}

.sidebar-nav .has-arrow {
    position: relative;
}

.sidebar-nav .has-arrow::after {
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    border-width: 1px 0 0 1px;
    border-style: solid;
    border-color: #4a5161;
    right: 20px;
    -webkit-transform: rotate(135deg) translate(0, -50%);
    -ms-transform: rotate(135deg) translate(0, -50%);
    -o-transform: rotate(135deg) translate(0, -50%);
    transform: rotate(135deg) translate(0, -50%);
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    top: 45%;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.sidebar-nav .active>.has-arrow::after,
.sidebar-nav li>.has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded="true"]::after {
    -webkit-transform: rotate(-135deg) translate(0, -50%);
    -ms-transform: rotate(-135deg) translate(0, -50%);
    -o-transform: rotate(-135deg) translate(0, -50%);
    top: 42%;
    width: 7px;
    transform: rotate(-135deg) translate(0, -50%);
}


/****************
When click on sidebar toggler and also for tablet
*****************/

@media (min-width: 768px) {
    .mini-sidebar .sidebar-nav #sidebarnav li {
        position: relative;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li>ul {
        position: absolute;
        left: 70px;
        top: 42px;
        width: 220px;
        padding-bottom: 10px;
        z-index: 1001;
        background: #edf0f5;
        display: none;
        padding-left: 1px;
    }
    .mini-sidebar .user-profile .profile-img {
        width: 45px;
    }
    .mini-sidebar .user-profile .profile-img .setpos {
        top: -35px;
    }
    .mini-sidebar.fix-sidebar .left-sidebar {
        position: fixed;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul {
        height: auto !important;
        overflow: auto;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul,
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>ul.collapse {
        display: block;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li>a.has-arrow:after {
        display: none;
    }
    .mini-sidebar .left-sidebar {
        width: 70px;
    }
    .mini-sidebar .sidebar-nav #sidebarnav .user-profile>a {
        padding: 12px 20px;
    }
    .mini-sidebar .scroll-sidebar {
        padding-bottom: 0px;
        position: absolute;
    }
    .mini-sidebar .hide-menu,
    .mini-sidebar .nav-small-cap,
    .mini-sidebar .sidebar-footer,
    .mini-sidebar .user-profile .profile-text,
    .mini-sidebar>.label {
        display: none;
    }
    .mini-sidebar .nav-devider {
        width: 70px;
    }
    .mini-sidebar .sidebar-nav {
        background: transparent;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li>a {
        padding: 12px 20px;
        width: 70px;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a {
        width: 290px;
        background: #edf0f5;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .hide-menu {
        display: inline;
    }
    .mini-sidebar .sidebar-nav #sidebarnav>li:hover>a .label {
        display: none;
    }
}

@media (max-width: 767px) {
    .mini-sidebar .left-sidebar {
        position: fixed;
    }
    .mini-sidebar .left-sidebar,
    .mini-sidebar .sidebar-footer {
        left: -260px;
    }
    .mini-sidebar.show-sidebar .left-sidebar,
    .mini-sidebar.show-sidebar .sidebar-footer {
        left: 0px;
    }
}


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*Theme Colors*/


/*bootstrap Color*/


/*Light colors*/


/*Normal Color*/


/*Extra Variable*/


/*============================================================== 
 For all pages 
 ============================================================== */




/*******************
 Topbar
*******************/
.nav-bar li{list-style:none; padding:5px 10px 10px ;}

.navbar-inverse .navbar-toggler-icon {
background-image: none;
}
.navbar-inverse .navbar-toggler-icon {
position:relative;
width: 1.2em;
height: 2px !important;
background-color: #a0a1a3;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}

.navbar-inverse .navbar-toggler-icon:before {
content: '';
width:1.2em;
height:2px;
background-color:#a0a1a3;
top:-7px;
left:-5px;
position:absolute;
z-index:1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}

.navbar-inverse .navbar-toggler-icon:after {
content: '';
width:1.2em;
height:2px;
background-color:#a0a1a3;
bottom:-7px;
left:-5px;
position:absolute;
z-index:1;
-webkit-transition: all 200ms linear;
-moz-transition: all 200ms linear;
-o-transition: all 200ms linear;
-ms-transition: all 200ms linear;
transition: all 200ms linear;
}

.navbar-toggler:hover .navbar-toggler-icon:before,
.navbar-toggler:hover .navbar-toggler-icon:after {
left:0;
}

.w-20 { width:20px}

.fix-header .topbar {
    margin: 0 auto;
    position:fixed;
    width: 100%;
    background:#ffffff;
}
.fix-header .page-wrapper {
    padding-top: 70px;
}

.fix-header .right-side-panel {
    top: 70px;
    height: calc(100% - 70px);
}



.topbar .navbar-collapse {
    padding: 0px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.topbar .top-navbar .dropdown-toggle::after {
    display: none;
}

.topbar .top-navbar .navbar-header {
    line-height: 72px;
    padding-left: 10px;
}

.topbar .top-navbar .navbar-header .navbar-brand {
    margin-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.topbar .top-navbar .navbar-header .navbar-brand .light-logo {
    display: none;
}

.topbar .top-navbar .navbar-header .navbar-brand b {
    line-height: 70px;
    display: inline-block;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
    padding-right: .25rem;
    padding-left: .25rem;
    font-size: 20px;
    line-height: 54px;
}

.topbar .top-navbar .navbar-nav>.nav-item>.nav-link i{
    font-size:1.3em
}

.topbar .top-navbar .navbar-nav>.nav-item>span {
    line-height: 65px;
    font-size: 24px;
    font-weight: 500;
    color: #ffffff;
    padding: 0 10px;
}
.top-bar-main{width:100%}

.topbar .top-navbar .navbar-nav>.nav-item.show {
    background: rgba(0, 0, 0, 0.05);
}

.topbar .u-pro {
    margin-left: 10px;
}

.topbar .profile-pic {
    white-space: nowrap;
    position:relative;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.topbar .profile-pic img {
    width: 50px;
    border-radius: 100%;
}

.topbar .profile-pic span.circle-status {
    width:13px;
    height:13px;
    border:2px solid #ffffff;
    border-radius: 30px;
    background-color: #7ad835;
    position: absolute;
    right: 0px;
    top: 12px;
}

.topbar .dropdown-menu {
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border-color: rgba(120, 130, 140, 0.13);
}

.topbar .dropdown-menu .dropdown-item {
    padding: 7px 1.5rem;
}

.topbar ul.dropdown-user {
    padding: 0px;
    min-width: 270px;
}

.topbar ul.dropdown-user li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

.topbar ul.dropdown-user li.divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: rgba(120, 130, 140, 0.13);
}

.topbar ul.dropdown-user li .dw-user-box {
    padding: 10px 15px;
}

.topbar ul.dropdown-user li .dw-user-box .u-img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.topbar ul.dropdown-user li .dw-user-box .u-img img {
    width: 60px;
    
    border-radius: 50%;
}
.status-circle{width:6px; height:6px; display:inline-block; margin-right:5px; border-radius:50%;}
.topbar ul.dropdown-user li .dw-user-box .u-text {
    display: inline-block;
    padding-left: 10px;
    width: 100%;
}

.topbar ul.dropdown-user li .dw-user-box .u-text h4 {
    margin: 0px;
    font-size: 15px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text p {
    margin-bottom: 10px;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn {
    color: #ffffff;
    padding: 5px 10px;
    display: inline-block;
}

.topbar ul.dropdown-user li .dw-user-box .u-text .btn:hover {
    background: #e6294b;
}

.topbar ul.dropdown-user li a {
    padding: 5px 15px;
    display: block;
    color: #a3a3a3;
}

.topbar ul.dropdown-user li a:hover {
    
    color: #000000;
    text-decoration: none;
}

.app-search {
    position:relative;
    margin: 15px 0 0 0;
    display: inline-block;
    border:0 none;
    float: left;
    z-index: 110;
    width: 100%;
}

.app-search input {
    border:0 none;
    border-radius: 0px;
    text-indent:20px;
    font-size: 14px;
    -webkit-transition: 0.5s ease-in;
    -o-transition: 0.5s ease-in;
    transition: 0.5s ease-in;
}
.app-search::before{    content: "\e610";  position:absolute; left:0;    font-family: 'themify'; top:10px;} 

.app-search input:focus {
 border-color: inherit; -webkit-box-shadow: none; box-shadow: none;
}

*:focus { border-color: inherit; -webkit-box-shadow: none; box-shadow: none;}



.app-search .srh-btn {
    position: absolute;
    top: 23px;
    cursor: pointer;
    background: #ffffff;
    width: 15px;
    height: 15px;
    right: 20px;
    font-size: 14px;
}

.mini-sidebar .top-navbar .navbar-header {
    width: 70px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-left: 0px;
}

.logo-center .top-navbar .navbar-header {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}


/*******************
Notify
*******************/

.notify {
    position: relative;
    top: -28px;
    right: -7px;
}

.notify .heartbit {
    position: absolute;
    top: -22.5px;
    right: -3.5px;
    height: 20px;
    width: 20px;
    z-index: 10;
    border: 5px solid #C6322D;
    border-radius: 70px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.notify .point {
    width: 5px;
    height: 5px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: #C6322D;
    position: absolute;
    right: 4px;
    top: -15px;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }
    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }
    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }
    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }
    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}


/*******************
 Horizontal-navabar
*******************/

.hdr-nav-bar .navbar {
    background: #ffffff;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    padding: 0 15px;
}

.hdr-nav-bar .navbar .navbar-nav>li {
    padding: 0 10px;
}

.hdr-nav-bar .navbar .navbar-nav>li>a {
    padding: 25px 5px;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border-bottom: 2px solid transparent;
}

.hdr-nav-bar .navbar .navbar-nav>li.active>a,
.hdr-nav-bar .navbar .navbar-nav>li:hover>a,
.hdr-nav-bar .navbar .navbar-nav>li>a:focus {
    border-color: #C6322D;
}

.hdr-nav-bar .navbar .navbar-nav .dropdown-toggle:after {
    display: none;
}

.hdr-nav-bar .navbar .navbar-brand {
    padding: 20px 5px;
}

.hdr-nav-bar .navbar .navbar-toggler {
    border: 0px;
    cursor: pointer;
}

.hdr-nav-bar .navbar .custom-select {
    border-radius: 60px;
    font-size: 14px;
    padding: .375rem 40px .375rem 18px;
}

.hdr-nav-bar .navbar .call-to-act {
    padding: 15px 0;
}


/*******************
 Breadcrumb and page title
*******************/

.page-titles {
    margin-bottom: 20px;
    padding: 0px;
}

.page-titles h4 { font-size:16px}
  
.page-titles h3 {
    margin-bottom: 0px;
    margin-top: 0px;
}

.page-titles .breadcrumb {
    padding: 0px;
    margin-bottom: 0px;
    background: transparent;
    font-size: 12px;
}

.page-titles .breadcrumb li {
    margin-top: 5px;
    margin-bottom: 5px;
}

.page-titles .breadcrumb li a {
    color: #67757c;
}

.page-titles .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    content: "\e649";
    font-family: themify;
    color: #a6b7bf;
    font-size: 11px;
}

.page-titles .breadcrumb .breadcrumb-item.active {
    color: #263238;
    font-weight: 500;
}

.p-relative {
    position: relative;
}

.lstick {
    width: 2px;
    background: #C6322D;
    height: 30px;
    margin-left: -20px;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle;
}


/*******************
 Right side toggle
*******************/

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes rotate {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.right-side-toggle {
    position: relative;
}

.right-side-toggle i {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-animation-name: rotate;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotate;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    position: absolute;
    top: 18px;
    left: 18px;
}

.right-sidebar {
    position: fixed;
    right: -240px;
    width: 240px;
    display: none;
    z-index: 1100;
    background: #ffffff;
    top: 0px;
    padding-bottom: 20px;
    height: 100%;
    -webkit-box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 1px 40px rgba(0, 0, 0, 0.1);
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.right-sidebar .rpanel-title {
    display: block;
    padding: 24px 20px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 15px;
    background: #C6322D;
}

.right-sidebar .rpanel-title span {
    float: right;
    cursor: pointer;
    font-size: 11px;
}

.right-sidebar .rpanel-title span:hover {
    color: #ffffff;
}

.right-sidebar .r-panel-body {
    padding: 20px;
}

.right-sidebar .r-panel-body ul {
    margin: 0px;
    padding: 0px;
}

.right-sidebar .r-panel-body ul li {
    list-style: none;
    padding: 5px 0;
}

.shw-rside {
    right: 0px;
    width: 240px;
    display: block;
}

.chatonline img {
    margin-right: 10px;
    float: left;
    width: 30px;
}

.chatonline li a {
    padding: 13px 0;
    float: left;
    width: 100%;
}

.chatonline li a span {

    color: #67757c;
}

.chatonline li a span small {
    display: block;
    font-size: 10px;
}


/*******************
 Right side toggle
*******************/

ul#themecolors {
    display: block;
}

ul#themecolors li {
    display: inline-block;
}

ul#themecolors li:first-child {
    display: block;
}

ul#themecolors li a {
    width: 50px;
    height: 50px;
    display: inline-block;
    margin: 5px;
    color: transparent;
    position: relative;
}

ul#themecolors li a.working:before {
    content: "\f00c";
    font-family: "FontAwesome";
    font-size: 18px;
    line-height: 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    color: #ffffff;
    text-align: center;
}

.default-theme {
    background: #5e5e5e;
}

.green-theme {
    background: #24d2b5;
}

.yellow-theme {
    background: #fa7d03;
}

.red-theme {
    background: #C6322D;
}

.blue-theme {
    background: #C6322D;
}

.purple-theme {
    background: #b554f9;
}

.megna-theme {
    background: #56c0d8;
}

.default-dark-theme {
    background: #263238;
    /* Old browsers */
    background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #5e5e5e 23%, #5e5e5e 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #5e5e5e 23%, #5e5e5e 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #5e5e5e), color-stop(99%, #5e5e5e));
    background: -o-linear-gradient(left, #263238 0%, #263238 23%, #5e5e5e 23%, #5e5e5e 99%);
    background: linear-gradient(to right, #263238 0%, #263238 23%, #5e5e5e 23%, #5e5e5e 99%);
}

.green-dark-theme {
    background: #263238;
    /* Old browsers */
    background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #7ad83523, #7ad83599);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #00c292 23%, #7ad83599);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #24d2b5), color-stop(99%, #24d2b5));
    background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #7ad83523, #7ad83599);
    background: -o-linear-gradient(left, #263238 0%, #263238 23%, #7ad83523, #7ad83599);
    background: linear-gradient(to right, #263238 0%, #263238 23%, #7ad83523, #7ad83599);
}

.yellow-dark-theme {
    background: #263238;
    /* Old browsers */
    background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #C6322D), color-stop(99%, #C6322D));
    background: -o-linear-gradient(left, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
    background: linear-gradient(to right, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
}

.blue-dark-theme {
    background: #263238;
    /* Old browsers */
    background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #C6322D), color-stop(99%, #C6322D));
    background: -o-linear-gradient(left, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
    background: linear-gradient(to right, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
}

.purple-dark-theme {
    background: #263238;
    /* Old browsers */
    background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #b554f9 23%, #b554f9 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #b554f9 23%, #b554f9 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #b554f9), color-stop(99%, #b554f9));
    background: -o-linear-gradient(left, #263238 0%, #263238 23%, #b554f9 23%, #b554f9 99%);
    background: linear-gradient(to right, #263238 0%, #263238 23%, #b554f9 23%, #b554f9 99%);
}

.megna-dark-theme {
    background: #263238;
    /* Old browsers */
    background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #56c0d8), color-stop(99%, #56c0d8));
    background: -o-linear-gradient(left, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
    background: linear-gradient(to right, #263238 0%, #263238 23%, #56c0d8 23%, #56c0d8 99%);
}

.red-dark-theme {
    background: #263238;
    /* Old browsers */
    background: -moz-linear-gradient(left, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#263238), color-stop(23%, #263238), color-stop(23%, #C6322D), color-stop(99%, #C6322D));
    background: -o-linear-gradient(left, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
    background: linear-gradient(to right, #263238 0%, #263238 23%, #C6322D 23%, #C6322D 99%);
}


/*******************
 Footer
*******************/

.footer {
    bottom: 0;
    color: #67757c;
    left: 0px;
    padding: 17px 15px;
    position: absolute;
    right: 0;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    background: #ffffff;
}


/*******************
 scrollbar
*******************/

.slimScrollBar {
    z-index: 10 !important;
}


/*******************
Megamenu
******************/

.mega-dropdown {
    position: static;
    width: 100%;
}

.mega-dropdown .dropdown-menu {
    width: 100%;
    padding: 30px;
    margin-top: 0px;
}

.mega-dropdown ul {
    padding: 0px;
}

.mega-dropdown ul li {
    list-style: none;
}

.mega-dropdown .carousel-item .container {
    padding: 0px;
}

.mega-dropdown .nav-accordion .card {
    margin-bottom: 1px;
}


.mega-dropdown .nav-accordion .card-header {
    background: #ffffff;
}

.mega-dropdown .nav-accordion .card-header h5 {
    margin: 0px;
}

.mega-dropdown .nav-accordion .card-header h5 a {
    text-decoration: none;
    color: #67757c;
}


/*******************
Wave Effects
*******************/

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    will-change: opacity, transform;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -moz-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    -ms-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}

html body .waves-notransition {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-block {
    display: block;
}


/*******************
List inline
*******************/

ul.list-inline li {
    display: inline-block;
    padding: 0 8px;
}


/*******************
Table td vertical middle
*******************/

.vm.table td,
.vm.table th {
    vertical-align: middle;
}

.no-th-brd.table th {
    border: 0px;
}

.table.no-border tbody td {
    border: 0px;
}


/*******************
Other comon js for all pages
*******************/

.calendar-events {
    padding: 8px 10px;
    border: 1px solid #ffffff;
    cursor: move;
}



.calendar-events:hover {
    border: 1px dashed rgba(120, 130, 140, 0.13);
}

.calendar-events i {
    margin-right: 8px; font-size:11px;
}

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.single-column .left-sidebar {
    display: none;
}

.single-column .page-wrapper {
    margin-left: 0px !important;
}

.profile-tab li a.nav-link,
.customtab li a.nav-link {
    border: 0px;
    padding: 15px 20px;
    color: #67757c;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
    border-bottom: 2px solid #C6322D;
    color: #C6322D;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
    color: #C6322D;
}

html body .jqstooltip,
html body .flotTip {
    width: auto !important;
    height: auto !important;
    background: #263238;
    color: #ffffff;
    padding: 5px 10px;
}

body .jqstooltip {
    border-color: transparent;
    border-radius: 60px;
}


/*******************
Notification page Jquery toaster
******************/

.jq-icon-info {
    background-color: #4886ff;
    color: #ffffff;
}

.jq-icon-success {
    background-color: #24d2b5;
    color: #ffffff;
}

.jq-icon-error {
    background-color: #C6322D;
    color: #ffffff;
}

.jq-icon-warning {
    background-color: #fa7d03;
    color: #ffffff;
}


/*******************
c3 chart global
******************/

.c3 text {
    fill-opacity: 0.5;
}

.no-shrink {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.up-img {
    background-size: cover;
    background-position: center center;
    min-height: 340px;
}


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*Theme Colors*/


/*bootstrap Color*/


/*Light colors*/


/*Normal Color*/


/*Extra Variable*/


/*******************
Pagination
*******************/

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a,
.pagination>li>span {
    color: #263238;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    background-color: #e9edf2;
}

.pagination-split li {
    margin-left: 5px;
    display: inline-block;
    float: left;
}

.pagination-split li:first-child {
    margin-left: 0;
}

.pagination-split li a {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
}

.pager li>a,
.pager li>span {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    color: #263238;
}


/*******************
Pagination
******************/

.pagination-circle li.active a {
    background: #24d2b5;
}

.pagination-circle li a {
    width: 40px;
    height: 40px;
    background: #e9edf2;
    border: 0px;
    text-align: center;
    border-radius: 100%;
}

.pagination-circle li a:first-child,
.pagination-circle li a:last-child {
    border-radius: 100%;
}

.pagination-circle li a:hover {
    background: #24d2b5;
    color: #ffffff;
}

.pagination-circle li.disabled a {
    background: #e9edf2;
    color: rgba(120, 130, 140, 0.13);
}


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*Theme Colors*/


/*bootstrap Color*/


/*Light colors*/


/*Normal Color*/


/*Extra Variable*/


/*******************
Buttons
******************/

.btn {
    padding: 7px 12px;
    cursor: pointer;
}

.btn:hover {
    opacity: 0.8;
}

.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group label {
    color: #ffffff !important;
    margin-bottom: 0px;
}

.btn-group label.btn-secondary {
    color: #67757c !important;
}

.btn-lg {
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
}

.btn-md {
    padding: 12px 55px;
    font-size: 16px;
}

.btn-circle {
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 10px;
}

.btn-circle.btn-sm {
    width: 35px;
    height: 35px;
    padding: 8px 10px;
    font-size: 14px;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 14px 15px;
    font-size: 18px;
    line-height: 23px;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 14px 15px;
    font-size: 24px;
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: 12px;
}

.btn-xs {
    padding: .25rem .5rem;
    font-size: 10px;
}

.button-list button,
.button-list a {
    margin: 5px 12px 5px 0;
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.btn-square {
    border-radius: 0;
    padding:5px 18px;
}
.btn-light-round{    border-radius: 3px;
    padding:5px 18px;
}
.btn{font-size:14px}
.btn-outline-default{border:1px solid #b2b2b2; color:#b2b2b2; background:none;}
.btn-outline-default:hover{background:#b2b2b2; color:#ffffff;}



.btn-rounded {
    border-radius: .25rem;
    padding: .25rem .75rem;
}

.btn-rounded.btn-lg {
    padding: 8px 40px;
}

.btn-rounded.btn-sm {
    padding: 5px 30px;
    font-size: 12px;
}

.btn-rounded.btn-xs {
    padding: 5px 15px; 
    font-size: 10px;
}

.btn-rounded.btn-md {
    padding: 12px 35px;
    font-size: 16px;
}

.btn-secondary,
.btn-secondary.disabled {
    
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    background-color: #ffffff;
    color: #67757c;
    border-color: #5e5e5e;
}

.btn-secondary:hover,
.btn-secondary.disabled:hover {
    
    color: #ffffff !important;
}

.btn-secondary.active,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary.disabled.active,
.btn-secondary.disabled:active,
.btn-secondary.disabled:focus {
  
    color: #ffffff !important;
    background: #263238;
    border-color: #263238;
}

.btn-secondary.disabled:hover,
.btn-secondary.disabled:focus,
.btn-secondary.disabled:active {
    color: #67757c !important;
    background-color: #ffffff;
    border-color: #5e5e5e;
    cursor: default;
}

.btn-primary,
.btn-primary.disabled {
    background: #4886ff;
    border: 1px solid #4886ff;
    /*box-shadow: $primary-shadow;*/

    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-primary:hover,
.btn-primary.disabled:hover {
    background: #4886ff;
    border: 1px solid #4886ff;
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:focus,
.btn-primary.disabled.active,
.btn-primary.disabled:active,
.btn-primary.disabled:focus {
    background: #1151cf;
    /*box-shadow: $primary-shadow-hover;*/
    border-color: transparent;
}

.btn-themecolor,
.btn-themecolor.disabled {
    background: #C6322D;
    color: #ffffff;
    border: 1px solid #C6322D;
}

.btn-themecolor:hover,
.btn-themecolor.disabled:hover {
    background: #C6322D;
    opacity: 0.7;
    border: 1px solid #C6322D;
}

.btn-themecolor.active,
.btn-themecolor:active,
.btn-themecolor:focus,
.btn-themecolor.disabled.active,
.btn-themecolor.disabled:active,
.btn-themecolor.disabled:focus {
    background: #028ee1;
}

.btn-success,
.btn-success.disabled {
    background: #7ad835;
    border: 1px solid #7ad835;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-success:hover,
.btn-success.disabled:hover {
    background: #000;
    /*box-shadow: $success-shadow-hover;*/
    border: 1px solid #000;
}

.btn-success.active,
.btn-success:active,
.btn-success:focus,
.btn-success.disabled.active,
.btn-success.disabled:active,
.btn-success.disabled:focus {
    background: #04b381;
    /*box-shadow: $success-shadow-hover;*/
    border-color: transparent;
}

.btn-info,
.btn-info.disabled {
    background: #4886ff;
    border: 1px solid #4886ff;
    /*box-shadow: $info-shadow;*/
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-info:hover,
.btn-info.disabled:hover {
    background: #4886ff;
    border: 1px solid #4886ff;
    /*box-shadow: $info-shadow-hover;*/
}

.btn-info.active,
.btn-info:active,
.btn-info:focus,
.btn-info.disabled.active,
.btn-info.disabled:active,
.btn-info.disabled:focus {
    background: #1d96c3;
    /*box-shadow: $info-shadow-hover;*/
    border-color: transparent;
}
.bg-c { background:#ffb74e!important;   border: 1px solid #ffb74e!important;}
.btn-warning,
.btn-warning.disabled {
    background: #fa7d03;
    color: #ffffff;
    /*box-shadow: $warning-shadow;*/
    border: 1px solid #fa7d03;
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-warning:hover,
.btn-warning.disabled:hover {
    background: #fa7d03;
    color: #ffffff;
    /*box-shadow: $warning-shadow-hover;*/
    border: 1px solid #fa7d03;
}

.btn-warning.active,
.btn-warning:active,
.btn-warning:focus,
.btn-warning.disabled.active,
.btn-warning.disabled:active,
.btn-warning.disabled:focus {
    background: #e9ab2e;
    color: #ffffff;
    /*box-shadow: $warning-shadow-hover;*/
    border-color: transparent;
}

.btn-danger,
.btn-danger.disabled {
    background: #C6322D;
    border: 1px solid #C6322D;
    /*box-shadow: $danger-shadow;*/
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-danger:hover,
.btn-danger.disabled:hover {
    background: #C6322D;
    /*box-shadow: $danger-shadow-hover;*/
    border: 1px solid #C6322D;
}

.btn-danger.active,
.btn-danger:active,
.btn-danger:focus,
.btn-danger.disabled.active,
.btn-danger.disabled:active,
.btn-danger.disabled:focus {
    background: #e6294b;
    /*box-shadow: $danger-shadow-hover;*/
    border-color: transparent;
}

.btn-inverse,
.btn-inverse.disabled {
    background: #2f3d4a;
    border: 1px solid #2f3d4a;
    color: #ffffff;
}

.btn-inverse:hover,
.btn-inverse.disabled:hover {
    background: #2f3d4a;
    opacity: 0.7;
    color: #ffffff;
    border: 1px solid #2f3d4a;
}

.btn-inverse.active,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse.disabled.active,
.btn-inverse.disabled:active,
.btn-inverse.disabled:focus {
    background: #232a37;
    color: #ffffff;
}

.btn-red,
.btn-red.disabled {
    background: #fb3a3a;
    border: 1px solid #fb3a3a;
    color: #ffffff;
}

.btn-red:hover,
.btn-red.disabled:hover {
    opacity: 0.7;
    border: 1px solid #fb3a3a;
    background: #fb3a3a;
}

.btn-red.active,
.btn-red:active,
.btn-red:focus,
.btn-red.disabled.active,
.btn-red.disabled:active,
.btn-red.disabled:focus {
    background: #e6294b;
}

.btn-outline-secondary {
    background-color: #ffffff;
    /*box-shadow: $default-shadow;*/
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
    border-color: #5e5e5e;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary.focus {
    /*box-shadow: $default-shadow-hover;*/
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.btn-outline-secondary:focus {
    /*box-shadow: $default-shadow-hover;*/
}

.btn-outline-primary {
    color: #4886ff;

    border-color: #4886ff;
    /*box-shadow: $primary-shadow;*/
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary.focus {
    background: #4886ff;
    /*box-shadow: $primary-shadow-hover;*/
    color: #ffffff !important;
    border-color: #4886ff;
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.btn-outline-primary:focus {
    /*box-shadow: $primary-shadow-hover;*/
    background-color: #6352ce;
    border-color: #6352ce;
}

.btn-outline-success {
    color: #24d2b5;
    background-color: transparent;
    border-color: #24d2b5;
    /*box-shadow: $success-shadow;*/
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success.focus {
    background: #24d2b5;
    border-color: #24d2b5;
    color: #ffffff;
    /*box-shadow: $success-shadow-hover;*/
}

.btn-outline-success.active,
.btn-outline-success:active,
.btn-outline-success:focus {
    /*box-shadow: $success-shadow-hover;*/
    background-color: #04b381;
    border-color: #04b381;
}

.btn-outline-info {
    color: #C6322D;
    background-color: transparent;
    border-color: #C6322D;
    /*box-shadow: $info-shadow;*/
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info.focus {
    background: #C6322D;
    border-color: #C6322D;
    color: #ffffff;
    /*box-shadow: $info-shadow-hover;*/
}

.btn-outline-info.active,
.btn-outline-info:active,
.btn-outline-info:focus {
    /*box-shadow: $info-shadow-hover;*/
    background-color: #1d96c3;
    border-color: #1d96c3;
}

.btn-outline-warning {
    color: #fa7d03;
    background-color: transparent;
    border-color: #fa7d03;
    /*box-shadow: $warning-shadow;*/
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning.focus {
    background: #fa7d03;
    border-color: #fa7d03;
    color: #ffffff;
    /*box-shadow: $warning-shadow-hover;*/
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.btn-outline-warning:focus {
    /*box-shadow: $warning-shadow-hover;*/
    background-color: #e9ab2e;
    border-color: #e9ab2e;
}

.btn-outline-danger {
    color: #C6322D;
    background-color: transparent;
    border-color: #C6322D;
    /*box-shadow: $danger-shadow;*/
    -webkit-transition: 0.2s ease-in;
    -o-transition: 0.2s ease-in;
    transition: 0.2s ease-in;
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger.focus {
    background: #C6322D;
    border-color: #C6322D;
    color: #ffffff;
    /*box-shadow: $danger-shadow-hover;*/
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.btn-outline-danger:focus {
    /*box-shadow: $danger-shadow-hover;*/
    background-color: #e6294b;
}

.btn-outline-red {
    color: #fb3a3a;
    background-color: transparent;
    border-color: #fb3a3a;
}

.btn-outline-red:hover,
.btn-outline-red:focus,
.btn-outline-red.focus {
    background: #fb3a3a;
    border-color: #fb3a3a;
    color: #ffffff;
    /*box-shadow: $danger-shadow-hover;*/
}

.btn-outline-red.active,
.btn-outline-red:active,
.btn-outline-red:focus {
    /*box-shadow: $danger-shadow-hover;*/
    background-color: #d61f1f;
}

.btn-outline-inverse {
    color: #2f3d4a;
    background-color: transparent;
    border-color: #2f3d4a;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse.focus {
    background: #2f3d4a;
    border-color: #2f3d4a;
    color: #ffffff;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary.focus:active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.show>.btn-primary.dropdown-toggle {
    background-color: #6352ce;
    border: 1px solid #6352ce;
}

.btn-success.active.focus,
.btn-success.active:focus,
.btn-success.active:hover,
.btn-success.focus:active,
.btn-success:active:focus,
.btn-success:active:hover,
.open>.dropdown-toggle.btn-success.focus,
.open>.dropdown-toggle.btn-success:focus,
.open>.dropdown-toggle.btn-success:hover,
.btn-success.focus,
.btn-success:focus,
.show>.btn-success.dropdown-toggle {
    background-color: #04b381;
    border: 1px solid #04b381;
}

.btn-info.active.focus,
.btn-info.active:focus,
.btn-info.active:hover,
.btn-info.focus:active,
.btn-info:active:focus,
.btn-info:active:hover,
.open>.dropdown-toggle.btn-info.focus,
.open>.dropdown-toggle.btn-info:focus,
.open>.dropdown-toggle.btn-info:hover,
.btn-info.focus,
.btn-info:focus,
.show>.btn-info.dropdown-toggle {
    background-color: #1d96c3;
    border: 1px solid #1d96c3;
}

.btn-warning.active.focus,
.btn-warning.active:focus,
.btn-warning.active:hover,
.btn-warning.focus:active,
.btn-warning:active:focus,
.btn-warning:active:hover,
.open>.dropdown-toggle.btn-warning.focus,
.open>.dropdown-toggle.btn-warning:focus,
.open>.dropdown-toggle.btn-warning:hover,
.btn-warning.focus,
.btn-warning:focus,
.show>.btn-warning.dropdown-toggle {
    background-color: #e9ab2e;
    border: 1px solid #e9ab2e;
}

.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger.focus:active,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover,
.btn-danger.focus,
.btn-danger:focus,
.show>.btn-danger.dropdown-toggle {
    background-color: #e6294b;
    border: 1px solid #e6294b;
}

.btn-inverse:hover,
.btn-inverse:focus,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.focus,
.btn-inverse:active,
.btn-inverse:focus,
.btn-inverse:hover,
.open>.dropdown-toggle.btn-inverse {
    background-color: #232a37;
    border: 1px solid #232a37;
}

.btn-secondary.active.focus,
.btn-secondary.active:focus,
.btn-secondary.active:hover,
.btn-secondary.focus:active,
.btn-secondary:active:focus,
.btn-secondary:active:hover,
.open>.dropdown-toggle.btn-secondary.focus,
.open>.dropdown-toggle.btn-secondary:focus,
.open>.dropdown-toggle.btn-secondary:hover,
.btn-secondary.focus,
.btn-secondary:focus,
.show>.btn-secondary.dropdown-toggle {
    color: #ffffff;
}

.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active,
.btn-red.focus,
.btn-red:active,
.btn-red:focus,
.btn-red:hover,
.open>.dropdown-toggle.btn-red {
    background-color: #d61f1f;
    border: 1px solid #d61f1f;
    color: #ffffff;
}

.button-box .btn {
    margin: 0 8px 8px 0px;
}

.btn-label {
    background: rgba(0, 0, 0, 0.05);
    display: inline-block;
    margin: -6px 12px -6px -14px;
    padding: 7px 15px;
}

.btn-facebook {
    color: #ffffff;
    background-color: #3b5998;
}

.btn-facebook:hover {
    color: #ffffff;
}

.btn-twitter {
    color: #ffffff;
    background-color: #55acee;
}

.btn-twitter:hover {
    color: #ffffff;
}

.btn-linkedin {
    color: #ffffff;
    background-color: #007bb6;
}

.btn-linkedin:hover {
    color: #ffffff;
}

.btn-dribbble {
    color: #ffffff;
    background-color: #ea4c89;
}

.btn-dribbble:hover {
    color: #ffffff;
}

.btn-googleplus {
    color: #ffffff;
    background-color: #dd4b39;
}

.btn-googleplus:hover {
    color: #ffffff;
}

.btn-instagram {
    color: #ffffff;
    background-color: #3f729b;
}

.btn-pinterest {
    color: #ffffff;
    background-color: #cb2027;
}

.btn-dropbox {
    color: #ffffff;
    background-color: #007ee5;
}

.btn-flickr {
    color: #ffffff;
    background-color: #ff0084;
}

.btn-tumblr {
    color: #ffffff;
    background-color: #32506d;
}

.btn-skype {
    color: #ffffff;
    background-color: #00aff0;
}

.btn-youtube {
    color: #ffffff;
    background-color: #bb0000;
}

.btn-github {
    color: #ffffff;
    background-color: #171515;
}


/*============================================================== 
 Buttons page
 ============================================================== */

.button-group .btn {
    margin-bottom: 10px;
    margin-top: 10px;
    margin-right: 10px;
}

.no-button-group .btn {
    margin-bottom: 5px;
    margin-right: 0px;
}

.btn .text-active {
    display: none;
}

.btn.active .text-active {
    display: inline-block;
}

.btn.active .text {
    display: none;
}


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*Theme Colors*/


/*bootstrap Color*/


/*Light colors*/


/*Normal Color*/


/*Extra Variable*/


/*******************
Custom-select
******************/

.custom-select {
    background: url(../../assets/imgs/custom-select.png) right 0.75rem center no-repeat;
}


/*******************
textarea
******************/

textarea {
    resize: none;
}


/*******************
Form-control
******************/


.custom-control-input:focus~.custom-control-indicator {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.custom-control-input:checked~.custom-control-indicator {
    background-color: #24d2b5;
}



/*******************
Form Dropzone
******************/

.dropzone {
    border: 1px dashed #b1b8bb;
}

.dropzone .dz-message {
    padding: 5% 0;
    margin: 0px;
}


/*******************
Form Pickers
******************/

.asColorPicker-dropdown {
    max-width: 260px;
}

.asColorPicker-trigger {
    position: absolute;
    top: 0;
    right: -35px;
    height: 38px;
    width: 37px;
    border: 0;
}

.asColorPicker-clear {
    display: none;
    position: absolute;
    top: 5px;
    right: 10px;
    text-decoration: none;
}

table th {
    font-weight: 600;
    
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #C6322D;
    color:#ffffff;
}
.datepicker table {color:#000000;}
thead tr:nth-child(2){    background-color: #d3e0fc;}
.datepicker table tr td.today,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today:hover {
    background: none;
    color: #4886ff;
    font-weight:600;
}

.datepicker td,
.datepicker th
{
    padding: 0.45em;
}



.datepicker tr:nth-child(2) th {
    padding:1.3em 0.45em;
}


/*******************
Form summernote
******************/

.note-popover,
.note-icon-caret {
    display: none;
}

.note-editor.note-frame {
    border: 1px solid #b1b8bb;
}

.note-editor.note-frame .panel-heading {
    padding: 6px 10px 10px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.label {
    display: inline-block;
}


/*============================================================== 
Form addons page
============================================================== */


/*Bootstrap select*/

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%;
}

.bootstrap-select .dropdown-menu li a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #67757c;
    white-space: nowrap;
}

.bootstrap-select .dropdown-menu li a:hover,
.bootstrap-select .dropdown-menu li a:focus {
    color: #C6322D;
    background: #e9edf2;
}

.bootstrap-select .show>.dropdown-menu {
    display: block;
}

.bootstrap-touchspin .input-group-btn-vertical>.btn {
    padding: 9px 10px;
}

.select2-container--default .select2-selection--single {
    border-color: #b1b8bb;
    height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 33px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    float: right;
    color: #ffffff;
    margin-right: 0px;
    margin-left: 4px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #C6322D;
    color: #ffffff;
    border-color: #C6322D;
}

.input-form .btn {
    padding: 8px 12px;
}


/*============================================================== 
Form Material page
 ============================================================== */


/*Material inputs*/

.form-material .form-group {
    overflow: hidden;
}

.form-material .form-control {
background-color: transparent;
background-position: center bottom, center calc(100% - 1px);
background-repeat: no-repeat;
background-size: 0 2px, 100% 1px;
padding:0 0 0 36px;
-webkit-transition: background 0s ease-out 0s;
-o-transition: background 0s ease-out 0s;
transition: background 0s ease-out 0s;   
border-radius:50px;
boder:solid 1px #ccc; font-size:13px;
}

.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4886ff), to(#4886ff)), -webkit-gradient(linear, left top, left bottom, from(#e9edf2), to(#e9edf2));
    background-image: -webkit-linear-gradient(#4886ff, #4886ff), -webkit-linear-gradient(#e9edf2, #e9edf2);
    background-image: -o-linear-gradient(#4886ff, #4886ff), -o-linear-gradient(#e9edf2, #e9edf2);
    background-image: linear-gradient(#4886ff, #4886ff), linear-gradient(#e9edf2, #e9edf2);
    border-radius:50px;
    -webkit-box-shadow: none;
    box-shadow: none;
    float: none; boder:solid 1px #ccc; 
}

.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s; boder:solid 1px #ccc;
}

.form-control-line .form-group {
    overflow: hidden;
}

.form-control-line .form-control {
    border: 0px;
    border-radius: 0px;
    padding-left: 0px;
    
}

.form-control-line .form-control:focus {
    border-bottom: 1px solid #C6322D;
}


/*******************
Form validation error 
******************/

.error .help-block {
    color: #fb3a3a;
}


/*******************
File Upload 
******************/

.fileupload {
    overflow: hidden;
    position: relative;
}

.fileupload input.upload {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.scale-up {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    -webkit-transform-origin: right 0px;
    -ms-transform-origin: right 0px;
    transform-origin: right 0px;
}

.scale-up-left {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    display: inline-block;
    -webkit-transform-origin: left 0px;
    -ms-transform-origin: left 0px;
    transform-origin: left 0px;
}

.show>.scale-up {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: right 0px;
    -ms-transform-origin: right 0px;
    transform-origin: right 0px;
}

.show>.scale-up-left {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transform-origin: left 0px;
    -ms-transform-origin: left 0px;
    transform-origin: left 0px;
}

.page-titles .justify-content-end:last-child .d-flex {
    margin-right: 10px;
}

.btn-circle.right-side-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    padding: 25px;
    z-index: 10;
}


/*Form Validation*/

.help-block ul {
    padding: 0px;
    margin: 0px;
}

.help-block ul li {
    list-style: none;
}

.error .form-control {
    border-color: #C6322D;
}

.validate .form-control {
    border-color: #24d2b5;
}


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*Theme Colors*/


/*bootstrap Color*/


/*Light colors*/


/*Normal Color*/


/*Extra Variable*/


/*******************
Table Cell
*******************/

.table-box {
    display: table;
    width: 100%;
}

.table.no-border tbody td {
    border: 0px;
}

.cell {
display: table-cell;
vertical-align: middle;
}
.table{color:#000000; width:100%!important}
.table th {
padding:1.1rem .45rem;
border-color: #f3f1f1;
color:#000000;
}

.table td{
padding: 1rem .45rem;
border-color: #f3f1f1;
color:#000000; 
}


.table thead th,
.table th {
    font-weight: 500;
}

.table-hover tbody tr:hover {
    background: rgba(241, 244, 251, 1);
}


.table-hover2 tbody tr:hover {
    background:#f1f4fb;
}

.table-header { background:#d3e0fc}


.nowrap {
    white-space: nowrap;
}

.lite-padding td {
    padding: 5px;
}

.v-middle td,
.v-middle th {
    vertical-align: middle;
}


/*******************
Table-Layout
******************/

.table thead th,
.table th {
    border: 0px;     line-height: 20px; vertical-align:top;
}
.color-table thead , 
.color-table.primary-table thead th {
    background-color: #d3e0fc;
    color: #000; font-size:16px;   white-space: nowrap;
}

.table-striped tbody tr:nth-of-type(odd) {
    background: #e9edf2;
}

.color-table.success-table thead th {
    background-color: #24d2b5;
    color: #ffffff;
}

.color-table.info-table thead th {
    background-color: #C6322D;
    color: #ffffff;
}

.color-table.warning-table thead th {
    background-color: #fa7d03;
    color: #ffffff;
}

.color-table.danger-table thead th {
    background-color: #C6322D;
    color: #ffffff;
}

.color-table.inverse-table thead th {
    background-color: #2f3d4a;
    color: #ffffff;
}

.color-table.dark-table thead th {
    background-color: #263238;
    color: #ffffff;
}

.color-table.red-table thead th {
    background-color: #fb3a3a;
    color: #ffffff;
}

.color-table.purple-table thead th {
    background-color: #b554f9;
    color: #ffffff;
}

.color-table.muted-table thead th {
    background-color: #5e5e5e;
    color: #ffffff;
}

.color-bordered-table.primary-bordered-table {
    border: 2px solid #4886ff;
}

.color-bordered-table.primary-bordered-table thead th {
    background-color: #4886ff;
    color: #ffffff;
}

.color-bordered-table.success-bordered-table {
    border: 2px solid #24d2b5;
}

.color-bordered-table.success-bordered-table thead th {
    background-color: #24d2b5;
    color: #ffffff;
}

.color-bordered-table.info-bordered-table {
    border: 2px solid #C6322D;
}

.color-bordered-table.info-bordered-table thead th {
    background-color: #C6322D;
    color: #ffffff;
}

.color-bordered-table.warning-bordered-table {
    border: 2px solid #fa7d03;
}

.color-bordered-table.warning-bordered-table thead th {
    background-color: #fa7d03;
    color: #ffffff;
}

.color-bordered-table.danger-bordered-table {
    border: 2px solid #C6322D;
}

.color-bordered-table.danger-bordered-table thead th {
    background-color: #C6322D;
    color: #ffffff;
}

.color-bordered-table.inverse-bordered-table {
    border: 2px solid #2f3d4a;
}

.color-bordered-table.inverse-bordered-table thead th {
    background-color: #2f3d4a;
    color: #ffffff;
}

.color-bordered-table.dark-bordered-table {
    border: 2px solid #263238;
}

.color-bordered-table.dark-bordered-table thead th {
    background-color: #263238;
    color: #ffffff;
}

.color-bordered-table.red-bordered-table {
    border: 2px solid #fb3a3a;
}

.color-bordered-table.red-bordered-table thead th {
    background-color: #fb3a3a;
    color: #ffffff;
}

.color-bordered-table.purple-bordered-table {
    border: 2px solid #b554f9;
}

.color-bordered-table.purple-bordered-table thead th {
    background-color: #b554f9;
    color: #ffffff;
}

.color-bordered-table.muted-bordered-table {
    border: 2px solid #5e5e5e;
}

.color-bordered-table.muted-bordered-table thead th {
    background-color: #5e5e5e;
    color: #ffffff;
}

.full-color-table.full-primary-table {
    background-color: #f1effd;
}

.full-color-table.full-primary-table thead th {
    background-color: #4886ff;
    border: 0;
    color: #ffffff;
}

.full-color-table.full-primary-table tbody td {
    border: 0;
}

.full-color-table.full-primary-table tr:hover {
    background-color: #4886ff;
    color: #ffffff;
}

.full-color-table.full-success-table {
    background-color: #e8fdeb;
}

.full-color-table.full-success-table thead th {
    background-color: #24d2b5;
    border: 0;
    color: #ffffff;
}

.full-color-table.full-success-table tbody td {
    border: 0;
}

.full-color-table.full-success-table tr:hover {
    background-color: #24d2b5;
    color: #ffffff;
}

.full-color-table.full-info-table {
    background-color: #cfecfe;
}

.full-color-table.full-info-table thead th {
    background-color: #C6322D;
    border: 0;
    color: #ffffff;
}

.full-color-table.full-info-table tbody td {
    border: 0;
}

.full-color-table.full-info-table tr:hover {
    background-color: #C6322D;
    color: #ffffff;
}

.full-color-table.full-warning-table {
    background-color: #fff8ec;
}

.full-color-table.full-warning-table thead th {
    background-color: #fa7d03;
    border: 0;
    color: #ffffff;

}

.full-color-table.full-warning-table tbody td {
    border: 0;
}

.full-color-table.full-warning-table tr:hover {
    background-color: #fa7d03;
    color: #ffffff;
}

.full-color-table.full-danger-table {
    background-color: #f9e7eb;
}

.full-color-table.full-danger-table thead th {
    background-color: #C6322D;
    border: 0;
    color: #ffffff;
}

.full-color-table.full-danger-table tbody td {
    border: 0;
}

.full-color-table.full-danger-table tr:hover {
    background-color: #C6322D;
    color: #ffffff;
}

.full-color-table.full-inverse-table {
    background-color: #f6f6f6;
}

.full-color-table.full-inverse-table thead th {
    background-color: #2f3d4a;
    border: 0;
    color: #ffffff;
}

.full-color-table.full-inverse-table tbody td {
    border: 0;
}

.full-color-table.full-inverse-table tr:hover {
    background-color: #2f3d4a;
    color: #ffffff;
}

.full-color-table.full-dark-table {
    background-color: rgba(43, 43, 43, 0.8);
}

.full-color-table.full-dark-table thead th {
    background-color: #263238;
    border: 0;
    color: #ffffff;
}

.full-color-table.full-dark-table tbody td {
    border: 0;
    color: #ffffff;
}

.full-color-table.full-dark-table tr:hover {
    background-color: #263238;
    color: #ffffff;
}

.full-color-table.full-red-table {
    background-color: #f9e7eb;
}

.full-color-table.full-red-table thead th {
    background-color: #fb3a3a;
    border: 0;
    color: #ffffff;
}

.full-color-table.full-red-table tbody td {
    border: 0;
}

.full-color-table.full-red-table tr:hover {
    background-color: #fb3a3a;
    color: #ffffff;
}

.full-color-table.full-purple-table {
    background-color: #f1effd;
}

.full-color-table.full-purple-table thead th {
    background-color: #b554f9;
    border: 0;
    color: #ffffff;
}

.full-color-table.full-purple-table tbody td {
    border: 0;
}

.full-color-table.full-purple-table tr:hover {
    background-color: #b554f9;
    color: #ffffff;
}

.full-color-table.full-muted-table {
    background-color: rgba(152, 166, 173, 0.2);
}

.full-color-table.full-muted-table thead th {
    background-color: #5e5e5e;
    border: 0;
    color: #ffffff;
}

.full-color-table.full-muted-table tbody td {
    border: 0;
}

.full-color-table.full-muted-table tr:hover {
    background-color: #5e5e5e;
    color: #ffffff;
}


/*******************
Table-Data Table
******************/

.dataTables_wrapper {
    padding-top:0;
}

.dt-buttons {
    display: inline-block;
}

.dt-buttons .dt-button {
    font-size: 0.625rem;
    margin-right: .25rem;

    border-radius: .25rem;
    padding: .25rem .5rem;
    border: solid 1px #f6f7fb;
    background: #f6f7fb;   
    cursor: pointer; 
}

.dt-buttons .dt-button:hover {
    background: #E3E6F2;
}

.dataTables_info,
.dataTables_length {
    display: inline-block;
}

.dataTables_length {
    margin-top: 10px;
}

.dataTables_length select {
    border: 0;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#C6322D), to(#C6322D)), -webkit-gradient(linear, left top, left bottom, from(#b1b8bb), to(#b1b8bb));
    background-image: -webkit-linear-gradient(#C6322D, #C6322D), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#C6322D, #C6322D), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#C6322D, #C6322D), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    padding-bottom: 5px;
}

.dataTables_length select:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4886ff), to(4886ff)), -webkit-gradient(linear, left top, left bottom, from(4886ff), to(4886ff));
    background-image: -webkit-linear-gradient(#4886ff, #4886ff), -webkit-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: -o-linear-gradient(#4886ff, #4886ff), -o-linear-gradient(#b1b8bb, #b1b8bb);
    background-image: linear-gradient(#4886ff, #4886ff), linear-gradient(#b1b8bb, #b1b8bb);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.dataTables_filter {
    float: right;
    margin-top:0;
}

.dataTables_filter input {
    border: solid 1px #ccc;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: center bottom, center calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius:50px;
    margin:0 0 0 5px;
}

.dataTables_filter input:focus {
    outline: none;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4886ff), to(#4886ff)), -webkit-gradient(linear, left top, left bottom, from(#4886ff), to(#4886ff));
    background-image: -webkit-linear-gradient(#4886ff, #4886ff), -webkit-linear-gradient(#4886ff, #4886ff);
    background-image: -o-linear-gradient(#4886ff, #4886ff), -o-linear-gradient(#4886ff, #4886ff);
    background-image: linear-gradient(#4886ff, #4886ff), linear-gradient(#4886ff, #4886ff);
    background-size: 100% 2px, 100% 1px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    margin-left: 10px;
    font-family: fontawesome;
    cursor: pointer;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    margin-left: 10px;
    font-family: fontawesome;
    cursor: pointer;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    margin-left: 10px;
    font-family: fontawesome !important;
    cursor: pointer;
    color: rgba(50, 50, 50, 0.5);
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #a3a3a3;
    border: 0 none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #000000 !important;
    border: 0 none;
    background-color: none;
}
 
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #000;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: #000000; background: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none; background: none;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em;
}


/*******************
Table- responsive
******************/

.tablesaw-bar .btn-group label {
    color: #67757c !important;
}


/*******************
Table- editable table
******************/

.dt-bootstrap {
    display: block;
}

.paging_simple_numbers .pagination .paginate_button {
    padding: 0px;
    color:#666666;
}

.paging_simple_numbers .pagination .paginate_button:hover {
   color:#000; background:none;
}

.paging_simple_numbers .pagination .paginate_button a {
    padding: 3px 10px;
    border: 0px;
}

.paging_simple_numbers .pagination .paginate_button.active a,
.paging_simple_numbers .pagination .paginate_button:hover a {
    background:none;
    color: #000;
}

.stylish-table tbody tr {
    border-left: 3px solid transparent;
}

.stylish-table tbody tr:hover,
.stylish-table tbody tr.active {
    border-color: #C6322D;
}


/*******************
Table-Jsgrid table
******************/

.jsgrid-pager-page a,
.jsgrid-pager-current-page,
.jsgrid-pager-nav-button a {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #000;
    
}

.jsgrid-pager-page a:hover,
.jsgrid-pager-nav-button a:hover {
   
    color: #000;
}

.jsgrid-pager-current-page {

    color: #000;
}

.jsgrid-pager-page,
.jsgrid-pager-nav-button {
    padding: 0;
}

.jsgrid-pager-page.jsgrid-pager-current-page {
    padding: 0.5em 1em;
}


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*Theme Colors*/


/*bootstrap Color*/


/*Light colors*/


/*Normal Color*/


/*Extra Variable*/


/* perfect-scrollbar v0.7.1 */

.ps {
    -ms-touch-action: auto;
    touch-action: auto;
    overflow: hidden !important;
    -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.ps.ps--active-x>.ps__scrollbar-x-rail,
.ps.ps--active-y>.ps__scrollbar-y-rail {
    display: block;
    background-color: transparent;
}

.ps.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: #eee;
    opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: transparent;
    width: 8px;
}

.ps>.ps__scrollbar-x-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    bottom: 0px;
    /* there must be 'bottom' for ps__scrollbar-x-rail */
    height: 6px;
}

.ps>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(255, 255, 255, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    bottom: 2px;
    /* there must be 'bottom' for ps__scrollbar-x */
    height: 6px;
}

.ps>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x,
.ps>.ps__scrollbar-x-rail:active>.ps__scrollbar-x {
    height: 6px;
}

.ps>.ps__scrollbar-y-rail {
    display: none;
    position: absolute;
    /* please don't change 'position' */
    opacity: 0;
    right: 0;
    /* there must be 'right' for ps__scrollbar-y-rail */
    width: 6px;
}

.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    position: absolute;
    /* please don't change 'position' */
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    right: 2px;
    /* there must be 'right' for ps__scrollbar-y */
    width: 6px;
}

.ps>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y,
.ps>.ps__scrollbar-y-rail:active>.ps__scrollbar-y {
    width: 6px;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail {
    background-color: rgba(0, 0, 0, 0.2);
    opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x>.ps__scrollbar-x-rail>.ps__scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
    height: 6px;
}

.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
    width: 6px;
}

.ps:hover>.ps__scrollbar-x-rail,
.ps:hover>.ps__scrollbar-y-rail {
    opacity: 0.6;
}

.ps:hover>.ps__scrollbar-x-rail:hover>.ps__scrollbar-x {
    background-color: rgba(0, 0, 0, 0.2);
}

.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: rgba(0, 0, 0, 0.2);
}

#slimtest3.ps .ps__scrollbar-y-rail {
    left: 3px;
    right: auto;
}

#slimtest4.ps>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #b0b0b0;
}

#slimtest4.ps:hover.ps--in-scrolling.ps--y>.ps__scrollbar-y-rail>.ps__scrollbar-y {
    background-color: #C6322D;
}

#slimtest4.ps:hover>.ps__scrollbar-y-rail:hover>.ps__scrollbar-y {
    background-color: #C6322D;
}


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*******************
/*User mail widgets*/


/*******************/

.topbar .top-navbar .mailbox {
    width: 330px;
}

.topbar .top-navbar .mailbox ul {
    padding: 0px;
}

.topbar .top-navbar .mailbox ul li {
    list-style: none;
}

.mailbox ul li .drop-title {
    font-size:14px;
    font-weight: 400;
    padding: 11px 20px 15px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.mailbox ul li .nav-link {
    padding-top: 15px;
}

.dropdown-menu{font-size:14px}

.mailbox .message-center {
    overflow: auto;
    position: relative;
}

.mailbox .message-center a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 13px 15px;
}

.mailbox .message-center a:hover {
    background: #f1f4fb;
}

.mailbox .message-center a div {
    white-space: normal;
}

.mailbox .message-center a .user-img {
    width: 40px;
    float:left;
    position: relative;
    display: inline-block;
    margin: 0 10px 10px 0;
}

.mailbox .message-center a .user-img img {
    width: 100%;
}

.mailbox .message-center a .user-img .profile-status {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 30px;
    position: absolute;
    top: 1px;
    width: 10px;
}

.mailbox .message-center a .user-img .online {
    background: #24d2b5;
}

.mailbox .message-center a .user-img .busy {
    background: #C6322D;
}

.mailbox .message-center a .user-img .away {
    background: #fa7d03;
}

.mailbox .message-center a .user-img .offline {
    background: #fa7d03;
}

.mailbox .nav-link{color:#4886ff!important;}

.mailbox i{margin-right:5px;}

.mailbox .message-center a .mail-content {
    display: contents;
    width: 100%;
    float:left;
    font-size:14px;
    color:#585858;
    padding:0  10px;
    vertical-align: middle;
}
.mailbox .message-center a:hover .mail-content .float-right{color:#a3a3a3!important;}
.mailbox .message-center a:hover .mail-content 
{color:#C6322D;}
.mailbox .message-center a:hover .mail-content .float-right{color:#a3a3a3;}

.mailbox .message-center a .mail-content h5 {
    margin: 5px 0px 0; font-size:16px; font-weight:500;
}


.mailbox .message-center a .mail-content .mail-desc,
.mailbox .message-center a .mail-content .time {
    font-size: 14px;
    display: block;
    margin: 1px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #67757c;
    white-space: nowrap;
}


/*******************/


/*Weather*/


/*******************/


.city-weather-days {
    margin: 0px;
}

.city-weather-days li {
    text-align: center;
    padding: 15px 0;
}

.city-weather-days li span {
    display: block;
    padding: 10px 0 0;
    color: #5e5e5e;
}

.city-weather-days li i {
    display: block;
    font-size: 20px;
    color: #C6322D;
}

.city-weather-days li h3 {
    font-weight: 300;
    margin-top: 5px;
}


/*Weather small*/

.weather-small h1 {
    line-height: 30px;
}

.weather-small sup {
    font-size: 60%;
}


/*******************/


/*Comment widgets*/


/*******************/

.comment-widgets {
    position: relative;
    margin-bottom: 10px;
}

.comment-widgets .comment-row {
    border-bottom: 1px solid transparent;
    padding: 15px;
}

.comment-widgets .comment-row:last-child {
    border-bottom: 0px;
}

.comment-widgets .comment-row:hover,
.comment-widgets .comment-row.active {
    background: rgba(0, 0, 0, 0.02);
}

.comment-text {
    padding: 15px 15px 15px 20px;
    width: 80%;
}

.comment-text:hover .comment-footer .action-icons,
.comment-text.active .comment-footer .action-icons {
    visibility: visible;
}

.comment-text p {
    max-height: 65px;
    width: 100%;
    overflow: hidden;
}

.comment-footer .action-icons {
    visibility: hidden;
}

.comment-footer .action-icons a {
    padding-left: 7px;
    vertical-align: middle;
    color: #5e5e5e;
}

.comment-footer .action-icons a:hover,
.comment-footer .action-icons a.active {
    color: #C6322D;
}


/*******************/


/*To do widgets*/


/*******************/

.todo-list li {
    border: 0px;
    margin-bottom: 0px;
    padding: 20px 15px 15px 0px;
}

.todo-list li .checkbox {
    width: 100%;
}

.todo-list li .checkbox label {
    font-weight: 400;
    padding-left: 30px;
    width: 100%;
}

.todo-list li .checkbox label span:first-child {
    width: 80%;
    display: inline-block;
    line-height: 25px;
}

.todo-list li:last-child {
    border-bottom: 0px;
}

.todo-list li .assignedto {
    padding: 0px 0 0 30px;
    margin: 0px;
}

.todo-list li .assignedto li {
    list-style: none;
    padding: 0px;
    display: inline-block;
    border: 0px;
    margin-right: 2px;
}

.todo-list li .assignedto li img {
    width: 30px;
    border-radius: 100%;
}

.todo-list li .item-date {
    padding-left: 30px;
    font-size: 12px;
    margin-top: 5px;
    display: inline-block;
}

.list-task .task-done span {
    text-decoration: line-through;
}


/*******************/


/*Chat widget*/


/*******************/

.chat-list {
    margin: 0px;
    padding: 0px;
}

.chat-list li {
    list-style: none;
    margin-top: 30px;
}

.chat-list li .chat-img {
    display: inline-block;
    width: 45px;
    vertical-align: top;
}

.chat-list li .chat-img img {
    width: 45px;
    border-radius: 100%;
}

.chat-list li .chat-content {
    width: calc(100% - 140px);
    display: inline-block;
    padding-left: 15px;
}

.chat-list li .chat-content h5 {
    color: #5e5e5e;
}

.chat-list li .chat-content .box {
    display: inline-block;
    margin-bottom: 10px;
    color: #263238;
}

.chat-list li .chat-time {
    display: inline-block;
    text-align: right;
    width: 80px;
    font-size: 13px;
    color: #5e5e5e;
}

.chat-list li.odd .chat-content {
    text-align: right;
    width: calc(100% - 90px);
}

.chat-list li.odd .box {
    clear: both;
}

.chat-list li.odd+.odd {
    margin-top: 0px;
}

.chat-list li.reverse {
    text-align: right;
}

.chat-list li.reverse .chat-time {
    text-align: left;
}

.chat-list li.reverse .chat-content {
    padding-left: 0px;
    padding-right: 15px;
}


/*******************/


/*Chat widget*/


/*******************/

.message-box ul li .drop-title {
    font-weight: 500;
    padding: 11px 20px 15px;
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

.message-box ul li .nav-link {
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    padding-top: 15px;
}

.message-box .message-widget {
    position: relative;
}

.message-box .message-widget a {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    display: block;
    text-decoration: none;
    padding: 9px 15px;
}

.message-box .message-widget a:hover {
    background: #e9edf2;
}

.message-box .message-widget a:last-child {
    border-bottom: 0px;
}

.message-box .message-widget a div {
    white-space: normal;
}

.message-box .message-widget a .user-img {
    width: 45px;
    position: relative;
    display: inline-block;
    margin: 0 10px 15px 0;
}

.message-box .message-widget a .user-img img {
    width: 100%;
}

.message-box .message-widget a .user-img .profile-status {
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block;
    height: 10px;
    left: 33px;
    position: absolute;
    top: -1px;
    width: 10px;
}

.message-box .message-widget a .user-img .online {
    background: #24d2b5;
}

.message-box .message-widget a .user-img .busy {
    background: #C6322D;
}

.message-box .message-widget a .user-img .away {
    background: #fa7d03;
}

.message-box .message-widget a .user-img .offline {
    background: #fa7d03;
}

.message-box .message-widget a .mail-content {
    display: inline-block;
    width: 70%;
    vertical-align: middle;
}

.message-box .message-widget a .mail-content h5 {
    margin: 5px 0px 0;
}

.message-box .message-widget a .mail-content .mail-desc,
.message-box .message-widget a .mail-content .time {
    font-size: 12px;
    display: block;
    margin: 1px 0;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #67757c;
    white-space: nowrap;
}


/*******************/


/*Calendar widget*/


/*******************/

:root {
    --fc-small-font-size: .85em;
    --fc-page-bg-color: #fff;
    --fc-neutral-bg-color: hsla(0,0%,82%,.3);
    --fc-neutral-text-color: grey;
    --fc-border-color: #ddd;

    --fc-button-text-color: #333;
    --fc-button-bg-color: #dddee2;
    --fc-button-border-color: #fff;

    --fc-button-hover-bg-color: #c5c6c9;
    --fc-button-hover-border-color: #fff;
    --fc-button-active-bg-color: #acadb0;
    --fc-button-active-border-color: #fff;

    --fc-event-bg-color: #3788d8;
    --fc-event-border-color: #3788d8;
    --fc-event-text-color: #fff;
    --fc-event-selected-overlay-color: rgba(0,0,0,.25);
    --fc-more-link-bg-color: #d0d0d0;
    --fc-more-link-text-color: inherit;
    --fc-event-resizer-thickness: 8px;
    --fc-event-resizer-dot-total-width: 8px;
    --fc-event-resizer-dot-border-width: 1px;
    --fc-non-business-color: hsla(0,0%,84%,.3);
    --fc-bg-event-color: #8fdf82;
    --fc-bg-event-opacity: 0.3;
    --fc-highlight-color: rgba(188,232,241,.3);
    --fc-today-bg-color: rgba(255,220,40,.15);
    --fc-now-indicator-color: red;
}

.fc .fc-button {
    line-height: 1 !important;
}

.fc .fc-button .fc-icon {
    font-size: 14px;
}

.fc-toolbar-chunk {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.fc-button-group {
    margin: 0 !important;
}

.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
    margin: 0 !important;
}

.fc .fc-toolbar.fc-header-toolbar {
    margin: 0 !important;
}

.fc .fc-scrollgrid {
    border-left: 0px;
    border-right: 0px;
}

.fc .fc-scrollgrid-section-footer > *,
.fc .fc-scrollgrid-section-header > * {
    border-right: 0px;
}

.fc-theme-standard td,
.fc-theme-standard th {
    border-right: 0px;
}

.fc .fc-daygrid-day-number {
    padding: 4px 6px;
}

.fc .fc-more-popover {
    max-height: 220px;
    overflow-y: scroll;
}

.fc-event {
    cursor: pointer;
}

.fc-event * {
    color: #333 !important;
    font-weight: 400 !important;
}

.fc-event-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fc-event.blocks .fc-daygrid-event-dot{
    border: calc(var(--fc-daygrid-event-dot-width)/2) solid var(--danger);
}

.fc-v-event,
.fc-timeline-event,
.fc-h-event.order {
    border: 1px solid var(--primary);
    background-color: #e6effa;
}

.fc-v-event.blocks,
.fc-timeline-event.blocks,
.fc-h-event.blocks {
    border: 1px solid var(--danger);
    background-color: #ffdbdb;
}

.fc-timegrid-event .fc-event-main {
    padding: 0.25rem;
}

.fc-more-link {
    padding: 2px 4px !important;
    background: #555;
    color: #fff;
}

.fc-more-link:hover {
    background: #000 !important;
    color: #fff !important;
}

.fc-license-message {
    visibility: hidden;
    display: none;
}


.fc-daygrid-day .fc-event.blocks:not(.fc-daygrid-dot-event) {
    border: initial;
    background: initial;
}

.fc-daygrid-day .fc-event.blocks:not(.fc-daygrid-dot-event) .fc-event-title.fc-sticky::before {
    content: '';
    width: 8px;
    height: 8px;
    background: var(--danger);
    display: inherit;
    border-radius: 1rem;
    margin-left: 3px;
    margin-right: 3px;
}


/*******************/


/*Steam line widget*/


/*******************/

.steamline {
    position: relative;
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    margin-left: 20px;
}

.steamline .sl-left {
    float: left;
    margin-left: -20px;
    z-index: 1;
    width: 40px;
    line-height: 40px;
    text-align: center;
    height: 40px;
    border-radius: 100%;
    color: #ffffff;
    margin-right: 15px;
}

.steamline .sl-left img {
    max-width: 40px;
}

.steamline .sl-right {
    padding-left: 50px;
}

.steamline .sl-right .desc,
.steamline .sl-right .inline-photos {
    margin-bottom: 30px;
}

.steamline .sl-item {
    border-bottom: 1px solid rgba(120, 130, 140, 0.13);
    margin: 20px 0;
}

.sl-date {
    font-size: 10px;
    color: #5e5e5e;
}

.time-item {
    border-color: rgba(120, 130, 140, 0.13);
    padding-bottom: 1px;
    position: relative;
}

.time-item:before {
    content: " ";
    display: table;
}

.time-item:after {
    background-color: #ffffff;
    border-color: rgba(120, 130, 140, 0.13);
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px;
}

.time-item-item:after {
    content: " ";
    display: table;
}

.item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

.item-info p {
    margin-bottom: 10px !important;
}


/*******************/


/*Feed widget*/


/*******************/

.feeds {
    margin: 0px;
    padding: 0px;
}

.feeds li {
    list-style: none;
    padding: 10px;
    display: block;
}

.feeds li:hover {
    background: rgba(0, 0, 0, 0.02);
}

.feeds li>div {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 100%;
}

.feeds li>div i {
    line-height: 40px;
}

.feeds li span {
    float: right;
    width: auto;
    font-size: 12px;
}


/*******************/


/*Vertical carousel*/


/*******************/

.vert .carousel-item-next.carousel-item-left,
.vert .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.vert .carousel-item-next,
.vert .active.carousel-item-right {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100% 0);
}

.vert .carousel-item-prev,
.vert .active.carousel-item-left {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
}


/*******************/


/*social-widgets*/


/*******************/

.social-widget .soc-header {
    padding: 15px;
    text-align: center;
    font-size: 36px;
    color: #fff;
}

.social-widget .soc-header.box-facebook {
    background: #3b5998;
}

.social-widget .soc-header.box-twitter {
    background: #00aced;
}

.social-widget .soc-header.box-google {
    background: #f86c6b;
}

.social-widget .soc-header.box-linkedin {
    background: #4875b4;
}

.social-widget .soc-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
}

.social-widget .soc-content div {
    padding: 10px;
}

.social-widget .soc-content div h3 {
    margin-bottom: 0px;
}


/*******************/


/*social-profile-first*/


/*******************/

.social-profile-first {
    text-align: center;
    padding-top: 22%;
    margin-bottom: 96px;
}

.social-profile-first.bg-over {
    background: rgba(56, 83, 161, 0.7);
}

.social-profile-first .middle {
    vertical-align: middle;
}


/*******************/


/*profile timeline widget*/


/*******************/

.profiletimeline {
    position: relative;
    padding-left: 40px;
    margin-right: 10px;
    border-left: 1px solid rgba(120, 130, 140, 0.13);
    margin-left: 30px;
}

.profiletimeline .sl-left {
    float: left;
    margin-left: -60px;
    z-index: 1;
    margin-right: 15px;
}

.profiletimeline .sl-left img {
    max-width: 40px;
}

.profiletimeline .sl-item {
    margin-top: 8px;
    margin-bottom: 30px;
}

.profiletimeline .sl-date {
    font-size: 12px;
    color: #5e5e5e;
}

.profiletimeline .time-item {
    border-color: rgba(120, 130, 140, 0.13);
    padding-bottom: 1px;
    position: relative;
}

.profiletimeline .time-item:before {
    content: " ";
    display: table;
}

.profiletimeline .time-item:after {
    background-color: #ffffff;
    border-color: rgba(120, 130, 140, 0.13);
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    bottom: 0;
    content: '';
    height: 14px;
    left: 0;
    margin-left: -8px;
    position: absolute;
    top: 5px;
    width: 14px;
}

.profiletimeline .time-item-item:after {
    content: " ";
    display: table;
}

.profiletimeline .item-info {
    margin-bottom: 15px;
    margin-left: 15px;
}

.profiletimeline .item-info p {
    margin-bottom: 10px !important;
}


/*little-profile*/

.little-profile .pro-img {
    margin-bottom: 20px;
}

.little-profile .pro-img img {
    width: 128px;
    height: 128px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    border-radius: 100%;
}

.little-profile .soc-pro a {
    color: #5e5e5e;
}

.little-profile .soc-pro a:hover {
    color: #263238;
}


/*******************
/*States row*/


/*******************/

.stats-row {
    margin-bottom: 20px;
}

.stats-row .stat-item {
    display: inline-block;
    padding-right: 15px;
}

.stats-row .stat-item+.stat-item {
    padding-left: 15px;
    border-left: 1px solid rgba(120, 130, 140, 0.13);
}


/*******************/


/*Guage chart*/


/*******************/

.gaugejs-box {
    position: relative;
    margin: 0 auto;
}

.gaugejs-box canvas.gaugejs {
    width: 100% !important;
    height: auto !important;
}


/*******************/


/*country-state*/


/*******************/

.country-state {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}

.country-state li {
    margin-top: 30px;
    margin-bottom: 10px;
}

.country-state h2 {
    margin-bottom: 0px;
    font-weight: 400;
}


/*contact widgets*/

.contact-box {
    position: relative;
}

.contact-box .add-ct-btn {
    position: absolute;
    right: 4px;
    top: -46px;
}

.contact-box .contact-widget>a {
    padding: 15px 10px;
}

.contact-box .contact-widget>a .user-img {
    margin-bottom: 0px !important;
}


/*Blog widgets*/

.blog-widget {
    margin-top: 30px;
}

.blog-widget .blog-image img {
    border-radius: 4px;
    margin-top: -45px;
    margin-bottom: 20px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}


/*******************/


/*Msg box*/


/*******************/

.msg-item {
    margin-bottom: 20px;
}

.msg-body {
    background: #ffffff;
    padding: 15px;
    font-size: 14px;
    position: relative;
}

.msg-body .dwn-aro {
    width: 0;
    position: absolute;
    bottom: -8px;
    height: 0;
    left: 10px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #ffffff;
}

.m-pic img {
    width: 40px;
    border-radius: 100%;
}


/*******************/


/*Activity widgets*/


/*******************/

.activity-box .date-devider {
    border-top: 2px solid rgba(120, 130, 140, 0.13);
    position: relative;
}

.activity-box .date-devider span {
    background: #e9edf2;
    padding: 5px 15px;
    border-radius: 60px;
    font-size: 14px;
    top: -15px;
    position: relative;
    margin-left: 20px;
}

.activity-box .activity-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
}

.activity-box .activity-item .image-list>a {
    margin-left: -15px;
    position: relative;
    vertical-align: middle;
}

.activity-box .activity-item .image-list>a:first-child,
.activity-box .activity-item .image-list>a:last-child {
    margin-left: 0px;
}

.activity-box .activity-item .image-list>a:hover {
    z-index: 10;
}

.activity-box .activity-item .image-list>a:hover img {
    -webkit-box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.2);
}


/*============================================================== 
widget-chart-page product review
 ============================================================== */

.product-review {
    margin: 0px;
    padding: 25px;
}

.product-review li {
    display: block;
    padding: 20px 0;
    list-style: none;
}

.product-review li .font,
.product-review li span {
    display: inline-block;
    margin-left: 10px;
}

.social-profile {
    text-align: center;
    background: rgba(7, 10, 43, 0.8);
}

.profile-tab li a.nav-link,
.customtab li a.nav-link {
    border: 0px;
    padding: 15px 20px;
    color: #67757c;
}

.profile-tab li a.nav-link.active,
.customtab li a.nav-link.active {
    border-bottom: 2px solid #C6322D;
    color: #C6322D;
}

.profile-tab li a.nav-link:hover,
.customtab li a.nav-link:hover {
    color: #C6322D;
}


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/

@media (min-width: 1600px) {
    .col-xlg-1,
    .col-xlg-10,
    .col-xlg-11,
    .col-xlg-12,
    .col-xlg-2,
    .col-xlg-3,
    .col-xlg-4,
    .col-xlg-5,
    .col-xlg-6,
    .col-xlg-7,
    .col-xlg-8,
    .col-xlg-9 {
        float: left;
    }
    .col-xlg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .col-xlg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.66666667%;
        -ms-flex: 0 0 91.66666667%;
        flex: 0 0 91.66666667%;
        max-width: 91.66666667%;
    }
    .col-xlg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.33333333%;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }
    .col-xlg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xlg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.66666667%;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }
    .col-xlg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.33333333%;
        -ms-flex: 0 0 58.33333333%;
        flex: 0 0 58.33333333%;
        max-width: 58.33333333%;
    }
    .col-xlg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xlg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.66666667%;
        -ms-flex: 0 0 41.66666667%;
        flex: 0 0 41.66666667%;
        max-width: 41.66666667%;
    }
    .col-xlg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333333%;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }
    .col-xlg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xlg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.66666667%;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
    .col-xlg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.33333333%;
        -ms-flex: 0 0 8.33333333%;
        flex: 0 0 8.33333333%;
        max-width: 8.33333333%;
    }
    .col-xlg-pull-12 {
        right: 100%;
    }
    .col-xlg-pull-11 {
        right: 91.66666667%;
    }
    .col-xlg-pull-10 {
        right: 83.33333333%;
    }
    .col-xlg-pull-9 {
        right: 75%;
    }
    .col-xlg-pull-8 {
        right: 66.66666667%;
    }
    .col-xlg-pull-7 {
        right: 58.33333333%;
    }
    .col-xlg-pull-6 {
        right: 50%;
    }
    .col-xlg-pull-5 {
        right: 41.66666667%;
    }
    .col-xlg-pull-4 {
        right: 33.33333333%;
    }
    .col-xlg-pull-3 {
        right: 25%;
    }
    .col-xlg-pull-2 {
        right: 16.66666667%;
    }
    .col-xlg-pull-1 {
        right: 8.33333333%;
    }
    .col-xlg-pull-0 {
        right: auto;
    }
    .col-xlg-push-12 {
        left: 100%;
    }
    .col-xlg-push-11 {
        left: 91.66666667%;
    }
    .col-xlg-push-10 {
        left: 83.33333333%;
    }
    .col-xlg-push-9 {
        left: 75%;
    }
    .col-xlg-push-8 {
        left: 66.66666667%;
    }
    .col-xlg-push-7 {
        left: 58.33333333%;
    }
    .col-xlg-push-6 {
        left: 50%;
    }
    .col-xlg-push-5 {
        left: 41.66666667%;
    }
    .col-xlg-push-4 {
        left: 33.33333333%;
    }
    .col-xlg-push-3 {
        left: 25%;
    }
    .col-xlg-push-2 {
        left: 16.66666667%;
    }
    .col-xlg-push-1 {
        left: 8.33333333%;
    }
    .col-xlg-push-0 {
        left: auto;
    }
    .offset-xlg-12 {
        margin-left: 100%;
    }
    .offset-xlg-11 {
        margin-left: 91.66666667%;
    }
    .offset-xlg-10 {
        margin-left: 83.33333333%;
    }
    .offset-xlg-9 {
        margin-left: 75%;
    }
    .offset-xlg-8 {
        margin-left: 66.66666667%;
    }
    .offset-xlg-7 {
        margin-left: 58.33333333%;
    }
    .offset-xlg-6 {
        margin-left: 50%;
    }
    .offset-xlg-5 {
        margin-left: 41.66666667%;
    }
    .offset-xlg-4 {
        margin-left: 33.33333333%;
    }
    .offset-xlg-3 {
        margin-left: 25%;
    }
    .offset-xlg-2 {
        margin-left: 16.66666667%;
    }
    .offset-xlg-1 {
        margin-left: 8.33333333%;
    }
    .offset-xlg-0 {
        margin-left: 0;
    }
}

.col-xlg-1,
.col-xlg-10,
.col-xlg-11,
.col-xlg-12,
.col-xlg-2,
.col-xlg-3,
.col-xlg-4,
.col-xlg-5,
.col-xlg-6,
.col-xlg-7,
.col-xlg-8,
.col-xlg-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}


/*-------------------*/


/*Bootstrap 4 hack*/


/*-------------------*/

.bootstrap-touchspin .input-group-btn {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}

.form-control-danger,
.form-control-success,
.form-control-warning {
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right .5625rem;
    -webkit-background-size: 1.125rem 1.125rem;
    background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
    color: #24d2b5;
}

.has-success .form-control-success {
    background-image: url(../imgs/icon/success.svg);
}

.has-success .form-control {
    border-color: #24d2b5;
    color:#24d2b5;
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
    color: #fa7d03;
}

.has-warning .form-control-warning {
    background-image: url(../imgs/icon/warning.svg);
}

.has-warning .form-control {
    border-color: #fa7d03;
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
    color: #C6322D;
}

.has-danger .form-control-danger {
    background-image: url(../imgs/icon/danger.svg);
}

.has-danger .form-control {
    border-color: #C6322D;
}

.input-group-addon [type="radio"]:not(:checked),
.input-group-addon [type="radio"]:checked,
.input-group-addon [type="checkbox"]:not(:checked),
.input-group-addon [type="checkbox"]:checked {
    position: initial;
    opacity: 1;
}

.invisible {
    visibility: hidden !important;
}

.hidden-xs-up {
    display: none !important;
}

@media (max-width: 575px) {
    .hidden-xs-down {
        display: none !important;
    }
}

@media (min-width: 576px) {
    .hidden-sm-up {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .hidden-sm-down {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .hidden-md-up {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .hidden-md-down {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .hidden-lg-up {
        display: none !important;
    }
}

@media (max-width: 1199px) {
    .hidden-lg-down {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-xl-up {
        display: none !important;
    }
}

.hidden-xl-down {
    display: none !important;
}

.card-inverse .card-blockquote,
.card-inverse .card-footer,
.card-inverse .card-header,
.card-inverse .card-title {
    color: #ffffff;
}


/*
Template Name: Admin Mintone
Author: SRGIT

File: scss
*/


/*============================================================== 
 For Laptop & above all (1650px) 
 ============================================================== */

@media (min-width: 1650px) {
    .widget-app-columns {
        -webkit-column-count: 3;
        column-count: 3;
    }
    .website-visitor {
        height: 445px;
    }
    .auto-height {
        max-height: 315px;
    }
}

@media (max-width: 1600px) {
    .website-visitor {
        height: 333px;
    }
    .auto-height {
        min-height: 240px;
    }
}


/*============================================================== 
 For Laptop & above all (1370px) 
 ============================================================== */

@media (max-width: 1370px) {
    .widget-app-columns {
        -webkit-column-count: 2;
        column-count: 2;
    }
    .website-visitor {
        height: 353px;
    }
    .auto-height {
        min-height: 186px;
    }
}


/*-- ============================================================== 
 Small Desktop & above all (1024px) 
 ============================================================== */

@media (min-width: 1024px) {
    .page-wrapper {
        margin-left: 260px;
    }
}

@media (max-width: 1023px) {
    .page-wrapper {
        margin-left: 70px;
        -webkit-transition: 0.2s ease-in;
        -o-transition: 0.2s ease-in;
        transition: 0.2s ease-in;
    }
    .widget-app-columns {
        -webkit-column-count: 1;
        column-count: 1;
    }
    .inbox-center a {
        width: 200px;
    }
    .hdr-nav-bar .navbar .navbar-nav>li a {
        padding: 12px 15px;
        border-bottom: 0px solid transparent;
        border-left: 2px solid transparent;
    }
    .hdr-nav-bar .navbar .navbar-nav>li:hover a {
        padding: 12px 20px;
    }
    .hdr-nav-bar .call-to-act .custom-select {
        margin-bottom: 10px;
    }
    .d-flex.no-block {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}


/*-- ============================================================== 
 Ipad & above all(768px) 
 ============================================================== */

@media (min-width: 768px) {
    .navbar-header {
        width: 260px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .navbar-header .navbar-brand {
        padding-top: 0px;
    }
    /*This is for the breeadcrumd*/
    .page-titles .breadcrumb {
        text-transform: uppercase;
    }
    .card-group .card:first-child,
    .card-group .card:not(:first-child):not(:last-child) {
        border-right: 1px solid rgba(0, 0, 0, 0.03);
    }
    .material-icon-list-demo .icons div {
        width: 33%;
        padding: 15px;
        display: inline-block;
        line-height: 40px;
    }
    .mini-sidebar .page-wrapper {
        margin-left: 70px;
    }
    .flex-wrap {
        -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
        -webkit-flex-wrap: nowrap !important;
    }
}


/*-- ============================================================== 
 Phone and below ipad(767px) 
 ============================================================== */

@media (max-width: 767px) {
    .container-fluid {
        padding: 25px 0 25px 0;
    }
    /*Header*/
    .topbar {
        position: fixed;
        width: 100%;
    }
    .topbar .top-navbar {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-align-items: center;
    }
    .topbar .top-navbar .navbar-collapse {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
    }
    .topbar .top-navbar .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .topbar .top-navbar .navbar-nav>.nav-item.show {
        position: static;
    }
    .topbar .top-navbar .navbar-nav>.nav-item.show .dropdown-menu {
        width: 100%;
        margin-top: 0px;
    }
    .topbar .top-navbar .navbar-nav>.nav-item>.nav-link {
        padding-left: .50rem;
        padding-right: .50rem;
    }
    .topbar .top-navbar .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .mega-dropdown .dropdown-menu {
        height: 480px;
        overflow: auto;
    }
    /*Sidebar and wrapper*/
    .mini-sidebar .page-wrapper {
        margin-left: 0px;
        padding-top: 70px;
    }
    .comment-text .comment-footer .action-icons {
        display: block;
        padding: 10px 0;
    }
    .vtabs .tabs-vertical {
        width: auto;
    }
    /*Footer*/
    .material-icon-list-demo .icons div {
        width: 100%;
    }
    .error-page .footer {
        position: fixed;
        bottom: 0px;
        z-index: 10;
    }
    .error-box {
        position: relative;
        padding-bottom: 60px;
    }
    .error-body {
        padding-top: 10%;
    }
    .error-body h1 {
        font-size: 100px;
        font-weight: 600;
        line-height: 100px;
    }
.login-register {position: relative; overflow: hidden;}
.login-box {width: 90%;}
.login-sidebar {padding: 10% 0;}
.login-sidebar .login-box {position: relative;}
/*This is for chat page*/
.chat-main-box .chat-left-aside {left: -250px; position: absolute; -webkit-transition: 0.5s ease-in; -o-transition: 0.5s ease-in; transition: 0.5s ease-in; background: #ffffff;}
.chat-main-box .chat-left-aside.open-pnl {left: 0px;}
.chat-main-box .chat-left-aside .open-panel {display: block;}
.chat-main-box .chat-right-aside {width: 100%;}

/*Timeline*/
ul.timeline:before {left: 40px;}
ul.timeline>li>.timeline-panel {width: calc(100% - 90px);}
ul.timeline>li>.timeline-badge {top: 16px; left: 15px; margin-left: 0;}
ul.timeline>li>.timeline-panel {float: right;}
ul.timeline>li>.timeline-panel:before {right: auto; left: -15px;     border-right-width: 15px; border-left-width: 0;}
ul.timeline>li>.timeline-panel:after {right: auto; left: -14px;       border-right-width: 14px; border-left-width: 0;}

/*Contact app page*/
.left-aside {width: 100%; position: relative; border: 0px;}
.right-aside {margin-left: 0px;}
.flex-wrap {-ms-flex-wrap: wrap!important; flex-wrap: wrap !important;   -webkit-flex-wrap: wrap !important;}
.chat-list li .chat-content {width: calc(100% - 80px);}

/*Calendar*/
.fc-toolbar .fc-left,
.fc-toolbar .fc-right{margin-top: 10px;}
.fc-toolbar .fc-center {float: none; display: block; text-align: center;overflow: hidden;}
}



.knob-icon {position:relative;}
.knob-icon input{font-size:0!important}
.knob-icon i{position:absolute; z-index:9; font-size:23px; top:19px; left:24px;}
.knob-icon img{position:absolute; z-index:9; top:19px; left:24px; width:24px}
.knob-icon-2 i{ top:15px; }
.refresh-container {background: rgba(255,255,255,.9); height: 100%; left: 0;position: absolute; top: 0; width: 100%; display: none; z-index: 5; cursor: wait; overflow: hidden;}
.no-margin{margin:0!important}
.cpu-div-left{width:35%;}
.cpu-div-right{width:65%;}
.cpu-div-left, .cpu-div-right{float:left; padding: 0;}
.block{width:100%; display:block;}
.bordered-left-light{border-left:1px solid #e5e5e5;}
.bookmarking-main {padding:0 10px; margin-bottom:10px; margin-top:5px; }
.bookmarking i{font-size:0.6em; margin-right:5px; position:relative; top:-2px; }
.bookmarking span{display:inline-block; margin-right:10px}
.pro-customtab li a.nav-link{padding:0 0 0 30px ; font-weight:500; font-size:16px; color:#c3c4c7;}
.pro-customtab li a.nav-link:hover{color: #4886ff;}
.pro-customtab li a.nav-link.active{border-bottom: 0 none; color: #4886ff;background:none;}
.pro-customtab{border:0 none; float:right;}
.members-list{padding:0; margin:0; }
.members-list li{display:inline-block; margin-right:5px; margin-bottom:10px}
.members-list li .circle-div{width: 40px; height: 40px; border: 1px solid #a3c2ff; border-radius: 50%; position: relative; top: 0; text-align: center; padding-top: 6px; color:#a3c2ff;}
.members-projects img{max-width:40px; max-height:40px;}
.members-list .dashed-div {  border: 1px dashed #C6322D; border-radius:100px}
.members-list li .dashed-div img {border-radius:100px;}

.default-customtab li a.nav-link{padding:0 0 0 5px ; font-weight:500; font-size:13px; color:#c3c4c7;}
.default-customtab li a.nav-link:hover{color: #4886ff;}
.default-customtab li a.nav-link.active{border-bottom: 0 none; color: #4886ff;background:none;}
.default-customtab{border:0 none; float:right;}

.pos-relative{position:relative;}
.right-auto{right:80%}



/*******************************
Accordion panel
*******************************/
.accordion-sec .card{margin-bottom:15px;}
.accordion-sec .collapsed {text-wrap:none!important}
.accordion .card-link:hover{color:#000000;}
.accordion-sec .card-body{
    box-shadow: initial;
    padding: 1rem;
    border: solid 1px #ccc;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border: solid 8px #f1f4fb;
    border-top: 0px;
}
.accordion-sec .card-header{
    padding: 0;
    border-bottom: 0px;
}

.accordion-sec:hover .card-header {
    position: relative;
    z-index: 9;
}

.accordion-sec .card-header .btn:hover {
    opacity: 1;
}

.accordion-sec [data-toggle="collapse"].collapsed .action-edit .is-opened {
    display: none;
}
.accordion-sec [data-toggle="collapse"]:not(.collapsed) .action-edit .is-oepend {
    display: block;
}

.accordion-sec [data-toggle="collapse"]:not(.collapsed) .action-edit .is-closed {
    display: none;
}
.accordion-sec [data-toggle="collapse"].collapsed .action-edit .is-closed {
    display: block;
}


/*index analytics*/
.card-header .card-link { font-size:16px; color:#606264; display:inline-block; width:100%;}
.card-header .card-link:hover { color:#000}
.card-header .card-link i { font-size:21px; line-height:0;}
.card-header .collapsed {color:#85868a}
.icon-color i { color:#6498fe}
.icon-color2{ color:#e16972}
.round-img img {max-width:40px;width: 40px;border-radius:100%;}
.comments h3 { margin:0; padding:0; font-size:16px; line-height:20px;}
.comments h6 { margin:0 0 19px 0; padding:0; font-size:14px; color:#a3a3a3}
.comments p { margin:0; padding:0; line-height:18px; color:#000}
.comments-bg { background:#f1f4fb; padding:12px 0; margin:0 -10px} 
.comments-bg1 { padding:12px 0; margin:0 -15px; background:#fff;} 
.date-icon { background:url(../imgs/icon/date.png) no-repeat right center}
.text-h { height:116px; font-size:14px; line-height:21px;}
/*index analytics*/


/*project brief*/
.boder-box { border:dashed 1px #b6cfff; width:100%; padding:15px; text-align:left; color:#b6cfff; font-size:16px; border-radius:5px; font-weight:500}
.text-h2 { font-size:14px; line-height:21px;}
.text-box { border:solid 1px #e5e5e5; width:100%; padding:15px; text-align:left; color:#b8b8b8; font-size:16px; border-radius:5px; font-weight:500}
.search {position: relative; float:left; margin: 0 15px 0 0;}
.search input {width: 250px; border: 1px solid #cdcdcd; border-radius:30px;padding:7px 0; color:#b8b8b8; text-indent: 32px;}
.search .fa-search {position: absolute; top:12px; left:13px; color:#b2b2b2}
.page-n { font-size:14px;}
.page-n a{color:#a3a3a3; margin:0 2px} 
.page-n a:hover {color:#000} 
.page-n .active {color:#000} 
.modle-510 {max-width: 510px;}
.table2 td {padding: .9rem .45rem;border-color:#f3f1f1;color:#000;}
.table2 td, .table2 th {padding: .75rem;vertical-align: middle;border-top:none;}
.search-form .form-group {float: right !important; transition: all 0.35s, border-radius 0s; width: 32px; height: 32px; background-color: #fff;  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset; border-radius: 25px; border:1px solid #ccc;}
.search-form .form-group input.form-control {padding-right: 20px; border: 0 none; background: transparent; box-shadow: none; display:block;}
.search-form .form-group input.form-control::-webkit-input-placeholder { display: none;}
.search-form .form-group input.form-control:-moz-placeholder {/* Firefox 18- */ display: none;}
.search-form .form-group input.form-control::-moz-placeholder {/* Firefox 19+ */ display: none;}
.search-form .form-group input.form-control:-ms-input-placeholder {display: none;}
.search-form .form-group:hover,
.search-form .form-group.hover {width: 100%; border-radius: 4px 25px 25px 4px;}
.search-form .form-group span.form-control-feedback {position: absolute; top: -1px; right: -2px; z-index: 2; display: block; width: 34px; height: 34px;line-height: 34px; text-align: center; color: #3596e0; left: initial; font-size: 14px;}

/* Set the colour of the popup modal overlay */
.modal {background-color: rgba(255, 255, 255, 0.8);}
/*project brief*/


pre{background:#f1f4fb; padding:20px;}
button.disabled{cursor:not-allowed;}
.btn.disabled, .btn:disabled{ opacity:0.4;}
.div-relative{position:relative;}
#slidediv {
 display:none;
top:20px;
left:50px;
position:absolute;
}
.social-slide{padding:0 5px;  margin-bottom:0;}
.social-slide li{list-style:none; display:inline-block; }
.social-slide li a{display:inline-block; padding:5px 7px;}
.social-slide li a:hover{color:#455a64;}
.arrow_box {position: relative; background: #ffffff; box-shadow:0 0 4px rgba(0,0,0,0.2);}
.arrow_box:after, .arrow_box:before {right: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none;}
.arrow_box:after {border-color: rgba(255, 255, 255, 0); border-right-color: #ffffff;    border-width: 8px; margin-top: -8px;}
.arrow_box:before {border-color: rgba(194, 194, 194, 0); border-right-color: #c2c2c2;   border-width: 9px; margin-top: -9px;}
.center-block {float: none; margin-left: auto; margin-right: auto;}
.input-group .ico-addon .form-control {border-radius: 0;}
.ico-addon {position: relative; color: #555; display: block;}
.ico-addon:after,
.ico-addon:before {display: table; content: " ";}
.ico-addon:after {clear: both;}
.ico-addon.addon-md .glyphicon,
.ico-addon .glyphicon, 
.ico-addon.addon-md .fa,
.ico-addon .fa {position: absolute; z-index: 2; right: 10px; font-size: 14px; width: 20px; margin-right: -2.5px; text-align: center; padding: 10px 0; top: 1px}
.ico-addon.addon-lg .form-control {}
.ico-addon.addon-sm .form-control {}
.ico-addon.addon-lg .fa,
.ico-addon.addon-lg .glyphicon {font-size: 14px; margin-right: 0; right: 11px; top: 2px;}
.ico-addon.addon-md .form-control,
.ico-addon .form-control {float: left; font-weight: normal;}
.ico-addon.addon-sm .fa,
.ico-addon.addon-sm .glyphicon {margin-left: 0; font-size: 12px; left: 5px; top: -1px}

.ico-addon .form-control:focus + .glyphicon,
.ico-addon:hover .glyphicon,
.ico-addon .form-control:focus + .fa,
.ico-addon:hover .fa {color: #2580db;}
.bordered-input .form-control {border-top: none; border-left: none; border-right: none;   border-radius: 0px; border-bottom-width: 1px;}
.button-group.col-lg-2{flex: 0 0 20%; max-width: 20%;}
.no-background .form-control {background-image:none;}
.no-bordered .bootstrap-tagsinput{border:0 none; box-shadow:none;}
.no-bordered .bootstrap-tagsinput input{display:none;}
.bootstrap-tagsinput .label-info{background:#e5ecfd; color:#7e828b; font-size:13px;     padding: 5px 10px; line-height: 16px; margin-bottom:3px; margin-top:3px;}
 
.pagination .page-link:focus, .pagination .page-link:hover{background:none;}
.page-item.active .page-link{background:none; color:#007bff;}
.nav-pills .nav-link{padding:.4rem 1.3rem;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{background:#d3e0fc; color:#4886ff;}
.nav-pills .nav-link {border-radius: 2rem;}
.nav-pills-tablet{border:1px solid #f2f2f2; border-radius: 2rem; overflow:hidden}
.nav-pills-tablet .nav-link{border-radius: 0;}
.card-detail{padding:0}
.card-detail li{display:inline-block; padding:0 15px 0 0; color:#b2b2b2; }
.card-img-container{position:relative;overflow:hidden; }
.card-img-details{position:absolute; bottom:0; width:100%; }
.card-img-details .label{font-size:14px; background:#ffb74e; padding:5px 15px;}
.product-table img{width:50px; margin-right:10px;}
.product-table td {padding: 0.5rem .5rem;}
.textarea-lg{height:125px;}
.upload-photo{margin-top:100px;}
.upload-photo .dropify-wrapper{height:100px;}
.upload-photo .dropify-wrapper .dropify-message i{font-size:35px; opacity:0.4;}
.upload-photo .dropify-wrapper dropify-message p{display:none;}
.upload-photo .dropify-wrapper .dropify-message p{display:none;}
.table-orders.dataTable thead td:first-child:after {display:none;}
.table-orders a{color:#000000;}
.table-orders a:hover{color:#007bff;}
.breadcrumb{width:fit-content; background-color: #ffffff;}
.product-table.no-border td{border-color: rgba(0,0,0,0); padding:0.59rem .1rem; vertical-align:top;}
td.custom-product{padding:0.4rem .1rem;}
td.no-border{border:0 none; padding:0.4rem .1rem; }
.table .invoice-bottom-top{padding:0.4rem .1rem;}
.table .invoice-bottom{padding:0.4rem .1rem; border:0 none;}
.circle-tab{font-size:0.6em;}

/*offline-pages*/
.single-page-bg { background: url('/app/admin/assets/imgs/background/background-v2.jpg') no-repeat center #f6f7fb; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; background-color: rgba(255,255,255,.25); background-blend-mode: lighten;}
.single-page h2 { font-size:36px; font-weight:600; margin:25% 0 10px 0}
.single-page h3 { font-size:18px;  color:#626364}

.single-403  h2 { font-size:100px; font-weight:600; margin:20% 0 67px 0}
.single-403  h3 { font-size:36px;color:#313132; font-weight:600; margin:0 0 27px 0; padding:0;}
.single-403  h4 { font-size:18px;  color:#626364;  margin:0 0 25px 0;}

.single-page-bg .page-wrapper{
    display: table;
    width: 100%;
    height: 100vh;
    min-height: 100vh;
}
.single-page-bg .page-wrapper .container{
    display: table-cell;
    vertical-align: middle;
}

/*=========================
  Icons
 ================= */

/* footer social icons */
ul.social-network {list-style: none; display: inline; padding:0;}
ul.social-network li {display: inline; margin: 0 5px;}

/* footer social icons */
.social-network a.icoFacebook{background-color:#3B5998;}
.social-network a.icoTwitter {background-color:#33ccff;}
.social-network a.icoGoogle{background-color:#BD3518;}
.social-circle li a {display:inline-block; position:relative; margin:0 auto 0 auto; -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%; text-align:center;    width:34px; height:34px; font-size:18px;}
.social-circle li i {margin:0; line-height:34px; text-align: center;}
.social-circle li a:hover i, .triggeredHover {-moz-transform: rotate(360deg); -webkit-transform: rotate(360deg); -ms-transform: rotate(360deg); transform: rotate(360deg); -webkit-transition: all 0.2s; -moz-transition: all 0.2s; -o-transition: all 0.2s; -ms-transition: all 0.2s;  transition: all 0.2s;}
.social-circle i {color: #fff; -webkit-transition: all 0.8s; -moz-transition: all 0.8s; -o-transition: all 0.8s; -ms-transition: all 0.8s; transition: all 0.8s;}
.profile-social ul { margin:0; padding:0;}
.profile-social li { display:inline-block}
.profile-social li a {color:#909090; list-style:none; font-size:18px; margin:0 0 0 10px}  
.profile-social a {color:#4886ff}
.boder-li{ margin:-24px 0 10px 0!important; padding:0; position:relative; background:url(../../assets/imgs/boder.png) no-repeat 3px center; min-height:66px; list-style:none!important}
input.search-query {padding: 7px 20px 7px 26px; border-radius:50px; border: solid 1px #ccc;}
.form-search {position: relative; float:left; margin:0 30px 0 0; boder:solid 1px #5e5e5e;}
.form-search:before {content:''; display: block; width: 14px; height: 14px; background-image: url(../../assets/imgs/glyphicons-halflings.png); background-position: -48px 0; position: absolute; top:12px; left:10px; opacity: .5; z-index: 1000;}
.line-h { line-height:14px}
.panel-title > a:before {float: right !important; font-family: FontAwesome; content:"\f068"; padding-right: 5px;}
.panel-title > a.collapsed:before {float: right !important; content:"\f056";}
.panel-title > a:hover, 
.panel-title > a:active, 
.panel-title > a:focus  {text-decoration:none;}
 
/*pageing*/

.pageing-2 a { box-shadow:0 2px 5px rgba(0,0,0,0.1); display:inline-block; background:#fff;}

.bg2 li a { background:#fff!important;}  
.cssmenu {
display: inline-block; /* The menu will have width as needed, not 100% */
position: relative;
margin:0 0 0 -20px; 
font-size: 14px;
line-height: 1em;
border-radius: 2px; /* Little curvature in the borders */
overflow: hidden; /* Hide everything that overflows, like shadows */
margin:0;
}

.cssmenu ul {
    display: flex;
/* A key part of our menu, displays items side by side, and allows reversing them */
flex-direction: row-reverse; /* Reverse the items */
/* Reset styles, overwrite browser defaults */
list-style: none;
margin:0;
padding: 0;
}

.cssmenu ul li { padding:5px;}

.cssmenu ul li i { font-size:15px}

.cssmenu ul li a {
display: inline-block;
font-size: 14px;
padding: 9px 30px 9px 30px; /* Adjusting padding to get the proper space */
margin-left: -20px; /* Pull the items to the left, so the rounded right side will get over them */
color: #999999;
background-color: #f1f4fb;
text-decoration: none;
border-radius: 0 100px 100px 0; /* Get the right side rounded */
-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}

.cssmenu .active a { background:#d3e0fc!important; color:#4886ff!important}





.cssmenu2 {
display: inline-block; /* The menu will have width as needed, not 100% */
position: relative;
font-size: 14px;
line-height: 1em;
border-radius: 2px; /* Little curvature in the borders */
overflow: hidden; /* Hide everything that overflows, like shadows */
margin:0 0 0 -10px;
}

.cssmenu2 ul {
display: flex; /* A key part of our menu, displays items side by side, and allows reversing them */
flex-direction: row-reverse; /* Reverse the items */
/* Reset styles, overwrite browser defaults */
list-style: none;
margin: 0;
padding:0 0 0 20px;
}

.cssmenu2 ul li { padding:5px}
.cssmenu2 ul li a {
display: inline-block;
font-size:14px;
padding: 9px 20px 9px 20px; /* Adjusting padding to get the proper space */
margin-left: -15px; /* Pull the items to the left, so the rounded right side will get over them */
color: #999999;
background-color: #f1f4fb;
text-decoration: none;
border-radius:8px; /* Get the right side rounded */
-webkit-box-shadow: 0px 0px 2px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}

.cssmenu3 {
display: inline-block; /* The menu will have width as needed, not 100% */
position: relative;
font-size: 14px;
line-height: 1em;
border-radius: 2px; /* Little curvature in the borders */
overflow: hidden; /* Hide everything that overflows, like shadows */
margin:0 0 0 -10px;
}

.cssmenu3 ul {display: flex; flex-direction: row-reverse;list-style:none;margin:0; padding:0;}
.cssmenu3 ul li { padding:5px}
.cssmenu3 ul li a {display: inline-block; font-size: 14px; padding: 9px 26px 9px 26px; 
margin-left: 0px; 
color: #999999;
background-color: #f1f4fb;
text-decoration: none;
border-radius:50px; /* Get the right side rounded */
-webkit-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
box-shadow: 0px 0px 5px -2px rgba(0,0,0,0.75);
}
.cssmenu1 ul li a:hover { background:#d3e0fc!important;}
.cssmenu2 ul li a:hover { background:#d3e0fc!important;}
.cssmenu3 ul li a:hover { background:#d3e0fc!important;}
.cssmenu4 ul li a:hover { background:#d3e0fc!important;}

.cssmenu4 {
display: inline-block; /* The menu will have width as needed, not 100% */
position: relative;
font-size: 14px;
line-height: 1em;
border-radius: 2px; /* Little curvature in the borders */
overflow: hidden; /* Hide everything that overflows, like shadows */
margin:0;
}

.cssmenu4 ul {
display: flex;/* A key part of our menu, displays items side by side, and allows reversing them */
flex-direction: row-reverse; /* Reverse the items */
/* Reset styles, overwrite browser defaults */
list-style: none;
padding: 0; margin:0
}

.cssmenu4 ul li { padding:5px; margin: 0 3px;}

.cssmenu4 ul li a {display: inline-block; font-size: 14px; padding: 9px 15px 9px 5px;
/* Adjusting padding to get the proper space */
margin-left: 0px;
/* Pull the items to the left, so the rounded right side will get over them */
color: #999999;text-decoration: none;}

.cssmenu4 ul li::before {content: "•"; color:#b8b9bc; display: inline-block; width: 1em;  margin-left: -1em}
.shadow-css {box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
-webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
-moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
border-color: rgba(120, 130, 140, 0.13);  
}
/*pageing*/

.top-icon i  { margin:0 5px; color:#6498fe;}
.list-group .list-group-item i { font-size:18px;}
.list-group .list-group-item a:hover { color:#4886ff} 
#example23_filter input, #myTable_filter input{padding: .375rem .75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: .25rem; transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; box-shadow: none; border-radius: 50px;}
#myTable .text-danger{opacity:0.3;}  
#myTable .text-danger:hover{opacity:1;}

.w-40{width:40px;}
.no-after::after{display:none;}


/* Start Custom Styles */
.AjaxFetch,
.AjaxBack,
.ModalToggle,
.ModalToggle--chat,
.select2--select-all,
.clear-party-package,
.view-more,
.goto-reset,
.goto-login{
    cursor:pointer;
}
.dropdown-item.active,
.dropdown-item:active{
    color:white !important;
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
}
.modal-header{
    border-bottom: 1px solid #e9ecef;
}
.modal-body{
    padding:1.5rem 3rem;
}
.modal-body p{
    line-height:1.3;
}
.hidden{
    display:none !important;
}

.select2-container{
    width:100% !important;
}
.select2-container--default .select2-selection--single,
.select2-container--default .select2-search--dropdown .select2-search__field{
    border-color: #ced4da;
}
.select2-container--default .select2-selection--single:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    border-color: #80bdff;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    width:33px;
}
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple{
    min-height:38px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background: #4886ff;
    color: #ffffff;
    border-color: #4886ff;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    font-size: 15px;
    margin-top: 6px;
    line-height:1.4;
}

.no-sort::after { display: none!important; }
.no-sort { pointer-events: none!important; cursor: default!important; }

.table-header{
    background-color:#f6f7fb;
}
.table tr th{
    padding-left:.75rem;
    padding-right:.75rem;
}
.table td{
    padding: 1rem .75rem;
}
.dataTables_filter label{
    font-size:0px;
}
.dataTables_filter label input{
    font-size: 15px;
    padding: 8px 15px;
    color:#999;
}
.dataTables_info,
.dataTables_length,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    color:#999;
}

@media (max-width: 991px) {
    .hidden-mobile{
        display:none !important;
    }
}

.m-t-6{
    margin-top:8px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size:16px;
    padding-left:10px;
}

.cssmenu4.cssmenu4--menubar ul{
    font-size:0px;
}
.cssmenu4.cssmenu4--menubar li a{
    padding:0px;
    font-size: 14px;
}
.cssmenu4.cssmenu4--menubar li:before{
    font-size:14px;
    text-align:center;
}
.cssmenu4.cssmenu4--menubar li:last-child:before{
    display:none !important;
}
.cssmenu4.cssmenu4--menubar li:hover a{
    background-color:rgba(0,0,0,0) !important;
    color:#4886ff;
}

label.error{
    color:#ff494d !important;
    font-size:70% !important;
}





.graph-container {
    height: 100px;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 0px;
}

.graph-container .graph-col {
    width: calc(4% - 2px);
    height: 25px;
    background-color: #0275d8;
    display: inline-block;
    position: relative;
    margin: 0px 1px;
}

.graph-container.graph-container--day .graph-col {
    width: calc(14.2% - 2px);
}

.graph-container .graph-col .graph-label {
    position: absolute;
    bottom: -35px;
    left: 0px;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-size: 12px;
    margin-top: 4px;
}

.graph-container .graph-col .graph-label small {
    font-size: 55%;
    opacity: .75;
}






/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  position: relative; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    width: 120px;
    margin: 0.5em; }
    .dropzone .dz-preview .dz-progress {
      display: block;
      height: 15px;
      border: 1px solid #fff; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        display: block;
        height: 100%;
        width: 0;
        background: green; }
    .dropzone .dz-preview .dz-error-message {
      color: red;
      display: none; }
    .dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
      display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      display: block; }
    .dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
      position: absolute;
      display: none;
      left: 30px;
      top: 30px;
      width: 54px;
      height: 58px;
      left: 50%;
      margin-left: -27px; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); } }
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px); }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); } }
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  padding: 20px 20px; }
  .dropzone.dz-clickable {
    cursor: pointer; }
    .dropzone.dz-clickable * {
      cursor: default; }
    .dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
      cursor: pointer; }
  .dropzone.dz-started .dz-message {
    display: none; }
  .dropzone.dz-drag-hover {
    border-style: solid; }
    .dropzone.dz-drag-hover .dz-message {
      opacity: 0.5; }
  .dropzone .dz-message {
    text-align: center;
    margin: 2em 0; }
  .dropzone .dz-preview {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 16px;
    min-height: 100px; }
    .dropzone .dz-details{
        position: absolute;
        top: calc(50% - 54px);
    }
    .dropzone .dz-preview:hover {
      z-index: 1000; }
      .dropzone .dz-preview:hover .dz-details {
        opacity: 1; }
    .dropzone .dz-preview.dz-file-preview .dz-image {
      border-radius: 20px;
      background: #999;
      background: linear-gradient(to bottom, #eee, #ddd); }
    .dropzone .dz-preview.dz-file-preview .dz-details {
      opacity: 1;
  }
    .dropzone .dz-preview.dz-image-preview {      
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: 0px;
        background-color: transparent;
        display: table;
    }
      .dropzone .dz-preview.dz-image-preview .dz-details {
        -webkit-transition: opacity 0.2s linear;
        -moz-transition: opacity 0.2s linear;
        -ms-transition: opacity 0.2s linear;
        -o-transition: opacity 0.2s linear;
        transition: opacity 0.2s linear; }
    .dropzone .dz-preview .dz-remove {
        font-size: 14px;
        text-align: center;
        cursor: pointer;
        border: none;
        display:block;
        position: absolute;
        right: 0px;
        top: -25px;
    }
      .dropzone .dz-preview .dz-remove:hover {
        text-decoration: underline; }
    .dropzone .dz-preview:hover .dz-details {
      opacity: 1; }
    .dropzone .dz-preview .dz-details {
      z-index: 20;
      position: absolute;
      top: calc(50% - 54px);
      left: 0;
      opacity: 0;
      font-size: 13px;
      min-width: 100%;
      max-width: 100%;
      padding: 2em 1em;
      text-align: center;
      color: rgba(0, 0, 0, 0.9);
      line-height: 150%; }
      .dropzone .dz-preview .dz-details .dz-size {
        margin-bottom: 1em;
        font-size: 16px; }
      .dropzone .dz-preview .dz-details .dz-filename {
        white-space: nowrap; }
        .dropzone .dz-preview .dz-details .dz-filename:hover span {
          border: 1px solid rgba(200, 200, 200, 0.8);
          background-color: rgba(255, 255, 255, 0.8); }
        .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
          overflow: hidden;
          text-overflow: ellipsis; }
          .dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
            border: 1px solid transparent; }
      .dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
        background-color: rgba(255, 255, 255, 0.4);
        padding: 0 0.4em;
        border-radius: 3px; }
    .dropzone .dz-preview:hover .dz-image img {
      -webkit-transform: scale(1.05, 1.05);
      -moz-transform: scale(1.05, 1.05);
      -ms-transform: scale(1.05, 1.05);
      -o-transform: scale(1.05, 1.05);
      transform: scale(1.05, 1.05);
      -webkit-filter: blur(8px);
      filter: blur(8px); }
    .dropzone .dz-preview .dz-image {
      border-radius: 20px;
      overflow: hidden;
      width: 120px;
      height: 120px;
      position: relative;
      display: block;
      z-index: 10; }
      .dropzone .dz-preview .dz-image img {
        display: block; }
    .dropzone .dz-preview.dz-success .dz-success-mark {
      -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview.dz-error .dz-error-mark {
      opacity: 1;
      -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      -o-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
      animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }
    .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
      pointer-events: none;
      opacity: 0;
      z-index: 500;
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin-left: -27px;
      margin-top: -27px; }
      .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 54px;
        height: 54px; }
    .dropzone .dz-preview.dz-processing .dz-progress {
      opacity: 1;
      -webkit-transition: all 1.5s linear;
      -moz-transition: all 1.5s linear;
      -ms-transition: all 1.5s linear;
      -o-transition: all 1.5s linear;
      transition: all s linear; }
    .dropzone .dz-preview.dz-complete .dz-progress {
      opacity: 0;
      -webkit-transition: opacity 0.4s ease-in;
      -moz-transition: opacity 0.4s ease-in;
      -ms-transition: opacity 0.4s ease-in;
      -o-transition: opacity 0.4s ease-in;
      transition: opacity 0.4s ease-in; }
    .dropzone .dz-preview:not(.dz-processing) .dz-progress {
      -webkit-animation: pulse 6s ease infinite;
      -moz-animation: pulse 6s ease infinite;
      -ms-animation: pulse 6s ease infinite;
      -o-animation: pulse 6s ease infinite;
      animation: pulse 6s ease infinite; }
    .dropzone .dz-preview .dz-progress {
      opacity: 1;
      z-index: 1000;
      pointer-events: none;
      position: absolute;
      height: 16px;
      left: 50%;
      top: 50%;
      margin-top: -8px;
      width: 80px;
      margin-left: -40px;
      background: #fff;
      -webkit-transform: scale(1);
      border-radius: 8px;
      overflow: hidden; }
      .dropzone .dz-preview .dz-progress .dz-upload {
        background: #4886ff;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 0;
        -webkit-transition: width 300ms ease-in-out;
        -moz-transition: width 300ms ease-in-out;
        -ms-transition: width 300ms ease-in-out;
        -o-transition: width 300ms ease-in-out;
        transition: width 300ms ease-in-out; }
    .dropzone .dz-preview.dz-error .dz-error-message {
      display: block; }
    .dropzone .dz-preview.dz-error:hover .dz-error-message {
      opacity: 1;
      pointer-events: auto; }
    .dropzone .dz-preview .dz-error-message {
      pointer-events: none;
      z-index: 1000;
      position: absolute;
      display: block;
      display: none;
      opacity: 0;
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease;
      border-radius: 8px;
      font-size: 13px;
      top: 130px;
      left: -10px;
      width: 140px;
      background: #be2626;
      background: linear-gradient(to bottom, #be2626, #a92222);
      padding: 0.5em 1.2em;
      color: white; }
      .dropzone .dz-preview .dz-error-message:after {
        content: '';
        position: absolute;
        top: -6px;
        left: 64px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #be2626; }



.photo-upload{
    display:block;
    padding:0px;
}
.photo-upload-container{
    background-size: cover;
    background-position: center;
}
.photo-upload .dropzone{
    display:table;
    width:100%;
    height:100%;
}
.photo-upload .dropzone .dz-default{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}
.photo-upload--container{
    background-size:cover;
    background-position:center;
}






.redactor_box {
    position: relative;
    border: 1px solid #ddd;
    overflow: visible;
}

.redactor_box,
.redactor_box textarea {
    background-color: #fff;
}

body .redactor_air {
    position: absolute;
    border: 1px solid #ddd;
    border-bottom: none;
    z-index: 2;
}


/*
    Fullscreen
*/

body .redactor_box_fullscreen {
    left: 0;
    position: fixed;
    overflow: hidden;
    top: 0;
    width: 100%;
    z-index: 2000;
}

.redactor_box textarea {
    font-family: Menlo, Monaco, monospace, sans-serif;
    font-size: 13px;
    overflow: auto;
    resize: none;
    margin: 0;
    padding: 0;
    display: block;
    position: relative;
    z-index: 1004;
    outline: none;
    border: none;
    width: 100%;
}

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre,
.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
    font-family: Arial, Helvetica, Verdana, Tahoma, sans-serif !important;
}

.redactor_editor code,
.redactor_editor pre {
    font-family: Menlo, Monaco, monospace, sans-serif !important;
}

.redactor_editor,
.redactor_editor:focus,
.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
    font-size: 15px !important;
    line-height: 1.45em !important;
}

.redactor_editor,
.redactor_editor:focus {
    position: relative;
    outline: none;
    box-shadow: none !important;
    padding: 15px !important;
    margin: 0 !important;
    background: none;
    background: #fff !important;
    overflow: auto;
    white-space: normal;
}

.redactor_editor a {
    color: #15c !important;
    text-decoration: underline !important;
}

.redactor_editor object,
.redactor_editor embed,
.redactor_editor video,
.redactor_editor img {
    width: auto;
    max-width: 100%;
}

.redactor_editor video,
.redactor_editor img {
    height: auto;
}

.redactor_editor div,
.redactor_editor p,
.redactor_editor ul,
.redactor_editor ol,
.redactor_editor table,
.redactor_editor dl,
.redactor_editor blockquote,
.redactor_editor pre {
    box-shadow: none !important;
    background: none !important;
    margin: 0 !important;
    margin-bottom: 15px !important;
    border: none;
}

.redactor_editor iframe,
.redactor_editor object,
.redactor_editor hr {
    margin-bottom: 15px !important;
}

.redactor_editor blockquote {
    margin-left: 3em !important;
    font-style: italic !important;
    color: #777;
}

.redactor_editor ul,
.redactor_editor ol {
    padding-left: 2em !important;
}

.redactor_editor ul ul,
.redactor_editor ol ol,
.redactor_editor ul ol,
.redactor_editor ol ul {
    border: none;
    margin: 2px !important;
    padding: 0 !important;
    padding-left: 2em !important;
}

.redactor_editor dl dt {
    font-weight: bold;
}

.redactor_editor dd {
    margin-left: 1em;
}

.redactor_editor table {
    border-collapse: collapse;
    font-size: 1em !important;
}

.redactor_editor table td {
    border: 1px solid #ddd;
    padding: 5px !important;
    vertical-align: top;
}

.redactor_editor table thead td {
    border-bottom: 2px solid #000 !important;
    font-weight: bold !important;
}

.redactor_editor code {
    background-color: #d8d7d7 !important;
}

.redactor_editor pre {
    font-size: 90% !important;
    background: #f8f8f8 !important;
    border: 1px solid #ddd !important;
    border-radius: 3px !important;
    padding: 1em !important;
    white-space: pre;
    overflow: auto;
}

.redactor_editor hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
}

.redactor_editor h1,
.redactor_editor h2,
.redactor_editor h3,
.redactor_editor h4,
.redactor_editor h5 {
    color: #000;
    background: none;
    margin: 0 !important;
    padding: 0 !important;
    font-weight: bold;
}

.redactor_editor h1 {
    font-size: 36px !important;
    line-height: 40px !important;
    margin-bottom: 10px !important;
}

.redactor_editor h2 {
    font-size: 30px !important;
    line-height: 38px !important;
    margin-bottom: 15px !important;
}

.redactor_editor h3 {
    font-size: 24px !important;
    line-height: 30px !important;
    margin-bottom: 10px !important;
}

.redactor_editor h4 {
    font-size: 18px !important;
    line-height: 24px !important;
    margin-bottom: 10px !important;
}

.redactor_editor h5 {
    font-size: 1em !important;
    margin-bottom: 10px !important;
}

.redactor_editor.redactor_editor_wym {
    background: #f6f6f6 !important;
    padding: 5px 15px !important;
}

.redactor_editor_wym div,
.redactor_editor_wym p,
.redactor_editor_wym ul,
.redactor_editor_wym ol,
.redactor_editor_wym table,
.redactor_editor_wym dl,
.redactor_editor_wym pre,
.redactor_editor_wym h1,
.redactor_editor_wym h2,
.redactor_editor_wym h3,
.redactor_editor_wym h4,
.redactor_editor_wym h5,
.redactor_editor_wym blockquote {
    background-color: #fff !important;
    border: 1px solid #e4e4e4 !important;
    padding: 10px !important;
    margin: 10px 0 !important;
}

.redactor_editor_wym ul,
.redactor_editor_wym ol {
    padding-left: 2em !important;
}


/*
    TOOLBAR
*/

.redactor_toolbar {
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif !important;
    position: relative;
    left: 0;
    top: 0;
    margin: 0 !important;
    padding: 0 !important;
    padding-left: 2px !important;
    line-height: 0 !important;
    list-style: none !important;
    font-size: 0;
    background-color: #eceff1;
    overflow: hidden !important;
    height: 32px !important;
    border-bottom: 1px solid #bbb;
}

body .redactor_air .redactor_toolbar {
    padding-right: 2px !important;
}

.redactor_toolbar li {
    float: left !important;
    margin: 0 !important;
    padding: 3px 1px;
    padding-right: 0;
    list-style: none !important;
    outline: none;
}

.redactor_toolbar li.redactor_separator {
    float: left;
    height: 34px;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #f1f1f1;
    padding: 0;
    margin: 0 2px 0 3px !important;
}

.redactor_toolbar li a {
    width: 25px;
    height: 25px;
    border: 1px solid transparent;
    display: block;
    line-height: 0;
    font-size: 0;
    cursor: pointer;
    zoom: 1;
    outline: none;
    text-decoration: none;
    opacity: .75;
}

.redactor_toolbar li.redactor_btn_right {
    float: none;
    float: right !important;
}

.redactor_toolbar li a {
    display: block;
    text-indent: -9999px;
    background-image: url(data:image/png;base64,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);
    background-repeat: no-repeat;
    background-position: 0;
}

@media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .redactor_toolbar li a {
        background-image: url(data:image/png;base64,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);
        background-size: auto 25px;
    }
}

.redactor_toolbar li a:hover {
    outline: none;
    opacity: 1;
}

.redactor_toolbar li a:active,
.redactor_toolbar li a.redactor_act {
    outline: none;
    opacity: 1;
}


/*
    BUTTONS
    step 25px
*/

body .redactor_toolbar li a.redactor_btn_html {
    background-position: 0px;
}

body .redactor_toolbar li a.redactor_btn_formatting {
    background-position: -25px;
}

body .redactor_toolbar li a.redactor_btn_bold {
    background-position: -50px;
}

body .redactor_toolbar li a.redactor_btn_italic {
    background-position: -75px;
}

body .redactor_toolbar li a.redactor_btn_deleted {
    background-position: -500px;
}

body .redactor_toolbar li a.redactor_btn_unorderedlist {
    background-position: -100px;
}

body .redactor_toolbar li a.redactor_btn_orderedlist {
    background-position: -125px;
}

body .redactor_toolbar li a.redactor_btn_outdent {
    background-position: -150px;
}

body .redactor_toolbar li a.redactor_btn_indent {
    background-position: -175px;
}

body .redactor_toolbar li a.redactor_btn_image {
    background-position: -200px;
}

body .redactor_toolbar li a.redactor_btn_video {
    background-position: -225px;
}

body .redactor_toolbar li a.redactor_btn_file {
    background-position: -250px;
}

body .redactor_toolbar li a.redactor_btn_table {
    background-position: -275px;
}

body .redactor_toolbar li a.redactor_btn_link {
    background-position: -300px;
}

body .redactor_toolbar li a.redactor_btn_fontcolor {
    background-position: -325px;
}

body .redactor_toolbar li a.redactor_btn_backcolor {
    background-position: -350px;
}

body .redactor_toolbar li a.redactor_btn_alignleft {
    background-position: -375px;
}

body .redactor_toolbar li a.redactor_btn_aligncenter {
    background-position: -400px;
}

body .redactor_toolbar li a.redactor_btn_alignright {
    background-position: -425px;
}

body .redactor_toolbar li a.redactor_btn_justify {
    background-position: -450px;
}

body .redactor_toolbar li a.redactor_btn_horizontalrule {
    background-position: -475px;
}

body .redactor_toolbar li a.redactor_btn_underline {
    background-position: -525px;
}

body .redactor_toolbar li a.redactor_btn_fullscreen {
    background-position: -550px;
}

body .redactor_toolbar li a.redactor_btn_normalscreen {
    background-position: -575px;
}

body .redactor_toolbar li a.redactor_btn_clips {
    background-position: -600px;
}

body .redactor_toolbar li a.redactor_btn_alignment {
    background-position: -625px;
}


/*
    Toolbar classes
*/

.redactor_format_blockquote {
    font-style: italic;
    color: #666 !important;
    padding-left: 10px;
}

.redactor_format_pre {
    font-family: monospace, sans-serif;
}

.redactor_format_h1,
.redactor_format_h2,
.redactor_format_h3,
.redactor_format_h4 {
    font-weight: bold;
}

.redactor_format_h1 {
    font-size: 30px;
    line-height: 36px;
}

.redactor_format_h2 {
    font-size: 24px;
    line-height: 36px;
}

.redactor_format_h3 {
    font-size: 20px;
    line-height: 30px;
}

.redactor_format_h4 {
    font-size: 16px;
    line-height: 26px;
}


/*
    DROPDOWN
*/

.redactor_dropdown {
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    top: 28px;
    left: 0;
    z-index: 2004;
    position: absolute;
    width: 200px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    font-size: 13px;
    -webkit-box-shadow: 0 2px 4px #e6e6e6;
    -moz-box-shadow: 0 2px 4px #e6e6e6;
    box-shadow: 0 2px 4px #e6e6e6;
    line-height: 21px;
    padding: 10px;
}

.redactor_separator_drop {
    border-top: 1px solid #e6e6e6;
    padding: 0 !important;
    line-height: 0;
    font-size: 0;
}

.redactor_dropdown a {
    display: block;
    color: #000;
    padding: 3px 5px;
    text-decoration: none;
}

.redactor_dropdown a:hover {
    color: #444 !important;
    text-decoration: none;
    background-color: #e6e6e6;
}


/* ColorPicker */

.redactor_color_link {
    padding: 0 !important;
    width: 15px !important;
    height: 15px !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2) inset !important;
    border-radius: 4px !important;
    float: left !important;
    border: 2px solid #fff !important;
    font-size: 0;
}

.redactor_color_none {
    font-size: 11px;
}


/* MODAL */

#redactor_modal_overlay {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.50;
    background-color: #333 !important;
}

#redactor_modal {
    background-color: #fff;
    text-shadow: 0 1px 0 #fff;
    padding: 0;
    position: fixed;
    top: 50%;
    left: 50%;
    box-shadow: 0px 5px 60px #777;
    border-radius: 3px;
    z-index: 50001;
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    font-size: 12px !important;
    color: #000;
}

#redactor_modal_header {
    padding: 11px 30px 0 15px;
    font-size: 12px;
    border-radius: 3px 3px 0 0;
    font-weight: bold;
}

#redactor_modal_content {
    padding: 20px 30px;
}

#redactor_modal_close {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 20px;
    width: 20px;
    height: 20px;
    color: #777;
    cursor: pointer;
}

#redactor_modal_close:hover {
    color: #000;
}

#redactor_modal label {
    margin: 10px 0 3px 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block !important;
}

#redactor_modal textarea {
    margin-top: 4px;
    display: block;
}

.redactor_input {
    width: 99%;
    font-size: 14px;
}

.redactor_modal_box {
    height: 350px;
    overflow: auto;
    margin-bottom: 10px;
}

#redactor_image_box {
    height: 270px;
    overflow: auto;
    margin-bottom: 10px;
}

#redactor_image_box_select {
    display: block;
    width: 200px;
    margin-bottom: 15px;
}

#redactor_image_box img {
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer;
    max-width: 100px;
}

#redactor_tabs {
    margin-bottom: 18px;
}

#redactor_tabs a {
    display: inline-block;
    border: 1px solid #d2d2d2;
    padding: 4px 14px;
    font-size: 12px;
    background-color: #fff;
    text-decoration: none;
    color: #000;
    line-height: 1;
    border-radius: 10px;
    margin-right: 5px;
}

#redactor_tabs a:hover,
#redactor_tabs a.redactor_tabs_act {
    background-color: #ddd;
    padding: 5px 15px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .4) inset;
    border: none;
    text-shadow: 0 1px 0 #eee;
    color: #777 !important;
    text-decoration: none !important;
}

#redactor_modal_footer {
    padding: 9px 30px 20px 30px;
    border-radius: 0 0 3px 3px;
    text-align: right;
}

#redactor_modal input[type="radio"],
#redactor_modal input[type="checkbox"] {
    position: relative;
    top: -1px;
}

#redactor_modal input[type="text"],
#redactor_modal input[type="password"],
#redactor_modal input[type="email"],
#redactor_modal textarea {
    position: relative;
    z-index: 2;
    font-family: Helvetica, Arial, Tahoma, sans-serif;
    height: 23px;
    border: 1px solid #ccc;
    margin: 0;
    padding: 1px 2px;
    background-color: white;
    color: #333;
    font-size: 13px;
    line-height: 1;
    border-radius: 1px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: border 0.3s ease-in;
    -moz-transition: border 0.3s ease-in;
    -ms-transition: border 0.3s ease-in;
    -o-transition: border 0.3s ease-in;
    transition: border 0.3s ease-in;
}

#redactor_modal textarea {
    line-height: 1.4em;
}

#redactor_modal input:focus,
#redactor_modal textarea:focus {
    outline: none;
    border-color: #5ca9e4;
    box-shadow: 0 0 0 2px rgba(70, 161, 231, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

.redactor_modal_btn {
    margin-left: 8px;
    position: relative;
    cursor: pointer;
    outline: none;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica, Arial, Verdana, Tahoma, sans-serif;
    line-height: 1;
    font-size: 12px;
    font-weight: normal;
    padding: 6px 16px 5px 16px;
    border-radius: 4px;
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -ms-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e1e1e1));
    background-image: -webkit-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: -o-linear-gradient(top, #ffffff, #e1e1e1);
    background-image: linear-gradient(top, #ffffff, #e1e1e1);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e1e1e1', GradientType=0);
    border: 1px solid #ccc;
    border-bottom-color: #aaa;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    text-shadow: 0 1px 0px #ffffff;
    color: #000;
}

.redactor_modal_btn:hover {
    color: #555;
}

.redactor_modal_btn:hover {
    filter: none;
    background: none;
    background: #f3f3f3;
    text-shadow: 0 1px 0px rgba(255, 255, 255, 0.8);
    text-decoration: none;
}


/* Drag and Drop Area */

.redactor_droparea {
    position: relative;
    width: 100%;
    margin: auto;
    margin-bottom: 5px;
}

.redactor_droparea .redactor_dropareabox {
    z-index: 1;
    position: relative;
    text-align: center;
    width: 99%;
    background-color: #fff;
    padding: 60px 0;
    border: 2px dashed #bbb;
}

.redactor_droparea .redactor_dropareabox,
.redactor_dropalternative {
    color: #555;
    font-size: 12px;
}

.redactor_dropalternative {
    margin: 4px 0 2px 0;
}

.redactor_dropareabox.hover {
    background: #efe3b8;
    border-color: #aaa;
}

.redactor_dropareabox.error {
    background: #f7e5e5;
    border-color: #dcc3c3;
}

.redactor_dropareabox.drop {
    background: #f4f4ee;
    border-color: #e0e5d6;
}


.ui-datepicker{
    width: auto;
}
.ui-datepicker .ui-datepicker-header{
    padding: 10px 0px !important;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    color: white;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon::before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon::before{
    line-height: 25.2px !important;
}


.list-group.mail-list .list-group-item{
    border:none;
    margin-bottom:0px;
    border-bottom:solid 1px rgba(0,0,0, .125);
}


.payment-status{
    position: absolute;
    right: 0px;
    bottom: -15px;
    text-align: center;
    line-height: 25px;
    background-color: #ccc;
    padding: 0px 10px;
    color: white;
    overflow: hidden;
    border-bottom-right-radius: 5px;
    max-width: 100px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;    
}
.payment-status--Paid{
    background-color: #7ad835;
}
.payment-status--Unpaid{
    background-color: #ff494d;
}
.payment-status--Deposit{
    background-color: #000000;
}




.reservaiton-list .card{
    border-top:0px !important;
    border-right:0px !important;
    border-bottom:0px !important;
}
.reservaiton-list .card.res-1 {
  border-left: solid 5px #b51ca7 !important;}

#Lane-Selection .res-1 {
  background-color: #b51ca7 !important;
}

.reservaiton-list .card.res-2 {
  border-left: solid 5px #b51c27 !important;}

#Lane-Selection .res-2 {
  background-color: #b51c27 !important;
}

.reservaiton-list .card.res-3 {
  border-left: solid 5px #b5911c !important;}

#Lane-Selection .res-3 {
  background-color: #b5911c !important;
}

.reservaiton-list .card.res-4 {
  border-left: solid 5px #5ab51c !important;}

#Lane-Selection .res-4 {
  background-color: #5ab51c !important;
}

.reservaiton-list .card.res-5 {
  border-left: solid 5px #1cb55e !important;}

#Lane-Selection .res-5 {
  background-color: #1cb55e !important;
}

.reservaiton-list .card.res-6 {
  border-left: solid 5px #045A77 !important;}

#Lane-Selection .res-6 {
  background-color: #045A77 !important;
}

.reservaiton-list .card.res-7 {
  border-left: solid 5px #1D128F !important;}

#Lane-Selection .res-7 {
  background-color: #1D128F !important;
}

.reservaiton-list .card.res-8 {
  border-left: solid 5px #aa1cb5 !important;}

#Lane-Selection .res-8 {
  background-color: #aa1cb5 !important;
}

.reservaiton-list .card.res-9 {
  border-left: solid 5px #b51c41 !important;}

#Lane-Selection .res-9 {
  background-color: #b51c41 !important;
}

.reservaiton-list .card.res-10 {
  border-left: solid 5px #b5771c !important;}

#Lane-Selection .res-10 {
  background-color: #b5771c !important;
}

.reservaiton-list .card.res-11 {
  border-left: solid 5px #a41a97 !important;}

#Lane-Selection .res-11 {
  background-color: #a41a97 !important;
}

.reservaiton-list .card.res-12 {
  border-left: solid 5px #a41a23 !important;}

#Lane-Selection .res-12 {
  background-color: #a41a23 !important;
}

.reservaiton-list .card.res-13 {
  border-left: solid 5px #a4831a !important;}

#Lane-Selection .res-13 {
  background-color: #a4831a !important;
}

.reservaiton-list .card.res-14 {
  border-left: solid 5px #51a41a !important;}

#Lane-Selection .res-14 {
  background-color: #51a41a !important;
}

.reservaiton-list .card.res-15 {
  border-left: solid 5px #1aa455 !important;}

#Lane-Selection .res-15 {
  background-color: #1aa455 !important;
}

.reservaiton-list .card.res-16 {
  border-left: solid 5px #1a80a4 !important;}

#Lane-Selection .res-16 {
  background-color: #1a80a4 !important;
}

.reservaiton-list .card.res-17 {
  border-left: solid 5px #271aa4 !important;}

#Lane-Selection .res-17 {
  background-color: #271aa4 !important;
}

.reservaiton-list .card.res-18 {
  border-left: solid 5px #9a1aa4 !important;}

#Lane-Selection .res-18 {
  background-color: #9a1aa4 !important;
}

.reservaiton-list .card.res-19 {
  border-left: solid 5px #a41a3a !important;}

#Lane-Selection .res-19 {
  background-color: #a41a3a !important;
}

.reservaiton-list .card.res-20 {
  border-left: solid 5px #a46c1a !important;}

#Lane-Selection .res-20 {
  background-color: #a46c1a !important;
}

.reservaiton-list .card.res-21 {
  border-left: solid 5px #921786 !important;}

#Lane-Selection .res-21 {
  background-color: #921786 !important;
}

.reservaiton-list .card.res-22 {
  border-left: solid 5px #921720 !important;}

#Lane-Selection .res-22 {
  background-color: #921720 !important;
}

.reservaiton-list .card.res-23 {
  border-left: solid 5px #927517 !important;}

#Lane-Selection .res-23 {
  background-color: #927517 !important;
}

.reservaiton-list .card.res-24 {
  border-left: solid 5px #499217 !important;}

#Lane-Selection .res-24 {
  background-color: #499217 !important;
}

.reservaiton-list .card.res-25 {
  border-left: solid 5px #17924c !important;}

#Lane-Selection .res-25 {
  background-color: #17924c !important;
}

.reservaiton-list .card.res-26 {
  border-left: solid 5px #177292 !important;}

#Lane-Selection .res-26 {
  background-color: #177292 !important;
}

.reservaiton-list .card.res-27 {
  border-left: solid 5px #221792 !important;}

#Lane-Selection .res-27 {
  background-color: #221792 !important;
}

.reservaiton-list .card.res-28 {
  border-left: solid 5px #891792 !important;}

#Lane-Selection .res-28 {
  background-color: #891792 !important;
}

.reservaiton-list .card.res-29 {
  border-left: solid 5px #921734 !important;}

#Lane-Selection .res-29 {
  background-color: #921734 !important;
}

.reservaiton-list .card.res-30 {
  border-left: solid 5px #926017 !important;}

#Lane-Selection .res-30 {
  background-color: #926017 !important;
}

.reservaiton-list .card.res-31 {
  border-left: solid 5px #801476 !important;}

#Lane-Selection .res-31 {
  background-color: #801476 !important;
}

.reservaiton-list .card.res-32 {
  border-left: solid 5px #80141c !important;}

#Lane-Selection .res-32 {
  background-color: #80141c !important;
}

.reservaiton-list .card.res-33 {
  border-left: solid 5px #806714 !important;}

#Lane-Selection .res-33 {
  background-color: #806714 !important;
}

.reservaiton-list .card.res-34 {
  border-left: solid 5px #408014 !important;}

#Lane-Selection .res-34 {
  background-color: #408014 !important;
}

.reservaiton-list .card.res-35 {
  border-left: solid 5px #148042 !important;}

#Lane-Selection .res-35 {
  background-color: #148042 !important;
}

.reservaiton-list .card.res-36 {
  border-left: solid 5px #146480 !important;}

#Lane-Selection .res-36 {
  background-color: #146480 !important;
}

.reservaiton-list .card.res-37 {
  border-left: solid 5px #1e1480 !important;}

#Lane-Selection .res-37 {
  background-color: #1e1480 !important;
}

.reservaiton-list .card.res-38 {
  border-left: solid 5px #791480 !important;}

#Lane-Selection .res-38 {
  background-color: #791480 !important;
}

.reservaiton-list .card.res-39 {
  border-left: solid 5px #80142e !important;}

#Lane-Selection .res-39 {
  background-color: #80142e !important;
}

.reservaiton-list .card.res-40 {
  border-left: solid 5px #805514 !important;}

#Lane-Selection .res-40 {
  background-color: #805514 !important;
}

.reservaiton-list .card.res-41 {
  border-left: solid 5px #6f1166 !important;}

#Lane-Selection .res-41 {
  background-color: #6f1166 !important;
}

.reservaiton-list .card.res-42 {
  border-left: solid 5px #6f1118 !important;}

#Lane-Selection .res-42 {
  background-color: #6f1118 !important;
}

.reservaiton-list .card.res-43 {
  border-left: solid 5px #6f5811 !important;}

#Lane-Selection .res-43 {
  background-color: #6f5811 !important;
}

.reservaiton-list .card.res-44 {
  border-left: solid 5px #376f11 !important;}

#Lane-Selection .res-44 {
  background-color: #376f11 !important;
}

.reservaiton-list .card.res-45 {
  border-left: solid 5px #116f39 !important;}

#Lane-Selection .res-45 {
  background-color: #116f39 !important;
}

.reservaiton-list .card.res-46 {
  border-left: solid 5px #11566f !important;}

#Lane-Selection .res-46 {
  background-color: #11566f !important;
}

.reservaiton-list .card.res-47 {
  border-left: solid 5px #1a116f !important;}

#Lane-Selection .res-47 {
  background-color: #1a116f !important;
}

.reservaiton-list .card.res-48 {
  border-left: solid 5px #68116f !important;}

#Lane-Selection .res-48 {
  background-color: #68116f !important;
}

.reservaiton-list .card.res-49 {
  border-left: solid 5px #6f1128 !important;}

#Lane-Selection .res-49 {
  background-color: #6f1128 !important;
}

.reservaiton-list .card.res-50 {
  border-left: solid 5px #6f4911 !important;}

#Lane-Selection .res-50 {
  background-color: #6f4911 !important;
}

.reservaiton-list .card.res-51 {
  border-left: solid 5px #5d0f56 !important;}

#Lane-Selection .res-51 {
  background-color: #5d0f56 !important;
}

.reservaiton-list .card.res-52 {
  border-left: solid 5px #5d0f14 !important;}

#Lane-Selection .res-52 {
  background-color: #5d0f14 !important;
}

.reservaiton-list .card.res-53 {
  border-left: solid 5px #5d4a0f !important;}

#Lane-Selection .res-53 {
  background-color: #5d4a0f !important;
}

.reservaiton-list .card.res-54 {
  border-left: solid 5px #2e5d0f !important;}

#Lane-Selection .res-54 {
  background-color: #2e5d0f !important;
}

.reservaiton-list .card.res-55 {
  border-left: solid 5px #0f5d30 !important;}

#Lane-Selection .res-55 {
  background-color: #0f5d30 !important;
}

.reservaiton-list .card.res-56 {
  border-left: solid 5px #0f495d !important;}

#Lane-Selection .res-56 {
  background-color: #0f495d !important;
}

.reservaiton-list .card.res-57 {
  border-left: solid 5px #160f5d !important;}

#Lane-Selection .res-57 {
  background-color: #160f5d !important;
}

.reservaiton-list .card.res-58 {
  border-left: solid 5px #570f5d !important;}

#Lane-Selection .res-58 {
  background-color: #570f5d !important;
}

.reservaiton-list .card.res-59 {
  border-left: solid 5px #5d0f21 !important;}

#Lane-Selection .res-59 {
  background-color: #5d0f21 !important;
}

.reservaiton-list .card.res-60 {
  border-left: solid 5px #5d3d0f !important;}

#Lane-Selection .res-60 {
  background-color: #5d3d0f !important;
}

.reservaiton-list .card.res-61 {
  border-left: solid 5px #4b0c45 !important;}

#Lane-Selection .res-61 {
  background-color: #4b0c45 !important;
}

.reservaiton-list .card.res-62 {
  border-left: solid 5px #4b0c10 !important;}

#Lane-Selection .res-62 {
  background-color: #4b0c10 !important;
}

.reservaiton-list .card.res-63 {
  border-left: solid 5px #4b3c0c !important;}

#Lane-Selection .res-63 {
  background-color: #4b3c0c !important;
}

.reservaiton-list .card.res-64 {
  border-left: solid 5px #264b0c !important;}

#Lane-Selection .res-64 {
  background-color: #264b0c !important;
}

.reservaiton-list .card.res-65 {
  border-left: solid 5px #0c4b27 !important;}

#Lane-Selection .res-65 {
  background-color: #0c4b27 !important;
}

.reservaiton-list .card.res-6 {
  border-left: solid 5px #0c3b4b !important;}

#Lane-Selection .res-6 {
  background-color: #0c3b4b !important;
}

.reservaiton-list .card.res-16 {
  border-left: solid 5px #120c4b !important;}

#Lane-Selection .res-16 {
  background-color: #120c4b !important;
}

.reservaiton-list .card.res-26 {
  border-left: solid 5px #470c4b !important;}

#Lane-Selection .res-26 {
  background-color: #470c4b !important;
}

.input-group .input-group-prepend,
.input-group .input-group-append{
    cursor:pointer;
}

.input-group .input-group-prepend span,
.input-group .input-group-append span{
    border:solid 1px #4886ff;
    width:38px;
}


#Lanes li,
#Time li {
  height: 30px;
  line-height: 30px;
  margin: 0 5px 5px 0;
}

#Time {
  width: 70px;
  padding: 0;
  list-style: none;
  margin: 0;
  float: left;
}
#Time li {
  width: 70px;
  font-size: 14px;
  display: block;
}

#Lanes {
  font-size: 0;
  overflow: scroll;
  white-space: nowrap;
  padding: 0 0 0px;
  width: calc(100% - 70px);
  margin-bottom: 0;
}
#Lanes ul {
  padding: 0;
  margin-bottom: 0;
}
#Lanes ul li {
  width: 30px;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border:none !important;
}
#Lanes ul li.order--pending,
#Lanes ul li.btn-danger.order--pending {
  background-color: #000 !important;
  color:white !important;
}
#Lanes ul.past li:not(.order--confirmed) {
  background-color: #dee2e6;
  color: #000 !important;
}
#Lanes ul:not(.past) li.btn-danger,
#Lanes ul:not(.past) li.order--confirmed{
    color:white;
}


.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-close{
    display:none !important;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{
    display: block;
    width: 100%;
    margin: 0px;
    margin-left: 0px;
    margin-left: 0px;
    padding: 0px;
    background-color: var(--color-blue--admin);
    border: none;
    color: #fff;
    padding: 6px 15px;
    width: calc(100% + 6px);
    margin-left: -3px;
    opacity: 1;
    border-radius: 0px !important;
}


#EventDate.form-control[readonly]{
    background-color:white;
}









/*-------------------------
AT Table
-------------------------*/
.AT-table .AT-table--controls {
  width: 100%;
  font-size: 0px;
}
.AT-table .AT-table--controls .column {
  width: calc(100% - 120px);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  padding: 10px;
  border: solid 1px #dee2e6;
  border-right: 0px;
  cursor: pointer;
}
.AT-table .AT-table--controls .column:first-child {
  width: 60px;
}
.AT-table .AT-table--controls .column:last-child {
  width: 60px;
  border-right: solid 1px #dee2e6;
}
.AT-table .AT-table--controls .column:hover {
  background-color: #dee2e6;
}
.AT-table .AT-table--heading {
  width: 100%;
  font-size: 0px;
}
.AT-table .AT-table--heading .column {
  width: calc(25% - 15px);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  padding: 10px;
  border: solid 1px #dee2e6;
  border-top: 0px;
  border-right: 0px;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}
.AT-table .AT-table--heading .column:first-child {
  width: 60px;
}
.AT-table .AT-table--heading .column:last-child {
  border-right: solid 1px #dee2e6;
}
.AT-table .AT-table--body .row {
  width: 100%;
  width: 100%;
  margin: 0px;
  font-size: 0px;
}
.AT-table .AT-table--body .row .column {
  width: calc(25% - 15px);
  display: inline-block;
  font-size: 0.9rem;
  text-align: center;
  padding: 15px;
  border: solid 1px #dee2e6;
  border-top: 0px;
  border-right: 0px;
  cursor: pointer;
}
.AT-table .AT-table--body .row .column:first-child {
  width: 60px;
  cursor: initial;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
     supported by Chrome and Opera */
}
.AT-table .AT-table--body .row .column:last-child {
  border-right: solid 1px #dee2e6;
}
.AT-table .AT-table--body .row .column .reservation {
  display: block;
  height: 15px;
  border-radius: 15px;
  position: relative;
  width: calc(100% - 30px);
  margin: 0 auto;
  margin-top: 3.3px;
}
.AT-table .AT-table--body .row .column .reservation.reservation--group-match:before {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 15px;
  background-color: #ced4da;
  top: 0px;
  left: -70px;
}
.AT-table .AT-table--body .row .column .reservation.reservation--next-match:after {
  content: "";
  display: block;
  position: absolute;
  width: 60px;
  height: 15px;
  background-color: #ced4da;
  top: 0px;
  right: -30px;
}
.AT-table .AT-table--body .row .column .reservation.reservation--prev-match:before {
  content: "";
  display: block;
  position: absolute;
  width: 75px;
  height: 15px;
  background-color: #ced4da;
  top: 0px;
  left: -70px;
}
.AT-table .AT-table--body .row .column .reservation.color-1 {
  background-color: #0275d8;
}
.AT-table .AT-table--body .row .column .reservation.color-1.reservation--prev-match:before {
  background-color: #0275d8;
}
.AT-table .AT-table--body .row .column .reservation.color-1.reservation--group-match:before {
  background-color: #0275d8;
}
.AT-table .AT-table--body .row .column .reservation.color-1.reservation--next-match:after {
  background-color: #0275d8;
}
.AT-table .AT-table--body .row .column .reservation.color-2 {
  background-color: #4102d8;
}
.AT-table .AT-table--body .row .column .reservation.color-2.reservation--prev-match:before {
  background-color: #4102d8;
}
.AT-table .AT-table--body .row .column .reservation.color-2.reservation--group-match:before {
  background-color: #4102d8;
}
.AT-table .AT-table--body .row .column .reservation.color-2.reservation--next-match:after {
  background-color: #4102d8;
}
.AT-table .AT-table--body .row .column .reservation.color-3 {
  background-color: #d802bc;
}
.AT-table .AT-table--body .row .column .reservation.color-3.reservation--prev-match:before {
  background-color: #d802bc;
}
.AT-table .AT-table--body .row .column .reservation.color-3.reservation--group-match:before {
  background-color: #d802bc;
}
.AT-table .AT-table--body .row .column .reservation.color-3.reservation--next-match:after {
  background-color: #d802bc;
}
.AT-table .AT-table--body .row .column .reservation.color-4 {
  background-color: #d8020a;
}
.AT-table .AT-table--body .row .column .reservation.color-4.reservation--prev-match:before {
  background-color: #d8020a;
}
.AT-table .AT-table--body .row .column .reservation.color-4.reservation--group-match:before {
  background-color: #d8020a;
}
.AT-table .AT-table--body .row .column .reservation.color-4.reservation--next-match:after {
  background-color: #d8020a;
}
.AT-table .AT-table--body .row .column .reservation.color-5 {
  background-color: #d8ac02;
}
.AT-table .AT-table--body .row .column .reservation.color-5.reservation--prev-match:before {
  background-color: #d8ac02;
}
.AT-table .AT-table--body .row .column .reservation.color-5.reservation--group-match:before {
  background-color: #d8ac02;
}
.AT-table .AT-table--body .row .column .reservation.color-5.reservation--next-match:after {
  background-color: #d8ac02;
}
.AT-table .AT-table--body .row .column .reservation.color-6 {
  background-color: #51d802;
}
.AT-table .AT-table--body .row .column .reservation.color-6.reservation--prev-match:before {
  background-color: #51d802;
}
.AT-table .AT-table--body .row .column .reservation.color-6.reservation--group-match:before {
  background-color: #51d802;
}
.AT-table .AT-table--body .row .column .reservation.color-6.reservation--next-match:after {
  background-color: #51d802;
}
.AT-table .AT-table--body .row .column .reservation.color-7 {
  background-color: #02d865;
}
.AT-table .AT-table--body .row .column .reservation.color-7.reservation--prev-match:before {
  background-color: #02d865;
}
.AT-table .AT-table--body .row .column .reservation.color-7.reservation--group-match:before {
  background-color: #02d865;
}
.AT-table .AT-table--body .row .column .reservation.color-7.reservation--next-match:after {
  background-color: #02d865;
}
.AT-table .AT-table--body .row .column .reservation.color-8 {
  background-color: #0299d8;
}
.AT-table .AT-table--body .row .column .reservation.color-8.reservation--prev-match:before {
  background-color: #0299d8;
}
.AT-table .AT-table--body .row .column .reservation.color-8.reservation--group-match:before {
  background-color: #0299d8;
}
.AT-table .AT-table--body .row .column .reservation.color-8.reservation--next-match:after {
  background-color: #0299d8;
}
.AT-table .AT-table--body.AT-table--body-quarter .row .column {
  width: calc(12.5% - 7.5px);
}
.AT-table .AT-table--body.AT-table--body-quarter .row .column:first-child {
  width: 60px;
}
@media (max-width: 767px) {
  .AT-table .AT-table--heading .column {
    width: calc(50% - 30px);
  }
  .AT-table .AT-table--heading .column:nth-child(3) {
    border-right: solid 1px #dee2e6;
  }
  .AT-table .AT-table--heading .column:nth-child(4), .AT-table .AT-table--heading .column:nth-child(5) {
    display: none;
  }
  .AT-table .AT-table--body.AT-table--body-quarter .row .column {
    width: calc(25% - 15px);
  }
  .AT-table .AT-table--body.AT-table--body-quarter .row .column:first-child {
    width: 60px;
  }
  .AT-table .AT-table--body.AT-table--body-quarter .row .column:nth-child(5) {
    border-right: solid 1px #dee2e6;
  }
  .AT-table .AT-table--body.AT-table--body-quarter .row .column:nth-child(6), .AT-table .AT-table--body.AT-table--body-quarter .row .column:nth-child(7), .AT-table .AT-table--body.AT-table--body-quarter .row .column:nth-child(8), .AT-table .AT-table--body.AT-table--body-quarter .row .column:nth-child(9) {
    display: none;
  }
}
@media (max-width: 576px) {
  .AT-table .AT-table--body .row .column .reservation {
    width: 100% !important;
  }
  .AT-table .AT-table--body .row .column .reservation.reservation--prev-match:before {
    width: 48px;
    left: -40px;
  }
}


#AlleyTrak .AT-flyout .reservation-container {
  overflow: hidden;
  overflow-y: scroll;
  height: calc(100vh - 130px);
  padding: 0px 25px;
  padding-bottom: 45px;
  margin: 0px -25px;
}
#AlleyTrak .AT-flyout .reservation-container.reservation-container--no-controls {
  height: calc(100vh - 80px);
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .control-continue,
#AlleyTrak .AT-flyout .reservation-container #customerForm .control-finish {
  margin-bottom: 8px;
  border-radius: 4px;
  line-height: 31px;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm #paypal-button-container {
  margin-bottom: 8px;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .control-editReservation {
  font-size: 0.75rem;
  cursor: pointer;
  color: #495057;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .checkout-controls {
  position: relative;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .checkout-controls:before {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  cursor: pointer;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .checkout-controls.valid:before {
  display: none;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .paypal-button-context-iframe .zoid-outlet {
  width: 100% !important;
  min-width: 100% !important;
  max-width: 100% !important;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .paypal-button.paypal-button-shape-pill {
  height: 38px !important;
  border-radius: 0px !important;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .form-group .AT-col,
#AlleyTrak .AT-flyout .reservation-container #paymentForm .form-group .AT-col {
  vertical-align: top;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .form-group .AT-col label,
#AlleyTrak .AT-flyout .reservation-container #paymentForm .form-group .AT-col label {
  margin-top: 8px;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .form-group .AT-col label.error,
#AlleyTrak .AT-flyout .reservation-container #paymentForm .form-group .AT-col label.error {
  color: #df3031;
  font-size: 0.75rem;
  margin-top: 0px;
  margin-left: 0px;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .form-group .AT-col input,
#AlleyTrak .AT-flyout .reservation-container #paymentForm .form-group .AT-col input {
  cursor: initial;
  height: calc(2.25rem + 2px) !important;
  padding: 0px 10px;
}
#AlleyTrak .AT-flyout .reservation-container #customerForm .form-group .AT-col input.error,
#AlleyTrak .AT-flyout .reservation-container #paymentForm .form-group .AT-col input.error {
  border-color: #df3031 !important;
}
#AlleyTrak .AT-flyout .reservation-container .form-group {
  margin-bottom: 0.75rem;
  padding-bottom: 0.75rem;
  border-bottom: solid 1px #e9ecef;
  font-size: 0px;
}
#AlleyTrak .AT-flyout .reservation-container .form-group:last-child {
  border-bottom: solid 0px;
  padding-bottom:0px;
  margin-bottom:0px;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.form-group--sm {
  margin-bottom: 0.25rem;
  padding-bottom: 0.25rem;
  border-bottom: initial;
}
#AlleyTrak .AT-flyout .reservation-container .form-group label {
  display: block;
  margin-bottom: 0px;
  font-size: 1 rem;
  font-weight: 400;
}
#AlleyTrak .AT-flyout .reservation-container .form-group input {
  border: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0px;
  height: auto;
}
#AlleyTrak .AT-flyout .reservation-container .form-group input#EventDate {
  cursor: pointer;
}
#AlleyTrak .AT-flyout .reservation-container .form-group input[readonly] {
  cursor: initial !important;
}
#AlleyTrak .AT-flyout .reservation-container .form-group textarea {
  border: none !important;
  padding: 0px 0px 15px 0px;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col {
  display: inline-block;
  font-size: 1rem;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(1) {
  width: 200px;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(2) {
  width: calc(100% - 300px);
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(3) {
  width: 100px;
  text-align: right;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(3) .item {
  display: inline-block;
  margin-right: 2px;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(3) .item i {
  text-align: center;
  border-radius: 100px;
  border: solid 1px #dee2e6;
  color: #0275d8;
  cursor: pointer;
  background-color: white;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(3) .item i:before {
  font-size: 1.25rem;
  line-height: 45px;
  width: 45px;
  height: 45px;
  display: inline-block;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(3) .item:last-child {
  margin-right: 0px;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(3) .item:hover i {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #fff;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(3) .item.action--hidden {
  opacity: 0;
  cursor: initial;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(3) .item.action--hidden i {
  cursor: initial;
}
@media (max-width: 450px) {
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(1) {
    width: 150px;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(1) span {
    display: block;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(2) {
    width: calc(100% - 250px);
  }
}
@media (max-width: 415px) {
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(1) {
    width: 100%;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(1) span {
    display: block;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(2) {
    width: 100%;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(2) input[readonly] {
    padding-left: 0px;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col:nth-child(3) {
    width: 100px;
    position: absolute;
    right: 0px;
    top: 0px;
  }
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col #LaneDetails,
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col #ConcessionsDetails {
  padding: 0px;
  height: auto;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col #ConcessionsDetails .item .price:after {
  content: "|";
  margin: 0px 2px;
  padding: 0px 2px;
  color: #e9ecef;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row .AT-col #ConcessionsDetails .item .title {
  max-width: 80%;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col {
  display: inline-block;
  font-size: 1rem;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col:nth-child(1) {
  width: 100px;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col:nth-child(2) {
  width: calc(100% - 100px);
}
@media (max-width: 450px) {
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col:nth-child(1) {
    width: 100px;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col:nth-child(1) span {
    display: block;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col:nth-child(2) {
    width: calc(100% - 100px);
  }
}
@media (max-width: 415px) {
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col:nth-child(1) {
    width: 100%;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col:nth-child(1) span {
    display: block;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col:nth-child(2) {
    width: 100%;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col .AT-col:nth-child(2) input[readonly] {
    padding-left: 0px;
  }
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--lg .AT-col {
  display: inline-block;
  font-size: 1rem;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--lg .AT-col:nth-child(1) {
  width: 175px;
  text-align: right;
  padding-right: 15px;
  border-right: solid 1px #e9ecef;
  vertical-align: top;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--lg .AT-col:nth-child(2) {
  width: calc(100% - 175px);
  padding-left: 15px;
}
@media (max-width: 415px) {
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--lg .AT-col:nth-child(1) {
    width: 100%;
    text-align: left;
    padding-right: 0px;
    border-right: 0px;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--lg .AT-col:nth-child(1) span {
    display: block;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--lg .AT-col:nth-child(2) {
    width: 100%;
    padding-left: 0px;
  }
  #AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--lg .AT-col:nth-child(2) input[readonly] {
    padding-left: 0px;
  }
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--selector:first-child {
  margin-top: 0.75rem;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--selector .AT-col:nth-child(1) {
  width: calc(100% - 50px);
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--selector .AT-col:nth-child(2) {
  width: 50px;
  text-align: right;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--selector .AT-col:nth-child(2) .item {
  display: inline-block;
  margin-right: 2px;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--selector .AT-col:nth-child(2) .item i {
  text-align: center;
  border-radius: 100px;
  border: solid 1px #dee2e6;
  color: #0275d8;
  cursor: pointer;
  background-color: white;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--selector .AT-col:nth-child(2) .item i:before {
  font-size: 1.25rem;
  line-height: 45px;
  width: 45px;
  height: 45px;
  display: inline-block;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--selector .AT-col:nth-child(2) .item:last-child {
  margin-right: 0px;
}
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--selector .AT-col:nth-child(2) .item:hover i,
#AlleyTrak .AT-flyout .reservation-container .form-group.AT-row.AT-row--2col.AT-row--2col--selector .AT-col:nth-child(2) .item.active i {
  background-color: #0275d8;
  border-color: #0275d8;
  color: #fff;
}
#AlleyTrak .AT-flyout .reservation-container.reservation-container--interior {
  margin: 0px;
  padding: 0px 30px;
}
#AlleyTrak .AT-flyout .reservation-container .msg-container h1 {
  font-size: 1.5rem;
  font-weight: 600;
}
#AlleyTrak .AT-flyout .reservation-container .terms--toggle {
  color: #0275d8;
  cursor: pointer;
}
#AlleyTrak .AT-flyout .reservation-controls {
  font-size: 0px;
  border-top: solid 1px #dee2e6;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  max-width: 600px;
  display: table;
  width: 100vw;
}
#AlleyTrak .AT-flyout .reservation-controls .control {
  display: table-cell;
  vertical-align: middle;
  font-size: 1rem;
  text-align: center;
  padding: 15px 30px;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
#AlleyTrak .AT-flyout .reservation-controls .control:nth-child(odd) {
  background-color: white;
  border-right: solid 1px #dee2e6;
}
#AlleyTrak .AT-flyout .reservation-controls .control:nth-child(odd):hover {
  background-color: #dee2e6;
}
#AlleyTrak .AT-flyout .reservation-controls .control:nth-child(even) {
  background-color: #0275d8;
  color: white;
}
#AlleyTrak .AT-flyout .reservation-controls .control:nth-child(even):hover {
  background-color: #0267bf;
}
#AlleyTrak .visible--AT-View-Grid {
  display: none;
}
#AlleyTrak.AT-View-Grid .visible--AT-View-Grid {
  display: block;
}
#AlleyTrak.AT-View-Grid .hidden--AT-View-Grid {
  display: none;
}


.concessions-item .price:after{
  content:'|';
  margin-left:8px;
  margin-right:8px;
}

#AlleyTrak.AlleyTrak-UI{
    position:absolute;
}
#AlleyTrak .package-picker-container .AT-col{
    vertical-align:top !important;
}

#toast-container{
    z-index:9999999999 !important;
}


#documentaiton .card p{
    line-height:1.3;
}

#manage-message .form-control:disabled,
.select2-container--default.select2-container--disabled .select2-selection--single{
    color:rgb(68, 68, 68) !important;
    background-color:rgb(233, 236, 239) !important;
}
#manage-message #Message.form-control{
    min-height:150px;
}

.navbar-light .navbar-toggler{
    border:0px;
}

.navbar-header{
    padding-left: 45px !important;
}
.sidebartoggler{
    display: block !important;
    position: absolute !important;
    left: -15px !important;
    top: 17px !important;
}
.navbar-brand span{
    display:block !important;
}

@media (max-width: 767px) {
    .sidebartoggler{
        left:0px !important;
        top:28px !important;
    }
    .navbar-header{
        padding-left: 30px !important;
    }    
}


.lane-grid.hidden{
    display: block !important;
}
#Lane-Selection.dashboard.hidden{
    display:block !important;
}
.AT-Package-Picker .modal-dialog .concessions-item .price:after{
    display:none !important;
}




/*******************
User Roles
******************/
.admin[data-role="1"] [data-role="2"],
.admin[data-role="1"] [data-role="3"],
.admin[data-role="1"] [data-role="4"],
.admin[data-role="1"] [data-role="5"],

.admin[data-role="2"] [data-role="3"],
.admin[data-role="2"] [data-role="4"],
.admin[data-role="2"] [data-role="5"],

.admin[data-role="3"] [data-role="4"],
.admin[data-role="3"] [data-role="5"],

.admin[data-role="4"] [data-role="5"],

.admin[data-role="1"][statistics-totals="hide"] .statistics-total,
.admin[data-role="2"][statistics-totals="hide"] .statistics-total,
.admin[data-role="3"][statistics-totals="hide"] .statistics-total,
.admin[data-role="4"][statistics-totals="hide"] .statistics-total{
    display:none !important;
}


.table--no-search .dataTables_filter{
    display:none;
}
.modal .preloader{
    left:0px;
}
.api-response{
    max-height:50vh !important;
    overflow:scroll;
    -moz-tab-size: 4;
    tab-size: 4;
}

.custom-ul{
    list-style:none;
    padding:0px;
}
.custom-ul li:before{
    content:'-';
    margin-right:5px;
}

.item .price:after {
  content: "|";
  margin: 0px 2px;
  padding: 0px 2px;
  color: #e9ecef;
}


.AT-View-Grid-Dashboard--full-width > .col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.AT-View-Grid-Dashboard--full-width > .col-md-6.reservaiton-list > .row .col-lg-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.AT-View-Grid-Dashboard--full-width > .col-md-6.reservaiton-list .card.reservation {
  display: inline-block;
  min-width: calc(50% - 15px);
}
.AT-View-Grid-Dashboard--full-width > .col-md-6.reservaiton-list .card.reservation:nth-child(odd) {
  margin-left: 15px;
}
.AT-View-Grid-Dashboard--full-width > .col-md-6.reservaiton-list .card.reservation:nth-child(even) {
  margin-right: 15px;
}

@media(max-width:765px){
   .AT-View-Grid-Dashboard--full-width > .col-md-6.reservaiton-list > .row .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    } 
    .AT-View-Grid-Dashboard--full-width > .col-md-6.reservaiton-list .card.reservation {
        display: inline-block;
        min-width: 100% !important;
        margin-left:0px !important;
        margin-right:0px !important;
    }    
}

#Lanes ul li{
    position: relative;
}

#Lanes ul .block-after:after{
    content:'';
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    height: 100%;
    width: 100%;
    background-color:rgba(0,0,0,.5) !important;
}

#redactorInsertLinkForm #redactor_tab1 label:last-child{ display: none !important; }

@media (min-width: 1600px) {
    .dashboard .dashboard--grid.col-md-7{
        max-width: calc(100% - 462px);
        flex: initial;
    }
    .dashboard .dashboard--list.col-md-5{
        max-width: 462px;
    }
}

.dropdown-user a i {
    width: 1.5rem;
    text-align: center;
}

@media print {
    header.topbar { display: none; }
    #navigation { display: none; }
    .card-reservation-grid { display: none; }
    #drift-frame-controller { display: none; }
    .reservation-card { border: solid 1px #f3f3f3; }
    #reservation-quickview .modal-dialog { max-width: 85%; border: solid 2px #f3f3f3; }
    #reservation-quickview .dropdown-toggle{ display: none; }
    #reservation-quickview .alert { display: none; }


    .cssmenu4--menubar { display: none; }
    .table-responsive .dataTables_filter { display: none; }
    
    .table-responsive table th,
    .table-responsive table td{ 
        display: table-cell !important;
    }
    
    .table-responsive table thead tr th:last-child, 
    .table-responsive table td:last-child {
        display: none !important;
    }

    .table-responsive * {
        font-size: 1rem;
    }

    .page-wrapper,
    #view {
        padding: 0 !important;
    }

    .AlleyTrak.modal-open #main-wrapper,
    .AlleyTrak.modal-open .monitor-shift-click,
    .AlleyTrak.modal-open .AlleyTrak__flyout,
    .AlleyTrak.modal-open .AlleyTrak__underlay {
        display: none !important;
    }

    .modal.show {
        position: relative !important;
        top: 0 !important;
        left: 0 !important;
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        height: auto !important;
        overflow: visible !important;
    }

    .modal.show .modal-dialog {
        margin: 0 !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .modal.show .modal-content {
        border: none !important;
        box-shadow: none !important;
    }

    body.modal-open {
        overflow: visible !important;
    }

}

.no-drop {
    opacity: .5;
}

.is-dragging .popover {
    display: none !important;
}

.grecaptcha-badge { display: none !important; }


/*--Color Picker --*/
.clr-picker{display:none;flex-wrap:wrap;position:absolute;width:200px;z-index:1000;border-radius:10px;background-color:#fff;justify-content:flex-end;direction:ltr;box-shadow:0 0 5px rgba(0,0,0,.05),0 5px 20px rgba(0,0,0,.1);-moz-user-select:none;-webkit-user-select:none;user-select:none}.clr-picker.clr-open,.clr-picker[data-inline=true]{display:flex}.clr-picker[data-inline=true]{position:relative}.clr-gradient{position:relative;width:100%;height:100px;margin-bottom:15px;border-radius:3px 3px 0 0;background-image:linear-gradient(rgba(0,0,0,0),#000),linear-gradient(90deg,#fff,currentColor);cursor:pointer}.clr-marker{position:absolute;width:12px;height:12px;margin:-6px 0 0 -6px;border:1px solid #fff;border-radius:50%;background-color:currentColor;cursor:pointer}.clr-picker input[type=range]::-webkit-slider-runnable-track{width:100%;height:16px}.clr-picker input[type=range]::-webkit-slider-thumb{width:16px;height:16px;-webkit-appearance:none}.clr-picker input[type=range]::-moz-range-track{width:100%;height:16px;border:0}.clr-picker input[type=range]::-moz-range-thumb{width:16px;height:16px;border:0}.clr-hue{background-image:linear-gradient(to right,red 0,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red 100%)}.clr-alpha,.clr-hue{position:relative;width:calc(100% - 40px);height:8px;margin:5px 20px;border-radius:4px}.clr-alpha span{display:block;height:100%;width:100%;border-radius:inherit;background-image:linear-gradient(90deg,rgba(0,0,0,0),currentColor)}.clr-alpha input[type=range],.clr-hue input[type=range]{position:absolute;width:calc(100% + 32px);height:16px;left:-16px;top:-4px;margin:0;background-color:transparent;opacity:0;cursor:pointer;appearance:none;-webkit-appearance:none}.clr-alpha div,.clr-hue div{position:absolute;width:16px;height:16px;left:0;top:50%;margin-left:-8px;transform:translateY(-50%);border:2px solid #fff;border-radius:50%;background-color:currentColor;box-shadow:0 0 1px #888;pointer-events:none}.clr-alpha div:before{content:'';position:absolute;height:100%;width:100%;left:0;top:0;border-radius:50%;background-color:currentColor}.clr-format{display:none;order:1;width:calc(100% - 40px);margin:0 20px 20px}.clr-segmented{display:flex;position:relative;width:100%;margin:0;padding:0;border:1px solid #ddd;border-radius:15px;box-sizing:border-box;color:#999;font-size:12px}.clr-segmented input,.clr-segmented legend{position:absolute;width:100%;height:100%;margin:0;padding:0;border:0;left:0;top:0;opacity:0;pointer-events:none}.clr-segmented label{flex-grow:1;margin:0;padding:4px 0;font-size:inherit;font-weight:400;line-height:initial;text-align:center;cursor:pointer}.clr-segmented label:first-of-type{border-radius:10px 0 0 10px}.clr-segmented label:last-of-type{border-radius:0 10px 10px 0}.clr-segmented input:checked+label{color:#fff;background-color:#666}.clr-swatches{order:2;width:calc(100% - 32px);margin:0 16px}.clr-swatches div{display:flex;flex-wrap:wrap;padding-bottom:12px;justify-content:center}.clr-swatches button{position:relative;width:20px;height:20px;margin:0 4px 6px 4px;padding:0;border:0;border-radius:50%;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;cursor:pointer}.clr-swatches button:after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}input.clr-color{order:1;width:calc(100% - 80px);height:32px;margin:15px 20px 20px auto;padding:0 10px;border:1px solid #ddd;border-radius:16px;color:#444;background-color:#fff;font-family:sans-serif;font-size:14px;text-align:center;box-shadow:none}input.clr-color:focus{outline:0;border:1px solid #1e90ff}.clr-clear,.clr-close{display:none;order:2;height:24px;margin:0 20px 20px;padding:0 20px;border:0;border-radius:12px;color:#fff;background-color:#666;font-family:inherit;font-size:12px;font-weight:400;cursor:pointer}.clr-close{display:block;margin:0 20px 20px auto}.clr-preview{position:relative;width:32px;height:32px;margin:15px 0 20px 20px;border-radius:50%;overflow:hidden}.clr-preview:after,.clr-preview:before{content:'';position:absolute;height:100%;width:100%;left:0;top:0;border:1px solid #fff;border-radius:50%}.clr-preview:after{border:0;background-color:currentColor;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1)}.clr-preview button{position:absolute;width:100%;height:100%;z-index:1;margin:0;padding:0;border:0;border-radius:50%;outline-offset:-2px;background-color:transparent;text-indent:-9999px;cursor:pointer;overflow:hidden}.clr-alpha div,.clr-color,.clr-hue div,.clr-marker{box-sizing:border-box}.clr-field{display:inline-block;position:relative;color:transparent}.clr-field input{margin:0;direction:ltr}.clr-field.clr-rtl input{text-align:right}.clr-field button{position:absolute;width:30px;height:100%;right:0;top:50%;transform:translateY(-50%);margin:0;padding:0;border:0;color:inherit;text-indent:-1000px;white-space:nowrap;overflow:hidden;pointer-events:none}.clr-field.clr-rtl button{right:auto;left:0}.clr-field button:after{content:'';display:block;position:absolute;width:100%;height:100%;left:0;top:0;border-radius:inherit;background-color:currentColor;box-shadow:inset 0 0 1px rgba(0,0,0,.5)}.clr-alpha,.clr-alpha div,.clr-field button,.clr-preview:before,.clr-swatches button{background-image:repeating-linear-gradient(45deg,#aaa 25%,transparent 25%,transparent 75%,#aaa 75%,#aaa),repeating-linear-gradient(45deg,#aaa 25%,#fff 25%,#fff 75%,#aaa 75%,#aaa);background-position:0 0,4px 4px;background-size:8px 8px}.clr-marker:focus{outline:0}.clr-keyboard-nav .clr-alpha input:focus+div,.clr-keyboard-nav .clr-hue input:focus+div,.clr-keyboard-nav .clr-marker:focus,.clr-keyboard-nav .clr-segmented input:focus+label{outline:0;box-shadow:0 0 0 2px #1e90ff,0 0 2px 2px #fff}.clr-picker[data-alpha=false] .clr-alpha{display:none}.clr-picker[data-minimal=true]{padding-top:16px}.clr-picker[data-minimal=true] .clr-alpha,.clr-picker[data-minimal=true] .clr-color,.clr-picker[data-minimal=true] .clr-gradient,.clr-picker[data-minimal=true] .clr-hue,.clr-picker[data-minimal=true] .clr-preview{display:none}.clr-dark{background-color:#444}.clr-dark .clr-segmented{border-color:#777}.clr-dark .clr-swatches button:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.3)}.clr-dark input.clr-color{color:#fff;border-color:#777;background-color:#555}.clr-dark input.clr-color:focus{border-color:#1e90ff}.clr-dark .clr-preview:after{box-shadow:inset 0 0 0 1px rgba(255,255,255,.5)}.clr-dark .clr-alpha,.clr-dark .clr-alpha div,.clr-dark .clr-preview:before,.clr-dark .clr-swatches button{background-image:repeating-linear-gradient(45deg,#666 25%,transparent 25%,transparent 75%,#888 75%,#888),repeating-linear-gradient(45deg,#888 25%,#444 25%,#444 75%,#888 75%,#888)}.clr-picker.clr-polaroid{border-radius:6px;box-shadow:0 0 5px rgba(0,0,0,.1),0 5px 30px rgba(0,0,0,.2)}.clr-picker.clr-polaroid:before{content:'';display:block;position:absolute;width:16px;height:10px;left:20px;top:-10px;border:solid transparent;border-width:0 8px 10px 8px;border-bottom-color:currentColor;box-sizing:border-box;color:#fff;filter:drop-shadow(0 -4px 3px rgba(0,0,0,.1));pointer-events:none}.clr-picker.clr-polaroid.clr-dark:before{color:#444}.clr-picker.clr-polaroid.clr-left:before{left:auto;right:20px}.clr-picker.clr-polaroid.clr-top:before{top:auto;bottom:-10px;transform:rotateZ(180deg)}.clr-polaroid .clr-gradient{width:calc(100% - 20px);height:120px;margin:10px;border-radius:3px}.clr-polaroid .clr-alpha,.clr-polaroid .clr-hue{width:calc(100% - 30px);height:10px;margin:6px 15px;border-radius:5px}.clr-polaroid .clr-alpha div,.clr-polaroid .clr-hue div{box-shadow:0 0 5px rgba(0,0,0,.2)}.clr-polaroid .clr-format{width:calc(100% - 20px);margin:0 10px 15px}.clr-polaroid .clr-swatches{width:calc(100% - 12px);margin:0 6px}.clr-polaroid .clr-swatches div{padding-bottom:10px}.clr-polaroid .clr-swatches button{width:22px;height:22px}.clr-polaroid input.clr-color{width:calc(100% - 60px);margin:10px 10px 15px auto}.clr-polaroid .clr-clear{margin:0 10px 15px 10px}.clr-polaroid .clr-close{margin:0 10px 15px auto}.clr-polaroid .clr-preview{margin:10px 0 15px 10px}.clr-picker.clr-large{width:275px}.clr-large .clr-gradient{height:150px}.clr-large .clr-swatches button{width:22px;height:22px}.clr-picker.clr-pill{width:380px;padding-left:180px;box-sizing:border-box}.clr-pill .clr-gradient{position:absolute;width:180px;height:100%;left:0;top:0;margin-bottom:0;border-radius:3px 0 0 3px}.clr-pill .clr-hue{margin-top:20px}

.color-preview {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 38px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.repeatable-groups .input-group .input-group-controls{
    display: flex;
}
.repeatable-groups .input-group .input-group-controls .dropdown-toggle{
    padding: 7px 12px;
    align-self: center;
}
.repeatable-groups .input-group .form-control{
    border-radius: .25rem;
}

.repeatable-groups .repeatable-groups__item .action-edit,
.repeatable-groups .repeatable-groups__item .action-up,
.repeatable-groups .repeatable-groups__item .action-down,
.repeatable-groups .repeatable-groups__item .action-remove{
    cursor: pointer;
}

.repeatable-groups .repeatable-groups__item:first-child .action-up,
.repeatable-groups .repeatable-groups__item:last-child .action-down{
    cursor: initial;
    opacity: .5;
}

.repeatable-groups.one-required .repeatable-groups__item:first-child:last-child .action-remove{
    display: none;
}

.select2-results__group {
    font-weight: 600;
}

.at-loader {
    width: 100%;
    height: 4.8px;
    display: inline-block;
    position: relative;
    background: #f3f3f3;
    overflow: hidden;
    border-radius: 1rem;
}
.at-loader::after {
    content: '';
    width: 192px;
    height: 4.8px;
    background: #003DB8;
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: animloader 2s linear infinite;
}
  
@keyframes animloader {
    0% {
        left: 0;
        transform: translateX(-100%);
    }
    100% {
        left: 100%;
        transform: translateX(0%);
    }
}   

.modal-dialog-full-screen {
    width: calc(100vw - 4rem);
    min-width: calc(100vw - 4rem);
    margin: 2rem;
}

.modal-dialog-full-screen  .modal-content {
    height: 100%;
    padding: 2rem;
}

.modal-dialog-full-screen  .modal-content .modal-body{
    padding: 0;
}

#ui-datepicker-div {
 z-index: 9999999 !important;
}

