/*
 * It is advised not to edit the smartadmin_production.css
 * as this will override any changes you make in the 
 * later versions of this theme. 
 * 
 * We advise that you use use this CSS to override 
 * SmartAdmin styles. 
 * 
 * Rename the stylesheet to whatever your liking so it will stay
 * unique to you with each update of SmartAdmin.
 */

/*
 * INDEX
 * 
 * - HTML
 * - BODY
 * - CUSTOM STYLES
 */
#divmar {
    margin-top: -30px;
}

#lbl {
    margin-left: -90px;
}

#lbl1 {
    margin-left: 140px;
    margin-top: 10px;
}

#frmCtl {
    margin-top: 10px;
}

#rowItem {
    margin-left: 140px;
}
/*To Draw Horizontal Line*/
#hr {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}


/*To insert fa-icons in the form controls*/

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 30px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon i {
        position: absolute;
        right: 10px;
        padding: 10px 12px;
        pointer-events: none;
    }



#loginContainer {
    width: 50%;
    margin-left: 180px;
    margin-bottom: 80px;
    margin-right: 100px;
    margin-top: 80px;
}

div.mar {
    margin-left: 10px;
    margin-right: 10px;
}


.hide-text {
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
}

.input-block-level {
    display: block;
    width: 100%;
    min-height: 28px;
    /* Make inputs at least the height of their button counterpart */
    /* Makes inputs behave like true block-level elements */
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}


.fieldLabel {
    width: 30 %;
    background: #f7f7f9;
}

td.fieldValue input,
td.fieldValue .input-append {
    margin-bottom: 0;
}

.table {
    background: #ffffff;
}

.table-bordered {
    /* border-radius: 1px; */
    /* margin-bottom: 0; */
}

    .table-bordered th {
        border-top: 1px solid #ffffff !important;
    }

.table th {
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #f6f6f6, #f3f3f4);
    background-image: -ms-linear-gradient(top, #f6f6f6, #f3f3f4);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f6f6f6), to(#f3f3f4));
    background-image: -webkit-linear-gradient(top, #f6f6f6, #f3f3f4);
    background-image: -o-linear-gradient(top, #f6f6f6, #f3f3f4);
    background-image: linear-gradient(top, #f6f6f6, #f3f3f4);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#f3f3f4', GradientType=0);
    border-color: #f3f3f4 #f3f3f4 #cbcbcf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    text-shadow: 0px 1px #ffffff;
    color: #444444;
}

.detailview-table th,
.detailview-table td {
    vertical-align: middle;
}

    .detailview-table th label,
    .detailview-table td label {
        margin-bottom: 3px;
    }


.detailViewContainer {
    padding: 0 10px;
}

.detailViewTitle {
    padding: 1.5% 0 0 1%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
}

.detailViewInfo {
    box-shadow: 0 -4px 4px -4px #959595;
    margin-top: 2px;
}

    .detailViewInfo .contents {
        padding: 2.2% 0 0 2.2%;
        min-height: 450px;
    }

    .detailViewInfo .details {
        min-height: 500px;
        padding-right: 1.5%;
        padding-bottom: 10px;
    }

.leftBorder {
    border-left: 4px solid #1560bd;
    min-height: 700px;
}

.marginLeftZero {
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-right: 0 !important;
    padding-right: 0 !important;
}


.detailViewInfo .related .nav-pills .active > a,
.detailViewInfo .related .nav-pills .active > a:hover {
    background: #1560bd;
    border-radius: 1px;
    margin-top: 0;
    margin-bottom: 2px;
}

.contentsDiv {
    min-height: 500px;
    background: #fafafb;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    border-left: 1px solid #e6e6e6;
    position: relative;
}



.mainContainer {
    min-height: 500px;
    margin-top: 05px;
    background: #eeeff2;
    min-width: 1200px;
}

    .mainContainer > .col-md-2 {
        padding: 0 1.06383%;
        height: auto !important;
        min-width: 174px;
        padding-left: 0;
    }

    .mainContainer .contentsDiv {
        min-height: 500px;
        background: #fafafb;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        word-wrap: break-word;
        border-left: 1px solid #e6e6e6;
        position: relative;
    }

.medium,
.table td.medium,
.listViewEntries td.medium,
td.listViewEntryValue.medium {
    padding: 5px 6px !important;
}

.contentHeader {
    padding: 15px;
    padding-left: 5px;
    line-height: 20px;
}

.textOverflowEllipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 9em;
}

.cancelLink {
    cursor: pointer;
    text-decoration: none !important;
    color: #aa3434;
    margin: 6px 8px;
    font-size: 12px !important;
}

    .cancelLink:hover {
        color: #aa3434 !important;
    }


.linkbutton {
    background: none !important;
    border: none;
    padding: 0 !important;
    font: inherit;
    /*border is optional*/
    border-bottom: 1px solid #444;
    cursor: pointer;
}


/*ui grid custome style*/

.ui-grid-cell-contents {
    padding: 5px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
    height: 60px;
    font-size: 14px;
}

.ui-grid-filter-container {
    position: relative;
    margin-top: -25px;
    padding: inherit;
}

.ui-grid-header-cell {
    height: auto;
}



/*animation*/

/*.ng-enter {
    -moz-transition: 0.75s;
    -o-transition: 0.75s;
    -webkit-transition: 0.75s;
    transition: 0.75s;
    -ms-opacity: 0;
    opacity: 0;
    
}

.ng-enter-stragger {
    transition-delay: 0.1s;
}

.ng-enter-active {
    -ms-opacity: 1;
    opacity: 1;
}


.ng-leave {
     -moz-transition: 0.75s;
    -o-transition: 0.75s;
    -webkit-transition: 0.75s;
    transition: 0.75s;
    -ms-opacity: 1;
    opacity: 1; 
}


.ng-leave-stragger {
    transition-delay: 0.1s;
}

.ng-leave-active {
      -ms-opacity: 0;
    opacity: 0;
    
}*/



/*source
 http://dfsq.github.io/ngView-animation-effects/app/#/code*/

.slide {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

    .slide.ng-enter,
    .slide.ng-leave {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .slide.ng-enter {
        left: 100%;
    }

    .slide.ng-enter-active {
        left: 0;
    }

    .slide.ng-leave {
        left: 0;
    }

    .slide.ng-leave-active {
        left: -100%;
    }








.pop {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

    .pop.ng-enter,
    .pop.ng-leave {
        -webkit-transition: all 1s ease;
        transition: all 1s ease;
    }

    .pop.ng-enter {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    .pop.ng-enter-active,
    .pop.ng-leave,
    .pop.ng-leave-active {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .pop.ng-leave-active {
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }



.slide-reveal.ng-enter {
    -webkit-transition: 0.5s linear all;
    -moz-transition: 0.5s linear all;
    -o-transition: 0.5s linear all;
    -ms-transition: 0.5s linear all;
    transition: 0.5s linear all;
    -ms-opacity: 0.5;
    opacity: 0.5;
    position: relative;
    opacity: 0;
    top: 10px;
}

    .slide-reveal.ng-enter.ng-enter-active,
    .slide-reveal.ng-enter-active {
        top: 0;
        -ms-opacity: 1;
        opacity: 1;
    }


/*form Sroll in Modal*/
#modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

#modal-xlg {
    max-width: 80%;
}




/* To set margin of upper form in technician ticket edit view*/

div.tblmar {
    font-family: Verdana;
    margin-left: 26px;
    margin-right: 10px;
}

.tbl_nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.marginRow {
    margin-bottom: 0px !important;
}

#btn-print {
    background-color: #546672;
    border-color: #546672;
    border-radius: 1px;
}

#btn-estimate {
    background-color: #65B688;
    border-color: #65B688;
    border-radius: 1px;
    color: #fff;
}

#btn-addParts {
    background-color: #50ABC2;
    border-color: #50ABC2;
    border-radius: 1px;
}

#estimateFormFonts {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
}

.changPassword {
    margin-left: 260px;
}



.btn-margin {
    margin: 5px;
}


.btn-secondary {
    color: #373a3c;
    background-color: #fff;
    border-color: #ccc;
}

    .btn-secondary:hover {
        color: #373a3c;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:focus, .btn-secondary.focus {
        color: #373a3c;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-secondary:active, .btn-secondary.active,
    .open > .btn-secondary.dropdown-toggle {
        color: #373a3c;
        background-color: #e6e6e6;
        background-image: none;
        border-color: #adadad;
    }

        .btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus,
        .open > .btn-secondary.dropdown-toggle:hover,
        .open > .btn-secondary.dropdown-toggle:focus,
        .open > .btn-secondary.dropdown-toggle.focus {
            color: #373a3c;
            background-color: #d4d4d4;
            border-color: #8c8c8c;
        }

    .btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
        background-color: #fff;
        border-color: #ccc;
    }

    .btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
        background-color: #fff;
        border-color: #ccc;
    }



@media screen {
    #printThisElement {
        display: none;
    }
}




@media print {
    h1 {
        color: #65B688;
        margin: 200px;
        margin-bottom: 2rem;
        line-height: 1.5;
    }

    nav, aside {
        display: none;
    }

    body, article {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    @page {
        margin: 2cm;
    }

    table {
        border-bottom: #444444;
        border-width: 12px;
        page-break-inside: avoid
    }
}


@media print {
    @page {
        margin: 1.0cm;
    }
}



@media print {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-11 {
        width: 91.66666667%;
    }

    .col-sm-10 {
        width: 83.33333333%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-8 {
        width: 66.66666667%;
    }

    .col-sm-7 {
        width: 58.33333333%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-5 {
        width: 41.66666667%;
    }

    .col-sm-4 {
        width: 33.33333333%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-2 {
        width: 16.66666667%;
    }

    .col-sm-1 {
        width: 8.33333333%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .visible-xs {
        display: none !important;
    }

    .hidden-xs {
        display: block !important;
    }

    table.hidden-xs {
        display: table;
    }

    tr.hidden-xs {
        display: table-row !important;
    }

    th.hidden-xs,
    td.hidden-xs {
        display: table-cell !important;
    }

    .hidden-xs.hidden-print {
        display: none !important;
    }

    .hidden-sm {
        display: none !important;
    }

    .visible-sm {
        display: block !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important;
        margin-left: 10%;
    }

    .tablePrintBorder {
        border: 1px solid black;
        width: 100%;
    }

    .cellborderPrint {
        border: 1px solid black;
    }
}


.sparks-info div {
    margin: 1px;
}





/*progress tracker*/
#progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #progressbar li {
        list-style-type: none;
        color: #e6e6e6;
        text-transform: uppercase;
        font-size: 10px;
        width: 13.00%;
        float: left;
        position: relative;
        text-align: center;
        z-index: 20
    }

        #progressbar li.active {
            color: #27AE60;
        }


        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 50px;
            line-height: 50px;
            display: block;
            font-size: 12px;
            color: #333;
            background: #d2dbe7;
            border-radius: 25px;
            margin: 0 auto 5px auto;
            text-align: center;
            z-index: 20;
            font-weight: bold
        }
        /*progressbar connectors*/
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 3px;
            background: silver;
            position: absolute;
            left: -25%;
            top: 25px;
            z-index: -1; /*put it behind the numbers*/
        }

        #progressbar li:first-child:after {
            /*connector not needed before the first step*/
            content: none;
        }
        /*marking active/completed steps green*/
        /*The number of the step and the connector before it = green*/
        #progressbar li.active:before, #progressbar li.active:after {
            background: #27AE60;
            color: white;
            top: 25px;
        }

    #progressbar h5 {
        font-size: 12px;
    }

    #progressbar span {
        display: block;
        font-weight: bold;
        font-size: 10px
    }

/*for second lago in iindex*/
#logo-group span#activity {
    border: 0px;
    /*padding-left: 10px;*/
    background: 0;
}

#header {
    background: white;
}



.panel-heading h1 {
    font-size: 45px
}


/*.btn-primary {
    background: #00cccc;
}*/

.userdetails {
    display: block;
    padding: 4px;
    margin-top: 8px;
    color: #cac5c5;
    font-weight: bold;
}

.login-info {
    height: 70px;
}

.chosen-container {
    width: 100% !important;
}




hr.style-six {
    border: 0;
    height: 0;
    border-top: 1px solid #000000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid #ffffff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}



.headingText {
    background-color: #1560bd;
    border: 0;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: white;
    display: inline-block;
    font-weight: bold;
    padding: 7px 10px 7px 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.gridloading {
    -ms-opacity: 6;
    opacity: 6;
    position: absolute;
    top: 20%;
    left: 20%;
    width: 60%;
    height: 50%;
    text-align: center;
    font-size: 24px;
    display: table;
}

    /*
  Lastly this is the actual message text. It uses
  display: table-cell so the vertical alignment
  works properly.
*/
    .gridloading span {
        display: table-cell;
        vertical-align: middle;
    }


/*cards for dashbaoard*/
.card {
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    background-color: #FFFFFF;
    margin-bottom: 30px;
}

    .card .image {
        width: 100%;
        overflow: hidden;
        height: 260px;
        border-radius: 4px 4px 0 0;
        position: relative;
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
    }

        .card .image img {
            width: 100%;
        }

    .card .filter {
        position: absolute;
        z-index: 2;
        background-color: rgba(0, 0, 0, 0.68);
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        opacity: 0;
        filter: alpha(opacity=0);
    }

        .card .filter .btn {
            position: relative;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        }

    .card:hover .filter {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .card .btn-hover {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .card:hover .btn-hover {
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .card .content {
        padding: 15px 15px 10px 15px;
    }

    .card .header {
        padding: 15px 15px 0;
    }

    .card .category,
    .card label {
        font-size: 14px;
        font-weight: 400;
        color: #9A9A9A;
        margin-bottom: 0px;
    }

        .card .category i,
        .card label i {
            font-size: 16px;
        }

    .card label {
        font-size: 12px;
        margin-bottom: 5px;
        text-transform: uppercase;
    }

    .card .title {
        margin: 0;
        color: #333333;
        font-weight: 300;
    }

    .card .avatar {
        width: 30px;
        height: 30px;
        overflow: hidden;
        border-radius: 50%;
        margin-right: 5px;
    }

    .card .description {
        font-size: 14px;
        color: #333;
    }

    .card .footer {
        padding: 0;
        background-color: transparent;
        line-height: 30px;
    }

        .card .footer .legend {
            padding: 5px 0;
        }

        .card .footer hr {
            margin-top: 5px;
            margin-bottom: 5px;
        }

    .card .stats {
        color: #a9a9a9;
    }

    .card .footer div {
        display: inline-block;
    }

    .card .author {
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
    }

        .card .author i {
            font-size: 14px;
        }

    .card h6 {
        font-size: 12px;
        margin: 0;
    }

    .card.card-separator:after {
        height: 100%;
        right: -15px;
        top: 0;
        width: 1px;
        background-color: #DDDDDD;
        content: "";
        position: absolute;
    }

    .card .ct-chart {
        margin: 30px 0 30px;
        height: 245px;
    }

    .card .table tbody td:first-child,
    .card .table thead th:first-child {
        padding-left: 15px;
    }

    .card .table tbody td:last-child,
    .card .table thead th:last-child {
        padding-right: 15px;
    }

    .card .alert {
        border-radius: 4px;
        position: relative;
    }

        .card .alert.alert-with-icon {
            padding-left: 65px;
        }

.card-user .image {
    height: 110px;
}

.card-user .image-plain {
    height: 0;
    margin-top: 110px;
}

.card-user .author {
    text-align: center;
    text-transform: none;
    margin-top: -70px;
}

.card-user .avatar {
    width: 124px;
    height: 124px;
    border: 5px solid #FFFFFF;
    position: relative;
    margin-bottom: 15px;
}

    .card-user .avatar.border-gray {
        border-color: #EEEEEE;
    }

.card-user .title {
    line-height: 24px;
}

.card-user .content {
    min-height: 240px;
}

.card-user .footer,
.card-price .footer {
    padding: 5px 15px 10px;
}

.card-user hr,
.card-price hr {
    margin: 5px 15px;
}

.card-plain {
    background-color: transparent;
    box-shadow: none;
    border-radius: 0;
}

    .card-plain .image {
        border-radius: 4px;
    }



.greybg {
    background: #ebeff2;
}

.button-border-style {
    border-radius: 6px !important;
    padding-top: 4px;
    height: 26px
}

.center {
    text-align: center
}

.errorRow {
    color: red;
}

.edit:read-write {
    background: lightgreen;
}

/*#region Legends*/

/* basic positioning */
.legend {
    list-style: none;
}

    .legend li {
        float: left;
        margin-right: 10px;
    }

    .legend span {
        border: 1px solid #ccc;
        float: left;
        width: 12px;
        height: 12px;
        margin: 2px;
    }
    /* your colors */
    .legend .ber {
        background-color: #ff1a1a;
        font-weight: bold;
        font-size: larger;
    }

    .legend .reRepair {
        background-color: #0000ff;
        font-weight: bold;
        font-size: larger;
    }

/*#endregion */

/*#region Horizonatal and vertical scrool*/
.my-custom-scrollbar {
    position: relative;
    height: 400px;
    overflow: auto;
}

.table-wrapper-scroll-y {
    display: block;
}


.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-red::after {
    background: #FF5370;
}

.card-black::after {
    background-color: #3276b1;
    border-color: #3276b1;
}

/*.cardBlack {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #1b1c1d;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}*/

.card-blue:after, .card-green:after, .card-red:after, .card-yellow:after, .card-black:after, {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.main-body .page-wrapper {
    padding: 0.6rem 1.5rem;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
}

.dashboardTileWhiteColorText {
    color:white
}

.dashboardTileBlackColorText {
    color: black
}

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #3090C7;
    /*background-color: #FFA500;*/
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}

.card {
    /* border-radius: 5px; */
    -webkit-box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
    box-shadow: 0 0 5px 0 rgba(43,43,43,0.1), 0 11px 6px -7px rgba(43,43,43,0.1);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


/*.table-scroll {
    position: relative;
    max-width: 100%;
    margin: auto;
    overflow: hidden;
    
}

.table-wrap {
    width: 100%;
    overflow: auto;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th, .table-scroll td {
    padding: 5px 10px;    
    background: #fff;
    white-space: nowrap;
    vertical-align: top;
   
}

.table-scroll thead, .table-scroll tfoot {
    background: #f9f9f9;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

    .clone th, .clone td {
        visibility: hidden
    }

    .clone td, .clone th {
        border-color: transparent
    }

    .clone tbody th {
        visibility: visible;
        color: red;
    }

    .clone .fixed-side {
        border: 1px solid #000;
        background: #eee;
        visibility: visible;
    }

    .clone thead, .clone tfoot {
        background: transparent;
    }*/

/*#endregion */

