/*
	Content Style
*/

body *
{
	text-shadow: none;
}
h1, h2, h3, h4, h5, h6
{
	line-height: 1;
	font-family: sans-serif;
	font-weight: bold;
	margin: 10px;
	
}
h1, h2, h3
{
	font-size: 18px;
}
h4, h5, h6
{
	font-size: 16px;
}
p
{
	margin: 0 0 10px 0;
    color: black;
    line-height: 1.5em;
}
a, a:link, a:active, a:visited, a:hover
{
	color: inherit;
	text-decoration: underline;
}

label {
	font-family: sans-serif;
	font-size: 13px;
}

input[type="text"]:disabled {
    background: #dddddd;
}

select,
input[type="text"],
input[type="password"],
input[type="number"]
{
    box-sizing: border-box;
    border-radius: 4px;
    text-transform: none;
    text-indent: 0;
    font-weight: bold;
    vertical-align: middle;
    display: block;
    height: 34px !important;
    width: 419px;
    padding: 6px 1px;
    font-size: 14px;
}

.form-group select,
.form-group input[type="text"],
.form-group input[type="password"],
.form-group input[type="number"] {
    width: 419px !important;
	padding: 6px 12px !important;
}

select,
input[type="text"],
input[type="password"],
input[type="number"]
{
	background: #fff;
	border: 1px solid #ccc;
}
.mm-label.button
{
	text-indent: 0 !important;
	padding: 20px 20px 40px 20px !important;
}

pre
{
	font-size: 12px;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.valign-top {
    vertical-align: top !important;
}

/*nav:not(.mm-menu)
{
	display: none;
}*/

nav {
    width: 100%;
    margin: 0 auto;
	background: #79010B;
    height: 59px;
    position:relative;
	-webkit-box-shadow: 0 10px 6px -6px #b7b7b7;
       -moz-box-shadow: 0 10px 6px -6px #b7b7b7;
            box-shadow: 0 10px 6px -6px #b7b7b7;
}

nav .head-grp {
    display: inline-block;
    padding: 0px 24px;
}

nav #left-head {
   /* width: 47%;*/
}

nav #right-head {
  /*  width: 45%;*/
    float: right;
}

nav #left-head h1 {
    color: #FDECE7;
    width: auto;
    display: inline-block;
    font-size: 18px !important;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}

nav #left-head img {
    width: 40px;
    vertical-align: top;
    margin-top: 3px;
    margin-right: 3px;
}

nav #left-head img#bsu-logo  {
	width: 51px;
	margin-top: 2px;
}

nav ul {
    margin: 0;
    padding: 14px 15px;
    text-align: right;
}

nav ul li {
    display: inline-block;
    padding: 0 15px;
    margin-left: -5px;
}

nav ul li a {
	padding: 5px;
    display: block;
    font-weight: normal;
    color: #FDECE7 !important;
    text-decoration: none !important;
}

nav ul li:hover {
    color: white !important;
}

h{
	font-size: 18px;
	display: block;
	font-family: sans-serif;
	color: rgb(27, 25, 25);
	margin-bottom: 10px;
}


ul{
	list-style-type: none;
	padding: 10px;
}



/***** Publishers View *****/
section.publisher {
	float: none !important;
	margin: 30px auto !important;
    width: 100% !important;
    overflow: hidden;
    font-size: 12px;
}

section.publisher table {
	font-size: 7px !important;
}

section.publisher p {
    font-size: 12px !important;
}

/***** No sidebar View *****/
section.no-sidebar {
    float: none !important;
    margin: 0 auto !important;
    width: 1100px !important;
    overflow: hidden;
    padding: 30px 0 !important;
}

/*
	Layout Style
*/
html, body
{
	padding: 0;
	margin: 0;
}
html
{
	height: 100%;
}

#wrapper{
	width: 100%;
	background: whitesmoke;
}

#wrapper #main-header{
	background: #777;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 0 50px;
	text-align: center;
}

#wrapper #main-header a
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
}

#wrapper #main{
    max-width: 1150px;
    width: 100% !important;
    margin: 0 auto;
    background-color: #fff;
    float: none;
    display: block;
}

#wrapper aside {
    width: 205px !important;
    padding: 13px;
    display: block;
    background: rgba(66, 66, 66, 0.11);
    border-radius: 5px;
}

#wrapper aside h3 {
    font-size: 20px;
}

aside#generalInfo{
	border: 1px solid #DCDCDC;
	border-radius: 10px;
	background-color: #43fb1f;
	box-shadow: 3px 3px 10px -4px;
	margin: 10px auto;
	display: block;
}


aside#second{
	margin: 0 auto;
	display: block;
}

#main aside#left-pane .panel {
    margin-bottom: 0;
}

/* aside #placeInfo, aside #coor-search, aside #route-infor{
	border-right: 1px solid #DCDCDC;
} */

aside #placeInfo, aside #placeInfo2, aside #coor-search, aside #route-infor {
	min-height: 188px;
	display: inline-block;
	padding: 5px;
	margin: 0 auto;
	float: left;
}

#create-route-page #create-form-container, #create-form-container{
	display: block;
	margin: 0 auto;
}

aside #static-route, aside #clear-conatiner, aside #legend{
	display: inline-block;
	padding: 5px;
	margin: 10px auto;
}

#legend h {
	border-bottom: 1px dashed;
	padding: 10px 0;
}

#legend ul { margin: 0px 0px 0px 18px; }

#legend ul li{
	display: inline-block;
	width: 150px;
}

#legend ul li img{ 
}

#sidebar-container {
    margin: 20px 10px 0 5px !important;
	float: left;
}

aside select {
	border: 1px dotted #0C6C54;
	background-color: #ffffff;
	color: black;
	width: 255px;
}

aside select:focus { outline: none; }

aside input {
	width: 122px !important;
	border-radius: 10px;
	border: 0 solid;
	padding: 2px;
	background-color: #4c73f2;
	color: white;
	font-weight: bold;
}

aside input:hover {
	background-color: #ffffff;
	color: #000;
	border: 1px solid rgba(255, 89, 89, 1);
}

#wrapper  section{
    width: 920px;
    margin-right: 10px;
	float: right;
	display: block;
	margin: 30px auto;
	padding: 0 10px;
}

aside #ratins_area #averages #movements {
  height: 250px;
}

aside #ratins_area #averages #movements #pmov {
  margin: 20px auto;
}

aside #ratins_area #averages #movements #pmov td {
	text-align: center;
}

/* Login Page */

section#login-page {
	width: 100% !important;
	float: none;
}

#login-page #login-form{
	width: 408px;
	margin: 0 auto;
}

#login-page #login-form form#login fieldset {
    border-radius: 5px;
    border-color: gainsboro;
    padding: 15px;
}

#login-page #login-form form#login fieldset legend {
    font-weight: bolder;
    font-size: 25px;
    color: #444444;
}

#login-page #login-form form#login fieldset .container:last-child {
    overflow: hidden;
}

#login-page #login-form form#login fieldset span.error {
    color: red;
    font-size: 12px;
    margin-bottom: 10px;
    display: block;
    margin-left: 12px;
}

/*#login-page #login {
	box-shadow: 3px 3px 10px -4px;
	border: 1px solid #BABABA;
	border-radius: 10px;
}

#login-page legend {
	padding: 5px 30px;
	margin: 0;
	width: 32.1%;
}*/

#login-page div.short_explanation, #login-page div.container {
    padding: 0 10px;
}

#login-page div.short_explanation {
	color: red;
	font-weight: normal;
    font-size: 12px;
    margin-top: 15px;
    margin-bottom: 20px;
}

#login-page label { 
	font-weight: bold;
    margin-bottom: 3px;
    display: inline-block; 
}

#login-page div.container:nth-child(7) > input:nth-child(1) {
    border-radius: 5px;
    border: 0px solid;
    padding: 8px;
    background: linear-gradient(#81D446, #51B136);
    color: #FFF;
    font-weight: bold;
    margin-right: 5px;
}

/*#login-page div.container:nth-child(7) > input:nth-child(1):hover {
	background-color: #FFF;
	color: #000;
	border: 1px solid rgba(255, 89, 89, 1);
}*/

#login-page input#username, #login-page input#password {
    width: 350px;
    border: 1px solid gainsboro;
    background-color: white;
    color: #000;
    padding: 5px;
    outline: 0;
}

#login-page input:focus { box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(82, 168, 236, 0.6); }

/*	Admin Page */
#dashboard-page #greet{
	width: 400px;
	min-height: 89px;
	margin: 0 auto;
}

#dashboard-page #greet h{
	font-size: 46px;
	padding: 5px;
	font-family: sans-serif;
	text-align: center;
	margin: 19px auto;
}
/* Table for Data */
#main table#data {
  width: 100%;
}

#main table#data td {
  width: 20%;
  text-align: center;
}

/* Footer */

#reroute{
	display: block;
	margin: 0 auto;
	text-align: center;
	
}

footer {    
    width: 100%;
    background-color: rgb(156, 0, 13);
    text-align: center;
    padding: 15px 20px 5px 20px;
    border-top: 1px solid rgba(189, 176, 212, 1);
}

footer #footNotes {    
    color: white;
    font-size: 12px;
    line-height: 1em;
}

footer #footNotes a {    
    text-decoration: none;
}

footer #footNotes a:hover {    
    color: whitesmoke;
}

.old .bar.up-day path,
.old .bar.down-day path {
	stroke: rgba(223, 213, 241, 0.92) !important;
}

.hightlight{
	  opacity: 0.07;
	  fill: blue;
	  stroke: gray;
}

/* Dashboard */
section#dashboard-page {
    background: rgba(189, 214, 236, 0.22);
    padding: 15px;
}

/* Style for table */
section table.table-style {
    margin: 20px 0;
    width: 100%;
    border-collapse: collapse;
    font-family: Helvetica, Arial, sans-serif;
}

section table.table-style tr:nth-child(odd) {
    background: none;
}

section table.table-style tr:nth-child(even) {
    background: #F7F7F7;
}

section table.table-style thead,
section table.table-style thead tr {
    background: #4A4A4A !important;
    color: white;
}

section table.table-style tbody td {
    border: 0;
}

section table.table-style thead th,
section table.table-style thead td,
section table.table-style tbody td {
	padding: 6px;
    border-right: 1px solid #DADADA;
    font-weight: normal;
    text-align: left;
    font-size: 12px;
}

section table.table-style tr {
    border-bottom: 1px solid #E0E0E0;
}

section table.table-style thead tr th:last-child,
section table.table-style tbody tr td:last-child {
    border-right: 0;
}

section table.table-style tbody tr td .btn {
	padding: 6px 7px 4px;
    font-size: 12px;
}

/***** Page Title *****/
section h1.page-title {
    margin: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid gainsboro;
    padding-bottom: 15px;
    font-size: 20px;
}

/***** Add & Back button Style *****/
.add-btn,
.back-btn,
.btn {        
    display: inline-block;
    white-space: nowrap;
    background-color: #ccc;
    background-image: linear-gradient(top, #eee, #ccc);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#eeeeee', EndColorStr='#cccccc');
    border: 1px solid #777;
    padding: 0 1.5em;
    margin: 0.5em;
    font: bold 1em/2em Arial, Helvetica;
    text-decoration: none !important;
    color: #333;
    text-shadow: 0 1px 0 rgba(255,255,255,.8);
    border-radius: .2em;
    box-shadow: 0 0 1px 1px rgba(255,255,255,.8) inset, 0 1px 0 rgba(0,0,0,.3);
    font-size: 12px;
}

.btn {
	margin: 0;
    font-size: 12px !important;
    font-weight: bold !important;

}

.back-btn { 
    margin-top: 25px;
}

.add-btn:hover,
.back-btn:hover,
.adjust-btn:hover {
    background-color: #ddd;        
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');        
}

.add-btn:active,
.back-btn:active,
.adjust-btn:active {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset;
    position: relative;
    top: 1px;
}

.add-btn:focus,
.back-btn:focus,
.adjust-btn:focus {
    outline: 0;
    background: #fafafa;
}    

.add-btn:before,
.back-btn:before,
.adjust-btn:before {
    background: #ccc;
    background: rgba(0,0,0,.1);
    float: left;        
    width: 1.5em;
    text-align: center;
    font-size: 1.5em;
    margin: 0 1em 0 -1em;
    padding: 0 .2em;
    box-shadow: 1px 0 0 rgba(0,0,0,.5), 2px 0 0 rgba(255,255,255,.5);
    border-radius: .15em 0 0 .15em;
    pointer-events: none;        
}

/* Hexadecimal entities for the icons */

.add-btn:before {
    content: "\271A";
}

.back-btn:before {
	font-family: FontAwesome;
    content: "\f060";
}

.adjust-btn:before {
	font-family: FontAwesome;
    content: "\f042";
}

#prcd-empt:before {
	font-family: FontAwesome;
    content: "\279C";
}

/* Action buttons style */
section#add_existing a:hover,
.btn:hover {
    background-color: #ddd;        
    background-image: linear-gradient(top, #fafafa, #ddd);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#fafafa', EndColorStr='#dddddd');        
}

section#add_existing a:active,
.btn:active {
    box-shadow: 0 0 4px 2px rgba(0,0,0,.3) inset !important;
    position: relative;
    top: 1px;
}

section#add_existing a:focus,
.btn:focus {
    outline: 0;
    background: #fafafa;
}    

/* Ui-widget Dialog */
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    margin-bottom: 0;
}

#dialog-form fieldset {
	border: none;
    padding: 0;
}

#dialog-form br {
    display: none;
}

#dialog-form input.date,
#dialog-form .s-input{
    width: 141px !important;
    display: inline-block;
    margin-top: 0;
}

#dialog-form label {
    margin-right: 5px;
    display: block;
    margin-top: 10px;
    font-weight: bold;
    margin-bottom: 0;
}

#dialog-form label[for="inclusive-date-to"] {
    margin-left: 10px;
}

#dialog-form label[for="inclusive-date-to"],
#dialog-form label[for="inclusive-date-from"],
#dialog-form label.display-inline {
    display: inline-block;
}

#dialog-form label,
#dialog-form,
#dialog-form h3 {
    font-size: 12px !important;
    vertical-align: middle;
}

#dialog-form h3 {
    margin: 10px 0 5px;
}

#dialog-form input[type="text"],
#dialog-form input[type="number"] {
    height: 30px !important;
	width: 370px;
    font-weight: normal;
}

#dialog-form input[type="radio"] {
	margin-left: 10px;
}

#dialog-form {
    min-height: auto !important;
}

#dialog-form p {
    margin-bottom: 0px;
}

#dialog-form select {
    width: 380px;
    display: inline-block;
    font-weight: normal;
}

form .date-wrp label.error {
    margin-left: 36px;
}

#dialog-form select#wrkExpGovernService {
    width: 245px !important;
    margin-top: 10px;
}

#dialog-form input#wrkExpMonthlySalary {
    width: 223px !important;
    margin-top: 10px;
}

#dialog-form .date-wrp {
	display: inline-block;
    vertical-align: top;
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: 8px 2px 0 !important;
}

.ui-dialog {
	height: auto !important;
}

.ui-button-text-only .ui-button-text {
    padding: 5pxo !important;
    font-size: 15px;
}

/********* Datepicker *********/
#ui-datepicker-div {
	font-size: 11px;
}

#ui-datepicker-div select {
	display: inline-block;
}

/********* Autocomplete *********/
.ui-autocomplete {
	max-height: 60px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
	font-size: 12px !important;
}

/*** ACCOUNT SETUP ADJUSTMENTS ***/
table#table-adjustments input,
table#table-adjustments select {
	width: 390px;
}

/***** EBOARD ********/

table.table-style tbody tr.info {
	background-color: #d9edf7;
}

a#load-more {
	height: 50px;
	background-color: #33739E;
	padding: 10px;
    text-decoration: none;
	color: #fff;
}

/************ New Design for Action Buttons ************/
section table.table-style tbody tr td .btn.actn-btn {
    background: none;
    font-size: 16px !important;
    padding: 0;
    border: none;
    box-shadow: none;
	margin: 0 3px;
    outline: 0;
}

section table.table-style tbody tr td .btn.actn-btn.assign {
    font-size: 12px !important;
    font-weight: normal !important;
    border: 1px solid #0e475c;
    padding: 4px;
    color: #0e475c;
}

section table.table-style tbody tr td .btn.actn-btn:active {
	box-shadow: none !important;
}

section table.table-style tbody tr td .btn.actn-btn.edit-record {
    color: #46b8da;
}

section table.table-style tbody tr td .btn.actn-btn.delete-record {
    color: #e74c3c;
}

section table.table-style tbody tr td .btn.actn-btn.view-report {
    color: #d88414;
}

section table.table-style thead tr th.action,
section table.table-style tbody tr td.action {
    text-align: center !important;
}

section .btn.search {
    padding: 8px !important;
    vertical-align: top;
    height: 30px;
}

/******** Add Field Dialog *********/
#dialog-form .add-field {
    margin: 10px 0;
    float: right;
}

#dialog-form table {
    width: 100%;
}

#dialog-form table select {
	width: auto;
}

/******** Search Fields ********/
#search-container {
    display: inline-block;
    float: right;
}

#search-container select {
    width: auto;
}

#search-container input,
#search-container select {
    display: inline-block;
}

#search-container #range-filter-container input {
    width: auto;
}

/******** Bootstrap Radio ********/
#dialog-form label.radio-label {
	display: block;
}

#dialog-form label.radio-label {
	display: block;
}

#dialog-form label.radio-inline {
	display: inline-block;
    margin-left: 12px;
}

#dialog-form input[type="radio"].radio {
    margin: 2px 0 0 !important;
    margin-left: 20px;
	font-weight: normal;
    margin-left: -18px !important;
}

/* SIDEBARS
**********************/
#sidebar-container aside#widely-used .vertical-nav {
    height:auto;
    list-style:none;
    width: 100%;
    margin: 20px 0 0 0;
}

#sidebar-container aside#widely-used .vertical-nav li {
    height: 35px;
    margin: 0;
    padding: 5px 0;
    background-color: white;
    border: none;
    float: left;
    clear: both;
    width: 100%;
    transition: .5s all ease;
    border-bottom: 1px solid gainsboro;
}

#sidebar-container aside#widely-used .vertical-nav li.parent:hover {
    background-color:#79010b;
}

#sidebar-container aside#widely-used .vertical-nav li:hover a {
    color:#FFFFFF;
}

#sidebar-container aside#widely-used .vertical-nav li:hover .sub-menu a {
    color:#d6d6d6;
    padding: 20px;
    transition: .5s all ease;
}

#sidebar-container aside#widely-used .vertical-nav li a {
    font-family:Calibri, Arial;
    font-weight:bold;
    color:#333333;
    text-decoration:none;
    padding-left: 8px;
}

#sidebar-container aside#widely-used .vertical-nav li.current {
    background-color:#F36F25;
}

#sidebar-container aside#widely-used .vertical-nav li.current a {
    color:#FFFFFF;
}

#sidebar-container aside#widely-used .vertical-nav ul li ul {
    display:none;
    list-style-type:none;
    width:125px;
    padding:0px;
    margin-top:3px;
    margin-left:-5px;
    position:relative;
    top: -40px;
}

#sidebar-container aside#widely-used .vertical-nav ul li:hover ul {
    display:block;
}

#sidebar-container aside#widely-used .vertical-nav ul li:hover ul li {
    background-color:#555555;
    width:125px;
    height:30px;
    display:inline-block;
}

#sidebar-container aside#widely-used .vertical-nav ul li ul li:hover {
    background-color:#333333;
}

#sidebar-container aside#widely-used .vertical-nav ul li ul li a {
    color:#FFF;
    text-decoration:underline;
}

#sidebar-container aside#widely-used .vertical-nav ul li ul li a:hover {
    text-decoration:none;
}

#sidebar-container aside#widely-used .vertical-nav li ul {
    display: none;
    margin-top: 10px;
    padding: 0;
    text-align: center;
}

#sidebar-container aside#widely-used .vertical-nav li:hover ul {
    display: block;
    transition: .5s all ease;
}

#sidebar-container aside#widely-used .vertical-nav li:hover .sub-menu {
    display: table;
}

#sidebar-container aside#widely-used .vertical-nav li:hover ul.sub-menu li {
    height: auto;
}

#sidebar-container aside#widely-used .sub-menu li {
    width: 800px;
    z-index: 1;
    position: relative;
    margin-left: 120px;
    top: -36px;
    left: 39px;
    background: #4a4a4a;
    padding: 0;
}

#sidebar-container aside#widely-used .sub-menu li a {
    display:inline-block;
    padding: 0 10px;
}

#sidebar-container aside#widely-used .vertical-nav li:hover .sub-menu a:hover {
    background-color: #79010b;
	color: white;
}

#sidebar-container aside#widely-used .vertical-nav li:hover .sub-menu a i {
    font-size: 20px;
}

#sidebar-container aside#widely-used .clear {
	clear: left;
    display: block;
}

#sidebar-container aside#widely-used .vertical-nav li.parent a.parent-a i {
    float: right;
    margin-right: 10px;
    margin-top: 6px;
}

#sidebar-container aside#widely-used .vertical-nav li.parent:hover a.parent-a i {
    display:none;
}

/* FLEX CONTAINER
*******************/
.row.is-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}

.row.is-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

.clear {
	clear: both;
}

/* PUBLIC DASHBOARD
************/
#wrapper section.public {
    float: none;
    padding: 30px 0;
}





