﻿/******************** INPUT ********************/

input[type=text], [type=password], textarea, select {
    font-family: inherit;
    font-size: 15px;
    color: inherit;
    border: 1px solid #c4c4c4;
    width: 180px;
    height: 22px;
    padding: 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 4px #d9d9d9;
    -moz-box-shadow: 0px 0px 4px #d9d9d9;
    -webkit-box-shadow: 0px 0px 4px #d9d9d9;
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
}

    input[type=text]:focus, [type=password]:focus, textarea:focus, select:focus {
        border: 1px solid #c4c4c4;
        box-shadow: 0px 0px 1px #5e5e5e;
        -moz-box-shadow: 0px 0px 1px #5e5e5e;
        -webkit-box-shadow: 0px 0px 1px #5e5e5e;
    }

.riTextBox, .riEnabled {
    padding: 3px !important;
    border: 1px solid rgba(0,0,0,0.25) !important;
    background-color: #fff !important;
    background-color: rgba(255,255,255,0.8) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1) !important;
    color: #888 !important;
    height: 30px !important;
    font-family: Arial, Verdana, Geneva, sans-serif !important;
    font-size: 14px !important;
}

    input[type=text]:focus, [type=password]:focus, [type=number]:focus, textarea:focus, select:focus, .riTextBox:focus, .riEnabled:focus {
        border-color: rgba(0, 0, 0, 0.40) !important;
        -webkit-transition: all 0.30s ease-in-out !important;
        -moz-transition: all 0.30s ease-in-out !important;
        -ms-transition: all 0.30s ease-in-out !important;
        -o-transition: all 0.30s ease-in-out !important;
        transition: all 0.30s ease-in-out !important;
    }

select {
    height: 28px;
    width: auto;
}


/******************** BUTTONS ********************/

.default_button {
    text-decoration: none;
    background-color: #487db6;
    color: #fff;
    padding: 5px 15px;
    margin: 10px 0;
    border: 0;
    border-bottom: 2px solid #487db6;
    -webkit-box-shadow: inset 0 -2px #487db6;
    box-shadow: inset 0 -2px #487db6;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

    .default_button:hover {
        background-color: #9b9b9b;
        border-bottom: 2px solid #8b8b8b;
        -webkit-box-shadow: inset 0 -2px #8b8b8b;
        box-shadow: inset 0 -2px #8b8b8b;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
    }

.default_linkbutton {
    text-decoration: none;
    color: #495164;
}

    .default_linkbutton:hover {
        text-decoration: underline;
    }

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    color: #333333;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    border: 1px solid #cccccc;
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

/******************** LABELS ********************/

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 25px;
    margin-bottom: 15px;
}

h2 {
    font-size: 17px;
    margin-bottom: 5px;
    text-decoration: underline;
}

h3 {
    font-size: 25px;
    border-bottom: solid 2px #1e3350;
    margin-bottom: 15px;
}

.line_break {
    background-color: #0d5cab;
    height: 3px;
    margin: 9px 0 11px 0;
}

.RadMenu img {
    width: 57px !important;
    height: 34px !important;
}

.red_div {
    margin-top: 3px;
    margin-bottom: 8px;
    padding: 5px;
    background-color: #cc0000;
    color: #fff;
}

.blue_div {
    margin-top: 3px;
    margin-bottom: 8px;
    padding: 5px;
    background-color: #0e1f4a;
    color: #fff;
}

.red_button {
    text-decoration: none;
    background-color: #ad1616;
    color: #fff;
    padding: 5px 15px;
    margin: 10px 0;
    border: 0;
    border-bottom: 2px solid #8d1010;
    -webkit-box-shadow: inset 0 -2px #8d1010;
    box-shadow: inset 0 -2px #8d1010;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
    font-size:12px;
}

    .red_button:hover {
        background-color: #808080;
        border-bottom: 2px solid #696969;
        -webkit-box-shadow: inset 0 -2px #696969;
        box-shadow: inset 0 -2px #696969;
        -webkit-transition: all 0.30s ease-in-out;
        -moz-transition: all 0.30s ease-in-out;
        -ms-transition: all 0.30s ease-in-out;
        -o-transition: all 0.30s ease-in-out;
        transition: all 0.30s ease-in-out;
        cursor:pointer;
    }
