﻿body {
    /*padding-bottom: 20px;
    background-color: #e9eff2;
    text-rendering: optimizelegibility;
    -webkit-text-size-adjust: none;
    -webkit-font-smoothing: antialiased;
    -moz-text-size-adjust: none;
    -moz-font-smoothing: antialiased;
    -ms-text-size-adjust: none;
    -ms-font-smoothing: antialiased;*/
}

.body-content {
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
}


a {
    text-decoration: none;
}

.wrapper {
    overflow: hidden;
    /*  Prevents Flickering  */
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}


nav ul {
    height: 100%;
    overflow-y: auto;
}

nav li {
    display: block;
    float: none;
    color: #fff;
    padding-left: 15px;
    padding-top: 8px;
    padding-right: 15px;
}

    nav li.active {
        color: #fff;
        padding-left: 15px;
        padding-top: 8px;
        padding-bottom: 8px;
        background-color: #141e23;
    }

/* NAVIGATION ANNIMATION */
nav {
    height: 100%;
    position: fixed;
    top: 0;
    margin: 0;
    color: white;
    /*-webkit-box-shadow: 10px 10px 5px 0px rgba(143,135,143,1);
    -moz-box-shadow: 10px 10px 5px 0px rgba(143,135,143,1);*/
    /*box-shadow: 10px 10px 5px 0px rgba(143,135,143,1);*/
    -webkit-transform: translate3d(0,0,0)scale(1);
    -moz-transform: translate3d(0,0,0)scale(1);
    transform: translate3d(0,0,0)scale(1);
}



    /*Nav Expanding Open Effect*/
    nav.open {
        -webkit-animation: slideIn ease-in-out .55s;
        -moz-animation: slideIn ease-in-out .55s;
        animation: slideIn ease-in-out .55s;
    }

    /*Nav Shrinking Closed Effect*/
    nav.close {
        -webkit-transform: translate3d(-100%,0,0)scale(1);
        -webkit-animation: slideOut ease-in-out .55s;
        -moz-transform: translate3d(-100%,0,0)scale(1);
        -moz-animation: slideOut ease-in-out .55s;
        transform: translate3d(-100%,0,0)scale(1);
        animation: slideOut ease-in-out .55s;
    }


/* CONTENT ANNIMATION */
.body-content {
    /* starting point */
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 1;
}

@-webkit-keyframes slideIn {
    0% {
        -webkit-transform: translate3d(-100%,0,0)scale(1);
    }

    100% {
        -webkit-transform: translate3d(0,0,0)scale(1);
    }
}

@-moz-keyframes slideIn {
    0% {
        -moz-transform: translate3d(-100%,0,0)scale(1);
    }

    100% {
        -moz-transform: translate3d(0,0,0)scale(1);
    }
}

@keyframes slideIn {
    0% {
        transform: translate3d(-100%,0,0)scale(1);
    }

    100% {
        transform: translate3d(0,0,0)scale(1);
    }
}


@-webkit-keyframes slideOut {
    0% {
        -webkit-transform: translate3d(0,0,0)scale(1);
    }

    100% {
        -webkit-transform: translate3d(-100%,0,0)scale(1);
    }
}

@-moz-keyframes slideOut {
    0% {
        -moz-transform: translate3d(0,0,0)scale(1);
    }

    100% {
        -moz-transform: translate3d(-100%,0,0)scale(1);
    }
}

@keyframes slideOut {
    0% {
        transform: translate3d(0,0,0)scale(1);
    }

    100% {
        transform: translate3d(-100%,0,0)scale(1);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.panel-blue .panel-heading {
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    color: white;
    background-color: #88c4da;
    font-weight: bold;
}

.btn-blue, .btn-blue:active, .btn-blue:visited {
    color: white;
    background-color: #88c4da;
}

    .btn-blue:hover {
        color: #88c4da;
        background-color: white;
        border: 1px solid #88c4da;
    }



.glyphicon-refresh-animate {
    -animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 50px;
}

.screen-blocker, .loading-background {
    display: block;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 2;
    text-align: center;
}

.glyphicon-refresh-animate, .loading-background {
    z-index: 4;
}

.btnClose {
    position: absolute;
    right: 5px;
    top: 3px;
    cursor: pointer;
    font-size: 18px;
}

    .btnClose:hover {
        font-size: 20px;
    }
.is-red {
    color: red;
}

.is-green {
    color: green;
}
#step-two, #step-three, #step-four,#step-five {
    z-index: 3;
}
nav#step-five li.active {
    background-color: #2281a7;
}

nav#step-four li.active {
    background-color: #12a4dc;
}

nav#step-three li.active {
    background-color: #34addb;
}

nav#step-two li.active {
    background-color: #66bbdb;
}

.hidden {
    display: none;
}

nav#step-two, nav#step-three, nav#step-four, nav#step-five {
    position: relative;
    width: 100%;
}

nav#step-three, nav#step-four,nav#step-five {
    border-left: 1px solid white;
}

nav#step-two {
    top: 0;
    background-color: #88c4da;
}

nav#step-three {
    top: 33%;
    background-color: #66bbdb;
}

nav#step-four {
    top: 66%;
    background-color: #34addb;
}
nav#step-five {
    top: 99%;
    background-color: #3092b7;
}
.clickable {
    cursor: pointer;
}

@media (min-width: 768px) {
    body {
        /*padding-top: 50px;*/
    }

    .body-content {
        padding-top: 0;
    }

    nav#step-two, nav#step-three, nav#step-four, nav#step-five {
        left: 0;
        width: 25%;
        position: fixed;
    }

    nav#step-three {
        left: 25%;
        top: 0;
    }

    nav#step-four {
        left: 50%;
        top: 0;
    }

    nav#step-five {
        left: 75%;
        top: 0;
    }
}


@media (min-width: 1200px) {


    nav#step-two, nav#step-three, nav#step-four,nav#step-five {
        width: 25%;
    }

    nav#step-three {
        left: 25%;
    }

    nav#step-four {
        left: 50%;
    }

    
    nav#step-five {
        left: 75%;
    }
}

@media (min-width: 1400px) {


    nav#step-two, nav#step-three, nav#step-four, nav#step-five {
        width: 20%;
    }

    nav#step-three {
        left: 20%;
    }

    nav#step-four {
        left: 40%;
    }

    nav#step-five {
        left: 60%;
    }
}

.panel-body {
    border-radius: 4px;
    border: 1px solid #dddddd;
}

.align-center {
    top: 250px;
    left: 25%;
}

.menu {
    font-weight: bold;
    color: white;
}

.badge-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.badge-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.badge-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.list-group.list-group-root {
  padding: 0;
  overflow: hidden;
}

.list-group.list-group-root .list-group {
  margin-bottom: 0;
}

.list-group.list-group-root .list-group-item {
  border-radius: 0;
  border-width: 1px 0 0 0;
}

.list-group.list-group-root > .list-group-item:first-child {
  border-top-width: 0;
}

.list-group.list-group-root > .list-group > .list-group-item {
  padding-left: 30px;
}

.list-group.list-group-root > .list-group > .list-group > .list-group-item {
  padding-left: 45px;
}

.list-group-item .glyphicon {
  margin-right: 5px;
}

.glyphicon-refresh-spin {
     animation: spin .7s infinite linear;
    -webkit-animation: spin2 .7s infinite linear;
}

.modal-open {
    overflow: scroll;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
} 