/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Ubuntu-Regular;
  src: url('../fonts/ubuntu/Ubuntu-Regular.ttf'); 
}
@font-face {
  font-family: Open Sansr;
  src: url('../Assets/Fonts/OpenSans-Regular.ttf'); 
}
@font-face {
  font-family: Ubuntu-Bold;
  src: url('../fonts/ubuntu/Ubuntu-Bold.ttf'); 
}

@font-face {
  font-family: JosefinSans-Bold;
  src: url('../fonts/JosefinSans/JosefinSans-Bold.ttf'); 
}

@font-face {
  font-family: segoesc;
  src: url('../Assets/Fonts/segoesc.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
	margin: 0px; 
	padding: 0px; 
	box-sizing: border-box;
}

body, html {
	height: 100%;
	font-family: Ubuntu-Regular, sans-serif;
}

/*---------------------------------------------*/
a {
	/*font-family: Ubuntu-Regular;
	font-size: 14px;*/
	line-height: 1.7;
	color: #666666;
	margin: 0px;
	transition: all 0.4s;
	-webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
}

a:focus {
	outline: none !important;
}

a:hover {
	text-decoration: none;
  color: #1b3815;
}

/*---------------------------------------------*/
h1,h2,h3,h4,h5,h6 {
	margin: 0px;
}

p {
	font-family: Ubuntu-Regular;
	font-size: 14px;
	line-height: 1.7;
	color: #666666;
	margin: 0px;
}

ul, li {
	margin: 0px;
	list-style-type: none;
}


/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}


input::-webkit-input-placeholder { color: #1b3815;}
input:-moz-placeholder { color: #1b3815;}
input::-moz-placeholder { color: #1b3815;}
input:-ms-input-placeholder { color: #1b3815;}

textarea::-webkit-input-placeholder { color: #1b3815;}
textarea:-moz-placeholder { color: #1b3815;}
textarea::-moz-placeholder { color: #1b3815;}
textarea:-ms-input-placeholder { color: #1b3815;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ Utility ]*/
.txt1 {
  font-family: Ubuntu-Regular;
  font-size: 13px;
  color: #999999;
  line-height: 1.4;
}

.txt2 {
  font-family: Ubuntu-Regular;
  font-size: 13px;
  color: #0D2D62;
  line-height: 1.4;
}

.txt3 {
  font-family: Ubuntu-Bold;
  font-size: 13px;
  color: #0D2D62;
  line-height: 1.4;
  text-transform: uppercase;
}
.m-b-16 {
    margin-bottom: 6px;
    margin-top:-35pt
}
 #Name1 {
     color:#FFF; 
     font-size: 18px;
     line-height: 1.2;
     font-family: Merriweather-Regular;
     font-weight: 700;
}
 #Name2 {
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: white; 
       margin-left: 67pt;
  }
@font-face {
    font-family: 'Merriweather-Regular';
    src: url('../fonts/Merriweather-Regular.ttf') format('truetype');
}
#Name3 {
    font-family: arial; font-size: 10pt; color: white; margin-top:25pt;margin-left: 67pt;
}
#Name4 {
    font-family: arial; font-size: 10pt; color: white; margin-top:25pt;margin-left: 67pt;
}
#Name5 {
    color:white; font-size: 10pt;margin-bottom: 40pt;font-family:Arial;
}
#Few {
    font-family: times new romans;
    font-size: 25pt;
    font-weight: 600;
}

/*//////////////////////////////////////////////////////////////////
[ login ]*/

.limiter {
  width: 100%;
  margin: 0 auto;
}

.container-login100 {
  width: 100%;  
  min-height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
  position: relative;
  background-color: #fff;
}

.wrap-login100 {
  width: 329px;
  background: #fff;
  overflow: hidden;
  box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 3px 20px 0px rgba(0, 0, 0, 0.1);
}


/*==================================================================
[ Form ]*/

.login100-form {
  width: 100%;
  position: relative;
 
}

.login100-form-title {
  font-family: JosefinSans-Bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-align: center;

  display: block;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #0D2D62;
  padding-top: 25px;
  padding-bottom: 25px;
}

/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  background-color: #fff;
  border-radius: 27px;
  position: relative;
  z-index: 1;
}

.input100 {
  font-family: Ubuntu-Bold;
  font-size: 13px;
  color: #1b3815;
  line-height: 1.2;

  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  background: #ebebeb;
  
  padding: 0 35px 0 35px;
}


/*------------------------------------------------------------------
[ Focus Input ]*/

.focus-input100 {
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 31px;
  background-color: #ebebeb;
  pointer-events: none;
  
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.input100:focus + .focus-input100 {
  width: calc(100% + 20px);
}.container-login100 

/*------------------------------------------------------------------
[ Button ]*/
.container-login100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
 
  margin-left: 104pt;
}

.login100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0px;
  width: 69%;
  height: 40px;
  background-color: #0D2D62;
  font-family: Ubuntu-Bold;
  font-size: 13px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.login100-form-btn:hover {
  background-color: #c80000;
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  z-index: 1000;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 14px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;

  font-family: Ubuntu-Bold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  z-index: 1100;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
  .login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 1px;
    width: 69%;
    height: 40px;
    background-color: #0D2D62;
    font-family: Ubuntu-Bold;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
  .container-login100 {
  width: 100%;  
  min-height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
  position: relative;
  background-color: #fff;
}
  #Name1{
     color:#FFF; 
     font-size: 18px;
     line-height: 1.2;
     font-family: Merriweather,"Times New Roman",Times,serif;
     font-weight: 700;
}
  
  #Name2{
      font-size: 14px;
      font-weight: 700;
      text-transform: uppercase;
      color: white; 
      margin-left: 67pt;
  }
  #Name3{
    font-family: arial; font-size: 10pt; color: white; margin-top:40pt;margin-left: 60pt;
}
  #Name4{
    font-family: arial; font-size: 10pt; color: white; margin-top:40pt;margin-left: 60pt;
}
  #Name5{
    color:white; font-size: 10pt;margin-bottom: 40pt;font-family:Arial;
}
  #Few{
    font-family: times new romans;
    font-size: 25pt;
    font-weight: 600;
}
}

/*//////////////////////////////////////////////////////////////////
[ Responsive ]*/

@media (max-width: 576px) {
  .login100-form {
    padding-left: 15px;
    padding-right: 15px;
  }
  .container-login100 {
  width: 100%;  
  min-height: 80vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  
  position: relative;
  background-color: #fff;
}
  .login100-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: -1px 10px;
    width: 74%;
    height: 40px;
    background-color: #0D2D62;
    font-family: Ubuntu-Bold;
    font-size: 13px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
  #Name1 {
    
    color: #FFF;
    font-size: 14px;
    line-height: 1.2;
    font-family: Merriweather,"Times New Roman",Times,serif;
    font-weight: 700;
}
  #Name2 {
      font-size: 12pt;
      font-weight: 700;
      text-transform: uppercase;
      color: white; 
      margin-left: 14pt;
}
  #Name3{
    font-family: arial; font-size: 10pt; color: white; margin-top:40pt; margin-left: 10pt;
}
  #Name4{
    font-family: arial; font-size: 10pt; color: white; margin-top:40pt; margin-left: 10pt;
}
  #Name5{
    color:white; font-size: 10pt;margin-bottom: 40pt;font-family:Arial ;margin-left: 10pt;
}
  #Few{
    font-family: times new romans;
    font-size: 20pt;
    font-weight: 600;
}
}


/*------login_css_responsive---*/
/*------Search Box---*/
* {
  box-sizing: border-box;
}

form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid grey;
  float: left;
  width: 45%;
  background: #f1f1f1;
}

form.example button {
  float: left;
  width: 30%;
  padding: 10px;
  background: #c80000;
  color: white;
  font-size: 12px;
  border: 1px solid grey;
  border-left: none;
  cursor: pointer;
}

form.example button:hover {
  background: #fff;
  color:red;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}
/*-------*/
#login .container #login-row #login-column #login-box {
  
  max-width: 600px;
  height: 320px;
  border: 1px solid #9C9C9C;
  background-color: #EAEAEA;
}
#login .container #login-row #login-column #login-box #login-form {
  padding: 20px;
}
#login .container #login-row #login-column #login-box #login-form #register-link {
  margin-top: -85px;
}

/*---Menu----*/
/*Home_page----*/



@media (max-width: 576px) {

}
@media (max-width: 992px) {
}



/*Home_page----*/
/*#MasterBody .navMenu {
    background-color: #F2F2F2;
    
    border-bottom: 0px solid #39b54a;
    margin-top: 0px;
}*/
/**/
#MasterBody .navMenu .staticHome {
        list-style: none;
        display: inline-block;
        /*margin-left: 20px;*/
        float: left;
        padding:15px;
        font-weight: bold;
       
    }
#MasterBody .navMenu .staticHome li a {
    cursor: pointer;
    /*height: 28px;*/
    padding: 12px 30px 12px 30px;
    color: #5d5d5d;
    text-decoration: initial;
    font-weight: bold;
}
    #MasterBody .navMenu .staticHome li a:hover {
        color: white;
        background-color: gray;
        transition: all 0.10s ease-in-out;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    }
    #MasterBody .navMenu a img {
        display: none;
    }
    #MasterBody .navMenu #ctl00_menuMain tr td table tr td a {
        padding: 0 20px;
        cursor: pointer;
        height: 28px;
        padding-top: 12px;
        color: #5d5d5d;
        display: inline-block;
    }
    #MasterBody .navMenu #ctl00_menuMain tr td table tr td img {
        display: none;
    }
    #MasterBody .navMenu #ctl00_menuMain tr td table tr td a:hover {
        color: white;
        background-color: gray;
        transition: all 0.10s ease-in-out;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    }
  
    #MasterBody .navMenu > div tr td a {
        padding: 0 20px;
        cursor: pointer;
        height: 28px;
        padding-top: 12px;
        color: #5d5d5d;
        display: inline-block;
        width: 100%;
        /*min-width: 150px;*/
        border-top: 1px solid SILVER;
        /*border-bottom: 1px solid SILVER;*/
    }
        #MasterBody .navMenu > div tr td a:hover {
            color: white;
            background-color: gray;
            box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
            transition: all 0.10s ease-in-out;
            width: 100%;
        }
/*navMenu*/

li a {
   color:darkblue;
   font-size:16px;
}

.highlighted {
    /* border: 2px solid #b404ae; */
    background-image: none !important;
}

.nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #ffffff;
    color:darkblue;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    transition: all 0.10s ease-in-out;
}




.navbar-toggle {
   position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid white;
    border-radius: 4px;
}
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    background-color: #001971;
    height: 2px;
    border-radius: 1px;
}


/*Footer*/
#MasterBody .footer {
    width: 80%;
    margin: 0 auto;
    margin-top: 50px;
    border-top: 1px solid darkblue;
    padding-top: 10px;
    text-align: center;
    margin-bottom: 10px;
}


.row {
    margin-right: 0 !important;
     margin-left: 0 !important; 
}




/*Message and Page Title*/
.ContainWrapper .Message-Area {
    margin-top: 10px;
    margin-bottom: 0px;
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    padding: 3px;
}
.ContainWrapper .Message-Area .msgTitle {
    font-weight: bold;
    font-size: 9pt;
}
.ContainWrapper .Message-Area #MainContainer_lblMsg {
    color: red;
}

.ContainWrapper .PageTitle {
    margin-top: 10px;
}
.ContainWrapper .PageTitle label {
    font-weight: 500;
    font-family: Segoe;
    font-size: 10pt;
    letter-spacing: 1px;
    color: green;
}

/*login page div gradient*/

.gradient_div {
    width:100%;margin: 150px auto;border: 0px solid #B5C7DE;text-align: left; padding-bottom: 4px;
    background: -webkit-radial-gradient(red, green, blue); /* Safari 5.1 to 6.0 */
    background: -o-radial-gradient(red, green, blue); /* For Opera 11.6 to 12.0 */
    background: -moz-radial-gradient(red, green, green); /* For Firefox 3.6 to 15 */
    background: radial-gradient(#c1e6b2, #d0f0c3, #cbdcc3); /* Standard syntax (must be last) */
}

.Padding {
    padding: 0 10px 0 10px;
}

input.button{
	    color: #127817;   
	    font-weight:normal;    
        font-size: 9pt;
        font-family: Tahoma;				    
        vertical-align: middle;	 		
        border: solid 1px #fab564;	
        background: #eab434 50% top;
        padding: 1px 1px 1px 1px;
	    cursor: pointer;
	    margin-right: 0px;
        margin-left: 0px;
        }
        input.button:hover{
	    background: #B5D7DB top;	
	    border: solid 1px #71ACB4;	
        }

        hr {
        
        background-color: #dadada;
        height: 1px;
        border: 0px solid;
        }

.pointer {
    cursor: pointer;
}

.container-fluid {
    padding-right:0;
}












.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: white;
    background-color: gray;
    transition: all 0.10s ease-in-out;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
}


#MasterBody .navMenu .staticHome:hover {
        list-style: none;
        display: inline-block;
        float: left;
        color: darkblue;
        background-color: #ffffff;
        transition: all 0.10s ease-in-out;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
       
    }

.dynamic a{
        padding: 0 20px;
        cursor: pointer;
        height: 28px;
        padding-top: 12px;
        color: darkblue;
        display: inline-block;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    color: darkblue;
    background-color: #ffffff;
    transition: all 0.10s ease-in-out;
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: white;
        background-color: gray;
        transition: all 0.10s ease-in-out;
        box-shadow: 0 8px 8px rgba(0, 0, 0, 0.2), 0 6px 6px rgba(0, 0, 0, 0.19);
    }
}



@media (min-width: 992px) and (max-width:1100px) {
    .siden {
        width:220px !important;
    }
    .app-main {
        padding-left:30px !important;
    }
}


@media (min-width: 1101px) and (max-width:1299px) {
    .siden {
        width:235px !important;
    }
    .app-main {
        padding-left:30px !important;
    }
}



@media (min-width: 1300px) and (max-width:1400px) {
    .siden {
        width:250px !important;
    }
    .app-main {
        padding-left:20px !important;
    }
}

.navbar {
    position: relative;
    min-height: 55px;
    margin-bottom: 0;
    border: 1px solid transparent;
}



.add_btn {
    font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
    line-height: 1.5;
    color: darkblue;
    width: 115px !important;
    margin-bottom: 8px;
    background: transparent;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid darkblue;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .add_btn:hover {
        background-color:#333333;
        color: white
    }

.add_btn1 {
    font-family: 'Google Sans','Noto Sans Myanmar UI',arial,sans-serif;
    line-height: 1.5;
    color: darkblue;
    width: 50% !important;
    margin-bottom: 8px;
    background: transparent;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid darkblue;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: inherit;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.add_btn1:hover {
        background-color:#333333;
        color: white
    }


@media (max-width: 768px) {
    #MasterBody .loginStatusPanel .semesterStatusLabel1 {
    display: inline-block;
    width: 88px;
    text-align: right;
    color: #cf6c6c;
    font-weight: bolder;
    letter-spacing: 1px;
}

    #divProgress {
        
        
       
        top: 50% !important;
        left: 16% !important; 
        transform: translate(-50%, -50%) !important;
    }

    #MasterBody .loginStatusPanel .semesterStatusLabel {
    display: inline-block;
    width:61px;
    text-align: right;
    color: #1f6c14;
    font-weight: bolder;
    letter-spacing: 1px;
}
    #MasterBody .loginStatusPanel {
        text-align:left;
    }

    .img1 {
        display:none !important;
    }
    .img2 {
        display:block !important;
        width:15% !important; 
        margin:0 auto;
        padding-top: 10px;
    }
    #ctl00_imgAvatar {
        display:none !important;
    }
    .add_btn {
        width:100% !important;
        margin-top:5px
     
    }

    .add_btn1 {
        width:100% !important;
        margin-top:5px
     
    }
    #MasterBody .loginStatusPanel .StatusPanelContainer {
    margin-top: 5px;
    text-align: left;
}
   #MasterBody .loginStatusPanel .StatusPanelContainer .StatusPanel #ctl00_lblAvatarName {
    display: inline-block;
    margin: 6px 0px 6px 0px;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: bold;
    color: #1d0909;
}
}


.pp {
    background:white;
    border-radius: 8px;
}



.img2 {
    display:none;
}

img {
     vertical-align: initial; 
}



.level3 {
    top: 14px;
    left: 150px;
}

.level2, level3 {
    background:#efefef
}