

    .Heading, .LoginHeading, .MobileHeading, #ddblueblockmenu, #ddblueblockmenu div.menutitle, .my-btn {
      background-color: #337AB7 !important;;  /* #337ab7; */
      border-color: #337AB7 !important;;
    }

	.BlueLine { 
		border-top:solid 1px #337AB7;
	} 

	.smallCalendar {
		border-color: #337AB7;
	}
	.smallCalendar .cTitle, .smallCalendar .cDayHeader { 
		background-color: #337AB7; 
	}
		
	#ddblueblockmenu li a:hover, #ddblueblockmenu .selected {
        color: #336699;
	    background-color: #EFF3FB;
	    border-left-color: #336699;
	}

	#ddblueblockmenu li a {
	    border-bottom: 1px solid #337AB7;
	    border-left: 7px solid #81A8CE;
        border-left-color: #81A8CE;
	}


.button:hover {
        text-decoration: underline;
        background-color: #336699;
        background: -webkit-gradient(linear, left top, left bottom, from(#336699), to(#337AB7));
        background: -webkit-linear-gradient(top, #336699, #337AB7);
        background: -moz-linear-gradient(top, #336699, #337AB7);
        background: -ms-linear-gradient(top, #336699, #337AB7);
        background: -o-linear-gradient(top, #336699, #337AB7);
}



.form-horizontal .form-group {
            margin-top: 15px;
            margin-bottom: 15px;
        }

.table-fixed td {
        overflow: hidden;
        padding: 2px;
        max-width: 150px;
    }


.my-btn:hover { 
  border-color: #336699 !important; 
  background-color: #336699 !important; 
}


.rounded-corners {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #337AB7;
    overflow: hidden;
}

.ddlSelectedColor {
    background: #337AB7 !important;
    color: #ffffff !important;
}

.GridRowStyle:hover {
    background-color: #81A8CE !important;
}



