body {
	padding: 0px;
	margin: 0px ; overflow-x:hidden;
	background: #fff;font-family: 'Open Sans', sans-serif; overflow-x:hidden !important;
}
.full-width {
    width: 100% !important;
}

.pull-left {
    float: left !important;
}

.text-center {
    text-align: center;
}
.m-b-30 {
    margin-bottom: 30px !important;
}

/*------------------------------------ admin page  ------------------------------------------*/
.mar-top {
  margin-top: 124px;
}
.login-form {
  float: left;
  width: 57%;
  padding: 40px 15px 40px 30px;
}
.form-title {
  float: left;
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  color: #5e5e5e;
}
.form-title img {
  margin-right: 3%;
}

.form-input {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.form-input label {
  font-weight: normal;
  color: #090909;
}
.input-text {
  width: 100%;
  height: 30px;
  background-color: #fff;
  border-radius: 5px;
  border: 3px solid #bcbcbc;
  box-shadow: 0px 0px 3px #333;
}

.forgot {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.forgot a {
  color: #404040;
  text-decoration: underline;
}

/*------------------------------------ @media (max-width: 768px)  ------------------------------------------*/

@media (max-width: 768px) {
  .send-sms {
    float: left;
    width: 100%;
    padding: 20px 5%;
    color: #666666;
    box-shadow: 0px 0px 7px #9f9f9f;
  }
  .template-list {
    float: left;
    width: 100%;
    padding: 20px 5%;
  }
  .radio-title-div {
    font-size: 10px;
  }
  .user {
    display: none;
  }
  .user-resize {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid #999999;
    border-top: 0px;
    border-left: 0px;
    border-right: 0;
  }
  .calls-resize {
    background-color: transparent;
    border: 0;
    margin-bottom: 0;
  }
  .right-div {
    border-top-right-radius: 0px;
    border-bottom-left-radius: 10px;
  }

  .action-txt {
    font-size: 15px;
  }
  .admin {
    font-size: 15px;
  }
  .logs {
    font-size: 14px;
  }
  .action-select {
    margin-top: 26px;
  }

  .mar-top {
    margin-top: 20px;
  }

  .login-form {
    width: 100%;
    padding: 40px 15px;
  }
  .m-t-35-15p {
    margin-top: 15% !important;
  }
}

/*------------------------------------ @media (min-width: 768px)  ------------------------------------------*/

@media (min-width: 768px) {
  .hide-btn {
    display: none;
  }
}

/*        ggg*/

.alerts {
  margin: 92px 5px 0;
}

.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0;
  padding: 0;
}

.alert-message.danger,
.alert-message.danger:hover,
.alert-message.error,
.alert-message.error:hover,
.alert-message.success,
alert-message.success:hover,
.alert-message.info,
.alert-message.info:hover {
  color: #ffffff;
}
.alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.alert-message.danger,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#ee5f5b),
    to(#c43c35)
  );
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ee5f5b),
    color-stop(100%, #c43c35)
  );
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#62c462),
    to(#57a957)
  );
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #62c462),
    color-stop(100%, #57a957)
  );
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#5bc0de),
    to(#339bb9)
  );
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #5bc0de),
    color-stop(100%, #339bb9)
  );
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
  border-radius: 0 \0;
}
.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}
.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}
.alert-message {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;

  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;

  background-color: #eedc94;
  background-repeat: repeat-x;

  background-image: -khtml-gradient(
    linear,
    left top,
    left bottom,
    from(#fceec1),
    to(#eedc94)
  );
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #fceec1),
    color-stop(100%, #eedc94)
  );
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);

  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;

  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.alert-message .close {
  margin-top: 0;
}
.alert-message a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}
.alert-message.danger p a,
.alert-message.error p a,
.alert-message.success p a,
.alert-message.info p a {
  color: #ffffff;
}
.alert-message p a:hover {
  text-decoration: underline;
}
.alert-message p {
  margin-bottom: 0;
}

/*--------------------------------------New Css Add login page----------------------------------------*/

.b-ea {
  border: 1px solid #eaeaea !important;
}
.bg-fa {
  background-color: #fafafa !important;
}
.m-t-35-15p {
  margin-top: 35% !important;
}
.m-t-20p {
  margin-top: 20% !important;
}
.full-height {
  height: 100% !important;
}
.tt-caps {
  text-transform: capitalize;
}
.h-38 {
  height: 38px !important;
}
.create-account a {
  font-size: 15px;
  text-align: center;
  color: #108f9c;
}
.create-account a:hover {
  color: #27bdcb;
}

.login-google {
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #efefef;
  padding: 5px 15px;
  color: #acacac;
  font-size: 14px;
  cursor: pointer;
}
.google-img {
  height: 16px;
  width: 16px;
  margin-right: 7px;
  margin-top: -5px;
}

.login-button-new {
  background-color: #01c853;
  color: #ffffff;
  font-size: 13px;
  border: 1px solid #20b65d;
  border-radius: 7px;
  padding: 10px 40px;
  cursor: pointer;
  text-transform: uppercase;
}
.login-button-new:hover,
.login-button-new:active,
.login-button-new:focus {
  background-color: #01bd4f;
  color: #ffffff;
  border: 1px solid #20b55b;
}
.login-forgot {
  color: #2196f3;
  font-size: 12px;
  display: inline-block;
}
.login-forgot:hover {
  color: #1285e0;
}
.login-remember {
  font-size: 13px;
  color: #898989;
  line-height: normal;
  margin: 0px;
}
.login-label {
  font-size: 13px;
  color: #898989;
  float: left;
  margin: 0px;
  padding-left: 10px;
}

.info-label {
  font-size: 13px;
  color: #898989;
  float: left;
  margin-top: 20px;
  padding-left: 10px;
  line-height: 1.4;
}
  



.login-input {
  width: 100%;
  height: 40px;
  border: 1px solid #B6B6B6;
  border-radius: 7px;
  margin-top: 5px;
  font-size: 14px;
  color: #7d7d7d;
  background-color: #ffffff;
  padding: 0 10px;
}
.login-input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.login-input::-moz-placeholder {
  /* Firefox 19+ */
  color: #bbbbbb;
  opacity: 1;
}
.login-input:-ms-input-placeholder {
  color: #bbbbbb;
}

.resend-callsms {
    color: #108f9c;
    font-size: 14px;
    padding: 0px 10px;
    margin-top: 3px;
    font-weight: 600;
}
.resend-callsms:hover {
  color: #c2c2c2;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  position: absolute;
  left: 1px;
  top: 1px;
  width: 17px;
  height: 17px;
  border: 1px solid #e1e1e1;
  background: #fff;
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: "\2713\0020";
  position: absolute;
  top: 1px;
  left: 1px;
  font-size: 20px;
  line-height: 0.8;
  border: 1px solid #2489c5;
  background: #2489c5;
  color: #fff;
  transition: all 0.2s;
  font-family: "Open Sans", sans-serif;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
  color: #999;
}
[type="checkbox"]:disabled + label {
  color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 1px solid #e1e1e1;
}

/* hover style just for information */
label:hover:before {
  border: 1px solid #cccccc !important;
}

/* Edit By Salman*/
.bg-login {
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  background-attachment: fixed;
}

.login-img {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.login-container {
  position: absolute;
  background: transparent;
  left: 90%;
  right: 0;
  top: 0;
  bottom: 0;
  min-height: 100%;
}
.login-wrapper {
  width: 25vw;
  position: absolute;
  right: 10vw;
  top: 50%;
  transform: translateY(-50%);
  background-color: #ffffff;
  border-radius: 25px;
  padding: 45px 30px;
}
.login-image {
  position: relative;
  flex: 66%;
}

.login-new a.select2-choice {
  height: 40px !important;
  border: 1px solid #cccccc !important;
  border-radius: 3px !important;
  border-right: 0px !important;
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  margin-top: 0px;
  margin-left: -1px;
  font-size: 17px !important;
  padding: 8px 0px 0px 8px !important;
}

.logincheck[type="checkbox"]:not(:checked) + label:before,
.logincheck[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  width: 14px;
  height: 14px;
  border: 1px solid #cccccc;
  background: #ffffff;
  border-radius: 4px;
}
.logincheck[type="checkbox"]:not(:checked) + label.check-center:before,
.logincheck[type="checkbox"]:checked + label.check-center:before {
  content: "";
  top: 7px;
}
.logincheck[type="checkbox"]:not(:checked) + label.check-center:after,
.logincheck[type="checkbox"]:checked + label.check-center:after {
  content: "✔";
  position: absolute;
  top: 7px;
  left: 1px;
  padding: 2px;
  font-size: 16px;
  line-height: 0.8;
  color: #ffffff;
  border: 1px solid #2489c5;
  background: #2489c5;
  transition: all 0.2s;
}
/* checked mark aspect */
.logincheck[type="checkbox"]:not(:checked) + label:after,
.logincheck[type="checkbox"]:checked + label:after {
  content: "✔";
  position: absolute;
  top: 3px;
  left: 1px;
  padding-top: 2px;
  font-size: 9px;
  color: #ffffff;
  border: 1px solid #2196f3;
  background: #2196f3;
  transition: all 0.2s;
  border-radius: 4px;
  width: 14px;
  height: 14px;
}
/* checked mark aspect changes */
.logincheck[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
.logincheck[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
.logincheck[type="checkbox"]:disabled:not(:checked) + label:before,
.logincheck[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;
  background: #f1f1f1;
  border-color: #c2c2c2;
}
.logincheck[type="checkbox"]:disabled:checked + label:after {
  color: #999;
  background: #f1f1f1;
  border-color: #e1e1e1;
}
.logincheck[type="checkbox"]:disabled + label {
  color: #aaa;
}
.grecaptcha-badge {
  display: none;
}
/* login css btn disabled */
.login-button-new[disabled] {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
  color: #7a7a7a;
}
.login-title {
  display: inline;
  font-size: 15px;
  padding: 5px 12px;
  font-weight: 400;
  color: #c2c2c2;
  border-bottom: 3px solid #eeeeee;
}
.login-title.active {
  font-weight: 600;
  color: #363636;
  border-bottom: 3px solid #2abcc9;
}
.login-title a {
  font-weight: 400;
  color: #c2c2c2;
}
@media screen and (max-width: 767px) {
  .login-container {
    position: relative;
    left: 0;
  }
  .login-wrapper {
    position: static;
    float: left;
    transform: translate(0);
    padding: 45px 30px;
    margin: 30px 20px;
    width: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1025px) {
  .login-container {
    position: relative;
    left: 0;
  }
  .login-wrapper {
    position: static;
    float: left;
    transform: translate(0);
    padding: 45px 30px;
    margin: 30px 190px;
    width: auto;
  }
}
