
.smallLogo {
    font-size: 20px;;
}
.smallImage {
    width: 12em;;
}
.small {
    font-size: 70%;
}
body {
    font-size: 13px;
    background: #AD3461;
    padding: 20px;
}

.report {
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    margin: 10px 0;
}
ul#ui-id-1{
    display: inline-block;
    width: 170px;
    list-style: none;
    text-align: left;
    padding: 0;
    margin-right: 76px
}
.center {
    margin: 0 auto;
}

.blue {
    color: #FFF;
    background: #2a3997;
    font-weight: bold;
    border: none;
}

td,
.font {
    color: white;
}

tr.red {
    color: #FFF;
    background: #AD3461;
    font-weight: bold;
}

tr.blue {
    color: #FFF;
    background: blue;
    font-weight: bold;
}

tr.green {
    color: #FFF;
    background: green;
    font-weight: bold;
}

tr.yellow {
    color: #FFF;
    background: yellow;
    font-weight: bold;
}

footer {
    text-align: center;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 5px;
}

.red {
    color: #FFF;
    background: #AD3461;
    font-weight: bold;
}

a.synocolor,
a.synocolor:focus,
a.synocolor:hover,
a.synocolor:active {
    color: #AD3461;
}

.stats_card {
    border: 1px solid #CCC;
    border-radius: 5px;
    width: 23%;
    margin: 15px 1%;
}

.stats_card3 {
    border: 1px solid #CCC;
    border-radius: 5px;
    width: 31%;
    margin: 15px 1%;
}

.stats_card h4 {
    color: rgba(0, 0, 0, 0.67);
}

.mb10 {
    margin-bottom: 10px;
    overflow: hidden;
}

.synocolor {
    color: #AD3461;
}

.clearboth {
    clear: both;
}

.ohidden {
    overflow: hidden;
}

.mtb20 {
    margin-top: 20px;
    margin-bottom: 20px;
}

table.a {
    table-layout: auto;
    width: 180px;
}

.branch ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.branch th {
    background: #ededed;
}

.branch ul li {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
}

.branch ul li b,
.branch ul li label {
    width: 50%;
}

.branch ul li label {
    font-weight: normal;
}

.branch table {
    table-layout: fixed;
}

.branch table th {
    width: 130px;
}

.branch table th span {
    padding-left: 20px;
}

.branch table tr td:first-child {
    width: 70px;
}

td {
    color: #000;
}

.dcr_tiles {
    border: 1px solid #eee;
    margin: 10px 0 !important;
    overflow: hidden;
}

.dcr_tiles h4 {
    font-size: 14px;
}

.dcr_tiles h4 span {
    font-size: 16px;
}

#dcr_branches,
th.header {
    background: #2a3997;
    color: #FFF;
}

.pending_dcr {
    background: #F2ECFF;
}

.approved_dcr {
    background: #F2ECFF;
}

.submitted_dcr {
    background: #C8FCEA;
}

.resubmitted_dcr {
    background: #C8FCEA;
}
.query_dcr {
    background: #FFFF99;
}
.pending_dcr td {
    font-weight: normal;
}

tr.approved_dcr {
    background: #33eb91;
}

tr.query_dcr {
    background: #FFFF99;
}

tr.resubmitted_dcr {
    background: #f44336
}

.view_dcr {
    background: transparent;
    color: #AD3461;
    border: 0px;
}

th.header {
    color: #FFF;
    background: #2a3997;
}
.fwnormal {
    font-weight: normal;
}
.dinline {
    display: inline-block;
    /* float: left; */
}
.ohidden {
    overflow: hidden;
}

.dullcolor {
    color: rgba(0, 0, 0, 0.67);
}

.tiny_text {
    font-size: 12px;
}

.query {
    margin: 15px 0;
}

.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #AD3461;
    margin: 0 auto;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.hide-loader {
    display: none;
}

.nav-tabs.report-tabs li.active a,
.nav-tabs.report-tabs li.focus a,
.nav-tabs.report-tabs li.hover a {
    background: #AD3461;
    border: 1px solid #AD3461;
    color: #FFF;
    font-weight: bold;
}

.nav-tabs.report-tabs li a {
    background: transparent;
    border: 1px solid transparent;
    color: #222;
}

.fsnormal {
    font-size: 13px;
}

table.dcr_reports td {
    font-weight: normal;
}

.form-group{
    text-align: center;
}
.form-group .fas{
    font-size: 10rem;
    margin: 30px auto 15px;
    text-align: center;
    opacity: .15;
    color: #333;
    display: block;
}
#file{
    margin:  0 auto;
}
.help-block{
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #b1b0b0;
    font-size: 12px;
}
.primary-btn{
    background: #ad3461;
    border: 1px solid #ad3461;
    font-size: 14px;
    color: #ffffff!important;
    border-radius: 3px;
    padding: 7px 15px;
    margin-top: 15px;
    width: 100%;
}