
@font-face {
  font-family: "segoe uii";
  
  src: local("☺"),
    
    url("../fonts/Segoe_UI/segoeui.ttf") format("truetype");
  }
  @font-face {
  font-family: "segoe light";
  
  src: local("☺"),
    
    url("../fonts/Segoe_UI/segoe_UI_Light.ttf") format("truetype");
  }

  @font-face {
  font-family: "segoe bold";
  
  src: local("☺"),
    
    url("../fonts/Segoe_UI/segoeuib.ttf") format("truetype");
  }

  @font-face {
  font-family: "segoe semibold";
  
  src: local("☺"),
    
    url("../fonts/Segoe_UI/segoe_Semibold.ttf") format("truetype");
  }
  html,body { height: 100%; margin: 0px; padding: 0px; }
      .full {  height: 100% }

body {  
font-size: 13px;
font-family: 'segoe ui','segoe uii', sans-serif; 
 }
 body .well {
  color : rgba(0, 0, 0, 0.65);
 }
body.tease {
  /*background: url(../img/auth-bg.jpg) no-repeat top center fixed; */
   background-image: -webkit-linear-gradient(top, rgba(36, 42, 53, 0.9), rgba(0, 0, 0, 1)), url("../img/Auth_bg.jpg");
    background: -o-linear-gradient(top, rgba(36, 42, 53, 0.9), rgba(0, 0, 0, 1)),url("../img/Auth_bg.jpg"); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(top, rgba(36, 42, 53, 0.9), rgba(0, 0, 0, 1)),url("../img/Auth_bg.jpg"); /* For Firefox 3.6 to 15 */
    background: linear-gradient(top, rgba(36, 42, 53, 0.9), rgba(0, 0, 0, 1)),url("../img/Auth_bg.jpg"); /* Standard syntax */
 /*  background-image: -webkit-linear-gradient(top, rgba(36, 42, 53, 0.4), rgba(0, 0, 0, 0.4)), url("../img/unsplash_52ce2b0530dab_1.jpg");
  background-color: #262a35;*/
/*background-position: 0px -109px;*/
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;

 }
 body.tease_others {
    /* background: url(../img/auth-bg.jpg) no-repeat top center fixed; */
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.8)), url("../img/paytime_wallpaper.png");
    /*background-color: #fff;*/
    /* background-position: 0px -109px; */
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
}


.next-question {
	
	display: inline-block;
}

.question:not(.selected) {
	cursor : pointer;
}
.question-title-text {
	/*margin: 10px; */
}

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.option {
	padding : 4px;

  margin: 15px;
  background-color: #fff;
}

.form-control {
 background-image: none; 
  border-bottom-color: #ddd !important;
  /*height: 35px !important;*/
}
.form-control {
  background-size: 0 2px,100% 1px;
  background-repeat: no-repeat;
  background-position: center bottom,center calc(100% - 1px);
}

.survey-header input , .option input {

  border-bottom : none !important;
}

/*
.survey-header {

  padding: 30px;
}
*/
input.survey-title  {

  font-size: 22px;

}

.container .question  {

  padding: 0px 30px;
  
  border: 1px solid #eee;
}

.question.selected {
  background-color: #f5f5f5;
}

.question > .handle {

  height: 12px
}

.question.selected > .handle {

  height: 30px
}


::-webkit-input-placeholder  { color : #aaa !important;}

::-moz-placeholder  { color : #aaa !important;}

:-ms-input-placeholder  { color : #aaa !important;} 

input :-moz-placeholder  { color : #aaa !important;}


/* custom template */
html, body {
   height: 100%;
   
}


a {

  color:#222222;
}

a:hover {
  text-decoration:none;
  color:#00C934;
}

hr {
   border-color: #dedede;
  margin-top: 5px;
  margin-bottom: 0px;
}




  .nav > li > a:hover, .nav > li > a:focus {

color: #24B71F;

background: none;
  }

   .nav > li  {

line-height: 2;
  }

/*.container.well {
  padding: 30px;
}*/

.container.well.for-list {
  padding: 0px;
}

.questions-container {
  margin: 0px -30px 30px;

}





/*
.btn:not(.btn-link), .btn-default:not(.btn-link) {

  border: 1px solid #ccc;

  background-color: #efefef;
}

*/
  

.dropdown-menu.columns-2 {
min-width: 400px;
}

.dropdown-menu.columns-2 li a{

    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857;
    color: #333;
    white-space: nowrap;
}

.dropdown-menu.columns-2 li a:hover {
text-decoration: none;
color: #262626;
background-color: #f5f5f5;
}





body .well p.survey-title {

  font-weight: 600;
  margin-bottom: 7px;
}


body .well p{
  color : rgba(0, 0, 0, 0.65);
}

body .well span.survey-description , body .well p.survey-date{

  color : rgba(0, 0, 0, 0.50);
}



body .well p.survey-date {

  margin-top: 27px;
  margin-bottom: 0px
}

/*Button Styling */






.button.dashboard-button {
  font-family: 'Roboto light', sans-serif;
  text-transform: uppercase;
  font-size:15px;
  width:100%;
  margin-bottom: 4px;
 padding: 10px 0px 10px 51px;
height: 62px;
  border-radius: 0px;
  text-align:left;
}

/* This button was generated using CSSButtonGenerator.com */

/*Button-group styling */

.btn-group.form-element-selector {
  box-shadow : none;
  background-color : #f8f8f8;
  font-size: 13px;

  
}
.bootstrap-select.btn-group:not(.input-group-btn).form-element-selector {
  margin-left: 15px;
}

.btn , .btn:active {
  text-transform: none;
  padding : 5px 13px;
  border-radius: 2px;
}

.schedule-type-btn {
  text-transform: none;
  padding : 5px 13px;
  border-radius: 2px;
  border: 1px solid #ccc;
}
.bootstrap-select .schedule-type-btn:focus {
  outline: thin #cbcec9 !important;
  border: 1px solid #cbcec9 !important;
 
}

.survey-table td > a {
  /*display: block;*/
}
/* adjust the contents on smaller devices */
@media (max-width: 768px) {

  .column .padding {
    padding: 7px;
  }

  .align-top{
  margin-top: 100px;
  margin-left: 2px;
  margin-right: 2px;
}

  .navbar-green {
    top:0;
    width:100%;
    position: fixed;
  }

}



.dasboardbox1{
    background-color: #BCBEC0;
    color: white;
    min-height:150px;
    padding-top: 25px;
}
.dasboardbox2{
    background-color: #D1D3D4;
    color: white;
    min-height:150px;
    padding-top: 25px;
}
.dasboardbox3{
    
    min-height:165px;
    border-right: .08em solid #d7d7d7;
    padding-top: 45px;
}

.top-box {
   /* height: 58px;*/
}

.tabboxes{
    padding-top:10px;
    /*height: 40px;*/
}

.tabmenucontent{
    font-size: 35px;
    font-weight: 300;
}

.tabmenucontent2{
    font-size: 25px;
    font-weight: 200;
}

.tabmenubottom{
    text-align: center;
    font-size: 17px;
    font-weight: 300;
}

.tabmenubottom2{
    text-align: center;
    font-size: 15px;
    font-weight: 300;

}



/*signup- login*/ 
.radio label{
padding-left: 20px;

}
input.login, input.login:focus,
input.signup-control, input.signup-control:focus{
   color:#000;
  border: none;
  padding-left: 10px;
  font-size: 14px;
   font-family: 'segoe ui','segoe uii', sans-serif;
   background: #f5f5f5;
   border-radius: 3px;
   height: 50px;
}

input.login.extend{
   margin-top: 10px;
   border-right-color: #fff;

}
.input-group[class*="col-"] {
padding-right: 14px;
padding-left: 15px;
}
.input-group-btn .forgot-button{
  border:1px solid #ddd;
  border-left: 1px solid #fff;
  border-radius: 0px !important;
  height: 35px !important;
  text-transform: none;
}
.input-group-btn > button.btn{
  text-align: right;
  padding-right:10px;
  
}
.input-group .input-group-btn .btn {
margin: 10px 0px 0px -1px;
}
.input-group-btn > button > a{
  color:#93a091;
}
.input-group-btn > button > a:hover{
  text-decoration: none;
  color:#00C934;
}
@media (min-width: 768px) {

  #login.col-md-offset-3{
  margin-left: 30%;
}
.modal-sm {
  width: 700px;
}

  }


.input-height{
  height:23px !important;
  margin-bottom: -3px;
}
.signin-align{
margin-left: 37.666667%;
width: 26%;
}

.login::-webkit-input-placeholder, 
.signup-control::-webkit-input-placeholder
 {
  font-family: 'Roboto light', sans-serif;
 color:#2d2d2d !important; 
 font-size: 14px !important;  
 
}

.login::-moz-placeholder,
.signup-control::-moz-placeholder
 {
 font-family: 'Roboto light', sans-serif;
 color:#565656 !important;  
 font-size: 14px !important; 
}

/*styles for checkbox*/
p > input
{
  padding: 0;
  margin: 0;
  height: 56px;
  width: 56px;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
}
p > input
{
  padding: 0;
  margin: 0;
  height: 56px;
  width: 56px;
  float: left;
  position: absolute;
  left: 0;
  opacity: 0;
}
p > label 
{ 
  display: inline-block;
  cursor:pointer;
  line-height: 17px;
  font-weight: normal; 
  color: #000; 
  padding: 28px 0 0 108px;
  
}
p > label.org 
{ 
  padding: 28px 0 0 23px; 
}
p:not(#foo) > input + label#messaging
{
  background: url(../img/farmer.png) no-repeat;
  width: 400px;
  height: 86px;
  
}

p:not(#foo) > input + label#survey
{
  background: url(../img/mobile.png) no-repeat;
  width: 400px;
  height: 93px;
 
}

p:not(#foo) > input + label#mis
{
  background: url(../img/farmer.png) no-repeat;
  width: 400px;
  height: 93px;
 
}

p:not(#foo) > input + label#weather
{
  background: url(../img/mobile.png) no-repeat;
  width: 400px;
  height: 93px;
 
}
p:not(#foo) > input + label.org
{
  
  width: 400px;
  height: 50px;
 
}

p:not(#foo) > input:hover + label,
p:not(#foo) > input + label:hover,
p:not(#foo) > input:checked + label,
p:not(#foo) > input + label:checked  {
/* for Webkit browsere, Chrome 19+, Safari 6+ ... */
  -webkit-filter: grayscale(1);
  /* this is for Firefox 3.5+, Firefox mobile */
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'gs\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#gs");
  /* for IE6+ */
  filter: gray;
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
  filter: grayscale(1);
  
}


.select-app, .select-org{
  padding: 0px 54px 0px 66px;
  background-color: #fff;
  margin-top: 6px;
}
.mobile-checkbox{
  padding: 0px 54px 0px 80px;
  background-color: #fff;
  margin-top: 6px;
}
/*styles for checkbox ends*/
label > span.app-title{
  font-family: 'Roboto regular', sans-serif;
  font-size: 16px;
}
label > span.lead-msg{
   color:#00C934;
}
label > span.lead-survey{
   color:#4684f5;
}
label > span.lead-org{
   color:#4684f5;
}

.small .fa-circle{
  font-size: 4px;
  vertical-align: middle;
}
@media (min-width: 768px) {

  .custom-md.col-md-5 {
    width: 49%;
  }
  
    }
    @media (min-width: 992px) {

  .custom-md.col-md-5 {
    width: 49%;
  }
  .text_padding{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  
    }


.form-box {
/*box-shadow: 1px 3px 11px 4px #ced4cd;*/
border-radius: 8px;
padding-top: 0px;
padding-left: 0px;
padding-right: 0px;
/*background: #fff;*/
}
.expand{
  
margin-top: 60px;
/*box-shadow:  2px -1px 7px 0px #ced4cd !important;*/
box-shadow: 1px 3px 11px 4px #ced4cd !important;
margin-bottom: 10px;
}
.form-box .header{
  padding: 15px 0px 15px 0px;
}
.form-box .password{
  font-family: 'Roboto light', sans-serif;
  background: #71AF10;
  padding: 4px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.form-box .header-subscribe{
  padding: 17px 10px 12px 10px;
}
.form-box .header-message{
  
  background: #2ab71e;
  padding: 7px 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  color: #fff;
}
.form-box .body-subcribe {
  
  padding: 0px 35px 19px 35px
}
.form-box .body{
  padding: 0px 22px 19px 22px;
}
.form-box .body > h2{
  padding-left: 10px;
  font-family: 'Open Sans light', sans-serif; 
  font-size: 20px;
}
.form-box > h4{
  margin-bottom: 19px;
  font-family: 'Roboto light', sans-serif;
  font-size: 20px;
}
.form-box .body > .form-group,
.form-box .footer > .form-group {
  margin-top: 20px;
  margin-bottom: 5px;
}
.form-box .body > .form-group > input,
.form-box .footer > .form-group > input {
  border: #fff;
}
.form-box .body > .btn,
.form-box .footer > .btn {
  margin-bottom: 10px;
}
.form-box .footer {
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.c-body{
  /*font-family: 'Open Sans light', sans-serif;*/
  padding: 10px 37px 10px 35px;
  background: #fff;
  color: #444 !important;
}

.header-tip{
  border-radius: 0px;
  height:1px;
  background: #24B71F !important;
  
}
.panel-success .header
{
  border-radius: 0px;
 
  padding: 7px 10px;
  font-size: 20px;
  font-weight: bold;
  
 
  margin-bottom: 20px;
}

 .msg-overview li,
.msg-overview > div > ul > li a
{
  font-family: 'Open Sans regular', sans-serif;
  list-style: none;
  font-size: 19px;
  
  color:#fff;
}
.msg-overview > div >ul>li>ul>li>a,
.survey-overview > div >ul>li>ul>li>a
{
  list-style: none;
  font-size: 15px;
  font-weight: bold;
  color:#333;
}


.msg-overview ul,
.survey-overview ul
{
  padding-left:0px;
  margin-bottom: 0px;
}

.survey-overview li,
.survey-overview > div > ul > li a
{
  font-family: 'Open Sans regular', sans-serif;
  list-style: none;
  font-size: 19px;
  
  color:#497DBF;
}
.survey-overview a i
{
  color:#497DBF;
  cursor:pointer;
}

.table>thead>tr>th {

border-bottom: none;
}
#green-bg {
   position: fixed;
    bottom: 60px;
  width:100%;
  height:280px;
  background-color:#37BA06; 
   padding-right: 0;
    padding-left: 0;
  right: 0;
  left: 0;
  border-radius: 0px;
}
.logo-size{
    /*width: 75px;
  height: 61px;*/
margin-bottom: 2px;
margin-top: 2px;
}
.btn-success, .btn-primary{
background-image: none;
  border-radius: 0px;
}
.signup{
  background-color: #00BA2F !important;
  border:none; 
  padding-top: 5px;
padding-bottom: 5px;
margin: 15px 0px 0px 0px;
font-weight: bolder;
font-size: 18px;
color: #fff;
}
.signup:hover{
  box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19) !important;
color:#fff !important;
}
.cancel{
  
  padding-top: 4px;
padding-bottom: 4px;
margin-bottom: 24px;
font-weight: bolder;
font-size: 15px;
color: #fff;
}
.signin, .next1{
  color:#fff !important;
  /*background-color: #FAA21C  !important;*/
  background-color: #f8c800 !important;

  border:none; 
  border-radius: 0px;
  margin: 1px 0px 0px 0px;
  padding-top: 5px;
padding-bottom: 5px;
font-size: 17px !important;
height: 50px;
border-radius: 3px;

}
.btn-download{
  color:#fff !important;
  background-color: #21A1F5 !important;
  border:none; 
  border-radius: 0px;
  margin: 1px 0px 0px 0px;
  padding-top: 5px;
padding-bottom: 5px;
font-size: 17px !important;
margin-top: 40px;
}
.signin:hover, .next:hover{
  box-shadow: 0 6px 10px rgba(0,0,0,.1),0 10px 30px rgba(0,0,0,.1) !important;
color:#fff !important;
}
.pass-btn{
  font-size: 15px !important;
}
.terms-conditions{
  font-size: 11px;
  color:#333;
  padding-left: 25px;
  margin-top:5px;
}
.roboto-regular{
  font-family: 'Roboto regular', sans-serif;
}
.signup-footer{
  font-size: 12px;
  margin-bottom:0px;
  margin-top:30px;
}
img.logo_new {
    margin-bottom: 10px;
}
.create-account{
  
  margin-left: 7px;

}

.link{
  color:#2CAFF7;
margin-top: 20px;
}
.link:hover{
  text-decoration: none;
  color:#0891dd;
}
.download{
  color:#5B9EF2;
margin-top: 20px;
}
.download:hover{
  text-decoration: none;
  color:#3386ee;
}

.form-horizontal .valign{
  vertical-align:-.1em
}
.form-horizontal .control-label{
margin-top: 0;
margin-bottom: 0;
font-size: 14px;
font-weight: normal;
}

.form-horizontal .group{
  padding-top: 8px;
}
.form-horizontal .c-box{
  margin-top: -7px;
font-size: 14px;
color:#8a8d8a;
}

.align-top{
    margin-bottom: 20px;
}
.align-signup{
  margin-top:120px;
  margin-bottom: 20px;
  margin-left: 0px;
  margin-right: 0px;
  background: #fff;
  border-radius: 3px;
}
.margin-left{
  margin-left: -15px;
}
.sms{
  margin-left: 22%;
}
.label-padding{
  margin-top: 17px;
}

.occurence, .hour{
  font-size: 11px;
color: #000 !important;
font-family: 'Roboto regular', sans-serif;
padding-left: 0px;
 margin-left: -3px !important;
margin-bottom: 8px;
font-weight: 400;
vertical-align: middle;
cursor: pointer;
}


.sub-control-label{

}
.control-label-main{
 font-size: 12px;
}

.icon-align{
  margin-left: -27px;
}
.form-select{
  font-size: 11px;
color: #000 !important;
font-family: 'Roboto regular', sans-serif;
line-height: 21px;
}

.cb-margin{
  margin-bottom: 10px;
  margin-top: 49px;
  padding-right: 0px;
}
.btn-login{
      background-color: #4D8CFC;
      color: #FFF;
  border: none;
  font-size: 16px;
  padding: 8px 25px 8px 25px;
  border-radius: 0px;
  font-family: "Open Sans regular",sans-serif;
}
a.btn-extend, input.btn-extend{
  border: 0px solid transparent;
  border-left:1px solid #ccc !important;
  color: #444741 !important;
  font-size: 13px !important;
 margin: -7px 0px 0px 0px;
}
li.li-extend{
 
  color: #444741 !important;
  font-size: 13px !important; 
  border: none !important;
}
li.li-extend:hover{
background: #bbbfb9 !important;
 box-shadow: 0 6px 10px rgba(136,142,132,.23),0 10px 30px rgba(136,142,132,.19);
  color: #2ab71e !important;
}
.btn:active:not(.btn-link):not(.btn-flat), .btn:hover:not(.btn-link):not(.btn-flat) {
/*box-shadow: 0 6px 10px rgba(0,0,0,.23),0 10px 30px rgba(0,0,0,.19);*/
box-shadow: 0 6px 10px rgba(205,210,200,.23),0 10px 30px rgba(205,210,200,.19);
}
.container.well.for-list {
  padding: 0px;
}

.panel {
  border-radius: 0px;
  box-shadow:none;
  margin-bottom: 10px;
}

div.button-margin{
  margin-top: 30px !important;
}
.button-margin span{
  cursor:pointer;
}
.modal-dialog {
margin: 70px auto;
}

/*.bubble .close {
 margin-left: 6px !important;
 margin-top: 7px !important;
 font-size: 15px;
}*/
.form-group .control-label, .form-group-default .control-label {
color: rgba(0,0,0,.84);
font-weight: normal;
}

.dropdown-menu {
margin: 2px 16px 0;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  /*border-color: rgba(0,201,52, 0.8);*/
  border-color: none;
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  /* IE6-9 */

  /*-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,201,52,.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,201,52,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(0,201,52,.6);*/
}

.radio input[type=radio] {
  display: block;
}



/* Bootstrap Material Design Template Adjustments */

.checkbox input[type="checkbox"] {
    opacity: 100;
    width: 12px;
  height: 12px;
}

body.login-bg{
  width:100%;
  height:auto;
  background: url(../img/login-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  padding-right: 0;
  padding-left: 0;
  position: relative;

}
body.signup-bg{
  width:100%;
  height:auto;
  background: url(../img/login-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  padding-right: 0;
  padding-left: 0;
  position: relative;

}

/*Dashboard*/
.column.dashboard{
overflow-y: auto;
}

.row.dashboard-bg{
  background-color: #244059;
}
#main{
 /* left: 16.66666667%;*/
}





.upgrade-now {
  width:100%;
 /* z-index:100;*/
  background-color:transparent;
  min-height: 36px;
  color:#fff;
font-size: 12px;
/*position: fixed;*/
}
.upgrade-now.alert{
  padding: 9px 10px 7px 0px;
  background-color:#4AD74D;
  margin-bottom: 0px;
}
.upgrade-now.alert > span > a{
 color:red;
}
#content-header > h1{
  font-family: 'Roboto light', sans-serif;
  font-size: 33px;
}
.confirm-email.alert, .confirm-email.alert > a{
  background-color:#D9E7EE;
   color: rgba(0, 0, 0, 0.65);
  padding:6px;
  /*margin-bottom: 0px;*/
}
.confirm-email.alert > a > span{
 
  font-weight: normal;
}
.confirm-email.alert > span > a{
 color:#4C7AC6;
}

#msg-app,#survey-app{
  /*height:500px;*/
  padding:0px;
}

@media (min-width: 768px) {
.receipient.col-md-7{
 padding-left: 30px;
}
.summary-stats.col-md-5{
 padding-right: 30px;
padding-left: 0px;
}
/*.navbar-row .col-xs-10{
  width: 79.83%;
}*/
  #survey-app.col-md-6{
  width: 49%;
}
#msg-app.col-md-6{
  width: 49%;
  margin-right: 2%;
}
/*.dashboard.col-md-2{
  width:20.17%;
}
.dashboard.col-md-10{
  width: 79.83%;
}*/
#engagement .col-md-3{
  width: 23.5%;
 
}
.align-top{
  margin-top: 100px;
}
.align-top_new{
  margin-top: 55px;
}

  }


  #msg-app > i.fa-upload,
  #msg-app > i.fa-microphone,
  #msg-app > i.fa-line-chart{
    font-size: 20px;
    color:#5C9FF3;
    padding-bottom: 69px;
  }
  
  .modal-header.quick-message-header{
  background: #4D7AC7 ;
  padding: 10px 10px;
  font-size: 15px;
  font-weight: bold;
  color: #fff ;
  letter-spacing: 1px;
}
#overall-engagement{
  background: #fff ;
  padding:20px 16px 20px 16px;
}
#overall-engagement small{
  font-family: 'Open Sans light', sans-serif;
font-size: 16px;
vertical-align: 5px;
}
#overall-engagement span{
  font-family: 'Open Sans light', sans-serif;
  font-size: 37px;
  color:#5C5C5C;
  line-height: 35px;
}
#engagement{
  color:#fff !important;
}
#engagement .body{
  margin-top:20px;
  /*padding:10px 10px 10px 20px;;*/
}
#engagement .body img{
  width:63px;
  height:46px;
  padding-right:10px;
  margin-bottom: 30px;
}
#engagement span.button{
  border-radius: 0px;
  padding-left: 7px;
padding-right: 23px;
margin-bottom: -3px;
height: 22px;
font-weight: normal;
font-size: 12px;
text-transform: none;
line-height: 19px;
}
#engagement #outgoing-msg{
background:#46C938;
}
#engagement #outgoing-msg .header{
background:#379327;
padding: 13px 9px 11px 6px;
}
#engagement #cr-used{
background:#00DA78;
}
#engagement #cr-used .header{
background:#00AF53;
padding: 13px 9px 11px 6px;
}
#engagement #polls{
background:#369FF9;
}
#engagement #polls .header{
background:#1B6DAB;
padding: 13px 9px 11px 6px;
}
#engagement #responses{
background:#2D5974;
}
#engagement #responses .header{
background:#1C3642;
padding: 13px 9px 11px 6px;
}

#engagement span.caret{
margin-right: -15px;
margin-left: 11px;
}
#engagement li{
  display:block;
}
#engagement ul{
  margin-left: -37px;
}
#engagement div.results{
  font-family: 'Open Sans light', sans-serif;
  font-size: 37px;
color: #fff;
margin-top: 4px;
margin-left: -14px;
}
#engagement div.small{ 
font-family: 'Open Sans light', sans-serif;
color: #fff;
font-size: 16px;
margin-top: -7px;
margin-left: -9px;
}

#engagement span.description{
  font-family: 'Open Sans semibold', sans-serif;
font-weight: bold;
font-size: 17px;
color: #fff;
}
.container.well.box{
  margin-top: 20px;
  margin-bottom: 33px;
  height:150px;
 padding: 0px;
 overflow: hidden;
}
#survey-content{
  padding:0px 20px 20px 20px;
}
#survey-content img{
  width:100px;
  height: 100px;
margin-top: 12px;
margin-bottom: 65px;
}
#msg-content{
  padding:0px 10px 20px 10px;
}
#msg-content .col-md-3{
  padding-right:5px;
  padding-left:5px;
}

.survey-distribution .progress {
  border-radius: 8px;
height: 15px;
margin-bottom: 23px;
background: #D1D2D4;
}
.survey-distribution .progress span {
  font-family: 'Roboto regular', sans-serif;
font-size: 10px;
font-weight: bold;
}
.survey-distribution .progress-bar {
line-height: 17px;
}
 .survey-distribution .progress .progress-bar-info {
background-color: #4482CC;
}
.survey-distribution .progress .progress-bar-success {
background-color: #3DB339;
}
.survey-distribution .progress .progress-bar-warning {
background-color: #FF9839;
}
.survey-distribution .progress .progress-bar-danger {
background-color: #F50033;
}

#msg-app select.form-control
{
  font-family: 'Roboto regular', sans-serif;
border-bottom: none;
font-size: 19px;
font-weight: bold;
cursor: pointer;
}
#survey-app select.form-control
{
  font-family: 'Roboto regular', sans-serif;
border-bottom: none;
font-size: 19px;
font-weight: bold;
cursor: pointer;
color:#fff;
appearance:none;
-moz-appearance:none; /* Firefox */
-webkit-appearance:none; /* Safari and Chrome */
text-indent: 0.01px;
text-overflow:'';
}
#survey-app span.caret{
  color:#497DBF;
}

#survey-app h2,
#msg-app h2
{
  font-family: 'Open Sans regular', sans-serif;
  font-size: 19px;
  color:#6B6B6B;
 
}
#msg-app h3
{
  font-family: 'Open Sans regular', sans-serif;
  font-size: 14px;
  color:#6B6B6B;
 
}
#msg-app .number{
  font-family: 'Open Sans semibold', sans-serif;
  font-size: 30px;
  font-weight: bold;
}
#survey-app  div.number{
   font-family: 'Open Sans regular', sans-serif;
  font-size: 44px;
 color: #737375;
}
.fa-delivered, .number-delivered {
  color:#267099;
}
.fa-inactive, .number-inactive, .fa-completed, .number-completed{
  color:#D1D3D2;
}
.number-inactive, .number-completed{
  color:#929394;
}

.fa-started, .number-started{
  color:#00AF53;
}
.fa-active, .number-active{
  color:#4E0073;
}
.fa-used, .number-used{
  color:#7D493C;
}
.c-size{
  height:130px;
}
#img-side-dash-hover {
  display: none;
}
#li_side_dash:hover img[id="img-side-dash"] {
  display: none;
}
#li_side_dash:hover img[id="img-side-dash-hover"] {
  display: block;
  display:inline;
}

#img-side-msg-hover {
  display: none;
}
#li_side_msg:hover img[id="img-side-msg"] {
  display: none;
}
#li_side_msg:hover img[id="img-side-msg-hover"] {
  display: block;
  display:inline;
}

#img-all-surveys-hover {
  display: none;
}
#li_all_surveys:hover img[id="img-all-surveys"] {
  display: none;
}
#li_all_surveys:hover img[id="img-all-surveys-hover"] {
  display: block;
  display:inline;
}

#img-report-hover {
  display: none;
}
#li_report:hover img[id="img-report"] {
  display: none;
}
#li_report:hover img[id="img-report-hover"] {
  display: block;
  display:inline;
}

#img-add-lang-hover {
  display: none;
}
#li_add_lang:hover img[id="img-add-lang"] {
  display: none;
}
#li_add_lang:hover img[id="img-add-lang-hover"] {
  display: block;
  display:inline;
}

#img-all-lang-hover {
  display: none;
}
#li_all_lang:hover img[id="img-all-lang"] {
  display: none;
}
#li_all_lang:hover img[id="img-all-lang-hover"] {
  display: block;
  display:inline;
}

#img-add-group-hover {
  display: none;
}
#li_add_group:hover img[id="img-add-group"] {
  display: none;
}
#li_add_group:hover img[id="img-add-group-hover"] {
  display: block;
  display:inline;
}

#img-all-groups-hover {
  display: none;
}
#li_all_groups:hover img[id="img-all-groups"] {
  display: none;
}
#li_all_groups:hover img[id="img-all-groups-hover"] {
  display: block;
  display:inline;
}

#img-add-subcriber-hover {
  display: none;
}
#li_add_subcriber:hover img[id="img-add-subcriber"] {
  display: none;
}
#li_add_subcriber:hover img[id="img-add-subcriber-hover"] {
  display: block;
  display:inline;
}

#img-all-subscribers-hover {
  display: none;
}
#li_all_subscribers:hover img[id="img-all-subscribers"] {
  display: none;
}
#li_all_subscribers:hover img[id="img-all-subscribers-hover"] {
  display: block;
  display:inline;
}

#img-add-user-hover {
  display: none;
}
#li_add_user:hover img[id="img-add-user"] {
  display: none;
}
#li_add_user:hover img[id="img-add-user-hover"] {
  display: block;
  display:inline;
}
#img-all-users-hover {
  display: none;
}
#li_all_users:hover img[id="img-all-users"] {
  display: none;
}
#li_all_users:hover img[id="img-all-users-hover"] {
  display: block;
  display:inline;
}
/*Dashboard*/

.widget {
  box-shadow: 0 3px 10px rgba(0,0,0,.23),0 3px 10px rgba(0,0,0,.16);
  margin-bottom: 20px; 
  background: #fff;
}
.widget.wblue .widget-head{
  font-family: "Roboto regular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  background-color: #55A7F9;
  border: 1px solid #55A7F9;
  text-transform: none;
  color: #fff;
  padding: 9px 15px;
}
.widget.wlblue .widget-head{
  font-family: "Roboto regular", Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  background: #E8F8FE;
  border: 1px solid #E8F8FE;
  text-transform: none;
  color: #fff;
  padding: 9px 15px;
}

.widget .widget-head .widget-icons i{
  font-size: 14px;
  margin: 0px 4px;
  z-index: 10;
}

.widget .widget-head .widget-icons a{
  color: #fff;
}

.widget .widget-head .widget-icons a:hover{
  color: #fff;
}

.widget .widget-content{
  border-left: 1px solid #ddd;
  border-right:1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.remove-padding{padding-left: 0px;padding-right: 0px;}

.toast-title {
  float:left;
  margin-right: 5px;
}

#toast-container>div {

width: 100%;
margin: 0px 0px 0px 12px;
padding: 5px 15px 13px 50px;
}
.form-group .checkbox-align{
  padding-top: 7px;
}
ul.group_list{
  padding-left: 0px;
}
ul.group_list li{
  list-style: none
}
.alert {

  padding: 7px 35px 13px 15px;
  background-image: none;
  word-wrap: break-word;
}
.alert h4 {
float: left;
margin-right: 13px;
margin-bottom: 0px;
}

.summary-table>tbody>tr:nth-child(even)>td {
   background-color: #e9ebe9;
 }
 .summary-table>thead>tr>th:nth-child(3) {
    padding: 5px 46px 5px 8px !important;
 }

 .summary-table.table>tbody{ 
  height:142px;
  overflow-y:scroll;
  border: 1px solid #ddd;
 }

 .summary-table.table>tbody>tr>td{ 
  font-family: "Open Sans regular", Arial, Helvetica, sans-serif;
  padding: 6px 8px;
 font-size: 11px;
 color:#666;
 }
 .summary-table.table>thead>tr>th {
  padding: 5px 39px 5px 8px;
font-weight: bold;
font-size: 12px;
color:#55A7F9;
}

.summary-table > thead,
.summary-table > tbody,
.summary-table > thead > tr,
.summary-table > tbody > tr,
.summary-table > thead > tr > th,
.summary-table > tbody > tr > td {
    display: block;
}

.summary-table > tbody > tr:after,
.summary-table > thead > tr:after {
    content: ' ';
    display: block;
    visibility: hidden;
    clear: both;
}

.summary-table > tbody > tr > td,
.summary-table > thead > tr > th {
    width: 33.3333333%;
    float: left;
}





.summary-stats{
  padding-top: 1px;
}
.summary-stats>.row:nth-child(1)>.col-md-6:nth-child(2){
  padding-top: 8px;
}
.summary-stats>.row:nth-child(4){
  margin-top: 20px;
}
.summary-stats>.row:nth-child(5){
  margin-top: 8px;
}

.summary-stats .text-color{
color:#55A7F9;
}
.summary-stats .title{
font-weight: bold;
font-size: 12px;
margin-bottom: 5px;
color:#55A7F9;
}
.summary-stats .value{
  font-family: "Open Sans regular", Arial, Helvetica, sans-serif;
font-size: 16px;
color: #555;
}
.summary-stats small{
font-weight: bold;
font-size: 9px;
}

.summary-stats .progress {
  border-radius: 0px;
height: 8px;
margin-bottom: 0px;
margin-top: 2px;
background: #D1D2D4;
}
.summary-stats .col-md-6, .summary-stats .col-md-12 {
  padding-left: 0px;
  padding-right: 0px;
}
.summary-stats .progress .progress-bar-info {
background-color: #55A7F9;
}

.disabled1{
  background-color: #ccc !important;
}

.dashb > h1{
  font-family: 'Roboto light', sans-serif;
  font-size: 30px;
  color: #777;
  margin-top: 30px;
  margin-bottom: 30px;
}
.app-logo{
  width: 48px;
height: 43px;
  display: inline;
  margin-right: 10px;
}
.togglebutton label input[type="radio"] {
    height: 0;
    opacity: 0;
    width: 0;
}

.togglebutton label input[type="radio"]:checked + .toggle::after, .togglebutton-default label input[type="radio"]:checked + .toggle::after {
    background-color: #009688;
}

.togglebutton label input[type="radio"]:checked + .toggle::after {
    left: 15px;
}
.togglebutton label .toggle::after {
    background-color: #f1f1f1;
    border-radius: 20px;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
    content: "";
    display: inline-block;
    height: 20px;
    left: -5px;
    position: relative;
    top: -2px;
    transition: left 0.3s ease 0s, background 0.3s ease 0s, box-shadow 0.1s ease 0s;
    width: 20px;
}

.togglebutton label input[type="radio"]:checked + .toggle, .togglebutton-default label input[type="radio"]:checked + .toggle {
    background-color: rgba(0, 150, 136, 0.5);
}
.togglebutton label .toggle, .togglebutton label input[type="radio][disabled"] + .toggle {
    background-color: rgba(80, 80, 80, 0.7);
    border-radius: 15px;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    transition: background 0.3s ease 0s;
    vertical-align: middle;
    width: 30px;
}


.form-horizontal .checkbox {
  padding-top: 5px;
}



#quick-msg .radio-inline, #quick-msg .radio-inline+.radio-inline {
font-weight: 700;
font-size: 12px;
color: rgba(0,0,0,.60);
line-height: 22px;
margin-bottom: -4px;
}
#quick-msg .checkbox-inline {
width: 100%;
}
#quick-msg .checkbox-inline>span {
font-weight: 700;
float: right;
}
#quick-msg .form-input {
height: 34px !important;
padding: 4px 0px 4px 3px;
border: 1px solid #ddd;
  width: 100%;
}
#quick-msg .select-input {
height: 34px !important;
padding: 4px 0px 4px 3px;
width:100%;
border: 1px solid #ddd;
background-color: transparent;
}
#quick-msg .input-group-addon {
padding: 6px 0px;
}
#quick-msg .glyphicon {
left: -18px;
}

.modal-header .close {
color: white;
text-shadow: none;
opacity: 1;
}
#quick-msg .col-md-3 {
padding-right: 0px;
}
#quick-msg .col-md-3 label, #quick-msg label.col-md-3 {
font-size: 15px;
color: rgba(0,0,0,.84);
  font-weight: 700;
}
.btn-group, .btn-group-vertical {
  margin: 0px;
}


@media (min-width: 768px) {
  .align-recurring, #quick-msg .later{
    padding-left: 6px;
}
.float-right{
  float:right;
}

}

@media screen and (max-width: 768px) {
  #quick-msg .form-input {
height: 34px !important;
padding: 4px 0px 4px 3px;
border: 1px solid #ddd;
width: 100%;
}
}

body .well p.application-name {
  font-weight: 600;
  margin-bottom: 0px;
}
span.application-description, .c-table.table > thead > tr > th {
  font-weight: normal;
  color: rgba(0, 0, 0, 0.50);
}
.panel-success .header a span:hover {
  text-shadow: 1px 1px #ddd;
    
}

.sidebar-offcanvas ul.nav #core-settings > li a{
  position: relative;
  display: block;
     padding: 10px 15px;
    padding-left: 10px;
}
#sections-container .form-inline .form-group {
  margin-bottom: 12px;
  margin-right: 15px;
  margin-left: 0px;
}

.c-body h2 {
    font-size: 21px;
  font-family: 'Roboto regular', sans-serif;
  margin-top: 0px;
}
.c-body p.sec-name {
      margin-left: 18px;
  font-weight: 700;
}

.partners p{
  color:#fff;
    margin-bottom: 34px;
  margin-top: 65px;
}

img.barry{
    margin-top: 30px;
    width:180px;
}
img.theobroma{
    width:140px;
    float:right;
    margin-top: 15px;
}
img.chemonics{
    width:71px;
    float:right;
    margin-top: -11px;
}
img.ecom{
    width:43px;
}
img.welt{
    width:90px;
}
select.form-control, select.form-control:focus, select.form-control:active {
  border: 1px solid #ddd;
  font-size: 14px;
  padding: 0px 0px 0px 5px;
  height: 35px !important;
}
.qrcode{
    height: 193px;
}
.column-format{
      background-color: rgba(221,221,221,0.5);
      margin-bottom: 20px;
    max-height: 350px;
    overflow-x: hidden;
    overflow-y: auto;
}
.column-format>.form-group{
     margin-top: 20px;
}
.import{
      padding-bottom: 4px;
}
.alert.alert-error {
    background-color: #c2281d;
    
}
.alert.alert-warning {
    background-color:#ee5710;
    
}
.navbar-nav>li>.dropdown-menu {
    margin-top: 0px;
    min-width: 50px;
    margin-right: 5px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0px 0px 5px rgba(98,98,98,0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(98,98,98,0.2);
    -moz-box-shadow: 0px 0px 5px rgba(98,98,98,0.2);
}
.navbar-nav>li>.dropdown-menu:before {
    position: absolute;
    top: -7px;
    right: 15px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-bottom: 7px solid #ccc;
    border-left: 7px solid transparent;
    border-bottom-color: rgba(255,255,255,1);
    content: "";
}
/*.dropdown-menu>li:first-child {
    padding-top: 9px;
}*/
.p_right {
    margin-left: 35px;
}
li.logout_css {
    margin-top: -5px;
    padding-top: 2px !important;
    background-color: #f0f0f0;
    margin-bottom: -5px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.dropdown-menu li:last-child>a {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-right: 19px;
    margin-bottom: -8px;
}
.dropdown-menu li>a {
    opacity: 1;
    color: #333;
    /* padding-left: 17px; */
    min-width: 138px;
    text-align: left;
    /* padding: 0 60px; */
    font-size: 13px;
    line-height: 34px;
    /* padding-right: 37px; */
}
ul.v_drop {
    height: auto;
    margin: 0;
    padding: 0px;
    list-style: none;
}
ul.v_drop li{
  /*margin-left: 15px;*/
  padding-left: 15px;
}
span.drop_caret {
    position: absolute;
    right: 18px;
}

#v_drop_id,#tool_box_id,#voice_id,.general_setting,#create_id{

  display: none;
}

i#icon_gen,i#icon_toolbox, i#icon_create {
    font-weight: 700;
}
#core-settings li {
    padding-top: 4px;
    padding-bottom: 4px;
}
/*ul li>ul#tool_box_id:hover , ul li>ul#general_setting:hover {
    background-color: #fff !important;
}*/


li#general_setting:hover , li#voice_setting:hover,li#tool_box:hover,li#li_survey:hover{
  background-color: #fff;
}

li#tool_box a:focus,li#tool_box a:active,li#tool_box a:hover, 
li#voice_setting a:focus,li#voice_setting a:active,li#voice_setting a:hover,
 li#general_setting a:focus,li#general_setting a:active, li#general_setting a:hover,
 li#li_survey a:focus, li#li_survey a:active , li#li_survey a:hover{
  background-color: #5C9FF3;
  color:#fff;
  text-decoration: none;
} 

li#tool_box > ul , li#voice_setting > ul ,li#general_setting > ul, li#li_survey > ul {
    background-color: #eee;
}

li#tool_box > ul , li#voice_setting > ul, li#li_survey> ul {
    background-color: #eee;
}
li#tool_box a:focus, li#voice_setting a:focus, li#li_survey a:focus{
  color: #fff;
  text-decoration: none;
}
.navbar .navbar-nav>li>a:focus {
    color: #333;
    /*background-color: transparent;*/
    border-color: #fff;
}
span.lang_css {
    font-size: 12px;
    font-weight: bold;
    background: #ddd;
    display: block;
    padding: 12px;
    color: #555;
}
li.localization {
    padding: 5px;
}
select.form-control.my_select {
    border-radius: 3px;
    text-align: center;
    font-size: 14px;
    background-color: #f9f9f9;
}
h2.login_header {
    color: #fff;
    text-align: center;
}
span.forget_link a {
    color: #fff;
    float: right;
    margin-top: 12px;
    margin-right: 16px;
}

label.checkbox-inline.remember_m {
    color: #fff;
    margin-left: 15px;
    margin-top: 4px;
}
p.txt_white_small {
    color: #f9f9f9;
    text-align: center;
    font-size: 13px;
}
.create_acc_box {
    text-align: center;
    color: #f9f9f9;
}
.create_acc {
    /*color: #FAA21C;*/
    color: #f8c800;

    font-weight: bold;
}
a.create_acc:hover {
    color: #85DAC7;
    text-decoration: underline;
}
.col-md-12.have_account {
    color: #333;
    text-align: right;
}

/*password reset*/
.panel-heading.new-panel {
    background: #fff;
    font-size: 30px;
    text-align: center;
}

.new_panel_default{
  padding: 30px;
  border-radius: 3px;
}
.new_fa_pos{
  margin-top: 5px;
  margin-right: 10px;
}

.card_payment {
    display: block;
    /*background-color: #fff;*/
    width: 850px;
    margin: auto;
    margin-top: 120px;
    padding: 8px 70px 30px 70px;
    border-radius: 5px;
}
.trans_breakdown thead {
    /*background: #f9f9f9;*/
}
.trans_breakdown thead tr th{
  color: #555555;
  font-size: 13px;
}
.trans_breakdown tbody tr td {
    font-weight: 500;
    color: #888888;
    border-top: none;
    font-size: 12px;

}
.trans_breakdown{
  /*border-bottom: 2px solid #999*/
}
h4.name_trans {
    color: #252a34;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    margin:17px 0px;
}
.total_to_pay{
  /*float: right;*/
  /*overflow:hidden;*/
  margin-bottom: 30px;
  padding: 12px;
  background: #f9f9f9;
  border:1px solid #e8e8e8;
  margin-top: 12px;
  /*margin-right: 90px;*/
}
.total_to_pay span:first-child {
    font-size: 12px;
   font-weight: 400;
   /*margin-right: 15px;*/
}
.total_to_pay span:last-child {
    font-size: 17px;
     font-weight: 500;
}

.transaction_form{
  clear: both;
}
.btn_transaction {
    /*margin: 21px 173px;*/
    display:block;
    text-align: center;
}

a.cancel_button {
    border: 2px solid #0ec395;
    padding: 10px 25px;
    border-radius: 4px;
    color: #0ec395;
    font-size: 12px;
    font-weight: 500;
}
input.Make_paymetn_btn {
    background: #0ec395;
    border: 2px solid #0ec395;
        padding: 10px 25px;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}

input.Make_paymetn_btn:hover {
    background: rgba(14,195,149,0.7);
    color: #fff;
    border-color: rgba(14,195,149,0.7);
}
a.cancel_button:hover{
    background: rgba(14,195,149,0.7);
    color: #fff;
    border-color: rgba(14,195,149,0.7)
}
.main_payment_details {
    background: #f9f9f9;
    padding:12px 50px 17px 50px;
    border-top: 3px solid #16a085;
    margin-top: 37px;
}


@keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes lds-dual-ring {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lds-dual-ring {
  position: relative;
}
.lds-dual-ring div {
  position: absolute;
  width: 160px;
  height: 160px;
  top: 20px;
  left: 20px;
  border-radius: 50%;
  border: 8px solid #000;
  border-color: #f8c800 transparent #f8c800 transparent;
  -webkit-animation: lds-dual-ring 1s linear infinite;
  animation: lds-dual-ring 1s linear infinite;
}
.lds-dual-ring {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}


