﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/*body {
    margin: 0px 50px;
    padding-top: 50px;
    padding-bottom: 20px;
}
.body-content {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
}*/

.row {
    padding-bottom: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;
}*/

.btn-primary {
    color: #000000;
    background-color: #a07800;
    border-color: #a07800;
}

    .btn-primary:hover {
        color: #000000;
        font-weight: 400;
        background-color: #e3c540;
        border-color: #e3c540;
    }

th {
    background-color: darkgray;
}


.table-bordered {
    border: 1px solid #464545;
}


    table-bordered > thead > tr > th, .table-bordered > thead > tr > th, table-bordered > tbody > tr > th, .table-bordered > tbody > tr > th, table-bordered > tfoot > tr > th, .table-bordered > tfoot > tr > th, table-bordered > thead > tr > td, .table-bordered > thead > tr > td, table-bordered > tbody > tr > td, .table-bordered > tbody > tr > td, table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > td {
        border: 1px solid #464545;
    }

.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #a17700; /* Blue */
    -ms-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


.siteButton {
    font-weight: bolder;
    font-size: 15px;

}

.orgDropdowns{
    padding-bottom: 10px;
}

.deleteButton {
    color: #ad3a3a;
}


table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #454c56;
}

table.dataTable tbody tr {
    background-color: #1e232b;
}

label {
    color: white;
}

select {
    color: black;
}


table.dataTable.cell-border tbody tr th:first-child, table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #a9a9a9;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: none;
    border-right: 1px solid #a9a9a9;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-bottom: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
}

.dataTables_wrapper .dataTables_paginate {
    color: #a17700;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #a17700;
}

.datatablesLengthDropdown
{
    height:15px;
}

.datatablesSearchInput {
    height: 15px;
}

.deleteStyle {
    color: #ad3a3a;
    cursor: pointer;
}

    .deleteStyle:hover {
        color: #ff0030;
    }

.successStyle {
    color: #28e028;
    cursor: pointer;
}

    .successStyle:hover {
        color: #098009;
    }


.field-validation-error {
    Color: red;
}

.input-validation-error {
    border: 2px solid red;
}

.sectionColName {
    color: white;
    cursor: pointer;
}

a.sectionColName:hover{
    text-decoration: underline;
}