﻿@charset "utf-8";

@import url('css/font-awesome.min.css');
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
}

.bodybackground {
    background-image: url(Images/HeaderBack.png);
    background-repeat: repeat-x;
    width:100%;
    display:inline-block;
}

.icon_close {
    width: 15px;
    height: 15px;
    background: url(../images/icon_close.png) no-repeat left top;
    position: absolute;
    right: 18px;
    top: 2px;
}

.closeiconpop {
    top: 45px;
    right: 16px;

}

.error-messages-val {
    margin-bottom: 4px;
    color: red;
    padding-left: 5px;
}

    .error-messages-val > li {
        font-size: 13px;
    }

.MainBG {
    width: 1000px;
    margin: 0px auto;
}

.NavigationArea {
    height: 46px;
}

.BannerArea {
    height: 239px;
    width: 1000px;
    background-image: url(Images/Banner.gif);
    background-repeat: no-repeat;
}

/* Navigation CSS Starts here*/
#Menu {
    position: relative;
    display: block;
    height: 46px;
    font-size: 14px;
    font-weight: bold;
    font-family: Verdana, Geneva, sans-serif;
    margin: 0px 0px 0px 15px;
}

    #Menu ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
        width: auto;
    }

        #Menu ul li {
            float: left;
            margin: 0 1px 0 0;
        }

            #Menu ul li a {
                float: left;
                color: #000;
                line-height: 40px;
                text-decoration: none;
                padding: 6px 15px 0 15px;
                height: 40px;
            }

                #Menu ul li a:hover, #Menu ul li a.current {
                    color: #fff;
                    background: transparent url(Images/HoverBG.png) repeat-x top left;
                }

/* Navigation CSS Ends here*/

.MainDetails {
    width: 100%;
    height: 100%;
}

.ShadowLeft {
    width: 12px;
    background: #693;
    float: left;
    /*height: 800px;*/
    background-image: url(Images/ShadowLeftBG.png);
    background-repeat: repeat-y;
}

.ShadowRight {
    width: 12px;
    background: #963;
    float: right;
    /*height: 800px;*/
    background-image: url(Images/ShadowRightBG.png);
    background-repeat: repeat-y;
}

.MainMatterArea {
    width: 99%;
    float: left;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    text-align: justify;
    color: #6f6f6f;
    box-shadow: 0 9px 0 0 white, 0 -9px 0 0 white, 3px 0 7px -3px #999, -1px 0 9px 1px #999;
    margin-left: 5px;
}

.ShadowFooter {
    width: 1000px;
    height: 7px;
    vertical-align: bottom;
    background-image: url(Images/ShadowFooterBG.png);
    background-repeat: no-repeat;
}

.HomeImg {
    background-image: url(Images/IndexIcon.gif);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    float: left;
    margin: 5px 10px 0 0;
}

.AbuotImg {
    background-image: url(Images/AboutUsIcon.gif);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    float: left;
    margin: 5px 10px 0 0;
}

.LoginImg {
    background-image: url(Images/Login.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    float: left;
    margin: 5px 10px 0 0;
}

.ListBoundImg {
    background-image: url(Images/list.gif);
    background-repeat: no-repeat;
    height: 48px;
    width: 48px;
    float: left;
    margin: 0 10px 0 0;
}

.IntroductionDetail {
    border-color: #FC8933;
    border-style: dotted;
    border-width: 1px;
    padding: 5px 5px 0 0;
    margin: 0 2px 0 2px;
}

.ImageBG {
    width: 161px;
    height: 213px;
    float: left;
    margin: 0 10px 0 5px;
}

.ImageMainMatter {
    margin: 10px 0 0 5px;
    padding: 0 0 0 0;
}

.GLRLeftDetails {
    width: 67%;
    margin: 0 0 0 5px;
    float: left;
}

.GLRRightDetails {
    width: 31%;    
    border-left-style: dotted;
    border-left-color: #3F89C3;
    border-left-width: 1px;
    float: right;
    margin: 60px 0 0 0;
    padding: 0 0 0 10px;
}
.BulletIcon {
    background-image: url(Images/BulletIcon.gif);
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
}

#BulletContentLink {
    font-size: 12px;
    font-weight: normal;
    color: #3f89c3;
    font-family: Arial, Helvetica, sans-serif;
    padding-bottom: 8px;
}

    #BulletContentLink a {
        color: #3f89c3;
        text-decoration: none;
    }

        #BulletContentLink a:hover {
            color: #3f89c3;
            text-decoration: underline;
        }

.FooterBack {
    background-image: url(Images/FooterBack.png);
    background-repeat: repeat-x;
    float: left;
    height: 91px;
    width: 100%;
}

.FooterBG {
    background-image: url(Images/FooterBG.png);
    background-repeat: no-repeat;
    height: 55px;
    width: 1000px;
    margin: 0px auto;
}

.AllRights {
    width: 1000px;
    margin: 0px auto;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f89c3;
    clear: both;
}

.FooterLink {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f89c3;
    float: right;
    margin-right: 5px;
}

    .FooterLink a {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        color: #3f89c3;
        text-decoration: none;
    }

        .FooterLink a:hover {
            font-size: 11px;
            font-family: Arial, Helvetica, sans-serif;
            color: #3f89c3;
            text-decoration: underline;
        }

.ShadowAboutLeft {
    width: 12px;
    background: #693;
    float: left;
    height: 530px;
    background-image: url(Images/ShadowLeftBG.png);
    background-repeat: repeat-y;
}

.ShadowAboutRight {
    width: 12px;
    background: #963;
    float: right;
    height: 530px;
    background-image: url(Images/ShadowRightBG.png);
    background-repeat: repeat-y;
}

/* List Table CSS Starts here*/
.ListHeader {
    background: #ffcb63;
    height: 30px;
    width: 100%;
    margin-top: 10px;
}

.ListHeaderStyle {
    color: #FFF;
    font-weight: bold;
    height: 25px;
}

.ListTableLeft {
    float: left;
    width: 45%;
    margin-top: 5px;
    clear: both;
}

.ListTableRight {
    width: 50%;
    margin-top: 5px;
    float: right;
}

.TableListLeft {
    width: 100%;
    border-right-style: dotted;
    border-right-color: ffcb63;
    border-right-width: 1px;
}

.ListMainTable {
    width: 100%;
    height: 100%;
    clear: both;
}

.Price {
    text-align: right;
    padding-right: 20px;
}

.PriceCenterDetail {
    text-align: center;
}

.ListFirstColumn {
    padding-left: 8px;
}

.LawDigestListHeader {
    height: 25px;
    background: #ffcb63;
    clear: both;
    color: #FFF;
    font-weight: bold;
    font-size: 16px;
    padding-top: 10px;
    text-align: center;
}

.GLROnlineCDStyle {
    width: 100%;
}

/* List Table CSS Ends here*/

.ShadowBoundLeft {
    width: 12px;
    background: #693;
    float: left;
    height: 650px;
    background-image: url(Images/ShadowLeftBG.png);
    background-repeat: repeat-y;
}

.ShadowBoundRight {
    width: 12px;
    background: #963;
    float: right;
    height: 650px;
    background-image: url(Images/ShadowRightBG.png);
    background-repeat: repeat-y;
}

.ShadowContactLeft {
    width: 12px;
    background: #693;
    float: left;
    height: 450px;
    background-image: url(Images/ShadowLeftBG.png);
    background-repeat: repeat-y;
}

.ShadowContactRight {
    width: 12px;
    background: #963;
    float: right;
    height: 450px;
    background-image: url(Images/ShadowRightBG.png);
    background-repeat: repeat-y;
}

.ContactImg {
    background-image: url(Images/contact.png);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    float: left;
    margin: 5px 10px 0 0;
}

.ContactArea {
    width: 930px;
    height: 300px;
    margin: 30px 50px 0px 20px;
    background: #eaeaea;
    padding: 30px 0 0 0;
}

.ContactInner {
    margin: 0px 0 0 30px;
    width: 100%;
}

.ContFirstColumn {
    color: #000;
    width: 150px;
    font-weight: bold;
}

.ColumnColon {
    width: 5px;
}

.FacebookArea {
    float: right;
    height: 42px;
    width: 250px;
}

.Copyright {
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    color: #3f89c3;
    margin-left: 5px;
    text-decoration: none;
    float: left;
}

    .Copyright a {
        font-size: 11px;
        font-family: Arial, Helvetica, sans-serif;
        color: #3f89c3;
        text-decoration: none;
    }

        .Copyright a:hover {
            font-size: 11px;
            font-family: Arial, Helvetica, sans-serif;
            color: #3f89c3;
            text-decoration: underline;
        }

.facebookColumn {
    margin-right: 15px;
    float: right;
}

.FacebookImg {
    border-style: none;
    border-width: 0px;
    margin-top: 10px;
}

.ShadowFaqLeft {
    width: 12px;
    background: #693;
    float: left;
    height: 2450px;
    background-image: url(Images/ShadowLeftBG.png);
    background-repeat: repeat-y;
}

.ShadowFaqRight {
    width: 12px;
    background: #963;
    float: right;
    height: 2450px;
    background-image: url(Images/ShadowRightBG.png);
    background-repeat: repeat-y;
}

.FAQImg {
    background-image: url(Images/FAQ.gif);
    background-repeat: no-repeat;
    height: 50px;
    width: 50px;
    float: left;
    margin: 5px 10px 0 0;
}

.FaqMain {
    width: 970px;
    margin: 0px auto;
    border-style: solid;
    border-color: #ffcb63;
    border-width: 1px;
    margin-top: 25px;
    padding-bottom: 20px;
    clear: both;
}

.FaqHeader {
    height: 25px;
    background: #ffcb63;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    line-height: 25px;
}

.FaqList {
    color: #3f89c3;
    font-weight: bold;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 10px;
}

.FaqListImg {
    width: 562px;
    ;
    margin: 0px auto;
    border-style: solid;
    border-color: #3f89c3;
    border-width: 1px;
    margin-top: 10px;
}

.FaqListImg1 {
    width: 399px;
    ;
    margin: 0px auto;
    border-style: solid;
    border-color: #3f89c3;
    border-width: 1px;
    margin-top: 10px;
}

.FaqListImg2 {
    width: 563px;
    ;
    margin: 0px auto;
    border-style: solid;
    border-color: #3f89c3;
    border-width: 1px;
    margin-top: 10px;
}

.FaqHeader2 {
    height: 25px;
    background: #ffcb63;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    line-height: 25px;
    margin-top: 30px;
}

.FaqListImg4 {
    width: 406px;
    ;
    margin: 0px auto;
    margin-top: 10px;
}

.FaqListImg5 {
    width: 448px;
    ;
    margin: 0px auto;
    margin-top: 10px;
}

.FaqListImg6 {
    width: 406px;
    ;
    margin: 0px auto;
    margin-top: 10px;
}

.FaqNote {
    color: #3f89c3;
    font-weight: normal;
    font-size: 12px;
    padding-left: 10px;
    margin-top: 10px;
}

    .FaqNote a {
        color: #3f89c3;
        font-weight: normal;
        font-size: 12px;
        text-decoration: none;
        font-weight: normal;
    }

        .FaqNote a:hover {
            color: #3f89c3;
            font-weight: normal;
            font-size: 12px;
            text-decoration: underline;
            font-weight: normal;
        }

.DownloadImg {
    float: left;
    padding-top: 5px;
    padding-right: 5px;
}

.Download {
    float: left;
    font-weight: normal;
    color: #900;
    font-size: 11px;
    margin-right: 10px;
    font-family: Arial, Helvetica, sans-serif;
}

    .Download a {
        font-weight: normal;
        color: #900;
        font-size: 11px;
        text-decoration: none;
    }

        .Download a:hover {
            font-weight: normal;
            color: #900;
            font-size: 11px;
            text-decoration: underline;
        }

.buttonBG {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    background: #EA8535 url('images/button-bg.png') repeat-x scroll 0 0;
    border: 1px solid #EA8535;
    color: #ffffff;
    padding: 4px 10px 5px;
    font-size: 12px;
    margin: 0 5px 0 0;
    font-weight: bold;
}

.ActiveUserListHeader {
    background: #ffcb63;
    height: 30px;
    width: 100%;
    margin-top: 5px;
}

.buynow {
    background: transparent url("Images/HoverBG.png") repeat-x scroll left top;
    border: 1px solid #ffcb63;
    cursor: pointer;
    margin-top: 7px;
    padding: 3px 8px;
}

    .buynow:hover {
        background: transparent url("Images/HoverBG.png") repeat-x scroll left top;
    }

.subscription table, .subscriptionSecond table {
    width: 100% !important;
    margin-top: 15px !important;
    color: #6f6f6f;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}

    .subscription table th {
        background: #ffcb63 none repeat scroll 0 0;
        padding: 5px;
        text-align:left !important;
    }

    .subscription table tr:first-child {
        background: #ffcb63 none repeat scroll 0 0;
        text-align: left !important;
        padding: 10px;
        color: #fff;
        font-weight: normal;
    }

#gvSubscriptionBind td {
    padding-left: 10px;
    padding-right: 10px;
}

.subscriptionSecond table tr:first-child {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background: #ffcb63 none repeat scroll 0 0;
    width: 100%;
    padding: 5px;
    height: 30px;
}

#gvDigestBind td, #gvCDBind td {
    padding-left: 10px;
    padding-right: 10px;
}

.CartImage {
    height: 20px;
    width: 20px;
}

#gvDigestBind td:nth-child(2) {
    width: 55.5% !important;
}
#gvDigestBind td {
  width: 17.5%;
}
#gvCDBind td:nth-child(3) {
  width: 17.5%;
}
#gvCDBind td:nth-child(2) {
    width: 30% !important;
}

#gvCDBind td:first-child {
    width: 43% !important;
}

/*#gvCartItem td:nth-child(2n+1) {
    color: #6f6f6f;
    float: left !important;
    font-size: 11px;
    font-weight: normal;
    padding: 0 10px;
    width: 55% !important;
    margin-top: 5px;
}

#gvCartItem td:nth-child(2n) {
    color: #6f6f6f;
    float: left !important;
    font-size: 11px;
    font-weight: normal;
    padding: 0 10px;
    width: 15% !important;
    margin-top: 5px;
}*/

.productname {
    font-weight: normal;
   /* border-bottom: 1px solid #000;*/
    font-size: 12px;
    width:50%;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.CartPrice{
 font-weight: normal;
   /* border-bottom: 1px solid #000;*/
    font-size: 12px;
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
#gvCartItem td:nth-child(4) {
    color: #6f6f6f;
    float: left !important;
    font-size: 11px;
    font-weight: normal;
    padding: 0 10px;
    width: 100% !important;
    margin-top: 5px;
}
.CloseImage {
    bottom: 94px;
    height: 11px;
    left: 310px;
    /*position: relative;*/
    width: 11px;
}

.quantityinput {
    width: 20px !important;
}

#gvCartItem tr {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100% !important;
    margin-bottom: 11px;
}

.subcarttotal {
    color: #000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 10px;
}

.dropdown-content > span {
  color: #8e8e8e;
  display: table;
  font-size: 13px;
  margin: 8px auto 0;
  text-align: center !important;
  vertical-align: middle;
}

#gvCartItem tr:first-child {
    border: medium none !important;
    height: 0 !important;
}

#gvSubscriptionBind td:nth-child(2) {
    
    width: 55.5% !important;
}

#gvSubscriptionBind td {
    width: 17.5% !important;
}

/*#gvCartItem td:first-child {
    text-overflow: ellipsis;
    width: 100% !important;
}*/
/*dropdown form add*/

.dropbtn {
    background-color: transparent;
    color: #000;
    padding: 10px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 350px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 0;
    top: 47px;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

/*.dropdown-content a:hover {background:transparent url("Images/HoverBG.png") repeat-x scroll left top;}*/

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background: transparent url("Images/HoverBG.png") repeat-x scroll left top;
}

#CartHide td {
    float: left;
    width: 100% !important;
    font-size: 11px !important;
    margin: 2px 0;
}

.input-append img {
    bottom: 63px;
    height: 10px;
    left: 120px;
    position: relative;
    width: 10px;
}

.Carttable {
    padding: 5px;
    border-top: 5px solid #ffd174 !important;
    width: 100%;
    box-shadow: 0px 6px 2px #696969;
}

.Carttableheader {
    padding: 20px;
    background: #FAFAFA;
    border: 1px solid #f7f7f7;
    box-shadow: 0 2px 2px #cccccc;
    text-align:left !important;

}

.CarttableData {
    padding: 20px;
    border: 1px solid #f7f7f7;
}

.CartText {
    text-align: right;
    font-weight: bold;
    font-size: 15px;
}

.padding-left-10 {
    padding-left: 10px;
}

.form-control {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    box-shadow: none;
    height: 22px;
    padding: 3px 4px;
}

textarea {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    box-shadow: none;
    padding: 3px 4px;
    width: 96%;
}

.GLRCarttable {
    padding: 5px;
    border-top: 5px solid #ffd174 !important;
    box-shadow: 0 3px 4px #696969;
    margin-left: 12px;
    width:98%;
}

.Ordertable {
    padding: 5px;
    border-top: 5px solid #ffd174 !important;
    width: 100%;
    box-shadow: 0 2px 2px #696969;
}

.Ordertableheader {
    padding: 20px;
    background: #FAFAFA;
    border: 1px solid #f7f7f7;
    box-shadow: 0 2px 2px #cccccc;
}

.OrdertableData {
    padding: 20px;
    box-shadow: 0 0 1px #f5f5f5;
}
.Pricevalue{
    font-weight:normal !important;
}
.error-transaction {
  color: red;
  padding-left: 10px;
}
.GLRCarttable .form-control {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-shadow: none;
  height: 17px;
  padding: 3px 4px;
  width: 200px;
}
.ScCarttable {
    padding: 5px;
    border-top: 5px solid #ffd174 !important;
    box-shadow: 0 3px 4px #696969;
    margin-left: 20%;
}
.blink_me {
         -webkit-animation:1s linear 0s normal none infinite running blinker;
         -moz-animation:1s linear 0s normal none infinite running blinker;
         -o-animation:1s linear 0s normal none infinite running blinker;
          animation: 1s linear 0s normal none infinite running blinker;
          color: #ff0000;
          font-size: 16px;
          font-weight: bold;
          text-align: center;
        }

        @keyframes blinker {  
          50% { opacity: 0; }
        }

.highlight-lext {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 4px;
}
#gvMobile td:first-child {
  width: 21.8%;
}
#gvMobile td:nth-child(2) {
  width: 52.5%;
}


/* Feedback screen */

.Feedbackhead{
 background-image:url(Images/iconfeedback.png);
 background-repeat:no-repeat;
 height:50px;
 width:56px;
 float:left;
 margin:5px 10px 0 5px;
}

.Feedbacklabel{
    font-family:Arial, Helvetica, sans-serif;
    padding-top:20px;
    color: #3f89c3; 
    font-size:26px;
}

.Feedbackcontent{
    margin-top:20px;
    color:#6f6f6f;
    margin-left:15px;
    font-size:1.1rem;
}

.controllabel {
  color:#999; 
  font-size:20px;
  font-weight:normal;
  position:absolute;
  pointer-events:none;
  top:5px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.floating-textarea {
   min-height: 100px;
   max-height: 260px; 
   overflow:hidden;
  overflow-x: hidden; 
}

.radio-custom{
    opacity: 0;
    position: absolute;
}

.radio-custom, .radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer;
}

.radio-custom-label {
    position: relative;
}

.radio-custom + .radio-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
}

.radio-custom + .radio-custom-label:before {
    border-radius: 50%;
}

.radio-custom:checked + .radio-custom-label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #fff;
    background:#3f89c3;
    font-size:17px;
}
.radio-custom:focus + .radio-custom-label {
  outline: 1px solid #ddd;
}

.radiolabel{
    margin-bottom:10px;
}

.floating-label select{
    -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
}

.referrencehead{
    text-align:center;
    font-size:24px;
    color:#6f6f6f;
}

.button-blue{
    background: #3f89c3;
    color: #fff !important;
    padding: 0.75rem 1.50rem;
border: none;
white-space: nowrap;
font-size: .8rem;
cursor: pointer;
font-weight: 800;
display: inline-block;
text-align: center;
font-family: avenir-light,sans-serif;
transition: all .3s ease;
margin-right:10px;
}

.button-blue:hover{
box-shadow: inset 0 0 0 1px #3f89c3;
background: #fff;
color: #3f89c3 !important;
text-decoration: none;
}

.referhead{
    text-align:center;
    font-size:24px;
    color:#6f6f6f;

}
.submitbutton{
    margin-top:30px;
    margin-left:40px;
}

.radio-custom-label{
    color:#999;
    font-size:20px;
}
/****  floating-Lable style end ****/

.box{
	position: relative;
}

.floating-label 			  { 
  position:relative; 
  margin-bottom: 35px; 
  margin-left: 40px;
  margin-top:30px;
}

.floating-input,.floating-select {
    font-size: 18px;
    padding: 10px 0 10px 0;
    display: block;
    width: 100%;
    border: none;
    border-bottom: 1px solid #3f89c3;
    width: 100%;
    height:50px;
}

.floating-input:focus,.floating-select:focus{outline:none;}
.selectbar {
  position:absolute;
  height:50%; 
  width:100%; 
  top:15%; 
  left:0;
  pointer-events:none;
  opacity:0.5;
}

.floating-select:focus ~ label , .floating-select:not([value=""]):valid ~ label {
  top:-18px;
  font-size:17px;
  color:#3f89c3;
}

.floating-select:focus ~ .bar:before, .floating-select:focus ~ .bar:after {
  width:50%;
}

/* active state */
/*.floating-input:focus ~ .controllabel{
  top:-18px;
  font-size:17px;
  color: #3f89c3;
}*/

.inputMaterial:valid ~ label {

}

.bar 	{ 
  position:relative;
  display:block; width:100%;
}

.bar:before, .bar:after{
  content:'';
  height:2px; 
  width:0;
  bottom:1px; 
  position:absolute;
  background: #3f89c3; 
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
.bar:before {
  left:50%;
}
.bar:after {
  right:50%; 
}

/* active state */
.floating-input:focus ~ .bar:before, .floating-input:focus ~ .bar:after {
  width:50%;
}


/* active state */
.floating-input:focus ~ .highlight,.floating-select:focus ~ .highlight {
  -webkit-animation:inputHighlighter 0.3s ease;
  -moz-animation:inputHighlighter 0.3s ease;
  animation:inputHighlighter 0.3s ease;
}

.floating-select:focus {
     outline:none;
     border-bottom:2px solid #3f89c3; 
}

.floating-input:focus ~ label, .floating-input:valid ~ label 		{
  top:-18px;
  font-size:17px;
  color: #3f89c3;
}

/* ANIMATIONS ================ */
@-webkit-keyframes inputHighlighter {
	from { background:#3f89c3; }
  to 	{ width:0; background:transparent; }
}
@-moz-keyframes inputHighlighter {
	from { background:#3f89c3; }
  to 	{ width:0; background:transparent; }
}
@keyframes inputHighlighter {
	from { background:#3f89c3; }
  to 	{ width:0; background:transparent; }
}
.controllabel[for=profession]:focus{
    top:-18px;
  font-size:17px;
  color: #3f89c3;
}
#idValidationPopup ul li{
  list-style-type : none;
  padding-left: 5px;
  padding-top : 5px;
  padding-bottom : 5px;
}

@media only screen and (max-width : 600px){
    #Menu ul li a{
        padding: 6px 10px 0 10px;
    }

}