 
body {
    padding-top:20px; 
}
h1, .h1 {
	font-size: 27px; 
}
.help-block {
    text-transform: uppercase;
    font-size: 12px;
}
.daterange .input-group .input-group-btn .btn {
    border-width: 1px;
}
.records tr.record a.action {
    margin-left: 5px;
}

.no-gutter {
    margin:0;
}

.width-80-pc {
    width: 80%
}
small.fieldhelp {text-transform: uppercase;
font-size: 12px;
display: block;
}
.field {
    font-size: 18px
}
small .field {
    font-size:12px;
}
.container-fluid.white-bg{
    background: rgba(255,255,255,1);
}
.logoname {
    color: #333;text-align: center;padding-top: 6px;font-size: 17px;
}

.drilldowns .filters .filter { 
	max-width: 380px;
    margin-right: 5px;
}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

}

/* Small Devices, Tablets 768px */
@media only screen and (max-width : 767px) {
    .navbar .navbar-collapse .logoname {
        color: white;
    }
    .navbar .navbar-collapse .fa {
        display: none;
    }
    .navbar .navbar-collapse {
        margin-top: 56px;
        text-align: center;
    }
    .navbar .navbar-collapse .dropdown-menu li {
        text-align: center;
    }
    .submission-info .row.users-info .col {
        margin-bottom: 12px;
    }
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {
}

/* Custom, iPhone Retina */ 
@media only screen and (max-width : 320px) {
    
}