.navbar-laravel {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.navbar .navbar-brand {

}

.navbar {
    /*padding: 10px;*/
    border-radius: 0;
    border: none;
    width: 100%;
    display: table;
    background: #fff;
    z-index: 10;

}

.shadow-sm {
    box-shadow: 0 0 5px 1px #0000004a;
}

.shadow-xs {
    box-shadow: 0 0 4px 1px rgba(89, 89, 89, 0.16);
}

.btn-flat {
    box-shadow: none !important;
}

.btn {
    /*box-shadow: 0px 0px 4px 0px #0000004a;*/
    box-shadow: 0 0 4px 1px rgba(89, 89, 89, 0.16);
}

body {
    font-family: Nunito, serif;
    background: #d5d5d5;
    overflow-y: scroll;
}

.side-bar-menu {
    list-style: none;
    padding: 10px;
}

.side-bar-menu .side-bar-menu-item a:hover {
    color: #600500;
}

.side-bar-menu .side-bar-menu-item {
    margin: 0;
}

.side-bar-menu .side-bar-menu-item a {
    padding: 10px;
    display: block;
    width: 100%;
    color: #444;
    cursor: pointer;
    text-decoration: none;

}

.navbar-content > .navbar-section {
    display: table-cell;
    vertical-align: middle;
}

.navbar-content {
    width: 100%;
    display: table-row;
}

.navbar-section.account-control {
    min-width: 250px;
    text-align: right;
}

.nav-brand {
    width: 250px;
    min-width: 250px;

}

.row-bar {
    padding: 15px 20px;
    position: relative;

}

.layout-fixed .wrapper {
    box-sizing: border-box;
    padding: 70px 0 50px 0;
    margin-left: 250px;

}

.center-content {

    padding-right: 250px;
}

.narrow-container {
    max-width: 680px;
    margin: auto;
}

.layout-fixed .navbar {
    position: fixed;
    left: 0;
    top: 0;
}

.layout-fixed .side-bar {
    position: fixed;
    left: 0;
    width: 250px;
    z-index: 9;
    top: 50px;

}

.panel .panel-footer {
    border: none;
}

.panel {
    border: 1px solid #ddd;
}

.n-br {
    border: none;
}

.container {
    max-width: none !important;
    width: auto !important;
}

.page-title {
    font-size: 30px;
    color: #444;
    margin-bottom: 20px;
}

.app-item .app-status.online {
    color: #f00;
}

.app-item .app-status {
    color: #333;
}

.app-item .app-info {
    padding: 10px;

}

.app-item .app-icon img {
    width: 100%;
}

.app-item .app-icon {
    width: 100px;
    /*background: #fff;*/
    padding: 15px;
    box-sizing: border-box;
    border-right: 1px solid #dfdfdf;
}

.app-item .app-title {
    font-size: 20px;
    color: #111;
}

.app-item:hover .app-icon {
    background: #00a65a;

}

.app-item .app-icon {
    min-width: 100px;
    width: 100px;
    max-width: 100px;
    text-align: center;
    /*transition: background .5s;*/
}

.app-item:hover {
    color: #103b5f;
    box-shadow: 0 0 6px 1px rgba(89, 89, 89, 0.26);
}

.app-item {
    background: #fff;
    cursor: pointer;
    display: flex;
    margin-bottom: 20px;
    border-radius: 5px;
    text-decoration: none !important;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    flex-direction: row;

}

.w-100 {
    width: 100%;
}

.b-w {
    background: #fff;
}

.row-bars .row-bar:last-child {
    border-bottom: none;
}

.row-bars .row-bar {
    border-bottom: 1px solid #dfdfdf;;
}

.round {
    border-radius: 5px;
    overflow: hidden;
}

.c-p {
    cursor: pointer;
}

.c-bdr {
    border: 1px solid #dfdfdf;
}

.relative-right {
    position: absolute;

    top: 0;

    bottom: 0;
    right: 0;
}

.hover-light:hover {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.hover-gray:hover {
    background: rgb(210,210,210);
    color: #000;
}

.btn-trans {
    border-radius: 0;
    box-shadow: none;
    border: none;
    background: none;
}


/* dropdown */

.r-dropdown .r-menu-item:hover {
    background: #dfdfdf;
}

.r-dropdown .r-menu-item.r-d-sel {
    background: #00366c;
    color: #fff;
}
.r-dropdown .r-menu-item {
    padding: 5px 15px;
    cursor: pointer;
}

.r-dropdown {
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    width: 100%;
    background: #fff;
    padding: 5px 0;

}
.r-dropdown.scrollable {
    max-height: 200px;
    overflow: auto;
}
/* dropdown */



.load-nav * {
    pointer-events: none;
}

.load-nav {
    opacity: 0;
    position: fixed;
    pointer-events: none;
    transition: opacity .5s;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    z-index: 1051 !important;

}

.load-bar {

    width: 100%;
    height: 100%;

    /*background-color: #fdba2c;*/
}

.load-bar .bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center;
}

.load-bar .bar:nth-child(1) {
    background-color: #da4733;
    animation: loading 3s linear infinite;
}

.load-bar .bar:nth-child(2) {
    background-color: #3b78e7;
    animation: loading 3s linear 1s infinite;
}

.load-bar .bar:nth-child(3) {
    background-color: #fdba2c;
    animation: loading 3s linear 2s infinite;
}

@keyframes loading {
    from {
        left: 0;
        width: 0;
        z-index: 100;
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10;
    }

    to {
        left: 0;
        width: 100%;
    }
}


.dark-mode .toast-tower .toast .toast-content {
    
    border-radius: 5px;
    border: 1px solid #eee;
    box-shadow: 0 0 4px 1px rgba(89, 89, 89, 0.26);
}

.dark-mode .toast-tower .toast .toast-info {


    /*background: #fff;*/
    color: #444;

}


.user-photo:hover {
    opacity: .5;
}
.user-photo {
    cursor: pointer;
    float:right;width:40px;border-radius: 50%;height:40px;overflow: hidden;
}
.acount-control-bar {
    width: 100%;

    display: table;
    padding: 10px 20px;
}

.r-menu-right {
    text-align: right;
}

.sharp {
    border-radius: 0 !important;
}

.no-shadow {
    box-shadow: none;
}

.collection .pages {
    text-align: center;
}

.collection .pages
> * {
    border: none;
    /*border-left: none;*/
    /*border-right: none;*/
}

.collection .table tbody tr:hover {
    background: #00366c;
    color: #fff;
}

.collection .table td {
    border-top: none;
}

.collection .table tbody {
    border: 1px solid #ddd;
}


li.divider {
    border-bottom: 1px solid #ddd;
}

.mrt-10 {
    margin-top: 10px;
}

.mrt-20 {
    margin-top: 20px;
}

/* <loading-animation> */
.spinner {
    margin: 100px auto 0;
    width: 100px;
    margin-top: 0;
    text-align: center;
}

.spinner > div:last-child {

    margin-right: 0;
}


.spinner > div {
    width: 10px;
    margin-right: 10px;
    height: 10px;
    background-color: #333;

    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
.spinner.white > div {
    box-shadow: 0 0 2px 0px #727272;
    background: #fff;
}
.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0)
    }
    40% {
        -webkit-transform: scale(1.0)
    }
}

@keyframes sk-bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1.0);
        transform: scale(1.0);
    }
}

/* </loading-animation>*/

@-webkit-keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.fade-in {
    animation: fade-in .5s ease-in-out both;
}

.user-avatar {
    position: relative;
    padding: 20px 0;
}
.no-box-shadow {
    box-shadow: none!important;
}
.user-avatar-preview {
    width: 200px;
}

.upload-avatar-button-container {
    background: rgba(255, 255, 255, .5);
    position: absolute;
    right: 10px;
    bottom: 10px;
}

.no-pointer {
    pointer-events: none !important;
}

@media (max-width: 1190px) {
    .center-content {
        padding-right: 0;
    }
}
@media (max-width: 955px) {
    .mobile-user-control {
        display: block!important;
    }
}

.menu-toggle .menu-toggle-bar:last-child {
    margin-bottom: 0;
}
.menu-toggle .menu-toggle-bar {
    height: 3px;
    width: 100%;
    background: #555;
    display: block;
    margin-bottom: 5px
}

.menu-toggle:hover {

    background: #f2f2f2;
}
.menu-toggle .menu-back {
    display: none;
}
.expanded .menu-toggle .menu-back {
    display: block;
}
.expanded .menu-toggle .menu-bars {
    display: none;
}
.menu-toggle {
    cursor: pointer;
    display: none;
    width: 40px;
    float: left;
    padding: 5px;
    margin: 10px

}
.no-border {
    border: none!important;
}
.wrapper.main-content {
  padding-left: 10px;
  padding-right: 10px;

}
@media (max-width: 955px) {
    .wrapper.main-content {
        margin-left: 0;
    }

    .wrapper.main-content {
        padding-left: 10px;
        padding-right: 10px;
    }

    /*.center-content {*/
    /*padding-right:0 ;*/
    /*}*/
    .menu-toggle {
        display: inline-block;

    }

    .layout-fixed .side-bar {

        left: -250px !important;

    }

    .navbar-content .navbar-section {
        display: none;
    }
    .navbar-content .navbar-section.nav-brand {
    width: 100%;
        display: block;
    }
    .mobile-user-control {
        display: block;
    }
    .expanded .side-bar {
        height: 100%;
        border-right: 1px solid #ddd;
        background: #fff;
        left: 0 !important;
    }

}
.mobile-user-control {
    display: none;
}
.fixed {
    position: fixed!important;
}

/* modal  */

.r-modal {
    overflow: auto !important;
}

.r-modal .modal-body .form-control:focus, .r-form .form-control:focus {
    border-bottom: 2px solid #1d68a7;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    margin-bottom: 0;
}

.r-modal .modal-body .form-control, .r-form .form-control {
    box-shadow: none;
    margin-bottom: 0px;

    border: none;
    background: #f1f3f4;

}

.r-modal .modal-content {
    overflow: hidden;
    border-color: #ccc;
}

.r-modal {
    transition: opacity .2s;
    opacity: 0;
    background: rgba(0, 0, 0, .1);
}

.r-modal .modal-footer {
    background: #efefef;
}

.r-modal .modal-body {
    /*padding-top:0 ;*/
}

.modal-header.bo-bottom-border h4 {
    margin: 0;
}

.bo-bottom-border {
    border-bottom: none;
}

.bo-top-border {
    border-top: none;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0,0)!important; 
      -ms-transform: translate(0,0)!important;
      -o-transform:translate(0,0)!important;
       transform: translate(0,0)!important;
    }
    .modal-occupier {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.3);
        opacity: 0;
        transition: opacity 1s;
      }
/* modal  */


.r-table tr td, .r-table tr th {
    padding: 12px 15px !important;
  }

      .doc-page td,.doc-page th,.doc-page table {
          border-color: #000!important;
      }
      
      .doc-page td.numer {
          text-align: right;
      }
      .doc-page .no-vertical tbody {
          border: none!important;
      }
      .doc-page .no-vertical thead {
          border: 1px solid #000;
      }
      .doc-page .no-vertical tbody td{
        border-bottom: none!important;
        border-top: none!important;
      }
      .doc-page table.stat-tab{
        border: none;
      }
      .doc-page * {
          font-family: Arial, Helvetica, sans-serif!important;
      }
      
      .doc-page-element {
        box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.5);
        border-radius: 5px;
        margin-bottom: 20px;
        background: #fff;
      }
      
      

      body.limit {
          overflow: hidden;
          
      }
      .backdrop-panel {
          position: absolute;
          top:0;
          width: 100%;
          background-color: rgba(0,0,0,.5);
          left:0;
          height: 100%;
      }
      textarea.form-control {
          width: 100%;
          resize: vertical;
      }

/* context menu */

.context-menu-container {
    position: absolute;
    z-index: 100000;
    background: none;
    min-width: 150px;

    /*background: #800000;*/
}
.context-menu-container {
    opacity: 0;
}
/* context menu */


/* toast */

.toast-tower {
    position: fixed;
    left: 50% !important;
    bottom: 0;
    z-index: 20000;
    margin: 30px;
    padding: 10px;
    margin-left: -150px !important;
    /* width: 300px; */
    /*height: 100%;*/
}

.toast-tower .toast {

    color: #444;
    cursor: pointer;
    border-color: #ccc;

}
.toast-tower .toast .toast-content {
    background: #333 !important;
    color: #fff;
}
.toast-tower .toast .toast-message {
    background: none!important;
}
.toast-tower .toast .toast-info {
    margin-left: -30px;
    background: none;
    color: #fff;
    padding-left: 30px;
    width: 100%;
}
.toast-tower .toast.error .i-icon:before {
    color: #ff7777 !important;
}

.toast-tower .toast.error .toast-info div {
    font-size: 17px;
}

.toast-tower .toast.success .toast-info div {
    /*background: #fff !important;*/
    /*color: #333 !important;*/
    font-size: 17px;
}

.toast-tower .toast.error .toast-info div {
    
    color: #ff7777 !important;

}

.toast-tower .toast .toast-icon i:before {
    font-size: 30px;
}

.toast-tower .toast .toast-icon {

    color: #333 !important;

}
/* toast */
#print-div {
    display: none;
}


.doc-page-element * {
    /* font-family: Verdana, Geneva, Tahoma, sans-serif */
    font-family: inherit;
}
.code-table td{
    padding:8px 10px;
    font-size: 15px;
}
.code-table:empty {
    display: none;
}
.hidden {
    display: none;
}
.code-row {
    cursor: pointer;
}
.code-row:hover * {
    color:#fff!important;
}
.code-row:hover {

    color:#fff;
    background-color: rgba(0,0,0,0.5)!important;

}
.has-error .form-control{

}

.flex-row {
    width: 100%;
    display: flex;
    flex-direction: row;
}
.flex-row > div:nth-child(1) {
    width: 50px;
}
.flex-row > div:nth-child(2) {
    max-width: 100px;
    min-width: 100px;
    width: 100px;
}
.flex-row > div:nth-child(3) {
    width: 100%;
}
.flex-row > div:nth-child(4) {
    width: 250px;
}
.flex-row > div {
    padding:5px 10px
}
.flex-row > div:nth-child(5) {
    width: 250px;
}
.flex-row > div:nth-child(6) {
    width: 250px;
}
.flex-row > div:nth-child(7) {
    width: 250px;
}
.flex-row > div:nth-child(8) {
    width: 50px;
}

.code-box-container >*:nth-child(1)  .go-brrr{
    display: none;
}
.code-row.odd {
    background: #f3f3f3;
}
.bg-white {
    background: #fff;
}
