/* Page-specific styling */
 .scrollable-menu {
	height: auto;
	max-height: 200px;
	overflow-x: hidden;
	width:100%;
}
.btn-success:focus, .btn-success:hover {
	background-color: #419641;
	background-position: 0px 0px !important;
}
.btn-info:focus, .btn-info:hover {
	background-position: 0px 0px !important;
}
.btn-warning:focus, .btn-warning:hover {
	background-position: 0px 0px !important;
}
.spin {
	-webkit-animation: spin .5s infinite linear;
	-moz-animation: spin .5s infinite linear;
	-o-animation: spin .5s infinite linear;
	animation: spin .5s infinite linear;
	-webkit-transform-origin: 50% 58%;
	transform-origin:50% 58%;
	-ms-transform-origin:50% 58%;
	/* IE 9 */
}
.col-xs-3 {
    padding-bottom: 15px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.row-style-1 {
}

.col-style-1{
    height: inherit;
    

}
.tab3 {

 color: black;
 

}

 .deliverable-tab:HOVER {
  cursor : pointer ;

}

 .submission-tab:HOVER {
  cursor : pointer ;
 }

 
 .logout-tab:HOVER {
  cursor : pointer ; 
 }
  
.refresh:HOVER {
 cursor : pointer;
}


.tab3:HOVER {

 color : green;
 cursor : pointer; 
}


.submission-name:HOVER {

  cursor :pointer;
  color : green;
}


.history-icon:HOVER{

   cursor : pointer;

}
.back-button:HOVER{

   cursor : pointer;

}

.selectedAsset{
    color: green;
    font-size: 16px;
}

.assetDropDownButton{
	
	border:0px;
	outline:0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow :hidden;
	text-align:left;
	font-size: larger;
	
}


.assetSelect {display: block; height:15%; text-align:center; } .logout-screen{ display: none; } .deliverable-feed {

 font-weight : 500;
 padding-left : 30px;
 margin: 10px auto;

}

.btn-danger:HOVER { 

   background-color: #d9534f;

}
.body-el{

  display:none;
  height: 100%;

}


.deliverable-label-1 {
    width: inherit;
    text-align: center;
    line-height: 54px;
    vertical-align: middle;
}


.color-label-1 {
    height: 54px;
    width: 54px !important;
    color: white;
    margin-left: auto;

    margin-right: auto;
    font-size: 25px;
    border-radius: 50%;
}
.requestName {

	    font-size: 17px;
            margin-left: 15px !important;

}


.submit-success{

    display: block;
    font-size: 25px;
   

}
.upcoming-header{

    padding-left: 32px;
    font-size: 18px;
    margin-top: -10px;
    color: black;
}

}
.submit-button{

width :100%;
margin-top : 24px ;

}

.no-deliverable{
    color: gray;
    margin-top: 35px;
    margin-left: 15px;
}

.label-align  {
    text-align : left !important;     
}
.col-style-2 {
      
      height: inherit;

}

#assetSelect{
    margin-left: -15px;
    color: forestgreen;
    border: 0px solid;
    font-size: 25px;
    padding: 0px 0 0 30px;
}
.label-color {

font-weight:500 !important;
color: gray;

}
.deliverable-label-height {
   
    line-height : inherit !important;
    font-size: 15px;
    margin-top: 5px;
}

.row-style-2 {
 margin-top: -10px !important;
}

.color-label {
      
      height  : 100px;
      width  : 100px !important;
      color: white;
      margin-left: auto;
      margin-right: auto;
      font-size: 38px;
      border-radius : 50%;
}


.deliverable-label {

    width: inherit;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;

}

.submission-label { 

    width: inherit;
    text-align: center;
    line-height: 35px;
    vertical-align: middle;

}




.deliverable-name:HOVER {

    color: forestgreen;
    cursor: pointer;

}



select#fundService {
	border:0px;
	outline:0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
span.glyphicon {
	cursor:pointer;
}
#tab0, #tab1, #tab2 {
	cursor:pointer;
}
.top li {
	cursor: pointer;
	display:table;
	margin:0px auto 0px auto;
	font-size: small;
}
.passive {
	color: #000000;
	background-color: #D3D3D3;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}
#context {
	width: 70%;
	margin: 0 auto;
}
.logOut {
	margin-top:25%;
	margin-left: 40%;
	text-align: center;
}
.form1 {
	width: 80%;
	margin: 0 auto;
}
.active {
	color:#006600;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #ffffff;
}
.logTab {
	color: #000000;
	text-align: center;
	text-decoration: none;
	background-color: #D3D3D3;
}
#refresh {
	cursor: pointer;
}
.glyphicon-chevron-down {
	cursor:default;
}
.fundColor {
	text-decoration: none;
	width:80% !important;
	cursor:pointer;
	color: #000000 !important;
}
.fundSelection {
	text-decoration: none;
	overflow:hidden;
}
.row {
	margin-left: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 5px;
}
.col-sm-10 {
	padding-right: 20% !important;
}
.col-sm-2 {
	padding-right: 0 !important;
}
.wcontrol {
	width:90% !important;
}
@-moz-keyframes spin {
	from {
		-moz-transform: rotate(0deg);
	}
	to {
		-moz-transform: rotate(360deg);
	}
}
@-webkit-keyframes spin {
	from {
		-webkit-transform: rotate(0deg);
	}
	to {
		-webkit-transform: rotate(360deg);
	}
}
@keyframes spin {
	from {
		transform: rotate(0deg);
	}
	to {
		transform: rotate(360deg);
	}
}

.history-sub{

    bottom: 0;
    right: 0;
    position: absolute;
    font-size: 25px;
    margin-right: 10px;
}


.circle{
    cursor:pointer;
    width: 66px;
    height: 39px;
    border-radius:60%;
    background-color:#808080;
    color:#fff;
    text-align:center;
    font-size:12px;
    overflow:hidden;
}


.circle.one-line{line-height:39px;}

#fundDropDownButton{
	
	border:0px;
	outline:0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow :hidden;
	text-align:left;
	font-size: larger;
	
}
.selectedFundfromService{
	
	color: green;
	
}


.open > .dropdown-menu {
  
    width: 100% !important;
	padding: 5px 4px !important;
}

button:focus {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.dropdown-menu li{
	  
	 cursor:pointer;
}
