/* ================= Font Family =========== */
/* ================= Colors =========== */
/* ============== Define Color ============== */
/* ================= Font Size =========== */
/* ================= Padding =========== */
.back-menu-btn .fa {
  width: 30px;
  height: 30px;
  border: solid 2px #de9d00;
  font-size: 18px;
  color: #de9d00;
  padding: 4px 0 0 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.company-page-new .stoty-type .company-page-middle-2 h1, .profile-page h1 {
  border-bottom: 2px solid #d0cece;
  color: #a5a5a5;
}

.edtHeading h3 {
  background: #082eb5;
  padding: 15px;
  color: #ffffff;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.create-story-tab .nav-tabs {
  margin: 30px 10px 0 10px;
}

.create-story-tab .nav-tabs li {
  width: 31%;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.create-story-tab ul li {
  padding: 15px;
  margin: 0 10px;
  background: #082eb5;
}

.create-story-tab .nav-tabs > li > a {
  color: #ffffff;
}

.create-story-tab .nav-tabs {
  border-bottom: none;
}

.create-story-tab .nav-tabs li.active {
  background: #4fa73f;
  box-shadow: 0 2px 5px #ccc;
}

.create-story-tab .nav-tabs > li.active > a {
  border: none;
  color: #ffffff;
}

.create-sponsor-general .donation-required-div {
  display: none;
}

.event-sponsor {
  border: 1px solid #e6e6e6;
  background: #f5f5f5;
}

.event-sponsor h4 {
  font-size: 16px;
  margin: 0;
}

.event-sponsor h5 {
  margin: 0;
}

.event-sponsor-left {
  background: #777;
  padding: 20px;
}

.event-sponsor-left h1, .event-sponsor-left h4 {
  color: #ffffff;
  margin: 0;
  padding: 0;
}

.event-sponsor-left h1 {
  font-size: 53px;
  line-height: 50px;
}

.event-sponsor h4:hover, .event-sponsor h5 a:hover {
  color: #4fa640;
}

.event-sponsor-left:hover {
  background: #4fa640;
}

.event-sponsor-left:hover h4 {
  color: #ffffff;
}

.crt-sec {
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  padding: 30px 15px;
  box-shadow: 2px 10px 13px 13px rgba(0, 0, 0, 0.5);
}

.crt-sec img {
  max-width: 160px;
  width: 100%;
  width: 100%;
}

.crt-sec h3 {
  font-size: 18px;
  text-align: center;
  text-transform: uppercase;
  margin: 50px 0 0;
}

.breadcrumb {
  background: url(../../images/1p.png) center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 145px 0 120px 0;
}

.create-page {
  padding: 180px 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.create-overlay {
  position: absolute;
  top: 0;
  right: 0px;
  left: 0px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  background: rgba(8, 46, 181, 0.94);
  height: 100%;
  padding: 82px 30px;
  opacity: 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.create-overlay .btn.btn-success a {
  color: #0abab5;
}

.create-overlay .btn.btn-vv a {
  color: #c06c84;
}

.create-overlay .btn.btn-success, .create-overlay .btn.btn-vv {
  background: 0 0;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.create-page-event:hover .create-overlay {
  opacity: 1;
}

.create-overlay .btn.btn-success:hover a, .create-overlay .btn.btn-vv:hover a {
  color: #ffffff;
}

.create-overlay .btn.btn-success:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#0abab5), to(#54ccab));
  background-image: linear-gradient(to bottom right, #0abab5, #54ccab);
  border-color: #0abab5;
}

.create-overlay .btn.btn-vv:hover {
  background: -webkit-gradient(linear, left top, right bottom, from(#ef8077), to(#db7ca1));
  background-image: linear-gradient(to bottom right, #ef8077, #db7ca1);
  border-color: #e27d93;
}

.overlay {
  width: 400px;
  height: 400px;
  background: #f2f2f2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -ms-transition: 0.5s ease;
  -o-transition: 0.5s ease;
}

.text-ev {
  width: 201px;
  text-transform: uppercase;
  font-size: 25px;
  position: absolute;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ev-1 {
  color: #499117;
}

.ev-2 {
  color: #d29500;
}

.ev-3 {
  color: #2e6ca4;
}

.text-ev a {
  color: #ffffff;
}

.text-ev img {
  margin-bottom: 10px;
}

.thumbnail1 {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  box-shadow: 3px 6px 6px 0 rgba(0, 0, 0, 0.5);
  height: 325px;
  width: 350px;
}

.thumbnail1 img {
  max-width: 90%;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
}

.thumbnail1:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.spn-img .btn-default {
  background: #dcdcdc;
}

.spn-img label {
  margin: 2px 0;
  font-weight: 100;
}

#upload-file-selector {
  display: none;
}

.margin-correction {
  margin-right: 10px;
}

.share-a-story-icon ul li {
  width: 100%;
  max-width: 150.5px;
  height: 110px;
  float: left;
  font-size: 12px;
  background: #f7f7f7;
  border-left: solid 1px #e7e6e6;
  text-align: center;
}

.create-story .frm-prt {
  padding: 50px 20px;
  margin-top: 110px;
}

.add-external-links, .add-location, .add-location-1, .add-msg-inp, .add-resource, .add-sponsor, .ans-show, .answer-sec, .crt-open-locat, .location-2, .openion-msg {
  display: none;
}

.create-story .nmprt img {
  float: left;
  margin-left: 17px;
}

.create-story .icn-bx .active .icon-b, .create-story .icn-bx .icon-h, .create-story .icn-bx li:hover .icon-b {
  display: none;
}

.create-story .icn-bx li img {
  padding: 10px 15px;
  margin: 0 auto;
}

.create-story .icn-bx .active {
  background-image: linear-gradient(to bottom right, #082eb5, #319bff);
  background: -webkit-gradient(linear, left top, right bottom, from(#082eb5), to(#319bff));
  opacity: 9;
  color: #ffffff;
}

.create-story .icn-bx .active a {
  color: #ffffff;
}

.create-story .icn-bx .active .icon-h, .create-story .icn-bx li:hover .icon-h {
  display: block;
}

.share-a-story-icon {
  position: fixed;
  z-index: 2;
}

.share-a-story-icon .shw-img {
  display: none;
}

.frm-prt .dis-frm .drop-list {
  display: none;
}

.frm-prt .dis-frm .ind {
  position: relative;
}

.frm-prt .dis-frm .drop-list {
  position: absolute;
}

.frm-prt .dis-frm .drop-list ul li {
  float: left;
  clear: both;
  height: auto;
}

.frm-prt .dis-frm .drop-list ul li a {
  display: inline-block;
  width: 100%;
  height: 10px;
  padding: 10px 0 14px;
  border-bottom: 1px solid #000000;
  line-height: 10px;
}

.frm-prt .dis-frm .drop-list ul li a:hover {
  background: #a9a9a9;
  color: #ffffff;
}

.create-story .icn-bx li a {
  text-transform: capitalize;
}

.create-story .icn-bx li:hover {
  background-image: linear-gradient(to bottom right, #319bff, #082eb5);
  background: -webkit-gradient(linear, left top, right bottom, from(#319bff), to(#082eb5));
}

.create-story .icn-bx li:hover a {
  color: #ffffff;
}

.create-story .radio-part {
  margin-left: 0;
}

.create-story .radio-part ul li {
  width: auto;
  height: 40px;
  border: none;
  background: 0 0;
  font-size: 13px;
  text-transform: capitalize;
  line-height: 30px;
}

.create-story .catogar-1 p {
  float: left;
}

.create-story .catogar-1 .form-control {
  width: 100%;
  max-width: 400px;
  margin-left: 185px;
}

.create-story .catogar-2 p {
  float: left;
}

.create-story .catogar-2 .form-control {
  width: 100%;
  max-width: 300px;
  float: left;
  margin-left: 40px;
}

.create-story .radio-part ul li:first-child {
  width: 100px;
  text-align: center;
}

.create-story .radio-part ul li:nth-last-child(4) {
  width: 40px;
  text-align: center;
  text-decoration: underline;
}

.create-story .catogary-input-field, .sec-inp p {
  font-size: 12px;
  font-weight: 700;
  text-transform: capitalize;
  padding: 5px 0;
  float: left;
}

.create-story textarea {
  resize: none;
}

.create-story .img {
  margin-top: -15px;
}

.next-step-2 {
  display: none;
}

.create-story .distri {
  float: left;
}

.create-story .distri p {
  float: left;
  padding-right: 20px;
}

.create-story table tr td {
  text-align: left;
}

.create-story table tr td img {
  width: 7%;
}

.pop-fade .modal-body table {
  width: 100%;
  margin-bottom: 20px;
}

.pop-fade .modal-body table tr .active {
  color: #ffffff;
  background: #53a53f;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.1);
  display: inline-block;
  padding: 10px;
}

.pop-fade .modal-body table tr .active a {
  color: #ffffff;
}

.pop-fade .modal-body table tr .btn-act {
  background: #d0cece;
  padding: 3px 10px;
  display: inline-block;
  box-shadow: 1px 1px 3px 2px rgba(0, 0, 0, 0.1);
}

.sponsored-openion p {
  float: left;
}

.sponsored-openion .switch {
  margin: 0 10px;
}

.dis-frm .drop-list {
  display: none;
}

.dis-frm .ind {
  position: relative;
}

.dis-frm .drop-list {
  position: absolute;
}

.dis-frm .drop-list ul li {
  float: left;
  clear: both;
  height: auto;
}

.dis-frm .drop-list ul li a {
  display: inline-block;
  width: 100%;
  height: 10px;
  padding: 10px 0 14px;
  border-bottom: 1px solid #000000;
  line-height: 10px;
}

.dis-frm .drop-list ul li a:hover {
  background: #a9a9a9;
  color: #ffffff;
}

.dis-frm .ind .form-control {
  width: 100%;
  max-width: 103px;
  display: inline-block;
}

.loc .btn {
  width: 110px;
  background: #499117;
  color: #ffffff;
  text-transform: capitalize;
}

.loc .btnn-2 {
  background: #082eb5;
}

.my-employee .my-emp-new .form-control {
  min-height: 28px;
  padding: 0;
  margin: 0;
}

.my-employee .my-empl-navi li {
  width: 30px;
  float: left;
  margin: 0 3px;
}

.my-employee .my-empl-navi li img {
  width: 30px;
  cursor: pointer;
}

.my-employee .my-empl-navi li:first-child {
  width: 50px;
}

.my-employee .my-empl-navi li:first-child img {
  width: 50px;
}

.my-employee .my-empl-navi .button-class {
  width: 100px;
}

.my-employee .my-empl-navi .upload-btn {
  width: 100px;
  height: 30px;
  background: #082eb5;
  border: none;
  color: #ffffff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.my-employee .my-empl-navi .upload-btn p {
  text-align: left;
  padding: 5px 0 0 8px;
  float: left;
  clear: both;
  font-size: 13px;
}

.my-employee .my-empl-navi .upload-btn .fa {
  margin: 2px 0 0 9px;
  padding: 5px 0 0 0;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: solid 1px #ffffff;
}

.btn-done {
  width: 100px;
  background: #d2952a;
  height: 30px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  color: #ffffff;
  border: none;
}

.btn-done p {
  padding: 5px 0 0 15px;
  text-align: left;
  float: left;
  clear: both;
  font-size: 13px;
}

.btn-done .fa {
  margin: 2px 0 0 16px;
  padding: 5px 0 0 0;
  width: 25px;
  height: 25px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.my-employee .img-cat .form-control {
  min-height: 28px;
  padding: 0 0 0 5px;
  margin: 10px 0 0 0;
}

.my-employee .active-images-emplo {
  cursor: pointer;
}

.my-employee .active-images-emplo-user {
  position: relative;
}

.my-employee .active-images-emplo-user:before {
  width: 30px;
  height: 30px;
  position: absolute;
  background: #ffffff url(../../images/create/sec-str.png);
  top: -5px;
  right: -5px;
  content: "";
  z-index: 3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.add-emp-2 {
  display: none;
}

.create-story .opt p {
  float: left;
  padding-right: 20px;
}

.create-story .opt .form-control {
  width: 100%;
  max-width: 268px;
  display: inline-block;
}

.create-story .opt img {
  margin-top: -1px;
}

.openion-poll-input-field p {
  float: left;
}

.openion-poll-input-field .form-control {
  width: 100%;
  max-width: 260px;
  min-height: 20px;
}

.openion-poll-input-field input[type=date] {
  line-height: 20px;
}

.openion-poll-input-field .gr {
  color: #499117;
  margin-left: 80px;
}

.next-stp span {
  float: left;
  margin: 0 10px 0 10px;
}

.next-stp .form-control {
  width: 100%;
  max-width: 720px;
  min-height: 20px;
  display: inline-block;
}

.next-stp-2 .form-control {
  width: 100%;
  max-width: 750px;
  min-height: 20px;
  display: inline-block;
}

.nxt-stp-3 span {
  float: left;
}

.nxt-stp-3 .label-next-step {
  float: left;
}

.nxt-stp-3 p {
  float: left;
}

.nxt-stp-3 .form-control {
  width: 100%;
  max-width: 456px;
  min-height: 20px;
  display: inline-block;
}

.crt-str .modal-content {
  border: none;
  padding: 0;
}

.nxt-stp-3 .btn {
  background: #ea4a5b;
  color: #ffffff;
  text-transform: uppercase;
  padding: 4px 20px;
  margin-left: 10px;
  box-shadow: 1px 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.nxt-stp-4 .form-control {
  width: 100%;
  max-width: 790px;
  min-height: 20px;
  display: inline-block;
}

.nxt-stp-4 .gr {
  margin-left: 90px;
  color: #499117;
}

.btn .btn-2 {
  background: #082eb5;
  color: #ffffff;
  padding: 5px 19px;
}

.create-story .inp-qiz p {
  float: left;
}

.create-story .inp-qiz span {
  float: left;
  margin: 0 10px 0 125px;
}

.create-story .inp-qiz .form-control {
  min-height: 28px;
  width: 100%;
  max-width: 712px;
}

.create-story .quiz-text p {
  float: left;
  margin: 0 10px 0 180px;
}

.create-story .quiz-text .form-control {
  width: 100%;
  max-width: 615px;
  float: left;
}

.create-story .quiz-text .plus-btn {
  margin-top: 35px;
}

.info-btn {
  cursor: pointer !important;
}

.create-story .quiz-text .chckbx .form-control {
  width: 100%;
  max-width: 80px;
}

.create-story .quiz-text .chckbx p {
  margin: 0 10px 0 180px;
}

.create-story .quiz-text .chckbx .add-nt {
  margin: 0 10px 0 20px;
}

.create-story .quiz-text .chckbx .form-control:last-child {
  width: 100%;
  max-width: 320px;
}

.create-story .quiz-pr-sec .form-control {
  width: 100%;
  max-width: 410px;
}

.create-story .pr-ques p span {
  color: #499117;
}

.create-story .frm-prt .blg .form-control {
  width: 100%;
  max-width: 700px;
  display: inline-block;
}

.survey-purpose p {
  float: left;
}

.survey-purpose .form-control {
  width: 100%;
  float: left;
}

.survey-purpose span {
  color: #499117;
}

.srvy-dis p {
  float: left;
  padding-right: 10px;
}

.comp-post {
  padding: 5px 0 5px;
}

.com-pos-1 p {
  float: left;
}

.com-pos-1 .form-control {
  width: 100%;
  max-width: 615px;
  float: left;
  margin: 0 20px 0 20px;
}

.com-pos .form-control {
  width: 100%;
  max-width: 645px;
  float: left;
  margin-right: 20px;
}

.comPostDiv {
  border-right: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
  border-top: 2px solid #eee;
  border-bottom: 5px solid #eee;
}

.comPost-heading {
  border-bottom: 1px solid #ffffff;
  height: 80px;
  overflow: hidden;
}

.comPost-caption {
  height: 180px;
  font-size: 13px;
  overflow-y: scroll;
}

.qus-ind p {
  float: left;
}

.qus-ind .form-control {
  float: left;
  width: 100%;
  max-width: 103px;
  margin-right: 3px;
}

.add-more-btn {
  cursor: pointer;
}

.click_radio_open_custom_shr, .toggle_corporates_open_corporates, .toggle_individual_open_individual, .toggle_myemployees_open_myemployees {
  display: none;
}

.help-oth .fa {
  width: 20px;
  height: 20px;
  background: #cbcbcb;
  color: #ffffff;
  padding: 4px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.help-oth .icon-act {
  background: #56be41;
}

.add-res, .helping-add-spon, .select-freq-location {
  display: none;
}

.healping-other .radio-part {
  float: left;
  margin: 20px 0 0;
}

.rotate-text {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-top: 35px;
}

.healping-other .radio-part ul li {
  width: 100%;
  max-width: 80px;
}

.healping-other .radio-part ul li:last-child {
  width: 100%;
  max-width: 20px;
  margin-left: -20px;
}

.healping-other .radio-part .add-tag p {
  float: left;
  padding-left: 60px;
  font-size: 13px;
}

.healping-other .radio-part .add-tag .form-control {
  margin-left: 50px;
  width: 100%;
  max-width: 320px;
  display: inline-block;
  float: left;
}

.healping-other .ent-name-1 .form-control {
  width: 100%;
  max-width: 835px;
  display: inline-block;
}

.ent-name-1 p, .healping-other .ent-name p {
  float: right;
}

.healping-other .ent-name .form-control {
  width: 100%;
  max-width: 860px;
}

.healping-other .ent-name-2 .form-control {
  width: 100%;
  max-width: 860px;
  display: inline-block;
}

.ent-name-2 p, .healping-other .ent-name p {
  float: right;
}

.healping-other .freq p {
  float: right;
}

.healping-other .freq .freq-padd {
  margin-top: 30px;
}

.healping-other .freq select {
  width: 100%;
}

.healping-other .freq select option {
  padding: 10px 0 10px;
  border: solid 1px #a5a5a5;
}

.healping-other .freq .one-time-radio p {
  float: left;
  margin-right: 60px;
}

.healping-other .freq .one-time-radio input[type=radio] {
  border: solid 1px #000000;
  display: block;
}

.healping-other .freq .reccu p {
  float: left;
  padding-right: 30px;
}

.healping-other .freq .reccu input[type=radio] {
  display: block;
}

.healping-other .freq .recc-2 {
  padding-top: 30px;
}

.healping-other .freq .recc-2 p {
  float: left;
  clear: both;
  margin-right: 50px;
}

.healping-other .freq .recc-2 p:nth-last-child(3) {
  margin-right: 32px;
}

.healping-other .freq .recc-2 .form-control {
  width: 100%;
  max-width: 200px;
  max-height: 20px;
  display: inline-block;
  margin-right: 25px;
}

.healping-other .freq .recc-3 {
  float: left;
}

.healping-other .freq .recc-3 p {
  float: left;
  clear: both;
  margin-right: 10px;
}

.healping-other .freq .recc-3 .tm {
  margin-right: 85px;
}

.healping-other .freq .recc-3 p:nth-last-child(3) {
  margin-right: 65px;
}

.healping-other .freq .recc-3 .form-control {
  width: 200px;
  max-height: 20px;
  float: left;
}

.healping-other .freq .recc-3 .form-control:nth-last-child(3) {
  width: 400px;
  max-height: 20px;
  float: left;
}

.healping-other .freq .recc-3 .form-day {
  width: 40px;
  float: left;
  margin-left: 30px;
}

.healping-other .str-dt p {
  float: left;
  padding-right: 10px;
}

.healping-other .str-dt .start-date p {
  float: left;
  margin-left: 100px;
}

.healping-other .str-dt .start-date .form-control {
  float: right;
  max-width: 160px;
  width: 100%;
}

.healping-other .str-dt .form-control {
  width: 100%;
  max-width: 200px;
  float: left;
}

.healping-other .str-dt .orrr {
  padding-left: 35px;
  font-weight: 700;
  text-decoration: underline;
}

.healping-other .str-dt .untt p {
  float: left;
  margin-left: 80px;
}

.healping-other .str-dt .untt .form-control {
  float: right;
  margin-right: 20px;
}

.healping-other .al-oc p {
  float: right;
}

.healping-other .al-oc-2 p {
  float: left;
  padding-right: 60px;
}

.healping-other .al-oc-2 .ol {
  margin-left: 100px;
}

.healping-other .imp-rt .form-control {
  width: 100%;
  max-width: 870px;
  display: inline-block;
}

.healping-other .people .pepl p {
  float: right;
}

.healping-other .people p {
  float: left;
}

.healping-other .rad p {
  float: left;
  padding: 0 15px;
}

.healping-other .rad input[type=radio] {
  float: left;
  margin-top: -1px;
}

.healping-other .ticket-types {
  float: left;
}

.healping-other .ticket-types p {
  float: left;
}

.healping-other .ticket-types p:nth-last-child(2) {
  margin-left: 30px;
}

.healping-other .ticket-types .form-control {
  width: 100%;
  max-width: 90px;
  float: left;
}

.healping-other .ticket-1 {
  float: left;
  width: 100%;
}

.healping-other .ticket-1 p {
  float: left;
}

.healping-other .ticket-1 .form-control {
  float: left;
  width: 100%;
  max-width: 240px;
  margin-right: 5px;
}

.healping-other .tickets-pri {
  float: left;
  width: 100%;
}

.healping-other .tickets-pri .form-control {
  width: 100%;
  max-width: 80px;
  float: left;
}

.healping-other .tickets-pri .form-control:nth-last-child(2) {
  max-width: 60px;
}

.healping-other .tickets-pri .form-control:nth-last-child(1) {
  max-width: 60px;
  margin-left: 10px;
  color: #003468;
}

.healping-other .lst-bx {
  float: left;
  margin-left: 50px;
}

.healping-other .lst-bx .box-1 {
  float: left;
  background: #d0cece;
  width: 80px;
  height: 50px;
  text-align: center;
  color: #082eb5;
  line-height: 20px;
}

.healping-other .lst-bx .box-1 p {
  margin-top: 6px;
}

.healping-other .lst-bx .trans-pr {
  float: left;
  width: 20px;
  height: 50px;
  background: #082eb5;
}

.healping-other .lst-bx .trans-pr p {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-left: -20px;
  margin-top: 15px;
  color: #ffffff;
}

.healping-other .ppl-tabl table tr td {
  width: 20%;
}

.healping-other .ppl-tabl table tr .frm-ctr {
  line-height: 40px;
}

.healping-other .ppl-tabl table tr .frm-ctr .form-control {
  float: left;
  width: 30px;
}

.healping-other .ppl-tabl table tr td .form-control {
  width: 50%;
  float: right;
}

.green-active-checkbox {
  background: #97c322 !important;
}

.healping-other .ppl-tabl table tr td .fa {
  font-size: 16px;
  background: #a3a4a6;
  padding: 8px;
  color: #ffffff;
  float: left;
  margin-left: 50px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.healping-other .ppl-tabl table tr td .drp {
  padding-left: 5px;
  float: left;
}

.healping-other .beni p {
  float: right;
}

.healping-other .beni input[type=checkbox], input[type=radio] {
  margin: 0 0 0;
}

.healping-other .in-spt .form-control {
  width: 100%;
  max-width: 710px;
  float: left;
}

.healping-other .in-spt .fa {
  font-size: 20px;
  margin-top: 10px;
  padding-left: 10px;
  cursor: pointer;
}

.healping-other .in-spt-2 .form-control {
  width: 100%;
  max-width: 400px;
  float: left;
}

.healping-other .in-spt-2 p {
  padding: 0 10px;
}

.healping-other .in-spt-2 .form-control:nth-last-child(2) {
  width: 100%;
  max-width: 250px;
  float: left;
}

.healping-other .in-spt-2 .fa {
  padding-left: 10px;
  font-size: 20px;
  margin-top: 10px;
  cursor: pointer;
}

.healping-other .in-spt-3 .form-control {
  width: 100%;
  max-width: 50px;
  float: left;
}

.healping-other .in-spt-3 .form-control:nth-child(2) {
  width: 100%;
  max-width: 200px;
  float: left;
  margin-left: 20px;
}

.healping-other .in-spt-3 .form-control:nth-child(4) {
  width: 100%;
  max-width: 200px;
  float: left;
  margin-left: 20px;
}

.healping-other .in-spt-3 p {
  line-height: 20px;
  padding-left: 10px;
}

.healping-other .swtch .switch {
  margin-left: 80px;
}

.healping-other .swtch-2 .switch {
  margin-left: 130px;
}

.healping-other .inds .form-control {
  width: 100%;
  max-width: 150px;
  margin-left: 20px;
  float: left;
  margin-right: 10px;
}

.healping-other .indss table {
  width: 100%;
}

.healping-other .indss table tr td p {
  float: left;
  line-height: 34px;
}

.healping-other .indss table tr td .form-control {
  width: 100%;
  max-width: 200px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
}

.healping-other .indss img {
  margin-top: 5px;
  cursor: pointer;
}

.healping-other .spns .form-control {
  width: 100%;
  max-width: 705px;
  float: left;
}

.healping-other .spns img {
  width: 26px;
  height: 26px;
  cursor: pointer;
  margin-left: 5px;
}

.healping-other .txt-pt p {
  float: right;
  margin-left: 100px;
}

.healping-other .txt-pt .fa {
  padding: 10px;
  border: solid 1px #000000;
  margin-top: 10px;
  margin-left: 35px;
  cursor: pointer;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.healping-other .btnn {
  background: #3ba6fc;
  padding: 5px 19px;
  color: #ffffff;
  float: right;
  margin: 10px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
}

.healping-other .ent-catogary p {
  float: left;
  margin-left: 90px;
}

.healping-other .ent-catogary .form-control {
  width: 100%;
  max-width: 320px;
  float: left;
  margin-left: 37px;
}

.healping-other .ent-cat-2 p {
  margin-left: 48px;
  float: left;
}

.healping-other .ent-cat-2 .form-control {
  width: 100%;
  max-width: 320px;
  float: left;
  margin-left: 50px;
}

.healping-other .amnt-req p {
  float: right;
}

.healping-other .amnt-req .amnt .form-control {
  width: 100%;
  max-width: 544px;
}

.healping-other .amnt-req .gr {
  color: #7fb05d;
  float: left;
  margin-left: 15px;
}

.healping-other .Proj-deu p {
  float: right;
}

.healping-other .Proj-deu .form-control {
  width: 100%;
  max-width: 415px;
  float: left;
}

.healping-other .Proj-deu .form-control:first-child {
  margin-left: 15px;
}

.healping-other .Proj-deu .prj p {
  padding: 0 10px;
  float: left;
}

.healping-other .general-radio .general-rad-hed p {
  float: right;
}

.healping-other .general-radio .all-pb p, .switch {
  float: left;
}

.healping-other .general-radio .do-wn {
  float: left;
}

.healping-other .general-radio .all-pb .switch {
  margin-left: 40px;
}

.healping-other .general-radio input[type=checkbox], input[type=radio] {
  float: left;
  margin-left: 40px;
  margin-left: 9px;
  margin-top: 5px;
}

.healping-other .general-radio .drp-dwn .form-control {
  width: 100%;
  max-width: 150px;
  margin: 0 10px;
  float: left;
}

.healping-other .general-radio .btn-3 {
  background: #3ba6fc;
}

.multiselect-container.dropdown-menu input[type=checkbox], .multiselect-container.dropdown-menu input[type=radio] {
  margin-left: 0px;
  margin-top: 0px;
  margin-right: 8px;
}

.multiselect-container.dropdown-menu::-webkit-scrollbar-track {
  background: white;
}

/*# sourceMappingURL=createSection.css.map */
