
.inputwidth{
    max-width:300px;
    width: inherit;
}
tr.active *{
    background: lightblue !important;
    color: whit !important;;
}
.row_selected{
    background: lightblue !important;
}
.container{
    margin: 0px !important;
    padding: 0px !important;
    width: 100% !important;
}
.navbar-inverse .navbar-brand, .navbar-brand:hover, .navbar-brand:focus {
    color: #337ab7;
}
.top-nav > li > a{
    color: #337ab7;
}
.grid > td {
    border-collapse: separate;
    border-spacing: 10px 50px;
}
.side-nav>li>a {
    width: 225px;
    color:#093b5a;
}
ul
{
    list-style-type: none;
    padding:0px !important;
}
.content {
    background-color: #fff;
    border: 1px solid rgb(245, 148, 14);
    border-radius: 6px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    position: relative;
}

table.dataTable {
    border-collapse: separate !important;
    clear: both;
    /* 	  margin-bottom: 6px !important; */
    /* 	  margin-top: 6px !important; */
    max-width: none !important;
}

input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[type="password"], .ui-autocomplete-input, textarea, .uneditable-input {
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #555555;
    display: inline-block;
    font-size: 13px;
    line-height: 18px;
    /* 	  padding: 4px; */
}
.label{
    color:black;
    font-size: 12px;
}

.pac-container {
    z-index: 1051 !important;
}
.table th{

    text-transform: uppercase;
    font-weight:bold;

}

.required label{
    font-weight:bold;
}

.required:after{
    color: #e32;
    content: '*';
    display: inline;
}

body{

    margin: 0;
    font-family: helvetica neue,Helvetica,Arial,sans-serif;
    
    color: #333;
    background-color: #fff;
    overflow-x: hidden !important;
}

.nav-tabs.nav-stacked a, .nav-list a {
    color: #000000;
    background-color: #F5F5F5;
}

.nav-tabs {

}


a.active{

    color: #fff;
    background-color: #31708f;
    border-color: #31708f;

}

.nav-tabs.nav-stacked > li > a {

}

.nav-tabs.nav-stacked a, .nav-list a {
    color: #373a3c;
    background-color: #F5F5F5;
}
.nav-tabs > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 20px;
    border: 1px solid transparent;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}

.nav > li > a {

}

.nav > li > a:hover {
    color: #fff;
    background-color: #3399ff !important;
    border: 1px solid #51A451;
}

.nav > li > a:active {
    color: #fff;
    background-color: #5BB75B;
    border: 1px solid #51A451;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0px;
}

.navbar-default{

    background-color: #FFFFFF;
    border-color: #FFFFFF;
}

.navbar-static-top{
    background-color: #f8f8f8;
    border-color: #f8f8f8;
}
#popWindows{
    position: fixed;
    width: 100%;
    height: 100vh;
    overflow-y:auto;
    z-index: 10;
    background: rgb(0,0,0);
    background: rgba(0,0,0,0.67);
    top:0;
    left:0;
    display: none;
}
#side-menu{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-flow: row wrap;

}
#side-menu .nav-second-level{
    display: none;

}




.top_area {
    display: grid;
    grid-template-columns: 15% 40% 45%;
    background: #2b5797;
    color: white !important;
    padding: 1%;
    float: left;
    width: 100%;
}
.top_area span #top_area_id{
    float: right;
}
.top_area a{
    color:white;
    font-size: 20px;
}
.top_area h3{
    text-align: center;
}
#side-menu .list-group-item{
    background:#da532c;
    color:white;
    margin-top:1%;
}
#side-menu{
    min-height:60px;
    margin-top: 10px;
}
#pop-menu {
    position: fixed;
    z-index: 10;
    top:0;
    left:0;
    background: rgba(0,0,0,0.65);
    width:100%;
    height: 100vh;
    display: none;
}
#pop-menu .pop-container{
    width:0%;
    background: white;
    float: left;
    height: 100vh;
    overflow-y:auto ;
}
#pop-menu #header-section{
    font-size: 25px;
    padding: 2% 1%;
    color:#3399ff ;
    margin-bottom: 2%;
}
#pop-menu #footer-section{
    margin-top: auto;
    text-align: center;
    color:#3399ff ;
}
#top_area_id{
    list-style: none;
}

#tbl_wrapper .dataTables_length{
    float: left;
    margin-right: 2%;
}
.dataTables_length{
    float:left;
    margin: 1% 2%;
}
.dt-buttons{
    margin-top:1%;
}
.dt-buttons .dt-button{
    padding: 10px;
}
.dataTables_filter{
    float: right;
    margin-top: 1%;
}
.dataTables_filter input{
    border: 1px solid #bbb;
    border-radius: 7px;
}
#top_area_id .dropdown-menu a{
    font-size: 12px;
}

#content-section li,#content-section a{
    padding:0px 5px!important;
    
  }
  #content-section li{
    background:white;
    padding-left:10px !important;
  }
@media screen and (max-width: 600px) {
    .top_area,.sidebar-nav{
        display: none !important;
    }

}