﻿body {
    background-color:#f0f3f6;  
}
.ohio-gov h4 {
        font-size: 20px;
        color: #eee;
    }
.navbar-inverse {
    background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 44%,#6d0019 100%);   
    background-color: #8e031a;
}
    .navbar-inverse .navbar-nav > li > a {
        color: #fff;
        font-size: 1.25rem; /* top menu font size and color adjust */
        text-transform: uppercase;
        padding-top: 25px;
        margin: 3px;
    }
.navbar-inverse .navbar-header {
        padding-top:10px;
    }
.navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #8e031a;
            background-color:  #fff;
            font-weight:700;
            margin:3px;
        }
.navbar-inverse .navbar-nav > .open > a,
    .navbar-inverse .navbar-nav > .open > a:hover,
    .navbar-inverse .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #8e031a;
    }
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: #8e031a;
    border-color: #337ab7;
}
h4 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #049da7;
}
h3 {
    font-weight: 700;
    font-size: 1.8em;
    color: #049da7;
    text-transform: uppercase;
}
h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
    color: #049da7;
}
h1 {
    font-weight: 700;
    font-size: 2em;
    color: #eee;
    text-transform: uppercase;
}
.ohio-gov {
    display: block;
    margin-top: 12px;
    text-align: center;
    padding: 6px 8px 0 8px;
    color: #eee;
}
.custom-margin-top {
    margin-top:20px;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #8e031a;
}
footer {
    display: block;
    color: #fff;
    background-color: #8e031a;   
    position: fixed;
    bottom: 0px;
    padding: 10px;
    width: 100%;
    z-index: 100;
    background-image: none;
}
.btn-custom {
    border: none;
    border-radius: 6px;
    font-size: 1.15em;
    width: auto;
    cursor: pointer;
    transition: all .4s ease-in;
    padding: 10px 30px 12px;    
}
.mt-4crnr-top-right-text {
    font-size: 1em !important;
}

.mt-sm-tile:hover, .mt-4crnr-tile:hover {
    box-shadow: 0px 14px 28px rgba(0,0,0,0.25), 0px 10px 10px rgba(0,0,0,0.22);
    border-color:  #049da7;
    border-width:2px; 
}
.mt-4crnr-tile {
  border-radius:0px;
  background-color:#fff;
}
mt-4crnr-icon:hover {
   background-color:#fff ; 
}
a.mt-4crnr-tile:hover {
    color:#36c6d3;
    text-decoration:none;
    border-color:#36c6d3;
} 
.btn-info {
    color: #fff;
    background-color: #36c6d3;
    border-color: #36c6d3;
}
.mt-4crnr-labelcontainer {
    padding-top: 2em;
    
}
.mt-sm-tile, .mt-4crnr-tile {
    box-shadow: 0 3px 10px rgba(0,0,0,.16), 0 3px 10px rgba(0,0,0,.23);
    cursor: pointer;
    border-color:#fff;
}
.mt-4crnr-icon {
    color: #36c6d3;
}
.top-right, .bottom-right {
    float: right;
}
.badge {
    display: inline-block;
    min-width: 20px;
    padding: 3px 7px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    color:#fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #8e031a;
    border-radius: 0px;
}

.badge-search {
    display: inline-block;
    padding: 8px 8px;
    font-size: 14px;
    font-weight:600;
    border-radius: 4px;
    
}
.badge-blue {
    background-color: #36c6d3;
}

.mt-4crnr-label {
    font-size:21px;
    padding: 20px; 
    color: #2b2b2b;
    letter-spacing: 1px;

    }
@media (min-width: 1024px) {
   .mt-4crnr-label {
    font-size:21px;
    padding: 20px; 
    }
}
@media (max-width: 768px) {
  .mt-4crnr-label {
    font-size:16px;
    padding: 20px; 
    }
}

@media (min-width: 769px) and (max-width: 992px) {
  .mt-4crnr-label {
    font-size:18px;
    padding: 20px; 
    }
}
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /*font-family: "Open Sans";*/
}
/* Form Progress */

.progressive {
    background-color: transparent !Important;
    text-align: center;
    padding-bottom: 60px;
    padding-top: 10px;
}

    .progressive .circle,
    .progressive .bar {
        display: inline-block;
        background: ghostwhite;
        color: #007bff;
        border: 1px solid #007bff;
        width: 60px;
        height: 60px;
        border-radius: 40px;
        vertical-align: top;
    }
@media (max-width: 767px) {
    .progressive .bar {
        position: relative;
        width: 10px;
        height: 1px;
        margin: 0 -5px 17px -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        top: 30px;
        vertical-align: top;
        background: #007bff;
    }
}
@media (min-width: 767px) {
    .progressive .bar {
        position: relative;
        width: 3%;
        height: 1px;
        margin: 0 -5px 17px -5px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        top: 30px;
        vertical-align: top;
        background: #007bff;
    }
}

@media (min-width: 1200px) {
    .progressive .bar {
        position: relative;
        width: 7%;
        height: 1px;
        margin: 0px -4px 17px -4px;
        border-left: none;
        border-right: none;
        border-radius: 0;
        top: 30px;
        vertical-align: top;
        background: #007bff;
    }
}
.progressive .circle .label {
    /*display: inline-block;*/
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 32px;
    padding: 0px;
    color: #80BDFE;
    font-size: 17px;
}

.progressive .circle span.label:hover {
    color: #007bff;
    border-radius: 42px;
}
    .progressive .circle .title {
        color: black;
        font-size: 15px;
        font-weight: 600;
        line-height: 18px;
        margin-left: -20px;
        display: block;
        width: 100px;
        margin-top: 13px;
    }

    .progressive .circle .icon {
        font-size: 30px;
        margin-top: 14px;
    }

    /* Done / Active */


    .progressive .circle.done {
        background: #eee;
    }
    .progressive .bar.done {
        background: #8bc435;
    }
    .progressive .bar.active {
        background: #0c95be;
    }

    .progressive .circle.done .label {
        color: #FFF;
        background: #8bc435;
        box-shadow: inset 0 0 2px rgba(0, 0, 0, .2);
    }

    .progressive .circle.done .title {
        color: #444;
    }

.progressive .circle.active .label {
    color: #fff;
}
.progressive .circle.active span.label:hover {
    color: #fff;
}
.progressive .circle.active {
    background: #007bff;
    color: #fff;
    border: 1px solid #d5d5da;
}
    .progressive .validationerror .label {
        color: #8e031a;
    }
.progressive .validationerror.active .label {
    color: #8e031a;
}
.progressive .circle.active .title {
        font-weight: 800;
    }
.mt-element-ribbon .ribbon, .mt-element-ribbon .ribbon.ribbon-color-default, .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub, .mt-element-ribbon .ribbon > .ribbon-sub {
    background-color: #bac3d0;
    color: #384353;
}

.mt-element-ribbon {
    position: relative;
    margin-bottom: 30px;
}

    .mt-element-ribbon .ribbon-content {
        margin: 0;
        padding: 25px;
        clear: both;
    }

        .mt-element-ribbon .ribbon-content.no-padding {
            padding-top: 0;
        }

    .mt-element-ribbon .ribbon {
        padding: .5em 1em;
        z-index: 5;
        float: left;
        margin: 10px 0 0 -2px;
        clear: left;
        position: relative;
    }

        .mt-element-ribbon .ribbon.ribbon-right {
            float: right;
            clear: right;
            margin: 10px -2px 0 0;
        }

        .mt-element-ribbon .ribbon.ribbon-vertical-left {
            clear: none;
            margin: -2px 0 0 10px;
            padding-top: 1em;
            padding-bottom: 1em;
            width: 41px;
            text-align: center;
        }

        .mt-element-ribbon .ribbon.ribbon-vertical-right {
            clear: none;
            float: right;
            margin: -2px 10px 0 0;
            padding-top: 1em;
            padding-bottom: 1em;
            width: 41px;
            text-align: center;
        }

        .mt-element-ribbon .ribbon.ribbon-shadow {
            box-shadow: 2px 2px 7px rgba(0,0,0,.4);
        }

            .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-right, .mt-element-ribbon .ribbon.ribbon-shadow.ribbon-vertical-right {
                box-shadow: -2px 2px 7px rgba(0,0,0,.4);
            }

        .mt-element-ribbon .ribbon.ribbon-round {
            border-top-right-radius: 5px !important;
            border-bottom-right-radius: 5px !important;
        }

            .mt-element-ribbon .ribbon.ribbon-round.ribbon-right {
                border-radius: 5px 0 0 5px !important;
            }

            .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-left, .mt-element-ribbon .ribbon.ribbon-round.ribbon-vertical-right {
                border-radius: 0 0 5px 5px !important;
            }

        .mt-element-ribbon .ribbon.ribbon-border:after {
            border: 1px solid;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-vert:after {
            border-top: none;
            border-bottom: none;
            border-left: 1px solid;
            border-right: 1px solid;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-hor:after {
            border-top: 1px solid;
            border-bottom: 1px solid;
            border-left: none;
            border-right: none;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 0;
            right: 0;
        }

        .mt-element-ribbon .ribbon.ribbon-border-dash:after {
            border: 1px dashed;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-dash-vert:after {
            border-top: none;
            border-bottom: none;
            border-left: 1px solid;
            border-right: 1px solid;
            border-left-style: dashed;
            border-right-style: dashed;
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 5px;
            right: 5px;
        }

        .mt-element-ribbon .ribbon.ribbon-border-dash-hor:after {
            border-top: 1px solid;
            border-bottom: 1px solid;
            border-left: none;
            border-right: none;
            border-top-style: dashed;
            border-bottom-style: dashed;
            content: '';
            position: absolute;
            top: 5px;
            bottom: 5px;
            left: 0;
            right: 0;
        }

        .mt-element-ribbon .ribbon.ribbon-clip {
            left: -10px;
            margin-left: 0;
        }

            .mt-element-ribbon .ribbon.ribbon-clip.ribbon-right {
                left: auto;
                right: -15px;
                margin-right: 0;
            }

        .mt-element-ribbon .ribbon > .ribbon-sub {
            z-index: -1;
            position: absolute;
            padding: 0;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:after, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
                content: '';
                position: absolute;
                border-style: solid;
                border-color: transparent !important;
                bottom: -10px;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip:before {
                border-width: 0 10px 10px 0;
                border-right-color: #222 !important;
                left: 0;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after, .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
                content: '';
                position: absolute;
                border-style: solid;
                border-color: transparent;
                bottom: -10px;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:before {
                border-right-color: transparent !important;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-clip.ribbon-right:after {
                border-width: 0 0 10px 10px;
                border-left-color: #222 !important;
                right: 0;
            }

            .mt-element-ribbon .ribbon > .ribbon-sub.ribbon-bookmark:after {
                border-left: 21px solid;
                border-right: 20px solid;
                border-bottom: 1em solid transparent !important;
                bottom: -1em;
                content: '';
                height: 0;
                left: 0;
                position: absolute;
                width: 0;
            }

        .mt-element-ribbon .ribbon:after {
            border-color: #62748f;
        }

        .mt-element-ribbon .ribbon > .ribbon-sub:after {
            border-color: #62748f #bac3d0;
        }

        .mt-element-ribbon .ribbon.ribbon-color-default:after {
            border-color: #9ca8bb;
        }

        .mt-element-ribbon .ribbon.ribbon-color-default > .ribbon-sub:after {
            border-color: #62748f #bac3d0;
        }

        .mt-element-ribbon .ribbon.ribbon-color-primary {
            background-color: #337ab7;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-primary:after {
                border-color: #286090;
            }

            .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub {
                background-color: #337ab7;
                color: #000;
            }

                .mt-element-ribbon .ribbon.ribbon-color-primary > .ribbon-sub:after {
                    border-color: #122b40 #337ab7;
                }

        .mt-element-ribbon .ribbon.ribbon-color-info {
            background-color: #659be0;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-info:after {
                border-color: #3a80d7;
            }

            .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub {
                background-color: #659be0;
                color: #0c203a;
            }

                .mt-element-ribbon .ribbon.ribbon-color-info > .ribbon-sub:after {
                    border-color: #1d4f8e #659be0;
                }

        .mt-element-ribbon .ribbon.ribbon-color-success {
            background-color: #36c6d3;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-success:after {
                border-color: #27a4b0;
            }

            .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub {
                background-color: #36c6d3;
                color: #020808;
            }

                .mt-element-ribbon .ribbon.ribbon-color-success > .ribbon-sub:after {
                    border-color: #14565c #36c6d3;
                }

        .mt-element-ribbon .ribbon.ribbon-color-danger {
            background-color: #ed6b75;
            color: #fff;
        }

            .mt-element-ribbon .ribbon.ribbon-color-danger:after {
                border-color: #e73d4a;
            }

            .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub {
                background-color: #ed6b75;
                color: #4f0a0f;
            }

        .mt-element-ribbon .ribbon.ribbon-color-warning, .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub {
            background-color: #F1C40F;
            color: #010100;
        }

        .mt-element-ribbon .ribbon.ribbon-color-danger > .ribbon-sub:after {
            border-color: #a91520 #ed6b75;
        }

        .mt-element-ribbon .ribbon.ribbon-color-warning:after {
            border-color: #c29d0b;
        }

        .mt-element-ribbon .ribbon.ribbon-color-warning > .ribbon-sub:after {
            border-color: #614f06 #F1C40F;
        }

  .pull-right {
    float: right!important;
}
.well {
    background-color: #fcffff;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.25), 0px 5px 5px rgba(0,0,0,0.22);
}
.form-control {
    height: 28px;
    border-radius: 8px;
    padding: 4px 10px;
    font-size: 13px;
    font-weight: bold;
}
input[type="checkbox"] {
    width:20px;
    height:20px;
    background-color:transparent;
    border-radius:8px;
}
.input-group .form-control:last-child, 
.input-group-addon:last-child, 
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn, 
.input-group-btn:first-child > .btn:not(:first-child), 
.input-group-btn:last-child > .btn, 
.input-group-btn:last-child > .btn-group > .btn, 
.input-group-btn:last-child > .dropdown-toggle {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.custom-check-box {
    display: block;
    position: relative;
    padding-left: 10px;
    margin-bottom: 0;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height:25px;
}
@media only screen and (min-width: 1024px){    
    
}
    /* Hide the browser's default checkbox */
    .custom-check-box input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        width: 10px;
        height: 10px;
    }

/* Create a custom checkbox */
.checkmark {
    content: " ";
    background-color: #fff;
    display: inline-block;
    /*margin-left: 10px;*/
    /*padding-bottom: 5px;*/
    color: #00BFF0;
    width: 25px;
    height: 25px;
    visibility: visible;
    border: 1px solid #00BFF0;
    /*padding-left: 3px;*/
    border-radius: 5px;
}
    .checkmark:focus {
        border: 1px solid orange;
    }

    .seal {
        background-color: #eee;
    }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.custom-check-box input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.custom-check-box .checkmark:after {
    content: "\2714";
    font-weight: bold;
    left: 15px;
    top: 2px;
}
.custom-check-box input:focus ~ .checkmark::before {
    display: block;
    width: 25px;
    height: 25px;
    border: 0.5px solid #00BFF0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    content: "";
    border-radius: 5px;
}

.custom-label {
    font-weight: bold;
    text-decoration: underline;
}
/*.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #36c6d3;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}*/
.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 20px;
    font-weight: bold;
}

/*.subpanel-custom {
    margin-inline-start: 20px;
    font-weight: bold;
    background-color: #337ab7;
    border: 1px solid #24c217;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 0 0 0 #c2c2c2, -1px 0 0 0 #d2d2d2, 0 1px 0 0 #b6b6b6, 0 2px 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, -2px 0 0 0 #e6e6e6, 0 3px 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
    -webkit-box-shadow: 1px 0 0 0 #d2d2d2, -1px 0 0 0 #d2d2d2, 0 1px 0 0 #b6b6b6, 0 2px 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, -2px 0 0 0 #e6e6e6, 0 3px 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
    -moz-box-shadow: 1px 0 0 0 #d2d2d2, -1px 0 0 0 #d2d2d2, 0 1px 0 0 #b6b6b6, 0 2px 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, -2px 0 0 0 #e6e6e6, 0 3px 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
}*/

    .subpanel-custom > .panel-heading {
        color: #fff;
        background-color: #36c6d3;
        border-color: #36c6d3;
    }


.panel-custom {
    margin-inline-start:20px;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #36c6d3;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 1px 0 0 0 #d2d2d2, -1px 0 0 0 #d2d2d2, 0 1px 0 0 #b6b6b6, 0 2px 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, -2px 0 0 0 #e6e6e6, 0 3px 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
    -webkit-box-shadow: 1px 0 0 0 #d2d2d2, -1px 0 0 0 #d2d2d2, 0 1px 0 0 #b6b6b6, 0 2px 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, -2px 0 0 0 #e6e6e6, 0 3px 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
    -moz-box-shadow: 1px 0 0 0 #d2d2d2, -1px 0 0 0 #d2d2d2, 0 1px 0 0 #b6b6b6, 0 2px 0 0 #d2d2d2, 2px 0 0 0 #e6e6e6, -2px 0 0 0 #e6e6e6, 0 3px 0 0 #e6e6e6, 0 -1px 0 0 #e6e6e6;
}
    .panel-custom > .panel-heading {
        color: #fff;
        background-color: #36c6d3;
        border-color: #36c6d3;
    }
.custom-ul {
    margin-left:20px;
}

.damage-image {
    width: 180px;
    height: 300px;
    overflow: hidden;
}

    .damage-image img {
        position: absolute;
        z-index: 0;
        height: 90%;
        width: 180px;
    }

    .damage-image row {
        position: relative;
        z-index: 1;
    }
.custom-row {
    margin-top: 5px;
}
.custom-back-ground {
    background-color: #f5f5f5;    
    margin-bottom: 10px;
    margin: 5px;
    box-shadow: 0px 1px 1px rgba(0,0,0,0.25), 0px 1px 1px rgba(0,0,0,0.22);
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
}
.custom-text {
    background-color: #8e031a;
    color: #fff;
}
.custom-header {
    margin-right: 5px;
    margin-left: 5px;
}
.panel-primary > .panel-heading {
    background: linear-gradient(#fff,#ebebeb) repeat scroll 0 0 transparent;
    color: black;
    border-color: transparent;
}
.custom-height {
    height: 32px;
}
#displayCrashValidationModal {
    top: 5%;
    /*width: 800px;*/
}
.custom-width-modal {
    width:50%;
}
@media screen and (max-width: 679px) {
    .custom-width-modal {
        width: 90%;
    }
}
@media screen and (max-width: 435px) {
    .custom-width-modal {
        width: 90%;
    }
}

@media only screen and (max-device-width: 1024px) and (max-width: 1024px) {
    .custom-width-modal {
        width: 90%;
    }
}
@media screen and (max-width: 768px) {
    .custom-width-modal {
        width: 80%;
    }
}
.custom-back-ground-errors {
    background-color: transparent;
    margin: 5px;
    padding: 5px;
}
/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
    font-size: 80%;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error, textarea.input-validation-error, span.input-validation-error {
    border: 1px solid #b94a48;
}


select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.table-primary th {
    background: linear-gradient(#fff,#ebebeb) repeat scroll 0 0 transparent;
}


.multi-step {
    margin: 1em 0;
}

.multi-step-list {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    list-style-type: none;
    padding: 0;
}

    .multi-step-list .multi-step-item:first-child {
        margin-left: 0;
    }

    .multi-step-list .multi-step-item:last-child {
        margin-right: 0;
    }

.multi-step-item {
    position: relative;
    width: 100%;
    margin: 0 0.3333333333em;
    z-index: 2;
    border-radius: 0.2em;
}

@media only screen and (max-width: 786px) {
    .multi-step-item {
        margin: 0 0.3333333333em;
    }
}

.multi-step-item .item-title,
.multi-step-item .item-subtitle {
    position: relative;
    margin: 0;
    z-index: 2;
}

@media only screen and (max-width: 786px) {
    .multi-step-item .item-subtitle {
        display: none;
    }
}

.multi-step-item .item-title {
    color: #4285f4;
    font-weight: 600;
    margin: 0;
}

.multi-step-item.active:hover {
    cursor: pointer;
}

.multi-step-item.current .item-title, .multi-step-item.current .item-subtitle {
    color: #fff;
}

.multi-step-item.active.current:hover .item-title, .multi-step-item.active.current:hover .item-subtitle {
    color: #4285f4;
}

.multi-step-item.error:after {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    right: 0.5em;
    content: "!";
    color: #d50000;
}

.item-wrap {
    padding: 1em;
    position: relative;
    height: 100%;
}

    .item-wrap:before, .item-wrap:after {
        position: absolute;
        left: 0;
        content: " ";
        width: 100%;
        height: 50.5%;
        z-index: 1;
        background-color: #eee;
    }

    .item-wrap:before {
        top: 0;
        transform: skew(20deg);
        border-radius: 0.2em 0.2em 0 0;
    }

    .item-wrap:after {
        bottom: 0;
        transform: skew(-20deg);
        border-radius: 0 0 0.2em 0.2em;
    }

.current .item-wrap:before,
.current .item-wrap:after {
    background-color: #4285f4;
}

.active:hover .item-wrap:before,
.active:hover .item-wrap:after {
    background-color: #d8f1ff;
}

.multi-step-item.error .item-title,
.multi-step-item.error .item-subtitle {
    padding-right: 2em;
}

.multi-step-item:first-child .item-wrap,
.multi-step-item:last-child .item-wrap {
    width: 100%;
    border-radius: 0.2em;
}

    .multi-step-item:first-child .item-wrap:before, .multi-step-item:first-child .item-wrap:after,
    .multi-step-item:last-child .item-wrap:before,
    .multi-step-item:last-child .item-wrap:after {
        width: 50%;
    }

.multi-step-item:first-child .item-wrap {
    background: linear-gradient(to right, #eee 95%, transparent 5%);
}

    .multi-step-item:first-child .item-wrap:before, .multi-step-item:first-child .item-wrap:after {
        left: 50%;
    }

.active.multi-step-item:first-child:hover .item-wrap {
    background: linear-gradient(to right, #d8f1ff 95%, transparent 5%);
}

.current.multi-step-item:first-child .item-wrap {
    background: linear-gradient(to right, #4285f4 95%, transparent 5%);
}

.multi-step-item:last-child .item-wrap {
    background: linear-gradient(to left, #eee 95%, transparent 5%);
}

    .multi-step-item:last-child .item-wrap:before, .multi-step-item:last-child .item-wrap:after {
        right: 50%;
    }

.active.multi-step-item:last-child:hover .item-wrap {
    background: linear-gradient(to left, #d8f1ff 95%, transparent 5%);
}

.current.multi-step-item:last-child .item-wrap {
    background: linear-gradient(to left, #4285f4 95%, transparent 5%);
}

.checked .multi-step-item.completed:after {
    position: absolute;
    top: 50%;
    z-index: 2;
    transform: translateY(-50%);
    right: 0.5em;
    content: "✓";
    color: #54b948;
}

.numbered .multi-step-item {
    counter-increment: step-counter;
}

    .numbered .multi-step-item .item-wrap {
        padding-left: 5em;
    }

    .numbered .multi-step-item:before {
        content: counter(step-counter);
        position: absolute;
        top: 50%;
        left: 0.75em;
        transform: translateY(-50%);
        min-width: 1.65em;
        padding: 0.5em 1em;
        z-index: 2;
        font-size: 0.85em;
        background-color: #999;
        color: #fff;
        font-weight: 600;
        text-align: center;
        border-radius: 0.2em;
    }

.item-wrap .badge {
    position: absolute;
    right: 0.5em;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.error .item-wrap .badge {
    right: 2em;
}

    .error .item-wrap .badge ~ .item-title,
    .error .item-wrap .badge ~ .item-subtitle {
        padding-right: 3em;
    }

.multi-step-loading {
    opacity: 0.75;
}

.current.multi-step-loading:before {
    border-color: #fff;
    border-top-color: transparent;
    opacity: 1;
}

.busy-css {
    z-index: 3;
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -0.5em;
    margin-left: -0.5em;
    border-radius: 50%;
    width: 1em;
    height: 1em;
    border: 0.25em solid #333;
    border-top-color: transparent;
    -webkit-animation: spin 1s infinite linear;
    animation: spin 1s infinite linear;
}

@-webkit-keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


ul.timeline {
    list-style-type: none;
    position: relative;
}

    ul.timeline:before {
        content: ' ';
        background: #d4d9df;
        display: inline-block;
        position: absolute;
        left: 3px;
        width: 2px;
        height: 100%;
        z-index: 400;
    }

    ul.timeline > li {
        margin: 20px 0;
        padding-left: 20px;
    }

        ul.timeline > li:before {
            content: ' ';
            background: white;
            display: inline-block;
            position: absolute;
            border-radius: 50%;
            border: 3px solid #22c0e8;
            left: -6px;
            width: 20px;
            height: 20px;
            z-index: 400;
        }