@media all and (min-width: 992px) {
	.f-item:hover .dropdown-menu {
		display: block;
	}
	.dropdown-menu{
		top:2em;
	}
}
body {
	margin-top: 7%;
	margin-left: 5%;
	margin-right: 5%;
}
.submission-details{
	text-align:left;
}
hr.solid {
    border-top: 2px solid #999;
}
.requested-budget-form {
	text-align:right;
}
.section_line {
    height: 2px;
    background-color: dodgerblue;
    background-image: linear-gradient(90deg, dodgerblue, transparent);
}
.center {
 	margin: 0 auto;
 	width: 50%;
 }
/*:::::DASHBOARD:::::*/
.dashboard_button{
	background-color:white;
	transition: background-color 0.3s ease;
	border:1px solid gray;
	border-radius: 5px;
	padding: 1em 0.9em 0 0.9em;
	margin: 1em 0.7em;
}
.dashboard_button:hover{
	background-color:dodgerblue;
}
.dashboard_button svg{
	display:block;
	margin: auto;
}
.left_svg svg {
	margin-right:0;
}
.right_svg svg{
	margin-left:0;
}
/*.svg-group{
	margin: auto 0;
}
*/
.dashboard_button a {
	display:inline-block; 
	text-decoration: none;
	color:black;
	cursor:pointer;
	transition: color 0.3s ease;
	/*position: absolute; 
	top: 0; 
	right: 0; 
	bottom: 0; 
	left: 0; */
	width: 100%; 
	height: 100%;
}
.dashboard_button:hover a {
	cursor:pointer;
	color:white;
}
.dashboard_button div.line{
	border-top: 2px solid black;
	margin-top: 1em;
	transition: border-top 0.3s ease;
}
.dashboard_button:hover div.line{
	border-top: 2px solid white;
}
.dashboard_button p{
	color:black;
	transition: color 0.3s ease;
	margin-top:1em;
}
.dashboard_button:hover p{
	color:white;
	cursor:pointer;
}
/*::::::NEW PROPOSAL:::::*/
.prop-nav{
    padding: 1em;
}
.prop-nav:hover a{
	cursor:pointer;
}
.prop-nav hr { 
	width:70%;
	margin-left: 8%;
	border-color:dodgerblue;
}
.prop-item{
	text-align: left;
	text-decoration: none;
	display:inline-block;
    margin-bottom: 1em;
	transition: text-shadow 0.3s ease;
	cursor:default;
}
.prop-item:hover{
	text-decoration: none;
	text-shadow: 0px 0px 4px blue;
}
.nav-btn{
	margin: auto 0.5em;
}
.prop-item.active{
	color:red;
	pointer-events: none;
	text-shadow: 0px 0px 0px #FF0000;
    font-weight: 700;
}
.prop-item.active:hover{
	color:red;
	pointer-events: none;
}
/*::::::VIEW PROPOSAL:::::::*/
/*.viewprop_thead{
    background-color:#CEECF5;
}*/
.viewprop_tr1{
    background-color:#E6E6E6;
	transition: all 0.1s ease;
}
.viewprop_tr2{
    background-color:#F2F2F2;
	transition: all 0.1s ease;
}
.viewprop_tr1:hover,.viewprop_tr2:hover{
    background-color:#F2F2F2;
}
.viewprop_icon {
    margin-left: 1em;
    color: black;
	transition: color 0.2s ease;
}
.viewprop_icon:hover{
    text-decoration: none;
    color: dodgerblue;
}
/*::::::HEADER:::::*/
.nav-item:hover .dropdown-menu {
	display: block;
}
.dropdown-menu{
	top:2em;
}
.nav-item:hover{
	cursor:default;
}
/*
hr.dashboard_button{
	border-top: 2px solid black;
}
hr.dashboard_button:hover{
	border-top: 2px solid white;
}
*/
.dropdown-item-text {
  display: inline-block;
  width:95%;
  padding-left:0;
}
.dropdown-item-icon {
  display: inline-block;
}
/*:::::TABLE:::::::*/
caption{
	caption-side:top;
}
legend{
	width:auto; 
	padding:1px 10px;
}
/*:::::SUBMISSION CONFIRMATION :::::::::::::::::: */
.display_fieldset h6{
  text-decoration: underline;
}
.table_no{
	width:4em;
}
.b_table_description{
	width:15em;
}
.b_table_yr1{
}
.totalperyear_column{
	width:10em;
}
.display_btn {
    display: none;
}
.tab-pane{
  height:500px;
  overflow-y:scroll;
  width:100%;
}
.required{
	color: red;
}
.menu_icon{
	width:  5em;
	height:  5em;
}
.ace-file-input a {display:none;}
		
    /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
 .breadtrail{
    text-align:left;
}
.footer-style{
    font-size:0.6rem;
}

