.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
  font-size: 14px;
  /*         margin-top: -15px;*/
}

span.error {
  position: absolute;
  color: #a94442;
  font-size: 14px;
  line-height: 20px;
  background: hsl(57, 96%, 91%) none repeat scroll 0 0;
  border: 1px solid #ffd200;
  border-radius: 4px;
  max-width: 90%;
  padding: 3px 20px;
  top: -31px;
  right: 0;
}
.has-error .required .form-control,
.has-error .form-control,
.form-control.error {
  border: 1px solid #a94442 !important;
}
.welcome_holder h1 {
  color: #000000;
  font-family: "Open Sans", sans-serif;
  font-size: 27px;
  padding: 20px;
  text-align: center;
}
.welcome_holder h2 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}
.welcome_holder h2 a {
  color: #ff0000;
  text-decoration: none;
}
.welcome_holder h3 {
  color: #828282;
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}
.welcome_holder h3 strong {
  font-weight: bold;
}
.welcome_holder h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  text-align: center;
}
.welcome_holder h4 a {
  color: #eb8c02;
  text-decoration: underline;
}
.welcome_holder h4 a:hover {
  color: #09426b;
}
.welcome_holder h5 {
  color: #824817;
  font-size: 20px;
  text-align: left;
}
.welcome_holder ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.welcome_holder ul li {
  display: list-item;
  font-size: 12px;
  padding-top: 10px;
}
.welcome_holder ul li a {
  color: #7c7b73;
  text-decoration: none;
}
.welcome_holder ul li strong {
  font-weight: bold;
}

.ad_spec_below_welcome {
  float: left;
  padding: 30px 0;
  width: 100%;
}
/*reg 
    .form-control{
       border: 1px solid #ccc;
       width: 60%;
   }
   .form-group input[type="text"], .form-group input[type="email"], .form-group input[type="password"]{
       background: #fff none repeat scroll 0 0;
       border: medium none;
       border-radius: 4px;
       font-size: 15px;
       font-style: italic;
       height: 38px;
       padding: 0 5px;
       width: 60%;
       border: 1px solid #ccc;
   }
   .info{
       margin-left: 62%;
   margin-top: -2%; 
   }
   .form-group {
       float: left;
       margin-bottom: 10px;
       width: 100%;
   }
   .registration{
       float: right;
       margin-top: 11px;
   }
   .registration h1 {
       color: red;
       font-size: 42px;
       font-weight: normal;

   }
  .form-group input[type="submit"]{
          background: #dd3131 none repeat scroll 0 0;
   border-radius: 3px;
   color: #fff;
   display: inline-block;
   font-size: 14px;
   font-weight: 600;
   overflow: hidden;
   padding: 10px 20px;
   position: relative;
   z-index: 1;
   cursor: pointer;
   }


*/

.info {
  float: right;
  margin-top: -37px;
}
.img-thumbnail {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: inline-block;
  height: auto;
  line-height: 1.42857;
  max-width: 100%;
  padding: 4px;
  transition: all 0.2s ease-in-out 0s;
}
.dashboard-left {
  width: 17%;
  float: left;
}
.dashboard-left ul {
  list-style: none;
  padding: 0px;
  margin-top: 20px;
  width: 100%;
}
.dashboard-left ul li {
  display: block;
  margin-bottom: 5px;
  width: 100%;
  border: 1px solid transparent;
  position: relative;
  left: 1px;
}
.dashboard-left ul li:hover {
  border: #e0e0e0 solid 1px;
  background: #fff;
  border-right: none;
}
.dashboard-activemenu {
  border: #e0e0e0 solid 1px !important;
  background: #fff;
  border-right: none !important;
}
.dashboard-left ul li a {
  display: block;
  font-size: 15px;
  color: #6f6f6f;
  padding: 10px;
}
.dashboard-left ul li.has-child {
  height: 34px;
  transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
}
.dashboard-left ul li.has-child:hover {
  height: 110px;
}
.dashboard-left ul li.has-child a {
  padding: 10px 10px 2px 10px;
  background: url(../img/icon-4.png) 100px 15px no-repeat;
}
.dashboard-left ul li.has-child a:hover {
  padding: 10px 10px 2px 10px;
  background: url(../img/submenu-hover.png) 100px 15px no-repeat;
}
.sub-menu {
  margin: 0px 0 8px 15px !important;
  opacity: 0;
  transition: ease-in-out 300ms;
  -moz-transition: ease-in-out 300ms;
  -webkit-transition: ease-in-out 300ms;
  -o-transition: ease-in-out 300ms;
  -ms-transition: ease-in-out 300ms;
}
.sub-menu li {
  display: block;
  width: 100%;
  margin-bottom: 0px !important;
  border: none !important;
}
.sub-menu li:hover {
  border: none !important;
}
.sub-menu li a {
  padding: 2px !important;
  color: #30b55a !important;
  font-size: 13px !important;
  background: none !important;
}
.dashboard-left ul li:hover .sub-menu {
  opacity: 1;
}

.dashboard-right {
  width: 83%;
  float: right;
}
.dashboard-right h1 {
  background: #dd3131;
  font-size: 20px;
  color: #fff;
  padding: 10px;
  margin: 0px;
  float: left;
  width: 100%;
}

.dashboard-box {
  width: 100%;
  float: left;
  background: #fff;
  min-height: 800px;
  padding: 2%;
  border: #e0e0e0 solid 1px;
}
.profile-box label {
  font-size: 14px;
  color: #9d9a9a;
  font-style: italic;
  font-weight: normal;
}
.photo {
  position: relative;
}
.change-photo {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 181px;
  display: none;
  background: rgba(48, 181, 90, 0.6);
}
.change-photo2 {
  position: absolute;
  left: 5px;
  bottom: 5px;
  width: 141px;
  display: none;
  background: rgba(48, 181, 90, 0.6);
}
.change-photo2 a {
  color: #fff;
  font-size: 14px;
  padding: 4px 0;
  text-align: center;
  display: block;
}
.change-photo2 a:hover {
  color: #e7e7e7;
}
active {
  background-color: red !important;
}
li .active a {
  background-color: #eb8c02;

  color: white;
}
.hrd p {
  float: right;
}

/* HTML5 Boilerplate accessible hidden styles */
.radion-view input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* One radio button per line */
.radion-view .redio-btn-box label {
  display: block;
  cursor: pointer;
  /*        line-height: 2.5;*/
  font-size: 1.5em;
}

.radion-view input[type="radio"] + span {
  display: block;
  color: #4d4d4d;
  /*just now*/
  font-size: 14px;
}
.radion-view input[type="radio"] + span b {
  font-weight: normal;
}

/* the basic, unchecked style */
.radion-view input[type="radio"] + span:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.25em;
  border-radius: 10px;
  border: 2px solid #fff;
  box-shadow: 0 0 0 2px #ccc;
  /*margin-right: 0.75em;*/
  transition: 0.5s ease all;
  margin-right: 8px;
  float: left;
}

/* the checked style using the :checked pseudo class */
.radion-view input[type="radio"]:checked + span:before {
  background: #dd3131;
  box-shadow: 0 0 0 2px #ccc;
}

/* never forget focus styling */
.radion-view input[type="radio"]:focus + span:after {
  content: "\0020\2190";
  font-size: 1.5em;
  line-height: 1;
  vertical-align: -0.125em;
  position: absolute;
  right: 5px;
  top: 5px;
}
fieldset {
  border: 1px solid #ccc;
  border-radius: 0.5em;
  font-size: 10px;
  height: 11%;
  padding: 2em;
  width: 28%;
  margin-right: 35%;
  float: right;
}

div.message::before {
  background-color: #fff;
  border-radius: 15px;
  color: #a0d3e8;
  content: "i";
  display: inline-block;
  font-size: 20px;
  height: 12px;
  left: -11px;
  line-height: 0.5;
  padding: 5px 13px 16px 8px;
  position: relative;
  width: 12px;
}
div.message {
  background-color: #a0d3e8;
  color: #626262;
  cursor: pointer;
  display: block;
  font-weight: 400;
  line-height: 2.5em;
  overflow: hidden;
  position: fixed;
  right: 15px;
  top: 54px;
  transition: height 300ms ease-out 0;
  z-index: 999;
  padding: 5px 1.5rem;
}
div.message.error {
  background-color: #c3232d;
  color: #fff;
}

div.message.error::before {
  color: #c3232d;
  content: "x";
  padding: 5px 16px 17px 6px;
}
div.message.hidden {
  height: 0;
  padding: 0;
}
/*.list-unstyled{font-size: 12px; left: 25%;position: absolute;top: -14px;}*/
.help-block.with-errors {
  float: left;
  width: 100%;
  position: relative;
  height: 22px;
  margin-top: 5px;
}
.login-box {
  top: -6px;
  left: 0;
}
.enter-question-box {
  top: -6px;
  left: 0;
}
#viewer {
  top: -4px;
  left: 0;
}
#publisher {
  top: -4px;
  left: 0;
}
#create-campaign-page-box1 {
  top: -4px;
  left: 0;
}
.create-campaign-page-box1 {
  top: -4px;
  left: 25%;
}
/*PAGINATION DESIGN*/
/*
ul.pagination li.active a {
  background-color: orange;
}
.paginator {
  text-align: center;
}
.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.42857143;
  color: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  z-index: 2;
  color: #23527c;
  background-color: #eee;
  border-color: orange;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: orange;
  border-color: orange;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color: orange;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
*/
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager li {
  display: inline;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:focus,
.pager li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a,
.pager .next > span {
  float: right;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
}

.pager .disabled > a,
.pager .disabled > a:focus,
.pager .disabled > a:hover,
.pager .disabled > span {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

.paginator p {
  /*    text-align: right;*/
  color: rgba(0, 0, 0, 0.54);
  margin: 13px 0 10px;
}

.create-campaign-page-last table tr td {
  font-size: 14px;
  padding-left: 5px;
  /*        float:left;*/
}
.create-campaign-page-last table tr th {
  font-size: 15px;
  padding: 5px;
}

/* alert box css*/

#modalContainer {
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 10000;
  background-image: url(tp.png); /* required by MSIE to prevent actions on lower z-index elements */
}

#alertBox {
  position: relative;
  width: 40%;
  min-width: 280px;
  min-height: 100px;
  margin-top: 50px;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 20px 30px;
  border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  text-align: center;
  height: 305px;
  margin: 50px auto 0;
}
#alertBox.med-size {
  height: auto;
  max-height: 400px;
}
#alertBox tbody {
  display: block;
  max-height: 190px;
  overflow: auto;
}
#alertBox thead,
#alertBox tbody tr {
  display: table;
  width: 100%;
  table-layout: fixed;
}

#alertBox input[type="radio"] {
  display: inline-block;
  margin-right: 4px;
}

.payment-type .dashboard-box img {
  cursor: pointer;
}
#outer {
  position: fixed;
  left: 0px;
  overflow: hidden;
  display: none;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.7;
  mozopacity: 0.7;
  z-index: 999999;
  filter: alpha(opacity=70);
  text-align: center;
}
#inner {
  display: none;
  position: absolute;
  opacity: 1;
  z-index: 9999999;
}
.div_pop {
  position: relative;
  border: 8px solid #666666;
  background: #fff;
  -moz-box-shadow: 0px 1px 2px #696969;
  -webkit-box-shadow: 0px 1px 2px #696969;
  box-shadow: 0px 1px 2px #696969;
  width: 780px;
}
#modalContainers {
  background-color: rgba(0, 0, 0, 0.3);
  background-image: url("tp.png");
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}
#alertBox span {
  color: #dd3131;
  float: left;
  font-family: "Source Sans Pro";
  font-size: 15px;
  padding-left: 39px;
}

#modalContainer > #alertBox {
  position: fixed;
}

#alertBox h1 {
  margin: 0;
  font: bold 0.9em verdana, arial;
  background-color: #dd3131;
  color: #fff;
  padding: 8px 0 8px 10px;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
}

#alertBox p {
  font-family: "Source Sans Pro";
  padding: 20px 0;
  font-size: 15px;
  color: #5a5a5a;
  text-align: center;
}

#alertBox #closeBtn {
  display: inline-block;
  position: relative;
  margin: 5px auto;
  padding: 7px;
  border: 0 none;
  width: 75px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #dd3131;
  border-radius: 3px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}
#alertBox #closeBtn:focus {
  outline: none;
}
#alertBox #okBtn {
  display: inline-block;
  position: relative;
  margin: 5px auto;
  padding: 7px;
  border: 0 none;
  width: 52px;
  font-family: "Open Sans", sans-serif;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  background-color: #dd3131;
  border-radius: 3px;
  text-decoration: none;
  margin-right: 10px;
  font-size: 16px;
  font-weight: bold;
}

/* unrelated styles */

#mContainer {
  position: relative;
  width: 600px;
  margin: auto;
  padding: 5px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font: 0.7em verdana, arial;
}

code {
  font-size: 1.2em;
  color: #069;
}

#credits {
  position: relative;
  margin: 25px auto 0px auto;
  width: 350px;
  font: 0.7em verdana;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  height: 90px;
  padding-top: 4px;
}

#credits img {
  float: left;
  margin: 5px 10px 5px 0px;
  border: 1px solid #000000;
  width: 80px;
  height: 79px;
}

.important {
  background-color: #f5fcc8;
  padding: 2px;
}

code span {
  color: green;
}
#alertBox #okBtn:hover {
  background: #222222 none repeat scroll 0 0;
}
#alertBox #closeBtn:hover {
  background: #222222 none repeat scroll 0 0;
}

/*Fronend Breadcrumb*/

.breadcrumb {
  margin-right: 36px;
}
.breadcrumb li {
  display: inline;
}
.breadcrumb li a {
  color: #dd3131;
  font-size: 12px;
}
.breadcrumb li a:hover {
  color: #985f0d;
}
.breadcrumb li + li:before {
  /* content:"» "; */
  content: "\00BB ";
}

/* CMS Page CSS */

.cms_page .dashboard_content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.cms_page .dashboard_content .left_navigation {
    max-width: 350px;
    width: 100%;
    background: #f9f9f9;
    padding: 5px;
    height: 100vh;
    overflow: auto;
    position: sticky;
    top: 0px;
}
.cms_page .left_navigation ul li {
  width: 100%;
  float: left;
  border-bottom: solid 1px #dbe0ed;
}
.cms_page .left_navigation ul li a {
  width: 100%;
    float: left;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
    color: #313131;
    padding: 15px;
}
.cms_page .left_navigation ul li a:hover,
.cms_page .left_navigation ul li.active a {
  background: #ececec !important;
}
.cms_page .left_navigation ul li:nth-child(1) a {
  background: url(images/nav-icons.png) 3px 17px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(2) a {
  background: url(images/nav-icons.png) 3px -57px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(3) a {
  background: url(images/nav-icons.png) 3px -132px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(4) a {
  background: url(images/nav-icons.png) 3px -206px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(5) a {
  background: url(images/nav-icons.png) 3px -278px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(6) a {
  background: url(images/nav-icons.png) 3px -358px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(7) a {
  background: url(images/nav-icons.png) 3px -432px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(8) a {
  background: url(images/nav-icons.png) 3px -432px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(1) a:hover {
  background: url(images/nav-icons-hover.png) 3px 17px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(2) a:hover {
  background: url(images/nav-icons-hover.png) 3px -57px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(3) a:hover {
  background: url(images/nav-icons-hover.png) 3px -132px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(4) a:hover {
  background: url(images/nav-icons-hover.png) 3px -206px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(5) a:hover {
  background: url(images/nav-icons-hover.png) 3px -278px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(6) a:hover {
  background: url(images/nav-icons-hover.png) 3px -358px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(7) a:hover {
  background: url(images/nav-icons-hover.png) 3px -432px no-repeat;
}
.cms_page .left_navigation ul li:nth-child(8) a:hover {
  background: url(images/nav-icons-hover.png) 3px -432px no-repeat;
}

.cms_page .dashboard_content .right_content {
  padding: 50px;
  flex: 1;
  /*height: calc(100vh + -110px);*/
  /*overflow: auto;*/
}
.cms_page .dashboard_content .right_content .wrapper{
    max-width: 100%;
    width: 100%;
}

@media (max-width: 1300px) {
  /* dashboard */
  .cms_page .dashboard_content .left_navigation {
    max-width: 250px;
    padding: 5px 15px 0 15px;
  }
}

@media (max-width: 980px) {
  /* dashboard */
  .cms_page .dashboard_content .right_content {
    padding: 0px 20px 40px 20px;
  }
}

@media (max-width: 767px) {
  /* dashboard */
  .cms_page .dashboard_content .left_navigation {
    max-width: 100px;
  }
  .cms_page .left_navigation ul li {
    width: 70px;
  }
  .cms_page .left_navigation ul li a {
    height: 60px;
    font-size: 0;
    padding: 0;
    background-position-x: 22px !important;
  }
  .cms_page .dashboard_content .left_navigation {
    height: calc(100vh + -88.17px);
  }
  .cms_page .dashboard_content .right_content {
    height: calc(100vh + -88.17px);
  }
  .dash2_content_nav li {
    padding: 2px;
  }
}
