﻿/*asp.net validation classes*/
.validation-summary-errors {
    color: #a94442;
    font-weight: bold;
    font-size: 1.1em;
}

.field-validation-error {
    color: #a94442;
    font-weight: bold;
}

.validation-summary-errors ul {
    margin: 0;
    padding: 15px;
}

/*.validation-summary-errors li {
    display: inline;
    list-style: none;
    margin: 0;
}*/

/* styles for validation helpers */
/*.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}*/
.no-script {
    z-index: 3;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #dde4ea;
    background-color: rgba(0,0,0,.5);
}

    .no-script .alert {
        width: 300px;
        margin-left: -150px;
        margin-top: -150px;
        position: fixed;
        top: 50%;
        left: 50%;
        z-index: 4;
        text-align: center;
        font-weight: bold;
    }

/*Classes for file input*/
.btn-file {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
    }

.btn-file-holder {
    cursor: default !important;
    background-color: transparent !important;
}

.navbar-events {
    margin-bottom: 10px;
    padding-top: 15px;
}

.events-controls {
    padding-bottom: 5px;
}

.bs-callout-warning {
    border-left-color: #f0ad4e !important;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.help {
    cursor: pointer;
    text-decoration: none !important;
}

.action-btn:hover {
    color: #4082bb;
}

.address-label {
    display: inline-block;
    margin-right: 5px;
    padding: 10px 12px;
}

    .address-label a {
        text-decoration: none;
        color: inherit;
    }



/*hr.fancy-line {
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0,0,0,0.50), rgba(0,0,0,0.20), rgba(0,0,0,0)); 
    background-image:    -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:     -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    background-image:      -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.75), rgba(0,0,0,0)); 
    
}*/
@media (max-width: 768px) {
    .table {
        /*font-size:12px!important;*/
    }
}
