﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Carousel */
.carousel-caption {
    z-index: 10;
}

    .carousel-caption p {
        font-size: 20px;
        line-height: 1.4;
    }

@media (min-width: 768px) {
    .carousel-caption {
        z-index: 10;
    }
}

.field-validation-error {
    font-size: 12px;
}

.custom-checkbox {
    margin-left: 20px;
}

.validation-summary-errors {
    color: red;
}




/*.navbar-fixed-top {
    min-height: 80px;
}

.navbar-nav > li > a {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 80px;
}

@media (max-width: 767px) {
    .navbar-nav > li > a {
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;}
}

.body-content{
    margin-top:20px;
}

.navbar-brand{
    font-size:30px
}*/

.requiredStar {
    color: red;
    font-size: 12px;
}

.navbar-inverse {
    background-color: #284269;
}

    .navbar-inverse .navbar-nav li a:hover {
        background-color: #1a2b44;
    }

.btn-success {
    background-color: #7ac142;
    border-color: #75ac49;
}

    .btn-success:hover {
        background-color: #75ac49;
        border-color: #75ac49;
    }

.btn-info {
    background-color: #003768;
    border-color: #003768;
}

    .btn-info:hover {
        background-color: #2167a7;
        border-color: #2167a7;
    }

    .btn-info.active {
        background-color: #2167a7;
        border-color: #2167a7;
    }

        .btn-info.active:hover {
            background-color: #2167a7;
            border-color: #2167a7;
        }

.disclosure-row {
    min-height: 60px;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=checkbox].css-checkbox + label.css-checkbox-label {
    padding-left: 26px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 25px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox + label.css-checkbox-label-small {
    padding-left: 26px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-checkbox-label {
    background-position: 0 -25px;
}

input[type=checkbox].css-checkbox:checked + label.css-checkbox-label-small {
    background-position: 0 -25px;
}

label.css-checkbox-label {
    background-image: url(images/csscheckbox_42c2acc7207f5a5e7b5877360c651a31.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.css-checkbox-label-small {
    background-image: url(images/csscheckbox_42c2acc7207f5a5e7b5877360c651a31.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input[type=radio].css-radio {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

input[type=radio].css-radio + label.css-radio-label {
    padding-left: 30px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 25px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-radio + label.css-radio-label-small {
    padding-left: 30px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 15px;
    vertical-align: middle;
    cursor: pointer;
}

input[type=radio].css-radio:checked + label.css-radio-label {
    background-position: 0 -25px;
}

input[type=radio].css-radio:checked + label.css-radio-label-small {
    background-position: 0 -25px;
}

label.css-radio-label {
    background-image: url(images/csscheckbox_d2672e185a957797e0aeeed18f2d78db.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

label.css-radio-label-small {
    background-image: url(images/csscheckbox_d2672e185a957797e0aeeed18f2d78db.png);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}

.fade-enter, .fade-leave-active {
    opacity: 0;
}*/

.slide-fade-enter-active {
  transition: all .1s ease;
}
.slide-fade-leave-active {
  transition: all .2s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-active {
  transform: translateY(10px);
  opacity: 0;
}