﻿body {
    /*padding-top: 50px;
    padding-bottom: 20px;*/
    /*background-image: url('../Images/pagebackground.png');*/
    /*background-image: url('../Images/aims.png');*/
    /*font-family: 'Open Sans';*/
    /*background-color: #F5F6FD;*/
}

.body-blank {
    /*background-image: url('../Images/aims.png');*/
    /*font-family: 'Open Sans';*/
}

/* 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;*/
}

/*.btn-view {
background-color:darkblue;}*/





.border-style {
    /*border: initial;
    color: gray;
    font-size: 50px;
    background-color: red;*/
}





.dataTables_wrapper {
    /*font-family: tahoma;
    font-size: 13px;
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;*/
}

.applicant-bg {
    background-color: whitesmoke;
}

.applicant-entry-bg {
    background-color: white;
    /*padding: 20px;*/
}

.applicant-entry-bg {
    background-color: white;
    /*padding: 20px;*/
}

.applicant-entry-header {
    background-color: #950808;
    color: white;
}

.zmg-applicant-entry-header {
    background-color: #143784;
    color: white;
}


.applicant-success-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 100px;
    width: 100px;
}

.applicant-title-entry {
    height: 100px;
    line-height: 100px;
    text-align: center;
}

.modal-header--sticky {
    position: sticky;
    top: 0;
    background-color: inherit;
    z-index: 1055;
}

.modal-footer--sticky {
    position: sticky;
    bottom: 0;
    background-color: #C50B0B !important; /*inherit;*/
    z-index: 1055;
}

/*.paginate_button current {
    background-color: yellow !important;
    
}

.page-link {
    color: black !important;
}*/

/*table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
    bottom: .5em;
}*/

.candidate-status {
    background-color: #ddd;
    /*border: solid;*/
    /*border-width: thin;*/
    color: black;
    padding: 5px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    /*margin: 4px 2px;*/
    cursor: pointer;
    border-radius: 16px;
}

    .candidate-status:hover {
        background-color: #f1f1f1;
    }