.content .angular-leaflet-map {
    height: 320px;
    border: 4px #fff solid;
    margin-bottom: 20px;
    box-shadow: 0 0 5px -1px rgba(0, 0, 0, 1);
}

.maintenanceKitImageBox {
    border: 1px solid #e9edef;
    text-align: center;
    padding: 80px 10px;
}

.componentBlockImageBox {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.smallDamageTextBox {
    padding: 3px;
    display: block;
    height: 110px;
    overflow: auto;
    background-color: #e9edef;
}

.bigDamageTextBox {
    padding: 3px;
    display: block;
    height: 120px;
    overflow: auto;
    background-color: #e9edef;
}

.scrollableTree {
    display: block;
    height: 572px;
    overflow: auto;
    border: 1px solid #e9edef;
}

.scrollableCommand {
    display: block;
    height: 572px;
    overflow: auto;
}

.sami-fixedHeightComponentBlock {
    display: block;
    height: 513px;
    overflow: auto;
}

.sami-fixedHeightTabContent {
    display: block;
    height: 770px;
    /* overflow: auto; */
}

.sami-fixedHeightTabContentCompany {
    display: block;
    height: 549px;
    /* overflow: auto; */
}

.sami-fixedHeightTabContentGroup {
    display: block;
    height: 558px;
    /* overflow: auto; */
}

.hljs-wrapper .col-lg-6 {
    text-align: right;
}

.sami-label-right {
    text-align: right !important;
}

.hljs-wrapper .btn-primary, .hljs-wrapper .btn {
    margin-right: 8px !important;
    margin-top: 8px !important;
    margin-bottom: 8px !important;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6;
    box-shadow: 0px 0px 10px #d6d6d6;
    -webkit-box-shadow: 0px 0px 10px #d6d6d6;
    -moz-box-shadow: 0px 0px 10px #d6d6d6;
}

table.dataTable.hover tbody tr:hover .contextmenu, table.dataTable.display tbody tr:hover .contextmenu {
    visibility: visible;
}

.contextmenu > .btn {
    transition: none;
    background-color: #f6f6f6;
    border-color: #f6f6f6;
}

.contextmenu > .btn:hover {
    transition: none;
    background-color: #e6e6e6;
    border-color: #d6d6d6;
}

table.dataTable tbody tr .contextmenu, table.dataTable.display tbody tr .contextmenu {
    visibility: hidden;
}

.panel-border {
    border: 1px solid transparent;
}

table > tbody > tr > td > .btn {
    padding: 0;
    margin: 0;
    line-height: 1.42857143;
}

.panel-nested {
    border-color: #DDDDDD;
}


/*wizard*/
.wizard {
    margin: 20px auto;
    background: #fff;
}

.wizard .wizard-inner .nav-tabs {
    position: relative;
    margin: 40px auto;
    margin-bottom: 0;
    background: #fff;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 70%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}

span.round-tab i {
    color: #555555;
}

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}

.wizard li.active span.round-tab i {
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 47.5%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}

.step1 .row {
    margin-bottom: 10px;
}

.step_21 {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
}

.step33 {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding-left: 10px;
    margin-bottom: 10px;
}

.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}

.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}

.mar_ned {
    margin-bottom: 10px;
}

.wdth {
    width: 25%;
}

.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}


/* according menu */
#accordion-container {
    font-size: 13px
}

.accordion-header {
    font-size: 13px;
    background: #ebebeb;
    margin: 5px 0 0;
    padding: 7px 20px;
    cursor: pointer;
    color: #fff;
    font-weight: 400;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.unselect_img {
    width: 18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.active-header {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    background: #F53B27;
}

.active-header:after {
    content: "\f068";
    font-family: 'FontAwesome';
    float: right;
    margin: 5px;
    font-weight: 400
}

.inactive-header {
    background: #333;
}

.inactive-header:after {
    content: "\f067";
    font-family: 'FontAwesome';
    float: right;
    margin: 4px 5px;
    font-weight: 400
}

.accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
    border: 1px solid #ccc;
    border-top: 0;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px
}

.accordion-content a {
    text-decoration: none;
    color: #333;
}

.accordion-content td {
    border-bottom: 1px solid #dcdcdc;
}

@media ( max-width: 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/*wizard*/


.select2 > .select2-choice.ui-select-match {
    /* Because of the inclusion of Bootstrap */
    height: 29px;
}

.selectize-control > .selectize-dropdown {
    top: 36px;
}

/* Some additional styling to demonstrate that append-to-body helps achieve the proper z-index layering. */
.select-box {
    background: #fff;
    position: relative;
    z-index: 1;
}

.alert-info.positioned {
    margin-top: 1em;
    position: relative;
    z-index: 10000; /* The select2 dropdown has a z-index of 9999 */
}

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

.table-wrapper-scroll-y {
    display: block;
    max-height: 400px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-control-device-scroll-y {
    display: block;
    max-height: 220px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-wrapper-scroll-y-frame-analysis {
    display: block;
    max-height: 325px;
    overflow-y: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

.background-salmon {
    background-color: salmon;
    color: #0c0c0c;
}

.background-orange {
    background-color: orange;
    color: #0c0c0c;
}

.background-green {
    background-color: greenyellow;
    color: #0c0c0c;
}

@media print {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-11 {
        width: 91.66666666666666%;
    }

    .col-md-10 {
        width: 83.33333333333334%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-8 {
        width: 66.66666666666666%;
    }

    .col-md-7 {
        width: 58.333333333333336%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-5 {
        width: 41.66666666666667%;
    }

    .col-md-4 {
        width: 33.33333333333333%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-2 {
        width: 16.666666666666664%;
    }

    .col-md-1 {
        width: 8.333333333333332%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666666666666%;
    }

    .col-md-pull-10 {
        right: 83.33333333333334%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666666666666%;
    }

    .col-md-pull-7 {
        right: 58.333333333333336%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666666666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.666666666666664%;
    }

    .col-md-pull-1 {
        right: 8.333333333333332%;
    }

    .col-md-pull-0 {
        right: 0;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666666666666%;
    }

    .col-md-push-10 {
        left: 83.33333333333334%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666666666666%;
    }

    .col-md-push-7 {
        left: 58.333333333333336%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666666666667%;
    }

    .col-md-push-4 {
        left: 33.33333333333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.666666666666664%;
    }

    .col-md-push-1 {
        left: 8.333333333333332%;
    }

    .col-md-push-0 {
        left: 0;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666666666666%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-md-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-md-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }

    .panel-nested {
        border-color: #515151;
    }

    legend {
        border-bottom: 1px solid #000;
    }

    .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
        border-color: #515151 !important;
    }

    table {
        page-break-inside: auto
    }

    tr {
        page-break-inside: avoid;
        page-break-after: auto
    }

    thead {
        display: table-header-group
    }

    tfoot {
        display: table-footer-group
    }
}

#qrcode {
    width: 50px;
    height: 50px;
    margin-top: 15px;
}

.qrcode-overimposed {
    width: 60px;
    height: 60px;
    margin-top: 15px;
    bottom: 60px;
    right: 60px;
    position: absolute;
}

.qrcode-wrapper {
    position: relative;
}

.row .spaced {
    margin-bottom: 1em;
}

.row .spaced-2 {
    margin-bottom: 2em;
}

.row .spaced-6 {
    margin-bottom: 6em;
}

.row .spaced-top-1 {
    margin-top: 1em;
}

.row .spaced-top-2 {
    margin-top: 2em;
}

.row .spaced-top-4 {
    margin-top: 4em;
}

.image-detail {
    width: 80%;
    height: auto;
}

.qrcode-wrapper::before {
    content: ' ';
}

.align-margin-radio {
    margin-top: 10px;
}

.radio-margin-left {
    margin-left: 20px;
}

.dangerCustom {
    background-color: #FF00004C !important;
}
.successCustom {
    background-color: hsla(120,100%,75%,0.3);
}
.warningCustom {
    background-color: hsla(46, 100%, 50%,0.3);
}

/**
 *	This element is created inside your target element
 *	It is used so that your own element will not need to be altered
 **/
.time_circles {
    position: relative;
    width: 100%;
    height: 100%;
}

/**
 *	This is all the elements used to house all text used
 * in time circles
 **/
.time_circles > div {
    position: absolute;
    text-align: center;
}

/**
 *	Titles (Days, Hours, etc)
 **/
.time_circles > div > h4 {
    margin: 0px;
    padding: 0px;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Century Gothic', Arial;
}

/**
 *	Time numbers, ie: 12
 **/
.time_circles > div > span {
    display: block;
    width: 100%;
    text-align: center;
    font-family: 'Century Gothic', Arial;
    font-size: 300%;
    margin-top: 0.4em;
    font-weight: bold;
}

.center-modal {
    position: fixed;
    top: 10%;
    left: 18.5%;
    z-index: 1050;
    width: 80%;
    height: 80%;
    margin-left: -10%;
}

/*test*/
.sas {
    width: 140px;
    height: 140px;
    padding: 26px;
    background-color: #fff;
}

.sas-warning {
    border-radius: 50%;
    border: 4px solid #F8BB86;
    box-sizing: content-box;
    height: 80px;
    padding: 0;
    position: relative;
    background-color: #fff;
    width: 80px;
    animation: scaleWarning 0.75s infinite alternate;
}

.sas-warning:after, .sas-warning:before {
    background: #fff;
    content: '';
    border-radius: 50%;
    height: 100%;
    position: absolute;
    width: 100%;
}

.sas-warning:before {
    display: inline-block;
    opacity: 0;
    animation: pulseWarning 2s linear infinite;
}

.sas-warning:after {
    display: block;
    z-index: 1;
}

.sas-warning-body {
    background-color: #F8BB86;
    border-radius: 2px;
    height: 47px;
    left: 50%;
    margin-left: -2px;
    position: absolute;
    top: 10px;
    width: 5px;
    z-index: 2;
    animation: pulseWarningIns 0.75s infinite alternate;
}

.sas-warning-dot {
    background-color: #F8BB86;
    border-radius: 50%;
    bottom: 10px;
    height: 7px;
    left: 50%;
    margin-left: -3px;
    position: absolute;
    width: 7px;
    z-index: 2;
}

.scrollable-dropdown-menu .dropdown-menu {
    max-height: 336px;
    overflow-y: auto;
}

.checkbox > label {
    color: #0c0c0c !important;
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.padding-analysis-chart {
    padding: 20px 10px 30px 10px;
}

/* REMOTE CONTROL COMMAND COMPOSER */

.widget-stats .stats-icon.stats-icon-md {
    font-size: 90px;
    top: 18px;
    right: 0px;
    color: #fff;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-shadow: 3px 7px rgba(0, 0, 0, 0.25);
}

.widget-stats .stats-icon.stats-icon-md i {
    position: relative;
}


@media (min-width: 992px) {
    .modal-xxl {
        width: 900px;
    }
}

@media (min-width: 1240px) {
    .modal-xxl {
        width: 1230px;
    }
}

.the-legend {
    border-style: none;
    border-width: 0;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    width: auto;
}

.the-fieldset {
    border: 2px groove threedface #444;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

.btn-label {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.btn-label-icon-only {
    position: relative;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 3px 0 0 3px;
}

.btn-labeled {
    padding-top: 0;
    padding-bottom: 0;
}

.padding_left_10 {
    padding-left: 10px;
}

.padding_bottom_0 {
    padding-bottom: 0px;
}

.font-white {
    color: #fff;
}

.control-room-panel-size {
    min-height: 669px;
    max-height: 669px;
    padding: 10px 10px 0px 10px;
    border: 1px solid #ddd;
}

.control-room-device-panel-size {
    min-height: 755px;
    /*max-height: 855px; !important;*/
    padding: 10px 10px 0px 10px;
    border: 1px solid #ddd;
}

.td-60-fix {
    width: 60px; !important
}
.td-60-overflow {
    white-space: nowrap;
    width: 60px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-80-fix {
    width: 80px; !important
}
.td-80-overflow {
    white-space: nowrap;
    width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-100-fix {
    width: 100px; !important
}
.td-100-overflow {
    white-space: nowrap;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-140-fix {
    width: 140px; !important
}
.td-140-overflow {
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-160-fix {
    width: 160px; !important
}
.td-160-overflow {
    white-space: nowrap;
    width: 160px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.td-220-fix {
    width: 220px; !important
}
.td-220-overflow {
    white-space: nowrap;
    width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.swal-modal {
    background-color: white;
    border: 3px solid black;
}

.widget-stats .stats-number .font-22 {
    font-size: 20px;
}

table.dataTable tbody > tr > .selected-row {
    background: #b1cee4 !important;
    color: #707478;
}

.pointer {
    cursor: pointer;
}

.default-pointer {
    cursor: default;
    pointer-events: none;
}

.selected_row {
    /*background: #e2e7ec !important;*/
    background: #b1cee4 !important;
    color: #707478;
}

.widget-stats .stats-desc {
    color: #fff; !important;
    font-weight: bold;
    font-size: medium;
}

.widget-stats .stats-icon {
    opacity: 0.50; !important;
}

table td .contextmenu{
    visibility: hidden;
}

table tr:hover .contextmenu, table tr:hover .contextmenu {
    visibility: visible;
}

.required-field::after {
    content: "*";
    color: red;
    margin-left:2px
}

.form-control{
    color: #383838;
}

fieldset[disabled] .form-control,
fieldset[disabled] .form-control[disabled],
fieldset .form-control[disabled] {
    opacity: 1.6;
}

.modal-margin {
    margin-left: 5%;
}

.datepicker-form.form-control[readonly]{
    background: #fff;
    opacity: 1;
}

.datepicker-form.form-control[disabled]{
    color: #383838;
    opacity: 1.6;
}

table > tbody > tr > td > span > .btn {
    padding: 6px 14px 6px 12px;
    vertical-align: middle;
}

.address-book {
    /* Add shadows to create the "card" effect */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* On mouse-over, add a deeper shadow */
.address-book:hover {
    box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.26);
}

 /*Add some padding inside the card container */
.container {
    padding: 2px 16px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

.slider.round:before {
    border-radius: 50%;
}

.grouping{
    display: inline-block;
    text-align: center;
}

.langDescription{
    display: block;
}

/*.center {*/
/*    margin-right: 20%;*/
/*    margin-left: 30%;*/
/*    width: 60%;*/
/*    padding: 10px;*/
/*}*/

.center {
    margin: 5% 15%;
    width: 100%;
    padding: 10px;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: none;
    box-shadow: none;
    border-radius: 10px;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.updateBorder {
    border-radius: 10px;
    box-shadow: none;
    margin-bottom: 20px;
}

body {
    /*background: #B8D8D8;*/
    /*background: #A8D0DB;*/
    font-size: 12px;
    font-family: 'Open Sans', "Helvetica Neue",Helvetica,Arial,sans-serif;
    /*font-family: 'Roboto', sans-serif;*/
    color: #707478;
    line-height: 1.42857143;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: linear-gradient( rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3) ), url(/public/img/login/sami_wallpaper.jpg);
    background-position: center;
    background-size: cover;
    /*-webkit-background-size: cover;*/
    /*-moz-background-size:  cover;*/
    /*-o-background-size: cover;*/
    /*background-size: cover;*/
}

.modal-header {
    padding: 12px 15px;
    border-bottom-color: #e2e7eb;
    border-radius: 10px 10px 0px 0px;
}

.panel-title {
    line-height: 20px;
    font-size: 15px;
}

.modal-content {
    border: none;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.panel-body + .hljs-wrapper {
    border-radius: 0 0 10px 10px;
}

.panel .tab-content {
    border-radius: 10px;
}

.crop {
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
    width:90px;
}

.btn.btn-champagne {
    background-color: #fb8b24;
    color: white;
}

.btn.btn-shamrock {
    background-color: #71B48D;
    color: white;
}

.btn.btn-marigold {
    background-color: #EC9F05;
    color: white;
}

.btn.btn-bluegreen {
    background-color: #13b28f;
    color: white;
}

.btn.btn-lavender {
    background-color: #D1CCDC;
    color: white;
}

.wrap {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menuButton {
    width: 140px;
    height: 45px;
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    font-weight: 500;
    color: #000;
    background-color: #fff;
    border: none;
    border-radius: 20px;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease 0s;
    cursor: pointer;
    outline: none;
}

.menuButton:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-5px);
}


.btn {
    font-size: 12px;
    font-weight: 600;
    background-color: rgba(255, 255, 255, 0.53);
    line-height: 20px;
    padding: 6px 12px;
    outline: none !important;
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1) !important;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.btn-primary:hover {
    background-color: #18206f;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.14);
    color: #fff;
    transform: translateY(-5px);
}

.btn-champagne:hover {
    background-color: #9a031e;
    box-shadow: 0px 15px 20px rgb(100, 0, 22);
    color: #fff;
    transform: translateY(-5px);
}

.btn-success:hover {
    background-color: #2be0e0;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-5px);
}

.btn-bluegreen:hover {
    background-color: #104F36FF;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-5px);
}

.btn-link:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-5px);
}

.btn-white-without-border:hover {
    background-color: #337ab7;
    box-shadow: 0px 15px 20px rgb(51, 122, 183);
    color: #fff;
    transform: translateY(-5px);
}

.btn-default:hover {
    transform: translateY(-3px);
}

.btn-warning:hover {
    background-color: #fa5800;
    box-shadow: 0px 15px 20px rgba(250, 88, 0, 0.29);
    color: #fff;
    transform: translateY(-5px);
}

.btn-danger:hover {
    background-color: #f72c25;
    box-shadow: 0px 15px 20px rgba(247, 44, 37, 0.41);
    color: #fff;
    transform: translateY(-5px);
}

.btn-info:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.4);
    color: #fff;
    transform: translateY(-5px);
}

.btn-green:hover {
    background-color: #0a8754;
    box-shadow: 0px 15px 20px rgba(10, 135, 84, 0.37);
    color: #fff;
    transform: translateY(-5px);
}

.samiSize {
    width: 16px;
    height: 25px
}

.navbar-logo:hover {
    background-color: #2EE59D;
    box-shadow: 0px 15px 20px rgba(46, 229, 157, 0.1);
    color: #fff;
    transform: translateY(-3px);
}

.login.login-with-news-feed,
.register.register-with-news-feed {
    /*background-color: #B8D8D8;*/
    /*background-color: #A8D0DB;*/
    background-color: #fafafa;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    top: 0;
}

.breadcrumb > li a {
    color: #ffffff;
}
th {
    text-align: left;
    vertical-align: middle;
    background: #ffffff;
}
td {
    text-align: left;
    vertical-align: middle;
}

.widget.widget-stats {
    position: relative;
    color: #fff;
    padding: 15px;
    border-radius: 10px;
}

.tableFixHead {
    overflow: auto;
    height: 100px;
}
.tableFixHead thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.center-modal {
    position: fixed;
    top: 30%;
    left: 18.5%;
    z-index: 1050;
    width: 80%;
    height: 80%;
    margin-left: -10%;
}

@media (min-width: 400px) {
    .modal-mm {
        width: 500px;
    }
}

@media (min-width: 1240px) {
    .modal-xxxl {
        width: 1520px;
    }
}

@media (min-width: 1700px) {
    .modal-4xl {
        width: 1700px;
    }
}

.darkred_style {
    color: darkred;
}

.darkgreen_style {
    color: darkgreen;
}

.red_icon {
    color: red;
}

.green_icon {
    color: green;
}

.warning_icon {
    color: orange;
}


/*.panel-tracking {*/
/*    !*border-color: #d6e9c6;*!*/
/*    border-color: #90EE90;*/
/*}*/
/*.panel-tracking > .panel-heading {*/
/*    color: #008000;*/
/*    background-color: #90EE90;*/
/*    border-color: #90EE90;*/
/*}*/
/*.panel-tracking > .panel-heading + .panel-collapse > .panel-body {*/
/*    border-top-color: #90EE90;*/
/*}*/
/*.panel-tracking > .panel-heading .badge {*/
/*    color: #dff0d8;*/
/*    background-color: #008000;*/
/*}*/
/*.panel-tracking > .panel-footer + .panel-collapse > .panel-body {*/
/*    border-bottom-color: #90EE90;*/
/*}*/

.panel-title {
    line-height: 18px !important;
    font-size: 17px !important;
    padding: 3px !important;
}

/* enable absolute positioning */
.inner-addon {
    position: relative !important;
}

/* style icon */
.inner-addon .glyphicon {
    position: absolute !important;
    padding: 10px !important;
    /*pointer-events: none !important;*/
}

/* align icon */
.left-addon .glyphicon  { left:  0px !important;}
.right-addon .glyphicon { right: 0px !important;}

/* add padding  */
.left-addon input  { padding-left:  30px !important; }
.right-addon input { padding-right: 30px !important; }
