﻿


/*---- NEW CSS ----*/
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.header {
    background: #ffffff;
    position: fixed;
    background-color: #041e3f;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9;
    opacity: 1;
    visibility: visible;
}
/*uncomment below css to fix header position*/
.is-wrapper {
    margin-top: 68px !important;
}

.header:after, .form-group:after {
    clear: both;
    display: table;
    content: "";
}

.header:hover .is-section-tool {
    opacity: 1;
    transition: all 0.2s ease-in-out;
}

.logo {
    width: 18%;
    float: left;
   /* padding: 10px 0;*/
   height:80px;
}

    .logo img {
        max-height: 100%;
        margin:0px !important;
        padding:5px;
    }

.nav {
    float: right;
    width: 82%;
}

    .nav ul {
        list-style: none;
        padding: 0;
        margin: 10px 0 0 0;
        float: right;
    }

    .nav li {
        display: inline-block;
        margin: 0 0px;
        line-height: 40px;
    }

        .nav li a {
            padding: 3px 6px;
            font-size: 0.9em;
            color: #F5F5F5;
            line-height: 2em;
            border-radius: 5px;
            letter-spacing: 1px;
            display: inline-block;
            margin-bottom: 0;
            font-weight: normal;
            text-align: center;
            text-decoration: none;
            vertical-align: middle;
            cursor: pointer;
            background-image: none;
            border: 1px solid transparent;
            white-space: nowrap;
        }

            .nav li a:hover {
                /*background-color: #ccc;
                text-decoration:underline;*/
                opacity: .70;
             }


.is-uploadlogo {
    position: relative;
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    background: rgb(90, 156, 38) none repeat scroll 0% 0%;
}

.help-text {
    display: block;
}

.col4 {
    float: left;
    width: 40%;
}

.col5 {
    float: left;
    width: 50%;
}

.col6 {
    float: left;
    width: 60%;
}

.input-sm {
    width: 100%;
    padding:5px;
}

#md-editsection {
    display: none;
}

.btn-account {
    position: absolute;
    top: 12px;
    left: 60px;
}

    .btn-account img {
        height: 40px;
    }

.dropbtn {
    border: none;
    cursor: pointer;
    background: none;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #7f7f7f;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}

    .dropdown-content a {
        padding: 5px 15px;
        text-decoration: none;
        font-weight: 600;
        font-size: 14px;
        display: block;
        color: #fff;
        cursor: pointer;
    }

        .dropdown-content a:hover {
            background-color: #d3d3d3;
            color: #222;
        }

.dropdown:hover .dropdown-content {
    display: block;
}

p {
    line-height: 1.4;
}

.is-boxes {
    min-height: 0;
}



@media screen and (max-width: 500px) {
    .is-wrapper {
        margin-top: 52px !important;
    }
}

@media screen and (min-width: 501px) and (max-width: 720px) {
    .is-wrapper {
        margin-top: 55px !important;
    }
}

@media screen and (min-width: 721px) and (max-width: 850px) {
    .is-wrapper {
        margin-top: 62px !important;
    }
}



/* .ewebsub-menu li { */
    /* display: block; */
    /* margin: 0; */
	/* position:relative; */
/* } */

    /* .ewebsub-menu li a { */
        /* color: #000 !important; */
        /* line-height: 22px; */
    /* } */

/* .ewebsub-menu { */
    /* position: absolute; */
    /* left: 0; */
    /* display: none; */
    /* background: #fff; */
    /* -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); */
    /* -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); */
    /* box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2); */
    /* top: 30px; */
    /* margin-top: 12px !important; */
    /* min-width: 200px; */
/* } */

/* .has-ewebsub-menu { */
    /* position: relative; */
/* } */

/* .nav li:last-child:hover .ewebsub-menu { */
    /* right: 0; */
    /* left: auto !important; */
/* } */

/* .has-ewebsub-menu:hover .ewebsub-menu { */
    /* display: block !important; */
/* } */


@media(max-width:991) {
    .header .menu-bar {
        display: block;
        float: right;
        margin: 10px;
        position: absolute;
        z-index: 1545645;
        top: 10px;
        right: 10px;
    }

    .logo {
        display: block;
        margin: auto;
        width: 100%;
        text-align: center;
    }
}
/* .has-ewebsub-menu .ewebsub-menu:hover .ewebsub-submenu {display: block;} */
/* .ewebsub-submenu {position: absolute;left: -200px;display: none;top: -10px;width: 200px;background: #e1e1e1;} */
/* .nav li:last-child:hover .ewebsub-menu .ewebsub-submenu {    right: 0;} */



/* 25-03-2019 */
  
  #headerMenu ul {
	  
			
			float: right;
			-webkit-transition: .5s;
			transition: .5s;
		}
	
		#headerMenu li {
			float: left;
			position: relative;
			width: auto;
			list-style: none;
			-webkit-transition: .5s;
			transition: .5s;
			/*background: white;*/
			margin-right:1px;
		}
	
		#headerMenu > ul > li > a, h1 {
			/* text-transform: uppercase; */
		}
	
		#headerMenu a {
			display: block;
			text-decoration: none;
			padding: 3px 8px;
			color: #000;
		}

		#headerMenu ul ul {
			position: absolute;
			left: 0;
			top: 100%;
			visibility: hidden;
			opacity: 0;
		}
	
		#headerMenu ul ul ul {
			left: 100%;
			top: 0;
		}
	/*Commented on 4th Apr 2019 #headerMenu li:hover,*/
		 #headerMenu li:hover li {
			background: #ddd;
		}
	
		#headerMenu li li:hover, #headerMenu li li:hover li {
			background: #bbb;
		}
	
		#headerMenu li li li:hover {
			background: #999;
		}
	
		#headerMenu li:hover > ul {
			visibility: visible;
			opacity: 1;
		}
		.nav ul ul {
    margin: 1px 0 0 1px;
}
#headerMenu li ul li {
    width: 150px;
}

/* Adden on - 4th Apr 2019*/
.nav ul li li a{
	  border-radius:0px;
  }