﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}


.btn-tor {
    color: #fff;
    background-color: #33cccc;
    border-color: #33cccc;
}

    .btn-tor:hover {
        color: #fff;
        background-color: #33cccc;
        border-color: #248f8f;
    }

    .btn-tor:focus, .btn-tor.focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-tor.disabled, .btn-tor:disabled {
        color: #fff;
        background-color: #33cccc;
        border-color: #33cccc;
    }

    .btn-tor:not(:disabled):not(.disabled):active, .btn-tor:not(:disabled):not(.disabled).active,
    .show > .btn-tor.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-tor:not(:disabled):not(.disabled):active:focus, .btn-tor:not(:disabled):not(.disabled).active:focus,
        .show > .btn-tor.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.pageHeading {
    color: #00A9C4;
}
 
label.blueLink{ color:#00A9C4; text-decoration:none;}
label.blueLink:hover{ color:#00A9C4; font-weight: bold; cursor:pointer; text-decoration:underline;}

label.redLink{color:red;text-decoration:none;}
label.redLink:hover{ color:red; font-weight: bold; cursor:pointer; text-decoration:underline;}

a.blueLink{ color:#00A9C4;font-weight: bold; text-decoration:none;}
a.blueLink:hover{ color:#00A9C4; font-weight: bold; cursor:pointer; text-decoration:underline;}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}
.even
{
    background-color:lightblue;
}
.NoWrap{ white-space:nowrap;}

 .green {
            color: green;
        }

.red {
            color: red;
        }

.modal .modal-body {
    max-height: 500px;
    overflow-y: auto;
}

a.torLink{
    color:#33cccc;
}

.btn-tor {
    color: #fff;
    background-color: #33cccc;
    border-color: #33cccc;
}

    .btn-tor:hover {
        color: #fff;
        background-color: #33cccc;
        border-color: #248f8f;
    }

    .btn-tor:focus, .btn-tor.focus {
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

    .btn-tor.disabled, .btn-tor:disabled {
        color: #fff;
        background-color: #33cccc;
        border-color: #33cccc;
    }

    .btn-tor:not(:disabled):not(.disabled):active, .btn-tor:not(:disabled):not(.disabled).active,
    .show > .btn-tor.dropdown-toggle {
        color: #fff;
        background-color: #0062cc;
        border-color: #005cbf;
    }

        .btn-tor:not(:disabled):not(.disabled):active:focus, .btn-tor:not(:disabled):not(.disabled).active:focus,
        .show > .btn-tor.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
        }
