﻿div.center-screen {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30em;
    height: 18em;
    margin-top: -9em; /*set to a negative number 1/2 of your height*/
    margin-left: -15em; /*set to a negative number 1/2 of your width*/
}


div.active.client-element {
    border-style: solid;
    border-width: medium;
}

div.active.element {
    border-style: solid;
    border-width: medium;
}

.radio-selector{
    width:100%;
    padding-top:10px;
    padding-bottom:10px;
}

input[type="radio"]:checked + .radio-selector {
    border: 2px solid #bbbbbb;
    border-radius:5px;

}

.modal-black .modal-header {
    background-color: #343a40;
    border-radius: .286rem .286rem 0 0
}

.modal-black .modal-header * {
    color: #fff
}

.modal-black .modal-header .close {
    opacity: .6
}

.row-data td:first-child {
    background-color: #636675;
    color: white;
}

.footer-search {
    display: table-row-group !important;
}

.btn-circle {
    width: 36px;
    height: 36px;
    padding: 6px 0px;
    border-radius: 18px;
    text-align: center;
    font-size: 16px;
    line-height: 1.42857;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.steps {
    margin: 40px;
    padding: 0;
    overflow: hidden;
}

    .steps a {
        color: white;
        text-decoration: none;
        font-size: 0.99rem;
    }

    .steps em {
        display: block;
        font-size: 1em;
        font-weight: bold;
    }

    .steps div.arrow {
        float: left;
        margin-left: 0;
        max-width: 110px; /* 100 / number of steps */
        height: 60px; /* total height */
        list-style-type: none;
        padding: 5px 5px 5px 20px; /* padding around text, last should include arrow width */
        border-right: 3px solid white; /* width: gap between arrows, color: background of document */
        position: relative;
    }
        /* remove extra padding on the first object since it doesn't have an arrow to the left */
        /*.steps div:first-child {
            padding-left: 30px;

        }*/
        /* white arrow to the left to "erase" background (starting from the 2nd object) */
        .steps div.arrow::before {
            position: absolute;
            top: 0;
            left: 0;
            display: block;
            border-left: 15px solid white; /* width: arrow width, color: background of document */
            border-top: 30px solid transparent; /* width: half height */
            border-bottom: 30px solid transparent; /* width: half height */
            width: 0;
            height: 0;
            content: " ";
        }
        /* colored arrow to the right */
        .steps div.arrow::after {
            z-index: 1; /* need to bring this above the next item */
            position: absolute;
            top: 0;
            right: -15px; /* arrow width (negated) */
            display: block;
            border-left: 15px solid #7c8437; /* width: arrow width */
            border-top: 30px solid transparent; /* width: half height */
            border-bottom: 30px solid transparent; /* width: half height */
            width: 0;
            height: 0;
            content: " ";
        }

.steps-subprocess div.arrow {
    float: left;
    margin-left: 0;
    width: 110px; /* 100 / number of steps */
    height: 50px; /* total height */
    list-style-type: none;
    padding: 5px 5px 5px 20px; /* padding around text, last should include arrow width */
    border-right: 3px solid white; /* width: gap between arrows, color: background of document */
    position: relative;
}
        /* white arrow to the left to "erase" background (starting from the 2nd object) */
    .steps-subprocess div.arrow::before {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        border-left: 15px solid white; /* width: arrow width, color: background of document */
        border-top: 25px solid transparent; /* width: half height */
        border-bottom: 25px solid transparent; /* width: half height */
        width: 0;
        height: 0;
        content: " ";
    }
        /* colored arrow to the right */
    .steps-subprocess div.arrow::after {
        z-index: 1; /* need to bring this above the next item */
        position: absolute;
        top: 0;
        right: -15px; /* arrow width (negated) */
        display: block;
        border-left: 15px solid #7c8437; /* width: arrow width */
        border-top: 25px solid transparent; /* width: half height */
        border-bottom: 25px solid transparent; /* width: half height */
        width: 0;
        height: 0;
        content: " ";
    }

    /* Setup colors (both the background and the arrow) */

    /* Completed */
        .steps div.arrow.completed {
            background-color: #689F38;
        }

            .steps div.arrow.completed::after {
                border-left-color: #689F38;
            }

        /* Current */
        .steps div.arrow.current {
            background-color: #3f51b5;
        }

            .steps div.arrow.current::after {
                border-left-color: #3f51b5;
            }

            /* Following */
        .steps div.arrow.disabled {
            background-color: #9e9e9e;
        }

            .steps div.arrow.disabled::after {
                border-left-color: #9e9e9e;
            }

        /* Hover for completed and current */
        .steps div.arrow.completed:hover {
            background-color: #558B2F
        }

            .steps div.arrow.completed:hover::after {
                border-left-color: #558B2F
            }

        .steps div.arrow.current:hover {
            background-color: #01579B
        }

            .steps div.arrow.current:hover::after {
                border-left-color: #01579B
            }

.disabled-arrow {
    color: #9e9e9e;
}

.current-arrow {
    color: #01579B;
}

.completed-arrow {
    color: #558B2F;
}

.shadow {
    box-shadow: 
        0px 1px 3px 0px rgba(0,0,0,0.2), 
        0px 1px 1px 0px rgba(0,0,0,0.14), 
        0px 2px 1px -1px rgba(0,0,0,0.12);
}

.strong-shadow {
    -webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}

/*Styles form timeline*/

.timeline {
    position: relative;
    /*padding: 21px 0px 10px;*/
    margin-top: 4px;
    margin-bottom: 30px;
}

.timeline .line {
    position: absolute;
    width: 4px;
    display: block;
    background: currentColor;
    top: 0px;
    bottom: 0px;
    margin-left: 30px;
}

.timeline .separator {
    border-top: 1px solid currentColor;
    padding: 5px;
    padding-left: 40px;
    font-style: italic;
    font-size: .9em;
    margin-left: 30px;
}

/*.timeline .line::before {
    top: -4px;
}

.timeline .line::after {
    bottom: -4px;
}

.timeline .line::before,
.timeline .line::after {
    content: '';
    position: absolute;
    left: -4px;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: currentColor;
}*/

.timeline .panel {
    position: relative;
    margin: 10px 0px 21px 70px;
    clear: both;
}

    .timeline .panel::before {
        position: absolute;
        display: block;
        top: 8px;
        left: -24px;
        content: '';
        width: 0px;
        height: 0px;
        border: inherit;
        border-width: 12px;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    }

    .timeline .panel .panel-heading.icon * {
        font-size: 20px;
        vertical-align: middle;
        line-height: 40px;
    }

    .timeline .panel .panel-heading.icon {
        position: absolute;
        left: -59px;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0px;
        border-radius: 50%;
        text-align: center;
        float: left;
    }

.timeline .panel-outline {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
}

    .timeline .panel-outline .panel-body {
        padding: 10px 0px;
    }

    .timeline .panel-outline .panel-heading:not(.icon),
    .timeline .panel-outline .panel-footer {
        display: none;
    }

    .timeline:before{
        background-color: transparent;
    }

/*Gallery*/
.photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 4;
    -webkit-column-gap: 0px;
    -moz-column-count: 4;
    -moz-column-gap: 0px;
    column-count: 4;
    column-gap: 0px;
}

.photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
}

@media (max-width: 1000px) {
    .photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    .photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 400px) {
    .photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}


/*Process bar or progress tracker*/
.progressTracker-container {
    height: 25rem;
}

.process {
    padding-left: 50px;
    height: 28% !important;
}
.process-bar-area {    
    width: 26px;
    margin-left: -26px;
    float: left;
}
.process-bar-area, process-text-area {
    text-align: left !important;
    position: relative;
    overflow: visible;
    zoom: 1;
    min-height: 1px;
    height: 100%;
    z-index: 2;
}
.process-bar {
    height: 100%;
    width: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 11px;
}
.process-bar_background{
    height: 100%;
    z-index: 0;
    background-image: linear-gradient(#E9E7E7 40%,rgba(255,255,255,0) 0);
    background-position: right;
    background-size: 10px 20px;
    background-repeat: repeat-y;
    
}
.process-bar_foreground {
    background-color: #4caf50;/*#4DC2B4;*/
    z-index: 1;
    overflow: hidden;
    height: 0%;
}

.process-bar_background, .process-bar_foreground {
    width: 4px;
    position: absolute;
    top: 0;
    left: 0;
}

.process-bar-marker {
    opacity: 1;
    position: absolute;
    height: 100%;
    right: 3px;
    opacity: 1;
}
.process-bar-marker:before {
    height: 20px;
    width: 20px;
    background-color: #4DC2B4;
    border: 3px solid #4DC2B4;
    content: '';
    display: inline-block;
}
.process-bar-marker:after {
    content: '';
    width: 17px;
    height: 13px;
    top: 3px;
    left: 2px;
    position: absolute;
    background-image: url(https://m.media-amazon.com/images/G/01/x-locale/cs/ship-track/pt2/milestone_checkmark_2x._V516143779_.png);
    background-repeat: no-repeat;
    background-size: cover;
    border: none;
}

.process-text-area {
    padding-left: 1.7rem;
    float: left;
    margin-top: 0.6rem;
}

.process-bar-icon {
    position: absolute;
    left: -7px;
    display: block;
    width: 40px;
    height: 40px;
    padding: 0px;
    border-radius: 50%;
    text-align: center;
    float: left;
    color: #757575;
    background-color: #e0e0e0;
    border-color: #e0e0e0;
    
}
.process-bar-icon i {
    font-size: 20px;
    vertical-align: middle;
    line-height: 40px;
}

.primary-icon {
    color: #fff;
    background-color: #3f51b5;
}

.success-icon {
    color: #fff;
    background-color: #4caf50;
}

.photos .overlay {
    display: block;
}

    /*end process bar*/

.fit-image-container {
    width: 33%;
    max-width: 200px;
    min-width: 50px;
    padding-left: 20px;
    padding-bottom: 20px;
}

.fit-image-container * {
    width: 100%;
    object-fit: cover;
    height: 100%
}

/*Clors*/
.btn-dark-radar {
    background-color: #373A46;
    border-color: #373A46;
    box-shadow: none;
    color: #fff;
}

/*Overwrite site-menubar*/
.site-menubar-fold .site-menu > .site-menu-item > a .site-menu-icon, .site-menubar-fold .site-menu > .site-menu-item > a .site-menu-title {
    top: 18px;
}


/* Overwrite navbar and menubar responsiveness*/
@media only screen and (max-width: 1025px) and (min-width: 770px) {
    .site-menubar, .page {
        padding-top: 0%;
    }
}

/*desktop view*/
@media (min-width: 1200px){
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        padding-right: 0;
        padding-left: 0;
    }
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }
    .container-fluid .navbar-collapse, .container-fluid .navbar-header {
        margin-right: 0;
        margin-left: 0;
    }
    .navbar-header {
        float: left;
    }
    .navbar-toggler {
        display: none;
    }
    .site-menubar-unfold .site-navbar .navbar-container {
        margin-left: 0;
    }
    .site-navbar .navbar-container {
        margin-left: 180px;
    }
    .site-menubar-unfold .site-navbar .navbar-header {
        width: 180px;
        min-width: 180px;
    }
    .site-menubar-unfold .site-menubar {
        width: 180px;
    }

    .site-menubar-unfold .page, .site-menubar-unfold .site-footer {
        margin-left: 180px;
    }

    .css-menubar .site-menubar{
        width: 180px;
    }

    .css-menubar .page, .css-menubar .site-footer {
        margin-left: 180px;
    }

    .css-menubar .site-navbar .navbar-header {
        width: 180px;
        min-width: 180px;
    }    

    .site-menubar-unfold .site-menu>.site-menu-item>a .site-menu-title {
        font-size: 13px;
    }

    th{
        font-size: 13px !important;
    }
    
    .dt-buttons .btn{
        font-size: 13px;
    }

    td{
        font-size: 13px;
    }
}

@media(min-width:1400px){
    .site-navbar .navbar-container {
        margin-left: 210px;
    }
    .site-menubar-unfold .site-navbar .navbar-header {
        width: 210px;
        min-width: 210px;
    }
    .site-menubar-unfold .site-menubar {
        width: 210px;
    }

    .css-menubar .site-menubar{
        width: 210px;
    }

    .css-menubar .page, .css-menubar .site-footer {
        margin-left: 210px;
    }

    .css-menubar .site-navbar .navbar-header {
        width: 210px;
        min-width: 210px;
    }  

    .site-menubar-unfold .page, .site-menubar-unfold .site-footer {
        margin-left: 210px;
    }

    .site-menubar-unfold .site-menu>.site-menu-item>a .site-menu-title {
        font-size: 13px;
    }


    body{
        font-size: 1rem;
    }
}

@media(min-width:768px) and (max-width:1399px){
    body{
        font-size: 0.9rem;
    }    
}
.modal .modal-dialog.modal-xl {
    max-width: 70vw;
}
/*new responsiveness*/
@media (max-width: 1199px){
    .modal .modal-dialog.modal-xl {
        max-width: 90vw;
    }

   .navbar>.container-fluid, .navbar>.containers {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .navbar-mega .container, .navbar-mega .container-fluid {
        position: static;
    }
    .site-menubar-open .site-menubar {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }
    .site-menubar-hide .site-menubar, .site-menubar-open .site-menubar {
        transition: top .35s,height .35s,-webkit-transform .25s;
        transition: transform .25s,top .35s,height .35s;
        transition: transform .25s,top .35s,height .35s,-webkit-transform .25s;
    }
    .site-menubar {
        top: 66.01px;
        height: calc(100% - 66.01px);
        -webkit-transform: translate3d(-200px,0,0);
        transform: translate3d(-200px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000;
        perspective: 1000;
    }
    .site-menubar-unfold .page, .site-menubar-unfold .site-footer {
        margin-left: auto;
    }
    .site-navbar.navbar .navbar-collapse {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }
    .navbar > .container-fluid .navbar-collapse, .navbar > .containers .navbar-collapse {
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
    }

    /*old responsiveness on max width 768px*/
    .navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
        padding-right: 15px;
        padding-left: 15px;
    }

    .container-fluid .navbar-collapse, .container-fluid .navbar-header {
        margin-right: 15px;
        margin-left: 15px;
    }

    .site-navbar.navbar .navbar-header {
        float: none;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
    }

    .navbar-toggler {
        display: block;
    }

    .site-navbar .navbar-container {
        margin-left: 0px;
    }

    .site-menubar-unfold .site-navbar .navbar-header {
        width: 100%;
    }

    /*Old responsiveness on max width 768px*/
    .hidden-float {
        display: none !important;
    }
    .site-navbar-collapse-show .site-menubar {
        top: 132.02px;
        height: calc(100% - 132.02px);
    }
    body.site-menubar-open .page {
        height: 100%;
        overflow: hidden;
        pointer-events: none;
    }
    body.site-menubar-open {
        height: 100%;
        overflow: hidden;
    }
    .site-menubar-open .page, .site-menubar-open .site-footer {
        -webkit-transform: translate3d(200px,0,0);
        transform: translate3d(200px,0,0);
    }

    .site-menubar-unfold .site-menubar {
        width: 200px;
    }

    .css-menubar .site-menubar{
        width: 200px;
    }
}


.page-title{
    font-size: 23px;
}

.site-menubar-unfold .site-menu>.site-menu-item>a {
    padding: 0 15px 0 15px;
    line-height: 38px;
}

.page-header{
    padding:15px 30px 15px 30px;
}

.navbar-brand-logo{
    height: 2rem;
}

.site-menubar-unfold .site-menu-title {
    display: inline-block;
    max-width: 80%;
}