#sliderpop{
	width:250px;
	top:280px;
	position:fixed;
	margin-left:0;
	text-align:center;
	background: none;
	z-index:100;
	
	
}
.slidepop-top{
	width:100%;
	height:60px;
	padding:5px 0 5px 0;
	background:#fff;
	border-top-left-radius: .3em .3em;
	border-top-right-radius: .3em .3em;
	border-top:15px solid #042c71;
	border-bottom:1px solid #042c71;
	border-left:1px solid #042c71;
	border-right:1px solid #042c71;
}

.slidepop-body{
	width:100%;
	height:250px;
	text-align:center;
	background:#fff;
	border-left:1px solid #042c71;
	border-right:1px solid #042c71;
}
   
.slidepopheader{ 
	width:200px;
	height:230px;
	margin-left:20px;
	padding:10px 0 5p 50px;
}


.sliderpoptitle{
	text-align:center;
	font-size:22px;
	font-weight:700;
	color:#042c71;
}

.slidepop-foot{
	width:100%;
	height:19px;
	padding:5px 5px 5p 5px;
	background:#fff;
	border-bottom-left-radius: .3em .3em;
	border-bottom-right-radius: .3em .3em;
	border-top:1px solid #d8d8d8;
	border-bottom:5px solid #042c71;
	border-left:1px solid #042c71;
	border-right:1px solid #042c71;
}

/*#sidebar{
	position:absolute;
	top:90px;
	left:250px;
}


#sidebar1{
	position:absolute;
	top:90px;
	left:250px;
}*/

#sidebar{
	position:absolute;
	top:90px;
	left:279px;
	width:100px;
	height:30px;
	padding-left:1px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
	-moz-border-top-right-radius: 5px;	
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	background:#042c71;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	font-weight:700;
	transform: rotate(90deg);
	transform-origin: left top 0;
	color:#fff;
}

#sidebar1{
	position:absolute;
	top:90px;
	left:279px;
	width:100px;
	height:30px;
	padding-left:1px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;	
	-moz-border-top-right-radius: 5px;	
	-moz-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	background:#042c71;
	text-align:center;
	vertical-align:middle;
	font-size:16px;
	font-weight:700;
	transform: rotate(90deg);
	transform-origin: left top 0;
	color:#fff;
}



input {
  width: calc(100% - 10px);
  min-height: 10px;
  padding:5px;
  letter-spacing: .5px;
  border: 0;
  font-size:12px;
  border-bottom: 1px dashed #dbdbdb; }
  input:focus {
    outline: none;
    border-color: #fbcf34; }
	
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
font-size:12px;
font-weight:lighter;
  color: #042c71;
}
::-moz-placeholder { /* Firefox 19+ */
font-size:12px;
font-weight:lighter;
  color: #042c71;
}
:-ms-input-placeholder { /* IE 10+ */
font-size:12px;
font-weight:lighter;
  color: #042c71;
}
:-moz-placeholder { /* Firefox 18- */
font-size:12px;
font-weight:lighter;
  color: #042c71;
}

textarea.wt-resize {
		resize: none;
	}
a.close {
  line-height: 1;
  font-size: 1.5em;
  position: absolute;
  top: 5%;
  right: 2%;
  text-decoration: none;
  color: #fff;
}

.button {
  margin-left:0px;
  margin-top:-15px;
  color: #ffffff;
  background-color: #ffb900;
  padding:10px 17px;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border: 0;
  border-radius: 2px;
  outline: 0;
  box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .2s;
  transition: all .2s; }
  .button:hover, .button:active, .button:focus {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }

.button--transparent {
  background: transparent;
  border: 0;
  outline: 0; }

.button--close {
  position: absolute;
  top: 10px;
  left: 10px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
      -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all .25s;
  transition: all .25s;
  z-index: 10; }
  .button--close svg {
    width: 20px;
    height: 20px; }
    .button--close svg * {
      fill: currentColor; }
  .button--close:hover, .button--close:active, .button--close:focus {
    color: #fbcf34;
    background-color: #ffffff;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.1); }

.button--info {
  position: absolute;
  top: 0;
  right: 0; }
  
  .linebreaks{
       display: block;
       position: relative;
       padding: 0;
       margin: 20px auto;
       height: 0;
       width: 100%;
       max-height: 0;
       font-size: 1px;
       line-height: 0;
       clear: both;
       border: none;
    }

div#title{
	position:absolute;
	top:300px;
	left:650px;
	}
	
/*select{
	padding:6px;
	width:100%;
	font-size:15px;
	border-radius:2px;
	border:3px solid #98d0f1;
}*/

/* for select */

.select {
  position: relative;
  height: 30px;
  /*background: white;*/
  /*box-shadow: 0 3px 0 rgba(0, 0, 0, 0.05);*/
}
.select:after {
  content: '';
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
  background:none;
  pointer-events: none;
}
.select:before {
  width: 30px;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  background:none;
  content: '';
  pointer-events: none;
}
.select:hover:before {
  background:none;
}
.select select {
  font-size: 12px;
  border: none;
  box-shadow: none;
  border-radius: 0;
  background: transparent;
  height: 100%;
  width: 100%;
  cursor: pointer;
  outline: none;
  padding-top:7px;
  padding-right: 10px;
  padding-left: 15px;
  /*border-bottom: 1px dashed #dbdbdb;*/
  -moz-appearance: none;
  -webkit-appearance: none;
}
.select select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
.select select::-ms-expand {
  display: none;
}
.select select:focus {
  border-color: #025a96;
}

@media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .select select {
    padding-right: 0;
  }
  .select:after, .select:before {
    display: none;
  }
}


/* select style ends */

textarea{
	padding:6px;
	font-size:15px;
	border: 0;
  	font-size:12px;
  	border-bottom: 1px dashed #dbdbdb;
	margin-top: 10px;
	resize: none;
	height:50px;
	width:100%;
}	

button{
	background:#2bc1f2;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 22px;
	font-weight: bolder;
	padding: 8px 0 8px 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top:25px;
}

.sbutton{
	background:#2bc1f2;
	border: none;
	color: #fff;
	width: 100%;
	font-size: 22px;
	font-weight: bolder;
	padding: 8px 0 8px 0;
	border-radius: 3px;
	cursor: pointer;
	margin-top:25px;
}
