body

{

 background-color: #4D6AB5;

 margin: 8px;

}



h1

{    text-align: center;

    margin-bottom: 30px;

}

form.docsearch
{
    padding: 20px;
    background: #7E57C2;
    border: 7px solid #B39DDB;
}


div#form-wrapper {

    width: 100%;

    margin: 0 auto;

    padding:20px;

}



.form-control {

	margin-right: 10px; 

	box-shadow: 0 0 0; 

	border-radius: 0

}



form.form-inline

{text-align:center}



#applicantsearch{

	border-radius: 0;

    padding: 6px 8px;

    font-size: 15px;

}



.alert-danger {

    border-radius: 0;

}



table.table-bordered {

    width: 100%;

    margin-top: 50px;

}



table.table-bordered td {

    padding: 7px;

}



table.table-bordered th {

    padding: 10px;

    background: #37474F;

    color: #fff;

}



table.table-bordered button

{

    font-size: 13px;

    border: 0;

    padding: 5px;

}

table.dataTable tbody tr:hover {
    background: gainsboro!important;
}


span.underline {

    font-weight: bold;

    text-decoration: underline;

    color: #3F51B5;

}



.modal-body span {

    font-weight: bold!important;

}

.modal-body span.modalvalue {
    font-weight: normal!important;
    text-transform: capitalize;
}




.modal-content {
    border-radius: 20px;
    border: 10px solid #0000008a;
}

.modal-header {
    background: #6CB6FF!important;
    text-align: center!important;
    border-radius: 10px 10px 0 0;
}



.modal-dialog.modal-sm {

    width: 400px!important;

}



.modal-body .col-md-12 {

    border-bottom: 1px solid #D8D8D8!important;

    padding: 10px 20px 0 20px!important;

}

.modal-body .col-md-12.last-item {
    border-bottom: none!important;
}

h4#myModalLabel {
    font-weight: bold;
    font-size: 23px;
}

.modal-body .col-md-12:nth-child(even) {
    background: whitesmoke;
}


.modal-body {
    padding: 10px 0;
}
