body{
color:#000000;
font-size:13px;
font-family: 'Open Sans', sans-serif;
margin:0;
padding:0;
}
::selection {color:#fff;background:#a74922;}
 ::-moz-selection {color:#fff;background:#a74922;}
 ::-o-selection {color:#fff;background:#a74922;}
 ::-ms-selection {color:#fff;background:#a74922;}
 ::-webkit-selection {color:#fff;background:#a74922;}

.FontColor1{color: #005e8a;}
.FontColor2{color: #65953a;}
.FontColor3{color:#FFFFFF;}
.FontColor4{color:#000;}

.BgColor1{background-color:#fff;}


.TableAlt1{background-color:#055084; color:#fff;}
.AltColor11{background-color:#d1ecfe;}
.AltColor12{background-color:#edf8ff;}

.TableAlt2{background-color:#65953a; color:#fff;}
.AltColor21{background-color:#ddf6c4;}
.AltColor22{background-color: #f8ffef;}


/* Font Sizes */
.SmallerText {FONT-SIZE: 11px;}

.MediumText {FONT-SIZE: 12px;}

.NormalText {FONT-SIZE: 13px;}

.NormalTextBig {FONT-SIZE: 16px;}

.Heading {FONT-SIZE:20px;	}

.BiggerText {FONT-SIZE: 24px;}

.LargeText {FONT-SIZE: 32px;}

.SmallerLink{FONT-SIZE: 11px;text-decoration: none}
a.SmallerLink:hover {text-decoration:underline;}
	
.JustLinks {TEXT-DECORATION: none;}
a.JustLinks:hover{TEXT-DECORATION: underline;}

.AllCaps{text-transform:uppercase;}

.PositionABT{
	position: absolute}
.PositionREL{
	position: relative}
.PositionFIX{
	position: fixed}
	
.TableHeadingBig{
	FONT-SIZE: 18px;
	COLOR: #FFFFFF;
	padding-left: 10px;
	background-color: #d52621;
	background-image: linear-gradient(top, #d52621, #980f08); 
	background-image: -webkit-linear-gradient(top, #d52621, #980f08);
	background-image: -moz-linear-gradient(top, #d52621, #980f08);	
	background-image: -o-linear-gradient(top, #d52621, #980f08);
	border: 1px solid #640602;
	text-decoration: none;	
}
.Button
{
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #fff;
	text-decoration: none;
	box-shadow:inset 0px 2px 0px 0px #4ca4d6;	
	background-color: #02528a;
	background-image: linear-gradient(top, #005d9d, #003f75);
	background-image: -webkit-linear-gradient(top, #005d9d, #003f75);
	background-image: -moz-linear-gradient(top, #005d9d, #003f75);
	background-image: -o-linear-gradient(top, #005d9d, #003f75);	
	border: 1px solid #003f75;
	border-radius:4px;
	padding:5px 15px;
	outline:none;
	text-shadow:1px 1px 1px #444;
	cursor:pointer;	
}
.Button:active{
	top:1px;
	position:relative;
}
.ButtonColor{
	FONT-WEIGHT: bold;
	FONT-SIZE: 13px;
	COLOR: #fff;
	text-decoration: none;
	box-shadow:inset 0px 2px 0px 0px #b2d885;	
	background-color:#4e7e35;
	background-image: linear-gradient(top, #689d4b, #4e7e35);
	background-image: -webkit-linear-gradient(top, #689d4b, #4e7e35);
	background-image: -moz-linear-gradient(top, #689d4b, #4e7e35);	
	background-image: -ms-linear-gradient(top, #689d4b, #4e7e35);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#689d4b', EndColorStr='#4e7e35');
	border: 1px solid #82af6a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	padding:5px 15px;
	text-shadow:1px 1px 1px #666;
	outline:none;
	cursor:pointer;
	
}
.ButtonColor:active{
	top:1px;
	position:relative;
}
.ButtonSmall
{
	FONT-SIZE: 10px;
	COLOR: #FFFFFF;
	text-decoration: none;
	background-color:#4e7e35;
	background-image: linear-gradient(top, #689d4b, #4e7e35);
	background-image: -webkit-linear-gradient(top, #689d4b, #4e7e35);
	background-image: -moz-linear-gradient(top, #689d4b, #4e7e35);	
	background-image: -ms-linear-gradient(top, #689d4b, #4e7e35);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#689d4b', EndColorStr='#4e7e35');	
	border:1px solid #82af6a;		
	padding:3px 10px;
	outline:none;
}
.ButtonSmall:active{
	top:1px;
	position:relative;
}
.BigButton {
	font-size:24px;
	background-color: #02528a;
	background-image: linear-gradient(top, #005d9d, #003f75);
	background-image: -webkit-linear-gradient(top, #005d9d, #003f75);
	background-image: -moz-linear-gradient(top, #005d9d, #003f75);
	background-image: -o-linear-gradient(top, #005d9d, #003f75);	
	border: 2px solid #003f75;
	box-shadow:0px 0px 10px 0px #095750;	
	border-radius:10px;
	display:block;	
	cursor:pointer;
	outline:none;
	color:#fff;		
	padding:10px 15px 10px 25px;
	text-decoration:none;
}
.BigButton:hover {
	background-color:#a64922;
	background-image: linear-gradient(top, #c94c24, #88330d);
	background-image: -webkit-linear-gradient(top, #c94c24, #88330d);
	background-image: -moz-linear-gradient(top, #c94c24, #88330d);	
	background-image: -ms-linear-gradient(top, #c94c24, #88330d);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c94c24', EndColorStr='#88330d');
	border:2px solid #411908;
	}
.BigButton1 {
	font-size:20px;
	background-color:#4e7e35;
	background-image: linear-gradient(top, #689d4b, #4e7e35);
	background-image: -webkit-linear-gradient(top, #689d4b, #4e7e35);
	background-image: -moz-linear-gradient(top, #689d4b, #4e7e35);	
	background-image: -ms-linear-gradient(top, #689d4b, #4e7e35);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#689d4b', EndColorStr='#4e7e35');	
	border: 2px solid #82af6a;	
	border-radius:10px;
	display:block;	
	cursor:pointer;
	outline:none;
	color:#fff;	
	padding:5px 10px;	
	text-decoration:none;
}
.BigButton1:hover {
	background-color: #02528a;
	background-image: linear-gradient(top, #005d9d, #003f75);
	background-image: -webkit-linear-gradient(top, #005d9d, #003f75);
	background-image: -moz-linear-gradient(top, #005d9d, #003f75);
	background-image: -o-linear-gradient(top, #005d9d, #003f75);	
	border: 2px solid #003f75;
	}
	
.MediumButton {
	font-size:18px;
	background-color: #02528a;
	background-image: linear-gradient(top, #005d9d, #003f75);
	background-image: -webkit-linear-gradient(top, #005d9d, #003f75);
	background-image: -moz-linear-gradient(top, #005d9d, #003f75);
	background-image: -o-linear-gradient(top, #005d9d, #003f75);	
	border:1px solid #003f75;	
	border-radius:5px;		
	cursor:pointer;
	outline:none;
	color:#fff;	
	padding:5px 20px 5px 5px;	
	text-decoration:none;
}
.MediumButton:hover {	
		background-color:#4e7e35;
	background-image: linear-gradient(top, #689d4b, #4e7e35);
	background-image: -webkit-linear-gradient(top, #689d4b, #4e7e35);
	background-image: -moz-linear-gradient(top, #689d4b, #4e7e35);	
	background-image: -ms-linear-gradient(top, #689d4b, #4e7e35);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#689d4b', EndColorStr='#4e7e35');	
	border:1px solid #82af6a;		
}
.Active{	
	width:45px;
	height:45px;
	padding:5px;	
	background-color: #02528a;
	background-image: linear-gradient(top, #005d9d, #003f75);
	background-image: -webkit-linear-gradient(top, #005d9d, #003f75);
	background-image: -moz-linear-gradient(top, #005d9d, #003f75);
	background-image: -o-linear-gradient(top, #005d9d, #003f75);	
	border: 2px solid #003f75;
	border-radius:50%;
	margin-top:-45px;
	margin-left:3%;	
	position: relative;
	color:#FFF;
	font-size:32px;	
	line-height:1.4;
	text-align:center;
	text-shadow:0px 0px 2px #000;
	font-weight:600;	
	text-decoration:none;
	display:block;		
}

.Visited{	
	width:45px;
	height:45px;
	padding:5px;	
	background-color: #78b651;
	background-image: -webkit-linear-gradient(#92ce6b, #78b651);
	background-image: -moz-linear-gradient(#92ce6b, #78b651);
	background-image: -ms-linear-gradient(#92ce6b, #78b651);
	background-image: linear-gradient(#92ce6b, #78b651);	
	border: 2px solid #6da649;
	border-radius:50%;
	margin-top:-45px;
	margin-left:3%;	
	position: relative;
	
}
.Visited a{
	color: #fff;
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	display: block;
}

.Deselect{
	width: 45px;
	height: 45px;
	padding: 5px;
	background-color: #eef8ff;
	border: 2px solid #cbe3f3;
	border-radius: 50%;
	color: #cbe3f3;
	font-size: 32px;
	line-height: 1.4;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	display: block;
	margin-top: -45px;
	margin-left: 3%;
	position: relative;
}
	
.TopButton{	
	font-size:13px;
	text-align:center;
	width:98%;
	max-width:310px;
	padding:6px 8px;
	margin:3px;
	color:#640602;
	display:block;
	border-radius:6px;
	background-color: #f17b5d;
	background-image: linear-gradient(top, #fff, #f77f7f);
	background-image: -webkit-linear-gradient(top, #fff, #f77f7f);
	background-image: -moz-linear-gradient(top, #fff, #f77f7f);
	background-image: -o-linear-gradient(top, #fff, #f77f7f);
	border: 1px solid #640602;
	text-decoration: none;
	cursor:pointer;
	outline:none;}

.TopButton:hover{
	background-color: #416420;
	background-image: linear-gradient(top, #608441, #314320);
	background-image: -webkit-linear-gradient(top, #608441, #314320);
	background-image: -moz-linear-gradient(top, #608441, #314320);
	background-image: -o-linear-gradient(top, #608441, #314320);
	border: 1px solid #ffe6e6;
	color:#fff;	
}

	
/* All Border Styles */
.Border1 {border-width:1px; border-style:solid}
.Border2 {border-width: 2px;  border-style:solid}

.DottedBorder {border-width:1px; border-style:dotted}

.BorderBottom{border-bottom: 1px solid;}
.BorderBottomDashed{border-bottom: dashed 1px;}
.BorderBottomDotted{border-bottom: dotted 1px;}

.BorderTop{border-top: 1px solid;}
.BorderTopDashed{border-top: dashed 1px;}
.BorderTopDotted{border-top: dotted 1px;}

.BorderColor1{border-color: #3c83b5}
.BorderColor2{border-color:#89b56d}

/* Border Rounded Corners */
.BorderRounded15{border-radius:15px;}
.BorderRounded10{border-radius:10px;}
.BorderRounded8{border-radius:8px;}
.BorderRounded5{border-radius:5px;}

/* All Alignments */	
.AlignJustify{text-align:justify}
.AlignRight{text-align: right;}
.AlignCenter{text-align: center;}
.AlignLeft{text-align: left;}

/* Table Style */		
.TableStyle {
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ddd;
}
.TableStyle th {
    border: 1px solid #00529c;
    text-align: left;
    padding: 5px;
	background-color: #00529c;
	color:#FFF
}
.TableStyle td {
    border: 1px solid #ddd;
    text-align: left;
    padding:5px;	
}
.TableStyle tr:nth-child(even){background-color: #fff}

.Login{
	margin-top:15%;	
	background-color: #d52621;
	background-image: linear-gradient(top, #d52621, #980f08); 
	background-image: -webkit-linear-gradient(top, #d52621, #980f08);
	background-image: -moz-linear-gradient(top, #d52621, #980f08);	
	background-image: -o-linear-gradient(top, #d52621, #980f08);		
	box-shadow:inset 0px 0px 30px 0px #88110b, 0px 0px 20px 0px rgba(0,0,0,0.5);
	border-radius: 20px;
	}

/* Text Box Style*/	
.TextBox{
	width:98%;
	background-color:#fff;
	padding:5px 3px;
	border:1px solid #cccccc;
	border-radius:3px;
	outline:none;	
}
.TextBox:focus{
	background-color:#fff;
	border:1px solid #314320;
	transition:0.4s;
	outline:none;
}
input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; } /* FF 4-18 */
input:focus::-moz-placeholder { color:transparent; } /* FF 19+ */
input:focus:-ms-input-placeholder { color:transparent; } /* IE 10+ */

.Header {
	background-color:#4e7e35;
	background-image: linear-gradient(top, #689d4b, #4e7e35);
	background-image: -webkit-linear-gradient(top, #689d4b, #4e7e35);
	background-image: -moz-linear-gradient(top, #689d4b, #4e7e35);	
	background-image: -ms-linear-gradient(top, #689d4b, #4e7e35);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#689d4b', EndColorStr='#4e7e35');	
	border-bottom:2px solid #82af6a;
}
hr {display: block;
	height:1px;	
	border: 0;
	padding: 0;
	background-image: linear-gradient(left, transparent, #fff, transparent);
	background-image: -webkit-linear-gradient(left, transparent, #fff, transparent);
	background-image: -moz-linear-gradient(left, transparent, #fff, transparent);
	background-image: -ms-linear-gradient(left, transparent, #fff, transparent);
	background-image: -o-linear-gradient(left, transparent, #fff, transparent);	
	position: relative;
	border: none;	
}

.IconButton{
	font-size:16px;
	color:#FFF;
	padding-left:70px !important;
	background-color:#dc182c;
	background-image: linear-gradient(top, #c51326, #ed1c31);
	background-image: -webkit-linear-gradient(top, #c51326, #ed1c31);
	background-image: -moz-linear-gradient(top, #c51326, #ed1c31);	
	background-image: -ms-linear-gradient(top, #c51326, #ed1c31);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#c51326', EndColorStr='#ed1c31');
	border-bottom:2px solid #000;
	}
.IconButton:hover{
	background-color:#dc182c;
	background-image: linear-gradient(top, #ed1c31, #a2101f);
	background-image: -webkit-linear-gradient(top, #ed1c31, #a2101f);
	background-image: -moz-linear-gradient(top, #ed1c31, #a2101f);	
	background-image: -ms-linear-gradient(top, #ed1c31, #a2101f);
	filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='#ed1c31', EndColorStr='#a2101f');
	border-bottom:2px solid #000;
	}
	
.Icon{	
	max-width:50px;	
	z-index:2;
	position: relative;	
	margin-bottom:-45px;
	margin-left:2px;	
}
.LeftRoundCorner{
	border-top-left-radius:10px;
	border-bottom-left-radius:10px;
}
.RightRoundCorner{
	border-top-right-radius:10px;
	border-bottom-right-radius:10px;
}	

@media screen and (max-width:767px) {
.NormalTextBig {FONT-SIZE: 15px;}
.Heading{FONT-SIZE:18px;}
.BiggerText{FONT-SIZE: 22px;}
.LargeText{FONT-SIZE: 30px;	}
}

@media screen and (max-width:639px) {
.BiggerText{FONT-SIZE: 20px;}
.LargeText{FONT-SIZE: 28px;	}
}

@media screen and (max-width:479px) {
body {FONT-SIZE: 12px;}
.MediumText {FONT-SIZE: 11px;}
.NormalText {FONT-SIZE: 12px;}
.NormalTextBig {FONT-SIZE: 14.5px;}
.Heading {FONT-SIZE:16px; }
.BiggerText {FONT-SIZE: 18px;}
.LargeText {FONT-SIZE: 26px;}

}

@media screen and (max-width:359px) {
.LargeText{FONT-SIZE: 24px;}
}

.modalBackground 
{
	background-color:Black ;
	filter:alpha(opacity=65);
	-moz-opacity:0.65;                     
	Opacity:0.65; 
}

.white-popup {
  position: absolute;
  background: #FFF;
  padding: 0px;
  width: auto;
  max-width: 800px;
  margin: -50px auto;
  
}

 .pop-up-background {
            background: rgba(0,0,0,.7);
            cursor: pointer;
            height: 100%;
            left: 0;
            top: 0;
            position: fixed;
            width: 100%;
            z-index: 3000;
        }

        .pop-up {
            border: 1px solid #333;
            background-color: #FFF;
            padding: 10px;
            margin: auto;
            margin-top: 5%;
            width: 90%;
            -moz-box-shadow: 0px 0px 12px 5px #363636;
            -webkit-box-shadow: 0px 0px 12px 5px #363636;
            box-shadow: 0px 0px 12px 5px #363636;
            z-index: 3000;
        }

        .Close {
            position: relative;
            z-index: 3000;
            text-align: right;
            right: 0;
        }


         #tab-container ul {
            list-style: none;
            list-style-position: outside;
            width: 100%;
        }

            #tab-container ul.tab-menu li {
                display: block;
                float: left;
                position: relative;
                font-weight: 700;
                padding: 5px 10px 5px 10px;
                border-bottom: none;
                border-width: 1px;
                border-color:#000;
                color: #0c0c0c;
                cursor: pointer;
                height: 14px;
                margin-bottom: -1px;
                margin-right: 3px;
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
                background-color:#e0eef2;
            }

                #tab-container ul.tab-menu li.active {
                    height: 15px;
                    border-bottom: 0;
                   background-color:#003d4d; 
                   color:#fff;
                   
                }



        .tab-content {
            margin: 0 auto;
            border: 1px solid #004052;
            text-align: left;
            padding: 10px;
            padding-bottom: 20px;
            display: none;
            background-color:#f5fcff;
        }

        #tab-container div.active {
            display: block;
        }


    .chkCont {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.chkCont input {
    position: absolute;
    opacity: 0;
}

        .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.chkCont:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.chkCont input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.chkCont:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkCont input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.chkCont .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
