html,
body {
    height: 100%;
    background-image: url('/img/bg-home.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    color: #EEE;
    font-family: 'Arial', sans-serif;
}
.body-content .grid-view{
    /*overflow-y: scroll;*/
    /*height: 400px;*/
}
@media (min-width: 992px){
    .container {
        width: 100%;
    }
}
@media (min-width: 1200px){
    .container {
        width: 1170px;
    }
}
.table {
    background-color: #eee;
    color: #333;
}
.navbar{
    border: none;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #333;
    padding-top: 20px;
}
.icon .glyphicon{
    vertical-align: text-top;
    margin-left: 8px;
    top:0;
}
.logo{
    width: 165px;
    border-radius: 7px;
    position: relative;
    top: -3px;
}
a{
    color: #d9534f;
}
a:hover, a:active{
    color: #d43f3a;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
    margin: 0;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.centered{
    text-align: center;
}
.member-form section{
    background-color: rgba(40,40,40,0.75);
    padding: 10px 25px;
    border-radius: 15px;
    margin-bottom: 15px;
}
/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}
/* Profile Status ================================================= */
tr.acces-13cv td{
    background-color: #65b365;
    color:#FFFFFF;
}
tr.acces-13cv .not-set, tr.acces-13cv a{
    color:#FFF;
}
tr.averti td{
    background-color: #f0ad4e;
    color:#FFFFFF;
}
tr.averti .not-set, tr.averti a{
    color:#FFF;
}
tr.exclu td{
    background-color: #d9534f;
    color:#FFFFFF;
}
tr.exclu .not-set, tr.exclu a{
    color:#FFF;
}
section.acces-13cv{
    border: 3px solid #5cb85c;
    background-color: rgba(44, 86, 45, 0.39);
}
section.averti{
    border: 3px solid #f0ad4e;
    background-color: rgba(132, 95, 44, 0.46);
}
section.averti .has-success .control-label{
    color:#ffffff;
}
section.exclu{
    border: 3px solid #d9534f;
    background-color: rgba(169, 68, 66, 0.54);
}
section.exclu .has-success .control-label{
    color:#ffffff;
}
/*TABLE ============================================================== */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td{
    padding: 6px;
}
.gender, .gender-col{
    width: 32px;
}
.date-col{
    min-width: 120px;
}
.zip-col{
    width: 110px;
}
.actions{
    min-width: 105px;
    vertical-align: middle!important;
}
.actions a{
    font-size: 120%;
    margin: 0 5px;
}
/*PAGINATION ========================================================= */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background-color: #d43f3a;
    border-color: #d43f3a;
}
.pagination > li > a, .pagination > li > span{
    color:#d9534f;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color:#a94442;	
}
/*DROP ZONE ======================================================== */
.drop-target{
    background-color: #333333;
    font-size: 80px;
    line-height: 100%;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 300ms ease;
    z-index: 0;
}
.drop-target:after{
    content: '';
    display: block;
    box-sizing: border-box;
    position: absolute;
    top:3%;
    height: 94%;
    left:2%;
    width: 96%;
    border: 2px dashed #FFFFFF;
    border-radius: 10px;
}
.drop-target.is-dragover{
    opacity: 0.95;
    transition: opacity 300ms ease;
    z-index: 10;
}
.drop-target.is-dragover:hover{
    opacity: 1;
    transition: opacity 300ms ease;
}
.drop-container{
    height: 100%;
    position: relative;
}
.drop-container>img{
    margin: 20px 0;
}
/* BUTTONS ======================== */
.btn-danger {
    background-color: #fc490d;
    border-color: #ce3400;
}
/* TABLE =========================== */
.client-index .table{
    border-radius: 7px;
    background-color: rgba(248,248,248,0.85);
}
.client-index .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: rgba(228,228,228,0.85);
}
/* LOGIN ============================ */
.login-panel{
    background-color: rgba(255,255,255,0.6);
    color: #0f0f0f;
}