body {
    font-family: Poppins, sans-serif;
}

.waiter {
    display:none;
    position: fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index:20000;
    background-color: rgba(0,0,0,.65);
    color: white;
}
#table-header {
    position:fixed;
    top:0;
    z-index: 9999;
    background-color: white;
    display:none;
}
@-webkit-keyframes pulse {
    0% { background-color: #ff0000; color:white;}
    50% { background-color: #ffff00; color:black;}
    100% { background-color: #ff0000; color:white;}
}

@keyframes pulse {
    0% { background-color: #ff0000; color:white; }
    50% { background-color: #ffff00; color:black; }
    100% { background-color: #ff0000; color:white;}
}
#lockTableInfo {
    position: fixed;
    top:0;
    left: 50%;
    margin-left: -200px;
    padding: 15px;
    background-color: red;
    display: none;
    z-index: 99999;
    font-size:12px;
    color: white;
     -webkit-animation: pulse 1s infinite ease-in-out;
    -o-animation: pulse 1s infinite ease-in-out;
    -ms-animation: pulse 1s infinite ease-in-out; 
    -moz-animation: pulse 1s infinite ease-in-out; 
    animation: pulse 1s infinite ease-in-out;
}

.datepicker-months span.month,
.datepicker-years span.year
{
    display: inline-block;
    width: 30%;
    padding: 10px 5px;
}

.select2-selection--multiple{
    overflow: hidden !important;
    height: auto !important;
}

td.removed {
    text-decoration: line-through;
    color: white !important;
    background-color: #333333 !important;
}
td.row-used {
    text-decoration: line-through;
    color: #333 !important;
    background-color: #9f9 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top:0 !important;
    margin-bottom: 5px !important;
    background-color: #4dbd38;
    color:white;
    font-weight:bold;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top:0 !important;
    margin-bottom: 5px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: white !important;
}

#history-ch-modal {
display:none;background-color:rgba(150,0,0,1);z-index:10000; padding:10px; min-height:3em; position: fixed; bottom:0; left:0; right:0;
}
#history-ch-modal span {
color:White;
font-weight:bold;
font-size: 12px;
}

#modal-history-left {
    float:right;
    border:0;
    margin-left: 20px;
    color:red;
}
#modal-history-right {
    float:right;
    border:0;
    color:red;
}

.waiter .middle {
    left:50%;
    margin-left: -130px;
    width:260px;
    text-align:center;
    padding:30px;
    top:40vh;
    background-color: rgba(255,255,255,1);
    color: #333;
    position:fixed;
}

input.form-control,
select.form-control {
/*     border-top:0 none; */
/*     border-left:0 none; */
/*     border-right:0 none; */
    border-radius:0;
}

tr.w_weekend,
tr.w_weekend td:first-child,
#leftHeader table tbody tr td.w_weekend:first-child,
td.w_weekend
{
    background-color: rgba(100,100,100,0.1);
}


.form-control:focus {
    box-shadow: none;
/*     border:0 none; */
/*     border-bottom: 2px solid #f58220; */
}

/*.btn {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: .84rem 2.14rem;
    font-size: .81rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    -o-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    margin: .375rem;
    border: 0;
    cursor: pointer;
    text-transform: uppercase;
    white-space: normal;
    word-wrap: break-word;
    color: inherit;
}*/
.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem;
    font-size: .81rem;
    line-height: 1.5;
    border-radius: .2rem;
}

.btn-success {
    background-color: #00c851!important;
    color: #fff;
}

.btn-primary {
    background-color: #4dbd38; /*#4285f4!important;*/
    border: 1px solid #4dbd38; /*#4285f4!important;*/
    color: #fff;
}
.btn-primary:hover {
    background-color: white; /*#4285f4!important;*/
    border: 1px solid #4dbd38; /*#4285f4!important;*/
    color: #4dbd38;
}

.btn-rounded {
    border-radius: 10em;
}

table th {
/*     background-color: #f58220; */
    color:white;
    font-weight:normal;
}
table th, table td {
    font-size: 0.9rem;
}

.table-sm td, .table-sm th {
    padding: .5rem;
}
table td button {
    margin:0 !important;
}

.sidebar-dark {
    background-color: #333;
}

.navbar-nav a.nav-link {
    font-size: 13px;
    padding:10px 16px !important;
}

.topbar-nav a.nav-link {
    padding: 0 16px !important;
    height:50px !important;
    font-size: 16px;
}
.topbar-nav .nav-item a.nav-link:hover,
.topbar-nav .nav-item a.nav-link:active {
    border-color:transparent !important;
    background-color: #4dbd38 !important;
    color:white !important;
}

.topbar-nav .nav-item a.nav-link:hover span,
.topbar-nav .nav-item a.nav-link:active span {
    color: white !important;
}

.topbar.navbar {
    padding-right:0;
}

.topbar.navbar .dropdown .dropdown-item {
    font-size: 13px;
}

.navbar-nav .nav-item.active a.nav-link,
.navbar-nav .nav-item a.nav-link:hover,
.navbar-nav .nav-item a.nav-link:not(.collapsed)[data-toggle="collapse"],
.navbar-nav .nav-item div.collapse.show
{
     border-left:4px solid #4dbd38;
    background-color: #252a2e;
    padding-left: 12px !important;
}

.navbar-nav .nav-item div.collapse.show
{
    margin:0;
}

.nav-item div.collapse-inner {
    margin:0 !important;
    padding:0 !important;
}
.nav-item div.collapse-inner a.collapse-item {
    color: #8896a1 !important;
    font-size: 13px !important;
}
.nav-item div.collapse-inner a.collapse-item:hover,
.nav-item div.collapse-inner a.collapse-item.active {
    color: rgba(255,255,255,1) !important;
    background-color: transparent !important;
    font-size: 13px !important;
}

.page-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 60px;
    height: 60px;
    padding: 0 30px;
    border-bottom: 1px solid #dee0e1;
    position: relative;
    background: #fff;
        position: absolute;
    z-index: 20;
    left: 0;
    top: -85px;
}
.container-fluid {
    position:relative;
}
.page-title h3 {
    font-weight: 400;
    font-size: 18px;
    margin: 0;
    line-height: 19px;
}
.mb-4 {
    margin-bottom: 85px !important;
}

.card {
    border-radius:0 !important;
}

.card-body {
    padding:0 0 15px 0;
}

div.dataTables_wrapper .dataTables_filter
{
    padding: 8px 15px 8px 4px;
}

div.dataTables_wrapper div.dataTables_filter label {
    font-size: 13px;
    margin-bottom:0;
}

div.dataTables_wrapper div.dataTables_filter input {
    width: 260px;
}
table.dataTable {
    margin:0 !important;
    color: #333;
}
.table thead th,
.table tfoot th {
/*     border-bottom: 1px solid #dee0e1; */
    color: #333;
    font-size: 13px;
    font-weight: 500;
}

/*table.dataTable.table-sm .sorting:after,
table.dataTable.table-sm .sorting_asc:after,
table.dataTable.table-sm .sorting_desc:after,
table.dataTable.table-sm .sorting:before, 
table.dataTable.table-sm .sorting_asc:before, 
table.dataTable.table-sm .sorting_desc:before {
    font-size: 16px;
    position: absolute;
    top: 12px;
    right: 8px;
    display: block;
    font-family: "Font Awesome 5 Free" !important;
}*/
.table-sm th {
    padding: 11px 30px 11px 20px;
}

.table-sm td {
    padding: 11px 20px;
    font-size: 13px;
    line-height:19px;
}

table.dataTable {
    border-collapse: collapse !important;
}

.table-bordered {
    border-right:0 none;
    border-left:0 none;
}

div.dataTables_wrapper .dataTables_length
{
    padding: 8px 4px 8px 15px;
}

div.dataTables_wrapper div.dataTables_length label {
    font-size: 13px;
    margin-bottom:0;
}

div.dataTables_wrapper div.dataTables_length select {
    font-size: 12px;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin:0;
}

div.dataTables_wrapper div.dataTables_paginate {
    padding: 8px 15px 8px 4px;
}

.dataTables_paginate.paging_simple_numbers a {
    font-size: 13px;
    border-radius:0 !important;
}
li.paginate_button.active a.page-link {
/*     background-color: #25628f; */
    background-color: #4dbd38;
    border-color: #4dbd38;
}




.btn {
    position: relative;
    font-size: 12px;
    font-weight: 500;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 10px 25px;
/*     color: #fff; */
    height: 38px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: none;
    transition: none;
}
.btn>.ks-icon {
    margin: 0;
    font-size: 16px;
    position: absolute;
    top: 0;
    left: 0;
    height: 37px;
    width: 36px;
    margin-left: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    -js-display: flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.btn-outline-primary {
    color: #4dbd38;/*#25628f;*/
    border: solid 1px #4dbd38; /*#25628f;*/
    background: #fff;
}
.btn>.ks-icon+.ks-text {
    padding-left: 21px;
    padding-right: 0!important;
}

.close {
    font-weight: 400;
}


.modal-title {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}

label {
    font-size: 13px;
}

.form-control {
    font-size:12px;
    padding:10px 15px;
    height:38px;
}

.md-form .form-control {
    font-size:16px;
/*     padding:3rem 0; */
    height:24px;
}

.dropdown .dropdown-menu .dropdown-item {
    color: #474747;
    padding: 10px 15px;
    margin: 0;
    border-bottom: 1px solid #c4cbe1;
}
.dropdown-menu {
    padding:0;
    border-radius:0;
    border:1px solid #c4cbe1;
    font-size:12px;
}
.dropdown-item {
    padding: 10px 15px;
    border-bottom:1px solid #c4cbe1;
}

.dropdown-menu .dropdown-item:last-child {
    border-bottom: 0 none;
}
.dropdown-menu .dropdown-item:hover {
    background-color: #ebeef5;
    color: #333;
}

table.withAction th:last-child {
        width: 75px !important;
    text-align: center;
}
table.withAction td:last-child {
    padding:3px;
    text-align:right;
}

.custom-modal {
    position:fixed;
    bottom:0;
    top:0;
    left:0;
    right:0;
    z-index: 10000;
    display: none;
}

.custom-modal .overlay {
    position:fixed;
    bottom:0;
    top:0;
    left:0;
    right:0;
    z-index: 10001;
    background-color: rgba(0,0,0,0.7);
}

.custom-modal .body {
    width: 400px;
    background-color: white;
    padding: 20px;
    z-index: 10002;
    position:absolute;
    left:50%;
    margin-left:-200px;
    top: 200px;
}

.btn-outline-default {
    background: #fff;
    border: solid 1px #c2c2c2;
    color: #333;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.custom-modal i {
    color: #e74a3b;
    margin: 0.25em 0;
}

.custom-modal h2 {
    color: #e74a3b;
}
.custom-success h2,
.custom-success i {
    color: #4caf50;
}

.custom-modal h6 {
    padding: 15px 0;
}

.btn-outline-success {
    color: #4caf50;
    border: solid 1px #4caf50;
    background: #fff;
}
.btn-outline-danger {
    color: #ef5350;
    border: solid 1px #ef5350;
    background: #fff;
}
.btn-outline-success:hover {
    background-color: #4caf50;
    color: #fff;
    border: solid 1px #4caf50;
}
.btn-outline-danger:hover {
    background-color: #ef5350;
    color: #fff;
    border: solid 1px #ef5350;
}

div.dataTables_wrapper div.dataTables_processing {
    background-color: #25628f;
    color:white;
}

.blur {
      /* Add the blur effect */
  filter: blur(2px);
  -webkit-filter: blur(2px);
}
.btn-outline-primary:not(:disabled):not(.disabled):active, 
.btn-outline-primary:not(:disabled):not(.disabled).active, 
.show > .btn-outline-primary.dropdown-toggle,
.btn-outline-primary:hover {
    background-color: #4dbd38;/*#25628f;*/
    border-color: #4dbd38;/*#25628f;*/
}

td.dataTables_empty {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    color: #4dbd38;
    text-align: center;
}

table.withAction td.dataTables_empty:last-child {
    text-align: center;
}
    

td.dataTables_empty i {
    padding-right: 10px;
}

#sentmails-modal #mailBody {
    font-size: 12px;
    padding: 10px 15px;
    background-color: #eaecf4;
    color: #6e707e;
    border: 1px solid #d1d3e2;
}
/* .modal.fade.show { */
    
.custom-switch {
/*     padding-left: 1.25rem; */
padding-bottom: 5px;    
}

.col-md-left-border {
    border-left: 1px solid #ddd;
}

.datepicker table  td.active {
    background-color: #25628f;
    color: white !important;
}

.ks-nav-tabs {
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid #d7dceb;
    flex-wrap: flex;
    margin: -16px -16px 0 -16px;
}
.ks-nav-tabs .nav-link.active {
    font-weight: 700;
}
.ks-nav-tabs .nav-link {
    font-size: 12px;
    color: #333;
    line-height:14px;
    position:relative;
    padding: 18px 20px;
    display:block;
    outline: 0 !important;
    background-color: transparent;
    text-decoration: none;
}
.ks-nav-tabs .nav-link.active::before {
    content: '';
    position: absolute;
    bottom:0;
    left:0;
    right:0;
    height:4px;
    display:block;
    background: #4dbd38;
    z-index:1;
}

#selectedTopics {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
}

#selectedTopics li {
font-size: 13px;
    padding: 6px 12px;
    border: 1px solid #ddd;
    border-left: 3px solid #4dbd38;
    margin-bottom: 6px;
}

#price-table tr td:nth-child(2) {
    text-align: right;
}

table.dataTable th.sorting_disabled:before,
table.dataTable th.sorting_disabled:after,

table.dataTable.withAction th:last-child:before,
table.dataTable.withAction th:last-child:after

{
    content: '';
    opacity:0;
    color:white;
}

footer.sticky-footer {
    padding: 1rem 0;
    border-top:1px solid #ddd;
}

.topbar .dropdown-list .dropdown-header {
    background-color: #4dbd38;
    border-color: #4dbd38;    
}

.between-separator {
    background-color: #ddd;
    padding: 6px 12px;
}

span.display-termr,
span.display-term {
    display:block;
    margin: -11px -20px;
    width:calc( 100% + 40px );
    min-width: 230px;
}

.display-termr .display-term-code,
.display-term .display-term-code {
    padding: 11px;
    width: 95px;
    display: inline-block;
}
.display-termr .display-term-code,
.display-termr .display-term-persons,
.display-term .display-term-code,
.display-term .display-term-persons {
    padding: 11px;white-space: nowrap;
/*     border-right: 1px solid white; */
}
.display-termr .display-term-persons,
.display-term .display-term-persons {
    width: 40px;
    padding: 11px;
    display: inline-block;
    position: relative;
    background-color:white;
}
.display-termr .display-term-room,
.display-term .display-term-room {
    padding: 11px;
    width: calc( 100% - 143px );
    display: inline-block;
      white-space: nowrap;
      position:relative;
      vertical-align:top;
/*   overflow: hidden; */
}
.display-termr .badge-counter
.display-term .badge-counter {
    position:absolute;
    margin-top: -5px;
    margin-left:-5px;
}
span.abs-build {
    position:absolute;
    right:10px;
}

span.color-test {
    display:inline-block;
    width: 25px;
    vertical-align:middle;
    margin-left: 20px;
    height: 25px;
    border: 1px solid #ccc;
}


#trainingList th.first,
#trainingList tbody tr td:first-child,

#leftHeader table th.first,
#leftHeader table tbody tr td:first-child {
    width:100px;
    height:43px;
    background-color:white;
}

#trainingList {
/*     margin-left: 12px; */
}

#trainingList th,
#trainingList td {
height:43px;
}

#trainingListScroll {
height:500px; 
position:relative;
}

.btn-outline-light {
    color: #3a3b45;
    border-color: #d1d3e2;
}
.btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
    color: #3a3b45;
    border-color: #d1d3e2;
    background-color: #ccc;
}
button:disabled {
    text-decoration: line-through;
}
.btn-privilege button:not(.active) span,
.btn-custom-privilege button:not(.active) span {
    display:none;
}
.btn-privilege button span,
.btn-custom-privilege button span {
    padding-left:8px;
}
.module-name {
    font-size:13px;
}

.btn-xs {
    padding: 6px 10px;
    height: 30px;
}
.fs13 {
    font-size: 13px;
    line-height:30px;
}
.sidebar {
/*     height:100; */
    height:100vh;
    overflow-y:auto;
}

td.expired {
    background-color:red;
    color: white;
}

td.expired i {
    padding-left: 10px;
}

span.select2 {
    display:block;
    font-size: 12px;
}
span.select2 span.select2-selection {
    padding: 10px 15px;
    height:38px;
    border-color:#d1d3e2;
    border-radius: 0 !important;
}
span.select2 span.select2-selection__rendered {
line-height: 18px !important;
color:#6e707e;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height:36px;
}

ul.select2-results__options li {
    font-size: 12px;
}

.input-group-addon + .input-group-addon button.btn {
    border-left:0 none;
}

.available-help {
    padding: 15px 0px;
    border-bottom: 1px solid #ccc;
    font-size: 12px;
}

.available-help button {
    float:right;
}

button.btn-square {
    padding:10px 15px;
    border-left:0 none;
}
.popover.colorpicker-bs-popover {
z-index: 5051 !important; /*bootstrap modal is 1050*/ }

#trainTitles,
#defaultTrainers {
    color: rgb(133, 135, 150);
    font-size: 14px;
}

#trainTitles p {
    margin: 0.5em 0;
}

.select2-container {
    z-index: 10000;
}

#accordionSidebar.smaller {
    width: 60px !important;
    overflow-x: hidden;
}

#accordionSidebar.smaller a.nav-link span {
    display:none;
}
#accordionSidebar.smaller .sidebar-brand-text.mx-3 {
    display: none;
}

.modal-all-screen {
    max-width: 96vw !important;
    overflow: auto;
   
}

.modal-all-screen .table-responsive {
    max-height: 65vh !important;
    overflow: auto;
   
}

.truncated {
    width: 50px;
    max-width: 50px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
      resize: horizontal;
}
/*
[data-title]:hover:after {
    opacity: 1;
    transition: all 0.1s ease 0.5s;
    visibility: visible;
}
[data-title]:after {
    content: attr(data-title);
    background-color: #00FF00;
    color: #111;
    font-size: 150%;
    position: absolute;
    padding: 1px 5px 2px 5px;
    bottom: -1.6em;
    left: 100%;
    white-space: nowrap;
    box-shadow: 1px 1px 3px #222222;
    opacity: 0;
    border: 1px solid #111111;
    z-index: 99999;
    visibility: hidden;
}
[data-title] {
    position: relative;
}
*/
.datepicker table td {
    cursor:pointer;
}



.ttip{
   			display: inline;
    		position: relative;
		}
		
		.ttip:hover:after{
    		background: #333;
    		background: rgba(0,0,0,.8);
    		border-radius: 5px;
    		bottom: 26px;
    		color: #fff;
    		content: attr(title);
    		left: 20%;
    		padding: 5px 15px;
    		position: absolute;
    		z-index: 98;
    		width: 600px;
		}
		
		.ttip:hover:before{
    		border: solid;
    		border-color: #333 transparent;
    		border-width: 6px 6px 0 6px;
    		bottom: 20px;
    		content: "";
    		left: 50%;
    		position: absolute;
    		z-index: 99;
		}*/

