/* Styles go here */
@import url('https://fonts.googleapis.com/css?family=Quicksand');


@-webkit-keyframes pulsein {
    0%, 100% {
        top: 0px;
        height: 20px;
        width: 20px;
    }

    50% {
        top: 5px;
        height: 14px;
        width: 26px;
    }
}

@keyframes pulsein {
    0%, 100% {
        top: 0px;
        height: 20px;
        width: 20px;
    }

    50% {
        top: 5px;
        height: 14px;
        width: 26px;
    }
}

@-webkit-keyframes pulseout {
    0%, 100% {
        top: 0px;
        height: 20px;
        width: 20px;
    }

    50% {
        top: 5px;
        height: 14px;
        width: 26px;
    }
}

@keyframes pulseout {
    0%, 100% {
        top: 0px;
        height: 20px;
        width: 20px;
    }

    50% {
        top: 5px;
        height: 14px;
        width: 26px;
    }
}

.bodyCSS {
   background-color: #e8ecef;
}

.mainmenustyle{

    background-color: #07337b; /*#2d333d;*/
    border-bottom: solid 1px;
    border-bottom-color:#47423F;
    color:white;
    padding-bottom:10px;
}


.imgLogo {
  width:65px;
  height:55px;
  border-radius: 15px;
  float: left;
  margin-left:15px;
  margin-top:5px;
}

.HeaderPanelCSS {
    background-color: #313e4e;
    text-align: center;
    color:white;
}

.panelpaneldefaultCSS {
    border: solid gray 1px;
}

.MainpanelheadingCSS {
    text-align: center; 
    font-family: 'Lucida Calligraphy';
    border-bottom: solid 1px;
}

.panelheadingCSS {
    background-color: #ececec;
    border-bottom: solid 1px #cacaca;
}
.inputSetting {
    border: solid 1px gray;
}

.navbarnavbar-inverseCSS {
    background-color: #313e4e;
    border-bottom: solid #efd481 2px;
}

.ClassificationCSS {
    background-color: #cfd2d6; border: solid 1px gray;
}

/*Collapsable and Expand span settings*/

.SpanExpandAndCollapseCSS {

    font-size: 20px;
}

.ExpandPlusSignCSS {

    font-size: 20px;color:green;
}

.CollapseMinusSignCSS {

    font-size: 20px;color:red;
}

.clickable{
    cursor: pointer;   
}

.panel-heading span {
	margin-top: -20px;
	font-size: 15px;
}
.menuHover li:hover {
    
    background-color:#59b300;/* background-color:#556275; #6b6d70;:#2EA620;#99ff33*/
    border-radius: 5px;
    color: black;
    text-decoration: underline;

    
}

.lead {
    color: #07337b;
}

 .panel-title{
    color:#07337b;
}