/*
Changes in theme color and fonts
*/
body.nav-md,
body.nav-sm {
  color: #2A3F54;
}
body th, body label {
  font-weight: normal;
}
body .tile_count .tile_stats_count .count {
  font-weight: normal;
}
.left_col, .nav_title, body {
  background: #10202f;
}
.sidebar-footer a {
  background-color: #08111a;
}
div.sidebar-footer.is-hover {
  background-color: #425567;
}
.nav.side-menu>li:hover {
  background: rgba(255,255,255,0.05);
}
/* fix the side scroll */
nav.row {
    margin-right: 0px;
}

.table td span {
  line-height: 22px;
}
body a.highlighted-link {
  color: #89bae6;
}
table.dataTable tbody>tr.selected {
  background-color: rgb(230, 238, 255) !important;
}

@media (min-width: 768px) {
  .tile_count .col-md-8ths.tile_stats_count .count, .tile_count .col-md-9ths.tile_stats_count .count {
    font-size: 25px;
  }
}
@media (min-width: 1200px) {
  .tile_count .col-md-8ths.tile_stats_count .count, .tile_count .col-md-9ths.tile_stats_count .count {
    font-size: 30px;
  }
}
.tile_count .col-md-8ths.tile_stats_count, .tile_count .col-md-9ths.tile_stats_count {
  padding-left: 10px;
}
/*
// Changes in theme color and fonts
*/


.left-aligned-form label.control-label {
  text-align: left;
}

/*
Centering the modal to page
credits: http://stackoverflow.com/a/37398105
*/
body.modal-open .modal[style]:not([style='display: none;']) {
  display: flex !important;
  height: 100%;
}
body.modal-open .modal[style]:not([style='display: none;']) .modal-dialog {
  margin: auto;
}
/*
// Centering the modal to page
*/


/*
Moving minimize icon to the right
*/
.nav.navbar-right.panel_toolbox.single_toolbox {
  min-width: 0px;
}
/*
// Moving minimize icon to the right
*/


/*
Custom column widths to be able to split into 8 columns
*/
.col-xs-8ths,
.col-sm-8ths,
.col-md-8ths,
.col-lg-8ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-8ths {
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-8ths {
    width: 25%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-8ths {
    width: 12.5%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-8ths {
    width: 12.5%;
    float: left;
  }
}

.col-xs-9ths,
.col-sm-9ths,
.col-md-9ths,
.col-lg-9ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}
.col-xs-9ths {
  width: 50%;
  float: left;
}
@media (min-width: 768px) {
  .col-sm-9ths {
    width: 25%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-9ths {
    width: 11%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-9ths {
    width: 11%;
    float: left;
  }
}
/*
// Custom column widths to be able to split into 8 columns
*/


/*
New menu toggle
*/
.sidebar-footer>#menu_toggle2 {
  float: right;
  width: 58px;
  color: #fff;
}
.nav-sm .sidebar-footer {
  width: 70px;
  background-color: #08111a;
}
.nav-md .sidebar-footer {
  background-color: #08111a;
}
/*
// New menu toggle
*/


/*
Hide the hamburger button on screens larger than a phone
*/
@media (min-width: 480px) {
  .nav.toggle {
    display: none;
  }
}
@media (max-width: 480px) {
  .sidebar-footer {
    width: 70px;
    display: none;
  }
}
/*
// Hide the hamburger button on screens larger than a phone
*/


/*
Dropdown menu changes
*/
.dropdown .dropdown-menu {
  font-size: 13px;
}
/*
// Dropdown menu changes
*/


/*
Notifications menu cursor
*/
.dropdown-menu a.notification-body {
  cursor: default;
}
.notification-body .remove-notification {
  position: absolute;
  right: 10px;
  cursor: pointer;
}
/*
// Notifications menu cursor
*/


/*
Classes for displaying a star for required form input fields
*/
.required-symbol:after {
  content: "*";
  position: absolute;
  right: -20px;
  top: 0px;
  font-size: 20px;
}

.required-parent {
  position: relative;
}
/*
// Classes for displaying a star for required form input fields
*/


/*
For the Login Page
*/
.login_wrapper .login_content form div input {
  float: right;
  font-size: 14px;
  margin: 10px 10px 0 0;
}
.login_wrapper .login_content div .reset_pass {
  float: left;
  margin-left: 10px;
  margin-top: 18px !important;
}
/*
// For the Login Page
*/




/************************  New Login Page  ********************/
@font-face {
  font-family: 'Avenir-Black';
  src: local('Avenir Black'), local('Avenir-Black'),
  url('../webfonts/Avenir-Black/Avenir-Black.woff2') format('woff2'),
  url('../webfonts/Avenir-Black/Avenir-Black.woff') format('woff'),
  url('../webfonts/Avenir-Black/Avenir-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Avenir-Light';
  src: local('Avenir Light'), local('Avenir-Light'),
  url('../webfonts/Avenir-Light/Avenir-Light.woff2') format('woff2'),
  url('../webfonts/Avenir-Light/Avenir-Light.woff') format('woff'),
  url('../webfonts/Avenir-Light/Avenir-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@media only screen and (min-width: 768px) {
  html, body {
    min-height: auto;
  }
  body > .container-fluid, .sign_row{
    min-height: 100vh;
  }
  .sign_row{
    display: flex;
  }
}

body.login{
  background-color: #FFFFFF;
}
.sign_left_content .login_wrapper{
  margin: 0;
  max-width: unset;
}
.row.sign_row{
  margin-right: -15px;
  margin-left: -15px;
}
.input-group.item .alert{
  position: absolute;
  z-index: 9;
}
.input-group.item.bad .alert{
  bottom: -15px;
}
.red, .green{
  max-width: 100%;
  width: 420px;
  margin: 15px auto;
}

.notify{
  font-size: 21px;
  width: initial;
  margin: 10px 0;
}




.sign_left{
  padding: 55px 70px;
  text-align: center;
}
.sign_right_col{
  background-color: #00BEA4;
}
.sign_left_content{
  display: inline-block;
  text-align: left;
}
.sign-logo_box{
  text-align: left;
}
.sign-title{
  font-size: 42px;
  font-family: 'Avenir-Black', sans-serif;
  line-height: 54px;
  color: #666666;
  text-align: center;
  margin-bottom: 40px;
}
.sign_form .form-group{
  margin-bottom: 15px;
}
.sign_form .form-group > .col-md-6:nth-child(odd){
  padding-right: 10px;
}
.sign_form .form-group > .col-md-6:nth-child(even){
  padding-left: 10px;
}
.sign_form .form-group > .col-xs-6:nth-child(odd) .input-group{
  margin-left: auto;
}
.sign_form .form-group .input-group{
  max-width: 420px;
}
.sign_in_left_content .sign_form .form-group .input-group{
  margin: auto;
}
.sign_form .form-group .input-group .input-group-addon{
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border: none;
  background-color: #F5F5F5;
  padding: 6px 25px;
}
.sign_form .form-group .input-group .input-group-addon img{
  width: 18px;
}
#registerMessage, .sign_in_left_content .green.success {
  color: rgba(26 , 187, 156, 0.9);
}
#registerErrorMessage, .sign_in_left_content .red.error {
  color: red;
}
.sign_form .form-group .input-group .form-control{
  font-size: 18px;
  font-family: 'Avenir-Light', sans-serif;
  line-height: 24px;
  background-color: #F5F5F5;
  border: none;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 29px 25px 29px 0;
  box-shadow: none;
}
.sign_form .form-group .input-group input.form-control::-webkit-outer-spin-button,
.sign_form .form-group .input-group input.form-control::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.sign_form .form-group .input-group input[type=number].form-control {-moz-appearance:textfield;}
.sign_form .form-group .input-group .form-control::placeholder {color: #C2C2C2;opacity: 1;}
.sign_form .form-group .input-group .form-control:-ms-input-placeholder {color: #C2C2C2;}
.sign_form .form-group .input-group .form-control::-ms-input-placeholder {color: #C2C2C2;}
.agreeBox .checkbox label{
  font-weight: 300;
  padding-left: 0;
  width: 100%;
}
.agreeBox .checkbox label:after {
  content: '';
  display: table;
  clear: both;
}
.agreeBox .checkbox .cr {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #CDCCCB;
  border-radius: 5px;
  width: 22px;
  height: 22px;
  margin-right: 12px;
}
.agreeBox .checkbox .cr .cr-icon {
  position: absolute;
  font-size: 14px;
  line-height: 0;
  top: 50%;
  left: 15%;
  color: #00BEA4;
}
.agreeBox .checkbox label input[type="checkbox"] {
  display: none;
}
.agreeBox .checkbox label input[type="checkbox"]+.cr>.cr-icon {
  opacity: 0;
}
.agreeBox .checkbox label input[type="checkbox"]:checked+.cr>.cr-icon {
  opacity: 1;
}
.agreeBox .agreeInfo{
  width: calc(100% - 60px);
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  font-family: 'Avenir-Light', sans-serif;
  line-height: 22px;
  color: #6B6B6B;
}
.agreeBox .agreeInfo a{
  font-family: 'Avenir-Black', sans-serif;
  color: #00BEA4;
  text-decoration: none;
}
.agreeBox .agreeInfo > div a:last-child{
  margin-left: 5px;
}
#terms-and-privacy{
  margin-top: 7px;
  margin-bottom: 7px;
}
.email_again{
  text-align: center;
  margin-top: 15px;
}
.email_again a{
  display: inline-block;
  font-size: 15px;
  font-family: 'Avenir-Light', sans-serif;
  line-height: 28px;
  color: #6B6B6B;
  border-bottom: 3px solid #D4D4D4;
  text-decoration: none;
}
.form_btn_box{
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
}
.form_btn{
  display: inline-block;
  font-size: 18px;
  font-family: 'Avenir-Black', sans-serif;
  color: #ffffff;
  background-color: #00BEA4;
  border-radius: 10px;
  border: none;
  max-width: 100%;
  width: 420px;
  text-align: center;
  padding: 16.5px 15px;
}
.form_btn:hover, .form_btn:focus{
  color: #FFFFFF;
}
.change_sign{
  font-size: 17px;
  font-family: 'Avenir-Light', sans-serif;
  line-height: 20px;
  color: #C9C8C8;
  text-align: center;
}
.change_sign a{
  display: inline-block;
  margin-left: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #D4D4D4;
  font-family: 'Avenir-Black', sans-serif;
  color: #864DFF;
  text-decoration: none;
}
.sign_right_col{
  overflow: hidden;
}
.sign_right_col::before{
  content: "";
  background-image: url("../images/before_bg.png");
  position: absolute;
  left: -100px;
  top: -6px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.sign_right_col::after{
  content: "";
  background-image: url(../images/after_bg.png);
  position: absolute;
  right: -70px;
  bottom: -50px;
  width: 100%;
  height: 300px;
  background-repeat: no-repeat;
  background-size: contain;
}
.sign_right .sign_right_content{
  position: relative;
}
.sign_right .sign_right_content .right_title{
  max-width: 350px;
  margin: 85px auto 0;
  font-size: 52px;
  font-family: 'Avenir-Black', sans-serif;
  line-height: 56px;
  color: #FFFEFE;
  text-align: center;
}
.sign_right .sign_right_content .right_title span{
  display: block;
  color: #864DFF;
}
.mockup_img img{
  max-width: 100%;
}


.sign_left_content.sign_in_left_content{
  padding-left: 0;
  max-width: 100%;
  margin: 70px auto 0;
}

/*custom styles for reset form*/
resend_form, .reset_form {
  position: absolute;
  top: 0px;
  width: 100%;
}
.resend_form {
  z-index: 21;
  opacity: 0;
  width: 100%;
}
.reset_form {
  z-index: 22;
}
#resend:target ~ .login_wrapper .resend_form, #reset:target ~ .login_wrapper .reset_form {
  z-index: 22;
  animation-name: fadeInLeft;
  animation-delay: .1s;
}
#resend:target ~ .login_wrapper .reset_form, #reset:target ~ .login_wrapper .resend_form {
  animation-name: fadeOutLeft;
}

a.hiddenanchor {
  display: none
}

.email_again.forgot_pass{
  margin-top: 0;
}
.email_again.forgot_pass a{

}

#registerForm{
  max-width: 870px;
}

.coupon-name {
  color: #c7254e;
}

.coupon-code-container {
  display: flex;
}

.coupon-code-input {
  width: auto;
  margin-right: 10px;
}

@media only screen and (max-width: 1600px) {
  .sign_right_col::after{
    height: 240px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .sign_right_col::after{
    height: 195px;
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sign_right_col::before{
    left: -10px;
    top: 0;
  }
  .sign_right_col::after{
    height: 165px;
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .sign_right_col::after{
    height: 300px;
    right: -135px;
  }
}
@media only screen and (max-width: 420px) {
  .sign_right_col::after{
    height: 220px;
    right: -135px;
  }
}



@media only screen and (max-width: 1199px) {
  .sign_left{
    padding: 55px 15px;
  }
  .sign_right .sign_right_content .right_title{
    font-size: 42px;
    line-height: 54px;
  }
  .sign-title{
    font-size: 42px;
    line-height: 48px;
  }
  .sign_left_content{
    padding-left: 0;
    margin-top: 20px;
  }
  .agreeBox .checkbox .cr{
    border-radius: 5px;
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }
  .agreeBox .checkbox .cr .cr-icon{
    font-size: 17px;
  }
  .agreeBox .agreeInfo{
    width: calc(100% - 40px);
  }
}

@media only screen and (max-width: 991px) {
  .sign-logo_box img{
    width: 60px;
  }
  .sign_right .sign_right_content .right_title{
    font-size: 32px;
    line-height: 38px;
  }
  .sign-title{
    font-size: 38px;
    line-height: 42px;
  }
  .sign_left{
    padding: 55px 15px 50px 15px;
  }
  .sign_right::before{
    height: 240px;
    right: 20px;
  }
  .sign_right::after{
    height: 240px;
  }
  .agreeBox .agreeInfo{

  }
}

@media only screen and (max-width: 575px) {
  .sign_left{
    padding: 30px 0;
  }
  .sign_form .form-group{
    margin-bottom: 0;
  }
  .sign_form .form-group > .col-xs-6{
    width: 100%;
  }
  .sign_form .form-group > .col-xs-6,
  .sign_form .form-group > .col-xs-12{
    margin-bottom: 15px;
  }
  .sign_form .form-group > .col-xs-6 .input-group{
    margin-right: auto;
    margin-left: auto;
  }
  #registerForm{
    max-width: 100%;
    width: 420px;
    margin: auto;
  }
  .sign_right::before, .sign_right::after{
    height: 160px;
  }
  .sign_left_content{
    display: block;
  }
}

/* #wizard.wizard_horizontal ul.wizard_steps li a:before{
  width: 50%;
}

#wizard.wizard_horizontal ul.wizard_steps{
  width: 95%;
} */





















