.no-margin { margin: 0 !important; }
#presentList .nav {
   overflow: auto;
   max-height: 390px;
}
.calendar_table data {
   cursor: pointer;
}

#calendar_legend {
   margin: 0 auto;
   max-width: 500px;
   margin-bottom: 20px;
}

#calendar_legend .day-badge {
   margin: 5px;
   padding: 8px;
}

.select_user {
   padding: 8px;
}



#calendar_legend {
   margin: 0 auto;
   max-width: 500px;
   margin-bottom: 20px;
}

#calendar_legend .day-badge {
   margin: 5px;
   padding: 8px;
}

.show-dialog {
   cursor: pointer;
}

#calendar_alert {
   text-align: center;
   display: none;
}

.modal #modal-arrows {
   position: absolute;
   left: 0px;
   right: 0px;
}

.modal #modal-arrows i {
   cursor: pointer;
}

.modal #modal-arrows > .left {
   position: absolute;
   left: -18px;
   width: 30px;
   height: 30px;
   background: #5f5f5f;
   box-shadow: 0px 0px 2px #585858;
   color: #383838;
   text-align: center;
   padding-top: 4px;
   padding-right: 4px;
   border-radius: 50%;
   font-size: 25px;
   z-index: 9999;
}

.modal #modal-arrows > .right {
   position: absolute;
   right: -18px;
   width: 30px;
   height: 30px;
   background: #5f5f5f;
   box-shadow: 0px 0px 2px #585858;
   color: #383838;
   text-align: center;
   padding-top: 4px;
   padding-left: 6px;
   border-radius: 50%;
   font-size: 25px;
   z-index: 9999;
}

.pbox {
   padding: 5px 12px;
   padding-bottom: 0px;
}
.pbox .pbox-title {
   margin: 0;
   padding: 0;
   font-size: 18px;
   font-weight: bold;
}
.pbox .pbox-progress {
   margin: 10px -12px 0px -12px;
}
.pbox .pbox-progress .progress {
   background: rgba(0, 0, 0, .3);
}
.pbox .pbox-progress .progress > .progress-bar {
   background: rgba(0, 0, 0, .4);
}
.pbox .pbox-progress > span {
   padding: 0px 5px;
}

.user-ind {
   width: 65px;
   height: 65px;
   background: white;
   border: 2px solid #eaeaea;
   color: #333;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   line-height: 65px;
   border-radius: 100%;
   float: right;
}

.widget-box-m .widget-user-2 .widget-user-username, .widget-box-m .widget-user-2 .widget-user-desc {
   margin-left: 0px;
}

.panel-ma {
   margin: 3px 0;
}

.box-row {
   background: #f7f7f7;
   box-shadow: 0px 0px 3px #d2d6de;
   padding: 10px 25px;
}

#box-arrows {
   z-index: 3;
   position: relative;
}

#box-arrows > .left {
   display: inline-block;
   float: left;
   cursor: pointer;
}

#box-arrows > .right {
   display: inline-block;
   float: right;
   cursor: pointer;
}

.form-fix .form-group label.control-label {
   padding-top: 2px;
}

/* Dekstop */
.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus{
   background:none;
   color:white;
}
.nav-stacked > li > a{
   color:white;
}
.user-ind {
   width: 115px;
   height: 115px;
   background: white;
   border: 2px solid #eaeaea;
   color: #333;
   font-size: 20px;
   font-weight: bold;
   text-align: center;
   line-height: 90px;
   border-radius: 100%;
   float: right;
   margin-top: -15px;
   margin-right: -15px;
}
.info-box .progress {

   height: 10px !important;
}
.info-box-icon{
   height: 96px !important;
}
.progressDay {
   border: 1px solid #f7f4f4;
   background: #f39c12;
   min-width: 250px;
   height: 20px;
   display: inline-block;
   position: relative;
}
.progressDay > .progress {
   position: absolute;
   left: 0px;
   top: 0px;
   height: 18px;
   margin: 0 !important;
   padding: 0 !important;
}
.progressDay > .progress.works {
   background-color: #00a65a;
}
.progressDay > .progress.brakes {
   background-color: #f39c12;
}
.progressDay > .text {
   z-index: 5;
   position: relative;
   text-align: center;
   line-height: 18px;
}

#work-container {
   width: 100%;
   height: 150px;
   overflow: hidden;
}

#work-rows {
   width: auto;
   min-width: 711px;
   height: 150px;
   overflow: hidden;
   position: relative;
   left: 0;
}

#work-rows > .work-row {
   width: auto;
   height: 150px;
   float: left;
}

#work-rows > .work-row > .row,
#work-rows > .work-row > .form-group {
   margin-left: 0;
   margin-right: 0;
}

span.label > a {
   color: white;
}

span.select2.select2-container {
   min-height: 36px;
}

.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li.unread {
   background: #f1f4f6;
   font-weight: bold;
}

.nav.nav-tabs > li > a:hover, .nav.nav-tabs > li > a:active, .nav.nav-tabs > li > a:focus {
   color: #333;
}

.fileUpload_fileUpload {
   display: none;
   margin: 0;
   background: #ebebeb;
   color: #00b3b7;
   width: 100%;
   height: 100%;
   text-align: center;
   padding: 15px 15px;
   cursor: pointer;
}

.fileUpload_dropbox {
 width: 100%;
 border: 1px dashed #00b3b7;
 border-radius: 3px;
}
.fileUpload_filedrop {
 padding: 15px 15px;
 background: #ebebeb;
 text-align: center;
 transition: ease-in-out background .2s;
}
.fileUpload_filedrop.dragging {
 background: #b5d9e7;
}
.fileUpload_filedropTitle {
 color: #282828;
 font-family: 'Museo Sans', 'Source Sans Pro',sans-serif;
 text-transform: uppercase;
}
.fileUpload_file {
 padding: 15px 15px;
 position: relative;
 display: none;
}
.fileUpload_fileIcon {
 display: block;
 float: left;
 margin-right: 15px;
}
.fileUpload_fileDetails {
 display: block;
 float: left;
}
.fileUpload_fileDetailsTitle {
 display: block;
 font-weight: bold;
 color: #00b3b7;
}
.fileUpload_fileDetailsSize {
 display: block;
 color: #777;
}
.fileUpload_fileChange {
 display: block;
 float: right;
 margin: -15px -15px;
 background: #fbfbfb;
 color: #00b3b7;
 width: 140px;
 height: 100%;
 text-align: center;
 padding: 15px 15px;
 cursor: pointer;
}
.fileUpload_fileChangeEmpty {
 display: block;
 float: right;
 margin: -15px -15px;
 color: #00b3b7;
 width: 140px;
 height: 84px;
 text-align: center;
 padding: 15px 15px;
 cursor: pointer;
}
.fileUpload_fileDownload {
 display: block;
 float: right;
 color: #00b3b7;
 width: 80px;
 margin: 0 15px;
 cursor: pointer;
 position: relative;
 font-weight: bold;
 top: 38px;
}
.fileUpload_fileChange h5 {
 font-weight: bold;
 margin-bottom: 0;
}

table.dataTable.fixedHeader-floating {
   background: white;
   position: fixed;
   z-index: 9999;
   border: none;
   opacity: 0.9;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
   background-color: #13a799 !important;
}

.skin-blue .main-header .navbar {
   background-color: #16c3b3 !important;
}

.skin-blue .main-header .logo:hover {
   background-color: #13a799 !important;
}

.skin-blue .main-header .logo {
   background-color: #13a799 !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
   background-color: #113142 !important;
}

.skin-blue .sidebar-menu>li.header {
   color: #868ca0 !important;
   background: #33353e !important;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
   background-color: #434652 !important;
}

.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
   color: #dbe3ff !important;
   background: #3b3e48 !important;
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
}

.direct-chat-primary .right>.direct-chat-text {
   background: #16c3b3;
   border-color: #16c3b3;
   color: #fff;
}

.direct-chat-text {
   border-radius: 5px;
   position: relative;
   padding: 5px 10px;
   background: #dce0e3;
   border: 1px solid #dce0e3;
   margin: 5px 0 0 50px;
   color: #444;
}

.right .direct-chat-text:after, .right .direct-chat-text:before {
   right: auto;
   left: 100%;
   border-right-color: transparent;
   border-left-color: #d2d6de;
}

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

.box.box-secondary {
   border-top-color: #3c5664;
}

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

.hls-box {
   border-radius: 5px;
}

.hls-box>.small-box-footer:hover {
   color: #fff;
   background: #5f626a;
}

.box-header {
   color: #5f626a;
   display: block;
   padding: 15px 25px;
   position: relative;
   border-bottom: 1px solid #d8dadc;
   background: #d2d6de4a;
}

.box {
   position: relative;
   border-radius: 8px;
   background: #ffffff;
   border-top: 3px solid #16c3b3 !important;
   margin-bottom: 20px;
   width: 100%;
   box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
   background-color: #ff6b6b !important;
}

.label.bg-red {
   background-color: #777c91 !important;
}

.table[aria-describedby="tableCustom_info"].fixedHeader-floating>thead>tr>th {
   line-height: 33px !important;
   padding-top: 0px !important;
   padding-bottom: 0px !important;
   vertical-align: middle;
   /* background-color: #e6eaef; */
   border-radius:  0;
   border-bottom:  0 !important;
}

a {
   color: #16c3b3;
}

.table[aria-describedby="tableCustom_info"] thead th {
   background: #434652;
   vertical-align: middle;
   line-height: 17px !important;
   color: #d1d7da;
   font-weight: 300;
   height: 52px;
   font-size: 17px;
   /* border-left: 1px solid #153a4e !important; */
   /* border-right: 1px solid #153a4e !important; */
   border-bottom: 3px solid #d9d8dd !important;
   /* font-family: Montserrat; */
}

.table[aria-describedby="tableCustom_info"] thead th:after {
   position: absolute;
   bottom: 25px;
   right: 8px;
   font-family: 'Glyphicons Halflings';
   opacity: 0.5;
}

.table[aria-describedby="tableCustom_info"], th, td {border-collapse: collapse !important;}

.table[aria-describedby="tableCustom_info"] th {
   border: none !important;
}

.table[aria-describedby="tableCustom_info"] td {
   border-left: 1px solid #d9d8dd !important;
   border-bottom: 1px solid #d9d8dd !important;
   padding: 11px;
   vertical-align: middle;
}

.table[aria-describedby="tableCustom_info"] td:last-child {
   border-right: 1px solid #d9d8dd !important;
}

.table[aria-describedby="tableCustom_info"] th:first-child {
   border-top-left-radius: 4px;
}

.table[aria-describedby="tableCustom_info"] th:last-child {
   border-top-right-radius:  4px;
}

/*.table[aria-describedby="tableCustom_info"] thead tr {
   border-bottom: 3px solid #33789a !important;
}*/

.table[aria-describedby="tableCustom_info"] td a {
   color: #113142;
   font-weight: 600;
}

.table[aria-describedby="tableCustom_info"] td a:hover {
   color: #18c3b3;
}

.table[aria-describedby="tableCustom_info"].fixedHeader-floating>thead>tr>th:first-child {
   border-bottom-left-radius: 4px;
}

.table[aria-describedby="tableCustom_info"].fixedHeader-floating>thead>tr>th:last-child {
   border-bottom-right-radius: 4px;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background-color: #ffad5d !important;
    border-color: #ffa34b !important;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f3f3f3 !important;
}

.table[aria-describedby="tableCustom_info"] {
   border: none;
}

.help-block {
   position: absolute;
   right: 0;
}

#docs .docsbody {
   margin-left: 17%;
}

#docs .sidedocs {
   padding-bottom: 10px;
   background: white;
   height: 100% !important;
   position: absolute;
}

#chatMessages .box-header {
   padding: 10px 25px;
}

#chatMessages .box-title {
   text-transform: unset;
   font-size: 17px;
   font-weight: normal;
}

span.select2.select2-container {
   min-height: auto !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
   padding: 0px 10px;
}

.docs_list .col-md-3 {
   margin-bottom: 31px;
}

.bg-red1, .callout.callout-danger1, .alert-danger1, .label-danger1, .modal-danger1 .modal-body {
   background-color: #dd4b39 !important;
}
.callout.callout-danger1, .alert-danger1, .label-danger1 {
   color: white;
}

#designed-table.table-striped>tbody>tr:nth-of-type(odd) {
   background-color: #eaf8f6 !important;
}

#designed-table.table-hover>tbody>tr:hover {
   background-color: #dde9e8 !important;
}

#designed-table .badge-outline-primary {
   background: 0 0;
   border: 1px solid #16c3b3;
   color: #16c3b3;
   font-size: 14px;
}

#designed-table.table>thead>tr>th {
   color: #ffffff;
   font-weight: 300;
   padding: 15px 13px;
   background-color: #434652;
}

#designed-table.table>thead>tr>th:first-child {
   border-top-left-radius: 10px;
}

#designed-table.table>thead>tr>th:last-child {
   border-top-right-radius: 10px;
}

#designed-table tr:hover .badge-outline-primary {
   background-color: #16c3b3;
   color: white;
}

#designed-table tr:hover td {
   color: #16c3b3;
}

#floatingNotepadButton {
   position: fixed;
   top: 60px;
   right: 20px;
   width: 64px;
   height: 64px;
   background: #3bc3b3;
   border-radius: 100%;
   color: white;
   z-index: 20;
   text-align: center;
   line-height: 64px;
   font-size: 28px;
   box-shadow: 0px 0px 8px 0px rgba(0,0,0,.3);
   cursor: pointer;
   transition: all .2s ease-in-out;
}
#floatingNotepadButton:hover {
   box-shadow: 0px 0px 14px 1.5px rgba(0,0,0,.3);
   font-size: 30px;
}

@media (min-width: 800px) {
   .modal-lg {
       width: 700px !important;
   }
}

@media (min-width: 900px) {
   .modal-lg {
       width: 800px !important;
   }
}

@media (min-width: 1200px) {
   .modal-lg {
       width: 1200px !important;
   }
}

.modal{
   overflow: auto !important;
}

@media print {
 a[href]:after {
   content: none !important;
 }
}

.ctabs {
   border-bottom-width: 2px;
}
.ctabs .nav-item {
   font-weight: bold;
   color: #949494;
}
.ctabs .nav-item:after {
   content: '';
   display: block;
   width: 100%;
   height: 4px;
   position: absolute;
   bottom: -1.5px;
   left: 0px;
   background: #16c3b3;
   opacity: 0;
   transition: opacity .1s ease-in-out;
}
.ctabs .nav-item.active:after {
   bottom: -1px;
   opacity: 1;
}
.ctabs .nav-item .nav-link {
   color: inherit;
   transition: color .1s ease-in-out;
}
.ctabs .nav-item .nav-link:hover, .ctabs .nav-item.active .nav-link {
   color: #454544;
}
.ctabs.nav-tabs>li.active>a, .ctabs.nav-tabs>li.active>a:focus, .ctabs.nav-tabs>li.active>a:hover {
   background: transparent;
   border: none;
}
.ctabs .nav-item.active {
   position: relative;
   top: 1px;
}

.box.plainBox {
   border-top: none !important;
   box-shadow: 0px 0px 3px 0px rgba(0,0,0,.04);
}
.box.plainBox > .box-header {
   background: transparent;
   border-bottom: none;
   color: #5a5c65;
}
.box.plainBox > .box-header > .box-title {
   text-transform: none;
}

.box-photo {
   border-radius: 2px;
   box-shadow: 0px 0px 10px -5px rgba(0, 0, 0, .2);
   border: 1px solid #f4f4f4;
}
.box-photo .box-body {
   max-height: 220px;
}
.box-photo .photo-image {
   width: 100%;
   max-height: inherit;
   object-fit: cover;
   margin-bottom: 10px;
}

#photoCont {
   padding: 10px 15px;
   min-height: 100px;
}
#photoCont.hover {
   background: #f4fbfa; /* eefdfb */
}
#photoCont .photo-main {
   margin: 10px 0px;
}

#photoCont .photo-main .btn-link,
#photoCont .photo-main .btn-link:hover,
#photoCont .photo-main .btn-link:active,
#photoCont .photo-main .btn-link:focus,
#photoCont .photo-main .btn-link:visited {
   color: inherit;
   pointer-events: none;
}

.muuri {
   position: relative;
}
.muuri .item-content {

}

#task-create-float {
   position: fixed;
   bottom: 40px;
   right: 20px;
   width: 64px;
   height: 64px;
   background: #3bc3b3;
   border-radius: 100%;
   color: white;
   z-index: 20;
   text-align: center;
   line-height: 64px;
   font-size: 28px;
   box-shadow: 0px 0px 8px 0px rgba(0,0,0,.3);
   cursor: pointer;
   transition: all .2s ease-in-out;
}

#task-create-float a {
   color: white;
}


/**** FROM INDEX ****/
.content-header {
   background: white !important;
   border-bottom: 1px solid #c8ced3;
   padding: 1.5rem 1rem !important;
}
.content-header>.breadcrumb {
   display: -ms-flexbox;
   display: flex;
   -ms-flex-wrap: wrap;
   flex-wrap: wrap;
   list-style: none;
   border-radius: 0;
   float: none;
   position: relative;
   top: auto;
   right: auto;
   padding: 0;
   font-size: 1.4rem;
}
.content-header>.breadcrumb>li+li:before {
   display: inline-block;
   padding-right: 0.5rem;
   color: #73818f;
   content: "/";
}
.breadcrumb-item.active {
   color: #73818f;
}

.breadcrumb-item a {
   color: #20a8d8 !important;
   text-decoration: none !important;
   background-color: transparent;
   -webkit-text-decoration-skip: objects;
}
.breadcrumb-item a:hover {
   color: #167495 !important;
   text-decoration: underline !important;
}



/**** NEW STYLU ****/
.wrapper {
   position: relative;
}

.content-wrapper, .main-footer {
   margin-left: 230px;
}

.content-wrapper {
   background-color: #f8f8f8;
}

#userPanel {
   margin: 50px 0;
   padding: 0px 25px;
}
.sidebar-collapse #userPanel {
   margin-bottom: 0px;
}

#userPanel .username,
#userPanel .userdesc {
   opacity: 1;
   transition: all .2s ease-in;
}

#userPanel .username {
   font: 16px 'Source Sans Pro';
   font-weight: bold;
   color: #565656;
}
#userPanel .userdesc {
   font: 13px 'Source Sans Pro';
   color: #797979;
}

.menu_footer.menu_collapsed {
   display: none;
}
.sidebar-collapse .menu_footer {
   display: none;
}
.sidebar-collapse .menu_footer.menu_collapsed {
   display: block;
}
.menu_footer {
   font: 14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   color: #BDBDBD;
}
.gb_golden {
   /* font: 14px 'Quicksand'; */
   color: #FF4949;
}
.gb_byte {
   font: 14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   color: #404040;
}

#userPanel .avatarCont {
   transition: all .2s ease-in;
}
#userPanel img.user-image {
   width: 65px;
   height: 65px;
   border-radius: 6px;
   margin-bottom: 10px;
   box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, .2);
   transition: all .2s ease-in-out;
}

.sidebar-collapse #userPanel .username,
.sidebar-collapse #userPanel .userdesc {
   opacity: 0;
}
.sidebar-collapse #userPanel .avatarCont {
   text-align: center !important;
   padding: 0px 0px;
}
.sidebar-collapse #userPanel .avatarCont img {
   width: 30px;
   height: 30px;
}

header {
   background: #F9F9F9;
   /* box-shadow: inset -7px 0 7px -6px rgba(51, 51, 51, 0.12156862745098039); */
   position: absolute;
   top: 0px;
   bottom: 0px;
   left: 0px;
   width: 230px;
}

.main-sidebar {
   padding-top: 0px;
   overflow-y: scroll; /* */
}
.main-sidebar::-webkit-scrollbar {
   width: 0px;  /* Remove scrollbar space */
   background: transparent;  /* Optional: just make scrollbar invisible */
}

.main-sidebar::-webkit-scrollbar-thumb {
   background: transparent;
}

header .sidebar-menu > li > a {
   color: #8f8f8f;
}

.skin-blue .sidebar-menu>li.header {
   background: #e8e8e8 !important;
   color: #8f8f8f !important;
   text-transform: uppercase;
}

.skin-blue .sidebar-menu>li>a {
   border-left: 4px solid transparent !important;
   transition: border-color .2s ease-in-out, background .2s ease-in-out, color .2s ease-in-out;
   white-space: normal;
   transition: -webkit-transform .25s ease;
   transition: transform .25s ease;
   transition: transform .25s ease,-webkit-transform .25s ease;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
   color: #2084ec !important;
   background: transparent !important;
   border-width: 3px !important;
   border-color: #2084ec !important;
   padding: 12px 5px 12px 16px;
}
.skin-blue .sidebar-menu>li.menu_signout:hover>a, .skin-blue .sidebar-menu>li.menu_signout.active>a, .skin-blue .sidebar-menu>li.menu_signout.menu-open>a {
   color: #e03d3a !important;
   border-color: #e03d3a !important;
}
.skin-blue .sidebar-menu>li.menu_signout>a {
   color: #e66a68 !important;
   transition: all .15s ease-in-out;
}

header .userMenu ul li a {
   color: #8f8f8f;
}

header .userMenu ul li a:hover {
   color: #2084ec;
}

header .userMenu ul li {
   list-style: none;
   padding: 5px 2px;
}

header .dropdown > .dropdown-menu > ul {
   padding: 0 10px;
}

header .dropdown > .dropdown-menu {
   top: 100%;
   left: 20px;
}

.content-header {
   margin-left: 25px;
   background: transparent !important;
   border-bottom: 0;
   padding: 1.5rem 1rem !important;
}

.content-header > .breadcrumb > .breadcrumb-item,
.content-header > .breadcrumb > .breadcrumb-item.active {
   font-size: 24px !important;
}

nav.navbar {
   width: 100%;
   float: right;
   text-align: right;
   padding-left: 230px;
}

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

.searchContent {
   height: 50px;
   line-height: 50px;
   text-align: left;
   padding: 0 30px;
}

.searchContent .search-off i {
   margin-right:5px;
}

.searchContent .search-on {
   display: none;
}

.nav > li > a, .nav > li > a, .nav > li > a {
   color: #8f8f8f
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
   color: #2084ec;
}
.navbar-custom-menu {
   position: relative;
}

.custom-navbar-nav li > a {
   background: white;
   margin: 0px 5px;
   border-radius: 4px;
   box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, .03);
}

.fixed .content-wrapper, .fixed .right-side {
   padding-top: 70px;
}

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
   background-color: #ffffff !important;
   -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
   box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
}

.gb_ticketStatus {
   font: 14px 'Source Sans Pro';
   padding: 7px 10px;
}
.gb_ticketStatus .row {
   display: flex;
   align-items: center;
   margin: 0;
}
.gb_ticketStatus .row .c-6 {
   -ms-flex: 0 0 50%;
   flex: 0 0 50%;
   max-width: 50%;
}
.gb_ticketStatus .ticket_status {
   margin-left: auto;
}
.gb_ticketStatus .ticket_status .progress {
   margin-bottom: 0;
   border-radius: 6px;
   height: 5px;
}
.gb_ticketStatus .ticket_status .progress-text {
   font: 10px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-weight: bold;
}
.gb_ticketStatus .ticket_status .progress-status {
   font: 11px 'Source Sans Pro';
   font-weight: bold;
}
.gb_ticketStatus .ticket_status .progress-bar {
   background-color: #2084ec;
   border-top-right-radius: 2px;
   border-top-left-radius: 2px;
}

.gb_ticketStatus.status-primary .progress-bar {
   background-color: #2084ec;
}
.gb_ticketStatus.status-primary .progress-status,
.gb_ticketStatus.status-primary .progress-text {
   color: #2084ec;
}

.gb_ticketStatus.status-warning .progress-bar {
   background-color: #ffc107;
}
.gb_ticketStatus.status-warning .progress-status,
.gb_ticketStatus.status-warning .ticket_status .progress-text {
   color: #ffc107;
}

.gb_ticketStatus.status-danger .progress-bar {
   background-color: #f44336;
}
.gb_ticketStatus.status-danger .progress-status,
.gb_ticketStatus.status-danger .progress-text {
   color: #f44336;
}

.gb_ticketStatus.status-success .progress-bar {
   background-color: #66bb6a;
}
.gb_ticketStatus.status-success .progress-status,
.gb_ticketStatus.status-success .progress-text {
   color: #66bb6a;
}

/*
* Outline buttons
* by Kacper Komorowski
*/
.btn-outline-primary {
   color: #007bff;
   border-color: #007bff;
   background-color: transparent;
}
.btn-outline-primary:hover {
   color: #fff;
   background-color: #007bff;
   border-color: #007bff;
}

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

.btn-outline-success {
   color: #28a745;
   border-color: #28a745;
   background-color: transparent;
}
.btn-outline-success:hover {
   color: #fff;
   background-color: #28a745;
   border-color: #28a745;
}

.btn-outline-info {
   color: #17a2b8;
   border-color: #17a2b8;
   background-color: transparent;
}
.btn-outline-info:hover {
   color: #fff;
   background-color: #17a2b8;
   border-color: #17a2b8;
}

.btn-outline-danger {
   color: #dc3545;
   border-color: #dc3545;
   background-color: transparent;
}
.btn-outline-danger:hover {
   color: #fff;
   background-color: #dc3545;
   border-color: #dc3545;
}

.btn-outline-warning {
   color: #f39c12;
   border-color: #f39c12;
   background-color: transparent;
}
.btn-outline-warning:hover {
   color: white;
   background-color: #f39c12;
   border-color: #f39c12;
}
.btn-outline-white {
   color: #fff;
   border-color: #fff;
   background-color: transparent;
}
.btn-outline-white:hover {
   color: #333;
   background-color: #fff;
   border-color: #fff;
}

/**
* New label style
* by Kacper Komorowski
*/
.gb_label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    border: 1px solid transparent;
}
.gb_label-warning {
    background: rgb(243, 156, 18, .125);
    color: rgb(243, 156, 18);
}
.gb_label-success {
    background: rgb(76, 175, 80, .125);
    color: rgb(76, 175, 80);
}
.gb_label-secondary {
    background: rgb(131, 139, 146, .125);
    color: rgb(131, 139, 146);
}
.gb_label-primary {
    background: rgb(32, 132, 236, .125);
    color: rgb(32, 132, 236);
}
.gb_label-danger {
    background: rgb(196, 24, 60, .125);
    color: rgb(196, 24, 60);
}

.gb_label-outline-warning {
    border: 1px solid rgb(243, 156, 18);
    color: rgb(243, 156, 18);
}
.gb_label-outline-success {
    border: 1px solid rgb(76, 175, 80);
    color: rgb(76, 175, 80);
}
.gb_label-outline-secondary {
    border: 1px solid rgb(131, 139, 146);
    color: rgb(131, 139, 146);
}
.gb_label-outline-primary {
    border: 1px solid rgb(32, 132, 236);
    color: rgb(32, 132, 236);
}
.gb_label-outline-danger {
    border: 1px solid rgb(196, 24, 60);
    color: rgb(196, 24, 60);
}

/**
* New alert style
* by Kacper Komorowski
*/
.gb_alert {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    color: white;
    font-family: 'Lato', sans-serif;
    box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .250);
}
.gb_alert strong:first-child {
    color: white;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 18px;
}

.gb_alert.gb_alert-danger {
    background: #fe5d70;
}
.gb_alert.gb_alert-success {
    background: #0ac282;
}
.gb_alert.gb_alert-warning {
    background: #fe9365;
}

.box {
   border: none !important;
   background: white !important;
   box-shadow: 1px 2px 9px -2px rgba(0, 0, 0, .125) !important;
   padding-top: 5px;
}
.box.no-padding, .box.no-padding .box-body {
    padding: 0;
}
.box-header {
   background: transparent !important;
   padding: 15px 25px;
   border-bottom: none;
}
.box-header .box-title {
   text-transform: none;
   font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-weight: bold;
}
.box-body {
   padding: 15px 25px;
   padding-top: 5px;
}

.small-box-2 {
   background: white;
   box-shadow: 1px 2px 9px -2px rgba(0, 0, 0, .125);
   padding: 25px 15px;
   margin-bottom: 20px;
   display: -ms-flexbox;
   display: flex;
   font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   color: #404040;
   align-items: center;
   border-radius: 8px;
}
.small-box-2 .box-icon {
   font-size: 2.1rem;
   padding: 12px 12px;
   border-radius: 7px;
   height: 51px;
   width: 51px;
   text-align: center;
   line-height: 28px;
   margin-right: 15px;
}
.small-box-2 .box-value {
   margin-left: auto;
   margin-right: 15px;
}
.small-box-2 .text-title {
   font-size: 2rem;
   font-weight: 600;
}
.small-box-2 .text-value {
   font-size: 3.4rem;
   font-weight: 600;
}
.small-box-2 .text-desc {
   font-size: 80%;
}

.small-box-2.color-red .box-icon {
   color: rgb(255, 73, 73);
   background: rgba(255, 73, 73, .3);
}
.small-box-2.color-red .text-value {
   color: rgb(255, 73, 73);
}

.small-box-2.color-blue .box-icon {
   color: rgb(73, 161, 255);
   background: rgba(73, 161, 255, .3);
}
.small-box-2.color-blue .text-value {
   color: rgb(73, 161, 255);
}

.small-box-2.color-green .box-icon {
   color: rgb(59, 199, 28);
   background: rgba(59, 199, 28, .3);
}
.small-box-2.color-green .text-value {
   color: rgb(59, 199, 28);
}

.small-box-2.color-purple .box-icon {
   color: rgb(78, 28, 199);
   background: rgba(78, 28, 199, .3);
}
.small-box-2.color-purple .text-value {
   color: rgb(78, 28, 199);
}

.small-box-2.color-brown .box-icon {
   color: rgb(121, 85, 72);
   background: rgba(121, 85, 72, .3);
}
.small-box-2.color-brown .text-value {
   color: rgb(121, 85, 72);
}

.small-box-2.color-orange .box-icon {
   color: rgb(255, 152, 0);
   background: rgba(255, 152, 0, .3);
}
.small-box-2.color-orange .text-value {
   color: rgb(255, 152, 0);
}

#welcomeMessage {
   background: #FF4949 !important;
   font: 14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   color: white;
   min-height: 250px;
}
#welcomeMessage .title {
   font: 20px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-weight: bold;
   margin-bottom: 20px;
}
#welcomeMessage .imageCont {
   position: relative;
   text-align: right;
}
#welcomeMessage img {
   height: 230px;
}

.btn-primary, .btn-secondary, .btn-danger, .btn-success, .btn-info, .btn-warning {
   border: none !important;
}

.btn {
   padding: 10px 15px;
   transition: all .2s ease-in-out;
}
.btn-primary {
   background-color: #ff3922 !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
   background-color: #4a9aea;
}
.btn-success {
    background-color: #1db955 !important;
    border-color: #008d4c;
}
.btn-secondary {
   background-color: #6c757d;
   color: white;
}
.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus {
   background-color: #838b92;
   color: white;
}

input.switch {
   -moz-appearance: none;
   -webkit-appearance: none;
   -o-appearance: none;
   height: 20px;
   width: 40px;
   border-radius: 10px;
   box-shadow: inset -20px 0px 0px 0px rgba(192, 192, 192, 1);
   background-color: white;
   border: 1px solid rgba(192, 192, 192, 1);
   outline: none !important;
   -webkit-transition: 0.2s;
   transition: 0.2s;
}
input.switch.block {
   display: block;
}

input.switch:checked {
   box-shadow: inset 20px 0px 0px 1px rgba(33, 150, 243, 0.5);
   border: 1px solid rgba(33, 150, 243, 1);
}

.avatar {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px
}

.avatar .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatar>img {
    vertical-align: initial
}

.avatar-lg {
    position: relative;
    display: inline-block;
    width: 72px;
    height: 72px
}

.avatar-lg .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatar-sm {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px
}

.avatar-sm .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatar-xs {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px
}

.avatar-xs .avatar-status {
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50em
}

.avatars-stack .avatar {
    margin-right: -18px;
    transition: margin-right .25s
}

.avatars-stack .avatar:hover {
    margin-right: 0
}

.avatars-stack .avatar-lg {
    margin-right: -36px
}

.avatars-stack .avatar-sm {
    margin-right: -12px
}

.avatars-stack .avatar-xs {
    margin-right: -10px
}

.img-avatar, .avatar>img, .img-circle {
    max-width: 100%;
    height: auto;
    border-radius: 50em;
}

.text-danger {
    color: #c62828 !important;
}

.alert {
   background-color: white !important;
   border: 0;
   box-shadow: 0px 0px 12px 1px #0000002b;
   color: #8F8F91 !important;
   height: 100px;
   padding: 0;
}

/* Success */
.alert.alert-success {
   border-left: 4px solid #52D06A;
}

.alert.alert-success span[data-notify=icon] {
   color: #47D664;
}


/* Info */
.alert.alert-info {
   border-left: 4px solid #3086EB;
}

.alert.alert-info span[data-notify=icon] {
   color: #3086EB;
}

/* Warning */
.alert.alert-warning {
   border-left: 4px solid #FFC122;
}

.alert.alert-warning span[data-notify=icon] {
   color: #FFC122;
}

/* Danger */
.alert.alert-danger {
   border-left: 4px solid #d05252;
}

.alert.alert-danger span[data-notify=icon] {
   color: #d05252;
}


.alert span[data-notify=icon] {
   display: block;
   float: left;
   height: 100px;
   width: 75px;
   text-align: center;
   line-height: 100px;
   font-size: 30px;
}

.alert span[data-notify=title] {
   font: bold 20px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   color: black;

   display: block;
   float: left;
   margin-top: 20px;
   min-width: 300px;
}

.alert span[data-notify=message] {
   font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   display: block;
   float: left;
   min-width: 300px;
   padding-top: 5px;
}

.alert button.close {
   line-height: 100px;
   margin-right: 17px;
   font-size: 38px;
}

.d-flex {
    display: -ms-flexbox;
    display: flex;
}

.profile-image {
    width: 74px;
    height: 74px;
    border-radius: 6px;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, .2);
}

.form-fields div[class^="col"] {
    margin-bottom: 10px;
    margin-top: 10px;
}

.gb_profile_menu {
    list-style: none;
    padding-left: 0;
    font: 14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.gb_profile_menu a {
    display: block;
    padding: 10px 15px;
    margin: 10px 15px;
    color: #333;
    border-radius: 3px;
    transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -webkit-transition: all .2s ease-in-out;
}
.gb_profile_menu a i[class^="fa"] {
    font-size: 16px;
    margin-right: 5px;
}

.gb_profile_menu li.active a {
    background: #3b74fe;
    color: #ffffff;
    box-shadow: 0px 1px 7px 0px rgba(59, 116, 254, 0.5);
}
.gb_profile_menu li:not(.active):hover a {
    color: rgba(59, 116, 254, 1);
}

.gb_form-group {
    position: relative;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.gb_form-group input {
    outline: none;
    z-index: 1;
    position: relative;
    background: none;
    width: 100%;
    height: 35px;
    border: 0;
    color: #212121;
    font-size: 14px;
    font-weight: 400;
}
.gb_form-group input:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}
.gb_form-group label {
    position: absolute;
    top: 0;
    left: 0;
    color: #757575;
    font-size: 16px;
    font-weight: 300;
    line-height: 35px;
    transition: 0.2s ease;
}
.gb_form-group .bar {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #bbb;
    width: 100%;
    height: 1px;
}
.gb_form-group .bar:before, .gb_form-group .bar:after {
    content: '';
    position: absolute;
    background: #3b74fe;
    width: 0;
    height: 2px;
    transition: .2s ease;
}
.gb_form-group .bar:before {
    left: 50%;
}
.gb_form-group .bar:after {
    right: 50%;
}
.gb_form-group input:focus ~ label {
    color: #3b74fe;
    -webkit-transform: translate(-12%, -51%) scale(0.75);
    transform: translate(-12%, -51%) scale(0.75);
}
.gb_form-group input:focus ~ .bar:before, .gb_form-group input:focus ~ .bar:after {
    width: 50%;
}
.gb_form-group input:valid ~ label {
    color: #3b74fe;
    -webkit-transform: translate(-12%, -51%) scale(0.75);
    transform: translate(-12%, -51%) scale(0.75);
}
.input-group .input-group-addon {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
   border: 1px solid #eaeaea;
    box-shadow: 0px 1px 0px 0px #eaeaea;
}
.form-control {
   border-radius: 3px;
   border: 1px solid #eaeaea;
    box-shadow: 0px 1px 0px 0px #eaeaea;
   font-family: Ubuntu;
   font-size: 14px;
   text-rendering: optimizeLegibility;
}
.form-control:focus {
    box-shadow: 0px 1px 0px 0px #80bdff;
   border-color: #80bdff;
}
.progress.passwordStrength {
   --danger: #dc3545;
   --warning: #ffa707;
   --medium: #ffa707;
   --success: #28a745;
   --default: #e9ecef;
}
.progress.passwordStrength .progress-bar { background: var(--default); }
.progress.passwordStrength .progress-bar[aria-valuenow="1"] { background: var(--danger); }
.progress.passwordStrength .progress-bar[aria-valuenow="2"] { background: var(--warning); }
.progress.passwordStrength .progress-bar[aria-valuenow="3"] { background: var(--medium); }
.progress.passwordStrength .progress-bar[aria-valuenow="4"] { background: var(--success); }

.d-flex div[class^="col"] {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.multicreate_box {
    border-radius: 3px;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, .125);
    padding: 20px 15px;
    margin-bottom: 15px;
}
.multicreate_box:last-child {
    margin-bottom: 0;
}
.multicreate_box:nth-child(even) {
    background: #f3f3f3;
}

.multicreate_box div[class^="col"] {
    width: auto !important;
}

.multicreate_box .deleteRow {
    border-radius: 50%;
    background: #ef8681;
    height: 64px;
    width: 64px;
    text-align: center;
    color: white;
    font-size: 1.7em;
    cursor: pointer;
}
.multicreate_box .addRow {
    border-radius: 50%;
    background: #28a745;
    height: 64px;
    width: 64px;
    text-align: center;
    color: white;
    font-size: 1.7em;
    cursor: pointer;
}
.multicreate_box .deleteRow i,
.multicreate_box .addRow i {
    line-height: 64px;
}

.multicreate_box:before,
.multicreate_box:after {

}

.dTabs {
    border: none;
    margin-left: 15px;
}
.dTabs > li > a {
    border-radius: 0;
    background: white;
    border: none;
}
.dTabs > li:not(.active) > a:hover {
    background: #f2f2f2;
    border: none;
}
.dTabs > li.active > a:hover,
.dTabs > li.active > a:focus {
    background: #3b74fe;
    border: none;
    color: white;
    box-shadow: 0px 1px 7px 0px rgba(59, 116, 254, 0.5);
}
.dTabs > li.active > a {
    background: #3b74fe;
    color: white;
    border: none;
    box-shadow: 0px 1px 7px 0px rgba(59, 116, 254, 0.5);
}

.permission-box {
    align-items: center;
    background: #f7f7f7;
    padding: 15px 25px;
    border-radius: 5px;
    border: 1px solid #eaeaea;
}
.permission-box .title {
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

#documentContainer {
    overflow: hidden;
}
#documentContainer .drop-overlay {
    transition: opacity .3s ease-in-out;
    transition-delay: .15s;
    top: -9999px;
    opacity: 0;
}
#documentContainer.shover .drop-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .250);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    color: white;
    opacity: 1;
}

.file-list {
    display: grid;
    grid-template-columns: repeat(4, 20%);
    grid-column-gap: 10px;
    grid-row-gap: 15px;
    justify-content: center;
}
.file-list .file {
    display: flex;
    flex-direction: column;
    padding: 15px 20px;
    border-radius: 5px;
    transition: background .15s ease-in-out;
    position: relative;
}
.file-list .file:hover {
    background: #f5f5f5;
}
.file-list .file:hover .file-controls {
    opacity: 1;
}
.file-list .file h4.file-title {
    align-self: center;
    font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-align: center;
}
.file-list .file span.file-desc {
    align-self: center;
    font: 12px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    text-align: center;
}
.file-list .file .file-icon {
    align-self: center;
    width: 48px;
    margin-bottom: 10px;
}
.file-list .file .progress {
    background: #e0e0e0;
}

.file-list .file .file-controls {
    position: absolute;
    top: 10px;
    right: 10px;
    opacity: 0;
    transition: opacity .1s ease-in-out;
    transition-delay: .15s;
    z-index: 1;
}
.file-list .file .file-controls .file-control {
    background: none;
    border: none;
    outline: none !important;
    padding: 3px 8px;
    border-radius: 3px;
    color: #333;
    transition: background .2s ease-in-out, color .2s ease-in-out;
}
.file-list .file .file-controls .file-control[data-action="delete"] {
    color: #fd5b5b;
}
.file-list .file .file-controls .file-control[data-action="delete"]:hover {
    color: white;
    background: #fd5b5b;
}
.file-list .file .file-controls .file-control[data-action="preview"] {
    color: #5fb1f3;
}
.file-list .file .file-controls .file-control[data-action="preview"]:hover {
    color: white;
    background: #5fb1f3;
}
.file-list .file .file-controls .file-control[data-action="download"] {
    color: #9ccc65;
}
.file-list .file .file-controls .file-control[data-action="download"]:hover {
    color: white;
    background: #9ccc65;
}

@media (max-width: 1600px) {
    .file-list {
        grid-template-columns: repeat(3, 30%);
    }
}
@media (max-width: 1250px) {
    .file-list {
        grid-template-columns: repeat(2, 45%);
    }
}
@media (max-width: 920px) {
    .file-list {
        grid-template-columns: repeat(1, 100%);
    }
}

@media (max-width: 767px) {
    .content-wrapper, .main-footer {
        margin-left: 0 !important;
    }
    nav.navbar {
        padding-left: 15px;
    }
}


.preview_box {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999;
    font-family: inherit;
    overflow: hidden;
}
.preview_box .preview_box_bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: opacity .4s;
    transition: opacity .4s;
    transition-timing-function: cubic-bezier(0.36, 0.55, 0.19, 1);
    opacity: 0;

    background-color: slategray;
    opacity: .6;
}
.preview_box .preview_box_content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .2);
    min-width: 25%;
    min-height: 30%;
    max-width: 95%;
    max-height: 95%;
}

.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

.btn-group-xs > .btn, .btn-xs {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px
}

tr.valign td {
    vertical-align: middle !important;
}

.modalTitle {
   color: #5f626a;
   text-transform: none;
   font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-weight: bold;
   padding: 15px 0;
}

.customCheckbox {
    position: absolute;
    opacity: 0;
}
.customCheckbox + label {
    position: relative;
    cursor: pointer;
    padding: 0;
}
.customCheckbox + label:before {
    content: '';
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 20px;
    height: 20px;
    background: #cacaca;
    border-radius: 3px;
    transition: background 0.2s ease-in-out;
}
.customCheckbox:hover + label:before {
    /* background: #b4d2f1; */
    box-shadow: 0 0 0 1.5px rgba(0, 0, 0, 0.12);
}
.customCheckbox:focus + label:before {

}
.customCheckbox:checked + label:before {
    background: #2084E9;
}
.customCheckbox:disabled + label {
    color: #b8b8b8;
    cursor: auto;
}
.customCheckbox:disabled + label:before {
    box-shadow: none;
    background: #eaeaea;
}
.customCheckbox:checked + label:after {
    content: '';
    position: absolute;
    left: 5px;
    top: 9px;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}

table.withCaption:not(.onlyCaption) caption {
    display: none;
}
table.withCaption.onlyCaption > *:not(caption) {
    display: none;
}

.entUpload {
    display: flex;
    width: 100%;
    height: 400px;
    align-items: center;
    justify-content: center;
    border: 2px dashed #bfbfbf;
    border-radius: 3px;
}
.entUpload .entUploadContent {
    text-align: center;
}
.entUpload .icon {
    width: 82px;
}
.entUpload .entUploadContent > p {
    color: #7d7d7d;
}

.entUpload-filelist {

}
.entUpload-filelist .entUpload-file {
    background: #f5f5f5;
    border-radius: 3px;
    padding: 15px 30px;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.entUpload-filelist .entUpload-file:not(:first-child) {
    margin-top: 10px;
}
.entUpload-filelist .entUpload-file::before {
    display: block;
    content: attr(data-value) "%";
    position: absolute;
    right: 20%;
    top: 50%;
    transform: translateY(-50%);
    font: 54px Ubuntu;
    color: rgba(32, 131, 233, 0.2);
}
.entUpload-filelist .entUpload-file.uploaded::before {
    display: none;
}
.entUpload-filelist .entUpload-file.nop::before {
    display: none;
}
.entUpload-filelist .entUpload-file .entUpload-progress {
    display: block;
    background: rgba(32, 131, 233, 0.1);
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 0%;
    -webkit-transition: .6s cubic-bezier(.17,.67,0,1.01);
    -o-transition: .6s cubic-bezier(.17,.67,0,1.01);
    transition: .6s cubic-bezier(.17,.67,0,1.01);
}
.entUpload-filelist .entUpload-file.uploaded .entUpload-progress {
    display: none;
}
.entUpload-filelist .entUpload-file .entUpload-file-details {
    margin-left: 20px !important;
    position: relative;
    z-index: 1;
}
.entUpload-filelist .entUpload-file .entUpload-file-title {
    font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
}
.entUpload-filelist .entUpload-file .entUpload-file-size {
    font: 14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}
.entUpload-filelist .entUpload-file img {
    width: 42px;
    z-index: 1;
}

.entUpload-filelist .entUpload-file .buttons {
    margin-left: auto;
}

.entUpload-btn {
    display: inline-block;
    padding: 1px 6px;
    border: none;
    border-radius: 4px;
    color: white;
    -webkit-transition: .6s cubic-bezier(.17,.67,0,1.01);
    -o-transition: .6s cubic-bezier(.17,.67,0,1.01);
    transition: .6s cubic-bezier(.17,.67,0,1.01);
    position: relative;
    z-index: 1;
}
.entUpload-btn:hover {
    color: white;
}

.entUpload-btn.entUpload-btn-primary {
    background: #5398d4;
    box-shadow: -1px 1px 6px rgba(83, 152, 212, 0.8);
    min-width: 27px;
}
.entUpload-btn.entUpload-btn-primary:hover {
    background: #53a4d4;
    box-shadow: -1px 1px 6px rgba(83, 164, 212, 0.8);
}

.entUpload-btn.entUpload-btn-success {
    background: #53d48f;
    box-shadow: -1px 1px 6px rgba(67,208,132,.8);
    min-width: 27px;
}
.entUpload-btn.entUpload-btn-success:hover {
    background: #fe8a8a;
    box-shadow: -1px 1px 6px rgba(254,118,118,.8);
}

.entUpload-btn.entUpload-btn-danger {
    background: #fe8a8a;
    box-shadow: -1px 1px 6px rgba(254,118,118,.8);
    min-width: 27px;
}

.entUpload-btn.entUpload-btn-success i.fa::before {
    content: '\f00c';
}
.entUpload-btn.entUpload-btn-danger i.fa::before {
    content: '\f00d';
}
.entUpload-btn.entUpload-btn-success:hover i.fa::before {
    content: '\f00d';
}

/****** CALENDAR ******/
.fc-toolbar h2 {
   display: inline-block;
}

th.fc-day-header.fc-widget-header {
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 16px;
   font-weight: bold;
    padding: 20px 15px;
   box-shadow: 0px 5px 8px -5px rgba(0, 0, 0, .1);
}

.fc-header-day {
   font-family: 'Exo 2';
   font-size: 20px;
   font-weight: 300;
   display: inline-block;
   width: 27px;
   height: 27px;
   line-height: 25px;
   border-radius: 100%;
   padding: 3px;
}
.fc-header-day.fc-header-today {
   background: #1485fe;
   color: white;
}

span.fc-header-week {
    font-weight: normal;
}

.fc-divider {
   display: none;
}
.fc-time-grid .fc-slats .fc-minor td {
   border-top: 0;
}
.fc-time-grid .fc-slats td {
    height: 2.5em !important;
}
.fc-widget-header.fc-sun {
    color: #FF4949;
}
.fc td.fc-today {
    /* border: 0; */
    background: #f2f2fd !important;
    font-weight: 900;
}

td.fc-axis.fc-time.fc-widget-content {
    font: 15px 'Exo 2', sans-serif;
    color: #d2d4d8;
    font-weight: 600;
    border-top: 0;
}

button.fc-button.fc-button-primary {
    background: #f9f9f9;
    border-color: #ececec;
    font: 14px 'Source Sans Pro';
    font-weight: 600;
    color: #adb0b7;
   padding-left: 35px;
   position: relative;
}

.fc-button-primary:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

button.fc-button.fc-button-primary:before {
   display: block;
   font-family: "Font Awesome 5 Free";
   font-weight: 900;
   font-size: 16px;
   -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
   content: "";
   color: inherit;
   position: absolute;
   top: calc(50% + 1px);
   transform: translateY(-50%);
   left: 12px;
}
button.fc-gbyteMonth-button.fc-button.fc-button-primary:before {
   content: '\f00a';
}
button.fc-gbyteWeek-button.fc-button.fc-button-primary:before {
   content: '\f03a';
}
button.fc-gbyteDay-button.fc-button.fc-button-primary:before {
   content: '\f0c9';
}
button.fc-google-button.fc-button.fc-button-primary:before {
   font-family: "Font Awesome 5 Brands";
   content: '\f1a0';
}
button.fc-refresh-button.fc-button.fc-button-primary {
   color: transparent !important;
   padding-left: 25px;
}
button.fc-print-button.fc-button.fc-button-primary {
   color: transparent !important;
   padding-left: 25px;
}
button.fc-filter-button.fc-button.fc-button-primary {
   color: transparent !important;
   padding-left: 25px;
}
button.fc-refresh-button.fc-button.fc-button-primary:before {
   content: '\f2f1';
    color: #adb0b7;
}
button.fc-print-button.fc-button.fc-button-primary:before {
   content: '\f02f';
    color: #adb0b7;
}
button.fc-filter-button.fc-button.fc-button-primary:before {
   content: '\f0b0';
    color: #adb0b7;
}
.fc-button-primary:not(:disabled).fc-button-active, .fc-button-primary:not(:disabled):active {
    color: #fff !important;
    background-color: #1485fe !important;
    border-color: #167dea !important;
    box-shadow: 0px 0px 4px 0px rgba(20, 133, 254, 0.4) !important;
}

.fc-event {
    background: white !important;
    color: #283344 !important;
    border: 0 !important;
    border-top: 3px solid #4bc296 !important;
    border-radius: 3px !important;
    padding: 5px 20px !important;
    font: 14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif !important;
   box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .1) !important;
    min-height: 40px;
}
.fc-event .fc-title {
   color: #283344 !important;
   font-weight: bold !important;
   font-size: 15px !important;
}

.fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
}

span.fc-header-title {
    font: 28px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
}
span.fc-header-subtitle {
    font: 30px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    margin-left: 5px !important;
}

.fc-axis.fc-time span {
    position: relative;
    top: -20px;
}

.fc-time-grid .fc-slats td {
   border-top-style: dashed;
}

th.fc-widget-header {
    background: #fcfbfe;
}

th.fc-axis.fc-widget-header {
   text-align: center;
   vertical-align: middle;
   color: #d7d8df;
   font-size: 24px;
   background: white;
}

td.fc-day.fc-widget-content {
    box-shadow: inset 0px 14px 10px -18px rgba(0, 0, 0, .2);
    background: #fcfbfe;
}

hr.fc-gbyte-timeline {
    margin: 0;
    background: #1485fe;
    position: absolute;
    z-index: 2;
    height: 2px;
    width: 97%;
    right: 0;
   overflow: visible;
}
hr.fc-gbyte-timeline:before {
   display: block;
   content: ' ';
   position: absolute;
   width: 7px;
   height: 7px;
   background: #1485fe;
   left: 0;
   bottom: 50%;
   transform: translateY(50%);
   border-radius: 100%;
}
hr.fc-gbyte-timeline:after {
   display: block;
   content: attr(data-time);
   position: absolute;
   color: #1485fe;
   left: -37px;
   bottom: 50%;
   transform: translateY(50%);
   font: 14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-weight: bold;
}

#taskMenu,
#taskMenuModal,
#taskMenuPriority {
   padding: 0;
   margin: 0;
}

#taskMenu > .taskMenuRow,
#taskMenuModal > .taskMenuRow,
#taskMenuPriority > .taskMenuRow {
   display: inline-block;
   cursor: pointer;
   list-style: none;
   margin: 5px 1px;
   font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

#taskMenu > .taskMenuRow,
#taskMenuModal > .taskMenuRow,
#taskMenuPriority > .taskMenuRow {
   opacity: 0.4;
}

#taskMenu > .taskMenuRow.active,
#taskMenuModal > .taskMenuRow.active,
#taskMenuPriority > .taskMenuRow.active {
   opacity: 1;
}

.taskRow {
   margin: 13px 0;
   /*box-shadow: 0px 1px 3px -1px #00000026;*/
   padding: 10px 0;
   display: flex;
   align-items: center;
   border-left: 6px solid transparent;
   position: relative;
}

.taskRow.taskCompleted {
   opacity: .4;
   text-decoration: line-through;
}

.taskRow-header {
   font: 14px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
}

.taskRow-header .text-small {
   color: #a5a5a5;
}

.taskRow-header .taskRow-title {
   font-weight: bold;
}

.taskRow-type {
   text-align: right;
}
.taskRow-type .gb_label {
   margin: 0 2px;
}

.taskRow-priority {
   text-align: right;
}

.taskRow-priority .taskRow-priorityDot {
   display: inline-block;
   margin: 0 1.5px;
   height: 13px;
   width: 13px;
   border-radius: 100%;
   background: #CCC;
}

.taskRow-priority.taskRow-priorityLow .taskRow-priorityDot:not(.priorityLow) {
   filter: grayscale(1);
}
.taskRow-priority.taskRow-priorityMedium .taskRow-priorityDot:not(.priorityMedium) {
   filter: grayscale(1);
}
.taskRow-priority.taskRow-priorityHigh .taskRow-priorityDot:not(.priorityHigh) {
   filter: grayscale(1);
}

.taskRow-priority .taskRow-priorityDot.priorityLow {
   background: rgb(76, 175, 80);
   box-shadow: 0px 0px 6px 1px rgba(76, 175, 80, .250);
}
.taskRow-priority .taskRow-priorityDot.priorityMedium {
   background: rgb(243, 156, 18);
   box-shadow: 0px 0px 6px 1px rgba(243, 156, 18, .250);
}
.taskRow-priority .taskRow-priorityDot.priorityHigh {
   background: rgb(196, 24, 60);
   box-shadow: 0px 0px 6px 1px rgba(196, 24, 60, .250);
}

.taskRow-actions {
   text-align: right;
   font: 18px 'Exo 2';
   font-weight: bold;
}

.taskRow::before {
   display: block;
   content: ' ';
   position: absolute;
   top: 0;
   left: -5px;
   height: 100%;
   width: 5px;
   background: transparent;
   border-radius: 4px;
}
.taskRow.taskLow .taskRow-actions {
   color: rgb(76, 175, 80);
   text-shadow: 0px 0px 3px rgba(12, 206, 170, .200);
}

.taskRow.taskMedium .taskRow-actions {
   color: rgb(243, 156, 18);
   text-shadow: 0px 0px 3px rgba(255, 140, 42, .200);
}

.taskRow.taskHigh .taskRow-actions {
   color: rgb(196, 24, 60);
   text-shadow: 0px 0px 3px rgba(196, 24, 60, .200);
}
.taskRow.taskLow::before {
   background: rgb(76, 175, 80);
   box-shadow: 0px 0px 6px 1px rgba(76, 175, 80, .250);
}

.taskRow.taskMedium::before {
   background: rgb(243, 156, 18);
   box-shadow: 0px 0px 6px 1px rgba(243, 156, 18, .250);
}

.taskRow.taskHigh::before {
   background: rgb(196, 24, 60);
   box-shadow: 0px 0px 6px 1px rgba(196, 24, 60, .250);
}

.sp-replacer {
   z-index: 999;
    position: absolute;
    right: 1px;
    top: 0px;
    height: 35px;
    line-height: 35px;
    border: 0;
    background: transparent;
    box-shadow: 0px 0px 4px 1px #00000042;
}

.sp-replacer > .sp-preview {
   height: 26px;
   border-radius: 5px;
}

.sp-replacer > .sp-dd {
   line-height: 23px;
}

/*Krystian, new design for EskaMedia
25.11.2019r
*/
.navbar-custom-menu{
   background: rgb(255, 159, 67);
   padding-top: 10px;
   padding-bottom: 10px;
   border-radius: 0;
}

#searchCont{
   margin-top:5px;
}

ul.nav.navbar-nav.col-sm-6.pull-right.custom-navbar-nav {
   padding-right: 30px;
}

.skin-blue .sidebar-menu>li.header{
   background: rgba(255, 255, 255, 0.8) !important;
   color: #999 !important;
   font-size: 13px;
   padding: 21px 19px;
   padding-bottom: 7px;
}
header .sidebar-menu > li > a{
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-size:15px;
}

i.fas.fa-search {
    color: #f86d07;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a, .skin-blue .sidebar-menu>li.menu-open>a {
    color: #626262;
    border-color: transparent !important;
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
}

.skin-blue .content-header {
   background: rgba(206, 206, 206, 0.1) !important;
   border-radius:3px;
}

.breadcrumb-item.active {
   color: #545455;
}

header .sidebar-menu > li > a {
   color: #6e6b6b;
}

.logoEska{
   width: 130px !important;
   margin-top: 10px !important;
   margin-bottom: 0px !important;
 
}
 

#userPanel {
    margin: 50px 0;
    padding: 0px 25px;
    border-radius: 1px 1px 500px 1px;
    padding-top: 20px;
    /* color: black !important; */
    padding-bottom: 20px;
    margin-bottom: 10px !important;
    margin-top: 10px;
    background: whitesmoke;
}

#userPanel .userdesc {
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   color: black;
   display: none;
}

#userPanel .username {
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   font-weight: 600;
   color: black;
   line-height: 40px;
}

.menu_footer {
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   color: #626262 !important;
   background: #f5f5f5;
   padding-top: 10px;
   padding-bottom: 10px;
}

.gb_byte {
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   color: #626262;
}

.gb_golden {
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
   color: #FF4949;
}


.small-box-2.color-eska .box-icon {
   color: rgb(248, 109, 7);
   background: rgba(217, 217, 217, 0.3)
}

.small-box-2.color-eska2 .box-icon {
   color: rgb(248, 109, 7);
   background: rgba(248, 109, 7, .3);
}

.small-box-2.color-eska3 .box-icon {
   color: rgb(255, 73, 73);
   background: rgba(217, 217, 217, 0.3)
}

.small-box-2.color-eska4 .box-icon {
   color: rgb(255, 73, 73);
   background: rgba(248, 109, 7, .3);
}

.small-box-2 .text-title{
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
   color: #f86d07;
   background: rgba(255,255,255,.97);
}

.breadcrumb-item a {
   color: #555555 !important;
}

.table[aria-describedby="tableCustom_info"] td a:hover {
   color: #f86d07;
}

.table[aria-describedby="tableCustom_info"] thead th{
   color:white;
   background: rgb(98, 98, 98);
}

.dTabs > li.active > a {
   background: #f86d07 !important;
   box-shadow: 0px 1px 7px 0px #ffe1b2 !important;
}

.btn-primary {
   background-color: #f86d07;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
   background-color: rgba(248, 109, 7, .8);
}

 #userPanel img.user-image {
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin-bottom: 10px;
    margin: 0 !important;
    box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, .2);
    transition: all .2s ease-in-out;
}

header .sidebar-menu > li > a {
   color: #626262;
}

#userPanel .avatarCont {
   transition: all .2s ease-in;
   right: 25px;
}

.skin-blue .sidebar-menu>li.header{
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif
}

.small-box-2 .text-desc{
   font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif
}

.sidebar-menu {
   overflow: visible;
}

.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
    width: 20px;
    margin-right: 10px;
    font-size: 18px !important;
}

.sidebar-menu > li.active {
    background: -webkit-linear-gradient(28deg, #ffa146, #ffb977);
    background: -o-linear-gradient(28deg, #ffa146, #ffb977);
    background: linear-gradient(118deg, #ffa146, #ffb977);
    box-shadow: 0 0 10px 1px #ffb977;
    border-radius: 4px;
}

.skin-blue .sidebar-menu>li:hover>a {
   color: #ffa146 !important;
}

.skin-blue .sidebar-menu>li.active>a {
   color: #ffffff !important;
}

ul.sidebar-menu.tree {
    margin: 10px;
}

.skin-blue .content-header {
    display: none !important;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    z-index: 2;
    color: #fe7f06;
    background-color: #eee;
    border-color: #ddd;
}

.desktopCreate {
    background: #e60000;
    color: white;
    padding: 1px 4px;
    border-radius: 6px;
    /*//box-shadow: 5px 5px 0 #ffefe0;*/
    margin-left: 3px;
        font-size: 16px;
    transition: all 0.3s ease-in;
        position: absolute;
}

.desktopCreate:hover {
    color: #ffffff;
    background: #fc3d3d;
    box-shadow: -5px -5px 0 #ffd4d4;
}
.navbar-nav i {
    color: #444444;
}
header .sidebar-menu > li > a {
    color: #444444;
}
.skin-blue .sidebar-menu>li:hover>a {
    color: #ff0000de !important;
}
.modalMAX #tableCustom_wrapper {
    overflow-x: auto;
}

.modalMAX {
    width: 90% !important;
}

.dropdown-menu-limit-height {
   max-height: 400px;
   overflow-x: hidden;
   overflow-y: auto;
}

/* --- NOTIFICATIONS --- */
.notify-time {
    margin-left: 32px;
    font-size: 11px;
    margin-top: -5px;
}

.notify-title {
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
    font-size: 15px;
}

.nav-link.notify-block {
    display: block !important;
}

.user-notify {
    border-radius: 5px !important;
}

.user-notify .top-bg {
    height: 90px;
    background-color: #ff9f43;
    margin-bottom: 30px !important;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    margin: 0;
    display: block;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 65px;
}

.user-notify .nav-separator {
    margin: 0.7rem 0;
    height: 0;
    display: block;
    border-bottom: 1px solid #ebedf2;
}

.user-area .user-notify {
   	background: #fff;
    border: none;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    left: inherit !important;
    right: 0;
    top: 40px !important;
    margin: 0;
    max-width: 420px;
    padding: 0;
    position: absolute;
    width: 420px !important;
    z-index: 999;
    min-width: 300px;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 4px;
    -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
    animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
}

.nav-link, .user-area .user-notify .nav-link {
    color: #595d6e;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 5px 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.user-area .user-notify i, .nav-link i {
    flex: 0 0 30px;
    font-size: 15px;
    line-height: 0;
    color: #a2a5b9;
}

.nav-link:hover, .user-area .user-notify .nav-link:hover, .nav-link:hover i, .user-area .user-notify .nav-link:hover i {
    color: #5596eb;
    background-color: #f7f8fa;
}

.user-notify .user-card {
   	left: 0;
    right: 0;
    position: absolute;
    display: block;
    align-items: stretch;
    height: 100%;
    padding: 0 1.75rem;
}

.user-notify .user-card .user-avatar {
    width: auto;
}

.user-notify .user-card b {
    display: block;
    align-items: flex-end;
    font-size: 18px;
    padding: 0px;
    height: 50%;
    font-weight: 300;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
    margin-top: 12px;
}

.user-notify .user-card .desc {
    padding-top: 0.25rem;
    display: flex;
    height: 50%;
    align-items: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: #74788d;
}

.count-block {
    font-size: 14px;
    background-color: white;
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.07);
    border-radius: 4px;
    padding: 5px 15px;
    margin: 0 auto;
    text-align: center;
    top: 11px;
    display: table;
    position: relative;
    font-weight: 300;
}

.notify-time {
    margin-left: 32px;
    font-size: 11px;
    margin-top: -5px;
}

.notify-title {
    display: inline-block;
    margin-left: 15px;
    font-weight: 500;
    font-size: 15px;
}

.nav-link.notify-block {
    display: block !important;
}

.notify-container {
    max-height: 240px;
    overflow-y: auto;
}

.user-notify .nav-link:hover i::before {
    color: #fdbe00;
}

.notify-desc {
    margin-left: 32px;
}

.notify-container::-webkit-scrollbar {
  width: 5px;
}

.notify-container::-webkit-scrollbar-track {
    background: #efeff5;
}

.notify-container::-webkit-scrollbar-thumb {
    background: #a2a5b9;
    border-radius: 5px;
}

.notify-container::-webkit-scrollbar-thumb:hover {
  background: #0053a1; 
}

.nav-btn.btn-danger {
    background-color: #fd397a24;
    color: #fd397a !important;
}

.nav-btn.btn-danger:hover {
    background-color: #fd397a;
    color: white !important;
}

a.nav-link.notify-block:not(.notify-read) i {
    color: #fdbe00;
}

a.nav-link.notify-block:not(.notify-read) .notify-title {
    font-weight: 900;
}



.nav-btn.btn-danger {
    background-color: #fd397a24;
    color: #fd397a !important;
}

.nav-btn.btn-danger:hover {
    background-color: #fd397a;
    color: white !important;
}

a.nav-link.notify-block:not(.notify-read) i {
    color: #fdbe00;
}

a.nav-link.notify-block:not(.notify-read) .notify-title {
    font-weight: 900;
}

.user-area .user-notify {
   	background: #fff;
    border: none;
    font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    left: inherit !important;
    right: 0;
    top: 40px !important;
    margin: 0;
    max-width: 420px;
    padding: 0;
    position: absolute;
    width: 420px !important;
    z-index: 999;
    min-width: 300px;
    box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
    border-radius: 4px;
    -webkit-animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
    animation: dropdown-menu-fade-in .3s ease 1, dropdown-menu-move-up .3s ease-out 1;
}

.nav-link, .user-area .user-notify .nav-link {
    color: #595d6e;
    font-size: 13px;
    line-height: 22px;
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding: 5px 25px;
    cursor: pointer;
    transition: all 0.3s;
}

.user-area .user-notify i, .nav-link i {
    flex: 0 0 30px;
    font-size: 15px;
    line-height: 0;
    color: #a2a5b9;
}

.nav-link:hover, .user-area .user-notify .nav-link:hover, .nav-link:hover i, .user-area .user-notify .nav-link:hover i {
    color: #5596eb;
    background-color: #f7f8fa;
}

.clear {
   clear: both;
}

#cardList .cardPattern {
   display: none;
}

#cardList .cardRow .card-text {
   cursor: pointer;
   font-size: 14px;
}

/*Modyfity Krystian*/

.navbar-custom-menu {
    background: #f2f2f2;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 0;
} 
.content{
   background: white !important;
}
.small-box-2 .box-icon {
    color: rgb(243, 243, 243) !important;
    background: #444444 !important;
}
i.fas.fa-search {
    color: #f80707;
}
.box-header .box-title {
    text-transform: none;
    font: 16px 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-weight: bold;
    background: #191919c2;
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 3px;
    color: white;
    text-align: center !important;
    padding: 10px;
}
/*.box-body {
    padding: 15px 25px;
    padding-top: 5px;
    background: #20202094;
    color: white;
}
.fa-boxes:before {
    content: "\f468";
    color: #ff0a0a;
}
.fa-users:before {
    content: "\f0c0";
    color: orange;
}*/

#logo-background {
    position: fixed;
    width: 100%;
    text-align: center;
    left: 0;
    top: 40px;
    opacity: 0.2;
    font-size: 56px;
}

#logo-background > a {
   color: #1d1d1d;
   text-shadow: 0px 0px 1px #afafaf;
}

#menuToggle {
    position: fixed;
    left: 206px;
    top: 185px;
    cursor: pointer;
    z-index: 1049;
    padding: 1px 6px;
    text-shadow: 0px 0px 1px #000;
    font-size: 24px;
}

.datepicker {
   z-index: 1910 !important;
}

.bg-red2 {
   background: #e4210d;
}

.smsDesktop .select2 .select2-selection/*, .select2-dropdown */ {
   background: #4e4e4e; 
   color: #FFF; 
   border-width: 1px; 
   border-style: solid; 
   border-color: rgb(118, 118, 118); 
   border-image: initial; 
   box-shadow: none;
}

form .has-feedback .form-control {
   padding-right: 10px;
}