﻿.field-validation-error {
    color: red;
}

.pending-approval-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.loading-modal {
    display: none;
    position: fixed;
    z-index: 100000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .loading-modal {
    display: block;
}

.iti{
    width:100%;
}

.btn.btn-package {
    background: #ffffff;
    color: black;
    /* border-color: #ebeced;*/
    border: 1px solid #ebeced;
}

    .btn.btn-package.active, .btn.btn-package:hover, .btn.btn-package:focus, .btn.btn-package:active {
        background: #204d74;
        outline: none;
        color: #ffffff !important;
    }

.package-wrap {
    max-width: 800px;
    margin: 0 auto;
}

.w-100 {
    width: 100% !important;
}

label {
    margin-bottom: 0px;
    margin-top: 10px;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #e3e3e3 !important;
    border: none !important;
}
