﻿.failmsg {
    background: none repeat scroll 0 0 #ffeded !important;
    border: 1px solid #a94442 !important;
    border-radius: 3px;
    color: #a94442;
    padding: 5px;
}

.successmsg {
    background: none repeat scroll 0 0 #d3edc8 !important;
    border: 1px solid #367d17 !important;
    border-radius: 3px;
    color: #367d17;
    padding: 5px;
}

.warningmsg {
    background: none repeat scroll 0 0 #eee98f !important;
    border: 1px solid #9c9402 !important;
    border-radius: 3px;
    color: #585b01;
    padding: 5px;
}

.table-striped > tbody > tr:nth-child(2n+1) > th > a {
    background-color: #323c50;
    color: #fff;
}

#map_canvas {
    width: 558px;
    height: 350px;
}

.sn-width {
    width: 60px;
}

.op-width {
    width: 110px;
}

.yr-width {
    width: 140px;
}


.pager {
    list-style: none outside none;
    margin: 20px 0;
    padding-left: 0;
    text-align: center;
}

    .pager li {
        display: inline;
    }

    .pager a, .pager span {
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 3px;
        display: inline-block;
        padding: 5px 14px;
    }

    .pager li > a:hover, .pager li > a:focus {
        background-color: #eee;
        text-decoration: none;
    }

    .pager .next > a, .pager .next > span {
        float: right;
    }

    .pager .previous > a, .pager .previous > span {
        float: left;
    }

    .pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
        background-color: #fff;
        color: #777;
        cursor: not-allowed;
    }

    .pager .current {
        background: #428BCA;
        color: #fff;
    }

.loading {
    background: rgba(0, 0, 0, 0.5);
    color: #eee;
    font-size: 20px;
    width: 100%;
    height: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    z-index: 1000;
    vertical-align: middle;
    padding: 20%;
    display:block
}

    .loading span {
        background: #333;
        padding: 10px;
        border-radius: 5px;
    }

.validation-summary-errors ul li {
    list-style: none;
}

.validation-summary-errors ul li {
    color: red;
    list-style: none;
    /*border:1px solid #a94442 !important; background: #ffeded !important;*/
}

/*.validation-summary-errors ul li {
    border-color: #843534;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}*/

.active-inactive {
    cursor: auto;
    min-width: 75px;
    padding: 2px 10px;
}


.big-btn {
    margin-top: 50px;
}


    .big-btn .glyphicon {
        display: block;
        font-size: 30px;
        margin: 10px;
    }

.btn-activestatus {
    background-color: #5cb85c;
    border-color: #4cae4c;
    color: #fff;
}

    .btn-activestatus:hover {
        color: #fff !important;
        cursor: default;
    }

.btn-inactivestatus {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
}

    .btn-inactivestatus:hover {
        cursor: default;
    }


.preview {
    background: url("../../images/preview.jpg") no-repeat scroll center 20px #323c50;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 50px 10px;
    padding: 60px 20px 20px;
}

.publish {
    background: url("../../images/publish.jpg") no-repeat scroll center 20px #323c50;
    border-radius: 5px;
    color: #fff;
    float: left;
    font-size: 20px;
    margin: 50px 10px;
    padding: 60px 20px 20px;
}

.scroll {
    height: 350px;
    overflow-x: hidden;
}

.active-inactive {
    padding: 0px 5px;
    min-width: 75px;
}



.scroll.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 5px;
    vertical-align: top;
}

.space {
    text-align:center;
}

ul.ui-autocomplete {
    background-color: #fff; max-width: 392px; border: 1px solid #ccc; padding: 15px; margin: 0; list-style-type: none;
}

ul.ui-autocomplete li a {
    color: #555; font-size: 12px;
}

ul.ui-autocomplete li a:hover {
    color: #314877;
    text-decoration:none;
}