body{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 18px;
  color: #354052;
  background-color: #EFF3F6;
  margin: 0;
}
body, html{
  /* min-height: 100%;
  height: 100%; */
}
a{
  color: #02bdf2;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #354052;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
    font-size: 30px;
}
.h3, h3 {
    font-size: 24px;
}
.h4, h4 {
    font-size: 18px;
}
.h5, h5 {
    font-size: 14px;
}
.h6, h6 {
    font-size: 12px;
}
.md-12{font-size: 12px; height: 12px; width: 12px;}
.md-14{font-size: 14px; height: 14px; width: 14px;}
.md-16{font-size: 16px; height: 16px; width: 16px;}
.md-18{font-size: 18px; height: 18px; width: 18px;}
.md-20{font-size: 20px; height: 20px; width: 20px;}
.md-22{font-size: 22px; height: 22px; width: 22px;}
.md-24{font-size: 24px; height: 24px; width: 24px;}
.md-26{font-size: 26px; height: 26px; width: 26px;}
.md-28{font-size: 28px; height: 28px; width: 28px;}
.md-32{font-size: 32px; height: 32px; width: 32px;}
.md-34{font-size: 34px; height: 34px; width: 34px;}
.md-36{font-size: 36px; height: 36px; width: 36px;}
.md-48{font-size: 48px; height: 48px; width: 48px;}
.md-50{font-size: 50px; height: 50px; width: 50px;}
.profile-thumb{
  display: block;
}
.pb-4, .py-4{
  padding-top: 0 !important;
}
.main-header {
  margin-bottom: 25px;
  padding: 12px 33px 6px;
  border-bottom: 1px solid #e6eaee;
  background-color: #fff;
  background-image: none;
  /* background-image: -webkit-linear-gradient(to top, #FFF 0%, #C4E7D4 100%);
  background-image: -o-linear-gradient(to top, #FFF 0%, #C4E7D4 100%);
  background-image: -moz-linear-gradient(to top, #FFF 0%, #C4E7D4 100%);
  background-image: linear-gradient(to top, #FFF 0%, #C4E7D4 100%); */
}
.expand{
  position: relative;
  -webkit-animation-name: expand;
  animation-name: expand;
  -webkit-animation-duration: .9s;
  animation-duration: .9s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
}
.expand:hover{
}
@-webkit-keyframes expand {
  0%, 100% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.2);
  }
}
@keyframes expand {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}
.pagination-wrap{
  text-align: center;
  border-top: solid 1px rgba(151,151,151,0.13);
}
.pagination-wrap .pagination{
  margin: 3px 0;
}
.pagination>li>a, .pagination>li>span{
  border: none;
  color: #8ca0b3;
  font-size: 12px;
  font-weight: 500;
  height: 36px;
}
/**** Inputs ****/
/* .datepicker .daterange {
  text-align: center;
  height: auto;
  width: auto;
  padding: 0;
  border: none;
  font-size: 14px;
  font-weight: normal;
  line-height: 23px;
}
.datepicker .daterange:active,
.datepicker .daterange:hover,
.datepicker .daterange:focus{
  outline: none;
} */
.slide-fade-enter-active {
  transition: all .3s ease;
}
.slide-fade-leave-active {
  transition: all .8s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}
.slide-fade-enter, .slide-fade-leave-to
/* .slide-fade-leave-active below version 2.1.8 */ {
  transform: translateX(10px);
  opacity: 0;
}
[v-cloak] { display: none; }
.success-message{
  position: fixed;
  bottom: 5%;
  left: 2%;
  z-index: 999;
  background-color: #269563;
  border-color: #339367;
  color: #fff;
}
/**** Inputs ****/
a,
.text-primary{
  color: #259bf3;
}
a:hover{
  text-decoration: none;
}
a.nocolor{
  color: inherit;
}
.semi-bold{
  font-weight: 600;
}
.back-to-page{
  display: block;
  color: #259bf3;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin: 0 0 30px;
}
.back-to-page i{
  margin-top: -1px;
}
.display-block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.navbar-brand {
  float: left;
  /* height: 50px; */
  padding: 0;
  font-size: 18px;
  line-height: 20px;
}
.btn{
  border-radius: 4px;
  padding: 9px 12px;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
}
.message-popover .popover{
  border: 1px solid #e6eaee;
  background-color: #ffffff;
  width: 300px;
  padding: 0;
  right: 0;
  max-width: none;
  left: auto !important;
  color: #354052;
  margin-left: -100px !important;
  margin-top: -30px !important;
  box-shadow: 0 5px 20px rgba(0,0,0,.2);

}
.message-popover .popover.top>.arrow{
  left: auto !important;
  right: 30px;
  border: none;
  box-shadow: 0 5px 20px rgba(0,0,0,.2);
}
.message-popover .popover-content {
    padding: 24px 20px;
}
.message-popover{
  height: 60px;
  width: 60px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;
}
.message-popover-trigger{
  background-image: linear-gradient(180deg, #2ea1f8 0%, #1990ea 100%);
  box-shadow: 0 2px 7px rgba(34, 44, 60, 0.4);
  height: 60px;
  width: 60px;
  border-radius: 60px;
  padding: 18px;
  border: none;
  color: #fff;
  outline: none;
}
.message-popover .title{
  color: #354052;
  font-size: 16px;
  font-weight: 600;
  margin: 0 0 10px;
}
.message-popover .subtitle{
  color: #354052;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
  margin: 0 0 2px;
}
.message-popover .body{
  margin: 0 0 32px;
  color: #354052;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
}
.message-popover .subbody{
  color: #7f8fa4;
  margin: 0 0 8px;
  padding-left: 14px;
}
.message-popover .separator{
  width: 100%;
  height: 1px;
  margin: 26px 0 14px;
  background-color: #e6eaee;
}

.form-control::placeholder{
  color: rgba(53, 64, 82, 0.5);
}
.dark .form-control::placeholder{
  color: #7f8fa4;
}
.form-control{
  height: 36px;
  padding: 8px 12px;
  border-radius: 4px;
  font-size: 14px;
  color: rgba(53, 64, 82, 1);
  font-weight: 600;
  line-height: 19px;
  box-shadow: none;
  border: 1px solid #dfe3e9;
  background-color: #f8fafc;
}
.dark .form-control{
  color: #fff;
  border: 1px solid #313c4f;
  background-color: #212c3b;
  background-image: none;
}
.form-control:hover{
  border-color: #ced0da;
}
.dark .form-control:hover{
  border-color: #3e4c61;
  background-color: #212c3b;
}
.form-control:active,
.form-control:focus{
  border-color: #2ea1f8;
}
.dark .form-control:active,
.dark .form-control:focus{
  border-color: #2ea1f8;
  background-color: #212c3b;
}
.form-control.transparent {
    padding: 0;
    border: none;
    background: none;
    text-indent: 0px;
}
.form-control.transparent:active,
.form-control.transparent:focus{
  outline: none;
  border: none;
  box-shadow: none;
  background: none;
}
textarea.form-control{
  min-height: 132px;
  resize: vertical;
}
select.form-control{
  background-image: linear-gradient(to top, #f2f4f7 0%, #ffffff 100%);
  border: 1px solid #ced0da;
  padding: 8px 12px;
}
.dark select.form-control{
  border: 1px solid #313c4f;
  background-color: #212c3b;
  color: #fff;
}
select.form-control:focus,
select.form-control:active{
  background-image: linear-gradient(to top, #f2f4f7 0%, #ffffff 100%);
  border: 1px solid #2ea1f8;
}
.dark select.form-control:focus,
.dark select.form-control:active{
  border: 1px solid #2ea1f8;
  background-color: #212b3b;
  background-image: none;
}
.form-control:disabled {
  border: 1px solid #dfe3e9;
  background-color: #e9edf0;
  background-image: none;
}
.dark .form-control:disabled {
  border: 1px solid #313c4f;
  background-color: #212c3b;
  color: #354052;
}
.form-group label{
  color: #68768c;
  font-size: 12px;
  font-weight: 600;
  display: block;
  margin: 0 0 8px;
}
input[type=checkbox], input[type=radio] {
    display: none;
}
.custom-checkbox, .custom-radio {
  width: 16px;
  height: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  background-image: linear-gradient(to top, #f2f4f8 0%, #feffff 100%);
  border: 1px solid #ced0da;
  display: block;
  float: left;
  margin-right: 14px !important;
  margin-bottom: 0;
}
.custom-checkbox{
  border-radius: 4px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
input[type=checkbox][disabled] + .custom-checkbox.round-checkbox,
.custom-checkbox.round-checkbox{
  border-radius: 16px;
  background: none;
  border-color: #313c4f;
  margin: 0 !important;
}
.dark input[type=checkbox]:checked + .custom-checkbox.round-checkbox{
  background: none;
  border-color: #313c4f;
}
.dark .custom-checkbox.round-checkbox i {
    display: block;
    color: #636e7c;
    font-size: 12px;
    position: relative;
    top: 1px;
    left: 1px;

}
.dark input[type=checkbox]:checked + .custom-checkbox.round-checkbox i{
  color: #fff;
}
.custom-checkbox i {
    display: none;
    color: #fff;
    font-size: 12px;
}
.custom-radio{
  border-radius: 16px;
  background-image: linear-gradient(to top, #f2f4f8 0%, #feffff 100%);
}
input[type=radio]:checked + .custom-radio{
  background: #fff;
  border-color: #DFE3E9;
  position: relative;
}
input[type=radio]:checked ~ .option{
  color: #02bdf2;
}
input[type=radio]:checked + .custom-radio::after{
  position: absolute;
  left: 2px;
  top: 2px;
  width: 14px;
  height: 14px;
  background-color: #1A91EB;
  border-radius: 50px;
  content: '';
}
input[type=checkbox]:checked + .custom-checkbox {
  background-image: linear-gradient(to top, #29b310 0%, #57d841 100%);
  border: 1px solid #26aa10;
}
input[type=checkbox]:checked + .custom-checkbox i {
    display: inline-block;
    color: #FFF;
    position: relative;
    top: 0px;
    left: 1px;
}
.custom-checkbox + label,
.custom-radio + label{
  color: #354052;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  margin-bottom: 0;
  margin-top: 1px;
  width: calc(100% - 30px);
}
.dark .custom-checkbox + label,
.dark .custom-radio + label{
  color: #7f8fa4;
}
input[type=checkbox]:checked + .custom-checkbox + label,
input[type=radio]:checked + .custom-radio + label{
  font-weight: 600;
}
.dark input[type=checkbox]:checked + .custom-checkbox + label,
.dark input[type=radio]:checked + .custom-radio + label{
  font-weight: normal;
  color: #fff;
}
input[type=checkbox][disabled] + .custom-checkbox,
input[type=radio][disabled] + .custom-radio{
  background-color: rgba(246,247,250,0.4);
}
input[type=checkbox][disabled] + .custom-checkbox + label,
input[type=radio][disabled] + .custom-radio + label{
  color: rgba(148,172,198,0.5);
}
.white-bg{
  background-color: #fff;
}
.dark-bg{
  background-color: #263041;
}
.icons-wrap{
  text-align: justify;
}
.icons-wrap--icon{
  display: inline-block;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  border-radius: 4px;
  vertical-align: top;
  font-size: 18px;
  margin-right: calc((100% - 280px) / 3);
}
.icons-wrap--icon:last-of-type {
    margin-right: 0px;
}
.icons-wrap--icon span{
  display: inline-block;
  background-color: #fff;
  height: 36px;
  width: 36px;
  margin-top: 17px;
  border-radius: 36px;
  line-height: 38px;
}
.twitter.icons-wrap--icon{
  color: #4cc3ff;
  background-image: linear-gradient(to top, #00aaff 0%, #4cc3ff 100%);
}
.fb.icons-wrap--icon{
  color: #1180d3;
  background-image: linear-gradient(180deg, #2492e4 0%, #1180d3 100%);
}
.pinterest.icons-wrap--icon{
  color: #d53e23;
  background-image: linear-gradient(180deg, #f45438 0%, #d53e23 100%);
}
.dribbble.icons-wrap--icon{
  color: #ea4c89;
  background-image: linear-gradient(to top, #d1306f 0%, #ea4c89 100%);
}
.cc-no{
  padding-right: 55px;
}
.cc-icon{
  position: absolute;
  right: 13px;
  top: 9px;
}
.phone-field select{
  width: 25%;
  float: left;
  border-radius: 4px 0 0 4px;
  text-align-last:center;
}
.phone-field input{
  width: 75%;
  float: left;
  border-radius: 0 4px 4px 0;
}
.code-input-wrap{
  text-align: center;
  margin-bottom: 20px;
}
.code-input-wrap input{
	height: 65px;
  width: calc((100% - 110px) / 6);
  background-color: #F8FAFC;
  border: 1px solid #dfe3e9;
  display: inline-block;
  vertical-align: top;
  color: #354052;
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  border-radius: 4px;
}
.code-input-wrap input + input{
  margin-left: 22px;
}
.code-input-wrap input:focus{
  border-color:#1991EB;
}
.equidistance-box{
  text-align: justify;
  font-size: 0.1px; /* IE 9 & 10 don't like font-size: 0; */
  min-width: 100%;

}
.equidistance-box .column{
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.equidistance-box .profile-column {
    position: relative;
    top: 8px;
}
.equidistance-box:after {
  content: '';
  width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
  display: inline-block;
}
.main-header .title{
  font-weight: 600;
  color: #354052;
  margin: 7px 0;
}
.website-menu{
  padding: 0;
  margin: 0;
  position: relative;
  top: 9px;
}
.website-menu li{
  display: inline-block;
  vertical-align: top;
  margin-top: 13px;
  padding: 0 12px;
}
.website-menu li a{
  display: inline-block;
  color: #354052;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}
.website-menu li a:active,
.website-menu li a:hover,
.website-menu li a:focus{
  color: #259bf3;
}
.goal-column:hover{
  background-color: rgba(239, 243, 246, 0.38);
}
.goal-column:hover .control-delete-btn{
  margin-top: 5px;
  display: block;
}
.label{
  padding: 4px;
  font-size: 60%;
}
.label-success {
    background-color: #3fba4f;
}
.label-danger {
    background-color: #d35847;
}
.text-success {
  color: #3fba4f;
}
.text-white{
  color: #fff;
}
.text-danger{
  color: #d35847;
}
.text-dark{
  color: #354052;
}
.stats-title{
  margin: 20px 0 5px;
}
.stats-title-small{
  margin: 0 0 5px;
}
.goal-breakdown{
  padding-bottom: 3px;
  margin-bottom: 5px !important;
  border-bottom: solid 1px rgba(204, 204, 204, 0.2);
}
.next-test{
  margin-top: 10px;
  margin-bottom: 10px;
}
.next-test .btn{
  margin-top: 0 !important;
  margin-left: 10px;
}
.stats-value{
  color: #354052;
  font-size: 26px;
  font-weight: 600;
  margin: 0;
  line-height: 40px;
}
.stats-texts{
  margin: 0;
  line-height: 22px;
  font-size: 15px;
}
.lg-body-text{
  color: #354052;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}
.drag-handle .material-icons{
  vertical-align: top;
  margin-left: 8px;
  cursor: pointer;
  margin-top: -1px;
}
.kpi{
  width: 100%;
  border-radius: 4px;
  border: 1px solid #e6eaee;
  background-color: #ffffff;
  padding: 27px 12px;
}
.kpi-column{
  padding: 0 40px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.kpi-column + .kpi-column::before {
    content: '';
    display: block;
    height: 58px;
    background-color: #e6eaee;
    width: 1px;
    position: absolute;
    left: 0;
    top: 4px;
}
.kpi-column--title{
  color: #7f8fa4;
  font-size: 14px;
  font-weight: 400;
}
.kpi-column--value{
  color: #354052;
  font-size: 24px;
  font-weight: 600;
  margin: 0;
  line-height: 29px;
}
.kpi-column--info{
  color: #7f8fa4;
  font-size: 14px;
  font-weight: 400;
}
.kpi-column--info i {
    margin-top: -1px;
    height: 17px;
}
.scrollable-boxes{
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.scrollable-boxes .box{
  flex: 0 0 auto;
}
.form-holder{
  box-shadow: 0 0 10px 0px #ccc;
  padding: 20px;
  position: relative;
}
.form-holder .ajax-loader{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999;
  text-align: center;
}
.form-holder .ajax-loader img{
  height: 40px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.search-input{
  position: relative;
  background-color: transparent;
  margin-bottom: 0;
}
.search-input .form-control{
  padding-left: 30px;
  color: rgba(22,22,22,0.29);
  background-color: #eeeeee;
}
.search-input .material-icons{
  position: absolute;
  left: 7px;
  top: 7px;
  color: #bdbdbd;
}
.back-to-page .material-icons{
  margin: -1px 4px 0 0;
  display: inline-block;
  vertical-align: top;
}
/*** Alerts**/
.alert-dismissable, .alert-dismissible{
  position: relative;
}
.alert-transparent {
    color: #797979;
    background-color: transparent;
    border: none;
    margin-bottom: 0;
    padding: 18px 40px 18px 48px;
}
.alert-dismissable .close, .alert-dismissible .close{
  position: absolute;
  top: 10px;
  right: 0;
}
.alert-dismissable-icon {
    position: absolute;
    left: 0;
    top: 10px;
}
.alert-transparent .alert-link {
    color: #797979;
    font-weight: 400;
    text-decoration: underline;
}
.alert-transparent .alert-dismissable-icon{
  color: #31c533;
}
.slidein-search {
  float: left;
  height: 35px;
  width: 100%;
  max-width: 350px;
  background: #fff;
  position: absolute;
  top: 0;
  right: -380px;
  z-index: 1987;
  border: solid 1px rgba(151,151,151,0.4);
  border-radius: 3px;
  transition: right 0.5s;
}
.slidein-search.shown{
  right: 0;
}
.slidein-search form{
  height: 100%;
}
.slidein-search--input{
  height: 100%;
  width: calc(100% - 74px);
  float: left;
  border: none;
  box-shadow: none;
  padding: 0 0 0 10px;
}
.slidein-search--input:hover,
.slidein-search--input:focus{
  outline: none;
}
.slidein-search--lens{
  float: left;
  font-size: 18px;
  background: none;
  padding: 0 10px;
  border: none;
  height: 34px;
}
.slidein-search--close{
  float: left;
  font-size: 18px;
  height: 34px;
  padding: 0 10px;
  display: block;
  line-height: 35px;
  cursor: pointer;
  border-left: solid 1px rgba(151,151,151,0.4);
}
.slidein-search--close:hover,
.slidein-search--close:focus{
  color: #a94442;
  }
/**** Buttons modifications ****/
.btn i{
  top: 3px;
  position: relative;
  margin-top: -6px;
}
.btn-gray{
  color: #8f96a1;
  background-color: rgba(233, 237, 241, 0.35);
  border-color: #dfe3e9;
  box-shadow: none;
}
.btn-success {
  color: #fff;
  background-color: transparent !important;
  border-color: #34aa44 !important;
  background-image: linear-gradient(180deg, #39b54a 0%, #34aa44 100%);
}
.btn-success:active,
.btn-success:hover,
.btn-success:focus{
  background-color: transparent !important;
  border-color: #34aa44 !important;
  background-image: linear-gradient(180deg, #359e43 0%, #2d973b 100%);
}
.btn-primary{
  background: linear-gradient(90deg, #2DA1F8 0%, #1991EB 100%);
  color: #fff;
  border: none;
}
.btn-primary:disabled{
  background: linear-gradient(90deg, #2DA1F8 0%, #1991EB 100%);
}
.btn-rounded{
  border-radius: 36px;
}
.btn .icon-at-start{
  margin-right: 10px;
}
.btn .icon-at-end{
  margin-left: 10px;
}
.btn-default{
  background-color: transparent;
  border: 1px solid #354052;
  color: #354052;
  padding-top: 8px;
  padding-bottom: 8px;
}
.btn-white{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.btn-white:active,
.btn-white:hover,
.btn-white:focus{
  color: #82caff;
  border-color: #82caff;
}
.btn-primary{
}
.btn-primary:disabled{
}
.btn-small {
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 13px;
  font-weight: 500;
}
.btn-large{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 55px
}
.btn-large.btn-rounded{
  border-radius: 46px;
}
.btn-transparent{
  border: none;
  outline: none;
  background-color: transparent;
  text-decoration: none;
  box-shadow: none;
}
.btn-transparent:active,
.btn-transparent:focus,
.btn-transparent:hover{
  color: #d3d3d3;
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.form-group .has-feedback .form-control{
  padding-right: 48px;
}
.variation-block:hover{
  background-color: rgba(239, 243, 246, 0.38);
}
.breadcrumb {
  padding: 8px 15px 8px 0;
  background-color: transparent;
}
.stop-test-btn{
  position: relative;
  top: 3px;
}
.variation-block-inner{
  padding-left: 40px;
  padding-right: 15px;
  max-width: 1110px;
}
.variation-btn-wrap{
  padding-left: 40px;
  max-width: 1095px;
  margin-top: 10px;
}
.goals-btn-wrap{
  max-width: 600px;
  margin: 10px auto 10px;
}
.has-feedback .btn{
  position: absolute;
  right: 2px;
  top: 3px;
  width: 100%;
  max-width: 40px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.filter-dropdown{
  margin-left: 10px;
}
.control-delete-btn{
  margin-top: 10px;
  display: none;
}
.variation-block:hover .control-delete-btn{
  display: inline-block;
}
.filter-dropdown .dropdown-toggle{
  color: #9fa9ba;
  font-weight: 500;
  cursor: pointer;
}
.filter-dropdown .dropdown-toggle span{
  vertical-align: top;
}
.filter-dropdown .dropdown-menu{
  left: -100px;
}
.filter-dropdown .dropdown-menu li a{
  text-align: left;
}
.filter-dropdown .dropdown-menu li a:hover{
  background: none;
}
.filter-dropdown .dropdown-menu li a:hover::before{
  display: none;
}
.filter-dropdown a{
  padding: 0;
}
.filter-dropdown-wrap{
  margin-top: 3px;
}
.stats-wrap{
  border-radius: 4px;
  border: 1px solid #e6eaee;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px;
}
.stats-wrap .btn{
  margin-top: -6px;
}
.profile-thumb{
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.profile-name{
  color: #9fa9ba;
  font-size: 14px;
  font-weight: 600;
  display: block;
  cursor: pointer;
}
.profile-name span{
  margin-top: 6px;
  display: inline-block;
  font-size: 12px;
}
.main-header-profile{
  margin-top: 7px;
}
.main-header-notification{
  margin-top: 20px;
  margin-right: 26px;
  cursor: pointer;
  position: relative;
}
.main-header-notification-number{
  color: #fff;
  background-color: #ff7800;
  height: 20px;
  width: 20px;
  line-height: 20px;
  text-align: center;
  display: block;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: -15px;
  right: -9px;
}
.main-header-profile .dropdown-menu{
  top: 130%;
  left: auto; right: 0;
}
.profile-name .material-icons{
  vertical-align: top;
  position: relative;
  top: 7px;
}
.navbar-default{
  background: none;
  border: none;
  margin-bottom: 0;
}
.dropdown-menu>li>a{
  color: #8ca0b3;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 7px 21px;
  margin: 0;
  position: relative;
  background-color: transparent;
  border: none;
  letter-spacing: 0.71px;
  border-radius: 0;
  text-align: right;
}
.dropdown-menu>li.active>a{
  background-color: #f5f5f5;
  color: #8ca0b3;
  border: none;
}
.dropdown-menu>li.active>a::before,
.dropdown-menu>li>a::before{
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  content: "";
  height: 100%;
  width: 3px;
  background-color: #1a91eb;
}
.dropdown-menu>li>a:hover{
  color: #8ca0b3;
  font-weight: 500;
  border: none;
  background-color: #f5f5f5;
}
.dropdown-menu>li>a:hover::before{
  display: block;
}
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 24px;
}
.switch.small{
  height: 20px;
  width: 38px;
}
/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}
.switch.small .slider:before{
  height: 16px;
  width: 16px;
}
input:checked + .slider {
  background-color: #36AF47;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  left: -2px;
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}
.switch.small input:checked + .slider:before {
  left: -5px;
}
/* Rounded sliders */
.slider.round {
  border-radius: 31px;
}

.slider.round:before {
  border-radius: 50%;
}

.clear-float{
  clear: both;
}
.navbar-default{
  background: none;
  border: none;
  margin-bottom: 0;
}
.main-header-tab {
    border: none;
    margin-top: 3px;
}
.open>.all-offers{
  right: 0;
  margin: 0 auto;
}
.preloader{
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1123;
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
.preloader img {
  height: 34px;
  width: 34px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.nav-tabs {
    border-bottom: none;
}
.nav-tabs>li{
  margin-right: 33px;
}
.nav-tabs>li:last-child{
  margin-right: 0;
}
.nav-tabs>li>a{
  border-style: solid !important;
  border-color: transparent !important;
  border-width: 0 0 3px !important;
  padding: 0 0 5px;
  border-radius: 0 !important;
  color: #7f8fa4 !important;
  background-color: transparent !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.dark-bg-tab.nav-tabs>li>a{
  color: #b7c0cd;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
  border-bottom-color: #1A91EB !important;
  color: #354052 !important;
}
.dark-bg-tab.nav-tabs>li.active>a,
.dark-bg-tab.nav-tabs>li.active>a:focus,
.dark-bg-tab.nav-tabs>li.active>a:hover{
  border-bottom-color: #29b414 !important;
  color: #fff !important;
}
.dropdown-menu>li>a{
  color: #5c5c5c;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding: 7px 21px;
  margin: 0;
  position: relative;
  background-color: transparent;
  border: none;
  letter-spacing: 0.71px;
  border-radius: 0;
  text-align: right;
}
.dropdown-menu>li.active>a{
  background-color: #f5f5f5;
  color: #8ca0b3;
  border: none;
}
.dropdown-menu>li.active>a::before,
.dropdown-menu>li>a::before{
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  content: "";
  height: 100%;
  width: 3px;
  background-color: #4D8C40;
}
.dropdown-menu>li>a:hover{
  color: #5c5c5c;
  font-weight: 500;
  border: none;
  background-color: #f5f5f5;
}
.dropdown-menu>li>a:hover::before{
  display: block;
}
.main-header-profile .navbar-nav{
  list-style: none;
  padding: 0;
}
.main-header-profile .navbar-nav li a{
  display: inline-block;
  padding: 0 10px;
  color: #333;
}
.main-header-profile .navbar-nav li a:hover{
  color: #4D8C40;
}
.unauth-links{
  margin-right: 0 !important;
}
.unauth-links li a{
  padding-right: 40px !important;
}
.unauth-links li:last-of-type a{
  padding-right: 0 !important;
}
header {
    padding: 25px 0;
    background-image: -webkit-linear-gradient(to top, #FFF 0%, #C4E7D4 100%);
    background-image: -o-linear-gradient(to top, #FFF 0%, #C4E7D4 100%);
    background-image: -moz-linear-gradient(to top, #FFF 0%, #C4E7D4 100%);
    background-image: linear-gradient(to top, #FFF 0%, #C4E7D4 100%);
}
.site-title-wrap{
  /* border-right: 2px solid rgba(255, 255, 255, 0.27); */
}

.site-title {
  margin-top: 5px;
  margin-bottom: 6px;
  display: block;
  font-size: 24px;
  font-weight: 500;
  line-height: 26px;
  color: #354052;
}
a.site-title{
  display: inline-block !important;
}
a.site-title:hover{
  /* color: #02bdf2 !important; */
  color: #fff !important;
  text-decoration: none !important;
}
.content-wrap{
  border-radius: 4px;
  border: 1px solid #e6eaee;
  background-color: #ffffff;
  padding: 30px 20px;
  margin-top: 10px;
}
.content-wrap .divider{
  margin: 10px -20px;
  height: 1px;
  display: block;
  background-color: #e6eaee;
}
.top-form-control{
  position: relative;
  margin-bottom: 15px;
  top: -10px;
}
.bordered-list{
  padding: 0;
  margin: 0;
  list-style: none;
}
.bordered-list li{
  padding: 12px 0;
  border-top: solid 1px #e6eaee;
}
.bordered-list li:last-child{
  border-bottom: solid 1px #e6eaee;
}
.view-all-btn{
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  font-weight: 500;
}
.user-activity-wrap{
  height: 250px;
  overflow: auto;
  margin-bottom: 20px;
}
.user-activity-day{
  text-transform: uppercase;
  color: #7F8FA4;
  font-size: 14px;
  margin: 25px 0 20px;
}
.activity-block{
  position: relative;
}
.activity-block::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  left: 7.5px;
  top: 0;
  background-color: #e6eaee;
}
.activity-block:last-child::before{
  display: none;
}
.activity-color{
  display: inline-block;
  height: 16px;
  width: 16px;
  border-radius: 16px;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  box-shadow: inset 0px -3px 5px 0 rgba(100, 100, 100, 0.29);
}
.activity-block .btn{
  white-space: normal;
  margin-top: 8px;
}
.orange .activity-color{
  background: orange;
}
.purple .activity-color{
  background: purple;
}
.blue .activity-color{
  background: blue;
}
.green .activity-color{
  background: #31c533;
}
.activity-time{
  display: block;
  color: #7F8FA4;
  margin: 8px 0 0;
}
.activity-content{
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 40px);
  padding-bottom: 20px;
}
#ajax-loader                                                 {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  text-align: center;
  background-color: rgba(225, 225, 225, 0.87);
}
#ajax-loader img{
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.table-wrap,
.white-wrapper{
  background-color: transparent;
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
}
.test-table{
  max-width: 100%;
  margin-top: 20px;
}
.fixed-table table{
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    /* background-color: #f9f9f95c; */
}
.table-responsive table > tbody > tr > td{
  /* min-width: 100px; */
  vertical-align: middle;
}
.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th{
  font-size: 16px;
  word-wrap: break-word;
  border-top: 0 !important;
  padding: 4px;
}
.table>tbody>tr>td + td{
  border-left: solid 2px #fff;
}

.table>thead>tr>th:first-of-type{
}
.table>thead>tr>th:nth-child(2){
}
.table>thead>tr>th:nth-child(3){
}
/* .table>thead>tr>th:nth-child(4){
  width: 16%;
} */
.table .form-control{
  min-width: 100px;
}
label{
  color: #737373;
}
.inline-form-label{
  padding-right: 0;
  font-size: 14px;
  margin: 8px 0 7px;
}
.inline-form-label-lead{
  font-size: 12px;
  font-weight: 400;
  display: block;
}
.floating-button{
	position:fixed;
	width:60px;
	height:60px;
	background-color:#2DA1F8;
  border: none;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  border: none;
	box-shadow: 2px 2px 3px #999;
  z-index: 999;
}
.floating-button-wrap{
  position:fixed;
  bottom:40px;
	right:40px;
}
.floating-button-wrap .floating-button{
  position: relative;
  bottom: 0;
  right: 0;
}
.nav-tabs>li>a {
  margin-right: 2px;
  border-style: solid;
  border-width: 0 0 4px;
  border-color: transparent;
  background-color: transparent;
  font-size: 15px;
  color: #4a4a4a;
  margin: 0;
}
.description-tabs ul{
  padding: 0 20px;
}
.nav-tabs>li>a:hover {
  border-color: #31c533;
  background-color: transparent;
}
.tab-content>.tab-pane{
  padding: 0px 0 10px 0;
  font-size: 13px;
  color: #666;
  line-height: 18px;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover{
  border-width: 0 0 4px;
  color: #4a4a4a;
  border-color: #31c533;
  background-color: transparent;
}
.main-header-profile > .navbar-nav {
    margin-top: 3px;
    margin-right: 20px;
}
.nav>li>a:focus, .nav>li>a:hover{
  background-color: transparent;
  outline: none;
}
.inpage-dropdown{
  background: none;
  border: none;
  padding-left: 30px;
}
.inpage-dropdown:hover,
.inpage-dropdown:focus{
  outline: none;
}
.inpage-dropdown i{
  position: relative;
  top: 8px;
}
.offers-tab{
  margin-top: 15px;
}
.dropdown-menu .form-group {
    height: 40px;
    margin-left: -7px;
    margin-right: -7px;
}
.auth-page-title {
    margin: 150px auto 3px;
    max-width: 570px;
}
.auth-wrapper {
    border: 1px solid #e6eaee;
    border-radius: 4px;
    width: 100%;
    max-width: 450px;
    margin: 47px auto 15px;
    overflow: hidden;
}
.auth-form {
    background-color: #fff;
    padding: 38px 30px;
}
.remember-me-wrap {
    margin: 10px 0;
}
.time-stamp {
  color: #7F8FA4;
  position: relative;
  padding-right: 15px;
  display: inline-block;
  margin-right: 5px;
}
span.time-stamp::after {
  content: '';
  display: block;
  height: 5px;
  width: 5px;
  position: absolute;
  right: 1px;
  top: 50%;
  background: rgba(127, 143, 164, 0.6);
  border-radius: 5px;
  transform: translate(0, -50%);
}
/*********************************************************/
.wrapper{
  width: 100%;
}
.logo-wrap a{
  display: inline-block;
}
.nested-control-title{
  margin-top: 15px;
}
.nested-control-wrap {
    margin-left: 25px;
}
.nested-control + .nested-control{
  margin-top: 40px;
}
.nested-control{
  padding-left: 15px;
  /*border-left: solid 2px #ddd;*/
}
.nested-control-title .label{
  position: relative;
  top: 2px;
}
.nested-control-wrap.btn-wrap {
    margin-top: 10px;
}
.nested-control-title .btn {
    position: relative;
    top: -5px;
}
.nested-control-wrap .btn-wrap{
  margin-top: 15px;
}
.content{
  width: 100%;
  height: 100%;
}
.content-main{
  width: calc(100% - 205px);
  margin-left: 205px;
  height: 100%;
}
.content-header--title {
    margin: 5px 0 0;
    font-weight: 600;
    float: left;
}
.content-main--header{
  padding: 10px 20px;
  border-bottom: solid 1px #ddd;
}
.content-header--title svg {
    margin-right: 10px;
}
.search-wrapper{
  float: right;
  position: relative;
  overflow: hidden;
}
.content-main--body{
  height: 100%;
  padding-bottom: 20px;
}
.content-sidebar{
  width: 205px;
  float: left;
  padding: 0 15px 40px;
  background-color: #fff;
  position: fixed;
  border: solid 1px #ddd;
  height: 100%;
  overflow-x: auto;
}
.content-sidebar--float-btn{
  position: fixed;
  width: inherit;
  height: 30px;
  background-color: #fff;
  bottom: 0;
  left: -1px;
  padding-left: 15px;
  color: #535758;
  text-decoration: none;
  display: block;
}
.content-sidebar--float-icon{
  margin-right: 5px;
}
.content-sidebar--float-btn:focus,
.content-sidebar--float-btn:hover{
  color: #2f9c19;
  text-decoration: none;
}
.content-sidebar--row{
  border-bottom: solid 1px #ddd;
  padding: 15px 0;
}
.content-sidebar--menu{
  color: #535758;
  text-decoration: none;
  text-align: center;
  display: block;
}
.content-sidebar--menu + .content-sidebar--menu{
  margin-top: 20px;
}
.content-sidebar--menu:hover,
.content-sidebar--menu:focus{
  color: #2f9c19;
  text-decoration: none;
}
.content-sidebar--menu-icon{
  font-size: 24px;
}
.content-header--component{
  margin-left: 15px;
  margin-right: 15px;
  float: left;
}
.content-header--component:first-child{
  margin-left: 0;
}
.content-header--component:last-child{
  margin-right: 0;
}
.content-header--products{
  width: 200px;
}
.content-header--search,
.content-header--notification{
  font-size: 18px;
  margin-top: 5px;
}
.content-header--search svg,
.content-header--notification svg{
  cursor: pointer;
}
.content-header--notification{
  position: relative;
}
.content-header--notification-label{
  position: absolute;
  top: -4px;
  left: -6px;
  padding: 0 2px;
  height: 15px;
  min-width: 15px;
  border-radius: 15px;
  background-color: #2f9c19;
  color: #fff;
  text-align: center;
  line-height: 15px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 0px;
  display: block;
}
.content-header--userlabel{
  margin-top: 5px;
}
.content-header--userlabel span{
  display: block;
  background-color: #2f9c19;
  height: 23px;
  width: 23px;
  border-radius: 23px;
  font-size: 13px;
  text-align: center;
  line-height: 23px;
  color: #fff;
}
.content-main--features{
  padding: 20px;
  border-bottom: solid 1px #ddd;
}
.content-main--features-block{
  border-radius: 4px;
  background-color: #fff;
  width: calc((100% - 40px) / 5);
  float: left;
  height: 200px;
  margin-top: 15px;
  margin-right: 10px;
  padding: 15px;
  position: relative;
}
.content-main--features-block:last-child{
  margin-right: 0;
}
.content-main--features-title,
.content-main--features-subtitle{
  font-size: 15px;
  font-weight: 600;
  margin: 0 0 10px;
}
.content-main--features-title--icon{
  color: #aeaeae;
  margin-left: 3px;
}
.content-main--features-subtitle{
  margin: 0;
}
.content-main--features-moredetails{
  position: absolute;
  bottom: 15px;
  right: 15px;
  font-size: 13px;
  display: inline-block;
  color: #535758;
}
.content-main--features-moredetails:hover,
.content-main--features-moredetails:focus{
  color:#2f9c19;
  text-decoration: none;
}
.content-main--features-list{
  margin: 0;
  padding-left: 16px;
}
.content-main--activities{
  padding: 20px;
}
.content-main--activities-block{
  float: left;
  width: calc((100% - 40px) / 2);
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  padding: 15px;
}
.content-main--activities-block:last-child{
  margin-right: 0;
}
.content-main--activities-notification{
  margin-top: 15px;
}
.checkbox-wrapper + div{
  width: calc(100% - 30px);
}
.content-main--timeline-row{
  margin-top: 15px;
}
.content-main--timeline-badge{
  display: inline-block;
  float: left;
  height: 35px;
  width: 35px;
  border-radius: 35px;
  background-color: #2f9c19;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 35px;
  margin-right: 10px;
}
.content-main--timeline-info{
  float: left;
  width: calc(100% - 45px);
  padding-top: 6px;
}
@media (max-width: 1199px){
  .close-sidebar{
    font-size: 20px;
    display: inline-block;
    margin: 10px 0 0;
    cursor: pointer;
  }
   .content-sidebar{
    z-index: 1988;
    left: -400px;
    transition: left 0.5s;
  }
  .expand-width{
    left: 0;
  }
  .sidebar-toggle{
    float: left;
    font-size: 24px;
    display: inline-block;
    margin-top: 3px;
    margin-right: 50px;
    cursor: pointer;
  }
  .close-sidebar:hover,
  .close-sidebar:focus,
  .sidebar-toggle:hover,
  .sidebar-toggle:focus{
    color:#2f9c19;
  }
  .content-sidebar--float-btn{
    position: relative;
    width: auto;
    height: auto;
    text-align: center;
    padding-top: 15px;
    left: 0;
  }
  /*.content-sidebar--float-btn{
    text-align: center;
    padding-left: 0;
  } */
  .content-main {
    width: 100%;
    margin-left: 0;
    height: 100%;
    position: relative;
  }
}
@media (max-width: 991px){
  .content-main--features-block{
    width: calc((100% - 30px) / 3);
  }
  .site-title-wrap{
    border: none;
  }
  .dropdown-menu .form-group {
    height: auto;
    margin-left: -7px;
    margin-right: -7px;
  }
}
@media (max-width: 768px){
  .test-table .table{
    min-width: 825px;
  }
  .test-table .table tr td{
    word-wrap: break-word;
    white-space: normal !important;
  }
  .control-delete-btn{
    display: inline-block;
  }
  .stats-wrap{
    padding: 20px 10px;
  }
  .stats-wrap .stats-title{
    font-size: 15px;
  }
  .stats-wrap .btn{
    padding: 5px 6px;
  }
  .main-header{
    padding: 12px 15px 6px;
  }
  .logo{
    max-width: 200px;
  }
  .equidistance-box .column{
    width: 100%;
    text-align: center;
  }
  .website-menu li{
    padding: 0 9px;
  }
  .top-form-control{
    top: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  .datepicker{
    margin-bottom: 20px;
  }
  .activity-color{
    margin-right: 8px;
  }
  .activity-content{
    width: calc(100% - 28px);
  }
  .content-header--title {
    float: none;
    text-align: center;
  }
  .search-wrapper {
    float: none;
    text-align: center;
    margin-top: 15px;
  }
  .content-header--products {
    width: 155px;
  }
  .content-header--component{
    float: none !important;
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    margin-right: 10px;
  }
  .content-main--features-block {
    width: 100%;
    max-width: 320px;
    float: none;
    margin: 15px auto 0;
    height: auto;
  }
  .content-main--features-block:last-child{
    margin-right: auto;
  }
  .content-main--activities-block {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .content-main--features-moredetails {
    position: relative;
    bottom: 0;
    right: 0;
    font-size: 13px;
    display: inline-block;
    color: #535758;
    float: right;
    margin-top: 20px;
  }
  .inline-form-label{
    text-align: left;
  }
  .table-responsive{
    border: none;
  }
  .fixed-table{
    border: 1px solid #ddd;
    margin-bottom: 20px;
  }
  .main-content{
    padding: 0;
  }
  .table-wrap{
    padding: 10px;
  }
  .site-title{
    font-size: 20px;
  }
  .stats-wrap .site-title{
    font-size: 18px;
  }

  .breakdown-stats .table>tbody>tr>td:first-of-type,
  .breakdown-stats .table>tbody>tr>th:first-of-type{
    padding-left: 0;
    width: auto;
  }

}
@media (max-width: 680px){

}
@media (max-width: 480px){
  .content-main--features-block{
    max-width: none;
  }
}

.no-margin{
  margin: 0;
}
.no-margin-top{
  margin-top: 0;
}
.no-margin-bottom{
  margin-bottom: 0;
}
.no-padding{
  padding: 0;
}
.margin-top-20{
  margin-top: 20px;
}
.display-block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.dropdown-menu .custom-checkbox + label{
    margin: 0;
    line-height: 15px;
    position: relative;
    top: -2px;
}
.has-error{
  color:#FF0000;
}
.form-group {
  position: relative;
}
.form-control.with-btn{
  padding-right: 90px;
}
.form-control.with-btn + .btn{
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 12px 9px;
}
/* .btn-tooltip{
  position: absolute;
  top: -40%;
  left: 0;
} */
/* .tooltip-inner {
  border: 1px solid #ced0da;
  background-image: linear-gradient(to top, #f2f4f7 0%, #ffffff 100%);
  background-color: transparent;
  padding: 8px 14px 6px;
  color: #354052;
  font-size: 14px;
  font-weight: 600;
  line-height: 19px;
}
.tooltip.top .tooltip-arrow{
  border-top-color: #bbbfc6;
} */
.datepicker{
  position: relative;
  display: inline-block;
  width: 100%;
  vertical-align: top;
  background-color: #f8fafc;
  /* max-width: 247px; */
}
.datepicker .form-control{
  padding-right: 30px;
  position: relative;
  z-index: 1;
  text-align: center;
  background-color: transparent;
}
.datepicker i {
    position: absolute;
    bottom: 5px;
    right: 5px;
    top: auto;
    cursor: pointer;
}
.datepicker-text{
  margin: 6px 5px 0 0;
}
[v-cloak] {
    display: none;
  }

  .hover-cursor{
	  cursor:pointer;
  }
  .margin-top-10{
    margin-top: 10px;
  }
  .margin-top-20{
    margin-top: 20px;
  }
  .margin-bottom-10{
    margin-bottom: 10px;
  }
  .margin-bottom-20{
    margin-bottom: 20px;
  }
  .no-padding{
    padding: 0 !important;
  }
  .no-margin{
    margin: 0 !important;
  }
  .no-margin-top{
    margin-top: 0;
  }
