﻿/*.wizard-steps-vertical div -- this is so the CSS for horizontally aligned wizard steps can also be used to create a vertical stack*/
.wizard-steps-vertical div {
    clear: left;
    margin-bottom: 5px;
}

.modalBackground {
    height: 100%;
    background-color: #232323;
    filter: alpha(opacity=80);
    opacity: 0.7;
}

.navbar {
    height: 50px; /*prevents height increasing when using an image in the navbar*/
}

.calendarIcon {
    background-color: #FFFFFF;
    border-color: #CCCCCC;
    color: #333333;
    background-image: none;
}

.modalBootstrapMod {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  /*display: none;*/
  overflow: auto;
  overflow-y: scroll;
}

.modal-content-critical {
    position: relative;
    background-color: #ffccaa;
    border: 1px solid #ff3334;
    border: 1px solid rgba(255, 51, 52, 0.9);
    /*border: 2px solid #ff0000;
    border: 2px solid rgba(255, 0, 0, 0.9);*/
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-content-warning {
    position: relative;
    background-color: #FFFFAA;
    border: 1px solid #FFAD33;
    border: 1px solid rgba(255, 173, 51, 0.9);
    /*border: 2px solid #ff0000;
    border: 2px solid rgba(255, 0, 0, 0.9);*/
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-content-help {
    position: relative;
    background-color: #9FDAEE;
    border: 1px solid #2BB0D7;
    border: 1px solid rgba(43, 176, 215, 0.9);
    /*border: 2px solid #ff0000;
    border: 2px solid rgba(255, 0, 0, 0.9);*/
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-content-info {
    position: relative;
    background-color: #9FDAEE;
    border: 1px solid #2BB0D7;
    border: 1px solid rgba(43, 176, 215, 0.9);
    /*border: 2px solid #ff0000;
    border: 2px solid rgba(255, 0, 0, 0.9);*/
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.modal-content-success {
    position: relative;
    background-color: #89f783;
    border: 1px solid #00ff00;
    border: 1px solid rgba(00, 255, 00, 0.9);
    /*border: 2px solid #ff0000;
    border: 2px solid rgba(255, 0, 0, 0.9);*/
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}


.modal-header-black {
    /*min-height: 16.428571429px;
    padding: 15px;*/
    border-bottom: 1px solid #000000;
}

.modal-footer-black {
    /*padding: 19px 20px 20px;
    margin-top: 15px;
    text-align: right;*/
    border-top: 1px solid #000000;
}

    .modal-footer:before,
    .modal-footer-critical:after {
        display: table;
        content: " ";
    }

.nowrap {
white-space: normal;
}

    /*

    .modal-footer-critical:after {
        clear: both;
    }

    .modal-footer-critical:before,
    .modal-footer-critical:after {
        display: table;
        content: " ";
    }

    .modal-footer-critical:after {
        clear: both;
    }

    .modal-footer-critical:before,
    .modal-footer-critical:after {
        display: table;
        content: " ";
    }

    .modal-footer-critical:after {
        clear: both;
    }

    .modal-footer-critical:before,
    .modal-footer-critical:after {
        display: table;
        content: " ";
    }

    .modal-footer-critical:after {
        clear: both;
    }

    .modal-footer-critical:before,
    .modal-footer-critical:after {
        display: table;
        content: " ";
    }

    .modal-footer-critical:after {
        clear: both;
    }

    .modal-footer-critical .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer-critical .btn-group .btn + .btn {
        margin-left: -1px;
    }*/


/*.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}*/


/*body {
    padding-top: 40px;
    position: relative;
}*/
