@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,cyrillic-ext,greek-ext,vietnamese);

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #545454;
    text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6, p {
    margin-top: 0;
}

fieldset {
    margin-bottom: 20px;
}

legend {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
}
#container {
    min-height: 100%;
    width: 100%;
    position: relative;
    background: #f6f6f6;
    overflow: hidden;
}

.container-fluid {
    padding: 0 20px;
}

#header {
    min-height: 0px;
    border-bottom: 1px solid #d8d8d8;
    z-index: 1000;
    margin: 0;
    padding: 0;
    box-shadow: 0px 0px 3px #ccc;
}

#header .navbar-brand {
    transition: 0.3s all;
    width: 235px;
    text-align: center;
}

#header .navbar-brand img {
    padding: 6px 10px;
    max-width: 100%;
    height: 60px;
    width: auto;
}

#header .navbar-nav .nav-link:hover {
    background: #EEEEEE;
}

#header .navbar-nav .nav-link {
    padding-left: 20px;
    padding-right: 20px;
}

#header #user-profile {
    max-width: 29px;
}

#header .navbar-nav > li > a {
    padding-left: 21px;
    padding-right: 21px;
    line-height: 45px;
    cursor: pointer;
    color: #6D6D6D;
    border-left: 0px solid #E1E1E1;
    padding: 0px;
}

#header .navbar-nav > li.dropdown > a {
    padding-left: 10px;
    padding-right: 10px;
}

/* Desktop */
@media (min-width: 768px) {
    #header #user-profile {
        max-width: none;
    }

    #header .navbar-nav > li > a {
        line-height: 60px;
    }
}

#button-menu {
    font-size: 25px;
    padding: 5px 16px;
    cursor: pointer;
    color: #6D6D6D;
    border-right: 1px solid #eee;
}

#column-left {
    width: 235px;
    height: 100%;
    overflow: auto;
    background-color: #242d37;
    position: absolute;
    top: 0px;
    left: -235px;
    padding-top: 60px;
}

#column-left::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(200, 200, 200, 0);
}

#column-left::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(128, 139, 156, 0.2);
}

#content {
    padding-bottom: 40px;
}

#column-left, #content, #footer {
    transition: all 0.3s;
}

#column-left + #content, #column-left + #content + #footer {
    position: relative;
    left: 0px;
}

#column-left.active {
    left: 0px;
}

#column-left.active + #content, #column-left.active + #content + #footer {
    left: 235px;
}

/* Desktop */
@media (min-width: 768px) {
    #column-left {
        left: 0px;
    }

    #column-left + #content, #column-left + #content + #footer {
        left: 0px;
        margin-left: 235px;
    }

    #column-left.active + #content, #column-left.active + #content + #footer {
        left: 0px;
        margin-left: 235px;
    }
}

/* Navigation */
#navigation {
    text-transform: uppercase;
    padding: 15px 15px 15px 15px;
    color: #FFFFFF;
    background: #19222E;
    display: block;
}

/* Menu */
#menu, #menu ul, #menu li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#menu {
    margin-bottom: 25px;
}

#menu li a {
    text-decoration: none;
    display: block;
    padding: 10px;
    cursor: pointer;
    border-bottom: 0px solid #515151;
}

#menu li a.parent:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    float: right;
    margin-right: 8px;
}

#menu li a.parent:after {
    content: "\f107";
}

#menu li a.collapsed:after {
    content: "\f105";
}

/* 1st lvl */
#menu > li {
    position: relative;
    border-bottom: 1px solid #2b3642;
}

#menu > li > a {
    font-size: 14px;
    color: #b3cbdd;
    padding-left: 20px;
    border-bottom: 0px solid #585858;
}

#menu > li > a:hover {
    background-color: #1B2127;
}

#menu > li > a > i {
    font-size: 16px;
    width: 18px;
    margin-right: 5px;
    /*color: #b3cbdd;*/
}

#menu > li.active > a {
    color: #0b91d2;

    background-color: #171b21;
}

#menu > li > ul {
    background-color: #293141;
}

/* 2nd lvl */
#menu li li a {
    color: #7f8a9b;
}

#menu li li a:before {
    font-family: 'Font Awesome 5 Free';
    content: "\f101";
    font-weight: 900;
    font-size: 13px;
    margin-left: 10px;
    margin-right: 10px;
    transition: margin ease 0.5s;
}

#menu li li a:hover:before {
    margin-right: 20px;
}

#menu li li a:hover {
    color: #FFFFFF;
    background-color: #242d37;
}

#menu li li.active > a {
    color: #0b91d2;
    background-color: #242d37;
}

#menu li ul a {
    padding-left: 20px;
}

#menu li li ul a {
    padding-left: 40px;
}

#menu li li li ul a {
    padding-left: 60px;
}

#menu li li li li ul a {
    padding-left: 80px;
}

#stats {
    border-radius: 2px;
    color: #808b9c;
    background: #2e3a47;
    margin: 15px 20px;
    padding: 5px 0;
}

#stats ul, #stats li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#stats li {
    font-size: 11px;
    color: #9d9d9d;
    padding: 5px 10px;
    border-bottom: 1px dotted #373737;
}

#stats div:first-child {
    margin-bottom: 4px;
}

#stats .progress {
    height: 3px;
    margin-bottom: 0;
}

/* footer */
#footer {
    height: 100px;
    text-align: center;
}

.page-header {
    vertical-align: middle;
    margin: 20px 0 15px 0;
    padding: 0;
    border-bottom: 1px solid #e9e9e9;
}

.page-header h1 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    font-size: 30px;
    color: #4c4d5a;
    display: inline-block;
    margin-bottom: 15px;
    text-shadow: 0 1px #fff;
}

/* Navs
/* Tabs*/
.nav-tabs > li > a {
    color: #a5a5a5;
}

.nav-tabs > li > a:hover {
    border-color: #eee #eee #ddd;
}

.nav-tabs {
    margin-bottom: 25px;
}

.nav-tabs li.nav-item a.active {
    font-weight: bold;
    color: #333;
}

.col-form-label {
    font-weight: bold;
}

@media (min-width: 768px) {
    .col-form-label {
        text-align: right;
    }
}

.form-group.row {
    margin-left: -20px;
    margin-right: -20px;
}

.form-group.row + .form-group.row {
    padding-top: 1rem;
    border-top: 1px solid #ededed;
}

.form-control:hover {
    border: 1px solid #b9b9b9;
    border-top-color: #a0a0a0;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

div.required .col-form-label:not(span):before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.image {
    width: 12rem;
 }

.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: "\f059";
    color: #1E91CF;
    margin-left: 4px;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"], input[type="checkbox"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    position: relative;
    width: 13px;
    width: 16px \0;
    height: 13px;
    height: 16px \0;
    -webkit-appearance: none;
    background: white;
    border: 1px solid #dcdcdc;
    border: 1px solid transparent \0;
    border-radius: 1px;
}

input[type="radio"]:focus, .radio input[type="radio"]:focus, .radio-inline input[type="radio"]:focus, input[type="checkbox"]:focus, .checkbox input[type="checkbox"]:focus, .checkbox-inline input[type="checkbox"]:focus {
    border-color: #4d90fe;
    outline: 0;
}

input[type="radio"]:active, .radio input[type="radio"]:active, .radio-inline input[type="radio"]:active, input[type="checkbox"]:active, .checkbox input[type="checkbox"]:active, .checkbox-inline input[type="checkbox"]:active {
    background-color: #ebebeb;
    border-color: #c6c6c6;
}

input[type="radio"]:checked, .radio input[type="radio"]:checked, .radio-inline input[type="radio"]:checked, input[type="checkbox"]:checked, .checkbox input[type="checkbox"]:checked, .checkbox-inline input[type="checkbox"]:checked {
    background: #fff;
}

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    width: 15px;
    width: 18px \0;
    height: 15px;
    height: 18px \0;
    border-radius: 1em;
}

input[type="radio"]:checked::after, .radio input[type="radio"]:checked::after, .radio-inline input[type="radio"]:checked::after {
    position: relative;
    top: 3px;
    left: 3px;
    display: block;
    width: 7px;
    height: 7px;
    content: '';
    background: #666;
    border-radius: 1em;
}

input[type="checkbox"]:hover, .checkbox input[type="checkbox"]:hover, .checkbox-inline input[type="checkbox"]:hover {
    border-color: #c6c6c6;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: none \9;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: none \9;
}

input[type="checkbox"]:checked::after, .checkbox input[type="checkbox"]:checked::after, .checkbox-inline input[type="checkbox"]:checked::after {
    position: absolute;
    top: -6px;
    left: -5px;
    display: block;
    content: url('../image/checkmark.png');
}

.table thead td {
    font-weight: bold;
}

.table thead > tr > td, .table tbody > tr > td {
    vertical-align: middle;
}

.table a.asc:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: " \f106";
}

.table a.desc:after {
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    content: " \f107";
}

.pagination {
    margin: 0;
}

/* Cards */
.card {
    border-radius: 0px;
}

.card-header > i {
    margin-right: 5px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Tiles */
.tile {
    margin-bottom: 15px;
    border-radius: 3px;
    color: #FFFFFF;
    transition: all 1s;
}

.tile-primary {
    background-color: #1b80c2;
}

.tile-success {
    background-color: #53b953;
}

.tile-warning {
    background-color: #f3aa41;
}

.tile-danger {
    background-color: #e45847;
}

.tile:hover {
    opacity: 0.95;
}

.tile a {
    color: #FFFFFF;
}

.tile-heading {
    padding: 5px 8px;
    text-transform: uppercase;
    color: #FFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
    background-color: rgba(255, 255, 255, 0.1);
}

.tile .tile-heading .pull-right {
    transition: all 1s;
    opacity: 0.7;
}

.tile:hover .tile-heading .pull-right {
    opacity: 1;
}

.tile-body {
    padding: 15px;
    color: #FFFFFF;
    line-height: 48px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .4);
}

.tile .tile-body i {
    font-size: 50px;
    opacity: 0.3;
    transition: all 1s;
}

.tile:hover .tile-body i {
    color: #FFFFFF;
    opacity: 1;
}

.tile .tile-body h2 {
    font-size: 42px;
}

.tile-footer {
    padding: 5px 8px;
    background-color: rgba(0, 0, 0, 0.1);
}

.jqvmap-label {
    z-index: 999;
}

/* Filemanager Folder Size */

#filemanager .file-item{
    position:relative;
}

#filemanager .cont-image-item .thumbnail{
    position: relative;
    display: inline-block;
    width: 100%;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2308rem;
}

#filemanager .cont-image-item .thumbnail::after{
    content:'';
    display:block;
    padding-bottom:100%;
}

#filemanager .cont-image-item .thumbnail img{
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    border: none;
    max-height: 100%;
}

#filemanager .cont-file-item-label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    font-size: 12px;
    line-height: 1.2;
    word-break: break-all;
}

#filemanager .cont-file-item-label input{
    min-width: 14px;
    position: absolute;
    top: 4px;
    right: 4px;
}

#filemanager .fa-folder.fa-5x {
    font-size: 7.897em;
}

#extension-list {
    color: #4b525d;
}

#extension-list h2 {
    margin-top: 54px;
    margin-bottom: 44px;
}

#extension-list section {
    border: 1px solid #ddd;
}

#extension-list section > div {
    position: relative;
}

#extension-list section > div + div {
    border-top: 1px solid #ddd;
    padding: 10px;
}

#extension-list section:hover {
    border: 1px solid #1b80c2;
}

#extension-list > .row {
    margin-top: 30px;
}

#extension-list > .row > * {
    margin-bottom: 30px;
}

#extension-list .extension-preview {
    min-height: 150px;
}

#extension-list .extension-preview img {
    margin: 0 auto;
}

#extension-list .extension-preview .extension-description {
    position: absolute;
    background-color: rgba(36, 45, 55, 0.9);
    color: #fff;
    padding: 10px;
    font-size: 14px;
    line-height: 16px;
    opacity: 0;
    height: 100%;
    width: 100%;
}

#extension-list .extension-preview .extension-description:hover {
    opacity: 1;
}

#extension-list i {
    color: #10b4e9;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    #extension-list .extension-preview {
        min-height: 123px;
    }

    #extension-list .extension-preview .extension-description {
        font-size: 12.5px;
        padding: 6px;
    }

    #extension-list .extension-preview img {
        margin: 0 auto;
    }

    #extension-list .extension-name {
        min-height: 105px;
    }

    #extension-list .extension-name p {
        color: #000;
        margin-bottom: 0;
        font-weight: 600;
    }

    #extension-list .extension-name p:first-child {
        font-size: 17px;
    }

    #extension-list .extension-name p span {
        color: #4b525d;
        font-weight: 400;
    }

    #extension-list .extension-name h4 a, #extension-list .extension-name p a {
        color: #000;
    }

    #extension-list .extension-name + div > .row {
        margin-top: 0;
    }

    @media screen and (min-width: 992px) and (max-width: 1199px) {
        #extension-list .extension-name + div > .row {
            font-size: 14px;
        }
    }

    #extension-list span {
        font-weight: 600;
    }
}

#marketplace-extension-info #banner img {
    margin-left: auto;
    margin-right: auto;
}

#marketplace-extension-info .extension-review {
    border-top: 5px solid #1b80c2;
    padding-top: 50px;
    margin-top: 50px;
    margin-bottom: 50px;
}

#marketplace-extension-info .nav-tabs {
    font-size: 14px;
}

#marketplace-extension-info .nav-tabs + .tab-content {
    margin-top: 30px;
    margin-bottom: 30px;
}

#marketplace-extension-info iframe {
    width: 100%;
    height: 500px;
}

@media screen and (max-width: 767px) {
    #marketplace-extension-info iframe {
        height: 350px;
    }
}

#marketplace-extension-info #buy {
    color: #4b525d;
}

#marketplace-extension-info #buy #price {
    color: #000;
    font-size: 20px;
    padding-top: 15px;
    padding-bottom: 5px;
}

#marketplace-extension-info #buy i {
    color: #10b4e9;
}

#marketplace-extension-info #buy hr {
    border-color: #ddd;
    margin: 10px 0;
}

#marketplace-extension-info #sales {
    color: #4b525d;
}

#marketplace-extension-info #sales i {
    color: #7ec239;
    margin-right: 10px;
    font-size: 24px;
}

#marketplace-extension-info #sales strong {
    font-size: 24px;
}

#marketplace-extension-info #comment {
    color: #4b525d;
}

#marketplace-extension-info #comment i {
    margin-right: 10px;
    font-size: 22px;
}

#marketplace-extension-info #comment strong {
    font-size: 22px;
}

#marketplace-extension-info .reply > div {
    margin-top: 15px;
}

#marketplace-extension-info .well .media {
    line-height: 1.2;
}

#marketplace-extension-info .well .media .media-body {
    padding-top: 6px;
}

#marketplace-extension-info .well .media .media-body span {
    font-size: 24px;
    font-weight: 600;
}

#marketplace-extension-info .well .media .media-body small {
    color: #878f9a;
}

@media screen and (max-width: 992px) {
    #marketplace-extension-info .container-fluid {
        padding-bottom: 30px;
    }
}

.list-check {
    list-style: none;
}

.list-check li::before {
    font-family: 'Font Awesome 5 Solid';
    content: "\f00c";
    margin-left: -30px;
    width: 29px;
    display: inline-block;
    color: #7ebd38;
}

.list-check.list-color-blue li::before {
    color: #02afe9;
}

.table-responsive {
    overflow: visible;
}

.is-invalid ~ .invalid-tooltip, .input-group + .invalid-tooltip, .form-check + .invalid-tooltip {
    position: static !important;
}

.input-group-large{
    width:25%;
    display:flex;
}

.input-group-large .input-group-text{
    width: 100%;
    white-space: normal;
    text-align: left;
}

.input-group-stretch{
    
}

.img-relative{
    display:block;
}
.ascunde-optiuni {
    display: none !Important;
}

.btn i,
.nav-link img{
    margin-right:3px;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle{
    background-color:#28a745;
    border-color: #28a745;
}

.btn-outline-secondary:nth-child(2):not(:disabled):not(.disabled):active, .btn-outline-secondary:nth-child(2):not(:disabled):not(.disabled).active, .show>.btn-outline-secondary.dropdown-toggle:nth-child(2){
    background-color: #bbb;
    border-color: #bbb;
    color:#fff;
}


/*------------------- NOU -------------------*/

.mobile-label{
    display:none;
}

.cont-header-view-type{
    padding: 0 40px;
    border-right: 1px solid #dee2e6;
    flex: 1;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size:16px;
    font-weight:600;
}

.card.image{
    width: 200px;
    height: 305px;
    align-items: center;
}

.card.image img{
    max-width: 200px;
    max-height: 200px;
    width: 100%;
    height: auto;
    padding: 5px;
}

.card.image .card-body{
    width:100%;
    background-color:#fff;
    border-top:1px solid rgba(0, 0, 0, 0.125);
}

.img-thumbnail-cont{
    width:150px;
    height:150px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2308rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-thumbnail-cont img{
    max-width: 150px;
    max-height: 150px;
    width: auto;
    height: auto;
    padding:5px;
}


.img-thumbnail-cont-full{
    width:200px;
    height:200px;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.2308rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img-thumbnail-cont-full img{
    max-width: 200px;
    max-height: 200px;
    width: auto;
    height: auto;
    padding:5px;
}

.social-articles #content .col-12.card .card-header {
    margin-left: -15px;
    margin-right: -15px;
}

.customer-customer #container #content .container-fluid .row .col-md-9.col-sm-12 .card .card-body .table-responsive td legend {
    font-size: 12px;
    font-weight: 600;
    border: none;
    margin: 0;
}

/**Tutorial video*********/
.container-tutorial-video{
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 69vh;
}

.card-tutorial-video{
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 1.25rem;
    width:100%;
    max-width:800px;
}

.title-tutorial-video{
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #0002;
    padding-bottom: 15px;
}

.main-vid-cont-tutorial-video{
    display:inline-block;
    width:100%;
    position:relative;
}

.main-vid-cont-tutorial-video::after{
    content:'';
    display:block;
    padding-bottom:60%;
}

.card-tutorial-video video{
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
}
/************/

@media (max-width: 1480px) {
    .responsive-xlg tbody tr td{
        display:table-cell!important;
    }
    
    /* THEAD FILTERS */
    .responsive-xlg thead tr:first-child{
        display:none;
    }
    .responsive-xlg thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xlg thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-xlg thead .filters th{
        text-align:left!important;
    }
    .responsive-xlg thead .filters button{
        font-size:18px;
    }
    .responsive-xlg tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xlg tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-xlg tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */

    .responsive-xlg tbody tr td .btn, .responsive-xlg tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }

}
@media (max-width: 1350px) {
}
@media (max-width: 1200px) {
    .responsive-lg tbody tr td{
        display:table-cell!important;
    }
    
    
    /* THEAD FILTERS */
    .responsive-lg thead tr:first-child{
        display:none;
    }
    .responsive-lg thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-lg thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-lg thead .filters th{
        text-align:left!important;
    }
    .responsive-lg thead .filters button{
        font-size:18px;
    }
    .responsive-lg tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-lg tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-lg tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */
    
    
    .responsive-lg thead{
        display:none;
    }
    .responsive-lg tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-lg tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-lg tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }

    .responsive-lg tbody tr td .btn, .responsive-lg tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }
    
    
    /* DASHBOARD */
    
    .common-dashboard h2.float-right{
        font-size:25px;
    }
    
}
@media (max-width: 992px) {
    
    .responsive-md tbody tr td{
        display:table-cell!important;
    }
    
    
    /* THEAD FILTERS */
    .responsive-md thead tr:first-child{
        display:none;
    }
    .responsive-md thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-md thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-md thead .filters th{
        text-align:left!important;
    }
    .responsive-md thead .filters button{
        font-size:18px;
    }
    .responsive-md tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-md tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-md tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */
    
    
    .responsive-md thead{
        display:none;
    }
    .responsive-md tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-md tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-md tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }

    .responsive-md tbody tr td .btn, .responsive-md tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }

    /* DASHBOARD */
    
    .common-dashboard h2.float-right{
        font-size:42px;
    }

}
@media (max-width: 768px) {
    
    .responsive-sm tbody tr td{
        display:table-cell!important;
    }
    
    /* THEAD FILTERS */
    .responsive-sm thead tr:first-child{
        display:none;
    }
    .responsive-sm thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-sm thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-sm thead .filters th{
        text-align:left!important;
    }
    .responsive-sm thead .filters button{
        font-size:18px;
    }
    .responsive-sm tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-sm tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-sm tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */
    
    .responsive-sm thead{
        display:none;
    }
    .responsive-sm tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-sm tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-sm tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }

    .responsive-sm tbody tr td .btn, .responsive-sm tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }
    
    /* GENERAL */
    .page-header button, .page-header a{
        margin-bottom:20px;
    }
    
}
@media (max-width: 576px) {
    .btn{
        margin-bottom:20px!important;
    }
    #container-mare-modul{
        padding:0!important;
    }
    .hide-col-xs thead tr td:nth-last-child(2){
        display:none;
    }
    .hide-col-xs tbody tr td:nth-last-child(2){
        display:none;
    }
    
    .responsive-xs tbody tr td{
        display:table-cell!important;
    }
    
    
    /* THEAD FILTERS */
    .responsive-xs thead tr:first-child{
        display:none;
    }
    .responsive-xs thead .filters{
        display:flex;
        flex-direction:column;
        margin-bottom:40px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xs thead .filters .mobile-label{
        display:inline-block;
        font-size:16px;
        margin-bottom:8px;
    }
    .responsive-xs thead .filters th{
        text-align:left!important;
    }
    .responsive-xs thead .filters button{
        font-size:18px;
    }
    .responsive-xs tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xs tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-xs tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }
    /* END THEAD FILTERS */
    
    .responsive-xs thead{
        display:none;
    }
    .responsive-xs tbody tr{
        display:flex;
        flex-direction:column;
        margin-bottom:30px;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 9%);
    }
    .responsive-xs tbody tr td{
        width:100%!important;
        text-align:left!important;
    }
    .responsive-xs tbody tr td .mobile-label{
        display:inline-block;
        font-weight:bold;
        margin-right:10px;
    }

    .responsive-xs tbody tr td .btn, .responsive-xs tbody tr td .btn-group{
        float:right;
        margin-left:10px;
    }
    
    
}  
@media (max-width: 480px) {
    .hide-col-xs thead tr td:nth-last-child(3){
        display:none;
    }
    .hide-col-xs tbody tr td:nth-last-child(3){
        display:none;
    }
    
    .hide-col-xss thead tr td:nth-last-child(2){
        display:none;
    }
    .hide-col-xss tbody tr td:nth-last-child(2){
        display:none;
    }
    
}
@media (max-width: 420px) {
}
@media (max-width: 385px) {
}

.disabled-label{
    background:#ced4da;
}

/*Start Calendar*/
.cell {
    width: 100%;
    height: 5rem;
    border: 1px solid #fff;
    border-bottom: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    position: relative;
    color: #fff;
    padding: 0;
    border-radius: 5px;
}

.head-cell {
    color: #06a37c;
    border: none;
    align-items: center;
    justify-content: center;
}

.time {
    justify-content: center;
    color: #000;
    background-color: #b2dfdb;
    font-size: 14px;
}

.cell.free-all{
    background-color: #fff;
    color: #000;
    border-color: #9e9e9e;
}

.cell.half-free{
    background: #ff0;
    color: #000;
    border-color: grey;
}

.cell.not-free{
    background-color: #e53935;
    border-color: #9e9e9e;
}

.cell.not-open{
    background-color: #ebebeb;
    border-color: #9e9e9e;
}

.cell.not-open .values{
    color:#bbb;
}



.cell .wrapper-td {
    display: flex;
    flex-direction: row;
    font-size: 13px;
    padding: 0 5px;
    z-index: 3;
    height: 50%;
    margin: 0;
    align-items: center;
}

.cell .wrapper-td .c-time {
    color: #06a37c;
}

.cell .wrapper-td .day {
    margin-left: auto;
    color: #ef5350;
}

.cell .values {
    font-size: 14px;
    width: 100%;
    position: relative;
    margin-top: .1rem;
}

.cell .values span.free {
    background: #06a37c;
}

.cell .values span.partial {
    background: #ffb74d;
}

.cell .values span.ocupied {
  background: #ef5350;
}

.cell .values span.notopen {
  background: #ebebeb;
}



.cell .values span{
    width: 2rem;
    margin-right: .2rem;
    display: inline-block;
}
.slick-track {
  display: flex;
}

.cell.not-free .day, 
.cell.not-free .c-time{
    color: #fff;
}

.cell:hover{
    cursor:pointer;
}

.cell .values.w-multiple {
  position: absolute;
  margin: 0;
  height: 100%;
  display: flex;
  align-items: center;
  flex-direction: column;

}
.cell .values.w-multiple span{
  display: flex;
  background: none;
  padding-top: 0;
  height: 50%;
  border-bottom: 1px solid hsla(0,0%,100%,.2);
  width: 100%;
  align-items: center;
  justify-content: center;
  margin-right: 0;
}

.cell.not-free .ocupat.full,
.cell.not-free .inchis.full{
  height: 100%;
}

.cell.half-free .ocupat.full,
.cell.half-free .inchis.full{
  height: 50%;
}

.cell.half-free .ocupat{
  background: rgb(244, 67, 54) none repeat scroll 0% 0%!important;
  color: rgb(255, 255, 255);
}

.cell.half-free .inchis{
  background: #ebebeb;
  color: #bbb;
}

.cell.not-free .w-multiple span:first-child,
.cell.not-open .w-multiple span:first-child{
  flex-grow: 1;
}

.wrapper-table-data .cell .values.w-multiple span:last-child {
  border-bottom: none;
}

/*End Calendar*/

/*Start Modal Calendar*/

.card [class*="card-header-"]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    border-radius: 3px;
    margin-top: -20px;
    padding: 15px;
}
.card .card-header-teren {
    background-color: #80cbc4 !important;
    z-index: 1 !important;
}
.card [class*="card-header-"] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.rez-colors .btn {
    display: inline-block;
    text-align: center;
    line-height: 15px;
    font-size: 14px;
    padding: 5px 0;
    margin-right: 15px;
    min-width: 50px;
}

.rez-colors .btn.active{
    border:2px solid #000;
}

.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit;
}

.card .card-body + .card-footer, .card .card-footer {
    padding: 10px 0 0;
    margin: 0 15px 10px;
    margin-right: 15px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
}
.card .card-footer {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: 0;
}

.btn-available {
    border: 1px solid #06a37c !important;
    background: #06a37c;
    color: #fff!Important;
}

.btn-not-open{
    border: 1px solid #bbb !important;
    background: #bbb !important;
    color: #fff !important;
}

.btn-reserved{
    border: 1px solid #f44336 !important;
    background: #f44336 !important;
    color: #fff !important;
}

.hours-tab-list{
    border: none !important;
    margin: 10px !important;
    display: flex;
    text-align: center;
    position: relative;
    z-index: 1;
    align-items: center;
    justify-content: center;
}

.btn-reserved,
.btn-available{
    border: 2px solid transparent !important;
}

.btn-reserved.active,
.btn-available.active{
    border: 2px solid #000 !important;
    font-weight:normal!Important;
}

.color-red{
    background-color: rgb(244, 67, 54);
    color: rgb(255, 255, 255);
}

.color-blue{
    background-color: rgb(33, 150, 243);
    color: rgb(255, 255, 255);
}

.color-orange{
    background-color: rgb(255, 152, 0);
    color: rgb(0, 0, 0);
}

.color-yellow{
    background-color: rgb(255, 243, 0);
    color: rgb(0, 0, 0);
}

.color-green{
    background-color: rgb(76, 175, 80);
    color: rgb(255, 255, 255);
}

.color-dark-pink{
    background-color: rgb(233, 30, 99);
    color: rgb(255, 255, 255);
}

.color-aqua{
    background-color: rgb(0, 188, 212);
    color: rgb(255, 255, 255);
}

.bk-res-tab-background{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.cart-teren{
    min-height:100%;
}

.text-rezervare-not-ora{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
}

.text-rezervare-not-open{
    font-size: 18px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 400;
}

.booking-reserved-type-info{
    text-align: center;
    font-weight: 600;
    font-size: 16px;
}

.main-calendar-modal-col{
    margin-top: 25px;
    margin-bottom: 25px; 
}

.card-legend-calendar legend{
    border: none;
    font-size: 18px;
}

.card-legend-calendar ul{
    padding: 0;
    list-style: none;
    margin: 0;
}

.card-legend-calendar ul li{
    margin-bottom: 6px;
    font-size: 15px;
}

.legend-calendar-l{
    color:#06a37c;
}

.legend-calendar-pr{
    color:#ffb74d;
}

.legend-calendar-r{
    color:#e53935;
}

.legend-calendar-i{
    color:#bbb;
}

#modal-main-add-spinner{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff9;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    flex-flow: column;
}

#modal-main-add-spinner .spinner-border{
    color:#0b91d2;
}

#modal-main-add-spinner.active{
    display:flex;
}


/*End modal calendar*/




