.lightblue-bg {
    background: #9c27b021; 
}       

.lightgreen-bg {
   background: #8bc34a38; 
}       

.overlaycc {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: fixed;
    background: #22222278;
    z-index: 99999;
    display: none;
}

.overlaycc__inner {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    position: absolute;
}

.overlaycc__content {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.spinnercc {
    width: 75px;
    height: 75px;
    display: inline-block;
    border-width: 4px;
    border-color: rgba(255, 255, 255, 0.05);
    border-top-color: #fff;
    animation: spin 1s infinite linear;
    border-radius: 100%;
    border-style: solid;
}

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


btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.42;
  border-radius: 15px;
}

label {
    font-size: 10px;
    font-weight: 100;
}

.awb-sub-title {
        margin: 2px 0px 15px 0px;
    border-bottom: 1px solid;
    padding: 0px 0px 6px 0px;
    color: #f16821;;
    font-weight: 600;
}

select {
    width: 100%;
    height: 25px;
}

.form-group-custom {
    margin-bottom: 8px;
}

.width-100p { width: 100%; }
.pr-4p { padding-right: 5px; padding-bottom: 5px;}
.fs-9p { font-size: 9px; }

input:read-only {
    background: #9e9e9e1f;
    border: 1px solid gray;
}
    
    
/* Add a black background color to the top navigation */

/* Style the links inside the navigation bar */
.topnav a {
    text-align: center;
    padding: 14px 10px;
        color: white;
}

.navbar-default {
    background: #f16821;!important;
}

.navbar-top-links li { color: white; }

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: white;
    border-color: #337ab7;
    color: #f16821; !important;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #eee;
    color: #f16821; !important;
}

#side-menu {
   background: #f8f8f8 !important;
}

.btn-info {
    color: #fff !important;
    background-color: #5bc0de !important;
    border-color: #46b8da !important;
}