/*!
 * Custom Styles
 */
 
 
  @font-face {
  font-family: "gotham";
  src: url('../fonts/GothamRnd-Book.ttf');
}

 @font-face {
  font-family: "varela";
  src: url('../fonts/VarelaRound-Regular.ttf');
}


 /* ------------------- BASICS ------------------- */

body {
  margin: 0;
  padding: 0;
  overflow-x:hidden; /*-- prevents overflow on mobile --*/ 
  background-color: white; /*-- BATAVEC-17301 --*/ 
   behavior: url("csshover3-source.htc");
}

//img {max-width:100%}

strong{
font-family: "varela";
font-weight: bold;
font-size: 14px;
color: #666666;
}

 /* ------------------- MAIN NAV ------------------- */

ul.sf-menu {
  padding-top: 20px;
  margin-bottom: 0;
  float:right;
  position: relative;
  font-size: 15px;
}

ul.sf-menu li {background:none;}
ul.sf-menu li:hover {background:none;;}
ul.sf-menu li span.sf-sub-indicator {display:none;}
ul.sf-menu li ul li span.sf-sub-indicator {display:block;}

ul.sf-menu a {
  border:none;
  font-family: "gotham", sans-serif;
  color: #ffffff;
  text-transform:uppercase;
}

ul.sf-menu a:hover {
  color:#cccccc;
}

ul.sf-menu li ul {
  background:white;
  border: 1px solid #cccccc;
  //border-radius: 10px;
  //padding: 3px 10px 0 10px;
  font-size: 11px;
}

ul.sf-menu li ul a {
  border:none;
  font-family: "gotham", sans-serif; 
  color: #666666;
  text-transform:none;
  //padding: 7px 0 7px 5px;
}

.myAccount{
margin-left: 150px; 
margin-right: 130px;
}

#logoBogo{
margin-top: 20px; 
margin-left: 10%; 
width: 132px;
height: 21px;
float: left;
background: url(../images/fastrakLogo.png);
background-repeat: no-repeat;
}


/*------- HOME CONTENT -------*/

.homeCenter{
font-family: "varela";
width: 55%;
margin-left: auto;
margin-right: auto;
padding-top: 120px;
clear: both;
}

.homeTitle{
text-align: center;
color: #ffffff;
font-size: 35px;
line-height: 35px;
}

.homeTitleSm{
text-align: center;
color: #ffffff;
font-size: 22px;
line-height: 35px;
margin-top: 10px;
}

.leftBoxGreen{
background-color: #74c7ae;
width: 240px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #000000;
display: inline-block;
margin: 5px 0px 5px 5px;
text-decoration: none;
}

.leftBoxGreen:hover{
background-color: #86e6c9;
text-decoration: none;
}

.rightBoxRed{
background-color: #964e33;
width: 240px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #ffffff;
display: inline-block;
margin: 5px 15px 5px 5px;
}

.rightBoxRed:hover{
background-color: #7a2909;
text-decoration: none;
color: #ffffff;
}

.leftBoxMauve{
background-color: #b179af;
width: 240px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #ffffff;
display: inline-block;
margin: 5px 0px 5px 5px;
}

.leftBoxMauve:hover{
background-color: #8a5076;
text-decoration: none;
color: #ffffff;
}

.rightBoxBlue{
background-color: #b179af;
width: 240px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #ffffff;
display: inline-block;
margin: 5px 15px 5px 5px;
}

.rightBoxBlue:hover{
background-color: #925190;
text-decoration: none;
color: #ffffff;
}

.leftBoxWhite{
position: relative;
background-color: #ffffff;
width: 220px;
padding: 10px 10px 10px 10px;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #666666;
display: none;
margin: 5px 0px 5px 5px;
z-index: 22;
}

.boxContainer{
text-align: center; 
margin-top: 30px;
margin-left: auto;
margin-right: auto;
max-width: 510px;
}

.signIn{
position: absolute;
top: 103px;
right: 15px;
background-color: #ffffff;
text-align: center;
padding: 20px;
display: none;
z-index: 1111;
}

.popupCallout_L{
text-align: left;
color: #666666;
display: inline-block;
margin-right: 5px;
width: 18px;
}

.popupCallout_R{
text-align: left;
color: #666666;
display: inline-block;
margin-left: 5px;
width: 180px;
line-height: 20px;
}

.popLink{
text-decoration: none;
color: #357bac;
font-family: "gotham", sans-serif;
font-size: 14px;
}

.popLink:hover{
text-decoration: none;
color: #154011;
}

.formButton{
background-color: #357bac;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 35%;
padding-right: 35%;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #cccccc;
box-shadow: 7px 7px 10px 0px #cccccc;
font-family: "gotham", sans-serif;
font-size: 14px;
color: #ffffff;
}

.formButton:hover{
background-color: #175e78;
text-decoration: none;
color: #ffffff;
}

.violationButton{
background-color: #357bac;
padding: 10px 10px 10px 10px;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
font-family: "gotham", sans-serif;
font-size: 14px;
color: #ffffff;
}

.violationButton:hover{
background-color: #175e78;
text-decoration: none;
color: #ffffff;
}

.rightDiv{
float: right;
}

#states{
width: 60px;
height: 38px;
font-size: 12px;
padding: 10;
background-color: #dddddd;
border-radius: 0;
webkit-box-shadow: 3px 3px 15px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
}

.tinyButton{
background-color: #b295a8;
color: #ffffff;
font-family: "gotham", sans-serif;
font-size: 10;
padding: 4px 2px 0px 2px;
text-decoration: none;
}

.tinyButton:hover{
background-color: #8a5076;
text-decoration: none;
color: #ffffff;
}

.answerQ{
position: absolute;
top: 0px;
left: 0px;
padding: 20px;
width: 200px;
height: 100px;
background-color: #ffffff;
display: none;
}

.homeForm{
position: absolute;
margin-top: 20px;
background-color: #ffffff;
max-width: 220px;
padding: 20px;
color: #666666;
z-index: 432;
font-size: 12px;
line-height: 12px;
float:right;
//display: none;
}

.closeButton{
background-color: #f5f5f5;
color: #454545;
font-size: 12px;
padding: 2px 6px 2px 6px;
border-style: solid;
border-color: #666666;
border-width: 1px;
}

.closeButton:hover{
text-decoration: none;
border-color: #cccccc;
color: #66666;;
}

.frontContent{
width: 90%;
padding: 20px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
font-size: 13px;
font-family: "varela";
line-height: 14px;
//background-color: #454545;
vertical-align: top;
}

.indexShadow{
background: url(../media/shfinal.png); 
width: 100%; 
height: 50px; 
background-size: 100%; 
background-repeat: no-repeat; 
clear: both; 
text-align: center;
}

.commute{
text-align: center; 
width: 100%;
}


/* ------------------- Content ------------------- */

.contentEnvelope{
width: 83%;
margin-left: auto;
margin-right: auto;
padding: 20px;
background-color: #ffffff;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
font-size: 13px;
font-family: "varela";
line: height: 14px;
}

.contentTopper{
width: 80%;
margin-left: auto;
margin-right: auto;
padding: 10px 10px 30px 10px;
//background-color: #ffffff;
max-width: 1000px;
}

.left2Col{
display: inline-block;
max-width: 470px;
vertical-align: top;
margin-right: 40px;
}

.right2Col{
display: inline-block;
max-width: 470px;
vertical-align: top;
}

.threeQuarterCol{
display: inline-block;
max-width: 700px;
vertical-align: top;
margin-right: 40px;
}

.contentTitle{
font-family: "varela";
font-size: 25px;
color: #01A1AD;
font-size: 24px;
padding: 0px 0px 0px 15px;
clear: both;
}

.greenArticleTop{
background-color: #138992;
color: #ffffff;
padding: 5px 15px 5px 15px;
margin-top: 15px;
margin-bottom: 5px;
font-size: 17px;
}

.twoColCopyBlock{
font-family: "varela";
font-size: 14px;
color: #4d4d4f;
padding: 5px 5px 5px 15px;
line-height: 18px;
}

.greenButton{
background-color: #51deb7;
width: 185px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
webkit-box-shadow: 3px 3px 5px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
font-family: "varela";
font-size: 12px;
color: #000000;
display: inline-block;
}

.greenButton:hover{
background-color: #a3e5d3;
text-decoration: none;
color: #000000;
}

.redButton{
background-color: #964e33;
width: 185px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
webkit-box-shadow: 3px 3px 5px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
font-family: "varela";
font-size: 12px;
color: #ffffff;
display: inline-block;
}

.redButton:hover{
background-color: #7a2909;
text-decoration: none;
color: #ffffff;
}

.oliveButton{
background-color: #929560;
width: 185px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
webkit-box-shadow: 3px 3px 5px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
font-family: "varela";
font-size: 12px;
color: #ffffff;
display: inline-block;
}

.oliveButton:hover{
background-color: #6b6d46;
text-decoration: none;
color: #ffffff;
}

.beigeButton{
background-color: #ae9c5c;
width: 185px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
webkit-box-shadow: 3px 3px 5px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
font-family: "varela";
font-size: 12px;
color: #ffffff;
display: inline-block;
}

.beigeButton:hover{
background-color: #877945;
text-decoration: none;
color: #ffffff;
}

.beigeButtonSm{
background-color: #ae9c5c;
width: 100px;
padding-top: 6px;
padding-bottom: 6px;
text-align: center;
webkit-box-shadow: 3px 3px 5px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
font-family: "varela";
font-size: 12px;
color: #ffffff;
display: inline-block;
}

.beigeButtonSm:hover{
background-color: #877945;
text-decoration: none;
color: #ffffff;
}

.ltGreyeButton{
background-color: #dddddd;
width: 200px;
padding-top: 7px;
padding-bottom: 7px;
text-align: center;
webkit-box-shadow: 3px 3px 5px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
font-family: "varela";
font-size: 14px;
color: #999999;
display: inline-block;
}

.ltGreyeButton:hover{
background-color: #cccccc;
text-decoration: none;
color: #999999;
}

.tipsBlock{
background-color: #ADBC9C;
padding: 15px 15px 30px 15px;
webkit-box-shadow: 0px 0px 10px 0px #999999;
box-shadow: 0px 0px 10px 0px #999999;
font-family: "varela";
font-size: 13px;
color: #4E4D50;
display: inline-block;
margin-top: 15px;
}

.tipsBlockTitle{
font-size: 15px;
margin-bottom: 7px;
}

.tipsBox{
position: relative;
background-color: #dd8125;
padding: 5px 10px 5px 10px;
border-style: solid;
border-color: #ffffff;
border-width: 1px;;
float: right;
color: #ffffff;
font-weight: bold;
margin-top: -17px;
margin-right: 30px;
z-index: 31;
}

.inLineLinkk{
font-family: "varela";
color: #138992;
text-decoration: none;
}

.inLineLinkk:hover{
font-family: "varela";
color: #0edbd9;
text-decoration: none;
}

.sideBysideBox{
display: inline-block;
max-width: 200px;
color: #F7971D;
font-size: 11px;
margin-top: 15px;
vertical-align: top;
font-size: 13px;
}

.sideBysideBox250{
display: inline-block;
max-width: 250px;
color: #F7971D;
font-size: 11px;
margin-top: 15px;
vertical-align: top;
font-size: 13px;
}

.sideBysideBoxGR{
display: inline-block;
max-width: 400px;
color: #108F9D;
font-size: 11px;
margin-top: 15px;
vertical-align: top;
font-size: 13px;
margin-right: 20px;
}

.orangeTitleCallout{
color: #F6961D;
font-size: 15px;
margin: 10px 0px 10px 0px;
}

.greenBullet{
color: #12909E;
font-size: 15px;
}

.imgDropshadow{
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
}

.fourColumn{
max-width: 225px;
display: inline-block;
margin: 0px 10px 0px 12px;
vertical-align: top;
line-height: 16px;
font-size: 13px;
color: #4D4D4F;
}

.fourColumnFaq{
max-width: 225px;
display: inline-block;
margin: 0px 10px 0px 12px;
vertical-align: top;
line-height: 16px;
font-size: 15px;
color: #ffffff;
padding-right: 100px;
}

.fullWidthCopy{
font-family: "varela";
font-size: 14px;
color: #4d4d4f;
padding: 10px 5px 5px 15px;
line-height: 18px;
}

.greenList{
list-style-type: none;
list-style-position: inside;
padding-left: 0;
margin-left: 0;
}

.greenLink{
color: #108F9D;
text-decoration: none;
font-size: 14px;
}

.greenLink:hover{
color: #015761;
text-decoration: none;
}

.mailBlock{
width: 260px;
color: #4E4D50;
font-family: "gotham", sans-serif;
display: inline-block;
font-size: 14px;
vertical-align: top;
margin-right: 25px;
}

.formsList{
line-height: 30px;
color: #108F9D;
font-size: 16px;
padding-left: 25px;
}

.formsListR{
line-height: 30px;
color: #108F9D;
font-size: 16px;
padding-left: 75px;
}

.formsLink{
color: #108F9D;
text-decoration: none;
font-size: 16px;
}

.formsLink:hover{
color: #015761;
text-decoration: none;
}

.formsListSm{
line-height: 20px;
color: #108F9D;
font-size: 13px;
padding-left: 15px;
}

.formsLinkSm{
color: #108F9D;
text-decoration: none;
font-size: 13px;
}

.formsLinkSm:hover{
color: #015761;
text-decoration: none;
}

#solo{
display: none;
}

#soloooo{
display: block;
}

#soloo{
display: none;
}

#xpress{
display: none;
}

#xpressss{
display: block;
}

#xpresss{
display: none;
}

#cars{
display: block;
}

#motorcycles{
display: none;
}

#exterior{
display: none;
}

.mountTitles{
width: 100%;
}

.mountGreen{
background-color: #138992;
color: #ffffff;
padding: 5px 15px 5px 15px;
margin-top: 15px;
font-size: 17px;
display: inline-block;
width: 220px;
vertical-align: top;
}

.mountGrey{
background-color: #9C9C9C;
//color: #ffffff;
padding: 5px 15px 5px 15px;
margin-top: 15px;
font-size: 17px;
display: inline-block;
width: 220px;
vertical-align: top;
}

.mountLink{
color: #ffffff;
text-decoration: none;
}

.mountLink:hover{
color: #cccccc;
text-decoration: none;
}

.mountCopyBlock{
font-family: "varela";
font-size: 14px;
color: #4d4d4f;
padding: 5px 5px 5px 15px;
line-height: 18px;
width: 400px;
display: inline-block;
vertical-align: top;
}

.mountCopyBlockEX{
font-family: "varela";
font-size: 14px;
color: #4d4d4f;
padding: 5px 5px 5px 100px;
line-height: 18px;
width: 400px;
display: inline-block;
vertical-align: top;
}

.searcher{
display: table-cell;
   vertical-align: bottom;
}

.searchButton{
background-color: #f5f5f5;
color: #454545;
font-size: 12px;
padding: 4px 8px 4px 8px;
border-style: solid;
border-color: #666666;
border-width: 1px;
}

.searchButton:hover{
text-decoration: none;
border-color: #cccccc;
color: #66666;;
}

.searchInput{
width: 400px;
}

.searchBox{
padding: 80px 0px 0px 80px; width: 100%;
text-align: right;
}

.faqTitle{
font-size: 20px;
color: #108F9D;
padding: 15px 0px 0px 25px;
}

#mappo{
position: absolute;
z-index: 22;
display: none;
padding: 20px;
background-color: #ffffff;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
}

#detailed{
position: absolute;
z-index: 32;
display: none;
padding: 20px;
background-color: #ffffff;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
}

#mapples{
position: absolute;
//margin-left: 10%;
//margin-right: 10%;
left: 10%;
top: 150px;
z-index: 23;
display: none;
padding: 20px;
background-color: #ffffff;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
width: 700px;
}

#apples{
position: absolute;
//margin-left: 10%;
//margin-right: 10%;
left: 10%;
top: 850px;
z-index: 23;
display: none;
padding: 20px;
background-color: #ffffff;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
width: 700px;
}

#customer{
position: absolute;
z-index: 24;
display: none;
padding: 20px;
background-color: #ffffff;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
}

.popster{
position: absolute;
z-index: 24;
display: none;
padding: 20px;
background-color: #ffffff;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
width: 90%;
text-align: center;
}

#xpressChutesTips{
display: none;
margin-left: 15px;
//margin-right: 15px;
max-width: 100%;
}

.doubleTip{
display: inline-block;
max-width: 450px;
padding: 10px;
line-height: 15px;
}

#soloTip{
display: none;
}

.agencyRow{
width: 100%
margin-bottom: 35px;
}

.agencyUnit{
max-width: 300px;
padding: 12px;
display: inline-block;
vertical-align: top;
font-family: "varela";
font-size: 14px;
color: #4d4d4f;
}

.agencyLogo{
width: 100%;
text-align: center;
padding: 0 0 25px 0;
}

.panel panel-default{
max-width: 750px;
}

.bridgePix{
margin: 15px 0 0 15px;
}

.backTop{
float: right;
color: #ffffff;
padding: 2px 5px 2px 5px;
background-color: #18a7b2;
margin-bottom: 2px;
font-size: 14px;
text-decoration: none;
}

.backTop:hover{
color: #cccccc;
text-decoration: none;
}

#english{
display: block;
}

#spanish{
display: none;
}

#chinese{
display: none;
}

.lister{
font-size: 14px;
color: #4d4d4f;
line-height: 18px;
}


/* ------------------- FOOTER ------------------- */

.footerEnvelope{
margin-right: auto;
/*BATAVEC-17301*/
/*padding: 10px 20px 10px 20px;*/
background-color: #9c9c9c;
max-width: 1000px;
}

.footerTopper{
width: 80%;
margin-left: auto;
margin-right: auto;
padding: 10px 20px 10px 20px;
background-color: #138992;
max-width: 1000px;
text-align: center;
color: #ffffff;
font-family: "varela";
font-size: 28px;
font-weight: lighter;
vertical-align: top;
}

.footerTopperRelated{
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px 20px 10px 20px;
background-color: #138992;
max-width: 1000px;
//text-align: center;
color: #ffffff;
font-family: "varela";
font-size: 17px;
font-weight: lighter;
}

.relatedLinks{
padding: 20px;
max-width: 150px;
display: inline-block;
}

.footerBlock{
width: 180px;
color: #ffffff;
font-family: "gotham", sans-serif;
display: inline-block;
font-size: 11px;
vertical-align: top;
}

.footerBlockRelated{
//width: 180px;
color: #ffffff;
font-family: "gotham", sans-serif;
display: inline-block;
font-size: 11px;
vertical-align: top;
padding-left: 60px;
border-left: solid;
border-color: #ffffff;
border-width: 1px;
}

.footerBlockRelated_b{
//width: 180px;
color: #ffffff;
font-family: "gotham", sans-serif;
display: inline-block;
font-size: 11px;
vertical-align: top;
padding-left: 60px;
}

.footerTitle{
font-weight: 900;
font-size: 13px;
}

.footerLink{
color: #ffffff;
font-size: 11px;
line-height: 15px;
text-decoration: none;
}

.footerLink:hover{
color: #cccccc;
font-size: 11px;
text-decoration: none;
}

.footerCopyright{
text-align: center;
color: #ffffff;
font-family: "gotham", sans-serif;
font-size: 11px;
padding-top: 20px;
}

.footerToppler{
text-align: center;
font-size: 22px;
color: #ffffff;
}

/* ------------------- FORM ------------------- */
/*
input[type="text"] {
  background-color: inherit;
  border: none;
  color:inherit;
}

textarea[class*="span"] {
  background-color: #58a6d6; 
  border:none; 
  color:#bae7f9;
}

textarea:focus,
input[type="text"]:focus {
  -webkit-box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.8), 0 1px 1px rgba(0, 0, 0, 0.2);
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #055986;
  font-style:italic;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #055986;
  font-style:italic;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #055986;
  font-style:italic;
}

*/
#tollTag{
padding: 5;
height: 30px;
background-color: #dddddd;
color: #999999;
font-size: 14px;
width: 200px;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
}

#validationTag{
padding: 5;
height: 30px;
background-color: #dddddd;
color: #999999;
font-size: 14px;
width: 200px;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
}

#violation{
padding: 5;
height: 30px;
background-color: #dddddd;
color: #999999;
font-size: 14px;
width: 200px;
webkit-box-shadow: 3px 3px 15px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
}

#license{
padding: 5;
height: 30px;
background-color: #dddddd;
color: #999999;
font-size: 14px;
width: 200px;
webkit-box-shadow: 3px 3px 15px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
}

#tt_username{
padding: 5;
height: 30px;
background-color: #dddddd;
color: #999999;
font-size: 14px;
width: 200px;
webkit-box-shadow: 3px 3px 15px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
}

#pWord{
padding: 5;
height: 30px;
background-color: #dddddd;
color: #999999;
font-size: 14px;
width: 200px;
webkit-box-shadow: 3px 3px 15px 0px #999999;
box-shadow: 3px 3px 5px 0px #999999;
}

/* ---------------------- ADDED BY ALEJANDRO PLEASE DONT PUNCH ME ----------------- */
/* FAQs */
.faqnohide h1, .custom-faq h1{margin-left:0px;font-size:24px;} .custom-faq h3{font-size:20px} .custom-faq .col-md-4{width: 33%;display: inline-block;vertical-align: top;float:none;} .faq-heading{height:35px;} 
.faq-title{font-family:'varela';font-size:24px;text-align:center;width:50%;min-width:300px;margin:0 auto;} .modal-feather h3{font-family:'varela';font-size:20px;} .modal-feather .custom-wrap3 {display:none;} .modal-feather .custom-wrap3 p{width:49%;display:inline-block;}.modal-feather .custom-wrap3 p:last-of-type{width:100%;}.featherlight-content .panel-group{width:96%;}#conceal{display:none;} .featherlight-content .panel-title{line-height:1.5;}

.featherlight-inner .collapse { display:none; }

.panel {
  margin-bottom: 20px;
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05); 
}

.panel-body {
  padding: 15px;
  font-family: 'varela';
  font-size:11pt; 
  margin-left: 10px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " "; }

.panel-body:after {
  clear: both; }

.panel-body:before, .panel-body:after {
  display: table;
  content: " "; }

.panel-body:after {
  clear: both; }

.panel-img {
  padding: 0px; }

.panel-img:before, .panel-img:after {
  display: table;
  content: " "; }

.panel-img:after {
  clear: both; }

.panel-img:before, .panel-img:after {
  display: table;
  content: " "; }

.panel-img:after {
  clear: both; }

.panel > .list-group {
  margin-bottom: 0; }

.panel > .list-group .list-group-item {
  border-width: 1px 0; }

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0; }

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0; }

.panel > .table {
  margin-bottom: 0; }

.panel > .panel-body + .table {
  border-top: 1px solid #dddddd; }

.panel > .panel-img + .table {
  border-top: 1px solid #dddddd; }

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent; }

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px; }

.panel-title > a {
  color: inherit; }

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #dddddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px; }

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px; }

.panel-group .panel + .panel {
  margin-top: 5px; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading {
  border-bottom: 0; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #dddddd; }

.panel-group .panel-heading + .panel-collapse .panel-img {
  border-top: 1px solid #dddddd; }

.panel-group .panel-heading + .panel-collapse .panel-img {
  border-top: 1px solid #dddddd; }

.panel-group .panel-footer {
  border-top: 0; }

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #dddddd; }

.panel-group .panel-footer + .panel-collapse .panel-img {
  border-bottom: 1px solid #dddddd; }

.panel-default {
  border-color: #dddddd; }

.panel-default > .panel-heading {
  color: #fff;
  background-color: rgb(0,152,163);
  border-color: rgb(0,152,163);
  font-family: 'varela';
  font-size: 11pt; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd; }

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse .panel-img {
  border-top-color: #dddddd; }

.panel-default > .panel-heading + .panel-collapse .panel-img {
  border-top-color: #dddddd; }

.panel-default > .panel-footer + .panel-collapse .panel-img {
  border-bottom-color: #dddddd; }

.panel-primary {
  border-color: #428bca; }

.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #428bca;
  border-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca; }

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca; }

.panel-primary > .panel-heading + .panel-collapse .panel-img {
  border-top-color: #428bca; }

.panel-primary > .panel-footer + .panel-collapse .panel-img {
  border-bottom-color: #428bca; }

.panel-success {
  border-color: #d6e9c6; }

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6; }

.panel-success > .panel-heading + .panel-collapse .panel-img {
  border-top-color: #d6e9c6; }

.panel-success > .panel-footer + .panel-collapse .panel-img {
  border-bottom-color: #d6e9c6; }

.panel-warning {
  border-color: #fbeed5; }

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5; }

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5; }

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5; }

.panel-warning > .panel-heading + .panel-collapse .panel-img {
  border-top-color: #fbeed5; }

.panel-warning > .panel-footer + .panel-collapse .panel-img {
  border-bottom-color: #fbeed5; }

.panel-danger {
  border-color: #eed3d7; }

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7; }

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7; }

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7; }

.panel-danger > .panel-heading + .panel-collapse .panel-img {
  border-top-color: #eed3d7; }

.panel-danger > .panel-footer + .panel-collapse .panel-img {
  border-bottom-color: #eed3d7; }

.panel-info {
  border-color: #bce8f1; }

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1; }

.panel-info > .panel-heading + .panel-collapse .panel-img {
  border-top-color: #bce8f1; }

.panel-info > .panel-footer + .panel-collapse .panel-img {
  border-bottom-color: #bce8f1; }

.featherlight-content .container { width:auto; }

.featherlight-inner h3 { margin-left: 2.2em; }

.featherlight-inner p, li { font-size: 12pt; line-height: 20px; color:#565656; }

.featherlight-inner strong { font-size: 12pt; color: #333; }

 /* ------------------------------------- MEDIA QUERIES ------------------------------------- */



 /*-- TABLET LANDSCAPE --*/

@media (orientation:landscape) and (min-device-height:1000px),
       all and (min-width:1000px) {

.myAccount{
margin-left: 50px; 
margin-right: 30px;
}

.contentEnvelope{
width: 100%;
margin-left: auto;
margin-right: auto;
margin-top: -15px;
padding: 20px;background-color: #ffffff;
//max-width: 1000px;
margin-left: auto;
margin-right: auto;
font-size: 13px;
font-family: "varela";
line: height: 14px;
}

.footerEnvelope{
width: 100%;
margin-left: auto;
margin-right: auto;
/*BATAVEC-17301*/
/*padding: 10px 20px 10px 20px;*/
background-color: #9c9c9c;
//max-width: 1000px;
}

.footerTopper{
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px 20px 10px 20px;
background-color: #138992;
//max-width: 1000px;
text-align: center;
color: #ffffff;
font-family: "varela";
font-size: 28px;
font-weight: lighter;
vertical-align: top;
}

.footerTopperRelated{
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px 20px 10px 20px;
background-color: #138992;
//max-width: 1000px;
//text-align: center;
color: #ffffff;
font-family: "varela";
font-size: 17px;
font-weight: lighter;
}


}




 /*-- TABLET PORTRAIT --*/

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:portrait) {

.contentEnvelope{
//width: 80%;
margin-left: auto;
margin-right: auto;
padding: 20px;
background-color: #ffffff;
//max-width: 1000px;
margin-left: auto;
margin-right: auto;
font-size: 13px;
font-family: "varela";
line: height: 14px;
}

.footerEnvelope{
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px 20px 10px 20px;
background-color: #9c9c9c;
//max-width: 1000px;
}

.footerTopper{
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px 20px 10px 20px;
background-color: #138992;
//max-width: 1000px;
text-align: center;
color: #ffffff;
font-family: "varela";
font-size: 28px;
font-weight: lighter;
vertical-align: top;
}

.footerTopperRelated{
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 10px 20px 10px 20px;
background-color: #138992;
//max-width: 1000px;
//text-align: center;
color: #ffffff;
font-family: "varela";
font-size: 17px;
font-weight: lighter;
}

.homeCenter{
font-family: "varela";
width: 90%;
margin-left: auto;
margin-right: auto;
padding-top: 40px;
clear: both;
}

#ladyDriver{
display: none;
}

}



 /*-- PHONE --*/

@media (max-width: 480px) {

.homeCenter{
font-family: "varela";
width: 90%;
margin-left: auto;
margin-right: auto;
padding-top: 0px;
clear: both;
}

.homeForm{
margin-top: 0;
background-color: #ffffff;
max-width: 220px;
padding: 20px;
color: #666666;
z-index: 432;
//margin-left: auto;
//margin-right: auto;
float:right;
//display: none;
}

.homeTitle{
padding-top: 10px;
text-align: center;
color: #ffffff;
font-size: 22px;
line-height: 30px;
}

  .homeTitleSm{
font-size: 18px;
}

.signIn{
position: fixed;
top: 260px;
left: 0px;
background-color: #ffffff;
text-align: center;
padding: 20px;
display: none;
}

.footerBlockRelated{
width: 180px;
color: #ffffff;
font-family: "gotham", sans-serif;
display: inline-block;
font-size: 11px;
vertical-align: top;
padding-left: 50px;
border: none;
}

.footerBlockRelated_b{
width: 180px;
color: #ffffff;
font-family: "gotham", sans-serif;
display: inline-block;
font-size: 11px;
vertical-align: top;
padding-left: 50px;
border: none;
}

.mountCopyBlock{
font-family: "varela";
font-size: 14px;
color: #4d4d4f;
padding: 5px 5px 5px 5px;
line-height: 18px;
width: 90%;
display: inline-block;
}

.mountCopyBlockEX{
font-family: "varela";
font-size: 14px;
color: #4d4d4f;
padding: 5px 5px 5px 5px;
line-height: 18px;
width: 90%;
display: inline-block;
vertical-align: top;
}

.searchInput{
width: 250px;
}

.searchBox{
padding: 0px 0px 0px 0px; width: 100%;
text-align: left;
}

.footerToppler{
text-align: center;
font-size: 18px;
color: #ffffff;
}

#logoWogo{
padding: 10px;
background-color: #454545;
margin-bottom: 15px;
}


.contentTopper{
 visibility: hidden;
}

.frontContent{
width: 80%;
padding: 20px;
max-width: 1000px;
margin-left: auto;
margin-right: auto;
font-size: 13px;
font-family: "varela";
line-height: 14px;
//background-color: #454545;
vertical-align: top;
//padding-top: 200px;
}

.contentEnvelope{
width: 100%;
margin-left: auto;
margin-right: auto;
padding: 5px;
background-color: #ffffff;
max-width: 1000px;
font-size: 13px;
font-family: "varela";
line: height: 14px;
}

.left2Col{
display: inline-block;
max-width: 100%;
vertical-align: top;
margin-right: 40px;
}

.right2Col{
display: inline-block;
max-width: 90%;
vertical-align: top;
}

.leftBoxGreen{
background-color: #74c7ae;
width: 230px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #000000;
display: inline-block;
margin: 5px 0px 5px 0px;
text-decoration: none;
}

.leftBoxGreen:hover{
background-color: #86e6c9;
text-decoration: none;
}

.rightBoxRed{
background-color: #964e33;
width: 230px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #ffffff;
display: inline-block;
margin: 5px 5px 5px 5px;
}

.rightBoxRed:hover{
background-color: #7a2909;
text-decoration: none;
color: #ffffff;
}

.leftBoxMauve{
background-color: #b179af;
width: 230px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #ffffff;
display: inline-block;
margin: 5px 5px 5px 5px;
}

.leftBoxMauve:hover{
background-color: #8a5076;
text-decoration: none;
color: #ffffff;
}

.rightBoxBlue{
background-color: #b179af;
width: 230px;
padding-top: 10px;
padding-bottom: 10px;
text-align: center;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #ffffff;
display: inline-block;
margin: 5px 0px 5px 0px;
}

.rightBoxBlue:hover{
background-color: #925190;
text-decoration: none;
color: #ffffff;
}

.leftBoxWhite{
position: relative;
background-color: #ffffff;
width: 210px;
padding: 10px 10px 10px 10px;
webkit-box-shadow: 7px 7px 10px 0px #222222;
box-shadow: 7px 7px 10px 0px #222222;
font-family: "varela";
font-size: 14px;
color: #666666;
display: none;
margin: -35px 5px 5px 5px;
z-index: 22;
}

#ladyDriver{
display: none;
}

.formsListR{
padding-left: 15px;
}

/* #logoBogo{
margin-top: 5px; 
margin-left: 10%; 
width: 43px;
height: 35px;
float: left;
background: url(../images/fastrakLogoPhone.png);
background-repeat: no-repeat;
} */

.commute{
margin-top: 0px;
}

.wrapperFront{
//margin-top: 0px;
}

#mapples{
position: absolute;
right: 20px;
top: 50px;
z-index: 23;
display: none;
padding: 20px;
background-color: #ffffff;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
width: 250px;
}

#apples{
position: absolute;
top: 1050px;
z-index: 23;
display: none;
padding: 10px;
background-color: #ffffff;
webkit-box-shadow: 7px 7px 10px 0px #999999;
box-shadow: 7px 7px 10px 0px #999999;
width: 100%;
}

.heightShim{
margin-top: 20px;
}


}

.footerLinkGold{
color: #fbcf04;
font-size: 11px;
line-height: 15px;
text-decoration: none;
}

.footerLinkGold:hover{
color: #cccccc;
font-size: 13px;
text-decoration: none;
}

.footerLinkGoldHead{
color: #fbcf04;
font-size: 13px;
line-height: 15px;
text-decoration: none;
}

.footerLinkGoldHead:hover{
color: #cccccc;
//font-size: 11px;
text-decoration: none;
}

.trisme {
	display: inline-block;
	width: 210px;
	margin: 0 10px 0 10px;
	vertical-align: top;
	line-height: 18px;
}

.trismeCont {
	padding-left: 10px;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 18px;
}

.threeQuarters {
	max-width: 600px;
	padding-left: 10px;
	font-size: 14px;
	color: #5a5a5a;
	margin-top: 20px;
	font-size: 14px;
	color: #5a5a5a;
	line-height: 18px;
}

#contentCol{
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 0;
	font-family: "varela";
	font-size: 14px;
	color: #4d4d4f;
	line-height: 18px;
}

.colFullCopy{
	max-width: 742px;
	padding: 15px 0 0 0;
	vertical-align: top;
}
.inputCallout {
    display: inline-block;
    width: 120px;
    color: #F6961D;
    font-size: 15px;
    /* margin: 10px 0px 10px 0px; */
}
.inputHolder {
    display: inline-block;
    text-align: right;
    width: 230px;
}
input[type="text"] {
    background-color: inherit;
    /* border: none;
    color: #bae7f9; */
}
.drkGreenButton {
    background-color: #138992;
    width: 185px;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    /* webkit-box-shadow: 3px 3px 5px 0px #999999; */
    box-shadow: 3px 3px 5px 0px #999999;
    font-family: "varela";
    font-size: 12px;
    color: #ffffff;
    display: inline-block;
}
/*BATAVEC-17301 changes for sidebar*/
#sidebar a{
  font-size: 1rem;
}
/* Styles for date/time picker - start */
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  outline: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -ms-transform: translateY(100%);
      transform: translateY(100%);
}
/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}
/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}
@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}
/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}
@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  -ms-transform: translateY(0);
      transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  -ms-transform: translateY(0);
      transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}
.picker__year {
  color: #999;
  font-size: .8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #ffffff;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: .75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: .5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: .67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}

/* ==========================================================================
   $DEFAULT-TIME-PICKER
   ========================================================================== */
/**
 * The frame the bounds the time picker.
 */
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The picker box.
 */
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}


/* Styles for date/time picker - end */

/* Magnific Popup CSS start*/
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80); }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #cccccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #cccccc; }
    .mfp-preloader a:hover {
      color: white; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: white;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: white;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #cccccc;
  font-size: 12px;
  line-height: 18px; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid white;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid white;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    border-left: 27px solid #3f3f3f; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: black; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444444; }
  .mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
/* Magnific Popup CSS end*/
/* style for mobile view */
@media screen and (min-width: 768px) {
  .mdiv{
		display: none;
	}
	.ddiv{
		display: block;
	}
}
@media screen and (max-width: 1600px) {
.dview {
		display: block;
	}
	.mview {
		display: none;
	}
	.mdiv{
		display: block;
	}
	.ddiv{
		display: none;
	}
}
@media screen and (max-width: 770px) {
.dview {
		display: none;
	}
	.mview {
		display: block;
	}
	.lmenu3 ul li {
		font-size: 15px;
	}
	.mdiv{
		display: block;
	}
	.ddiv{
		display: none;
	}
}

@media screen and (max-width: 650px) {
.dview {
		display: none;
	}
	.mview {
		display: block;
	}
	.lmenu3 ul li {
		font-size: 12.8px;
	}
	.mdiv{
		display: block;
	}
	.ddiv{
		display: none;
	}
}

.error_msg {
    /*color: #721c24;*/
	color: red;
    font-size: 10pt;
    font-weight: bold;
}

/******tooltip css start****/

/* This is the default Tooltipster theme (feel free to modify or duplicate and create multiple themes!): */
.tooltipster-default {
	border-radius: 5px; 
	border: 2px solid #000;
	background: #4c4c4c;
	color: #fff;
}

/* Use this next selector to style things like font-size and line-height: */
.tooltipster-default .tooltipster-content {
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 16px;
	padding: 8px 10px;
	overflow: hidden;
}

/* This next selector defines the color of the border on the outside of the arrow. This will automatically match the color and size of the border set on the main tooltip styles. Set display: none; if you would like a border around the tooltip but no border around the arrow */
.tooltipster-default .tooltipster-arrow .tooltipster-arrow-border {
	/* border-color: ... !important; */
}


/* If you're using the icon option, use this next selector to style them */
.tooltipster-icon {
	cursor: help;
	margin-left: 4px;
}

/* This is the base styling required to make all Tooltipsters work */
.tooltipster-base {
	padding: 0;
	font-size: 0;
	line-height: 0;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999999;
	pointer-events: none;
	width: auto;
	overflow: visible;
}
.tooltipster-base .tooltipster-content {
	overflow: hidden;
}

/* These next classes handle the styles for the little arrow attached to the tooltip. By default, the arrow will inherit the same colors and border as what is set on the main tooltip itself. */
.tooltipster-arrow {
	display: block;
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}
.tooltipster-arrow span, .tooltipster-arrow-border {
	display: block;
	width: 0; 
	height: 0;
	position: absolute;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top-right span, .tooltipster-arrow-top-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-top: 8px solid;
	bottom: -7px;
}
.tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-top-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-top: 9px solid;
	bottom: -7px;
}

.tooltipster-arrow-bottom span, .tooltipster-arrow-bottom-right span, .tooltipster-arrow-bottom-left span {
	border-left: 8px solid transparent !important;
	border-right: 8px solid transparent !important;
	border-bottom: 8px solid;
	top: -7px;
}
.tooltipster-arrow-bottom .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	border-left: 9px solid transparent !important;
	border-right: 9px solid transparent !important;
	border-bottom: 9px solid;
	top: -7px;
}
.tooltipster-arrow-top span, .tooltipster-arrow-top .tooltipster-arrow-border, .tooltipster-arrow-bottom span, .tooltipster-arrow-bottom .tooltipster-arrow-border {
	left: 0;
	right: 0;
	margin: 0 auto;
}
.tooltipster-arrow-top-left span, .tooltipster-arrow-bottom-left span {
	left: 6px;
}
.tooltipster-arrow-top-left .tooltipster-arrow-border, .tooltipster-arrow-bottom-left .tooltipster-arrow-border {
	left: 5px;
}
.tooltipster-arrow-top-right span,  .tooltipster-arrow-bottom-right span {
	right: 6px;
}
.tooltipster-arrow-top-right .tooltipster-arrow-border, .tooltipster-arrow-bottom-right .tooltipster-arrow-border {
	right: 5px;
}
.tooltipster-arrow-left span, .tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-left: 8px solid;
	top: 50%;
	margin-top: -7px;
	right: -7px;
}
.tooltipster-arrow-left .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-left: 9px solid;
	margin-top: -8px;
}
.tooltipster-arrow-right span, .tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 8px solid transparent !important;
	border-bottom: 8px solid transparent !important; 
	border-right: 8px solid;
	top: 50%;
	margin-top: -7px;
	left: -7px;
}
.tooltipster-arrow-right .tooltipster-arrow-border {
	border-top: 9px solid transparent !important;
	border-bottom: 9px solid transparent !important; 
	border-right: 9px solid;
	margin-top: -8px;
}


/* Some CSS magic for the awesome animations - feel free to make your own custom animations and reference it in your Tooltip settings! */

.tooltipster-fade {
	opacity: 0;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
	-o-transition-property: opacity;
	-ms-transition-property: opacity;
	transition-property: opacity;
}
.tooltipster-fade-show {
	opacity: 1;
}

.tooltipster-grow {
	-webkit-transform: scale(0,0);
	-moz-transform: scale(0,0);
	-o-transform: scale(0,0);
	-ms-transform: scale(0,0);
	transform: scale(0,0);
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-backface-visibility: hidden;
}
.tooltipster-grow-show {
	-webkit-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-o-transform: scale(1,1);
	-ms-transform: scale(1,1);
	transform: scale(1,1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}

.tooltipster-swing {
	opacity: 0;
	-webkit-transform: rotateZ(4deg);
	-moz-transform: rotateZ(4deg);
	-o-transform: rotateZ(4deg);
	-ms-transform: rotateZ(4deg);
	transform: rotateZ(4deg);
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
}
.tooltipster-swing-show {
	opacity: 1;
	-webkit-transform: rotateZ(0deg);
	-moz-transform: rotateZ(0deg);
	-o-transform: rotateZ(0deg);
	-ms-transform: rotateZ(0deg);
	transform: rotateZ(0deg);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 1);
	-webkit-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-moz-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-ms-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	-o-transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4); 
	transition-timing-function: cubic-bezier(0.230, 0.635, 0.495, 2.4);
}

.tooltipster-fall {
	top: 0;
	-webkit-transition-property: top;
	-moz-transition-property: top;
	-o-transition-property: top;
	-ms-transition-property: top;
	transition-property: top;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
}
.tooltipster-fall-show {
}
.tooltipster-fall.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	top: 0px !important;
	opacity: 0;
}

.tooltipster-slide {
	left: -40px;
	-webkit-transition-property: left;
	-moz-transition-property: left;
	-o-transition-property: left;
	-ms-transition-property: left;
	transition-property: left;
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
	-webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	-o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15); 
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1.15);
}
.tooltipster-slide.tooltipster-slide-show {
}
.tooltipster-slide.tooltipster-dying {
	-webkit-transition-property: all;
	-moz-transition-property: all;
	-o-transition-property: all;
	-ms-transition-property: all;
	transition-property: all;
	left: 0px !important;
	opacity: 0;
}


/* CSS transition for when contenting is changing in a tooltip that is still open. The only properties that will NOT transition are: width, height, top, and left */
.tooltipster-content-changing {
	opacity: 0.5;
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}

/******* end tooltipster *****/

.pointer{
	cursor: pointer;
}

.modal-backdrop.fade.show{display:none}


.success_msg {
	color: green;
    font-size: 10pt;
    font-weight: bold;
}