@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,300italic,400italic,600italic);
@import url(//fonts.googleapis.com/css?family=Kaushan+Script);
html,
body {
    /*overflow-x: hidden!important;*/
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    min-height: 100%;
    height: 100%;
    background-color: #f9f9f9;
    color: #666 !important;
    word-break: break-word;
}

body.modal-open {
    overflow: visible;
}

a {
    color: #3c8dbc;
}

a:hover,
a:active,
a:focus {
    outline: none;
    text-decoration: none;
    color: #72afd2;
}


/* Layouts */

.wrapper {
    display: table-row;
}

body > .header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1030;
    height: 60px;
}

.amendbooking-newcheckintime-select {
    width: 74px;
    height: 30px;
    padding: 5px;
}

.new-hotel-header {
    margin-left: 301px;
    border-left: 0px;
    border-bottom: 1px solid #DBDBDB;
}

.new-hotel-logo {
    width: 302px !important;
    border-bottom: 1px solid #DBDBDB;
}

/* Define 2 column template */

.right-side,
.left-side {
    display: table-cell;
}

.right-side {
    background-color: #f9f9f9;
    width: 81%;
}

@media (min-width:1600px) {
    .right-side {
        width: 100%;
    }
}

.left-side {
    min-width: 301px;
    max-width: 301px;
    width: 301px;
    box-sizing: border-box;
}

.no-border {
    border: 0px !important;
}

.loggedin-user {
    /*width: 100%;*/
    font-size: 12px;
    float: right !important;
}

.navbar-right li.loggedin-user a {
    display: inline-block !important;
    padding: 0 15px 0 !important;
    background: transparent !important;
    color: #367fa9 !important;
    padding-left: 5px !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.navbar-right {
    @media(max-width: 765px) {
        padding-bottom: 30px;
    }
}

.navbar-right li.loggedin-user a:hover {
    color: #312874 !important;
    text-decoration: underline !important;
}

/*.navbar-right li a {
    padding: 2px 15px !important;
    margin-top: 6px !important;
}*/

.navbar-right {
    text-align: right;
    margin: 0 !important;
}

.navbar .container {
    padding: 0;
    margin: 0;
}

.navbar>.container .navbar-brand {
    margin: 0;
}

@media (min-width: 1200px) .navbar .container {
    width: 100%;
}

@media (min-width: 992px) .navbar .container {
    width: 100%;
}

@media (min-width: 768px) .navbar .container {
    width: 100%;
}

.navbar-static-top .navbar-collapse {
    margin-left: 155px;
    border-left: 0px;
}

@media (max-width: 1024px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        z-index: 1000;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        // box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
        box-shadow: 0 5px 5px -5px #333 !important;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
}
.nav>li>a {
    padding: 10px 10px;
}
.navbar-nav {
    @media(max-width: 765px) {
        margin: 0;
        padding: 0;
    }
}


/*
    By default the layout is not fixed but if you add the class .fixed to the body element
    the sidebar and the navbar will automatically become poisitioned fixed
*/

body.fixed > .header,
body.fixed .left-side,
body.fixed .navbar {
    position: fixed;
}

body.fixed > .header {
    top: 0;
    right: 0;
    left: 0;
}

body.fixed .navbar {
    left: 0;
    right: 0;
}

body.fixed .wrapper {
    margin-top: 50px;
}


/* Content */

.content {
    padding: 20px 15px;
    background-color: #f9f9f9;
}


/* Utility */


/* H1 - H6 font */

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Source Sans Pro', sans-serif;
}


/* Page Header */

.page-header {
    margin: 10px 0 20px 0;
    font-size: 22px;
}

.page-header > small {
    color: #666;
    display: block;
    margin-top: 5px;
}


/* All images should be responsive */

img {
    width: 100%;
    /*max-width: 100% !important;*/
}

/* overriding img width for campaign/templates */
.template-data img {
    width: unset;
    height: auto;
}

.sort-highlight {
    background-color: #f4f4f4;
    border: 1px dashed #ddd;
    margin-bottom: 10px;
}


/* 10px padding and margins */

.pad {
    padding: 10px;
}

.margin {
    margin: 10px;
}


/* Display inline */

.inline {
    display: inline;
    width: auto;
}

/* Display inline */

.inline-block {
    display: inline-block;
    width: auto;
    vertical-align: middle;
}
/* Background colors */

.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black {
    color: #f9f9f9 !important;
}

.bg-gray {
    background-color: #eaeaec !important;
}

.bg-black {
    background-color: #222222 !important;
}

.bg-red {
    background-color: #f56954 !important;
}

.bg-yellow {
    background-color: #f39c12 !important;
}

.bg-aqua {
    background-color: #00c0ef !important;
}

.bg-blue {
    background-color: #0073b7 !important;
}

.bg-light-blue {
    background-color: #3c8dbc !important;
}

.bg-green {
    background-color: #00a65a !important;
}

.bg-navy {
    background-color: #001f3f !important;
}

.bg-teal {
    background-color: #39cccc !important;
}

.bg-olive {
    background-color: #3d9970 !important;
}

.bg-lime {
    background-color: #01ff70 !important;
}

.bg-orange {
    background-color: #f1592a !important;
}

.bg-fuchsia {
    background-color: #f012be !important;
}

.bg-purple {
    background-color: #932ab6 !important;
}

.bg-maroon {
    background-color: #85144b !important;
}


/* Text colors */

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

.text-yellow {
    color: #f39c12 !important;
}

.text-aqua {
    color: #00c0ef !important;
}

.text-blue {
    color: #0073b7 !important;
}

.text-light-blue {
    color: #3c8dbc !important;
}

.text-green {
    color: #00a65a !important;
}

.text-navy {
    color: #001f3f !important;
}

.text-teal {
    color: #39cccc !important;
}

.text-olive {
    color: #3d9970 !important;
}

.text-lime {
    color: #01ff70 !important;
}

.text-orange {
    color: #ff851b !important;
}

.text-fuchsia {
    color: #f012be !important;
}

.text-purple {
    color: #932ab6 !important;
}

.text-maroon {
    color: #85144b !important;
}


/*Hide elements by display none only*/

.hide {
    display: none !important;
}


/* Remove borders */

.no-border {
    border: 0px !important;
}


/* Remove padding */

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


/* Remove margins */

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


/* Remove box shadow */

.no-shadow {
    box-shadow: none!important;
}


/* Don't display when printing */

@media print {
    .no-print {
        display: none;
    }
    .left-side,
    .header,
    .content-header {
        display: none;
    }
    .right-side {
        margin: 0;
    }
}


/* Remove border radius */

.flat {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}


/* Change the color of the striped tables */

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


/* .text-center in tables */

table.text-center td,
table.text-center th {
    text-align: center;
}


/* _fix for sparkline tooltip */

.jqstooltip {
    padding: 5px!important;
    width: auto!important;
    height: auto!important;
}


/*
    Components: navbar, logo and content header
-------------------------------------------------
*/

body > .header {
    position: fixed;
    max-height: 100px;
    z-index: 1030;
}

body > .header .navbar {
    margin-bottom: 0;
    font-size: 13px;
}

body > .header .navbar .sidebar-toggle {
    float: left;
    padding: 9px 5px;
    margin-top: 8px;
    margin-right: 0;
    margin-bottom: 8px;
    margin-left: 5px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

body > .header .navbar .sidebar-toggle:hover .icon-bar {
    background-color: #f6f6f6;
}

body > .header .navbar .sidebar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

body > .header .navbar .sidebar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

body > .header .navbar .nav > li.user > a {
    font-weight: bold;
}

body > .header .navbar .nav > li.user > a > .fa,
body > .header .navbar .nav > li.user > a > .glyphicon,
body > .header .navbar .nav > li.user > a > .ion {
    margin-right: 5px;
}

body > .header .navbar .nav > li > a > .label {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 7px;
    right: 2px;
    font-size: 10px;
    font-weight: normal;
    width: 15px;
    height: 15px;
    line-height: 1.0em;
    text-align: center;
    padding: 2px;
}

body > .header .navbar .nav > li > a:hover > .label {
    top: 3px;
}

body > .header .logo {
    float: left;
    padding: 12px 10px;
    /*width: 150px;
    height: 60px;*/
    display: block;
    text-indent: -9999px;
    margin-left: 10px;
    background: #FFFFFF;
    /*border-right:1px solid #DBDBDB;*/
}

.logobox a {
    background: #FFFFFF url(../images/simplotel-logo-new.png) center center no-repeat;
    height: 50px;
    text-indent: -1000em;
    display: block;
}

body > .header .logo > img {
    width: 120px;
}

body > .header .logo .icon {
    margin-right: 10px;
}

.right-side > .content-header {
    position: relative;
    padding: 25px;
}

.right-side > .content-header > h1 {
    margin-top: -10px;
    font-size: 24px;
}

.right-side > .content-header > h1 > small {
    font-size: 15px;
    display: inline-block;
    padding-left: 4px;
    font-weight: 300;
}

.right-side > .content-header > .breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    bottom: 2px;
    left: 22px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.right-side > .content-header > .breadcrumb > li > a {
    color: #444;
    text-decoration: none;
}

.right-side > .content-header > .breadcrumb > li > a > .fa,
.right-side > .content-header > .breadcrumb > li > a > .glyphicon,
.right-side > .content-header > .breadcrumb > li > a > .ion {
    margin-right: 5px;
}

.right-side > .content-header > .breadcrumb > li + li:before {
    content: '>\00a0';
}

@media screen and (max-width: 767px) {
    .right-side > .content-header > .breadcrumb {
        position: relative;
        margin-top: 5px;
        top: 0;
        right: 0;
        float: none;
        background-color: #efefef;
    }
}


/*
@media (max-width: 767px) {
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 20px;
  }
  .navbar .navbar-right {
    float: right;
  }
}
*/
@media (min-width: 768px){
    .navbar-nav>li>a {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}

@media screen and (max-width: 560px) {
    body > .header {
        position: relative;
    }
    body > .header .logo,
    body > .header .navbar {
        width: 100%;
        float: none;
        position: relative !important;
    }
    body > .header .navbar {
        margin: 0;
    }
    body.fixed > .header {
        position: fixed;
    }
    body.fixed > .wrapper,
    body.fixed .sidebar-offcanvas {
        margin-top: 100px!important;
    }
}


/*
    Component: Sidebar
--------------------------
*/

.sidebar {
    margin-bottom: 5px;
}

.sidebar .sidebar-form input:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-color: transparent!important;
}

.sidebar .sidebar-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sidebar .sidebar-menu > li {
    margin: 0;
    padding: 0;
    float: left;
    width: 100%;
}

.sidebar .sidebar-menu > li > a {
    padding: 12px 5px 12px 15px;
    display: block;
    background-color: #F9F9F9;
}

.sidebar .sidebar-menu > li > a > .fa,
.sidebar .sidebar-menu > li > a > .glyphicon,
.sidebar .sidebar-menu > li > a > .ion {
    width: 20px;
}

.sidebar .sidebar-menu .treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar .sidebar-menu .treeview-menu > li {
    margin: 0;
}

.sidebar .sidebar-menu .treeview-menu > li > a {
    padding: 5px 5px 5px 15px;
    display: block;
    font-size: 14px;
    margin: 0px 0px;
}

.sidebar .sidebar-menu .treeview-menu > li > a > .fa,
.sidebar .sidebar-menu .treeview-menu > li > a > .glyphicon,
.sidebar .sidebar-menu .treeview-menu > li > a > .ion {
    width: 20px;
}

.user-panel {
    padding: 10px;
    background-color: #fafafa;
    /*border-right: 1px solid #dfdfdf;*/
    border-left: 1px solid #dfdfdf;
}

.user-panel:before,
.user-panel:after {
    display: table;
    content: " ";
}

.user-panel:after {
    clear: both;
}

.user-panel > .image > img {
    width: 45px;
    height: 45px;
}

.user-panel > .info {
    font-weight: 600;
    padding: 5px 5px 5px 5px;
    font-size: 14px;
    line-height: 1;
}

.user-panel > .info > .btn-group {
    width: 100%;
    position: relative;
}

.user-panel .info .dropdown-menu {
    width: 100%;
}

.user-panel .info .dropdown-menu ul {
    list-style-type: disc;
    font-size: 12px;
    font-weight: normal;
    width: 90%;
}

.user-panel .info .dropdown-menu ul li {
    padding: 5px 0;
}

.user-panel .info .dropdown-menu ul li a {
    padding: 2px 3px;
}

.user-panel .info .dropdown-menu li a.switcher-child {
    padding-left: 30px;
}

.user-panel > .info > p {
    margin-bottom: 9px;
}

.user-panel > .info > a {
    text-decoration: none;
    padding-right: 5px;
    margin-top: 3px;
    font-size: 11px;
    font-weight: normal;
}

.user-panel > .info > a > .fa,
.user-panel > .info > a > .ion,
.user-panel > .info > a > .glyphicon {
    margin-right: 3px;
}


/*
 * Off Canvas
 * --------------------------------------------------
 *  Gives us the push menu effect
 */

@media screen and (max-width: 992px) {
    .relative {
        position: relative;
    }
    .row-offcanvas-right .sidebar-offcanvas {
        right: -220px;
    }
    .row-offcanvas-left .sidebar-offcanvas {
        left: -220px;
    }
    .row-offcanvas-right.active {
        right: 220px;
    }
    .row-offcanvas-left.active {
        left: 220px;
    }
    .sidebar-offcanvas {
        left: 0;
    }
    body.fixed .sidebar-offcanvas {
        margin-top: 50px;
        left: -220px;
    }
    body.fixed .row-offcanvas-left.active .navbar {
        left: 220px !important;
        right: 0;
    }
    body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
        left: 0px;
    }
}


/*
    Dropdown menus
----------------------------
*/


/*Dropdowns in general*/

.dropdown-menu {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.5);
    /*z-index: 2300;*/
    z-index: 1029;
    padding: 0 !important;
}

.dropdown-menu > li > a > .glyphicon,
.dropdown-menu > li > a > i,
.dropdown-menu > li > a > .ion {
    margin-right: 5px;
    width: 20px;
    text-align: center;
}

.dropdown-menu > li > a:hover {
    /*background-color: #3c8dbc;
  color: #f9f9f9;*/
}

.dropdown-menu .sub-menu li a {
    padding: 5px;
}

.dropdown-menu.sub-menu li a {
    padding: 5px;
}

.dropdown-menu li a:hover {
    background-color: #D0D0D0 !important;
    color: #333333 !important;
}


/*Drodown in navbars*/

.skin-blue .navbar .dropdown-menu > li > a {
    color: #444444;
    text-transform: capitalize;
}


/*
    Navbar custom dropdown menu
------------------------------------
*/

.custom-navbar-right {
    padding-right: 5px;
}

.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
    /*width: 280px;*/
    /*width:140%;*/
    padding: 0 0 0 0!important;
    margin: 0!important;
    top: 100%;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 2px;
}

.navbar-nav .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.navbar-nav .sub-menu li {
    padding: 0;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
.navbar-nav > .messages-menu > .dropdown-menu > li.header:after,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header:after {
    bottom: 100%;
    left: 8%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 12px;
    background-color: #f4f4f4;
    padding: 7px 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444444;
    text-align: center;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
    background-color: #f4f4f4;
    text-decoration: none;
    font-weight: normal;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    display: block;
    white-space: nowrap;
    /* Prevent text from breaking */
    border-bottom: 1px solid #f4f4f4;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
    background-color: #f6f6f6;
    text-decoration: none;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    font-size: 12px;
    color: #444444;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
    font-size: 20px;
    width: 50px;
    text-align: center;
    padding: 15px 0px;
    margin-right: 5px;
    /* Default background and font colors */
    background-color: #00c0ef;
    color: #f9f9f9;
    /* Fallback for browsers that doesn't support rgba */
    color: rgba(255, 255, 255, 0.7);
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.danger,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.danger {
    background-color: #f56954;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.warning,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.warning {
    background-color: #f39c12;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.success,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.success {
    background-color: #00a65a;
}

.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.info,
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion.info {
    background-color: #00c0ef;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
    margin: 0px;
    line-height: 20px;
    padding: 10px 5px 10px 5px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
    margin: auto 10px auto auto;
    width: 40px;
    height: 40px;
    border: 1px solid #dddddd;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
    padding: 0;
    margin: 0 0 0 45px;
    color: #444444;
    font-size: 15px;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
    color: #999999;
    font-size: 10px;
    float: right;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
    margin: 0 0 0 45px;
    font-size: 12px;
    color: #888888;
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    display: table;
    content: " ";
}

.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
    clear: both;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
    padding: 10px;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
    font-size: 14px;
    padding: 0;
    margin: 0 0 10px 0;
    color: #666666;
}

.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
    padding: 0;
    margin: 0;
}

.navbar-nav > .user-menu > .dropdown-menu {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 1px 0 0 0;
    border-top-width: 0;
    width: 280px;
}

.navbar-nav > .user-menu > .dropdown-menu:after {
    bottom: 100%;
    right: 10px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 10px;
    margin-left: -10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    background-color: #3c8dbc;
    text-align: center;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    z-index: 5;
    height: 90px;
    width: 90px;
    border: 8px solid;
    border-color: transparent;
    border-color: rgba(255, 255, 255, 0.2);
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
    z-index: 5;
    color: #f9f9f9;
    color: rgba(255, 255, 255, 0.8);
    font-size: 17px;
    text-shadow: 2px 2px 3px #333333;
    margin-top: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
    display: block;
    font-size: 12px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
    border-top: 1px solid #dddddd;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
    display: table;
    content: " ";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
    color: #0073b7;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
    background-color: #f9f9f9;
    padding: 10px;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
    display: table;
    content: " ";
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
    clear: both;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
    color: #666666;
}

/* Add fade animation to dropdown menus */

.open > .dropdown-menu {
    animation-name: fadeAnimation;
    animation-duration: .7s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: fadeAnimation;
    -webkit-animation-duration: .7s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: fadeAnimation;
    -moz-animation-duration: .7s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }
    to {
        opacity: 1;
        top: 100%;
    }
}

@-webkit-keyframes fadeAnimation {
    from {
        opacity: 0;
        top: 120%;
    }
    to {
        opacity: 1;
        top: 100%;
    }
}


/* Fix dropdown menu for small screens to display correctly on small screens
@media screen and (max-width: 767px) {
  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav > .user-menu > .dropdown-menu,
  .navbar-nav > .tasks-menu > .dropdown-menu,
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background-color: #ffffff;
  }
}
/* Fix menu positions on xs screens to appear correctly and fully
@media screen and (max-width: 480px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header {

  }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
    border-width: 0px!important;
  }
  .navbar-nav > .tasks-menu > .dropdown-menu {
    position: absolute;
    right: -120px;
    left: auto;
  }
  .navbar-nav > .notifications-menu > .dropdown-menu {
    position: absolute;
    right: -170px;
    left: auto;
  }
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    right: -210px;
    left: auto;
  }
}

   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/

.form-control {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    box-shadow: none;
}

.form-control:focus {
    box-shadow: none;
    border-color: #555;
}

.form-group.has-success label {
    color: #00a65a;
}

.form-group.has-success .form-control {
    border-color: #00a65a !important;
    box-shadow: none;
}

.form-group.has-warning label {
    color: #f39c12;
}

.form-group.has-warning .form-control {
    border-color: #f39c12 !important;
    box-shadow: none;
}

.form-group.has-error label,
.form-group.has-error .help-block {
    color: #f56954;
}

.form-group.has-error .form-control {
    border-color: #f56954 !important;
    box-shadow: none;
}


/* Input group */

.input-group .input-group-addon {
    border-radius: 0;
    background-color: #f4f4f4;
}

#website-domain-info .input-group .input-group-addon {
    min-width: 200px;
}


/* button groups */

.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
    border-radius: 0;
}


/* Checkbox and radio inputs */

.checkbox,
.radio {
    padding-left: 0;
}


/*
    Compenent: Progress bars
--------------------------------
*/


/* size variation */

.progress.sm {
    height: 10px;
}

.progress.xs {
    height: 7px;
}


/* Vertical bars */

.progress.vertical {
    position: relative;
    width: 30px;
    height: 200px;
    display: inline-block;
    margin-right: 10px;
}

.progress.vertical > .progress-bar {
    width: 100%!important;
    position: absolute;
    bottom: 0;
}

.progress.vertical.sm {
    width: 20px;
}

.progress.vertical.xs {
    width: 10px;
}


/* Remove margins from progress bars when put in a table */

.table tr > td .progress {
    margin: 0;
}

.progress-bar-light-blue,
.progress-bar-primary {
    background-color: #3c8dbc;
}

.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-green,
.progress-bar-success {
    background-color: #00a65a;
}

.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-aqua,
.progress-bar-info {
    background-color: #00c0ef;
}

.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-yellow,
.progress-bar-warning {
    background-color: #f39c12;
}

.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-red,
.progress-bar-danger {
    background-color: #f56954;
}

.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}


/*
    Component: Small boxes
*/

.small-box {
    position: relative;
    display: block;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    margin-bottom: 15px;
}

.small-box > .inner {
    padding: 10px;
}

.small-box > .small-box-footer {
    position: relative;
    text-align: center;
    padding: 3px 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    display: block;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.small-box > .small-box-footer:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.15);
}

.small-box h3 {
    font-size: 38px;
    font-weight: bold;
    margin: 0 0 10px 0;
    white-space: nowrap;
    padding: 0;
}

.small-box p {
    font-size: 15px;
}

.small-box p > small {
    display: block;
    color: #f9f9f9;
    font-size: 13px;
    margin-top: 5px;
}

.small-box h3,
.small-box p {
    z-index: 5px;
}

.small-box .icon {
    position: absolute;
    top: auto;
    bottom: 5px;
    right: 5px;
    z-index: 0;
    font-size: 90px;
    color: rgba(0, 0, 0, 0.15);
}

.small-box:hover {
    text-decoration: none;
    color: #f9f9f9;
}

.small-box:hover .icon {
    animation-name: tansformAnimation;
    animation-duration: .5s;
    animation-iteration-count: 1;
    animation-timing-function: ease;
    animation-fill-mode: forwards;
    -webkit-animation-name: tansformAnimation;
    -webkit-animation-duration: .5s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-name: tansformAnimation;
    -moz-animation-duration: .5s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: ease;
    -moz-animation-fill-mode: forwards;
}

@keyframes tansformAnimation {
    from {
        font-size: 90px;
    }
    to {
        font-size: 100px;
    }
}

@-webkit-keyframes tansformAnimation {
    from {
        font-size: 90px;
    }
    to {
        font-size: 100px;
    }
}

@media screen and (max-width: 480px) {
    .small-box {
        text-align: center;
    }
    .small-box .icon {
        display: none;
    }
    .small-box p {
        font-size: 12px;
    }
}


/*
    component: Boxes
-------------------------
*/

.box {
    position: relative;
    background-color: #ffffff;
    border: 1px solid #c1c1c1;
    margin-bottom: 20px;
    /*  margin-top: 20px;*/
    margin-top: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    width: 100%;
    /*-webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);*/
    float: left;
}

.box.box-main {
    margin-bottom: 70px;
}

.box.box-primary {
    border-top-color: #3c8dbc;
}

.box.box-info {
    border-top-color: #00c0ef;
}

.box.box-danger {
    border-top-color: #f56954;
}

.box.box-warning {
    border-top-color: #f39c12;
}

.box.box-success {
    border-top-color: #00a65a;
}

.box.height-control .box-body {
    max-height: 300px;
    overflow: auto;
}

.box .box-header {
    position: relative;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    color: #444;
    padding-bottom: 0;
}

.box .box-header:before,
.box .box-header:after {
    display: table;
    content: " ";
}

.box .box-header:after {
    clear: both;
}

.box .box-header > .fa,
.box .box-header > .glyphicon,
.box .box-header > .ion,
.box .box-header .box-title {
    display: inline-block;
    padding: 10px 0px 10px 10px;
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    float: left;
    cursor: default;
}

.box .box-header a:not(.btn) {
    color: #444;
}

.box .box-header > .box-tools {
    padding: 5px 10px 5px 5px;
}

.box .box-body {
    padding: 10px;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.box .box-body > table,
.box .box-body > .table {
    margin-bottom: 0;
}

.box .box-body.chart-responsive {
    width: 100%;
    overflow: hidden;
}

.box .box-body > .chart {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.box .box-body > .chart svg,
.box .box-body > .chart canvas {
    width: 100%!important;
}

.box .box-body .fc {
    margin-top: 5px;
}

.box .box-body .fc-header-title h2 {
    font-size: 15px;
    line-height: 1.6em;
    color: #666;
    margin-left: 10px;
}

.box .box-body .fc-header-right {
    padding-right: 10px;
}

.box .box-body .fc-header-left {
    padding-left: 10px;
}

.box .box-body .fc-widget-header {
    background-color: #fafafa;
    box-shadow: inset 0px -3px 1px rgba(0, 0, 0, 0.02);
}

.box .box-body .fc-grid {
    width: 100%;
    border: 0;
}

.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
    border-left: 0;
    border-right: 0;
}

.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
    border-right: 0;
}

.box .box-body .table {
    margin-bottom: 0;
}

.box .box-body .full-width-chart {
    margin: -19px;
}

.box .box-body.no-padding .full-width-chart {
    margin: -9px;
}

.box .box-footer {
    border-top: 1px solid #f4f4f4;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 10px;
    background-color: #ffffff;
}

.box.box-solid {
    border-top: 0px;
}

.box.box-solid > .box-header {
    padding-bottom: 0px!important;
}

.box.box-solid > .box-header .btn.btn-default {
    background: transparent;
}

.box.box-solid.box-primary > .box-header {
    color: #fff;
    /*  background: #3c8dbc;*/
    background-color: #3c8dbc;
}

.box.box-solid.box-primary > .box-header a {
    color: #444;
}

.box.box-solid.box-info > .box-header {
    color: #fff;
    /*  background: #00c0ef;*/
    background-color: #00c0ef;
}

.box.box-solid.box-info > .box-header a {
    color: #444;
}

.box.box-solid.box-danger > .box-header {
    color: #fff;
    /*  background: #f56954;*/
    background-color: #f56954;
}

.box.box-solid.box-danger > .box-header a {
    color: #444;
}

.box.box-solid.box-warning > .box-header {
    color: #fff;
    /*  background: #f39c12;*/
    background-color: #f39c12;
}

.box.box-solid.box-warning > .box-header a {
    color: #444;
}

.box.box-solid.box-success > .box-header {
    color: #fff;
    /*  background: #00a65a;*/
    background-color: #00a65a;
}

.box.box-solid.box-success > .box-header a {
    color: #444;
}

.box.box-solid > .box-header > .box-tools > .btn {
    border: 0;
    box-shadow: none;
}

.box.box-solid.collapsed-box .box-header {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box.collapsed-box .box-body {
    display: none;
}

.box.box-solid[class*='bg'] > .box-header {
    color: #fff;
}

.box .box-group > .box {
    margin-bottom: 5px;
}

.box .knob-label {
    text-align: center;
    color: #333;
    font-weight: 100;
    font-size: 12px;
    margin-bottom: 0.3em;
}

.box .todo-list {
    margin: 0;
    padding: 0px 0px;
    list-style: none;
}

.box .todo-list > li {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    padding: 10px;
    background-color: #f3f4f5;
    margin-bottom: 2px;
    border-left: 2px solid #e6e7e8;
    color: #444;
}

.box .todo-list > li:last-of-type {
    margin-bottom: 0;
}

.box .todo-list > li.danger {
    border-left-color: #f56954;
}

.box .todo-list > li.warning {
    border-left-color: #f39c12;
}

.box .todo-list > li.info {
    border-left-color: #00c0ef;
}

.box .todo-list > li.success {
    border-left-color: #00a65a;
}

.box .todo-list > li.primary {
    border-left-color: #3c8dbc;
}

.box .todo-list > li > input[type='checkbox'] {
    margin: 0 10px 0 5px;
}

.box .todo-list > li .text {
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
}

.box .todo-list > li .label {
    margin-left: 10px;
    font-size: 9px;
}

.box .todo-list > li .tools {
    display: none;
    float: right;
    color: #f56954;
}

.box .todo-list > li .tools > .fa,
.box .todo-list > li .tools > .glyphicon,
.box .todo-list > li .tools > .ion {
    margin-right: 5px;
    cursor: pointer;
}

.box .todo-list > li:hover .tools {
    display: inline-block;
}

.box .todo-list > li.done {
    color: #999;
}

.box .todo-list > li.done .text {
    text-decoration: line-through;
    font-weight: 500;
}

.box .todo-list > li.done .label {
    background-color: #eaeaec !important;
}

.sorting .handle {
    display: inline-block;
    cursor: move;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: solid 2px #CCCCCC;
}

.sorting .nohandle {
    display: inline-block;
    cursor: no-drop;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: solid 2px #CCCCCC;
}

.box .chat {
    padding: 5px 20px 5px 10px;
}

.box .chat .item {
    margin-bottom: 10px;
}

.box .chat .item:before,
.box .chat .item:after {
    display: table;
    content: " ";
}

.box .chat .item:after {
    clear: both;
}

.box .chat .item > img {
    width: 40px;
    height: 40px;
    border: 2px solid transparent;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
}

.box .chat .item > img.online {
    border: 2px solid #00a65a;
}

.box .chat .item > img.offline {
    border: 2px solid #f56954;
}

.box .chat .item > .message {
    margin-left: 55px;
    margin-top: -40px;
}

.box .chat .item > .message > .name {
    display: block;
    font-weight: 600;
}

.box .chat .item > .attachment {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f0f0f0;
    margin-left: 65px;
    margin-right: 15px;
    padding: 10px;
}

.box .chat .item > .attachment > h4 {
    margin: 0 0 5px 0;
    font-weight: 600;
    font-size: 14px;
}

.box .chat .item > .attachment > p,
.box .chat .item > .attachment > .filename {
    font-weight: 600;
    font-size: 13px;
    font-style: italic;
    margin: 0;
}

.box .chat .item > .attachment:before,
.box .chat .item > .attachment:after {
    display: table;
    content: " ";
}

.box .chat .item > .attachment:after {
    clear: both;
}

.box > .overlay,
.box > .loading-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.box > .overlay {
    z-index: 1010;
    background-color: rgba(255, 255, 255, 0.7);
}

.box > .overlay.dark {
    background-color: rgba(0, 0, 0, 0.5);
}

.box > .loading-img {
    z-index: 1020;
    background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}


/*
Component: timeline
--------------------
*/

.timeline {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
}

.timeline:before {
    content: '';
    position: absolute;
    top: 0px;
    bottom: 0;
    width: 5px;
    background-color: #ddd;
    left: 45px;
    border: 1px solid #eee;
    margin: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.timeline > li {
    position: relative;
    margin-right: 10px;
    margin-bottom: 15px;
}

.timeline > li:before,
.timeline > li:after {
    display: table;
    content: " ";
}

.timeline > li:after {
    clear: both;
}

.timeline > li > .timeline-item {
    margin-top: 10px;
    border: 0px solid #dfdfdf;
    background-color: #fff;
    color: #555;
    margin-left: 60px;
    margin-right: 15px;
    padding: 5px;
    position: relative;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}

.timeline > li > .timeline-item > .time {
    color: #999;
    float: right;
    margin: 2px 0 0 0;
}

.timeline > li > .timeline-item > .timeline-header {
    margin: 0;
    color: #555;
    border-bottom: 1px solid #f4f4f4;
    padding: 5px;
    font-size: 16px;
    line-height: 1.1;
}

.timeline > li > .timeline-item > .timeline-header > a {
    font-weight: 600;
}

.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
    padding: 10px;
}

.timeline > li.time-label > span {
    font-weight: 600;
    padding: 5px;
    display: inline-block;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.timeline > li > .fa,
.timeline > li > .glyphicon,
.timeline > li > .ion {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    width: 30px;
    height: 30px;
    font-size: 15px;
    line-height: 30px;
    position: absolute;
    color: #666;
    background-color: #eee;
    border-radius: 50%;
    text-align: center;
    left: 18px;
    top: 0;
}


/*
    Component: Buttons
-------------------------
*/

.btn i.fa, .btn i.fas, .btn i.fad, .btn i.far, .btn i.fal, .btn i.fab {
    margin-right: 4px;
}

.btn {
    font-weight: 500;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid transparent;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}

.btn.btn-default {
    background-color: #f5f5f5;
    color: #666;
    border-color: #ddd;
    border-bottom-color: #ddd;
}

.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
    background-color: #f4f4f4!important;
}

.btn.btn-default.btn-flat {
    border-bottom-color: #d9dadc;
}

.btn.btn-primary {
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
    background-color: #367fa9;
}

.btn.btn-success {
    background-color: #00a65a;
    border-color: #008d4c;
}

.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success.hover {
    background-color: #008d4c;
}

.btn.btn-info {
    background-color: #00c0ef;
    border-color: #00acd6;
}

.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
    background-color: #00acd6;
}

.btn.btn-danger {
    background-color: #f56954;
    border-color: #f4543c;
}

.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
    background-color: #f4543c;
}

.btn.btn-warning {
    background-color: #f39c12;
    border-color: #e08e0b;
}

.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
    background-color: #e08e0b;
}

.btn.btn-flat {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border-width: 1px;
}

.btn.btn-flat-no-border {
    /*background-color: #F0F0F0;*/
    color: #555;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 1px solid #dddddd;
    margin: 0 5px;
    float: right;
}

.btn:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn:focus {
    outline: none;
}

.btn.btn-file {
    position: relative;
    width: 120px;
    height: 35px;
    overflow: hidden;
}

.btn.btn-file > input[type='file'] {
    display: block !important;
    width: 100% !important;
    height: 35px !important;
    opacity: 0 !important;
    position: absolute;
    top: -10px;
    cursor: pointer;
}

.btn.btn-circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.btn.btn-vsm {
    padding: 3px 8px;
}


/*
    Component: callout
------------------------
*/

.callout {
    margin: 0 0 20px 0;
    padding: 15px 30px 15px 15px;
    border-left: 5px solid #eee;
}

.callout h4 {
    margin-top: 0;
}

.callout p:last-child {
    margin-bottom: 0;
}

.callout code,
.callout .highlight {
    background-color: #fff;
}

.callout.callout-danger {
    background-color: #fcf2f2;
    border-color: #dFb5b4;
}

.callout.callout-warning {
    background-color: #fefbed;
    border-color: #f1e7bc;
}

.callout.callout-info {
    background-color: #f0f7fd;
    border-color: #d0e3f0;
}

.callout.callout-danger h4 {
    color: #B94A48;
}

.callout.callout-warning h4 {
    color: #C09853;
}

.callout.callout-info h4 {
    color: #3A87AD;
}


/*
    Component: alert
------------------------
*/

.alert {
    padding-left: 30px;
    margin-left: 15px;
    position: relative;
}

.alert > .fa,
.alert > .glyphicon {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background: inherit;
    border: inherit;
}


/*
    Page: register and login
*/

.form-box {
    width: 360px;
    margin: 90px auto 0 auto;
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #eee;
    border-radius: 5px;
    box-shadow: 0px 1px 6px 0px #CFCFCF;
}

.form-box .header {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #f1896d;
    /*  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);*/
    padding: 20px 10px;
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

.form-box .body,
.form-box .footer {
    padding: 0px 20px;
    background-color: #fff;
    color: #444;
}

.form-box .body > .form-group,
.form-box .footer > .form-group {
    margin-top: 20px;
}

.form-box .body > .form-group > input,
.form-box .footer > .form-group > input {
    border: #fff;
}

.form-box .body > .btn,
.form-box .footer > .btn {
    margin-bottom: 10px;
}

.form-box .footer {
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media (max-width: 767px) {
    .form-box {
        width: 90%;
    }
}


/*
    Page: 404 and 500 error pages
------------------------------------
*/

.error-page {
    width: 600px;
    margin: 20px auto 0 auto;
}

@media screen and (max-width: 767px) {
    .error-page {
        width: 100%;
    }
}

.error-page > .headline {
    float: left;
    font-size: 100px;
    font-weight: 300;
}

@media screen and (max-width: 767px) {
    .error-page > .headline {
        float: none;
        text-align: center;
    }
}

.error-page > .error-content {
    margin-left: 190px;
    display: block;
}

@media screen and (max-width: 767px) {
    .error-page > .error-content {
        margin-left: 0;
    }
}

.error-page > .error-content > h3 {
    font-weight: 300;
    font-size: 25px;
}

@media screen and (max-width: 767px) {
    .error-page > .error-content > h3 {
        text-align: center;
    }
}

.error-page:before,
.error-page:after {
    display: table;
    content: " ";
}

.error-page:after {
    clear: both;
}


/*
    Page: Invoice
*/

.invoice {
    position: relative;
    width: 90%;
    margin: 10px auto;
    background-color: #fff;
    border: 1px solid #f4f4f4;
}

.invoice-title {
    margin-top: 0;
}


/* Enhancement for printing */

@media print {
    .invoice {
        width: 100%;
        border: 0;
        margin: 0;
        padding: 0;
    }
    .invoice-col {
        float: left;
        width: 33.3333333%;
    }
    .table-responsive {
        overflow: auto;
    }
    .table-responsive > .table tr th,
    .table-responsive > .table tr td {
        white-space: normal!important;
    }
}


/*
    Skins
    -----
*/


/*
    Skin Blue
    ---------
*/


/* skin-blue navbar */

.skin-blue .navbar {
    background-color: #ffffff;
    border-radius: 0px;
}

.skin-blue .navbar .nav a {
    color: #666;
    /*  color: rgba(0, 0, 0, 0.8);*/
    display: block;
}

.lout span {
    margin-right: 5px;
}

.skin-blue .navbar .nav > li > a:hover,
.skin-blue .navbar .nav > li > a:active,
.skin-blue .navbar .nav > li > a:focus,
.skin-blue .navbar .nav .open > a,
.skin-blue .navbar .nav .open > a:hover,
.skin-blue .navbar .nav .open > a:focus {
    background-color: #F4F4F4;
    background: rgba(0, 0, 0, 0.1);
    color: #333;
}

.skin-blue .navbar .navbar-right > .nav {
    margin-right: 10px;
}

.skin-blue .navbar .sidebar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, 0.8);
}

.skin-blue .navbar .sidebar-toggle:hover .icon-bar {
    background-color: #f6f6f6 !important;
}


/* skin-blue logo */

.skin-blue .logo {
    background-color: #F4F4F4;
    color: #f9f9f9;
}

.skin-blue .logo > a {
    color: #f9f9f9;
}


/*.skin-blue .logo:hover {
  background: #357ca5;
}*/


/* skin-blue content header */

.skin-blue .right-side > .content-header {
    background-color: #fbfbfb;
    border-bottom: 1px solid #ccc;
}


/* Skin-blue user panel */

.skin-blue .user-panel > .image > img {
    border: 1px solid #dfdfdf;
    background-color: #ffffff;
}

.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
    color: #555555;
}


/* skin-blue sidebar */

.skin-blue .sidebar {
    border-bottom: 1px solid #fff;
}

.skin-blue .sidebar > .sidebar-menu > li {
    /*  border-top: 1px solid #fff;*/
    border-bottom: 1px solid #dbdbdb;
}

.skin-blue .sidebar > .sidebar-menu > li:first-of-type {
    border-top: 1px solid #dbdbdb;
}

.skin-blue .sidebar > .sidebar-menu > li:first-of-type > a {
    border-top: 1px solid #fff;
}

.skin-blue .sidebar > .sidebar-menu > li > a {
    margin-right: 4px;
}

.skin-blue .sidebar > .sidebar-menu > li > a:hover,
.skin-blue .sidebar > .sidebar-menu > li.active > a {
    color: #222;
    /*  background-color: #f9f9f9;*/
    background-color: #eeeeee;
}

.skin-blue .sidebar > .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background-color: #f7f7f7;
}

.skin-blue .left-side {
    background-color: #fcfafa;
    border: 1px solid #ccc;
}

.skin-blue .sidebar a {
    color: #555555;
}

.skin-blue .sidebar a:hover {
    text-decoration: none;
}

.skin-blue .treeview-menu > li > a {
    color: #777;
}

.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover {
    color: #111;
}

.skin-blue .sidebar-form {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    margin: 10px 10px;
}

.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
    box-shadow: none;
    background-color: #fafafa;
    border: 1px solid #fafafa;
    height: 35px;
}

.skin-blue .sidebar-form input[type="text"] {
    color: #666;
    -webkit-border-top-left-radius: 2px !important;
    -webkit-border-top-right-radius: 0 !important;
    -webkit-border-bottom-right-radius: 0 !important;
    -webkit-border-bottom-left-radius: 2px !important;
    -moz-border-radius-topleft: 2px !important;
    -moz-border-radius-topright: 0 !important;
    -moz-border-radius-bottomright: 0 !important;
    -moz-border-radius-bottomleft: 2px !important;
    border-top-left-radius: 2px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 2px !important;
}

.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}

.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}

.skin-blue .sidebar-form .btn {
    color: #999;
    -webkit-border-top-left-radius: 0 !important;
    -webkit-border-top-right-radius: 2px !important;
    -webkit-border-bottom-right-radius: 2px !important;
    -webkit-border-bottom-left-radius: 0 !important;
    -moz-border-radius-topleft: 0 !important;
    -moz-border-radius-topright: 2px !important;
    -moz-border-radius-bottomright: 2px !important;
    -moz-border-radius-bottomleft: 0 !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 2px !important;
    border-bottom-right-radius: 2px !important;
    border-bottom-left-radius: 0 !important;
}


/*!
 * iCheck v1.0.1, http://git.io/arlzeA
 * =================================
 * Powerful jQuery and Zepto plugin for checkboxes and radio buttons customization
 *
 * (c) 2013 Damir Sultanov, http://fronteed.com
 * MIT Licensed
 */


/* iCheck plugin Minimal skin, black
----------------------------------- */

.icheckbox_minimal,
.iradio_minimal {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 18px;
    height: 18px;
    background: rgba(255, 255, 255, 0.7) url(images/minimal.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_minimal {
    background-position: 0 0;
    margin-right: 5px;
    margin-top: -1px;
}

.icheckbox_minimal.hover {
    background-position: -20px 0;
}

.icheckbox_minimal.checked {
    background-position: -40px 0;
}

.icheckbox_minimal.disabled {
    background-position: -60px 0;
    cursor: default;
}

.icheckbox_minimal.checked.disabled {
    background-position: -80px 0;
}

.iradio_minimal {
    background-position: -100px 0;
}

.iradio_minimal.hover {
    background-position: -120px 0;
}

.iradio_minimal.checked {
    background-position: -140px 0;
}

.iradio_minimal.disabled {
    background-position: -160px 0;
    cursor: default;
}

.iradio_minimal.checked.disabled {
    background-position: -180px 0;
}


/* Retina support */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-moz-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_minimal,
    .iradio_minimal {
        background-image: url('images/minimal@2x.png');
        -webkit-background-size: 200px 20px;
        background-size: 200px 20px;
    }
}


/* customisation */


/*label font weight override*/

label {
    display: block;
    font-weight: 500;
}

.remove-phone,
.remove-email {
    cursor: pointer;
}

.modal-content.box {
    background: transparent;
    margin-top: 40px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 20px;
}

.sorting {
    margin: 0 0 10px 0;
    padding: 0;
    list-style: none;
}

.sorting li {
    display: block;
    margin: 2px 0;
    padding: 4px 7px;
    /*  background-color:#FAFAFA;*/
    font-size: 14px;
    font-weight: 700;
    line-height: 1.4em;
    color: #555;
    float: left;
    width: 100%;
}

.sorting li div {
    position: relative;
}

.sorting ol {
    margin: 4px 0 0 20px;
    padding: 0;
}

.sorting ol li {
    padding: 4px 2px 4px 7px;
    /*  background-color:#FCFCFC; */
}

.sorting ol li:hover {
    background-color: #eee;
}

.sorting ol li a.txt {
    display: inline-block;
    text-overflow: ellipsis;
    word-wrap: break-word;
    width: 230px;
}

.sorting li a.edit-room {
    color: #333;
}

.note {
    /*font-size:80%;*/
    font-style: italic;
}

a.delete {
    color: #FF0000;
    margin-left: 7px;
}

a.edit {
    color: #3C8DBC;
    margin-left: 7px;
}

.sorting li .tools {
    display: none;
    float: right;
    color: #f56954;
}

.sorting li > div:hover .tools {
    display: inline-block;
}

.sorting li:hover ol li .tools {
    display: none;
}

.sorting li:hover ol li:hover .tools {
    display: inline-block;
}


/* Widget icons */

.widgets>li>a:hover,
.widgets>li>a:focus {
    text-decoration: none;
    /*background-color: transparent !important;*/
    border: 1px solid #d6d6d6 !important;
    /*  background-color: #ededed !important;*/
}

.widgets>li>a {
    /*  padding: 10px 10px !important;*/
    /*  border: 1px solid #fff;*/
    /*  color: #333;*/
    text-align: center;
    /*  font-size: 12px;*/
}

.widgets .sub-menu li a {
    line-height: 40px;
}

.widgets>li>a>span.widget-icon {
    width: 60px;
    margin: 0 auto;
}

.widget-icon {
    display: block;
    /*text-indent: -9999px;*/
    width: 60px;
    height: 30px;
    background: url(images/icons.png) no-repeat;
    margin-top: 5px !important;
    margin-right: 10px;
    background-size: 900% auto;
}

.widgets > .dropdown > a:focus {
    color: #fff !important;
    background-color: #00a65a !important;
}

.widgettype span {
    margin: 0 auto;
}

.wtype1 span {
    height: 50px !important;
}

.wtype2 span {
    height: 30px !important;
}

.widget-icon.vertical {
    /*height:45px;*/
}

.widgetgroup-1 {
    /*  background-position: -677px top;*/
    background-position: -420px 5px;
}

.widgetgroup-2 {
    /*  background-position: -770px 0;*/
    background-position: -480px 5px;
}

.widgetgroup-3 {
    /*  background-position: -491px 0;*/
    background-position: -301px 5px;
}

.widgetgroup-4 {
    /*  background-position: -583px 0;*/
    background-position: -361px 5px;
}

.widgetgroup-5 {
    /*  background-position: 26.3% 0%;*/
    background-position: -2px 5px;
}

.widgetgroup-6 {
    /*  background-position:  -301px 0;*/
    background-position: -182px 5px;
}

.widgetgroup-7 {
    /*  background-position:  50.3% 0%;*/
    background-position: -242px 5px;
}

.widgetgroup-8 {
    /*  background-position:  -100px 15px;
  background-position: -118px -4px;*/
    background-position: -64px 5px;
}

.widgetgroup-9 {
    background-position: -19px 0;
}

.widgettype-1 {
    /*  background-position: -756px 15px;*/
    background-position: -463px -23px;
}

.widgettype-2 {
    /*  background-position: -756px -105px;*/
    background-position: -463px -66px;
}

.widgettype-3 {
    /*  background-position: -756px -175px;*/
    background-position: -463px -108px;
}

.widgettype-15 {
    background-position: -665px -40px;
}

.widgettype-16 {
    background-position: -662px -40px;
}

.widgettype-4 {
    /*  background-position: -474px -35px;*/
    background-position: -290px -22px;
}

.widgettype-5 {
    /*  background-position: -474px -105px;*/
    background-position: -290px -65px;
}

.widgettype-6 {
    /*  background-position: -474px -173px;*/
    background-position: -290px -107px;
}

.widgettype-7 {
    /*  background-position: -570px -315px;*/
    background-position: -348px -195px;
}

.widgettype-8 {
    /*  background-position: -570px -245px;*/
    background-position: -348px 8px;
}

.widgettype-9 {
    background-position: -900px 0;
}

.widgettype-10 {
    /*  background-position: -568px -35px;*/
    background-position: -348px -23px;
}

.widgettype-11 {
    background-position: -960px 0;
}

.widgettype-12 {
    /*  background-position: -1140px 0;*/
    background-position: -348px -67px;
}

.widgettype-13 {
    background-position: -1020px 0;
}

.widgettype-14 {
    /*  background-position: -1200px 0;*/
    background-position: -348px -110px;
}

.widgettype-22 {
    background-position: -290px -154px;
}

.widgettype-23 {
    background-position: -290px -197px;
}

.widgettype-24 {
    background-position: -233px -24px;
}

.widgettype-25 {
    background-position: -233px -67px;
}

.widgettype-26 {
    background-position: -233px -110px;
}

.widgettype-15 {
    /*  background-position: -663px -35px;*/
    background-position: -406px -23px;
}

.widgettype-16 {
    /*  background-position: -661px -105px;*/
    background-position: -406px -67px;
}

.widgettype-17 {
    /*  background-position: -5px -105px;*/
    background-position: -2px -70px;
}

.widgettype-18 {
    /*  background-position: -5px -35px;*/
    background-position: -2px -27px;
}

.widgettype-19 {
    background-position: -568px -105px;
}

.widgettype-20 {
    background-position: -568px -175px;
}

.widgetgroup-29 {
    background-position: -361px 5px;
}

.widgets > li {
    /*  padding:0 5px;*/
}


/*.widgets > li:nth-last-child(2) > .dropdown-menu,.widgets > li:last-child > .dropdown-menu {right: 0; left: auto;}*/

.widgets .dropdown-menu {
    min-width: 380px;
    padding: 0 0 0 0!important;
    margin: 0!important;
    top: 100%;
    border: 1px solid #dfdfdf;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

.widgets .dropdown-menu li {
    float: left;
}

.widgets .dropdown-menu li.header {
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    background-color: #ffffff;
    padding: 7px 10px;
    border-bottom: 1px solid #f4f4f4;
    color: #444444;
    font-size: 14px;
}


/*.widgets .dropdown-menu li.header:after {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 1);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}*/

.widgets li.footer {
    -webkit-border-top-left-radius: 0px;
    -webkit-border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 0px;
    -moz-border-radius-topright: 0px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    font-size: 8px;
    background-color: #f4f4f4;
    padding: 0 10px;
    border-bottom: 1px solid #eeeeee;
    color: #444444;
    text-align: center;
}

.widgets li .menu {
    margin: 0;
    padding: 0;
    list-style: none;
    overflow-x: hidden;
}

.widgets li .menu > li {
    margin: 5px;
    float: left;
}

.widgets li .menu > li > a {
    display: block;
    white-space: nowrap;
    border: 1px solid #fff;
    text-align: center;
    color: #333;
    padding: 0px 10px 10px 10px;
}

.widgets li .menu > li > a:hover {
    text-decoration: none;
    border: 1px solid #d6d6d6;
    background-color: #ededed;
}

.textarea {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

#widget-group {
    padding-top: 0;
}

.heroblock,
.widgetblock {
    padding: 25px 5px;
    margin: 20px 0 20px 0;
    background-color: #F0F0F0;
}

.carouselblock,
.widgetblock {
    padding: 25px 5px;
    margin: 20px 0 20px 0;
    background-color: #F0F0F0;
}

.widgetblock {
    /*  padding: 5px 5px 25px 5px;*/
    padding: 0;
    border: 1px solid #DDD;
    border-bottom-width: 2px;
    border-radius: 3px;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.widgetblock .widget-toolbar {
    /*  margin-bottom: 30px;*/
    margin-bottom: 0;
}

.widgetblock .widget-toolbar h3 {
    display: inline-block;
    vertical-align: middle;
    /*  margin-right: 20px;*/
}

.widgetblock .widget-toolbar-container {
    border-bottom: 1px solid #d0d0d0;
    /*box-shadow: 0 1px 1px 0 #d0d0d0;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.widgetblock .widget-switchers .btn {
    padding: 0;
    border: 1px solid #d0d0d0;
}

.widgetblock .widget-switchers .btn:hover {
    /*  border-color: #666;*/
}

.widgetblock .widget-switchers .btn.active {
    /*  border-width: 1px;
  border-color:#888;*/
}

.widgetblock .widget-switchers .widget-icon {
    height: 32px;
    width: 58px;
}

.widgetblock .widget-switchers .active .widget-icon {
    height: 32px;
    width: 58px;
}

.widget-switchers span {
    margin: 0 !important;
}

.widgetblock .widget-toolbar > div > h3 {
    margin: 0;
    margin-right: 50px;
}

.widgetblock .widget-toolbar .widget-common-tools {
    float: none;
    display: block;
    margin-top: 8px;
    width: 100%;
}

.widgetblock .read-only-mode {
    cursor: pointer;
    padding: 10px;
}

.widgetblock .read-only-mode:hover {}

.widgetblock:hover {
    background-color: #EEE;
}

div.read-only-mode:hover div.widgetblock {
    box-shadow: none;
}

.widgetblock .edit-mode {
    display: none;
}

.widgetblock p.note {
    display: none;
}

.widgetblock[data-widget-type='15'] p.note {
    display: block;
}

.widgetblock .btn-widget-done {
    margin-top: 10px;
    background-color: #3c8dbc;
    border-color: #367fa9;
}

.widget-header {
    /*  border-bottom: 1px solid #bfbfbf;*/
    box-shadow: 0 1px 1px 0 #d0d0d0;
}

.widget-header h3 {
    margin: 10px 0px;
}

.widget-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

.summaryblock {
    padding: 20px 25px 30px 25px;
    margin: 20px 0 20px 0;
    background-color: #FAFAFA;
    border: 1px solid #CCC;
}

.herofullblock {
    padding: 10px;
    margin: 20px 0 20px 0;
    background-color: #F0F0F0;
    -webkit-box-shadow: 0 2px 3px 1px #d0d0d0;
    -moz-box-shadow: 0 2px 3px 1px #d0d0d0;
    box-shadow: 0 2px 3px 1px #d0d0d0;
}

ul.wysihtml5-toolbar>li {
    margin-bottom: 2px !important;
}

.h-delete-block,
.delete-block {}

.h-move-up,
.move-up {}

.h-move-down,
.move-down {}

.heroblock:first-child .h-move-up,
.widgetblock:first-child .move-up {
    display: none;
}

.heroblock:last-child .h-move-down,
.widgetblock:last-child .move-down {
    display: none;
}

.c-delete-block,
.delete-block {}

.c-move-up,
.move-up {}

.c-move-down,
.move-down {}

.carouselblock:first-child .c-move-up,
.widgetblock:first-child .move-up {
    display: none;
}

.carouselblock:last-child .c-move-down,
.widgetblock:last-child .move-down {
    display: none;
}

#all-widget-buttons {
    display: none;
}

.widget-buttons {
    margin-top: 0;
}

.widget-setting-buttons {
    margin-top: 0px;
    margin-bottom: 10px;
}

.widgetblock .widget-buttons {
    /*opacity: 0;*/
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.widgetblock:hover .widget-buttons {
    /*opacity: 1;*/
}

#address_map {
    margin: 0 0 10px 0;
    border: 1px solid #CCCCCC;
    height: 300px;
    position: relative;
    width: 100%;
}

#address_map img {
    max-width: none !important;
}

.error {
    border: 3px solid red;
    text-align: center;
    color: red;
}

.logo-label {
    float: left;
    /*  margin-right:60px;*/
}

.favicon-widget {
    background-color: #F0F0F0;
    /*  height: 60px;*/
    padding: 20px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 3px 1px #D0D0D0;
    -moz-box-shadow: 0 2px 3px 1px #D0D0D0;
    box-shadow: 0 2px 3px 1px #D0D0D0;
}

.logo-widget {
    background-color: #F0F0F0;
    float: left;
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 2px 3px 1px #D0D0D0;
    -moz-box-shadow: 0 2px 3px 1px #D0D0D0;
    box-shadow: 0 2px 3px 1px #D0D0D0;
}

.img-holder {
    text-align: center;
    position: relative;
    max-width: 100%;
    vertical-align: top;
    min-width: 125px;
    min-height: 100px;
    background: #fff;
}

.img-holder:not(.can-full-width) {
    /*display: inline-block;*/
}
.flex-col .row.row-centered.clearfix.full-size-image {
    margin: auto;
}

.logo-holder {
    display: inline-block;
    text-align: center;
    position: relative;
    max-width: 100%;
    vertical-align: top;
    height: 100px;
}

.img-holder .uploadpic,.img-holder .uploadBgPic {
    position: absolute;
    top: 15px;
    right: 10px;
    display: none;
}

.img-holder .uploadsliderpic {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.logo-holder .uploadlogo {
    position: absolute;
    top: 0px;
    left: -30px;
}

.logo-holder .uploadfavico {
    position: absolute;
    top: 0px;
    left: -30px;
}

.logo-holder .uploadmobilelogo {
    position: absolute;
    top: 0px;
    left: -30px;
}

.img-holder:hover .uploadpic,.img-holder:hover .uploadBgPic {
    display: block;
}

.img-holder:hover .uploadsliderpic {
    display: block;
}

.img-holder .removepic {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}

.img-holder .removecarouselpic {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}

.img-holder .removesliderpic {
    position: absolute;
    bottom: 10px;
    right: 10px;
    display: none;
}

.img-holder .hero-removesliderpic {
  position:absolute;
  top: 35px;
  right: 10px;
  display:none;
}
.img-holder:hover .hero-removesliderpic {
  display:block;
}

.img-holder:hover .removepic {
    display: block;
}

.img-holder:hover .removecarouselpic {
    display: block;
}

.img-holder:hover .removesliderpic {
    display: block;
}

.img-holder .croppic,.img-holder .cropBgPic {
    position: absolute;
    top: 65px;
    right: 10px;
    display: none;
}

.img-holder .cropheropic {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.img-holder .cropherogallerypic {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.img-holder .cropcarouselpic {
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.logo-holder .croppic {
    position: absolute;
    top: 40px;
    left: -30px;
}

.img-holder:hover .cropheropic {
    display: block;
}

.img-holder:hover .cropherogallerypic {
    display: block;
}

.img-holder:hover .cropcarouselpic {
    display: block;
}

.img-holder:hover .croppic,
.img-holder:hover .cropBgPic,
.logo-holder:hover .croppic {
    display: block;
}

.img-holder.no-pic .croppic,
.img-holder.no-pic .cropBgPic {
    display: none !important;
}

.pic-img,
.pic-logo {
    float: left;
    max-width: 100%;
    line-height: 100px;
    text-indent: -9999px;
    height: 100%;
}

.pic-img img,
.pic-logo img {
    object-fit: contain;
    max-height: 100%;
}

.pic-logo.no-pic {
    /*  width:100px; */
    height: 100px;
    /*background: url(./images/select-logo.png) no-repeat;*/
}

.pic-4-3 img,
.pic-16-9 img {}

.modal-upload {
    width: 90%;
    left: 5%;
    top: 25px;
    height: 590px;
}

.modal-upload .modal-body {
    padding-top: 5px;
}

.modal-file-upload {
    width: 90%;
    left: 5%;
    top: 25px;
    float: left;
}

.modal-file-upload .modal-body {
    padding-top: 5px;
}

.a-file {
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
}

.li-file {
    list-style: none;
    padding: 5px 0;
}

.modal-crop {
    width: 90%;
    left: 5%;
    top: 20px;
}

.modal-crop .modal-body {
    padding-top: 0px;
}

.crop-pic {
    max-height: 400px;
    text-align: center;
}

.crop-pic img {
    max-width: none !important;
}

.nav-tabs {
    font-size: 18px;
    font-weight: bold;
}

.pic-selected {
    margin-bottom: 10px;
    text-align: center;
}

.pic-selected.no-pic {
    text-indent: -9999px;
    height: 140px;
    background: url(images/no-image-sel.png) center center no-repeat;
}

.piclibrary {
    height: 400px;
    overflow-y: scroll;
}

img.piclib {
    width: 100%;
    height: auto;
}

.pic-item {
    margin-bottom: 80px;
    cursor: pointer;
    height: 100px;
}

.pic-holding {
    //height:70px;
    overflow: hidden;
    background-color: #CCCCCC;
}

.pic-item.active .pic-holding {
    border: solid 3px #272727;
}

.pic-desc .input-group {
    width: 100%;
}

.imgName {
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    height: 15px;
    word-wrap: break-word;
}

#uploadModal .tab-pane {
    padding-top: 10px;
}

.pic-selection {
    background-color: #FCFCFC;
}

.pic-details {
    margin-top: 100px;
}

.pic-details .pic-item {
    min-height: 120px;
}

#dropArea {
    margin: 20px;
    height: 200px;
    padding: 20px;
    font-size: 18px;
    background-color: #FCFCFC;
    color: #000000;
    text-align: center;
}

.label-holder {
    height: 34px;
    padding: 6px 10px 6px 0;
    font-size: 14px;
    line-height: 1.42857;
}

.remove-link {
    display: none;
}

.side-dd {
    width: 100%;
    max-width: 100%;
    white-space: normal !important;
    text-align: left;
}

.side-dd span {
    position: absolute;
    right: 10px;
    top: 15px;
}

.menu-wrap li a {
    white-space: normal !important;
}

.pre-widgets {
    padding: 10px;
}

.book-widgets {
    padding: 10px;
    margin-top: -10px;
}

.pre-widget-buttons {
    margin-top: 6px;
}

.book-widget-buttons {
    margin-top: 6px;
}

.preblock {
    margin: 20px 0;
}

.preblock-row {
    background: none repeat scroll 0% 0% #F0F0F0;
    margin: 0 0px 0px 0;
    padding: 10px 0px;
    clear: both;
}

.preblock-row:hover {
    background-color: #EEE;
}

.preblock-row,
.widgetblock,
.herofullblock {
    background-color: #F9F9F9;
    border: 1px solid #DDD;
    border-bottom-width: 2px;
    border-radius: 3px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -ms-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

.preblock-row:hover,
.widgetblock:hover {
    background-color: #EEE;
    border: 1px solid #DDD;
    border-bottom-width: 2px;
    border-radius: 3px;
}

.p-move-up,
.p-move-down {
    /*margin: 5px !important;*/
}

.preblock:first-child .p-move-up {
    display: none;
}

.preblock:last-child .p-move-down {
    display: none;
}

.preblock .pre-widget-buttons {
    opacity: 0;
    -webkit-transition: opacity 500ms ease;
    -moz-transition: opacity 500ms ease;
    -ms-transition: opacity 500ms ease;
    -o-transition: opacity 500ms ease;
    transition: opacity 500ms ease;
}

.preblock:hover .pre-widget-buttons {
    opacity: 1;
}

.left-side-header {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    background-color: #e6e6e6;
}

.menu-tree {}

.wysihtml5-sandbox {
    min-height: 160px;
}

.btn-group-sidebar {
    padding: 20px 10px;
    max-width: 320px !important;
}

.btn-sidebar {
    //margin: 10px 10px;
}

.xtra-padding {
    padding: 100px;
}

@media (max-width: 768px) {
    .btn-responsive {
        padding: 2px 4px;
        font-size: 80%;
        line-height: 1;
        border-radius: 3px;
    }
}

@media (min-width: 769px) and (max-width: 992px) {
    .btn-responsive {
        padding: 4px 9px;
        font-size: 90%;
        line-height: 1.2;
    }
}

// For Location - Google Map
html,
body,
#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}

.controls {
    margin-top: 16px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    padding: 0 11px 0 13px;
    width: 370px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    text-overflow: ellipsis;
    top: 5px !important;
}

#pac-input:focus {
    border-color: #4d90fe;
    margin-left: -1px;
    padding-left: 14px;
    width: 401px;
}

.input-group-custom {
    padding-top: 20px;
}

.pac-container {
    font-family: Roboto;
    padding-top: 5px;
}

#target {
    width: 345px;
}

#type-selector {
    color: #fff;
    background-color: #4d90fe;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-family: Roboto;
    font-size: 13px;
    font-weight: 300;
}

.add-email {
    cursor: pointer;
}

.add-phone {
    cursor: pointer;
}

.add-textbox,
.add-datepicker,
.add-selector,
.add-checkbox,
.add-radio,
.add-textarea {
    cursor: pointer;
    padding: 0 10px 10px 10px;
    display: inline-block;
}

.form-button-bar {
    background-color: #fff;
    padding: 10px 0px 0px;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 0px;
}

.li-formelement {
    list-style: none;
    padding: 15px;
    background-color: #fff;
    margin: 20px 10px 20px -22px;
}

.fa-custom-color-red {
    color: #DD1010;
}

.fa-custom-social-icon {
    font-size: 20px;
    color: #000;
}

.fa-small-image-size {
    font-size: 10px;
}

.fa-medium-image-size {
    font-size: 13px;
}

.fa-large-image-size {
    font-size: 16px;
}

.slider-thumb-li {
    margin: 1px 3px;
    width: 75px !important;
    float: left;
    display: block;
    cursor: move;
}

.slider-thumb-img {
    max-width: 75px;
    max-height: 75px;
    background: none repeat scroll 0% 0% #FFF;
    border: 2px solid #BDBDBD;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.slider-thumb-li .flex-active-slide {
    border: 2px solid #272727;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.5);
}

.img-holder-slider-thumbnail {
    background: none repeat scroll 0% 0% #FFF;
    border: 4px solid #FFF;
    border-radius: 4px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.reset-padding-right {
    padding-right: 0;
}

.flexslider-bottom {
    margin-bottom: 10px !important;
}

.save-box {
    margin-top: 50px;
    position: fixed;
    right: 21px;
    top: 0;
    width: 500px;
    height: 70px;
    background: rgba(251, 251, 251, 0.0);
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-save-box {
    margin-left: 420px;
    margin-top: 12px;
}

.close-custom {
    font-size: 30px;
    line-height: 2;
    opacity: 0.6;
}
.image-aspect-setter{
  margin-bottom: 5px;
}
.sortable.grid {
    overflow: hidden;
    /*margin-left: -25px;*/
    display: flex;
    flex-wrap: wrap;
}

.sortable li {
    list-style: none;
    border: 1px solid #CCC;
    background-color: #F6F6F6;
    font-family: "Tahoma";
    color: #1C94C4;
    margin: 8px;
    padding: 5px;
    height: 22px;
}

.sortable.grid li {
    line-height: 118px;
    float: left;
    width: 200px;
    height: 118px;
    text-align: center;
    cursor: move;
}


#hero-sortable.sortable.grid li .img-holder,
.sortable.grid li .img-slider {
    max-height: 106px;
    margin: auto;
}

li.sortable-placeholder {
    border: 1px dashed #707070;
    background-color: #fff;
    display: block;
}

#sortable-pages,
#sortable-mobile-pages,
#sortable-footer-pages {
    border: 1px solid #eee;
    border-radius: 4px;
    list-style-type: none;
    padding: 5px 0 0 0;
    margin-right: 10px;
}

#sortable-pages li,
#sortable-mobile-pages li,
#sortable-footer-pages li {
    display: block;
    background: #f5f5f5;
    margin: 0 5px 5px 5px;
    padding: 5px 0 0 10px;
    cursor: move;
}

#sortable-hotels,
#sortable-groups {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sortable-hotels li {
    margin: 0 5px 5px 5px;
    padding: 15px;
    font-size: 15px;
    display: block;
}

#sortable-groups li {
    margin: 0 5px 5px 5px;
    padding: 15px;
    font-size: 15px;
    display: block;
}

.pagehandle {
    display: inline-block;
    cursor: move;
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    border-right: solid 2px #CCCCCC;
}

.page-sort-placeholder {
    padding: 0 10px 0 0;
    margin: 0 10px 0 0;
    display: block;
}

.nav-checkbox {
    margin-top: 0;
}

.checkbox-cust {
    /*  margin-top: 0;*/
}

.icheckbox_minimal {
    border: 1px solid #272727 !important;
}

.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px 0px 10px 0px;
}

.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.img-slider {
    cursor: move;
}


/* Main container */

.cbp-vm-switcher {
    /*padding: 0 18px;
  margin-left: 2px;*/
}


/* options/select wrapper with switch anchors */

.cbp-vm-options {
    text-align: right;
    //padding-bottom: 10px;
    border-bottom: 2px solid #47a3da;
}

.cbp-vm-options a {
    display: inline-block;
    width: 40px;
    height: 40px;
    overflow: hidden;
    white-space: nowrap;
    color: #d0d0d0;
    margin: 2px;
}

.cbp-vm-options a:hover,
.cbp-vm-options a.cbp-vm-selected {
    color: #47a3da;
}

.cbp-vm-options a:before {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    display: inline-block;
}


/* General style of switch items' list */

.cbp-vm-switcher ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


/* Clear eventual floats */

.cbp-vm-switcher ul:before,
.cbp-vm-switcher ul:after {
    content: " ";
    display: table;
}

.cbp-vm-switcher ul:after {
    clear: both;
}

.cbp-vm-switcher ul li {
    display: block;
    position: relative;
}

.cbp-vm-image {
    display: block;
    margin: 0 auto;
}

.cbp-vm-image img {
    display: inline-block;
    max-width: 100%;
    border: none;
}

.cbp-vm-title {
    margin: 0;
    padding: 0;
}

.cbp-vm-price {
    color: #c0c0c0;
}

.cbp-vm-add {
    color: #fff;
    background-color: #47a3da;
    padding: 10px 20px;
    border-radius: 2px;
    margin: 20px 0 0;
    display: inline-block;
    transition: background 0.2s;
}

.cbp-vm-add:hover {
    color: #fff;
    background-color: #02639d;
}

.cbp-vm-add:before {
    margin-right: 5px;
}


/* Common icon styles */

.cbp-vm-icon:before {
    font-family: ''Font Awesome 5 Pro'';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}

.cbp-vm-grid:before {
    content: "\f00a";
}

.cbp-vm-list:before {
    content: "\f00b";
}

.cbp-vm-add:before {
    content: "\f055";
}


/* Individual view mode styles */


/* Large grid view */

.cbp-vm-view-grid ul {
    text-align: center;
}

.cbp-vm-view-grid ul li {
    width: 33%;
    text-align: center;
    /*padding: 25px;*/
    /*margin-left: 5px;*/
    margin-left: 0;
    display: inline-block;
    /*min-height: 420px;*/
    vertical-align: top;
}

.cbp-vm-view-grid .cbp-vm-title {
    font-size: 2em;
}

.cbp-vm-view-grid .cbp-vm-details {
    max-width: 300px;
    min-height: 70px;
    margin: 0 auto;
}

.cbp-vm-view-grid .cbp-vm-price {
    margin: 10px 0;
    font-size: 1.5em;
}


/* View Switcher Start */


/* List view */

.cbp-vm-view-list li {
    //padding: 20px 0;
    white-space: nowrap;
}

.cbp-vm-view-list .cbp-vm-image,
.cbp-vm-view-list .cbp-vm-title,
.cbp-vm-view-list .cbp-vm-details,
.cbp-vm-view-list .cbp-vm-price,
.cbp-vm-view-list .cbp-vm-add {
    display: inline-block;
    vertical-align: middle;
}

.cbp-vm-view-list .cbp-vm-image {
    width: 10%;
}

.cbp-vm-view-list .cbp-vm-title {
    font-size: 1.3em;
    padding: 0 10px;
    white-space: normal;
    width: 23%;
}

.cbp-vm-view-list .cbp-vm-price {
    font-size: 1.3em;
    width: 10%;
}

.cbp-vm-view-list .cbp-vm-details {
    width: 40%;
    padding: 0 15px;
    overflow: hidden;
    white-space: normal;
}

.cbp-vm-view-list .cbp-vm-add {
    margin: 0;
}

@media screen and (max-width: 66.7em) {
    .cbp-vm-view-list .cbp-vm-details {
        width: 30%;
    }
}

@media screen and (max-width: 57em) {
    .cbp-vm-view-grid ul li {
        width: 49%;
    }
}

@media screen and (max-width: 47.375em) {
    .cbp-vm-view-list .cbp-vm-image {
        width: 20%;
    }
    .cbp-vm-view-list .cbp-vm-title {
        width: auto;
    }
    .cbp-vm-view-list .cbp-vm-details {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
    .cbp-vm-view-list .cbp-vm-add {
        margin: 10px;
    }
}

@media screen and (max-width: 40.125em) {
    .cbp-vm-view-grid ul li {
        width: 100%;
    }
}


/* View Switcher End */

.row-spacing-top {
    margin-top: 20px;
}

.oth-img-settings-modal {
    padding: 10px;
    background-color: #FAFAFA;
}

.img-crop-modal {
    padding: 10px;
    background-color: #FAFAFA;
}

.seo-box {
    padding-bottom: 30px;
}

.table-box {
    padding: 10px;
}

.sort-drag {
    cursor: move;
    border-right: solid 2px #CCCCCC;
    padding: 0 10px;
}


/* loader */

.wrapper {
    padding-bottom: 50px;
}

.header {
    background-color: #fafafa;
}

.header .container {
    padding-bottom: 20px;
}

.header .container h1 {
    color: #FFF;
    line-height: 50px;
    margin-top: 30px;
    margin-bottom: 0;
}

.header .container h3 {
    color: #E0E0E0;
    font-size: 16px;
    margin-top: -5px;
}

.header .container h3 a {
    color: #66aacc;
}

.header .container h3 a:hover {
    color: #b3d5e6;
}

.top-menu {
    position: absolute;
    z-index: 9999;
}

.top-menu .nav-list {
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #CCC;
    margin: 20px;
    position: fixed;
    right: 0;
}

pre,
.well {
    background-color: #FFFFFF;
}

.syntax-container {
    background-color: #FCFCFC;
    -webkit-border-radius: 7px;
    -webkit-background-clip: padding-box;
    -moz-border-radius: 7px;
    -moz-background-clip: padding;
    border-radius: 7px;
    background-clip: padding-box;
    border: 1px solid #e3e3e3;
    margin-bottom: 30px;
    padding-bottom: 20px;
}

.isloading-wrapper.isloading-right {
    margin-left: 10px;
}

.isloading-overlay {
    /*  position:relative;*/
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 10000;
    background: rgba(0, 0, 0, 0.5) url(../images/pub-roll.gif) center center no-repeat;
    width: 100%;
    height: 100%;
    display: none;
    background-size: 3%;
}

.isloading-wrapper {
    /*  background:#FFF228;*/
    /*  -webkit-border-radius:7px;
  -webkit-background-clip:*/
    /*  padding-box;*/
    /*-moz-border-radius:7px;*/
    /*  -moz-background-clip:padding;*/
    /*border-radius:4px;*/
    font-weight: 400;
    /*  background-clip:padding-box;*/
    display: inline-block;
    margin: 0 auto;
    padding: 10px 0px;
    top: 50%;
    position: absolute;
    left: 0;
    right: 0;
    color: #fff;
    color: rgba(255, 255, 255, 0.9);
    z-index: 9000;
    margin-top: 30px;
    font-size: 2em;
    font-weight: 300;
}

.isloading-wrapper i {
    font-size: 10em;
    margin-left: 0px;
    margin-top: -80px;
    display: none;
}

.meta-title-class {
    font-size: 12px;
    padding: 3px;
    margin-bottom: 0;
    width: 100px;
}

.meta-description-class {
    font-size: 12px;
    padding: 3px;
    margin-bottom: 0;
    /*width: 100px;*/
}

.below-limit-bgcolor {
    /*background: #FFFFEE;*/
    background-color: #FFFFB2;
}

.above-limit-bgcolor {
    background-color: #FFA4A3;
}

.bottom-bar {
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.85);
    box-shadow: 1px 0px 1px 0px #888;
    color: #272727;
    position: fixed;
    padding: 5px;
    bottom: 0;
    left: 301px;
    right: 0;
    z-index: 999;
}
.bottom-bar span{
    margin-right: 20px;
    line-height: 35px;
}

.bottom-bar:nth-child(2){
    text-align: right;
}

#redirectListPreview span,
#redirectListPreviewGone span{
    display: block;
}

#redirectListPreview span:last-child,
#redirectListPreviewGone span:last-child{
    display: none;
}

.btn-big-save {
    min-width: 150px;
    height: 35px;
    line-height: 7px;
    font-weight: 400;
    float: right;
    margin-right: 25px;
}

.edit-amenity {
  margin-right: 20px;
}

.btn.iconpicker-component{
    width: 60px;
}

.delete-amenity {
    color: #272727 !important;
}

.predef-widget-icon-class {
    margin-top: 0;
}

.ul-heading {
    margin-bottom: -10px;
}

.ul-bkup {
    list-style: none;
}

.li-bkup {
    margin-left: -45px;
    padding: 5px;
}

.norytpad {
    padding-right: 0 !important;
}

.linput {
    border: 1px solid #eee !important;
    background-color: #fff !important;
}

.linput:focus {
    border-color: #eee !important;
}

.linput:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.lcheck {
    font-size: 1.1em;
    display: inline-block;
    margin: 10px 0px 10px 0 !important;
}

.lconnect {}

.lconnect span {
    display: block;
    margin-bottom: 5px;
}

.licons {
    text-align: center;
}

.licons a {
    display: inline-block;
    margin: 2px;
}

.loginbtn {
    border: 1px solid #F1592A !important;
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
}

.loginbtn:hover {
    background-color: #D84519 !important;
}

.loginbg {
    background-color: #f5f5f5;
    overflow-x: hidden!important;
}

.predef-widget-icon-class img {
    width: 40px;
}

.save_spin {
    background: rgba(0, 0, 0, 0.5) url(../images/pub-roll.gif) no-repeat;
    background-size: 15%;
    background-position: 10px center;
}

.pdw-ddown {
    margin-bottom: 10px;
}

.pdw-ddown li a {
    display: block;
    color: #555;
    float: left;
    width: 100%;
}

.pdw-ddown > .dropdown > a {
    padding: 5px !important;
}

.pdw-ddown > .dropdown > a:focus {
    color: #fff !important;
    background-color: #00a65a !important;
}

.pdw-ddown .dropdown-menu {
    width: 100% !important;
    min-width: 400px !important;
}

.pdw-ddown .dropdown-menu .sub-menu li {
    width: 50%;
    float: left;
}

.pdw-ddown .dropdown-menu a {
    padding: 5px !important;
    height: 45px;
}

.pdw-ddown .dropdown-menu a img,
.pdw-ddown .dropdown-menu a i {
    width: 30px;
    line-height: 1.25em;
    margin-right: 5px;
    text-align: center;
    display: block;
    float: left;
    font-size: 2em;
}

.pdw-ddown .dropdown-menu a span {
    display: block;
    float: left;
    margin-top: 8px;
}

.tpa {
    margin-top: 8px !important;
}

.row-centered {
    text-align: center;
}

.col-centered {
    display: inline-block;
    float: none !important;
    vertical-align: top;
}

.row-centered label {
    display: block;
    /*float: left;*/
}

.tocenterlabel label {
    text-align: center;
}

.predef-widget-icon-class img {
    width: 30px;
    margin-top: 10px;
    text-align: center;
    display: block;
    float: left;
}

.predef-widget-icon-class i {
    font-size: 2em;
    line-height: 1.5em;
    text-align: center;
    display: block;
    float: left;
}

.preblock .widget-toolbar-container {
    padding-top: 10px;
    padding-bottom: 10px;
}

.preblock .widget-header {
    border-bottom: 1px solid #d0d0d0;
}

#addHero, #addRoomHero {
    margin-top: 15px;
    margin-left: 15px;
}

#updateHero , #saveUpdatedOrder, #updateRoomHero {
    margin-top: 15px;
    margin-left: 25px;
}

.pic-16-9 {
    background: url(../images/ajax-loader.gif) #ffffff center center no-repeat;
}

.widgetblock .pic-16-9 {
    background-color: transparent;
}


/* Flex rows for text image widgets */

.row-flex {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1 1 auto;
}

.row-flex-wrap {
    -webkit-flex-flow: row wrap;
    align-content: flex-start;
    flex: 0;
}

.row-flex > div[class*='col-'] {
    margin: -.2px;
    /* hack adjust for wrapping */
}

.flex-col {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.row-flex .full-height-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    left: 15px;
}

.row-flex .description {
    padding-top: 1em;
}


/* End: Flex rows for text image widgets */

.pic-16-9 {
    background: url(../images/ajax-loader.gif) #ffffff center center no-repeat;
}

.fsmall {
    font-size: 10px;
}

.red {
    color: red;
}

.w-mbot {
    margin-bottom: 10px;
}

.ta-icon,
.tw-icon {
    width: 18px;
    height: 18px;
    border-radius: 4px;
    max-width: none !important;
}

.readonly-link {
    pointer-events: none;
    color: #72afd2 !important;
}

.label-cust {
    padding-top: 10px;
}

.cb {
    clear: both;
}

.hotels-available {
    float: left;
    margin-top: 35px;
}

.hotel-groups ul,
.hotels-available ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

div.hotel-groups > div,
div.hotels-available > div {
    border: 1px solid #ccc;
    background-color: #fff;
    float: left;
    margin: 5px 20px;
}

div.hotel-groups h5,
div.hotels-available h5 {
    font-weight: bold;
}

ul.hotel-group {
    min-width: 100px;
    min-height: 100px;
}

ul.hotel-group li {
    padding: 5px;
    margin: 0;
    background-color: #fff;
}

ul.hotel-group li span {
    vertical-align: middle;
}

ul.hotel-group li span.close {
    display: none;
    margin-left: 10px;
}

ul.hotel-group li:hover {
    background-color: #e5e5e5;
    cursor: grabbing;
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing
}

.hotel-groups ul.hotel-group li:hover span.close {
    display: inline;
}

.hotel-groups ul li:last-child {
    margin-bottom: 0;
}

div.hotel-groups .hotel-groups-header,
div.hotels-available .hotel-groups-header {
    display: block;
    float: none;
    padding: 0 0 0 5px;
    margin: 5px 0 0 20px;
    border: none;
}

div.hotel-groups h6 {
    cursor: move;
}

div.hotel-groups h6,
div.hotels-available h6 {
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
}

div.hotel-groups .hotel-group-header,
div.hotels-available .hotel-group-header {
    border-bottom: 1px solid #ccc;
    padding-left: 5px;
    background: #e8e8e8;
}

div.hotel-groups .hotel-group-header i {
    float: right;
    margin: 10px 5px 0 0;
    cursor: pointer;
}

.add-group-box {
    margin: 20px;
}

.group-menu-box {
    margin: 0 0 20px 20px;
}

.group-menu-box input {
    width: 250px;
}

.sort-hotels-text span:first-child {
    font-size: 15px;
}

.sort-hotels-text span:nth-child(2) {
    font-size: 13px;
}

.ui-state-highlight {
    border: 2px dotted steelblue !important;
}

.half-width {
    width: 50% !important;
}

.adjusted-fourtysix {
    width: 46% !important;
}

.adjusted-fiftyfour {
    width: 54% !important;
}

.widgetblock [class^="text-content"] a {
    color: blue !important;
    text-decoration: underline !important;
}


/*bug-fix: word is wrapping in text-box */

input[type='text'] {
    word-break: normal !important;
}
/*-------file uploader-------*/

.fileUploadDisplay {
    display: none;
}

.progressBarDisplay {
    display: none;
}

.iconTextSpacing {
    margin-left: 6px;
    vertical-align: middle;
    cursor: pointer;
}

.iconTextSpacingRight {
    margin-right: 6px !important;
}

.bookingEngineConfig{
    position: relative;
    top: 2px;
}

/*for vertical spacing between rows*/

.top3 {
    margin-top: 3%;
}

.topBottomPadding {
    padding-bottom: 4px;
    padding-top: 15px;
}

.file-uploader-close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    z-index: 9999;
}

.displayFileList {
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: auto;
}

.showElement {
    display: block;
}

.hideElement {
    display: none;
}

.bottomMargin {
    margin-bottom: 10px;
}

.paddingLeftBBUrl {
    padding-left: 9px;
}

.topBottomMargin {
    margin-top: 10px;
    margin-bottom: 5px;
    margin-left: 33%;
}


/*-- for ckeditor ---*/

.cke_dialog_background_cover {
    background-color: black !important;
}

a.cke_dialog_ui_button_ok {
    background-color: #3c8dbc !important;
    border-color: #367fa9 !important;
    background-image: none !important;
}

a.cke_dialog_ui_button_ok:hover {
    background-image: none !important;
    background-color: #367fa9 !important;
}

#select2-drop {
    z-index: 100000;
}

.sidebar .select2-container .select2-selection,
.sidebar .select2-container .select2-choice {
    background: transparent;
    background-color: #ffffff;
    border-color: #ddd;
    color: #666 !important;
    font-weight: 400;
    height: 34px;
}

.sidebar .select2-container .select2-selection .select2-selection__arrow,
.sidebar .select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
    right: 4px;
}

.sidebar .select2-container .select2-selection >.select2-selection__rendered,
.sidebar .select2-container .select2-choice>.select2-chosen {
    line-height: 34px;
}

.select2-container .select2-selection >.select2-chosen,
.select2-container .select2-choice>.select2-chosen {
    line-height: 26px 
}

.variable-box .select2-container .select2-selection,
.variable-box .select2-container .select2-choice {
    background: transparent;
    border-color: #ddd;    
    height: 34px;
    border-radius: 0;
}

.variable-box .select2-container .select2-selection .select2-selection__arrow,
.variable-box .select2-container .select2-choice .select2-arrow {
    background: transparent;
    border: none;
    right: 1px;
}

.variable-box .select2-container .select2-selection >.select2-selection__rendered,
.variable-box .select2-container .select2-choice>.select2-chosen {
    line-height: 34px;
}

.select2-container .select2-selection {
    position: relative !important;
}
.select2-container--open{
    z-index: 100020; /* on top CKEditor Dialog */
}
.cke_dialog_ui_radio_input {
    cursor: pointer !important;
}

.cke_path {
    display: none;
}


/*-- for ckeditor ---*/


/* ace editor/wrapper styles (color-settings-page) */

input.ace_search_field {
    color: #333333 !important;
}

#color-wrapper {
    width: 95%;
    margin: 2% auto 0;
}

#color-wrapper .nav-tabs {
    font-size: 12px;
}

#color-wrapper .nav-tabs li.active a,
#color-wrapper .tab-pane.active {
    -webkit-box-shadow: 0 0 10px #ccc;
    -moz-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
    -ms-box-shadow: 0 0 10px #ccc;
    -o-box-shadow: 0 0 10px #ccc;
}

#color-wrapper .nav-tabs li.active a {
    margin-left: -1px;
    color: #fff;
    background: #272822;
}


/* editor/wrapper styles (customplugins-page) */

#customplugins-wrapper {
    width: 95%;
    margin: 2% auto 0;
}

/* golden plugin button styles */

#customplugins-wrapper > .pull-left {
    display: flex;
    width: max-content;
    gap: 20px;
}

#customplugins-wrapper > .pull-left .dropdown-item{
    margin: 0;
    display: flex;
}

#customplugins-wrapper > .pull-left .dropdown-item a{
    width: 100%;
    padding: 8px 10px;
    display: flex;
    align-items: center;
}

#customplugins-wrapper .open .dropdown-menu{
    width: 100%;
    margin: 0;
}

#customplugins-wrapper .html-editor,
#customplugins-wrapper .css-editor {
    width: 100%;
    height: 400px;
    border: 2px solid #f5f5f5;
}

/* custom plugin responsive styles */

@media screen and (max-width: 860px){

    #customplugins-wrapper {
        row-gap: 10px;
        display: flex;
        flex-direction: column;
    }

    #customplugins-wrapper > hr{
        margin: 0;
    }
}

@media screen and (max-width: 750px){

    #customplugins-wrapper .panel-title > div:is(.pull-left, .pull-right){
        display: flex;
        flex-wrap: Wrap;
        gap: 5px;
        float: unset;
        margin-bottom: 5px;
        float: unset !important;
    }
}

input#searchForHtmlClasses {
    padding: 5px 10px;
    border-radius: 5px;
    border: 2px solid #ddd;
    font-size: 16px;
}

input#searchForHtmlClasses:focus{
   border: 2px solid #4EADD7;
   outline: none; 
}


/* future color settings styles */


/*--------------*/


/* summary page checkbox styling */

.generate-summary-page {
    margin-left: 0px !important;
    padding-left: 2px !important;
}


/*--------------*/

.navbar .fa-caret-down {
    position: relative;
    top: 1px;
    left: 2px;
}

.preview .fa-mobile {
    font-size: 19px;
    width: 15px;
}

.bookingOptions {
    display: inline !important;
    cursor: pointer;
}

.separator {
    display: inline;
    padding-right: 10px;
    padding-left: 10px;
    vertical-align: middle;
}


/* theme settings styles */

.variable-container {
    padding-top: 25px;
    padding-bottom: 30px;
}

.variable-container .variable-box {
    margin-bottom: 35px;
}

.variable-container .variable-holder {
    margin-bottom: 25px;
}

.variable-container #sub-template {
    position: relative;
    top: 5px;
    right: 5px;
}

.variable-container #template_box {
    padding: 15px;
}

.variable-container .form-inline label {
    display: inline-block;
    font-weight: bold;
    padding-right: 10px;
}

.variable-container .image-controls {
    position: absolute;
    top: 28px;
    right: 28px;
}

.edit-amenity {
    color: #272727 !important;
    cursor: pointer;
}

.amenityText {
    display: none;
}

.readonly {
    border: 1px solid #cccccc;
    background-color: #f5f5f5;
}

.circular-square-image {
    margin-bottom: 10px;
}


/* Datepicker customization start */

.datepicker-dropdown .datepicker-days {
    padding: 10px;
}

.datepicker-dropdown .datepicker-switch {
    border-radius: 0;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
    box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    background-color: #f5f5f5;
    color: #666;
    border-color: #ddd;
}

.datepicker th.next,
.datepicker th.prev {
    border-radius: 0;
}


/* Datepicker customization end */


/*css fr new radio design for changing the grid numbers*/

.widget-content .radio {
    margin-top: -10px;
    float: left;
}

#template_box input[type=checkbox],
#template_box input[type=radio] {
    margin: 0;
}

#template_box .template_option_label {
    width: 175px;
}

#template_box .radio label:first-child {
    padding-left: 0;
    margin-left: 0;
}


/****** Style Star Rating Widget *****/

.rating {
    border: none;
    margin: 0;
    padding: 0;
    float: left;
}

.rating > input {
    display: none;
}

.rating > label:before {
    margin: 5px;
    font-size: 1.25em;
    font-family: 'Font Awesome 5 Pro';
    display: inline-block;
    content: "\f005";
}

.rating > .half:before {
    content: "\f089";
    position: absolute;
}

.rating > label {
    color: #ddd;
    margin: 0;
    padding: 0;
    float: right;
    width: 30px;
}


/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label,

/* show gold star when clicked */

.rating:not(:checked) > label:hover,

/* hover current star */

.rating:not(:checked) > label:hover ~ label {
    color: #FFD700;
}


/* hover previous stars in list */

.rating > input:checked + label:hover,

/* hover current star when changing rating */

.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label,

/* lighten current selection */

.rating > input:checked ~ label:hover ~ label {
    color: #FFED85;
}

.comment-button {
    position: absolute;
    right: 25px;
    bottom: 10px;
}

.review-section {
    padding: 25px;
}

.review-error {
    color: red;
}

.modal-stars {
    float: left;
    width: 150px;
}

.nav-edit-btn {
    float: right;
    margin-right: 10px;
}

mark {
    background-color: #daff91;
    color: black;
}

.p-0 {
    padding: 0;
}

@media(max-width: 765px) {
    #navbar {
        margin-left: 0;
        padding-left: 30px;
    }
    #navbar .navbar-right {
        padding-bottom: 30px;
    }
}

.not-active {
    pointer-events: none;
    cursor: default;
}

.be_search_promo_block {
    position: fixed;
    right: -390px;
    top: 50px;
    padding: 15px;
    z-index: 1;
    width: 400px;
    background: #333;
    color: #fff;
    transition: all .5s ease-in-out;
}

.be_search_promo_block:hover {
    transition: all .5s ease-in-out;
    right: 0;
}

.be_search_promo_block ul {
    padding: 0 0 0 10px;
    margin: 0;
}

.be_search_promo_block ul:before {
    content: "\f069";
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: -11px;
    color: #fff;
    top: 62px;
    font-size: 16px;
}

.be_search_promo_block ul li .fa {
    padding-right: 10px;
}

.be_search_promo_block ul li {
    list-style: none;
}

@keyframes slideInRight {
    0 {
        right: -185px;
        visibility: visible;
    }
    15% {
        right: 0;
    }
    90% {
        right: 0;
    }
    100% {
        right: -185px;
    }
}

.slideInRight {
    animation: slideInRight 5s ease-in-out 2s;
}

.wrapper_list_of_promo span:before {
    position: absolute;
    left: -20px;
    top: 0;
    content: "";
    font-size: 20px;
    width: 0;
    height: 0;
    border-top: 74px solid transparent;
    border-right: 20px solid #333;
    border-bottom: 69px solid transparent;
}

.be_search_promo_block ul li:first-child {
    margin-bottom: 10px;
    font-size: 17px;
}

.be_search_promo_block ul li:nth-child(2) {
    font-size: 13px;
}

ul.ui-sortable{
    padding-left: 0;
}
ul.ui-sortable tr{
    display: grid;
}
ul.ui-sortable tr:nth-child(odd) > th{
    background-color: #f1f1f1;
}
ul.ui-sortable th{
    padding: 8px;
    width: 100%;
    line-height: 1.42857143;
    vertical-align: top;
}

.chain-hotel-mapping-popup{
    float: right;
    margin: 5px 25px 0 0;
}

#chainModal .modal-dialog{
    width: 60%;
}

#chainModal .model-container,
#ms-chain-group{
    width: 100%;
}

#chainModal .modal-content{
    height: 500px;
}

#chainModal .modal-body{
    min-height: 380px;
}
#chainModal .modal-footer{
    margin-right: 15px;
}
#chainModal .modal-footer label{
    float: right;
    margin: 5px 20px 0 0;
    font-weight: 600;
}
#chainModal .modal-footer button{
    float: right;
}

#chainModal .ms-list{
    height: 325px;
}

.user-info-message{
    display: none;
}
.user-info-message label{
    color: #ff7600 !important;
}

#chainModal .custom-header{
    margin-bottom: 5px;
    text-align: center;
}

#chainModal .search-input{
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    display: block;
    width: 100%;
}

.model-close-btn{
    font-size: 30px
}

.redirect-nav{
    padding: 20px 0 0 30px;
}

.redirect-nav li a{
    color: #848484;
}

.passwordchange form input{
   border: 1px solid #d7d6d6;
   width: 100%;
   height: 34px;
   padding: 6px 12px;
   font-size: 14px;
   line-height: 1.42857143;
   color: #555;
   border-radius: 4px;
}

.passwordchange .form-box{
    padding: 20px 50px;
    position: relative;
}

.passwordchange .footer{
    padding: 0;
}

.passwordchange form{
    margin-top: 20px;
}

.cancel-passwordChange{
    display: block;
    position: absolute;
    right: 20px;
    cursor: pointer;
    color: #6d6e71;
}

.passwordChangeDone p{
    margin: 30px 20px;
}

.passwordChangeDone .form-box{
    position: relative;
}

.reset-password a{
    color: #444;
    font-size: 12px;
    margin-bottom: 10px;
}

.reset-password a:hover{
    color: #000;
}

.reset-password{
    margin-bottom: 10px;
    margin-top: -5px;
}

.errorlist{
    list-style: none;
    padding: 0;
    color: red;
}

.password-heading{
    text-align: center;
    font-weight: 600;
}

.resetPassHideEmail label{
    width: 70px;
    overflow: hidden;
    display: inline-block;
    height: 18px;
}

.dropdown-menu.iconpicker-container {
    width: 532px;
}

.dropdown-menu .iconpicker-popover.popover {
    width: 100%;
}
.hotel-amenities-content .fa-icon,
#table-inclusions .fa-icon {
    width: 40px;
    text-align: center;
}

.fa {
    font-weight: 400 !important;
}
/* referral banner css */
.referral-banner {
    display: none;
    position: fixed;
    width: 100%;
    padding: 5px;
    top: 60px;
    z-index: 1029;
    text-align: center;
    color: #fff;
    background-color: #5c985c;
}

.referral-mail {
    color: #fff;
    text-decoration: underline;
    margin-left: 5px;
}
.referral-mail:hover {
    color: rgba(255,255,255,0.9);
    text-decoration: underline;
}

.banner-close-icon {
    margin-left: 5px;
    transition: all 0.2s;
    cursor: pointer;
    width: 20px;
}
.banner-close-icon:hover{
    font-size: 1.05em;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}
.has-referral-banner .right-side .content-header{
    margin-top: 85px;
    transition: all 0.2s ease-in-out;
}

.right-side .content-header{
    transition: all 0.2s ease-in-out;
    margin-top: 90px;
}

.bg-image .img-holder {
    display: inline-block;
    width: 200px;
    padding: 0;
}

#toggle-common-tools {
    display: none;
}

.toggleCommonToolsLabel {
    padding: 5px;
    display: inline-block;
    float: right;
    cursor: pointer;
    font-weight: bold;
    margin: 10px 10px 15px 0;
    font-size: 16px;
}
.toggleCommonToolsLabel:hover {
    text-decoration: underline;
}

.explode-effect,.bgImageTools,.toogleBgImage,.bgToolsWrapper,.parallax-effect,.bg-color-tools {
    display: inline-block;
    vertical-align: top;
}

.class-addition-error-msg{
    color: red;
    background: burlywood;
}
.widget-advance-tools-wrapper {
    display: flex;
}

/*.bgToolsWrapper {
    display: none;
 }*/
.widget-common-tools {
    display: none;
}

.widget-common-tools .row {
    /*float: right;*/
    clear: both;
    margin: 0;
}

.bg-image-wrapper {
    display: inline-block;
    width: 200px;
    vertical-align: top;
    margin-left: 15px;
}

.widget-header .btn-group {
    float: right;
}

.widget-header button.btn.btn-default {
    vertical-align: top;
    margin: 10px 0;
    float: none;
}

.explode-effect input[type='checkbox'],.bgImageTools input[type='checkbox']{
    width: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}



/* Base for label styling */
.explode-effect [type="checkbox"]:not(:checked),
.explode-effect [type="checkbox"]:checked,
.parallax-effect [type="checkbox"]:not(:checked),
.parallax-effect [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
.explode-effect [type="checkbox"]:not(:checked) + label,
.explode-effect [type="checkbox"]:checked + label,
.parallax-effect [type="checkbox"]:not(:checked) + label,
.parallax-effect [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.95em;
  cursor: pointer;
}

/* checkbox aspect */
.explode-effect [type="checkbox"]:not(:checked) + label:before,
.explode-effect [type="checkbox"]:checked + label:before,
.parallax-effect [type="checkbox"]:not(:checked) + label:before,
.parallax-effect [type="checkbox"]:checked + label:before  {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25em;
  height: 1.25em;
  border: 2px solid #ccc;
  background: #fff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.explode-effect [type="checkbox"]:not(:checked) + label:after,
.explode-effect [type="checkbox"]:checked + label:after,
.parallax-effect [type="checkbox"]:not(:checked) + label:after,
.parallax-effect [type="checkbox"]:checked + label:after {
  content: '✔';
  position: absolute;
  top: .1em;
  left: .075em;
  font-size: 1.4em;
  line-height: 0.8;
  color: #09ad7e;
  transition: all .2s;
  font-family: Helvetica, Arial, sans-serif;
}
/* checked mark aspect changes */
.explode-effect [type="checkbox"]:not(:checked) + label:after,
.parallax-effect [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.explode-effect [type="checkbox"]:checked + label:after,
.parallax-effect [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.explode-effect [type="checkbox"]:disabled:not(:checked) + label:before,
.explode-effect [type="checkbox"]:disabled:checked + label:before,
.parallax-effect [type="checkbox"]:disabled:not(:checked) + label:before,
.parallax-effect [type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
.explode-effect [type="checkbox"]:disabled:checked + label:after,
.parallax-effect [type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
.explode-effect [type="checkbox"]:disabled + label,
.parallax-effect [type="checkbox"]:disabled + label {
  color: #aaa;
}

.colorPickerDropdown,.colorPickerValueHolder {
    width: auto;
    padding: 0;
}
.colorPickerValueHolder {
    width: 110px;
}
.colorPickerDropdown {
    margin: 10px 0 10px 10px;
}
.colorPickerValueHolder {
    margin: 10px 10px 10px 0;
}


.widget-advance-tools-wrapper .colorPickerDropdown,.widget-advance-tools-wrapper .colorPickerValueHolder {
    margin-top: 0;
    margin-right: 0;
}

.img-holder .removeBgPic {
    position: absolute;
    top: 15px;
    left: 10px;
    display: none;
}
.img-holder:hover .removeBgPic {
    display: block;
}
table.table-autowidth {
    width: auto;
    margin-left: auto;
    margin-right: auto;
}

/*checkbox css for set image for mobile in hero image crop*/
#h-modalPicMobile {
    clear: both;
    margin-bottom: 0;
}

#h-modalPicMobile label {
    padding: 0 0 0 20px;
    margin: 0;
}

.newsletter-error{
    display: none;
}

/*user permissions */

.user_permissions_wrapper h4 {
  padding: 0 5px;
}

.user_permission {
  display: inline-block;
  padding: 0 5px;
  min-width: 180px;
}

.user_permission label, .user_permission input[type="checkbox"] {
  display: inline-block;
  width: auto;
  vertical-align: unset;
  padding: 0 5px;
  height: auto;
  margin: 0;
}

#select2-ugroupnameselect-container[title="OPS_ADMIN"],#ugroupnameselect option[value="OPS_ADMIN"] {
  color: red;
}

.user_permission label[for="checkbox_ops_admin"] {
  color: red;
}

.specialUserLabel {
    color: red;
}

/* image-text-slider widget(29) */

.widgetblock[data-widget-type="29"] .col-xs-12.image-text-wrapper {
    height: 828px;
    overflow-y: scroll;
}

.widgetblock[data-widget-type="29"] .image-text-wrapper .row {
    border: 1px solid rgba(0,0,0,0.6);
    padding: 25px 0;
    position: relative;
    margin-top: 25px;
}

.widgetblock[data-widget-type="29"] .read-only-mode .row {
    margin-top: 25px;
}

.widgetblock[data-widget-type="29"] .image-text-wrapper .remove-image-text-block {
    position: absolute;
    right: 0;
    top: 2px;
}
.widgetblock[data-widget-type="29"] .addImgTextSlider {
    margin-top: 20px;
}

.widgetblock[data-widget-type="29"] .add-slider-block {
    margin-top: 18px;
}

.widgetblock[data-widget-type="29"] .hide-remove-block{
    display: none;
}

.widgetblock[data-widget-type="29"] .done-btn-wrapper {
    margin-left: 15px;
}

.btn-create-campaign {
    display: none;
}
.btn-create-campaign:hover {
    background-color: #367fa9;
}

form[action*="setcustompage"] .btn-create-campaign,
form[action*="setpromo"] .btn-create-campaign,
form[action*="setroompage"] .btn-create-campaign {
    display: block;
    background-color: #777777;
    border-color: #777777;
}

/* homepage-carousel-transition var width*/
#variable-homepage-carousel-transition+.select2-container {
    width: 100% !important;
}

input.cls-page-status {
    margin-left: 25px;
}

.fullwidth-container {
    width: 100%;
}

.skin-blue .navbar .dropdown-menu > li > a#idGenerateSite .fa, .skin-blue .navbar .dropdown-menu > li > a#idGenerateAllSite .fa {
    margin-right: 5px;
}

.preview #mobile-preview .fa-mobile {
    width: 20px;
}
.fa.fa-smile-o, .fa.fa-sign-out{
    margin-right: 5px;
    width: 20px;
    text-align: center;
}

.sidebar-menu .status-icon.publish-state {
    color: green;
}
.sidebar-menu .status-icon.preview-state {
    color: #ff9800;
}

.sidebar-menu .status-icon {
    font-size: 12px;
    color: red;
    margin-left: 5px;
}

.page-status-container {
    text-align: right;
    padding: 10px 10px 0 10px;
    margin-bottom: 0;
}

.page-status-container .status-label {
    padding: 5px 15px 0 0;
    font-weight: bold;
}

.switch-field {
    display: flex;
    overflow: hidden;
    float: right;
}

.switch-field input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    border: 0;
    overflow: hidden;
}

.switch-field label {
    background-color: #e4e4e4;
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 1;
    text-align: center;
    padding: 8px 16px;
    margin-right: -1px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);
    transition: all 0.1s ease-in-out;
}

.switch-field input:checked + label.label-publish {
    background-color: green;
    color: #ffffff;
}

.switch-field input:checked + label.label-preview {
    background-color: #ff9800;
    color: #ffffff;
}

.switch-field input:checked + label.label-inactive {
    background-color: red;
    color: #ffffff;
}

.switch-field label:hover {
    cursor: pointer;
}

.switch-field input:checked + label {
    background-color: #a5dc86;
    box-shadow: none;
}

.switch-field label:first-of-type {
    border-radius: 30px 0 0 30px;
}

.switch-field label:last-of-type {
    border-radius: 0 30px 30px 0;
}

.input-group-addon.promo-status {
    border: 0;
    background: unset;
    width: 100%;
    text-align: left;
}

.icon-primary {
    color: #3c8dbc;
}
.icon-info {
    color: #00c0ef;
}
.icon-danger {
    color: #ff4d4d;
}

/* checkbox & radio button style */
.tbl-checkbox-label, .checkbox-label {
    display: block;
    position: relative;
    margin: auto;
    cursor: pointer;
    font-size: 22px;
    line-height: 24px;
    height: 24px;
    width: auto;
    clear: both;
}

.tbl-checkbox-label input, .checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    position: absolute;
    top: 10px;
    left: 0;
    height: 14px !important;
    width: 14px !important;
    background-color: #f5f5f9;
    border-radius: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 1px solid #bbbbbd;
}

.tbl-checkbox-label .checkbox-custom {
    position: absolute;
    top: auto;
    left: -10px;
    height: 14px !important;
    width: 14px !important;
    background-color: #f5f5f9;
    border-radius: 0;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 1px solid #bbbbbd;
    margin-top: -8px;
}

@-moz-document url-prefix() {
    .tbl-checkbox-label .checkbox-custom {
        top: 20px;
    }
}

.tbl-checkbox-label input:checked ~ .checkbox-custom,
.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #3eb34f;
    border-radius: 0;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #3eb34f;
}
.checkbox-label .checkbox-custom.disabled{
    background-color: #ddd;
    cursor: not-allowed;
}
.tbl-checkbox-label input:checked~.checkbox-custom.disabled,
.checkbox-label input:checked~.checkbox-custom.disabled{
    border-color: #ddd;
    background-color: #ddd;
    cursor: not-allowed;
}

.tbl-checkbox-label .checkbox-custom::after,
.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #009BFF;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.tbl-checkbox-label input:checked ~ .checkbox-custom::after,
.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 3px;
  top: -1px;
  width: 4px;
  height: 10px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/* For Ripple Effect */
.tbl-checkbox-label .checkbox-custom::before,
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FFFFFF;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);    
}

.tbl-checkbox-label input:checked ~ .checkbox-custom::before,
.checkbox-label input:checked ~ .checkbox-custom::before {
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.checkbox-label-text {
    font-size: 14px;
    padding-left: 25px;
}

.user-panel .info .checkbox-label, .hotel-switcher.sidebar .checkbox-label {
  margin-top: 6px;
}

.content-sidebar .checkbox-label {
    margin: initial;
}

.user-panel .info .checkbox-label .checkbox-custom,
:is(.hotel-switcher, .content-sidebar) .checkbox-label .checkbox-custom {
  top: 8px;
}

.filters-container {
    display: flex;
    column-gap: 20px;
    margin-top: 15px;
}

.radio {
  padding-left: 20px;
  margin-right: 20px;
  margin-left: 6px;
}

.radio label {
  display: inline-block;
  position: relative;
  padding-left: 5px;
}

.radio .radio-selection::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  top: 1px;
  margin-left: -6px;
  border: 1px solid #cccccc;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
}

.radio .radio-selection::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 11px;
  height: 11px;
  left: 17px;
  top: 4px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: #555555;
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}

.booking-engine-app .radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:focus + .radio-selection::before {
  /*outline: thin dotted;*/
  /*outline: 5px auto -webkit-focus-ring-color;*/
  /*outline-offset: -2px;*/
}

.radio input[type="radio"]:checked + .radio-selection::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.radio input[type="radio"]:disabled + .radio-selection {
  opacity: 0.65;
}

:is(
    .radio:has(input[type="radio"]:disabled),
    .radio input[type="radio"]:disabled + .radio-selection,
    .radio input[type="radio"]:disabled ~ .radio-label
    ) {
  cursor: not-allowed;
}

.radio.radio-inline {
  padding-top: 0;
  margin-top: 0;
}

.radio-success input[type="radio"] + .radio-selection::after {
  background-color: #3eb34f;
}

.radio-success input[type="radio"]:checked + .radio-selection::before {
  border-color: #3eb34f;
}

.radio-success input[type="radio"]:checked + .radio-selection::after {
  background-color: #3eb34f;
}

/* ckeditor button plugin */
a.btn.txt-wdgt-btn.txt-wdgt-btn-xs,
.btn.txt-wdgt-btn.txt-wdgt-btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-sm,
.btn.txt-wdgt-btn.txt-wdgt-btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-lg,
.btn.txt-wdgt-btn.txt-wdgt-btn-lg {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

a.btn.txt-wdgt-btn, .btn.txt-wdgt-btn {
    text-decoration: none !important;
}

a.btn.txt-wdgt-btn.btn-default, .btn.txt-wdgt-btn.btn-default {
    background-color: #f5f5f5;
    color: #666 !important;
    border-color: #ddd;
    border-bottom-color: #ddd;
}

a.btn.txt-wdgt-btn.btn-default:hover, .btn.txt-wdgt-btn.btn-default:hover {
    color: #333 !important;
    background-color: #e6e6e6;
    border-color: #adadad;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-primary, .btn.txt-wdgt-btn.txt-wdgt-btn-primary {
    color: #fff !important;
    background-color: #337ab7;
    border-color: #2e6da4;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-primary:hover, .btn.txt-wdgt-btn.txt-wdgt-btn-primary:hover {
    color: #fff !important;
    background-color: #286090;
    border-color: #204d74;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-success, .btn.txt-wdgt-btn.txt-wdgt-btn-success {
    color: #fff !important;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-success:hover, .btn.txt-wdgt-btn.txt-wdgt-btn-success:hover {
    color: #fff !important;
    background-color: #449d44;
    border-color: #398439;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-info, .btn.txt-wdgt-btn.txt-wdgt-btn-info {
    color: #fff !important;
    background-color: #5bc0de;
    border-color: #46b8da;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-info:hover, .btn.txt-wdgt-btn.txt-wdgt-btn-info:hover {
    color: #fff !important;
    background-color: #31b0d5;
    border-color: #269abc;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-warning, .btn.txt-wdgt-btn.txt-wdgt-btn-warning {
    color: #fff !important;
    background-color: #f0ad4e;
    border-color: #eea236;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-warning:hover, .btn.txt-wdgt-btn.txt-wdgt-btn-warning:hover {
    color: #fff !important;
    background-color: #ec971f;
    border-color: #d58512;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-danger, .btn.txt-wdgt-btn.txt-wdgt-btn-danger {
    color: #fff !important;
    background-color: #d9534f;
    border-color: #d43f3a;
}

a.btn.txt-wdgt-btn.txt-wdgt-btn-danger:hover, .btn.txt-wdgt-btn.txt-wdgt-btn-danger:hover {
    color: #fff !important;
    background-color: #c9302c;
    border-color: #ac2925;
}

.btn.txt-wdgt-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn.txt-wdgt-btn.focus, .btn.txt-wdgt-btn:focus, .btn.txt-wdgt-btn:hover {
    color: #333;
    text-decoration: none;
}

/*checkbox css for open in new tab in hero image crop*/
#h-linkTarget {
    clear: both;
    margin-bottom: 0;
}

#h-linkTarget label {
    padding: 0 0 0 20px;
    margin: 0;
}

/*checkbox css for open in new tab in carousel image crop*/
#c-linkTarget {
    clear: both;
    margin-bottom: 0;
}

#c-linkTarget label {
    padding: 0 0 0 20px;
    margin: 0;
}

/*checkbox css for open in new tab in widget image crop*/
#w-linkTarget {
    clear: both;
    margin-bottom: 0;
}

#w-linkTarget label {
    padding: 0 0 0 20px;
    margin: 0;
}
.skin-blue .hotel-switcher.sidebar{
    top:100px;
 }
 .skin-blue .booking-engine-app .content-heading {
    padding-top:30px;
 }
 .custom-navbar-right li a{
    padding-top: 4px;
    padding-bottom: 4px;
}
.custom-navbar-right #noti_Container #noti_Button {
    height: 28px;
    padding: 5px 0;
}
#c-pic-caption .caption-label,
#h-pic-caption .caption-label {
    padding-bottom: 5px;
    font-weight: bold;
}
#heroCropModal .cke_button__btbutton,
#carouselCropModal .cke_button__btbutton{
    display: none;
}
#hotel-info #hotel-slugified-name, #hotel-url{
    text-transform:lowercase;
}

.int_Pg_Link select.selectPageList,
.int_Pg_Link .nav_widget_name .user-table {
    width: 100%;
    padding: 6px 0;
}
.int_Pg_Link button.createMenuLInk {
    padding: 5px 6px;
}
.int_Pg_Link .int-menu {
    list-style: none;
    display: block;
}
.int_Pg_Link .intHead{
    list-style: none;
}
.int_Pg_Link .createMenu {
    display: inline-block;
    margin: 0 20px;
    padding: 8px;
}
.int_Pg_Link ul#int-link {
    padding-left: 0;
}
.int_Pg_Link .intHead.hide{
    display: none;
}
.int_Pg_Link .intHead{
    display: block;
}
.int_Pg_Link #int-link button.editMenu {
    margin-left: 15px;
}
.warningMes{
    color: red;
}

.user_login_otp {
    display: inline-block;
    padding: 0 5px;
    min-width: 180px;
  }

  .user_login_otp label, .user_login_otp input[type="checkbox"] {
    display: inline-block;
    width: auto;
    vertical-align: unset;
    padding: 15px 10px 20px;
    height: auto;
    margin: 0;
    font-weight: 800;
  }

  .user_login_otp input[type="checkbox"] {
    width: 20px;
    height: 20px;
  }

  #navbar .preview-container {
    background-color: #e6e6e6;
    padding: 2px;
    padding-left: 11px;
  }

  #navbar .preview-msg {
    text-decoration: underline;
    color: orange;
  }
  
  /* Hotel list css */
  #hotel-dd-list {
    display:none;
  }
  #current-hotel {
    border: 1px solid #ddd;
    border-width: 1px;
    border-style: solid;
    border-color: #ddd;
    line-height: 32px;
    color: #444;
    padding-left: 8px;
    padding-right: 10px;
    align-items: center;
    overflow: hidden;
    font-weight: 400;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    cursor:pointer;
    height:34px;
  }
  #current-hotel.current-hotel-hide {
    display:none;
  }
  #current-hotel .fa-rotate-right.show {
    animation: rotateLoaderIcon360 1s linear infinite;
    display:inline-block;
  }
  #current-hotel .fa-rotate-right.hide {
    display:none;
  }
  @keyframes rotateLoaderIcon360 {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }
  #current-hotel .current-hotel-info{
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  
/* for Rooms Information and Amenities Size field*/
#room-info .roomInfoSection table th {
    vertical-align: middle;
}
#room-info .roomInfoSection .room-size {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: unset;
}
#room-info .roomInfoSection .room-size span {
    text-wrap: nowrap;
    margin-right: 10px;
}
#room-info .roomInfoSection .room-size  select{
    width: 90%;
}
.roomInfoSection table thead>tr>th:first-child, 
.roomInfoSection table tbody>tr>th {
    min-width: 150px;
}

/* for filter Tags in Adminpanel */
.filter-tags-box .filter-tags-table td {
    background: rgb(255, 255, 255);
}

/* for common translation input in adminpanel */
#common-language-data #hotel-url{
    text-transform: none;
}
