@charset "UTF-8";
@import url("../../css/icon_set_1.css");										/* Icon pack */
@import url("../../css/icon_set_2.css");										/* Icon pack */
/*@import url("../../css/fontello/css/fontello.css");											!* Icon pack *!*/
@import url("../../css/icon_restaurants.css");			/* Icon pack */
@import url('../fonts/font-hotel.css');
@import url('fonts/icomoon/icomoon.css');

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/iransans/IRANSansWeb_Bold.eot');
    src: url('../fonts/iransans/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/IRANSansWeb_Bold.woff2') format('woff2'),
    url('../fonts/iransans/IRANSansWeb_Bold.woff') format('woff'),
    url('../fonts/iransans/IRANSansWeb_Bold.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/iransans/IRANSansWeb_Medium.eot');
    src: url('../fonts/iransans/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/IRANSansWeb_Medium.woff2') format('woff2'),
    url('../fonts/iransans/IRANSansWeb_Medium.woff') format('woff'),
    url('../fonts/iransans/IRANSansWeb_Medium.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/iransans/IRANSansWeb_Light.eot');
    src: url('../fonts/iransans/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/IRANSansWeb_Light.woff2') format('woff2'),
    url('../fonts/iransans/IRANSansWeb_Light.woff') format('woff'),
    url('../fonts/iransans/IRANSansWeb_Light.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/iransans/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/iransans/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/IRANSansWeb_UltraLight.woff2') format('woff2'),
    url('../fonts/iransans/IRANSansWeb_UltraLight.woff') format('woff'),
    url('../fonts/iransans/IRANSansWeb_UltraLight.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans-web;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/iransans/IRANSansWeb.eot');
    src: url('../fonts/iransans/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/IRANSansWeb.woff2') format('woff2'),
    url('../fonts/iransans/IRANSansWeb.woff') format('woff'),
    url('../fonts/iransans/IRANSansWeb.ttf') format('truetype')
}

@font-face {
    font-family: IRANSans-web-fa;
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot');
    src: url('../fonts/iransans/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
    url('../fonts/iransans/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../fonts/iransans/IRANSansWeb(FaNum).woff') format('woff'),
    url('../fonts/iransans/IRANSansWeb(FaNum).ttf') format('truetype')
}

html, body {
    direction: rtl;
    font-family: 'IRANSans-web-fa';
}

a:active,
a:hover {
    outline: 0;
    text-decoration: none;
}

.admin-form .switch > input:checked + label {
    border-color: #999;
    background: #999;
    padding-right: 33px;
    color: white;
}

.admin-form .switch-round > input:checked + label {
    padding-right: 33px;
}

.admin-form .switch > label:before {
    content: attr(data-off);
    position: absolute;
    top: 1px;
    left: 3px;
    width: 33px;
}

.admin-form .switch > input:checked + label:before {
    content: attr(data-on);
    right: 1px;
    top: 1px;
}

.admin-form .switch > label + span {
    display: inline-block;
    padding-left: 5px;
    position: relative;
    /*top: 4px;*/
    top: -2px;
    float: right;
}

.breadcrumb {
    float: right;
    position: relative;
    /*padding: 2px 0 0 25px;*/
    padding: 20px 0 0 25px;
    margin-bottom: 0;
    font-size: 14px;
    border-radius: 0;
    background-color: transparent;
}

.breadcrumb .glyphicon, .breadcrumb .glyphicons {
    color: #4a89dc;
    font-size: 11px;
    margin-left: 1px;
    top: 0;
}

/* =================== NAV BAR ============ */

/*.navbar-toggler {*/
/*display: none;*/
/*}*/

/* =================== MODAL ============== */
.popup-basic {
    position: relative;
    background: #FFF;
    width: auto;
    max-width: 800px;
    margin: 40px auto;
}

.mfp-bg {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.mfp-wrap {
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1043;
    position: fixed;
    outline: none !important;
    -webkit-backface-visibility: hidden;
}

.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    top: 0;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mfp-content {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
    text-align: right;
    z-index: 1045;
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    left: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: 0.65;
    filter: alpha(opacity=65);
    padding: 0 0 18px 10px;
    color: white;
    font-style: normal;
    font-size: 28px;
    font-family: Arial, Baskerville, monospace;
}

/* ===================== ALERT ==================== */
.close {
    float: left;
    font-size: 19.5px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    left: 21px;
    color: #FFF;
    opacity: 0.3;
}

/* ===================== PANEL ==================== */

.admin-form .panel-title {
    font-family: IRANSans-web-fa, "Roboto", Arial, Helvetica, sans-serif;
    text-align: right;
    font-weight: 300;
    font-size: 24px;
    padding: 0;
    margin: 0;
    background: transparent;
}

.admin-form .panel-title i {
    font-size: 26px;
    position: relative;
    margin-right: 10px;
    top: 0;
    border-width: 0;
}

.panel-title {
    padding-right: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

.panel-tabs {
    position: absolute;
    bottom: 0;
    left: 0;
}

.panel-tabs > li {
    position: relative;
    float: left;
    margin-bottom: -1px;
}

.nav {
    margin-bottom: 0;
    padding-right: 0;
    list-style: none;
}

.dropdown-menu {
    list-style: none;
    font-size: 13px;
    text-align: right;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-top-color: currentcolor;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

/* ============= navbar-branding ==================== */
.navbar-branding {
    position: relative;
    overflow: hidden;
    float: right;
    width: 230px;
    height: 60px;
    background-color: #1f70a8;
    margin-left: 10px;
}

.navbar-branding a.navbar-brand {
    height: 60px;
    line-height: 60px;
    padding: 0;
    padding-right: 18px;
    color: #777;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.navbar-brand {
    float: right;
    padding: 15.5px 11px;
    font-size: 17px;
    line-height: 19px;
    height: 50px;
}

#toggle_sidemenu_l {
    float: left;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    line-height: 58px;
    max-height: 60px;
    width: 52px;
    text-align: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.navbar .nav > li {
    float: right;
}

@media (min-width: 480px) {
    .navbar-nav {
        float: right;
        margin: 0;
    }

    .navbar-nav > li {
        float: right;
    }

    .navbar-nav > li > a {
        padding-top: 15.5px;
        padding-bottom: 15.5px;
    }

    .navbar-nav.navbar-right:last-child {
        margin-right: -11px;
    }
}

.navbar-nav.navbar-right, .navbar-nav.navbar-right:last-child {
    float: right;
    margin: 0 0 0 15px;
}

/* ============ MEDIA ============= */

.media-right, .media > .pull-right {
    padding-right: 10px;
}

.navbar .nav > li.dropdown.open .dropdown-menu::after {

    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-bottom-color: transparent;
    border-style: solid;
    left: 8px;
    bottom: 100%;
    border-width: 0 10px 10px;
    border-bottom-color: #4a89dc;
}

/* ============= TOPBAR ==================== */
#topbar.affix {
    z-index: 1029;
    width: auto;
    left: 0;
    right: 0;
    margin-right: 230px;
    position: fixed;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

/* ============= TIMELINE ================== */

.tray-left ol.timeline-list li.timeline-item, .tray-right ol.timeline-list li.timeline-item {
    position: relative;
    padding: 15px 50px 15px 80px;
}

ol.timeline-list li.timeline-item .timeline-icon {
    opacity: 0.85;
    z-index: 2;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #BBB;
    background-color: rgb(187, 187, 187);
    width: 30px;
    height: 30px;
    line-height: 26px;
    color: #FFF;
    text-align: center;
    border-radius: 26px;
    border: 2px solid #FFF;
}

ol.timeline-list li.timeline-item .timeline-desc {
    letter-spacing: 0.2px;
    text-align: right;
}

ol.timeline-list li.timeline-item .timeline-date {
    position: absolute;
    left: 3px !important;
    top: 15px;
}

ol.timeline-list li.timeline-item::after {
    content: "";
    position: absolute;
    display: block;
    right: 23px;
    top: 0;
    height: 100%;
    width: 3px;
    background: #E8E8E8;
}

/* ============ SIDEBAR ================= */
.sidebar-menu > li > a > span:nth-child(1) {
    float: right;
    top: 0;
    line-height: 35px;
    width: 38px;
    font-size: 13px;
    text-align: center;
    padding-right: 13px;
}

.sb-l-o #sidebar_left {
    right: 0;
    overflow: hidden;
}

#sidebar_left {
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    width: 230px;
    min-height: 100%;
    padding-bottom: 40px;
    background-color: #30363e;
}

/* ******************* **/
#sidebar_left.affix:before {
    right: 0;
}

body.sidebar-hidden #sidebar_left.affix:before,
body.sidebar-rtl #sidebar_left.affix:before {
    right: -230px;
}

body.sb-l-m #topbar.affix,
body.sb-l-o.sb-l-m #topbar.affix {
    margin-right: 60px;
}

body.sb-l-c #topbar.affix {
    margin-right: 0px;
}

body.boxed-layout #sidebar:before {
    margin-right: 1px;
    border-left: 1px solid #CCC;
}

.sidebar-menu > li > a > span:nth-child(2) {
    font-weight: 600;
    padding-right: 6px;
}

.sidebar-menu li > a > .sidebar-title-tray {
    position: absolute;
    left: 10px;
    top: -2px;
}

.sidebar-menu li > a > span.caret {
    position: absolute;
    top: 45%;
    left: 13px;
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.sidebar-menu > li > ul > li > a {
    color: #d1d1d1;
    padding: 11px 30px 11px 20px;
}

.sidebar-menu > li > ul > li > a > span:nth-child(1) {
    margin-left: 10px;
    font-size: 11px;
}

.sidebar-menu > li > ul > li > a > span.label {
    float: left;
    line-height: 17px;
}

.sidebar-menu > li > ul > li > ul li a {
    padding: 9px 50px 9px 20px;
}

.sidebar-menu > li > ul > li > ul li a .label.label-xs {
    float: left;
    line-height: 17px;
}

.sidebar-menu > li > a.menu-open:after,
.sidebar-menu > li.active > a:after,
.sidebar-menu > li:hover > a:after,
.sidebar-menu > li:focus > a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #AAA;
}

.sidebar-menu > li > ul > li > a.menu-open:after,
.sidebar-menu > li > ul > li.active > a:after,
.sidebar-menu > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li:focus > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #AAA;
}

.sidebar-menu > li > ul > li > ul > li.active > a:after,
.sidebar-menu > li > ul > li > ul > li:hover > a:after,
.sidebar-menu > li > ul > li > ul > li:focus > a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 5%;
    height: 90%;
    width: 3px;
    background: #999;
}

.sidebar-menu .sidebar-label {
    text-transform: uppercase;
    color: #70829a;
    font-weight: 600;
    padding-right: 15px;
    padding-bottom: 3px;
    font-size: 16px;
    font-weight: bold;
}

.sidebar-toggle-mini a {
    position: absolute;
    left: 0;
    display: block;
    text-align: center;
    padding: 6px 6px 5px;
    border: 1px solid #444;
    border-radius: 2px 0 0 2px;
    background-color: #26292e;
}

body.sb-l-m #sidebar_left {
    z-index: 1028;
    overflow: visible;
    width: 60px;
    height: 100%;
    right: 0;
    background-color: #30363e;
}

body.sb-l-m .sidebar-menu > li > a > span:nth-child(1) {
    color: #ccc;
    right: -5px;
    width: 60px;
    font-size: 18px;
    padding-left: 0;
}

body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
    position: absolute;
    right: 60px;
    top: -4px;
    width: 180px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    padding-right: 15px;
    border-right: 1px solid #222;
    background-color: #282d33;
}

body.sb-l-m .sidebar-menu > li > ul {
    position: absolute;
    right: 60px;
    top: 38px;
    width: 180px;
    height: auto;
    border-right: 1px solid #222;
    padding-bottom: 7px;
    overflow: hidden;
}

body.sb-l-m .sidebar-menu li > ul > li > ul > li a {
    padding: 8px 35px 8px 20px;
}

body.sb-l-m #content_wrapper {
    margin-right: 60px;
}

body.sb-l-c.sb-l-m #content_wrapper {
    margin-right: 0;
}

#sidebar_left.sidebar-light {
    color: #666;
    background-color: #fafafa;
    border-left: 1px solid #DDD;
    font-family: 'BYekan', "Roboto";
}

@media (max-width: 900px) {
    /* Sidebar Minified State */
    body.sb-l-m #sidebar_left {
        width: 45px;
    }

    body.sb-l-m #sidebar_left:before {
        width: 45px;
    }

    /* Menu item icon */
    body.sb-l-m .sidebar-menu > li > a > span:nth-child(1) {
        right: -1px;
        width: 45px;
        font-size: 18px;
    }

    /* menu item title */
    body.sb-l-m .sidebar-menu > li > a > .sidebar-title {
        position: absolute;
        right: 45px;
        top: -4px;
        width: 180px;
        height: 44px;
        line-height: 44px;
        font-size: 14px;
        padding-right: 15px;
        border-right: 1px solid #222;
        background-color: #282d33;
    }

    /* Sub-Menus */
    body.sb-l-m .sidebar-menu > li > ul {
        position: absolute;
        right: 45px;
        top: 38px;
        width: 180px;
        height: auto;
        border-right: 1px solid #222;
        padding-bottom: 7px;
        overflow: hidden;
    }

    body.sb-l-m .sidebar-menu > li > ul > li ul {
        width: 180px;
    }

    /* first level menu item padding */
    body.sb-l-m .sidebar-menu li > ul > li > a {
        padding: 8px 20px 8px 20px;
    }

    /* multi level menu item padding */
    body.sb-l-m .sidebar-menu li > ul > li > ul > li a {
        padding: 8px 35px 8px 20px;
    }

    /* related page container modifications */
    body.sb-l-m #content_wrapper {
        margin-right: 45px;
    }

    /* If sidebar is hidden and minified */
    body.sb-l-c.sb-l-m #content_wrapper {
        margin-right: 0;
    }

    /* Navbar brand minified (hide logo) */
    body.sb-l-o .navbar-brand,
    body.sb-l-m .navbar-brand {
        display: none;
    }

    /* Navbar branding minified */
    body.sb-l-o .navbar-branding,
    body.sb-l-m .navbar-branding {
        max-width: 45px;
        margin-left: 5px;
    }

    /* Navbar branding Toggle icon sidebar open */
    body.sb-l-o .navbar #toggle_sidemenu_l {
        transform: rotate(90deg);
    }

    /* Navbar branding toggle icon minified */
    body.sb-l-o.sb-l-m .navbar #toggle_sidemenu_l {
        transform: rotate(0deg);
    }

    /* Navbar branding toggle icon minified */
    body.sb-l-o .navbar #toggle_sidemenu_l,
    body.sb-l-m .navbar #toggle_sidemenu_l {
        width: 45px;
    }

    /* hide sidebar user menu button when the sidebar is
      collapsed. As it's not accessible in this mode*/
    .sb-l-o .navbar .sidebar-menu-toggle,
    .sb-l-c .navbar .sidebar-menu-toggle {
        margin-right: 10px;
        display: none;
    }

    #toggle_sidemenu_r {
        margin-top: 4px;
    }
}

/*============== SIDEBAR HEADER USER MENU ============= */

.user-menu {
    display: none;
    position: relative;
    right: 0;
    top: 0;
    height: 230px;
    width: 100%;
    padding: 10px;
    background-color: #282d33;
}

/* ========== OLS ============= */

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: right;
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: right;
    }
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: right;
    }
}

/* ============== content_wrapper =================== */
.sb-r-c #content_wrapper {
    margin-left: 0;
}

.sb-l-o #content_wrapper {
    margin-right: 230px;
}

#content_wrapper {
    position: relative;
    right: 0px;
    margin-right: 230px;
}

body.sb-l-m #content_wrapper {
    margin-left: 0;
}

/* ============= FORM ============== */
.admin-form .select > select {
    display: block;
    /*padding: 9px 40px;*/
    padding: 9px 25px 9px 0px;
    color: #626262;
    background: #FFF;
    border: 1px solid #DDD;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: normal;
    outline: none;
    text-indent: 0.01px;
    text-overflow: '';
    z-index: 10;
    margin: 0;
}

/* =========================== Popover =============== */
.popover {
    text-align: right;
    white-space: normal;
}

.popover[class*="tour-"] .popover-navigation [data-role="end"] {
    float: left;
}

.popover-content {
    padding: 9px 5px;
}

.admin-form .tooltip {
    position: absolute;
    z-index: -1;
    opacity: 0;
    color: #fff;
    width: 184px;
    right: -9999px;
    top: auto;
    font-size: 11px;
    font-weight: normal;
    background: #333333;
    -webkit-transition: margin 0.6s, opacity 0.6s;
    -moz-transition: margin 0.6s, opacity 0.6s;
    -ms-transition: margin 0.6s, opacity 0.6s;
    -o-transition: margin 0.6s, opacity 0.6s;
    transition: margin 0.6s, opacity 0.6s;
}

/* ======================== tray-right ===================== */
.tray-right {
    border-right: 1px solid #DDD;
    border-left: 0;
}

/* ======================= TABLE ======================= */
th {
    text-align: right;
}

table.dataTable {
    clear: both;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    max-width: none !important;
}

/* ======================== Pnotify ======================== */
.ui-pnotify-icon,
.ui-pnotify-icon span {
    display: block;
    float: right;
    margin-left: .2em;
}

.ui-pnotify-closer,
.ui-pnotify-sticker {
    float: left;
    margin-right: .2em;
}

/* ================ PANEL TABS ============== */
.panel-tabs > li > a {
    line-height: 18px;
    border-radius: 0;
    padding: 10px 18px;
    border-right: 1px solid #DDD;
    font-size: 12px;
    color: #777;
}

/* =============== LADDA =========== */
.ladda-button[data-style="zoom-in"] .ladda-spinner {
    right: 50%;
    margin-right: 0;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    -o-transform: scale(0.2);
    transform: scale(0.2);
}

/*================== ==================== */

#user-status + .btn-group .multiselect-container.dropdown-menu > li:first-child::after, #user-role + .btn-group .multiselect-container.dropdown-menu > li:first-child::after {
    content: "\f00d";
    font-family: "FontAwesome";
    position: absolute;
    width: 15px;
    height: 15px;
    top: 6px;
    left: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #AAA;
    -webkit-transition: color 0.15s ease;
    transition: color 0.15s ease;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    /*position: absolute;*/
    margin-left: 0;
    margin-top: 4px \9;
}

/*===============================================
  C. Gallery Page
================================================= */
.gallery-page #mix-container {
    padding: 15px;
    text-align: justify;
    font-size: 0.1px;
}

.gallery-page #mix-container:after {
    content: "";
    display: inline-block;
    width: 100%;
}

.gallery-page #mix-container #lists .mix,
.gallery-page #mix-container #lists .gap {
    /*display: none;*/
    vertical-align: top;
    width: 23.5%;
    margin-bottom: 20px;
}

.gallery-page #mix-container #lists .gap {
    display: inline-block;
}

.gallery-page #mix-container #lists .mix .panel {
    margin: 0;
}

.gallery-page #mix-container #lists .mix .panel img {
    cursor: pointer;
}

.gallery-page .fail-message {
    display: none;
    text-align: center;
    font-size: 22px;
    color: #999;
    margin-top: 50px;
}

.gallery-page .fail .fail-message {
    display: block;
}

.gallery-page .del {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -20px;
    top: -15px;
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    border: 1px solid #fff;
    background-color: white;
    border-radius: 50%;
}

.gallery-page .edit {
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    font-size: 30px;
    text-align: center;
    right: -20px;
    bottom: 10px;
    opacity: 1;
    -webkit-transform: scale(0.6);
    transform: scale(0.6);
    border: 1px solid #fff;
    background-color: white;
    border-radius: 50%;
}

@media (max-width: 1350px) {
    .gallery-page #mix-container #lists .mix,
    .gallery-page #mix-container #lists .gap {
        width: 31.5%;
    }
}

@media (max-width: 750px) {
    .gallery-page #mix-container #lists .mix,
    .gallery-page #mix-container #lists .gap {
        width: 48%;
    }
}

/* ======= dock ======= */

#dock-content > div {
    display: none;
}

#dock-content .active-content .modal-placeholder {
    position: relative;
    visibility: visible;
    display: block;
    height: 100%;
    width: 100%;
    text-align: center;
    font-size: 20px;
    left: 0;
}

/* ============ DATA TABLE ============== */

div.dataTables_paginate {
    white-space: nowrap;
    text-align: left;
}

div.dataTables_info {
    float: right;
    padding-top: 12px;
}

.dataTables_length {
    float: right;
    margin: 2px 0;
}

div.dataTables_filter {
    text-align: left;
    margin: 6px 0;
}

.dataTables_filter {
    float: left;
}

table.dataTable td.dataTables_empty {
    padding: 50px !important;
    background: #f6f6f6 !important;
    text-align: center;
}

/* ===== CLOCK ===== */
/*#clock input, p {*/
/*border: 0px;*/
/*font-size: 12px;*/
/*text-align: center;*/
/*}*/

/* ===== PROFILE ===== */

body.profile-page .profile-settings-btn {
    left: 20px;
}

.list-inline {
    padding-right: 0;
    margin-right: -5px;
}

.list-unstyled {
    padding-right: 0;
}

.tab-block .nav-tabs > li {
    float: right;
    margin-bottom: -1px;
}


/* ============== btn group ================= */

.input-group-addon:first-child {
    border-left: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.panel-controls {
    float: left;
}

#activity_icon, #typecat_icon, #factCat_icons {
    color: #4a89dc;
}

#activity_icon option, #typecat_icon option, #factCat_icons option {
    font-size: 30px;
    color: #4a89dc;
}

/* BUSS STYLE */

.fa-stack-inside {
    position: relative;
    display: inline-block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    vertical-align: middle;
}

.fa-stack-inside-1x {
    position: absolute;
    left: 16px;
    top: 14px;
    font-size: 14px;
}

.fa-stack-inside-2x {
    position: absolute;
    left: 0;
    width: 100%;
    line-height: inherit;
    font-size: 22px;
    font-weight: 100;
}

.signs {
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
    text-align: center;
    min-width: 40px;
    color: #999;
    margin-top: 5px;
}

.details {
    background-color: #f3f3f3;
    box-shadow: 0 2px 0 #e6e6e6;
    padding: 10px;
    border-radius: 5px
}

.details p {
    text-align: left;
    color: #343434;
    font-size: 14px;
    line-height: 1.5em
}

.seatWrap {
    position: relative;
    background-color: #fff;
    border: 1px solid #c6c6c6;
    border-radius: 5px;
    text-align: center;
    max-width: 600px;
    margin: 10px auto auto
}

.seatWrap p {
    margin: 10px 0;
    font-size: 12px;
    color: #a8a6a6;
    font-weight: 300
}

.front {
    position: absolute;
    left: -6px;
    width: 45px;
    height: 170px;
    background: url(../../medias/images/buss/BusFront.png) 0 0 no-repeat;
    background-size: 60% 100%;
}

.seatWrap .seats {
    display: inline-block;
    margin: auto
}

.seatWrap .seats ul {
    overflow: hidden;
    margin: 2px
}

.seatWrap .seats ul > li {
    padding: 0
}

.seatWrap .seats li {
    display: inline
}

.seatWrap .seats li a {
    display: block;
    float: left;
    width: 27px;
    height: 27px;
    margin: 3px 4px 0 0
}

.seatWrap .seats .seatSide {
    display: inline-block;
    margin: 10px
}

.seatWrap .seats li.seat a {
    background-color: #fff;
    border: 1px solid silver;
    font-size: 11px;
    width: 27px;
    height: 27px;
    text-decoration: none;
    padding-top: 6px;
    border-radius: 5px
}

.seatWrap .seats li.blocked a {
    background-color: #c5c5c5;
    border: #c5c5c5;
    color: #888;
    cursor: not-allowed
}

.seatWrap .seats li.available a {
    background-color: #fff;
    cursor: pointer;
    color: #22819c
}

.seatWrap .seats li.selected a {
    background-color: #73bb46;
    border: 1px solid #73bb46;
    cursor: pointer;
    color: #fff
}

.seatWrap .seats li.green a {
    background-color: #73bb46;
    border: 1px solid #73bb46
}

.seatWrap .seats li.BookedForMale a {
    background-color: #aee2fa;
    border: 1px solid #aee2fa;
    color: #fff
}

.seatWrap .seats li.BookedForFemale a {
    background-color: #ffb2d3;
    border: 1px solid #ffb2d3;
    color: #fff
}

.seatWrap .seats li.noseat a {
    background-color: #fff;
    border: 1px solid #fff;
    width: 27px;
    height: 27px;
    cursor: default;
    color: #fff
}

.invoiceTable .total-price {
    background: #eee
}

.invoiceTable td {
    text-align: center
}

.legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 21px;
    font-size: 21px;
    line-height: inherit;
    color: #3a3f51;
    border: 0;
    /*border-bottom: 1px solid #e5e5e5*/
}

.flot-chart .legend > table tr td {
    padding: 3px
}

.flot-chart .legend > table tr td:first-child {
    padding-right: 3px
}

.flot-chart .legend > table tr td:last-child {
    padding-left: 3px
}

.flot-chart .legend > table tr + tr td {
    padding-top: 0
}

.flot-chart .legend > div:first-child {
    border-color: rgba(0, 0, 0, .1) !important
}

.flot-chart .legend .legendColorBox > div, .flot-chart .legend .legendColorBox > div > div {
    border-radius: 400px
}

.legend.type1 > div {
    max-width: 650px;
    margin-right: auto;
    margin-left: auto
}

.legend.type1 div.seat {
    width: 22px;
    height: 22px;
    border-radius: 5px !important
}

.legend.type1 ul {
    margin-top: 20px
}

.legend.type1 ul li {
    padding-top: 5px;
    padding-bottom: 5px;
    list-style-type: none
}

.legend.type1 p {
    text-align: right;
    color: #999;
    font-size: 12px;
    margin-right: 25px;
    margin-top: -20px;
    margin-bottom: 0;
    float: right
}

.legend.type1 .available {
    background-color: #fff;
    border: 1px solid silver;
    border-radius: 5px
}

.legend.type1 .green {
    background-color: #73bb46;
    border: 1px solid #73bb46;
    border-radius: 5px
}

.legend.type1 .gentleman {
    background-color: #aee2fa;
    border: 1px solid #aee2fa;
    border-radius: 5px
}

.legend.type1 .blocked {
    background-color: #c5c5c5;
    border: 1px solid #c5c5c5;
    border-radius: 5px
}

.legend.type1 .ladies {
    background-color: #ffb2d3;
    border: 1px solid #ffb2d3;
    border-radius: 5px
}

@media (min-width: 768px) {
    .dl-horizontal dt {
        float: right;
        width: 160px;
        clear: right;
        text-align: left;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap
    }

    .dl-horizontal dd {
        margin-right: 180px
    }
}

.dl-horizontal dd:after, .dl-horizontal dd:before {
    content: " ";
    display: table
}

.list-options-city {
    width: 100%;
    display: block;
    /*overflow-y: auto;*/
    max-height: 200px;
    z-index: 9999;
    position: absolute;
    background-color: #fff;
    border: 1px solid #000;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;

    padding: 10px;
    border-bottom: solid 1px #ddd;
    overflow: hidden;
    text-decoration: none;
    color: #333;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
}

.list-options-city a {
    text-decoration: none;
}

/* FLIGHT LIST */
.strip_all_flight_list {
    margin-bottom: 30px;
    background-color: #fff;
    display: block;
    color: #777;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.strip_all_flight_list h3 {
    text-transform: uppercase;
}

.flight_list_desc {
    padding: 5px 0 0 20px;
    border-left: 1px solid #000000;
    height: 148px;
    line-height: 17px;
}

.flight_list_desc h3 {
    font-size: 18px;
    line-height: 20px;
    margin-top: 0;
    margin-bottom: 10px;
}

.flight_list_desc .rating {
    margin: 15px 0 3px -3px;
    font-size: 15px;
}

.img_list_flight {
    overflow: hidden;
    min-height: 148px;
    text-align: center;
    position: relative;
    border-left: 1px solid #000000;
}

/*.img_list_flight img {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    position: absolute;*/
/*    right: 0%;*/
/*    margin-top: -25px;*/
/*}*/

.img_list_flight .short_info_flight {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px 5px 8px 10px;
    color: #000000;
}

.price_list_flight {
    display: table;
    height: 148px;
    /* font-size: 38px; */
    color: #000000;
    width: 100%;
    margin-right: -9px;
    text-align: center;
}

.price_list_flight p {
    margin-top: 10px;
    font-size: 25px;
    color: #000000;
    /* padding: 0;
    margin: 0; */
}

.price_list_flight .btn-book {
    bottom: 0px;
    position: absolute;
    right: 0;
    left: 19px;
    width: auto;
}

/* .price_list_flight a {
    width: auto;
    height: 100%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
} */

.price_list_flight small {
    font-size: 11px;
    color: #999;
    display: block;
    margin-bottom: 10px;
    line-height: 12px;
}

.price_list_flight div {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    background: #da0000;
    /*position: absolute;*/
    /*left: 0;*/
    /* right: 0; */
    /*top: 0;*/
    /*bottom: 0;*/
    /*width: 161px;*/
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.flight_list_desc .inline_block {
    display: inline-block;
}

.flightclass {
    margin-top: 15px;
    font-size: 15px;
    font-weight: bold;
}

.flighttotaltime {
    width: auto;
    padding-left: 0 !important;
}

.flightrouting {
    margin-top: 15px;
    position: relative;
}

.flightfrom {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}

.flightto {
    text-align: center;
    font-size: 14px;
    line-height: 23px;
}

.flightinfo {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

.flightinfo .title {
    font-weight: bold;
}

.flightinfo i {
    color: #da0000;
}

.flightinfo .brl {
    border-left: 1px solid #000000;
    min-height: 50px;
}

.flightinfo small {
    line-height: 33px;
}

.flightdetails {
    clear: both;
    padding: 10px;
}

.flightdetails .detailsmsg {
    font-size: 14px;
    text-align: center;
    margin: 8px 20px;
    padding: 10px;
    color: #a5a5a5;
    background-color: #f9f9f9;
}

.flightclasstitle{
    padding: 10px;
    margin: 10px 0 20px;
    clear: both;
    overflow: hidden;
    font-size: 13px;
    border-bottom: 1px dashed #e1e1e1;
}

.admin-form .section-divider .pass-type {
    background: #3eafd8 !important;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    top: -15px;
}

tr:hover .row-actions{
    position: static;
}
.row-actions{
    color: #a7aaad;
    font-size: 13px;
    padding: 6px 0;
    position: relative;
    right: -9999em;
}
