* {
  font-family: 'DroidArabicKufiRegular';
  font-weight: normal;
  font-style: normal; 

  -webkit-user-select: none; /* Chrome/Safari */        
-moz-user-select: none; /* Firefox */
-ms-user-select: none; /* IE10+ */

/* Rules below not implemented in browsers yet */
-o-user-select: none;
user-select: none;
}

.button-system button {
  border-radius: 20px;
  font-size: 18px;
  float: left;
  border: none;
  margin-right: 10px;
  padding: 5px 20px; }
  .button-system button.btn-default {
    background: #ccc;
    color: #fff; }

.update-system .dropdown-menu {
  width: 280px; }
  li.update-system  {
    padding: 5px 10px; }
    li.update-system span {
      display: inline-block;
      font-size: 16px; }
    li.update-system a {
      display: inline-block;
      padding: 5px 20px;
      font-size: 16px;
      background: #faa41a;
      color: #333;
      border-radius: 20px; }

.custom-form input, .custom-form select, .custom-form textarea {
  border: none;
  border-bottom: 1px solid #ddd;
  box-shadow: none;
  border-radius: 0; }
  .custom-form input:hover, .custom-form input:focus, .custom-form select:hover, .custom-form select:focus, .custom-form textarea:hover, .custom-form textarea:focus {
    box-shadow: none; }
.custom-form button {
  border: none;
  padding: 5px 30px;
  border-radius: 20px; }
  .custom-form button.btn-default {
    background: #ccc;
    color: #fff; }
  .custom-form button.btn-info {
    background: #0093c1; }
.custom-form .button-left {
  float: left;
  margin-right: 5px; }
.custom-form .button-right {
  float: right;
  margin-left: 5px; }

.num {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold; }

.btn-system {
  background: #0093c1;
  color: #fff; }

.inside-icon {
  position: relative; }
  .inside-icon img, .inside-icon svg, .inside-icon i, .inside-icon .fa, .inside-icon .fas, .inside-icon .far {
    position: absolute;
    top: 5px; }

.contain-box {
  border-radius: 5px;
  background: #fff;
  margin: 10px 0;
  padding: 25px 40px; }

.main-title {
  font-size: 20px;
  font-weight: bold;
  color: #0093c1; }

.border-data {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 10px; }

.table-style {
  border-collapse: inherit;
  border-spacing: 0 3px;
  margin-bottom: 0; }
  .table-style > thead > tr {
    border: none; }
    
    .table-style > thead > tr > th {
      background: #0e2d3f;
      font-weight: normal;
      font-size: 16px;
      color: #fff;
      border: none; }
    .table-style > thead > tr.deleted > th {
        background: #a94442;
    }
      .table-style > thead > tr > th:first-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px; }
      .table-style > thead > tr > th:last-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px; }
  .table-style > tbody > tr {
    border: none; }
    .table-style > tbody > tr > td {
      border: none; }
      .table-style > tbody > tr > td .actions-table {
        margin-bottom: 0; }
        .table-style > tbody > tr > td .actions-table > li {
          display: inline-block; }
          .table-style > tbody > tr > td .actions-table > li > a {
            font-size: 16px;
            padding: 0 5px;
            color: #0d1927; }
          .table-style > tbody > tr > td .actions-table > li .dropdown button {
            padding: 0 5px;
            font-size: 16px;
            color: #0d1927 !important;
            background: transparent !important;
            border: none; }
      .table-style > tbody > tr > td:first-child {
        border-top-right-radius: 7px;
        border-bottom-right-radius: 7px; }
      .table-style > tbody > tr > td:last-child {
        border-top-left-radius: 7px;
        border-bottom-left-radius: 7px; }
/*    .table-style > tbody > tr:hover td {
      background: #0093c1 !important;
      color: #fff !important; }*/
/*      .table-style > tbody > tr:hover td .actions-table > li > a {
        color: #fff !important; }
      .table-style > tbody > tr:hover td .actions-table > li .dropdown button {
        color: #fff !important; }*/
  .table-style > tbody > tr:nth-child(even):not(.warning):not(.danger):not(.info):not(.success) td {
    background: #efefef; }

.red-span {
  color: #b72c00 !important; }

.green-span {
  color: #008405 !important; }

.orang-span {
  color: #be9400 !important; }

.cus-moadle .modal-dialog {
  width: 700px; }
.cus-moadle .modal-body {
  padding: 20px 50px; }

footer {
  text-align: center;
  background: transparent;
  padding: 5px; }
  footer p {
    color: #fff;
    margin-bottom: 0; }

.search-form {
  background: #efefef;
  padding: 7px;
  border-radius: 5px;
  margin-bottom: 7px; }
  .search-form form {
    margin-bottom: 0; }
    .search-form form .form-group {
      margin: 0;
      margin-bottom: 7px; }
    .search-form form .col-md-3, .search-form form .col-md-6 {
      padding-left: 10px;
      padding-right: 10px; }
    .search-form form input {
      height: 40px;
      border: 1px solid #eee;
      box-shadow: none;
      border-radius: 5px; }
    .search-form form button {
      float: left;
      border: none;
      border-radius: 20px;
      padding: 5px 30px;
      font-size: 18px;
      width: 150px; }

.title-actions .title {
  font-size: 18px;
  color: #555;
  float: right; }
.title-actions .form-title {
  float: right; }
  .title-actions .form-title form input, .title-actions .form-title form select {
    /*width: 180px;*/
    border-color: #eee;
    box-shadow: none;
    height: 35px;
    font-size: 12px; }
.title-actions .actions {
  float: left; }
  .title-actions .actions ul {
    margin-bottom: 0; }
    .title-actions .actions ul li {
      display: inline-block;
      margin-right: 10px; }
      .title-actions .actions ul li a {
        font-weight: bold;
        color: #0d1927;
        font-size: 16px; }

.summary-data {
  margin-top: 5px;
  background: #0093c1;
  border-radius: 5px;
  padding: 7px 10px; }
  .summary-data .data span {
    color: #fff;
    font-size: 18px;
    display: inline-block; }
    .summary-data .data span:last-child {
      background: #fff;
      padding: 5px 30px; }
  .summary-data.blue-s {
    background: #0e2d3f; }

.login-page, .bg-system {
  background: url("../images/background.jpg") no-repeat center;
  background-size: cover;
  min-height: 100vh;
  position: relative; }
  .login-page .box-login, .bg-system .box-login {
    width: 50%;
    height: 80%;
    margin: auto;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    border-radius: 10px 0 0 10px; }
    .login-page .box-login .side-login, .bg-system .box-login .side-login {
      width: 50%;
      float: left;
      padding: 10px 25px; }
      .login-page .box-login .side-login form, .bg-system .box-login .side-login form {
        margin-top: 5px; }
        .login-page .box-login .side-login form .title-login, .bg-system .box-login .side-login form .title-login {
          font-weight: bold;
          font-size: 22px;
          color: #0093c1; }
        .login-page .box-login .side-login form button, .bg-system .box-login .side-login form button {
          font-weight: bold;
          font-size: 18 px;
          border-radius: 20px;
          padding: 3px 35px;
          float: left; }
      .login-page .box-login .side-login:nth-child(2), .bg-system .box-login .side-login:nth-child(2) {
        background: url("../images/side-login.jpg") no-repeat;
        background-size: cover;
        height: 100%; }
    .login-page .box-login.regist-box, .bg-system .box-login.regist-box {
      border-radius: 10px;
      padding: 20px 60px;
      width: 80%; }
      .login-page .box-login.regist-box .steps-regist, .bg-system .box-login.regist-box .steps-regist {
        position: absolute;
        top: -12.5px;
        left: 0;
        width: 100%; }
        .login-page .box-login.regist-box .steps-regist ul, .bg-system .box-login.regist-box .steps-regist ul {
          width: 100%;
          margin-bottom: 0;
          text-align: center; }
          .login-page .box-login.regist-box .steps-regist ul li, .bg-system .box-login.regist-box .steps-regist ul li {
            display: inline-block;
            margin: 0 10px; }
            .login-page .box-login.regist-box .steps-regist ul li a, .bg-system .box-login.regist-box .steps-regist ul li a {
              display: block;
              padding: 2px;
              width: 25px;
              height: 25px;
              font-size: 16px;
              background: #0093c1;
              color: #fff;
              border-radius: 50%;
              font-family: Arial;
              font-weight: bold; }
            .login-page .box-login.regist-box .steps-regist ul li.active a, .bg-system .box-login.regist-box .steps-regist ul li.active a {
              background: #faa41a;
              color: #333; }
      .login-page .box-login.regist-box .register-step2 .btn-prev, .bg-system .box-login.regist-box .register-step2 .btn-prev {
        float: right !important;
        margin-right: 0 !important; }

.top-menu .navbar {
  border-radius: 0;
  margin-bottom: 0; }
  .top-menu .navbar .nav > li > a {
    font-size: 16px;
    padding: 15px 30px;
    font-weight: bold; }
  .top-menu .navbar .nav.nav-icon > li > a {
    padding: 5px 15px; }
  .top-menu .navbar .dropdown-menu {
    left: 0;
    right: auto; }
    .top-menu .navbar .dropdown-menu li a {
      font-size: 16px; }

.dashboard .search {
  margin-bottom: 20px; }
  .dashboard .search .form-group {
    width: 100%; }
  .dashboard .search .inside-icon input {
    width: 100%;
    border-radius: 1px;
    height: 45px;
    font-size: #131f2dpx; }
  .dashboard .search .inside-icon img {
    top: 10px;
    left: 10px; }
.dashboard .statistc .box-statistc {
  border: 1px solid #eee;
  margin-bottom: 20px;
  position: relative; }
  .dashboard .statistc .box-statistc .contain-box {
    position: relative;
    padding: 5px 10px; }
    .dashboard .statistc .box-statistc .contain-box p {
      margin-bottom: 0; }
      .dashboard .statistc .box-statistc .contain-box p:first-child {
        font-weight: bold;
        font-size: 18px; }
    .dashboard .statistc .box-statistc .contain-box .icon-box {
      position: absolute;
      top: 0;
      left: 15px; }
  .dashboard .statistc .box-statistc .foot-box, .dashboard .statistc .box-statistc .middle-box {
    background: #ddd;
    padding: 5px 10px; }
    .dashboard .statistc .box-statistc .foot-box p {
      color: #fff;
      float: right;
      margin-bottom: 0;
      font-size: 18px; }
    .dashboard .statistc .box-statistc .foot-box a {
      color: #fff;
      text-decoration: underline;
      float: left; }
  .dashboard .statistc .box-statistc .data-hover {
    position: absolute;
    top: 123px;
    right: -25px;
    border: 1px solid #eee;
    padding: 5px 10px;
    background: #fff;
    width: 360px;
    z-index: 2;
    box-shadow: 0 0 3px #ddd;
    display: none; }
    .dashboard .statistc .box-statistc .data-hover .arrow-up {
      position: absolute;
      top: -8px;
      right: 30px;
      width: 15px;
      height: 15px;
      background: #fff;
      border-top: 1px solid #eee;
      border-right: 1px solid #eee;
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      z-index: 1;
      box-shadow: 2px -2px 3px #eee; }
    .dashboard .statistc .box-statistc .data-hover ul {
      overflow: auto;
      margin-bottom: 0;
      max-height: 300px;
      padding: 5px; }
      .dashboard .statistc .box-statistc .data-hover ul li span {
        margin: 0 3px;
        font-size: 16px;
        margin-bottom: 5px; }
  .dashboard .statistc .box-statistc.orange-box .contain-box p:first-child {
    color: #ffa000; }
  .dashboard .statistc .box-statistc.orange-box .foot-box {
    background: #ffa000; }
  .dashboard .statistc .box-statistc.green-box .contain-box p:first-child {
    color: #4caf50; }
  .dashboard .statistc .box-statistc.green-box .foot-box {
    background: #4caf50; }
  .dashboard .statistc .box-statistc.red-box .contain-box p:first-child {
    color: #e64a19; }
  .dashboard .statistc .box-statistc.red-box .foot-box {
    background: #e64a19; }
  .dashboard .statistc .box-statistc.blue-box .contain-box p:first-child {
    color: #3f51b5; }
  .dashboard .statistc .box-statistc.blue-box .foot-box {
    background: #3f51b5; }
  .dashboard .statistc .box-statistc:hover .data-hover {
    display: block; }
.dashboard .statistc .box-total {
  background: #f5f5f5;
  padding: 10px;
  border: 1px solid #eee;
  margin-bottom: 15px; }
  .dashboard .statistc .box-total .first-box {
    float: right; }
    .dashboard .statistc .box-total .first-box p {
      margin-bottom: 0;
      font-size: 16px; }
      .dashboard .statistc .box-total .first-box p:first-child {
        margin-bottom: 5px;
        font-size: 20px;
        font-weight: bold;
        color: #0093c1; }
  .dashboard .statistc .box-total .last-box {
    float: left; }
    .dashboard .statistc .box-total .last-box p {
      margin-bottom: 0;
      font-size: 20px; }

.changepassword {
  padding: 10px 20px; }
  .changepassword .form-group {
    padding: 5px 25px; }
  .changepassword button {
    float: left;
    border: none;
    margin: 0 10px;
    padding: 5px 30px;
    font-size: 18px;
    border-radius: 20px; }
    .changepassword button:first-child {
      margin-left: 0; }
    .changepassword button.btn-info {
      background: #0093c1; }
    .changepassword button.btn-default {
      background: #ddd; }

#addMatmr .modal-dialog {
  width: 700px; }
#addMatmr .modal-body {
  padding: 20px 50px; }

.links-book {
  margin-bottom: 20px; }
  .links-book ul {
    margin-bottom: 0; }
    .links-book ul li {
      display: inline-block;
      margin-left: 20px;
      position: relative; }
      .links-book ul li a {
        font-size: 20px;
        color: #0093c1;
        font-weight: bold;
        text-decoration: none; }
      .links-book ul li:last-child {
        margin-left: 0; }
      .links-book ul li .arrow-down {
        position: absolute;
        bottom: -27px;
        right: 30px;
        width: 15px;
        height: 15px;
        background: #fff;
        border-top: 1px solid #ddd;
        border-right: 1px solid #ddd;
        transform: rotate(-45deg); }

/*.book-pages form button {
  border-radius: 20px;
  font-size: 20px;
  font-weight: bold; }*/
.book-pages form label span {
  color: #555; }
.book-pages form .add-pay {
  position: relative; }
  .book-pages form .add-pay input {
    text-indent: 5px; }
  .book-pages form .add-pay .btn-add {
    position: absolute;
    top: 0px;
    left: 10px;
    font-size: 12px;
    padding: 3px 10px;
    background: #be9400;
    color: #fff;
    font-weight: normal; }
  .book-pages form .add-pay .btn-del {
    padding: 0;
    background: transparent;
    position: absolute;
    top: 2px;
    color: #e21b1b;
    right: -7px; }
  .book-pages form .add-pay .btn-books {
    background: #0d8900;
    color: #fff;
    padding: 2px 10px;
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 20px;
    left: 0; }
.book-pages form.form-service .form-group {
  padding-right: 20px; }
.book-pages .head-accommadtion {
  margin-bottom: 10px; }
  .book-pages .head-accommadtion .title-head {
    float: right;
    color: #0093c1;
    font-size: 18px;
    font-weight: bold; }
    .book-pages .head-accommadtion .title-head span {
      font-size: 14px;
      color: #333; }
  .book-pages .head-accommadtion .add-room {
    float: right;
    margin-right: 10px;
    border: none;
    background: #0d8900;
    font-size: 16px;
    font-weight: bold;
    border-radius: 20px;
    padding: 5px 10px; }
  .book-pages .head-accommadtion .form-accommodation .form-group {
    width: 100%; }
    .book-pages .head-accommadtion .form-accommodation .form-group input {
      width: 100%;
      height: 40px;
      border: 1px solid #eee;
      box-shadow: none; }
    .book-pages .head-accommadtion .form-accommodation .form-group .icon-inside i, .book-pages .head-accommadtion .form-accommodation .form-group .icon-inside svg {
      font-size: 18px;
      color: #ccc; }
.book-pages .accommodation-rooms .room-box {
  margin-bottom: 10px; }
  .book-pages .accommodation-rooms .room-box .top-box {
    border-radius: 10px 10px 0 0;
    background: #0e2e3d;
    padding: 10px;
    position: relative; }
    .book-pages .accommodation-rooms .room-box .top-box p {
      margin-bottom: 0; }
      .book-pages .accommodation-rooms .room-box .top-box p.title {
        color: #f5e100;
        font-size: 18px; }
      .book-pages .accommodation-rooms .room-box .top-box p.name {
        color: #fff; }
    .book-pages .accommodation-rooms .room-box .top-box .num-room {
      position: absolute;
      left: 15px;
      top: 20px;
      color: #fff;
      font-size: 18px;
      font-family: Arial, Helvetica, sans-serif; }
  .book-pages .accommodation-rooms .room-box .foot-box {
    border-radius: 0 0 10px 10px;
    background: #e9e9e9;
    padding: 5px 10px; }
    .book-pages .accommodation-rooms .room-box .foot-box .num-person {
      float: right;
      margin-bottom: 0;
      font-weight: bold;
      font-size: 20px;
      color: #0e2e3d;
      font-family: Arial, Helvetica, sans-serif; }
      .book-pages .accommodation-rooms .room-box .foot-box .num-person span {
        color: #0d8900;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold; }
    .book-pages .accommodation-rooms .room-box .foot-box .tools-box {
      float: left; }
      .book-pages .accommodation-rooms .room-box .foot-box .tools-box > ul {
        margin-bottom: 0; }
        .book-pages .accommodation-rooms .room-box .foot-box .tools-box > ul > li {
          display: inline-block;
          margin-right: 10px; }
          .book-pages .accommodation-rooms .room-box .foot-box .tools-box > ul > li a {
            font-size: 18px;
            color: #0d1927; }
            .book-pages .accommodation-rooms .room-box .foot-box .tools-box > ul > li a.del {
              color: #e21b1b; }
          .book-pages .accommodation-rooms .room-box .foot-box .tools-box > ul > li .dropdown {
            position: relative; }
            .book-pages .accommodation-rooms .room-box .foot-box .tools-box > ul > li .dropdown button {
              padding: 0;
              border: none;
              font-size: 18px;
              background: transparent !important;
              color: #333 !important; }
            .book-pages .accommodation-rooms .room-box .foot-box .tools-box > ul > li .dropdown .dropdown-menu .box-arrow {
              position: absolute;
              top: -6px;
              right: 5px;
              background: #fff;
              width: 10px;
              height: 10px;
              border-top: 1px solid #ddd;
              border-right: 1px solid #ddd;
              transform: rotate(-45deg);
              -webkit-transform: rotate(-45deg);
              -moz-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              -o-transform: rotate(-45deg); }
          .book-pages .accommodation-rooms .room-box .foot-box .tools-box > ul > li:last-child {
            margin-right: 0; }

.deit-room-modal .modal-dialog {
  width: 800px; }

.icon-inside {
  position: relative; }
  .icon-inside i, .icon-inside svg, .icon-inside .fas, .icon-inside .far {
    position: absolute;
    top: 10px;
    left: 10px; }

.modal-add-newRoom .modal-dialog {
  width: 800px; }
.modal-add-newRoom .main-title {
  font-size: 20px; }
.modal-add-newRoom form {
  padding: 10px 30px; }
  .modal-add-newRoom form .title-section {
    font-size: 16px;
    color: #0093c1;
    font-weight: bold; }
  .modal-add-newRoom form .form-group {
    margin-bottom: 5px;
    padding-right: 15px; }
    .modal-add-newRoom form .form-group label {
      font-size: 16px; }
      .modal-add-newRoom form .form-group label [type="checkbox"] {
        width: 15px;
        height: 15px; }
      .modal-add-newRoom form .form-group label span {
        color: #0d8900;
        font-family: Arial; }

.title-note {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px; }

.custom-note {
  position: relative;
  margin-bottom: 10px; }
  .custom-note .date-note {
    position: absolute;
    top: 5px;
    left: 5px; }
  .custom-note .btn-add-note {
    position: absolute;
    bottom: -30px;
    padding: 5px 20px;
    font-size: 12px;
    left: 5px; }

.custom-add {
  position: relative; }
  .custom-add button {
    position: absolute;
    top: 5px;
    left: 5px;
    padding: 2px 10px;
    font-size: 12px;
    border-radius: 20px; }

.acco-setting .panel-group .panel {
  border-color: #0093c1; }
  .acco-setting .panel-group .panel .panel-heading {
    position: relative;
    background: #fff;
    border-bottom: none;
    padding-bottom: 0; }
    .acco-setting .panel-group .panel .panel-heading .title-top {
      font-weight: bold;
      font-size: 16px;
      color: #0093c1;
      margin-bottom: 7px; }
    .acco-setting .panel-group .panel .panel-heading .name-user {
      border-bottom: 1px solid #ddd;
      padding-bottom: 7px;
      margin-bottom: 0; }
    .acco-setting .panel-group .panel .panel-heading .arrow-coluaps {
      font-size: 26px;
      font-weight: bold;
      position: absolute;
      left: -14px;
      top: 20px;
      color: #0093c1; }
  .acco-setting .panel-group .panel .panel-body {
    border: none;
    max-height: 190px;
    overflow-x: auto; }
    .acco-setting .panel-group .panel .panel-body .content .row {
      margin-bottom: 10px; }
    .acco-setting .panel-group .panel .panel-body .content [type="text"] {
      width: 100px;
      box-shadow: none;
      border-color: #ddd; }
    .acco-setting .panel-group .panel .panel-body .content input {
      vertical-align: middle; }
    .acco-setting .panel-group .panel .panel-body .content label {
      font-size: 12px;
      display: inline-block;
      vertical-align: middle; }

.form-step4 .form-group {
  padding-right: 30px; }

.btn-default {
  color: #fff !important;
  background: #ccc !important; }

.edit-customerPage .data-user {
  padding-right: 30px; }
  .edit-customerPage .data-user .row {
    margin-bottom: 10px; }
  .edit-customerPage .data-user .add-move {
    background: transparent;
    padding: 0;
    font-weight: bold;
    font-size: 16px; }
  .edit-customerPage .data-user .add-note {
    position: relative; }
    .edit-customerPage .data-user .add-note .date-span {
      position: absolute;
      top: 5px;
      left: 0; }

.cus-butn {
  float: left !important; }

/*# sourceMappingURL=style.css.map */


.mobile-header
{
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0px;        
    padding: 15px;
    padding-right: 70px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    background: #fff;
    z-index: 4;
}

.mob-system
{
    padding-top: 10px;
}

.contain-mobile-box
{
    padding: 0px 10px;
}

.navbar-default.mobile
{
    background: transparent !important;
    border: 0px solid transparent !important;
}

.navbar-default.mobile .navbar-collapse
{
    background: #fff !important;
    border: 0px !important;
}

.table-rows
{
    color: #737373;
    border-top: 4px solid #3880fe;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 4px;
    
    webkit-box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 8px;
}

.table-rows.deleted
{
    border-top: 4px solid #a94442;
}
.table-rows.redable
{
    border-top: 4px solid red;
}

.table-rows h5, .table-rows h4
{
    color: #3171e0;
}
.table-rows h5 .pull-left, .table-rows h4 .pull-left
{
    color: #000;
}


.navbar-toggle {
    float: none;
    margin-right: 15px;    
}

.booking-warning
{
    /*position: relative;*/
/*    margin-right: -50px;*/
    color: #faa41a;
    font-size: 20px;
}

.border-success
{
    border: 1px solid #3c763d;
}

.text-force-bold, .text-force-bold *:not(i):not(.unbold)
{
    font-weight: bold !important;
}

.left-menu
{
    left: 0 !important;
    right: auto !important;
}

.gofade.out{
    opacity: 0;
}

.gofade {
    opacity: 1;
    transition:all 0.3s ease 0s;
    -webkit-transition:all 0.3s;
    -moz-transition:all 0.3s;
    transition:all 0.3s;
    
}