/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

.cal-legends {
    margin: 20px auto;
    padding: 0;
    text-align: center;
}
.cal-legends li {
    display: inline-block;
    list-style: none;
    margin: 10px;
}
.cal-legends li .swatch {
    width: 10px;
    height: 10px;
    background-color: #cccccc;
    display: inline-block;
    margin-right: 10px;
    border-radius: 20px;
}

.hd{
    display: none;
}

.screenLoader{
    position:fixed;
    z-index:99999;
    background-color:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    padding:20px;
    margin: 0 auto;
    /*margin:-45px 0 0 -100px;*/
    text-align: center
}
.screenLoaderContent{
    position: fixed;
    top: 50%;
    left: 25%;
    right: 25%;
}

.screenLoaderContent img{
    width: 80px;
}

.label-square{
	height: 20px;
	width: 20px;
}

.text-green{
	color: rgba(35,187,85,1);
}
.text-red{
	color: red;
}
.text-gold{
	color: gold;
}

@media (max-width: 1200px) {
	
}

@media (max-width: 979px) {
	
}

@media (max-width: 767px) {
	
}

@media (max-width: 480px) {
	
}