label.error{
    color: #C71200;
    font-size: 14px;
}
.page-header h1{
    font-size: 1.5em;
    margin: 0;
    font-weight: 600;
}
.fCapital{
    text-transform: capitalize;
}
.pt10{
    padding-top: 10px;
}
.mbot10{
    margin-bottom: 10px;
}
.remove_field {margin-top: 2px;  display: block;}
.addNewTable{
    background: #BFB78F;
    padding: 5px;
}
.addMorBtn{
    background: #D4360B !important;
}
.filterBlock{
    background: #BFB78F;
    padding: 5px;
}
.filterBlock ul li label{
    font-weight: normal !important;
    display: block;
    cursor: pointer;
    padding: 5px;
}
.filterBlock ul li{
    border-top: 2px solid #CFC592;
}
.ulBlock{
    height: calc(100vh - 400px);
    overflow-y: scroll;
}

/*Assign Page*/
.assign table td label {
    cursor: pointer;
    padding: 5px;
}

.assign table td{
    border: 1px solid #d8cfa6;
    border-collapse: collapse;
}
.assign table td label:hover {
    background: #F4F4F4;
}
.assign table.dataTable td:first-child{
    text-align: left !important;
}

footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #FFF;
    background-color: #000000ee;
    padding: 5px 0;
}

footer a { font-weight: bold; }

small.version {
    position: fixed;
    bottom: 0;
    right: 10px;
    color: #428bca;
    font-style: italic;
    display: block; 
    text-align: center;
    margin: 10px auto;
}

.date-filter {
    background: #593f36;
    color: #fff;
    display: block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px;
    margin-top: 30px;
    padding: 1px 10px;
}

.app-download { text-align: center; margin: 20px auto; }

@media (min-width: 1200px) {
    .app-download { text-align: center; margin: calc(10vh) auto; }
}

.app-download a.app-link { font-size: 2.2em; text-decoration: none; font-weight:bold; background-color: #593f36; color: #FFF; line-height: 2em; padding: 5px 10px; border-radius: 5px; }
.app-download i.fa { font-size: 140%; color: #97c024; }

.app-download.fixed {
    position: fixed;
    bottom: 20px;
    left: 20px;
    color: #FFF;
}

.app-download.fixed a.app-link {
    font-size: 1.5em;
}