			body,html{
				font-family: Open Sans;
			}
			
			.header{
				background-color: #3b526f !important;
			}
			
			.color_white{
				color: #ffffff  !important;
			}
			
			.card {
				box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
			}
			
			h6{
				font-size:20px ! important;
			}
			
			.myItems {margin-top:10px;margin-left:10px;margin-right:10px;}

			.myItems .item {
				vertical-align:middle; 
				text-align:center; 
				font-size:18px; 
				font-weight:bold; 
				width:33.3%; 
				height:35px; 
				cursor:pointer;
				border-bottom: 1px solid #AAAAAA;
				border-left: 1px solid #AAAAAA;
				background-color:#EEEEEE; 
				color:#000000;
				font-family:'Open Sans';
			}
			

			
			.myItems .item:first-child, .myItems .item:second-child, .myItems .item:third-child{
				border-top:none; 
			}
			
			.myItems .item:first-child, .myItems .item:nth-last-child(3), .myItems .item:nth-last-child(6), .myItems .item:nth-last-child(9)  {
				border-left:none; 
			}
			
			.myItems .item:last-child , .myItems .item:nth-last-child(2) , .myItems .item:nth-last-child(3) {
				border-bottom:none; 
			}

			.myItems .item:hover {background-color:#999999; color:#DDDDDD;}

			.myItems > div {
				float: left;
				line-height: 30px;
				width: 60px;
				text-align: center;
				background-color: steelblue;
				color: #000000;
				border-radius: 0px;
				margin: 0px;
			}
			.myItems {
				max-width: 100%;
			}
			
			.myItems1 {margin-top:10px;margin-left:10px;margin-right:10px;margin-bottom:10px;}

			.myItems1 .item {
				vertical-align:middle; 
				text-align:center; 
				font-size:18px; 
				font-weight:bold; 
				width:33.3%; 
				height:35px; 
				cursor:pointer;
				border-bottom: 1px solid #AAAAAA;
				border-left: 1px solid #AAAAAA;
				background-color:#EEEEEE; 
				color:#000000;
				font-family:'Open Sans';
			}
			

			
			.myItems1 .item:first-child, .myItems1 .item:second-child, .myItems1 .item:third-child{
				border-top:none; 
			}
			
			.myItems1 .item:first-child, .myItems1 .item:nth-last-child(3), .myItems1 .item:nth-last-child(6), .myItems1 .item:nth-last-child(9)  {
				border-left:none; 
			}
			
			.myItems1 .item:last-child , .myItems1 .item:nth-last-child(2) , .myItems1 .item:nth-last-child(3) {
				border-bottom:none; 
			}

			.myItems1 .item:hover {background-color:#999999; color:#DDDDDD;}

			.myItems1 > div {
				float: left;
				line-height: 30px;
				width: 60px;
				text-align: center;
				background-color: steelblue;
				color: #000000;
				border-radius: 0px;
				margin: 0px;
			}
			.myItems1 {
				max-width: 100%;
			}
			
			.myItems2 {margin-top:10px;margin-left:10px;margin-right:10px;margin-bottom:10px;}

			.myItems2 .item {
				vertical-align:middle; 
				text-align:center; 
				font-size:18px; 
				font-weight:bold; 
				width:33.3%; 
				height:35px; 
				cursor:pointer;
				border-bottom: 1px solid #AAAAAA;
				border-left: 1px solid #AAAAAA;
				background-color:#EEEEEE; 
				color:#000000;
				font-family:'Open Sans';
			}
			

			
			.myItems2 .item:first-child, .myItems2 .item:second-child, .myItems2 .item:third-child{
				border-top:none; 
			}
			
			.myItems2 .item:first-child, .myItems2 .item:nth-last-child(3), .myItems2 .item:nth-last-child(6), .myItems2 .item:nth-last-child(9)  {
				border-left:none; 
			}
			
			.myItems2 .item:last-child , .myItems2 .item:nth-last-child(2) , .myItems2 .item:nth-last-child(3) {
				border-bottom:none; 
			}

			.myItems2 .item:hover {background-color:#999999; color:#DDDDDD;}

			.myItems2 > div {
				float: left;
				line-height: 30px;
				width: 60px;
				text-align: center;
				background-color: steelblue;
				color: #000000;
				border-radius: 0px;
				margin: 0px;
			}
			.myItems2 {
				max-width: 100%;
			}
			
			.margin_20{
				margin: 20px;
			}
			
            .footer {
                position: fixed;
                left: 0;
                bottom: 0;
                width: 100%;
                background-color:#025296;
                color: #FFFFFF;
                text-align: center;
                font-size:12px;
            }
                                                
            .mainfooter{
            color:#FFFFFF;
            }
            .mainfooter:hover
            {
            color:#FFFFFF;
            }
            
            #ToastContainer {
				visibility: hidden;
				width: 40%;
				padding-right: 100px;
				top: 50%;
				left: 50%;
				text-align: left;
				border-radius: 2px;
				padding: 10px;
				position: absolute;
				font-size: 18px;	
				padding-top: 15px;
				padding-bottom: 15px;
				height: auto;
				font-family: "Open Sans";
				transform: translate(-50%,-50%);
				-ms-transform: translate(-50%,-50%);
				color: #000000;
				background-color: #FFFFFF;
			}

			#ToastContainer.show {
				visibility: visible;
				-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
				animation: fadein 0.5s, fadeout 0.5s 4.5s;
			}
			
			#overlay_effect {
				position: fixed;
				display: none;
				width: 100%;
				height: 100%;
				top: 0;
				left: 0;
				right: 0;
				bottom: 0;
				background-color: rgba(0,0,0,0.5);
				z-index: 2;
				cursor: pointer;
			}
			
			@media only screen and (max-width: 575px) {
				#ToastContainer{
					width:70%;
				}
			}

			/*@-webkit-keyframes fadein {
				from {opacity: 0;} 
				to {opacity: 1;}
			}

			@keyframes fadein {
				from {opacity: 0;}
				to {opacity: 1;}
			}

			@-webkit-keyframes fadeout {
				from {opacity: 1;} 
				to {opacity: 0;}
			}

			@keyframes fadeout {
				from {opacity: 1;}
				to {opacity: 0;}
			}*/
			
			.margin_16px{
				margin-top: 16px; 
				margin-bottom: 16px;
			}
			.margin_top_16px{
				margin-top: 16px;
			}
			.margin_bottom_20px{
				margin-bottom: 20px !important;
			}
			
            .second_button{
	            background-color:#ffffff !important;
	            color: #3b526f !important;
	            border:1px solid #3b526f !important;
            }
            .second_button:hover{
	            background-color:#ffffff !important;
	            color: #3b526f !important;
	            border:1px solid #3b526f !important;
            }
            
            .margin_bottom_10px{
	            margin-bottom: 10px;
            }