:root {
  --main-bg-color: #2a65c2;
  --main-dropdown: #6AA6D6;
  --h-active: #0d6efd33;
  --bg-color: #ebebeb;
  --element-color: #5e5e5e;
}

body {
    color: #525252;
    background: var(--main-bg-color) url("template/default/img/devoops_pattern_b10.png") 0 0 repeat;
    font-family: 'Source Sans Pro', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
}

.body-expanded, .modal-open {
    overflow-y: hidden;
    margin-right: 15px;
}

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

.modal-open #content {
    z-index: inherit;
}

.body-expanded .expanded-panel, .fancybox-margin .expanded-panel, .modal-open .expanded-panel {
    margin-right: 15px;
}

header .expanded-panel {
    width: 100%;
    padding-left: 12px;
}

.body-screensaver {
    overflow: hidden;
}

h1, .h1, h2, .h2, h3, .h3 {
    margin: 0;
}

.margin-top {
    margin-top: 0px;
}

.tt.active, .rr.active, .tt.active:hover, .rr.active:hover {
    background: var(--main-bg-color) url(template/default/img/devoops_pattern_b10.png) 0 0 repeat;
    cursor: pointer;
}


#logo {
    position: relative;
    background: var(--element-color) url("template/default/img/devoops_pattern_b10.png") 0 0 repeat;
    margin-left: -2px;
}

.clock-text {
    color: rgba(255,255,255,.6);
}

#logo a {
    color: #fff;
    font-family: 'Source Sans Pro', sans-serif;
    display: block;
    font-size: 20px;
    line-height: 50px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.navbar {
    margin: 0;
    border: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    box-shadow: 0 1px 2px #272727;
    z-index: 2000;
}

.body-expanded .navbar {
    z-index: 9;
}

a.show-sidebar {
    float: left;
    color: #6d6d6d;
    outline: none;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

a.show-sidebar:hover {
    color: #000;
}

#sidebar-left {
    position: relative;
    z-index: inherit;
    padding-bottom: 3000px !important;
    margin-bottom: -3000px !important;
    background: var(--main-bg-color) url("template/default/img/devoops_pattern_b10.png") 0 0 repeat;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#content {
    position: relative;
    z-index: 10;
    background: #ebebeb;
    box-shadow: 0 0 6px #131313;
    height: 100vh;
    overflow: scroll;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.full-content {
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.nav.main-menu, .nav.msg-menu {
    margin: 0 -15px;
}

.nav.main-menu > li > a, .nav.msg-menu > li > a {
    text-align: center;
    color: #f0f0f0;
    min-height: 40px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: rgba(0, 0, 0, 0.1);
}

.nav.main-menu > li > a:hover, .nav.main-menu > li > a:focus, .nav.main-menu > li.active > a, .nav.main-menu .open > a, .nav.main-menu .open > a:hover, .nav.main-menu .open > a:focus, .dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover, .dropdown-menu > li.active > a,
.nav.msg-menu > li > a:hover, .nav.msg-menu > li > a:focus, .nav.msg-menu > li.active > a, .nav.msg-menu .open > a, .nav.msg-menu .open > a:hover, .nav.msg-menu .open > a:focus {
    background: rgba(0, 0, 0, 0.1);
    color: #f0f0f0;
}

.nav.main-menu a.active, .nav.msg-menu a.active {
    background: rgba(0, 0, 0, 0.2);
}

.nav.main-menu a.active:hover, .nav.msg-menu a.active:hover {
    background: rgba(0, 0, 0, 0.2);
}

.nav.main-menu a.active-parent, .nav.msg-menu a.active-parent {
    background: rgba(0, 0, 0, 0.3);
}

.nav.main-menu a.active-parent:hover, .nav.msg-menu a.active-parent:hover {
    background: rgba(0, 0, 0, 0.3);
}

.nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
    font-size: 18px;
    width: auto;
    display: block;
    text-align: center;
    /* vertical-align: middle; */
}

.main-menu .dropdown-menu {
    position: absolute;
    z-index: 2001;
    left: 100%;
    top: 0;
    float: none;
    margin: 0;
    border: 0;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    padding: 0;
    background: var(--main-dropdown) url("template/default/img/devoops_pattern_b10.png") 0 0 repeat;
    box-shadow: none;
    visibility: hidden;
}

.main-menu .active-parent:hover + .dropdown-menu {
    visibility: visible;
}

.main-menu .active-parent + .dropdown-menu:hover {
    visibility: visible;
}

.main-menu .dropdown-menu > li > a {
    padding: 9px 15px 9px 40px;
    color: #f0f0f0;
}

.main-menu .dropdown-menu > li:first-child > a {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}

.main-menu .dropdown-menu > li:last-child > a {
    -webkit-border-radius: 0 0 4px 0;
    -moz-border-radius: 0 0 4px 0;
    border-radius: 0 0 4px 0;
}

#top-panel {
    line-height: 50px;
    height: 50px;
    background: #ebebeb;
}

#main {
    margin-top: 50px;
    min-height: 800px;
    overflow: hidden;
}

#search {
    position: relative;
    margin-left: 20px;
}

#search > input {
    width: 80%;
    background: #dfdfdf;
    border: 1px solid #C7C7C7;
    text-shadow: 0 1px 1px #EEE;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #686868;
    line-height: 1em;
    height: 30px;
    padding: 0 35px 0 10px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#search > input + i {
    opacity: 0;
    position: absolute;
    top: 18px;
    right: 10px;
    color: #fff;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

#search > input:focus {
    width: 100%;
    outline: none;
}

#search > input:focus + i {
    opacity: 1;
}

.panel-menu {
    margin: 0;
    padding-top: 5px;
    padding-right: 10px;

}

.top-panel-right {
    padding-left: 0;
}

.panel-menu > li > a {
    padding: 0 5px 0 10px;
    line-height: 50px;
}

.panel-menu > li > a:hover {
    background: none;
}

.panel-menu a.account {
    height: 50px;
    padding: 5px 0 5px 10px;
    line-height: 18px;
    text-decoration: none;
    color: #000;
}

.panel-menu i {
    margin-top: 8px;
    padding: 5px;
    font-size: 20px;
    color: var(--main-dropdown);
    line-height: 1em;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.panel-menu > li > a:hover > i {
    background: #f5f5f5;
}

.panel-menu i.pull-right {
    color: #000;
    border: 0;
    box-shadow: none;
    font-size: 16px;
    background: none !important;
}

.panel-menu .badge {
    margin-top: 3px;
    padding: 3px 6px;
    vertical-align: top;
    background: #f00;
}

.avatar {
    width: 40px;
    float: left;
    margin-left: 5px;
}

.user-mini {
    display: inline-block;
}

.user-mini > span {
    display: block;
    font-size: 12px;
    color: #363636;
    margin-bottom: -4px;
}

.user-mini > span.welcome {
    font-weight: bold;
    margin-top: 2px;
}

.panel-menu .dropdown-menu {
    position: absolute !important;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 0;
    border: 0;
    right: 0;
    left: auto;
    min-width: 100%;
}

.panel-menu .dropdown-menu > li > a {
    padding: 5px 10px !important;
    color: #f0f0f0;
}

.panel-menu .dropdown-menu > li > a > i {
    border: 0;
    padding: 0;
    margin: 0;
    font-size: 14px;
    width: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.well {
    padding: 10px;
    min-height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

.box {
    display: block;
    z-index: 1999;
    position: relative;
    border: 1px solid #f8f8f8;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.75);
    background: transparent;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.full-content .box {
    border: 0;
    margin-bottom: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.box-header {
    -webkit-border-radius: 3px 3px 0 0;
    -moz-border-radius: 3px 3px 0 0;
    border-radius: 3px 3px 0 0;
    color: #363636;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    border-bottom: 1px solid #E4E4E4;
    height: 28px;
}

.box-name, .modal-header-name {
    padding-left: 15px;
    line-height: 28px;
}

.box-name:hover {
    cursor: move;
}

.box-name > i {
    margin-right: 5px;
}

.box-icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
}

.no-move {
    display: none;
}

.expanded .no-move {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
}

.box-content {
    position: relative;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
    padding: 15px;
    background: rgba(255, 255, 255, .9);
}

.box-content.dropbox, .box-content.sortablebox {
    overflow: hidden;
}

.full-content .box-content {
    height: 100%;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
}

.box-icons a {
    cursor: pointer;
    text-decoration: none !important;
    border-left: 1px solid #fafafa;
    height: 26px;
    line-height: 26px;
    width: 28px;
    display: block;
    float: left;
    text-align: center;
    color: #b8b8b8 !important;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.box-icons a.beauty-table-to-json {
    width: auto;
    padding: 0 10px;
    font-size: 14px;
}

.box-icons a:hover {
    box-shadow: inset 0 0 1px 0 #CECECE;
}

.expanded a.close-link {
    display: none;
}

#sidebar-left.col-xs-2 {
    opacity: 0;
    width: 0%;
    padding: 0;
}

.sidebar-show #sidebar-left.col-xs-2 {
    opacity: 1;
    width: 16.666666666666664%;
    padding: 0 15px;
}

.sidebar-show #content.col-xs-12 {
    opacity: 1;
    width: 83.33333333333334%;
}

.expanded {
    overflow-y: scroll;
    border: 0;
    z-index: 3000 !important;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0px;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.expanded-padding {
    background: rgba(0, 0, 0, 0.7);
    padding: 50px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

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

.padding-15 {
    padding: 15px !important;
}

.no-padding .table-bordered {
    border: 0;
    margin: 0;
}

.no-padding .table-bordered thead tr th:first-child, .no-padding .table-bordered tbody tr th:first-child, .no-padding .table-bordered tfoot tr th:first-child, .no-padding .table-bordered thead tr td:first-child, .no-padding .table-bordered tbody tr td:first-child, .no-padding .table-bordered tfoot tr td:first-child {
    border-left: 0px !important;
}

.no-padding .table-bordered thead tr th:last-child, .no-padding .table-bordered tbody tr th:last-child, .no-padding .table-bordered tfoot tr th:last-child, .no-padding .table-bordered thead tr td:last-child, .no-padding .table-bordered tbody tr td:last-child, .no-padding .table-bordered tfoot tr td:last-child {
    border-right: 0px !important;
}

.table-heading thead tr {
    background-color: #f0f0f0;
    background-image: -webkit-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image: -moz-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image: -ms-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image: -o-linear-gradient(top, #f0f0f0, #dfdfdf);
    background-image: linear-gradient(to bottom, #f0f0f0, #dfdfdf);
}

table.no-border-bottom tr:last-child td {
    border-bottom: 0;
}

.dataTables_wrapper {
    overflow: hidden;
}

.dataTables_wrapper table.table {
    clear: both;
    max-width: inherit;
    margin-bottom: 0;
}

.table-datatable *, .table-datatable :after, .table-datatable :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
}

.table-datatable label {
    position: relative;
    display: block;
    font-weight: 400;
}

.table-datatable tbody td {
    vertical-align: middle !important;
}

.table-datatable img {
    margin-right: 10px;
    border: 1px solid #F8F8F8;
    width: 40px;
}

div.DTTT_collection_background {
    z-index: 2002;
}

div.DTTT .btn {
    color: #333 !important;
    font-size: 12px;
}

ul.DTTT_dropdown.dropdown-menu {
    z-index: 2003;
    background: rgba(0, 0, 0, 0.7) !important;
    padding: 0;
    border: 0;
    margin: 0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    min-width: 157px;
}

ul.DTTT_dropdown.dropdown-menu li {
    position: relative;
}

ul.DTTT_dropdown.dropdown-menu > li > a {
    position: relative;
    display: block;
    padding: 5px 10px !important;
    color: #f0f0f0 !important;
}

ul.DTTT_dropdown.dropdown-menu > li:first-child > a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

ul.DTTT_dropdown.dropdown-menu > li:last-child > a {
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}

ul.DTTT_dropdown.dropdown-menu > li:hover > a {
    background: rgba(0, 0, 0, 0.3);
    color: #f0f0f0;
}

.dataTables_filter label, .dataTables_length label {
    padding: 5px;
}

.row-fluid .span6 {
    padding: 5px;
    display: inline-block;
}

.row-fluid .span6:last-child {
    float: right;
}

.dataTables_wrapper input[type="text"], .dataTables_length select {
    display: inline-block;
    /* width: 90%; */
    height: 26px;
    padding: 2px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-appearance: none;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.dataTables_wrapper input[type="text"]:focus {
    border-color: var(--main-dropdown);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#breadcrumb {
    padding: 0;
    line-height: 40px;
    background: var(--main-bg-color) url("template/default/img/devoops_pattern_b10.png") 0 0 repeat;
    margin-bottom: 20px;
    width: 100%;
}

.breadcrumb {
    padding: 0 15px;
    background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
}

.breadcrumb > li > a {
    color: #d8d8d8;
}

.breadcrumb > li > a:hover, .breadcrumb > li:last-child > a {
    color: #f8f8f8;
}

.bs-callout {
    padding: 15px;
    border-left: 3px solid #525252;
    background: #dfdfdf;
}

.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #525252;
}

.no-padding .bs-callout {
    border: 0;
}

.page-header {
    margin: 0 0 10px;
    border-bottom: 1px solid #c7c7c7;
}

.box-content .page-header, legend, .full-calendar .page-header {
    margin: 0 0 10px;
    border-bottom: 1px dashed #B6B6B6;
}

.invoice-header {
    margin: 0 0 10px;
    border-bottom: 1px dashed #B6B6B6;
    display: inline-block;
}

.box-content .form-group, .devoops-modal-inner .form-group {
    margin-top: 15px;
    margin-bottom: 15px;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #525252;
    background-color: rgba(129, 199, 199, 0.2);
    border: 1px solid #ebebeb;
}

.show-grid [class^="col-"]:hover {
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgba(107, 134, 182, 0.2);
    border: 1px solid #ebebeb;
}

.show-grid, .show-grid-forms {
    margin-bottom: 15px;
}

.show-grid-forms [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th,
td.beauty-hover {
    background-color: rgba(219, 219, 219, 0.3) !important;
}

.table-hover > tbody > tr:hover > td.beauty-hover:hover {
    background-color: rgba(219, 219, 219, 0.9) !important;
}

.DTTT.btn-group {
    position: absolute;
    top: -28px;
    right: 83px;
    border-right: 1px solid #DBDBDB;
}

.DTTT.btn-group a {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    line-height: 1em;
    font-size: 14px;
    font-weight: bold;
    outline: none;
    box-shadow: none !important;
    padding: 6px 12px;
    margin: 0;
    background: #F7F7F7;
    border: 0;
}

#screensaver {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3000;
    background: #000;
    display: none;
}

#screensaver.show {
    display: block;
}

#canvas {
    position: relative;
}

#screensaver i {
    position: absolute;
    top: 50px;
    right: 50px;
    background: rgba(255, 255, 255, 0.5);
    line-height: 100px;
    width: 100px;
    height: 100px;
    text-align: center;
    font-size: 60px;
    color: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.well pre {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    background-color: transparent;
    border: 0;
    white-space: nowrap;
}

.well pre code {
    white-space: normal;
}

#messages #breadcrumb {
    margin-bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 2;
}

#messages-menu {
    display: block;
    background: #a5a5a5;
    margin: -20px;
    height: 100%;
    z-index: 2;
}

#messages-list {
    padding: 0;
    margin: -20px -20px -20px -4px;
}

.one-list-message {
    background: #F1F1F1;
    border-bottom: 1px solid #CCC;
    padding: 15px 15px 15px 25px;
    margin: 0;
}

.one-list-message .checkbox {
    margin: 0;
    overflow: hidden;
    white-space: nowrap;
}

.one-list-message .message-title {
    overflow: hidden;
    white-space: nowrap;
    width: 80%;
}

.one-list-message .message-date {
    overflow: hidden;
    white-space: nowrap;
    font-size: 11px;
    line-height: 20px;
    text-align: center;
    position: absolute;
    right: 10px;
    font-weight: bold;
    background: #D8D8D8;
    padding: 2px;
    width: auto;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    color: #000;
}

.form-control-sm {
    height: 26px;
    padding: 2px 12px;
}

.input-lg {
    height: 39px;
}

.input-sm {
    height: 18px;
}

.bg-default {
    background: #D8D8D8 !important;
}

#add-new-event {
    background: #EBEBEB;
    margin-bottom: 30px;
    padding: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fc-event {
    border: 1px solid var(--main-dropdown);
}

.large {
    font-size: 1.25em;
}

.nav-search > li.active > a {
    background: #F0F0F0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    color: #525252;
    border-bottom: 1px solid #CECECE;
    font-weight: bold;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 10px;
    margin-left: -1px;
    line-height: 1.428571429;
    color: #969696;
    text-decoration: none;
    background-color: #F5F5F5;
    border: 1px solid #D8D8D8;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #8A8A8A;
    background-color: #eee;
}

.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #979797;
    cursor: not-allowed;
    background-color: #FCFCFC;
    border-color: #D8D8D8;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: var(--main-dropdown);
    border-color: var(--main-dropdown);
}

#social a {
    margin: 10px 3px;
    color: #666;
    display: block;
    float: left;
}

#event_delete {
    margin-left: 20px;
}

@media (min-width: 768px) {
    #sidebar-left.col-sm-2 {
        opacity: 1;
        width: 16.666666666666664%;
        padding: 0 15px;
    }

    .sidebar-show #sidebar-left.col-sm-2 {
        opacity: 0;
        width: 0;
        padding: 0;
    }

    .sidebar-show #content.col-sm-10 {
        opacity: 1;
        width: 100%;
    }

    .page-404 .form-inline {
        width: 60%;
    }
}

@media (min-width: 992px) {
    .nav.main-menu > li > a, .nav.msg-menu > li > a {
        text-align: left;
    }

    .nav.main-menu > li > a > i, .nav.msg-menu > li > a > i {
        font-size: 16px;
        width: 20px;
        display: inline-block;
    }

    .main-menu .dropdown-menu {
        position: relative;
        z-index: inherit;
        left: 0;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: rgba(0, 0, 0, 0.2);
        visibility: visible;
    }

    .main-menu .dropdown-menu > li > a {
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

    .page-404 .form-inline {
        width: 40%;
    }
}

@media (max-width: 767px) {
    #main {
        margin-top: 100px;
    }

    #messages-menu {
        top: 140px;
    }

    .page-404 .form-inline {
        width: 100%;
    }

    #dashboard_links .nav {
        -webkit-border-radius: 4px 4px 0 0;
        -moz-border-radius: 4px 4px 0 0;
        border-radius: 4px 4px 0 0;
    }

    #dashboard_links .nav-stacked > li {
        float: left;
    }

    #dashboard_links .nav-pills > li > a {
        padding: 15px;
    }

    #dashboard_links .nav-pills > li.active > a:before {
        bottom: 0;
        left: 50%;
        margin-left: -9px;
    }
}

@media (max-width: 620px) {
    .user-mini {
        display: none;
    }
}

@media (max-width: 400px) {
    .panel-menu a.account {
        padding: 5px 0px 5px 0;
    }

    .avatar {
        margin: 0;
    }

    .panel-menu i.pull-right {
        margin-left: 0;
    }

    .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background: none;
    }

    #dashboard_links .nav-stacked > li {
        float: none;
    }

    #dashboard_links .nav-pills > li.active > a:before {
        display: none;
    }
}

.login-box {
    text-align: left;
    display: inline-block;
    background: rgba(255, 255, 255, .95);
    overflow: hidden;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

@media screen and (max-width: 500px) {
    .login-box {
        width: 100%;
    }
}

.login-box label {
    font-weight: normal;
}

.login-box p {
    margin-top: 20px;
    color: #333;
}

.login-logo {
    max-width: 100%;
}

.login-picture {
    text-align: center;
}

.login-picture img {
    border: 3px solid #fff;
    max-width: 100%;
}


#video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

table.timeline thead tr:first-child th{
    background: var(--element-color) url(template/default/img/devoops_pattern_b10.png) 0 0 repeat !important;
    color: aliceblue !important;
}

table.timeline thead tr:first-child th.now {
    background-color: rgba(255, 204, 0, 0.3) !important;
}


table.timeline a {
    color: rgba(0, 0, 0, 0.64);
}

.sk-cube-grid {
    width: 40px;
    height: 40px;
    margin: 100px auto;
}

.sk-cube-grid .sk-cube {
    width: 33%;
    height: 33%;
    background-color: rgba(154, 37, 39, 0.95);
    float: left;
    -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
    animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}

.sk-cube-grid .sk-cube1 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube2 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube3 {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.sk-cube-grid .sk-cube4 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube5 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.sk-cube-grid .sk-cube6 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.sk-cube-grid .sk-cube7 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.sk-cube-grid .sk-cube8 {
    -webkit-animation-delay: 0.1s;
    animation-delay: 0.1s;
}

.sk-cube-grid .sk-cube9 {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

@-webkit-keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

@keyframes sk-cubeGridScaleDelay {
    0%, 70%, 100% {
        -webkit-transform: scale3D(1, 1, 1);
        transform: scale3D(1, 1, 1);
    }
    35% {
        -webkit-transform: scale3D(0, 0, 1);
        transform: scale3D(0, 0, 1);
    }
}

.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #fff;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .05rem .5rem;
    font-size: .855rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.fc-state-active {
    color: #fff !important;
    background-color: var(--main-bg-color) !important;
    border-color: var(--main-bg-color) !important;
}

.sidebar-heading {
    color: rgba(255, 255, 255, .4);
}

.nav hr {
    background-color: #e1e1e1;
}

.modal-title button, .close {
    border: none !important;
    background: transparent !important;
}

.fc-non-business {
    background: rgba(255, 0, 0, .3) !important;
}

.fc-dayGridMonth-view .fc-daygrid-day-top, .fc-dayGridMonth-view .fc-daygrid-day-number{
    display: block;
     position: absolute;
     right: 0;
     left: 0;
     width: 100%;
     height: 100%;
     text-align: right;
 }

 .fc-dayGridMonth-view .fc-daygrid-day-events{
     top: 30px;
 }

 .bootstrap-select .dropdown-item:focus, .bootstrap-select .dropdown-item:hover{
	color: #1e2125;
    background-color: #e9ecef;
}

.login-or {
    position: relative;
    color: #aaa;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.hr-or {
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
}

.google {
    color: #666;
    width: 100%;
    height: 40px;
    text-align: center;
    outline: none;
    border: 1px solid lightgrey;
}

.bootstrap-select .dropdown-menu > li.active > a.dropdown-item{
    color: #000;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ccc;
}

.separator:not(:empty)::before {
    margin-right: .25em;
}

.separator:not(:empty)::after {
    margin-left: .25em;
}
