﻿.field-validation-error {
    color: #cc0000;
}

/*.alert-cont {
    margin: auto;
    margin-top: 20px;
    width: 97%;
}

    .alert-cont .alert {
        border: 1px solid #FBEED5;
        border-radius: 4px 4px 4px 4px;
        margin-bottom: 20px;
        padding: 8px 15px;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}

.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
    font-weight: bold;
}

    .alert-success h4 {
        color: #468847;
    }

.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
    font-weight: bold;
    padding: 0 !important;
}

    .alert-danger h4, .alert-error h4 {
        color: #B94A48;
    }

.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}

    .alert-info h4 {
        color: #3A87AD;
    }

.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}

    .alert-block > p, .alert-block > ul {
        margin-bottom: 0;
    }

    .alert-block p + p {
        margin-top: 5px;
    }

table.table text-center thead a {
    color: #FFF;
}

.field-validation-error {
    color: #cc0000;
}

.grid_icons {
    height: 16px;
    width: 16px;
}*/

/*Evaluate*/
/*table.evaluate td {
    border-bottom: 1px #f5deb3 solid;
    text-align: center;
    vertical-align: middle;
}

table.evaluate th {
    border-bottom: 2px #a0522d solid;
    text-align: center;
    vertical-align: middle;
    padding: 5px 0;
}

.evaluated {
    background-color: #dff0d8;
    border: #468847;
    color: #468847;
}

tr.evaluated {
    background-color: #dff0d8 !important;
    border: #468847 !important;
    color: #468847 !important;
}

.unevaluated {
    background-color: #eed3d7;
    border: #ff6347;
    color: #ff0000;
}

.filter-box {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 5px 15px #CCCCCC;
    padding: 5px;
    padding: 5px 10px 10px;
    overflow: hidden;
}

.upBtn, .downBtn {
    cursor: pointer;
}

.required {
    font-weight: bold;
    color: red;
}

.loading {
    background-image: url(../images/loading_spinner.gif);
    background-repeat: no-repeat;
    display: inline-block;
    height: 30px;
    width: 30px;
}

.textarea {
    width: 520px;
}

.sample_blue {
    font-family: 'Times New Roman', Times, serif;
    font-size: smaller;
    font-weight: normal;
    color: #0000FF;
}

.width20 {
    width: 20px;
}

.width30 {
    width: 30px;
}

.width50 {
    width: 50px;
}

.width75 {
    width: 75px;
}

.width100 {
    width: 100px;
}

.widthFull {
    width: 100%;
}

.sidebar_2 .register_job {
    height: 251px;
}

.main_sidebar h2.title {
    font-size: 18px;
}

table.table_grid3 tfoot {
    display: none;
}

.form_links {
    color: #00F !important;
    font-size: 20px;
    height: 31px;
    font-weight: bold;
}

    .form_links:hover {
        border-bottom: 2px solid;
    }

.form_links2 {
    color: rgba(251, 221, 0, 1) !important;
    font-size: 16px;
    height: 31px;
    font-weight: bold;
}

    .form_links2:hover {
        border-bottom: 2px solid;
    }

@media (min-width: 1200px) {
    .container {*/
        /* width: 960px !important;*/
    /*}
}

.ratting-popup {
    width: 194px;
    position: fixed;
    bottom: 0;
    left: 20%;
    box-shadow: 0 0 5px #8BC34A;
    border-radius: 9px;
    bottom: 1%;
    background-color: #fff;
    z-index: 9999;
    overflow: hidden;
    text-align: center;
    font-family: droid;
}

    .ratting-popup h3 {
        margin: 14px 0;
        font-size: 16px;
        font-weight: bold;
        color: #8BC34A;
    }

.rating-rtl {
    direction: ltr;
    display: block;
    float: none !important;
}

.rating-container .empty-stars {
    color: #8BC34A;
}


.main-footer {
    background-color: #5d2509;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    line-height: 36px;
    padding: 30px 0;
}
    .main-footer p, .main-footer a {
        color: #fff
    }
  
    .main-footer a:hover {
        color: #c07d00;
    }

@media (max-width: 900px) {
    .main-footer {
        text-align:center;
    }
        .main-footer .text-left {
            text-align: center !important;
        }
}*/

.user_img {
    border: 1px solid #c89211;
    border-radius: 50%;
    width: 55px;
    height: 55px;
}