/* 
    Document   : reset
    Created on : Feb 18, 2013, 10:39:40 PM
    Author     : Morgan
    Description: Purpose of the stylesheet follows.
*/

a, a:visited, a:active, a:focus {
    border: 0;
    outline: none;
    color: #3123c4;
    cursor: pointer;
    font-size: 11px;
    text-decoration: none;
}

    a:hover {
        color: #171e79;
        outline: none;
    }

ul, p, h1, h2 {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.ck-editor ul, .rich-text ul {
    list-style-type: disc;
    margin-left: 10px;
}

    .ck-editor ul ul, .rich-text ul ul {
        list-style-type: '-';
    }

        .ck-editor ul ul li, .rich-text ul ul li {
            padding-left: 10px;
        }

figure {
    margin: 0;
}

ul.list > li {
    line-height: 23px;
    padding-left: 10px;
    margin-bottom: 5px;
    border-bottom: 1px dashed #ccc;
    background: url('../images/dt-arrow-right.png') left 7px no-repeat;
}

ul.list-center > li {
    background: url('../images/dt-arrow-right.png') left center no-repeat;
}

ul.list > li:last-child {
    border-bottom: 0 none;
}

p {
    line-height: 18px;
    margin-bottom: 15px;
}

h2 {
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 20px;
}

* img {
    border: 0;
    vertical-align: middle;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.right {
    float: right;
}

.none {
    display: none;
}

.block {
    display: block;
}

.capitalize {
    text-transform: capitalize;
}

.uppercase {
    text-transform: uppercase;
}

.lowercase {
    text-transform: lowercase;
}

div.strike {
    position: relative;
}

div span.strike {
    left: 0;
    top: 0;
    height: 48%;
    width: 100%;
    position: absolute;
    border-bottom: 2px solid #222;
}

.normal {
    font-weight: normal;
}

.italic {
    font-style: italic;
}

.red-bg {
    color: #fff;
    background: #ff1e12 !important;
}

.green-bg {
    color: #002641 !important;
    background: #ddf9da !important;
}

.light-green-bg, tr.light-green-bg td {
    color: #002641;
    background: #bef2bb;
}

.blue-bg {
    background: #3123c4 !important;
}

.orange-bg {
    background: #fdc942 !important;
}

.purple-bg {
    background: #002641 !important;
}

.pink-bg {
    background: #540a77 !important;
}

.black-bg {
    background: #444444 !important;
}

.bold {
    font-weight: bold;
}

.red {
    color: #DA2B28 !important;
}

.white {
    color: #FFFFFF;
}

.blue {
    color: #000000;
}

.purple {
    color: #002641;
}

.underline {
    text-decoration: underline;
}




.invalid {
    color: red !important;
}

.b-valid {
    border-bottom: 2px solid #229c1c !important;
}




/* info and errors */
.message-info {
    clear: both;
    font-size: 13px;
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 4px;
    border-bottom: 1px solid #000000;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #ffeeee;
    border-bottom: 1px solid #e80c4d;
}

.message-success {
    color: #229c1c;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #bef2bb;
    border-bottom: 1px solid #000000;
}

.message-warn {
    color: #EBA324;
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 4px;
    background-color: #FFE6BA;
    border-bottom: 1px solid #000000;
}

td.message-warn {
    text-align: center;
}

.error {
    color: #e80c4d;
}

.required {
    color: red;
    font-weight: bold;
    padding-right: 5px;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-border {
    border: 0 none !important;
}

input[type="button"], input[type="submit"], .btn {
    width: auto;
    height: 30px;
    color: #ffffff;
    border: 0 none;
    cursor: pointer;
    font-size: 14px;
    padding: 0 20px;
    border-radius: 4px;
    text-align: center;
    background: #ff1e12;
    text-transform: uppercase;
    transition: all 0.4s ease-in 0s;
}

    input[type="button"]:hover, input[type="submit"]:hover, .btn:hover {
        color: #ffffff;
        background: #002641 !important;
    }

    input[type="button"].purple:hover, input[type="submit"].purple:hover {
        color: #ffffff;
        background: #ff1e12 !important;
    }


.btn-yes {
    background: #5aa550 !important;
}

.btn-no {
    background: #fdc942 !important;
}

.btn-no-yellow {
    background: #f91328 !important;
}

.form-err {
    padding: 4px;
    font-size: 11px;
}

    .form-err a {
        color: #000;
    }

input[type="text"], input[type="number"], input[type="file"], input[type="password"], textarea, select {
    width: 92%;
    height: 28px;
    color: #000000;
    font-size: 12px;
    padding: 0 10px;
    border: 1px solid #eee;
    border-bottom: 1px solid #cacaca;
    background: none repeat scroll 0 0 #FFFFFF;
}

input[type="file"] {
    color: #000000;
    cursor: pointer;
    padding: 0 10px;
}

input[type="checkbox"], input[type="radio"], .check {
    width: auto;
    float: left;
    display: block;
}

select, select.input {
    width: 98%;
    padding: 6px 0;
}

    select option {
        padding: 4px 6px;
        border-bottom: 1px dotted #ddd;
    }

        select option:last-child {
            border-bottom: 0;
        }

textarea {
    width: 98%;
    padding: 6px;
    resize: none;
    height: 74px;
    overflow: auto;
    font-family: Helvetica, "Segoe UI", Verdana, Sans-Serif;
}

*[disabled="disabled"], *[disabled="true"], *.disabled {
    cursor: not-allowed !important;
}

input[disabled="disabled"], input[disabled="true"], input[data-always-disabled="1"], *[data-always-disabled="1"], input.disabled, *[readonly="readonly"] {
    background: #fcfcfc !important;
}


table tr.inactive {
    background-color: #FFE6BA !important;
}

.not-allowed, *[disable="disabled"], *[disable="true"], *[readonly="readonly"], *[data-always-disabled="1"] {
    cursor: not-allowed;
}

input.info {
    background: #ffffff url('../Images/info.png') no-repeat center right;
}
