@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;
}

.cusor-pointer{
    cursor:pointer;
}

.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 .fa-folder.fa-5x {
    font-size: 10.5em;
}

#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;
}

@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;
    }
    
    /*CRM*/
    .btn-collapse{
        font-size:0.5rem;
    }

}
@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) {
}

/*CRM*/

/******************************BASIC DESIGN*************************************/

@media (max-width: 768px) {
    .header-text{
        order:3;
        flex-basis:100%;
    }
    
}

.border-around-grey{
    border:2px solid #dddddd;
}

.card-rounded{
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 20px;
    margin: 15px 0;
}

.btn-app{
  border: 1px solid #f26422!important;
  color:#fff!important;
  background-color:#f26422!important;
  text-transform:uppercase;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.btn-app:hover{
    color:#f26422;
    background-color:#fff;
}

.back-button{
    color: #f26422;
    font-size: 2rem;
}


.presence-back{
    display:flex;
    align-items:center;
    justify-content:space-evenly;
    color:#000;
    text-decoration:none;
}

.presence-back:hover{
    text-decoration:none;
    color:initial;
}

.presence-back p{
    margin:0;
    text-transform:uppercase;
}

.btn:focus,
.btn-collapse:focus{
    outline: none!important;
    box-shadow:none!important;
}

.crm-nav{
    background-color:#fff;
    color: #f26422;
}

.crm-nav.active{
    background-color:#f26422!important;
    color:#fff!important;
}


.exchange-icon{
    color: #f26422;
    font-size: 20px;
    padding: 0 5px;
}

.btn-upload{
    display:flex;
    justify-content:center;
    width:100%;
    padding:10px 20px; 
    border-radius:10px;
    color:#fff;
    background-color:#666666;
    text-transform: uppercase;
    box-shadow: 0px 5px 6.68px rgba(0, 0, 0, 0.36);
}

.accordion-header{
      display: flex;
      align-items: center;
      justify-content:space-between;
      padding: 0 10px;
}
    


/******************************END BASIC*************************************/

/******************************THERMODIAGRAM*************************************/
.slide-header{
    background: #fceee3;
    padding: 1px;
    margin-top: 1rem;
    border-top-left-radius:10px;
    border-top-right-radius:10px;
}  

.items-container{
    display: flex;
    flex-wrap: wrap;
    gap:1rem;
    align-items: center;
    padding: 15px;
    background: #fceee3;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.image-item{
    padding:10px;
}

.img-item{
    display: block;
    max-width:100px;
    max-height:100px;
    width: 100px;
    height:100px;
}

    
.btn-collapse{
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding:10px;
    font-size: 1rem;
    font-weight: bold;
    color: #f26422;
}





/******************************END THERMODIAGRAM*************************************/

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

#main-add-spinner.active{
    display:flex;
}
    
.main-spinner-text{
    margin-top:10px;
    font-size:18px;
    font-weight:600;
}
/*********************************ENDSPINNER*****************************************/

/*********************************Greek Table****************************************/
.styled-table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 0.9em;
    font-family: sans-serif;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
    min-width: 240px;
    width:100%;
}

.styled-table thead tr {
    background-color: grey;
    color: #ffffff;
    text-align: left;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
}

.styled-table tbody tr {
    border-bottom: thin solid #dddddd;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.styled-table tbody tr:last-of-type {
    border-bottom: thin solid #009879;
}

.styled-table tbody tr.active-row {
    font-weight: bold;
    color: #009879;
}

/*****************************End Greek Table****************************************/

.task-required-image-icon,
.fas.task-required-image-icon{
    color: #dc3545!important;
    font-size: 1.7rem!Important;
}

.task-urgent-container{
    border: 1px solid #dc3545!Important;
    background: #fce3e3;
}

#simple-header-height-difference{
    height: 54px;
    width: 100%;
}

#simple-header{
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    border: none!Important;
    padding: 8px 0;
}

#simple-header .btn-app{
    margin: 0!Important;
    padding: 0.5385rem 0.7692rem!Important;
    font-size: 0.8125rem!Important;
    box-shadow: none!Important;
    border-radius: 0.2308rem!Important;
    max-width: 300px;
}

#simple-header .btn-app i{
    color: #fff;
    font-size: 16px;
}


@media (max-width: 480px) {
    #simple-header .btn-app{
        max-width: 100%;
    }

}









