/* Font
=============================== */

@import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700|Roboto:300,400,500,700';

@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto-Regular/Roboto-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'), url('fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype'), url('Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/OpenSans-Regular/OpenSans-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/OpenSans-Regular/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular/OpenSans-Regular.ttf') format('truetype'), url('fonts/OpenSans-Regular/OpenSans-Regular.svg#OpenSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PTSans-Regular';
  src: url('fonts/PTSans-Regular/PTSans-Regular.eot') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PTSans-Regular';
  src: url('fonts/PTSans-Regular.woff') format('woff'), url('PTSans-Regular.ttf') format('truetype'), url('fonts/PTSans-Regular/PTSans-Regular.svg#PTSans-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/*=================================================================*/

/* Main */

/*=================================================================*/

/* Default
=============================== */

body {
  font-family: 'Roboto-Regular';
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Georgia', serif;
}

.header {
  padding-bottom: 0px;
}

.wrapper {
  margin: 0 auto;
  background: #eee;
  outline: none;
  padding: 40px 15px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.wrapper.login {
  padding: 2%;
}

.wrapper-400 {
  max-width: 480px;
  margin: 0% auto
}

.login_input {
  padding: 3px;
}

.wrapper-300 {
  max-width: 300px;
  margin: 0% auto
}

.wrapper h2 {
  font-size: 22px;
  margin: 15px 0;
  padding-left: 0px;
}

.wrapper-640 {
  max-width: 83%;
  margin: 2% auto;
  margin-bottom: 0;
  padding: 30px 20px;
  border: 1px solid rgba(0, 0, 0, 0.12)
}

.j-forms .wrapper-640 .label {
  line-height: 40px;
  height: 40px
}

.footer.wrapper-640 {
  border: none
}

.j-forms {
  background-color: #fff;
  margin-bottom: 25px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0 10px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: rgba(0, 0, 0, .80);
  font: 16px "Roboto", sans-serif;
  line-height: 1;
  padding: 0 0px 5px 0px;
  position: relative;
  float: left;
  width: 100%;
}

.j-forms .span6.nopadding {
  padding: 0
}

.j-forms [class*="span"] .nopad-left {
  padding-left: 0;
}

.j-forms [class*="span"] .nopad-right {
  padding-right: 0;
}

.j-forms .input {
  position: relative;
}

.wrapper-400 .j-forms .unit {
  position: relative;
  margin-bottom: 20px;
}

#tablefit {
  font-family: 'Roboto-Regular';
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 15px;
}

#tablefit td,
#tablefit th {
  border: 1px solid #ddd;
  padding: 8px;
}

#tablefit tr:nth-child(even) {
  background-color: #f2f2f2;
}

#tablefit tr:hover {
  background-color: #ddd;
}

#tablefit th {
  padding-top: 7px;
  padding-bottom: 10px;
  background-color: rgb(128, 128, 128);
  color: white;
}

#flashMessages {
  position: fixed !important;
  width: 20%;
  z-index: 100;
  margin: 0px auto;
  bottom: 0;
  text-align: center;
}

span.input-group-btn button.btn.btn-default {
  height: 45px;
}

.form-control {
  height: 45px !important;
}

#upload_form {
  float: left;
  padding: 0px;
  width: 100%;
}

#preview {
  background-color: #fff;
  display: block;
  float: right;
  width: 200px;
}

#upload_form>div {
  margin-bottom: 10px;
}

#b_transfered {
  float: right;
  text-align: right;
}

.clear_both {
  clear: both;
}

input#image_file {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -webkit-border-radius: 3px;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .25);
  font-size: 14px;
  font-weight: 500;
  padding: 10px 6px;
  position: absolute;
}

.uploadtex {
  padding: 0px 0px 0px 92px !important;
}

input[type=button]#image_file {
  background: -moz-linear-gradient(#ffffff, #dfdfdf);
  background: -ms-linear-gradient(#ffffff, #dfdfdf);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #dfdfdf));
  background: -webkit-linear-gradient(#ffffff, #dfdfdf);
  background: -o-linear-gradient(#ffffff, #dfdfdf);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf')";
  background: linear-gradient(#ffffff, #dfdfdf);
}

input#image_file:after {
  content: "BROWSE";
  width: 93px;
  height: 35px;
  background: #4c4c4c;
  display: inline-block;
  border-radius: 3px;
  position: absolute;
  left: 5px;
  top: 5px;
  color: #fff;
  text-align: center;
  line-height: 34px;
}

#flashMessages .alert.flash-message.alert-success {
  color: #fff;
  background: rgba(168, 213, 255, 1);
  background: -moz-linear-gradient(left, rgba(168, 213, 255, 1) 0%, rgba(23, 135, 255, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(168, 213, 255, 1)), color-stop(100%, rgba(23, 135, 255, 1)));
  background: -webkit-linear-gradient(left, rgba(168, 213, 255, 1) 0%, rgba(23, 135, 255, 1) 100%);
  background: -o-linear-gradient(left, rgba(168, 213, 255, 1) 0%, rgba(23, 135, 255, 1) 100%);
  background: -ms-linear-gradient(left, rgba(168, 213, 255, 1) 0%, rgba(23, 135, 255, 1) 100%);
  background: linear-gradient(to right, rgba(168, 213, 255, 1) 0%, rgba(23, 135, 255, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a8d5ff', endColorstr='#1787ff', GradientType=1);
}

#flashMessages .alert.flash-message.alert-danger {
  background: rgba(169, 12, 12, 1);
  background: -moz-linear-gradient(left, rgba(169, 12, 12, 1) 0%, rgba(189, 0, 0, 1) 44%, rgba(153, 5, 5, 1) 88%, rgba(138, 0, 0, 1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(169, 12, 12, 1)), color-stop(44%, rgba(189, 0, 0, 1)), color-stop(88%, rgba(153, 5, 5, 1)), color-stop(100%, rgba(138, 0, 0, 1)));
  background: -webkit-linear-gradient(left, rgba(169, 12, 12, 1) 0%, rgba(189, 0, 0, 1) 44%, rgba(153, 5, 5, 1) 88%, rgba(138, 0, 0, 1) 100%);
  background: -o-linear-gradient(left, rgba(169, 12, 12, 1) 0%, rgba(189, 0, 0, 1) 44%, rgba(153, 5, 5, 1) 88%, rgba(138, 0, 0, 1) 100%);
  background: -ms-linear-gradient(left, rgba(169, 12, 12, 1) 0%, rgba(189, 0, 0, 1) 44%, rgba(153, 5, 5, 1) 88%, rgba(138, 0, 0, 1) 100%);
  background: linear-gradient(to right, rgba(169, 12, 12, 1) 0%, rgba(189, 0, 0, 1) 44%, rgba(153, 5, 5, 1) 88%, rgba(138, 0, 0, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a90c0c', endColorstr='#8a0000', GradientType=1);
  color: #fff;
}

#tablefit td {
  padding-top: 7px;
  text-align: center;
}

#tablefit .labeles {
  font-size: 13px;
  padding-top: 5px;
  padding-bottom: 0px;
  text-align: center;
  margin-bottom: 0px;
  line-height: 9px;
  height: auto;
  max-width: 100%;
}

.title_pad_alig label.label.top.text-center {
  white-space: pre-wrap;
  text-align: center;
  margin: 20px -10px 10px 0px !important;
  line-height: 18px;
}

.points_table thead {
  background: #ac1717;
  color: #fff;
}

table th {
  background: #eee;
  color: #333;
}

.expiration-report table th {
  background: #01579b;
  color: #fff !important;
  text-align: center;
}

.expiration-report table th:first-child {
  text-align: left
}

.expiration-report table th {
  border: 1px solid #9fb3d0;
}

.expiration-report .company {
  background: #eee;
}

.expiration-report .sub_contractor {
  background: #f7f7f7;
}

.j-forms .unit {
  position: relative;
  margin: 10px auto;
}

.j-forms .sub_contract .unit {
  position: relative;
  margin-bottom: 20px;
}

.footer.border {
  border-bottom: 3px dashed #999;
  padding: 25px 0;
  margin-bottom: 25px;
}

button.primary-btn-trans {
  background: #a6a6a6;
  width: 100%;
  margin: 10px auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  border: 2px solid #800000;
  text-decoration: underline;
}

.j-forms .link {
  border-bottom: 1px solid #800000;
  color: #800000;
  font-size: 12px;
  font-family: 'Roboto-Regular';
  line-height: inherit;
  text-decoration: none;
  font-weight: 600;
}

.j-forms .icon-right i {
  cursor: pointer;
}

.j-forms .icon-right i:hover {
  color: #000;
}

.j-forms .link:hover {
  border-bottom: none;
}

.j-forms .inline-group {
  display: inline-block;
}

/* Reset for -webkit / -moz browser
=============================== */

.j-forms input[type="search"]::-webkit-search-decoration,
.j-forms input[type="search"]::-webkit-search-cancel-button,
.j-forms input[type="search"]::-webkit-search-results-button,
.j-forms input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

.j-forms select,
.j-forms input[type="button"],
.j-forms input[type="submit"],
.j-forms input[type="search"] {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.response {
  color: #F00;
  text-align: center
}

.shadow {
  bottom: 0;
  box-shadow: -1px 20px 8px -20px rgba(0, 0, 0, 0.35);
  height: 44px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 0;
}

.header {
  border-top: 8px solid #eba6bc;
  position: relative;
  /* background: rgba(0, 0, 0, 0) url("../images/2.5.jpg"); */
  /*border-bottom: 3px solid #6c3b3b;
    background: rgb(255, 255, 255);
    position: relative;*/
    background-color: #1b2441;
  width: 100%;
  margin: 0px auto;
  box-shadow: -1px 20px 8px -20px rgba(0, 0, 0, 0.3);
}

.header h3 {
  font-weight: 600
}

.header p {
  margin-bottom: 2px
}

/* Header
=============================== */

.address-sty {
  margin: 65px 0 10px;
  font-style: italic;
  font-weight: 400 !important;
  font-size: 24px;
  color: #6c3b3b;
}

ul.mail_section {
  list-style: none;
  margin: 5px auto 10px auto;
  padding: 0;
  line-height: 22px;
}

ul.mail_section li {
  margin: 5px auto;
}

ul.mail_section li i.fa {
  margin-right: 10px;
  color: #6c3b3b;
}

ul.mail_section li a {
  color: #444;
}

.address-sty i.fa {
  margin-right: 10px;
  color: #6c3b3b;
}

.j-forms .header {
  background-color: #3f51b5;
  border-top: 1px solid #7986cb;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  -o-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
  -moz-box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
  -o-box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
  box-shadow: 0 6px 3px -3px rgba(63, 81, 181, .5);
  display: block;
  position: relative;
}

.j-forms .header>i {
  color: #fff;
  font-size: 31px;
  float: left;
  padding: 31px 15px 0 25px;
}

.j-forms .header p {
  color: #fff;
  margin: 0;
  padding: 30px 25px;
  font-size: 30px;
  text-transform: uppercase;
}

.position_item {
  position: absolute;
  right: 20px;
  top: 30px;
}

.logo.img-responsive {
  min-height: 84px;
  padding-top: 5px;
  height: 84px;
  margin: 12px 0;
}

.j-forms .search_employee .label {
  padding: 0;
  height: 40px;
  line-height: 40px;
}

.j-forms h1 {
  font-size: 28px;
  font-weight: bold;
  /* padding: 10px 0; */
  text-align: center;
  margin: 0px !important;
  margin-top: 5px !important;
}

/* Content
=============================== */

.footer {
  background: #fff none repeat scroll 0 0;
  border-top: 1px solid #ddd;
  color: #4e575d;
  letter-spacing: 0.5px;
  padding: 25px 0;
  text-align: center;
  /* padding-top:400px; */

}

.j-forms .content:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Footer
=============================== */

.j-forms .footer {
  background-color: #fefefe;
  border-top: none;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -o-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  display: block;
  padding: 10px 25px;
  margin: 0 auto;
}

.j-forms .footer:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Dividers
=============================== */

.j-forms .divider,
.j-forms .divider-text {
  border-top: 1px solid rgba(0, 0, 0, .12);
  height: 0;
}

.j-forms .divider-text {
  text-align: center;
}

.j-forms .divider-text span {
  border: 1px solid rgba(0, 0, 0, .12);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-color: #f9fafd;
  color: #444;
  font-weight: 500;
  font-size: 18px;
  padding: 2px 15px;
  position: relative;
  top: -9px;
  white-space: nowrap;
}

/* Gap-top / gap-bottom classes
=============================== */

.j-forms .gap-top-5 {
  margin-top: 5px;
}

/* text-divider top gap after "content"/"j-row" classes */

.j-forms .gap-top-10 {
  margin-top: 10px;
}

/* text-divider top gap after "content"/"j-row" classes */

.j-forms .gap-top-15 {
  margin-top: 17px !important;
}

/* text-divider top gap after "content"/"j-row" classes */

.j-forms .gap-top-6 {
  margin-top: 6px;
}

/* text-divider top gap after "content"/"j-row" classes */

.j-forms .gap-top-20 {
  margin-top: 20px;
}

/* text-divider top gap after "content"/"j-row" classes */

.j-forms .gap-top-25 {
  margin-top: 26px;
}

.j-forms .gap-top-30 {
  margin-top: 30px;
}

/* text-divider top gap after "content"/"j-row" classes */

.j-forms .gap-top-25-10 {
  margin-top: 10px;
}

/* text-divider top gap after "content"/"j-row" classes */

.j-forms .gap-top-45 {
  margin-top: 45px;
}

/* text-divider top gap after "unit" class */

.j-forms .gap-bottom-45 {
  margin-bottom: 0px;
}

/* text-divider bottom gap */

.j-forms .gap-bottom-25 {
  margin-bottom: 25px;
}

/* line-divider bottom gap */

.j-forms .gap-top-11 {
  margin-top: 11px !important;
}

/* line-divider bottom gap */

/* Labels
=============================== */

.j-forms label {
  display: block;
  color: inherit;
  font-weight: 600;
  text-align: left;
  margin-bottom: 0;
  font-family: 'Roboto-Regular';
}

.j-forms .span4.text-center {
  text-align: center;
}

.j-forms .text-center .primary-btn {
  width: auto;
  float: none;
  display: inline-block;
}

.j-forms .label {
  font-size: 13px;
  margin: 5px auto 5px auto;
  line-height: 13px;
}

.j-forms .label-center {
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-bottom: 0;
}

.j-forms .j-row>.label {
  padding-left: 10px;
}

.mar_align {
  margin-bottom: 10px;
}

/* Radio and checkbox
=============================== */

.j-forms .radio,
.j-forms .checkbox,
.j-forms .radio-toggle,
.j-forms .checkbox-toggle {
  color: rgba(0, 0, 0, .87);
  cursor: pointer;
  font-size: 13px;
  height: 15px;
  margin-bottom: 4px;
  position: relative;
  line-height: 15px;
}

.j-forms .radio,
.j-forms .checkbox,
.j-forms .inline-group .radio,
.j-forms .inline-group .checkbox {
  padding: 9px 9px 9px 9px;
}

.j-forms .radio-toggle,
.j-forms .checkbox-toggle,
.j-forms .inline-group .radio-toggle,
.j-forms .inline-group .checkbox-toggle {
  padding: 9px 0 8px 58px;
}

.j-forms .radio:last-child,
.j-forms .checkbox:last-child,
.j-forms .radio-toggle:last-child,
.j-forms .checkbox-toggle:last-child {
  margin-bottom: 0;
}

.j-forms .inline-group .radio,
.j-forms .inline-group .checkbox,
.j-forms .inline-group .radio-toggle,
.j-forms .inline-group .checkbox-toggle {
  display: inline-block;
  margin-right: 25px;
}

.j-forms .radio input,
.j-forms .checkbox input,
.j-forms .radio-toggle input,
.j-forms .checkbox-toggle input {
  position: absolute;
  left: -9999px;
}

.j-forms .radio i,
.j-forms .checkbox i,
.j-forms .checkbox-toggle i,
.j-forms .radio-toggle i {
  background-color: #fff;
  border: 2px solid rgba(0, 0, 0, .26);
  display: block;
  height: 18px;
  right: 135;
  outline: none;
  position: absolute;
  top: -5px;
  -webkit-transition: border-color.2s;
  -moz-transition: border-color.2s;
  -ms-transition: border-color.2s;
  -o-transition: border-color.2s;
  transition: border-color.2s;
}

.j-forms .radio i,
.j-forms .checkbox i {
  width: 18px;
}

.j-forms .checkbox-toggle i,
.j-forms .radio-toggle i {
  width: 44px;
}

.j-forms .checkbox i,
.j-forms .checkbox-toggle i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.j-forms .radio i,
.j-forms .radio i:after,
.j-forms .radio-toggle i:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.j-forms .radio-toggle i {
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}

.j-forms .checkbox-toggle i:before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.j-forms .radio i:after {
  background-color: rgba(48, 63, 159, .9);
  content: "";
  height: 8px;
  top: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  width: 8px;
}

.j-forms .checkbox i:after {
  border-width: 0 0 3px 3px;
  border-bottom: solid rgb(48, 63, 159);
  border-left: solid rgb(48, 63, 159);
  content: "";
  height: 5px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  opacity: 0;
  position: absolute;
  width: 10px;
}

.j-forms .radio input:checked+i:after,
.j-forms .checkbox input:checked+i:after {
  opacity: 1;
}

.j-forms .checkbox-toggle i:before,
.j-forms .radio-toggle i:before {
  border: none;
  background-color: rgba(48, 63, 159, .9);
  content: "";
  display: block;
  height: 14px;
  left: 2px;
  position: absolute;
  top: 2px;
  width: 14px;
}

.j-forms .checkbox-toggle input:checked+i:before,
.j-forms .radio-toggle input:checked+i:before {
  left: 28px;
}

.j-forms .checkbox-toggle i:after,
.j-forms .radio-toggle i:after,
.j-forms .checkbox-toggle input:checked+i:after,
.j-forms .radio-toggle input:checked+i:after {
  font-size: 10px;
  font-style: normal;
  font-weight: bold;
  line-height: 10px;
  position: absolute;
  top: 4px;
}

.j-forms .checkbox-toggle i:after,
.j-forms .radio-toggle i:after {
  content: "NO";
  left: 22px;
}

.j-forms .checkbox-toggle input:checked+i:after,
.j-forms .radio-toggle input:checked+i:after {
  content: "YES";
  left: 6px;
}

.j-forms .checkbox:hover i,
.j-forms .radio:hover i,
.j-forms .checkbox-toggle:hover i,
.j-forms .radio-toggle:hover i {
  border: 2px solid rgba(48, 63, 159, .6);
}

.j-forms .radio input:checked+i,
.j-forms .checkbox input:checked+i,
.j-forms .radio-toggle input:checked+i,
.j-forms .checkbox-toggle input:checked+i {
  border: 2px solid rgba(48, 63, 159, .9);
}

.j-forms .radio input:checked+i,
.j-forms .checkbox input:checked+i {
  color: rgba(48, 63, 159, .9);
}

.j-forms .checkbox-toggle input:checked+i,
.j-forms .radio-toggle input:checked+i {
  background-color: #e8eaf6;
}

/* Tooltip
=============================== */

.j-forms .tooltip,
.j-forms .tooltip-image {
  background-color: #1a237e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  left: -9999px;
  opacity: 0;
  position: absolute;
  z-index: 20;
}

.j-forms .tooltip {
  color: #fff;
  font: 600 13px 'Open Sans', Helvetica, Arial, sans-serif;
  line-height: 20px;
  padding: 5px 10px;
}

.j-forms .tooltip-image {
  padding: 2px 2px 1px;
}

.j-forms .input input:focus+.tooltip,
.j-forms .input textarea:focus+.tooltip,
.j-forms .select select:focus+.tooltip,
.j-forms .input input:focus+.tooltip-image,
.j-forms .input textarea:focus+.tooltip-image,
.j-forms .select select:focus+.tooltip-image {
  opacity: 1;
  z-index: 5;
}

.j-forms .tooltip-left-top {
  bottom: 100%;
  margin-bottom: 8px;
}

.j-forms .tooltip-left-top:before {
  border-color: #1a237e transparent;
  border-style: solid;
  border-width: 8px 7px 0;
  bottom: -6px;
  content: "";
  left: 16px;
  position: absolute;
}

.j-forms .input input:focus+.tooltip-left-top,
.j-forms .input textarea:focus+.tooltip-left-top,
.j-forms .select select:focus+.tooltip-left-top {
  left: 0;
  right: auto;
}

.j-forms .tooltip-right-top {
  bottom: 100%;
  margin-bottom: 8px;
}

.j-forms .tooltip-right-top:before {
  border-color: #1a237e transparent;
  border-style: solid;
  border-width: 8px 7px 0;
  bottom: -6px;
  content: "";
  position: absolute;
  right: 16px;
}

.j-forms .input input:focus+.tooltip-right-top,
.j-forms .input textarea:focus+.tooltip-right-top,
.j-forms .select select:focus+.tooltip-right-top {
  left: auto;
  right: 0;
}

.j-forms .tooltip-left-bottom {
  margin-top: 8px;
  top: 100%;
}

.j-forms .tooltip-left-bottom:before {
  border-color: #1a237e transparent;
  border-style: solid;
  border-width: 0 7px 8px;
  top: -6px;
  content: "";
  left: 16px;
  position: absolute;
}

.j-forms .input input:focus+.tooltip-left-bottom,
.j-forms .input textarea:focus+.tooltip-left-bottom,
.j-forms .select select:focus+.tooltip-left-bottom {
  left: 0;
  right: auto;
}

.j-forms .tooltip-right-bottom {
  margin-top: 8px;
  top: 100%;
}

.j-forms .tooltip-right-bottom:before {
  border-color: #1a237e transparent;
  border-style: solid;
  border-width: 0 7px 8px;
  top: -6px;
  content: "";
  right: 16px;
  position: absolute;
}

.j-forms .input input:focus+.tooltip-right-bottom,
.j-forms .input textarea:focus+.tooltip-right-bottom,
.j-forms .select select:focus+.tooltip-right-bottom {
  left: auto;
  right: 0;
}

.j-forms .tooltip-right-side {
  margin-left: 8px;
  top: 8px;
  white-space: nowrap;
}

.j-forms .tooltip-right-side:before {
  border-color: transparent #1a237e;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  content: "";
  left: -6px;
  position: absolute;
  top: 8px;
}

.j-forms .input input:focus+.tooltip-right-side,
.j-forms .input textarea:focus+.tooltip-right-side,
.j-forms .select select:focus+.tooltip-right-side {
  left: 100%;
}

.j-forms .tooltip-left-side {
  margin-right: 8px;
  top: 8px;
  white-space: nowrap;
}

.j-forms .tooltip-left-side:before {
  border-color: transparent #1a237e;
  border-style: solid;
  border-width: 7px 0 7px 8px;
  content: "";
  right: -6px;
  position: absolute;
  top: 8px;
}

.j-forms .input input:focus+.tooltip-left-side,
.j-forms .input textarea:focus+.tooltip-left-side,
.j-forms .select select:focus+.tooltip-left-side {
  left: auto;
  right: 100%;
}

/* Widget
=============================== */

.j-forms .widget {
  position: relative;
}

.j-forms .widget .addon,
.j-forms .widget .addon-btn {
  background: #e0e0e0;
  border: none;
  color: rgba(0, 0, 0, .56);
  display: block;
  font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
  height: 48px;
  line-height: 48px;
  padding: 0;
  position: absolute;
  outline: none;
  overflow: hidden;
  text-align: center;
  top: 0;
  z-index: 5;
}

.j-forms .widget .addon-btn,
.j-forms .widget .addon-btn i {
  cursor: pointer;
  -webkit-transition: all.2s;
  -moz-transition: all.2s;
  -ms-transition: all.2s;
  -o-transition: all.2s;
  transition: all.2s;
}

.j-forms .widget .addon-btn:hover,
.j-forms .widget .addon-btn:focus {
  background-color: #d6d6d6;
  color: rgba(0, 0, 0, .87);
}

.j-forms .widget .addon-btn:hover i,
.j-forms .widget .addon-btn:focus i {
  color: rgba(0, 0, 0, .61);
}

.j-forms .widget .adn-left {
  left: 0;
}

.j-forms .widget .adn-right {
  right: 0;
}

.j-forms .widget .addon i,
.j-forms .widget .addon-btn i {
  color: rgba(0, 0, 0, .34);
  font-size: 17px;
  z-index: 2;
}

.j-forms .widget .adn-50 {
  width: 50px;
}

.j-forms .widget .adn-130 {
  width: 130px;
}

.j-forms .widget.right-50 .input {
  padding-right: 50px;
}

.j-forms .widget.left-50 .input {
  padding-left: 50px;
}

.j-forms .widget.right-130 .input {
  padding-right: 130px;
}

.j-forms .widget.left-130 .input {
  padding-left: 130px;
}

.j-forms .widget .adn-left,
.j-forms .widget.right-50 .input input,
.j-forms .widget.right-130 .input input {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.j-forms .widget .adn-right,
.j-forms .widget.left-50 .input input,
.j-forms .widget.left-130 .input input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

.j-forms .widget.left-50.right-50 .input input,
.j-forms .widget.left-50.right-130 .input input,
.j-forms .widget.left-130.right-50 .input input,
.j-forms .widget.left-130.right-130 .input input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}

/* Inputs
=============================== */

.j-forms input[type="text"],
.j-forms input[type="password"],
.j-forms input[type="email"],
.j-forms input[type="search"],
.j-forms input[type="url"],
.j-forms input[type="number"],
.j-forms input[type="date"],
.j-forms textarea,
.j-forms select {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .25);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: rgba(0, 0, 0, .87);
  display: block;
  font-family: 'Roboto-Regular';
  font-size: 15px;
  height: 44px;
  padding: 10px 10px;
  width: 100%;
  outline: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all.4s;
  -moz-transition: all.4s;
  -ms-transition: all.4s;
  -o-transition: all.4s;
  transition: all.4s;
}

.j-forms input[type="text"]:hover,
.j-forms input[type="password"]:hover,
.j-forms input[type="email"]:hover,
.j-forms input[type="search"]:hover,
.j-forms input[type="url"]:hover,
.j-forms input[type="date"]:hover,
.j-forms textarea:hover,
.j-forms select:hover {
  border: 1px solid rgba(48, 63, 159, .6);
}

.j-forms input[type="text"]:focus,
.j-forms input[type="password"]:focus,
.j-forms input[type="email"]:focus,
.j-forms input[type="search"]:focus,
.j-forms input[type="url"]:focus,
.j-forms input[type="date"]:focus,
.j-forms textarea:focus,
.j-forms select:focus {
  border: 1px solid rgba(0, 0, 0, .6);
}

.j-forms .input textarea {
  height: 120px;
  overflow: auto;
  min-height: 120px;
  resize: vertical;
}

.no_rightpad {
  padding-right: 0;
}

.no_leftpad {
  padding-left: 0;
}

.j-forms .input textarea:focus {
  height: 120px;
}

/* Placeholders
=============================== */

.j-forms input::-webkit-input-placeholder,
.j-forms textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .54);
}

.j-forms input::-moz-placeholder,
.j-forms textarea::-moz-placeholder {
  color: rgba(0, 0, 0, .54);
}

.j-forms input:-moz-placeholder,
.j-forms textarea:-moz-placeholder {
  color: rgba(0, 0, 0, .54);
}

.j-forms input:-ms-input-placeholder,
.j-forms textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, .54);
}

.j-forms input:focus::-webkit-input-placeholder,
.j-forms textarea:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, .36);
}

.j-forms input:focus::-moz-placeholder,
.j-forms textarea:focus::-moz-placeholder {
  color: rgba(0, 0, 0, .36);
}

.j-forms input:focus:-moz-placeholder,
.j-forms textarea:focus:-moz-placeholder {
  color: rgba(0, 0, 0, .36);
}

.j-forms input:focus:-ms-input-placeholder,
.j-forms textarea:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, .36);
}

/* Select
=============================== */

.j-forms select {
  padding-left: 10px;
}

.j-forms .multiple-select select {
  height: auto;
}

.j-forms .select i {
  background: #fff;
  -webkit-box-shadow: 0 0 0 11px #fff;
  -moz-box-shadow: 0 0 0 11px #fff;
  -o-box-shadow: 0 0 0 11px #fff;
  box-shadow: 0 0 0 11px #fff;
  height: 20px;
  position: absolute;
  pointer-events: none;
  top: 14px;
  right: 14px;
  width: 14px;
}

.j-forms .select i:after,
.j-forms .select i:before {
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  position: absolute;
  right: 3px;
}

.j-forms .select i:after {
  border-top: 6px solid rgba(0, 0, 0, .4);
  bottom: 1px;
}

.j-forms .select i:before {
  border-bottom: 6px solid rgba(0, 0, 0, .4);
  top: 3px;
}

.j-forms .select {
  position: relative;
}

/* Icons
=============================== */

.j-forms .icon-left,
.j-forms .icon-right {
  color: rgba(0, 0, 0, .54);
  font-size: 17px;
  height: 35px;
  line-height: 34px !important;
  opacity: .6;
  position: absolute;
  text-align: center;
  top: 5px;
  width: 42px;
  z-index: 2;
}

.login_input .input label.icon-left img {
  position: relative;
  margin: 5px auto;
  width: 25px;
}

button.primary-btn.delete-icon i.fa.fa-trash-o {
  left: 20px;
  position: absolute;
  top: 12px;
}

.j-forms .icon-left {
  border-right: 2px solid #a6a6a6;
  left: 3px;
}

.j-forms .icon-right {
  border-left: 1px solid rgba(0, 0, 0, .54);
  right: 3px;
}

.loginwrapper {
  float: left;
  display: block;
  width: 100%;
  background: #fff;
  min-height: 400px;
}

.same-cal {
  border: 1px solid #ddd;
  padding: 10px;
  color: #000;
}

.year-div.pos-abs {
  position: absolute;
  right: -15px;
  top: 0;
}

.month-div .form-control span {
  line-height: 32px;
  text-transform: uppercase;
  font-size: 12px;
}

.year-div.pos-abs select.form-control {
  border: none;
  box-shadow: none;
  background: transparent;
  outline: none;
}

.box-heigh {
  min-height: 240px;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.5);
}

.box-heigh>.form-control {
  border-radius: 0px;
}

.certificatons .j-row:nth-child(13) .mar-five .input i {
  top: 12px;
}

.bg-color {
  position: relative;
  background: white;
  top: 50%;
  z-index: 1;
}

.month-div {
  margin: 10px auto;
  position: absolute;
}

.mar-spa {
  margin: 3px 2px;
  padding: 4px 3px;
  width: 100%;
}

.login-bottom {
  display: block;
  width: 100%;
  max-width: 350px;
  position: relative;
  margin: 0px auto;
  float: none;
}

.j-forms .icon-left~input,
.j-forms .icon-left~textarea {
  padding-left: 58px;
}

.j-forms .icon-right~input,
.j-forms .icon-right~textarea {
  padding-right: 58px;
}

/* File for upload
=============================== */

.j-forms .file-button input {
  bottom: -1px;
  font-size: 34px;
  opacity: 0;
  position: absolute;
  width: 108px;
  z-index: 0;
}

.j-forms .prepend-small-btn .file-button input,
.j-forms .prepend-big-btn .file-button input {
  left: 0;
}

.j-forms .append-small-btn .file-button input,
.j-forms .append-big-btn .file-button input {
  right: 0;
}

.j-forms .prepend-small-btn .file-button,
.j-forms .append-small-btn .file-button {
  width: 78px;
}

.j-forms .prepend-big-btn .file-button,
.j-forms .append-big-btn .file-button {
  width: 106px;
}

.j-forms .prepend-small-btn .file-button,
.j-forms .prepend-big-btn .file-button {
  left: 4px;
}

.j-forms .append-small-btn .file-button,
.j-forms .append-big-btn .file-button {
  right: 4px;
}

.j-forms .append-small-btn .file-button,
.j-forms .append-big-btn .file-button,
.j-forms .prepend-small-btn .file-button,
.j-forms .prepend-big-btn .file-button {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.j-forms .prepend-big-btn input[type="text"] {
  padding-left: 123px;
}

.j-forms .append-big-btn input[type="text"] {
  padding-right: 123px;
}

.j-forms .prepend-small-btn input[type="text"] {
  padding-left: 85px;
}

.j-forms .append-small-btn input[type="text"] {
  padding-right: 81px;
}

.j-forms .input input[type="file"] {
  cursor: pointer;
}

.j-forms .prepend-big-btn input[type="date"] {
  padding-left: 123px;
}

.j-forms .append-big-btn input[type="date"] {
  padding-right: 123px;
}

.j-forms .prepend-small-btn input[type="date"] {
  padding-left: 85px;
}

.j-forms .append-small-btn input[type="date"] {
  padding-right: 81px;
}

/* Buttons
=============================== */

.j-forms .certificatons .primary-btn,
.j-forms .certificatons .secondary-btn {
  height: 44px;
}

.j-forms .primary-btn,
.j-forms .secondary-btn {
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  display: block;
  cursor: pointer;
  float: right;
  height: auto;
  margin: 10px 0 10px 20px;
  outline: none;
  padding: 12px 24px;
  white-space: nowrap;
}

.span4.unit.gap-top-30-10 {
  margin: 28px auto 0 auto;
}

.j-forms .primary-btn {
  position: relative;
}

.j-forms .content .primary-btn:hover,
.j-forms .content .secondary-btn:hover {
  background: #a90c0c;
  color: #fff;
}

.checked_item label.checkbox,
.checked_item1 label.checkbox {
  padding: 8px 30px;
}

.checked_item label.checkbox i,
.checked_item1 label.checkbox i {
  left: 0;
}

.j-forms .content .primary-btn,
.j-forms .content .secondary-btn {
  margin: 0px 0px 0px 0px;
}

.j-forms .content .primary-btn.go {
  margin: 20px 0 0;
  height: 43px;
  padding: 0;
  width: 100%;
}

.j-forms .file-button {
  color: #fff;
  display: block;
  font-family: 'Roboto-Regular';
  font-size: 14px;
  height: 36px;
  line-height: 36px;
  outline: none;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 4px;
  z-index: 1;
}

.j-forms .primary-btn,
.j-forms .file-button,
.j-forms .secondary-btn {
  background: #4c4c4c;
  width: 100%;
  font-weight: 500;
  text-transform: capitalize;
  -webkit-transition: background.2s;
  -moz-transition: background.2s;
  -ms-transition: background.2s;
  -o-transition: background.2s;
  transition: background.2s;
  text-transform: uppercase;
}

.j-forms .primary-btn.delete {
  background: #cd020c;
  font-weight: bold;
  text-transform: uppercase;
  -webkit-transition: background.2s;
  -moz-transition: background.2s;
  -ms-transition: background.2s;
  -o-transition: background.2s;
  transition: background.2s;
}

.modal-content.j-forms {
  float: left;
}

.mar_ten {
  margin: 10px auto !important;
}

.label.dis_inline {
  display: inline-block;
  float: none;
  margin: 10px auto;
}

.mar_40_gap {
  margin: 40px auto 0 auto !important;
}

div#myModal.modal {
  position: absolute;
  overflow: visible;
  left: 260px;
  top: 16px;
}

.modal-content.j-forms .modal-body {
  float: left;
  width: 100%;
}

.j-forms .primary-btn.clock {
  background: #4c4c4c;
  width: 100%;
  font-weight: bold;
  text-transform: none;
  -webkit-transition: background.2s;
  -moz-transition: background.2s;
  -ms-transition: background.2s;
  -o-transition: background.2s;
  transition: background.2s;
  height: auto;
  padding: 5px 0px;
  margin: 3px 0px;
  font-size: 13px;
}

.j-forms .primary-btn:hover,
.j-forms .file-button:hover,
.j-forms .secondary-btn:hover {
  background: #a90c0c;
  color: #fff;
}

.j-forms .primary-btn:hover.processing {
  background: #303f9f;
  cursor: wait;
}

.j-forms .file-button:hover+input {
  border: 2px solid rgba(48, 63, 159, .6);
}

.j-forms .secondary-btn,
.j-forms .secondary-btn:hover,
.j-forms .secondary-btn:active {
  opacity: .5;
  font-family: 'Roboto-Regular';
}

.j-forms .primary-btn.processing:before {
  background: rgba(255, 255, 255, .4);
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-animation: processing 3s ease-in-out infinite;
  -moz-animation: processing 3s ease-in-out infinite;
  ;
  -ms-animation: processing 3s ease-in-out infinite;
  -o-animation: processing 3s ease-in-out infinite;
  animation: processing 3s ease-in-out infinite;
}

@-webkit-keyframes processing {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes processing {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes processing {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@-o-keyframes processing {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes processing {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

/* Status message
=============================== */

.j-forms .error-message,
.j-forms .success-message,
.j-forms .info-message,
.j-forms .warning-message {
  border: 2px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  display: block;
  font: 16px/24px 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 15px;
}

.j-forms .error-message i,
.j-forms .success-message i,
.j-forms .info-message i,
.j-forms .warning-message i {
  font-size: 18px;
  float: left;
  height: 24px;
  line-height: 24px;
  padding-right: 10px;
}

.j-forms .error-message ul,
.j-forms .success-message ul,
.j-forms .info-message ul,
.j-forms .warning-message ul {
  margin: 0;
}

.j-forms span.error-view,
.j-forms span.success-view,
.j-forms span.warning-view,
.j-forms span.info-view {
  display: block;
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  margin-top: 5px;
  padding: 0 2px;
}

.j-forms span.hint {
  display: block;
  font-size: 13px;
  color: inherit;
  height: 13px;
  line-height: 13px;
  margin-top: 5px;
  padding: 0 2px;
}

/* Disabled state
=============================== */

.j-forms .widget.disabled-view,
.j-forms .input.disabled-view,
.j-forms .select.disabled-view,
.j-forms .checkbox.disabled-view,
.j-forms .radio.disabled-view,
.j-forms .checkbox-toggle.disabled-view,
.j-forms .radio-toggle.disabled-view,
.j-forms .primary-btn.disabled-view,
.j-forms .secondary-btn.disabled-view,
.j-forms .file-button.disabled-view {
  cursor: default;
  opacity: .5;
}

.j-forms .input.disabled-view input[type="file"] {
  cursor: default;
}

.j-forms .widget.disabled-view input,
.j-forms .input.disabled-view input,
.j-forms .input.disabled-view textarea,
.j-forms .select.disabled-view select {
  border-color: rgba(0, 0, 0, .12) !important;
}

.j-forms .checkbox.disabled-view i,
.j-forms .radio.disabled-view i,
.j-forms .checkbox-toggle.disabled-view i,
.j-forms .radio-toggle.disabled-view i {
  border-color: rgba(0, 0, 0, .26) !important;
}

.j-forms .primary-btn.disabled-view,
.j-forms .secondary-btn.disabled-view,
.j-forms .disabled-view .file-button {
  background: #303f9f;
}

.j-forms .widget.disabled-view .addon-btn:hover,
.j-forms .widget.disabled-view .addon-btn:focus {
  background: #e0e0e0;
  cursor: default;
  color: rgba(0, 0, 0, .56);
}

.j-forms .widget.disabled-view .addon-btn i {
  color: rgba(0, 0, 0, .24) !important;
}

/* Error state
=============================== */

.j-forms .error-view .checkbox i,
.j-forms .error-view .radio i,
.j-forms .error-view .checkbox-toggle i,
.j-forms .error-view .radio-toggle i,
.j-forms .error-view input,
.j-forms .error-view select,
.j-forms .error-view textarea {
  background: #ffebee !important;
}

.j-forms .select.error-view i {
  background-color: #ffebee;
  -webkit-box-shadow: 0 0 0 12px #ffebee;
  -moz-box-shadow: 0 0 0 12px #ffebee;
  -o-box-shadow: 0 0 0 12px #ffebee;
  box-shadow: 0 0 0 12px #ffebee;
}

.j-forms .error-view .icon-left,
.j-forms .error-view .icon-right {
  border-color: #e57373;
}

.j-forms .error-view .icon-left,
.j-forms .error-view .icon-right,
.j-forms span.error-view,
.j-forms .error-message i {
  color: #b71c1c;
}

.j-forms .error-message {
  background: #ffebee;
  border-color: #b71c1c;
  color: #b71c1c;
}

/* Success state
=============================== */

.j-forms .success-view .checkbox i,
.j-forms .success-view .radio i,
.j-forms .success-view .checkbox-toggle i,
.j-forms .success-view .radio-toggle i,
.j-forms .success-view input,
.j-forms .success-view select,
.j-forms .success-view textarea {
  background: #e8f5e9 !important;
}

.j-forms .select.success-view i {
  background-color: #e8f5e9;
  -webkit-box-shadow: 0 0 0 12px #e8f5e9;
  -moz-box-shadow: 0 0 0 12px #e8f5e9;
  -o-box-shadow: 0 0 0 12px #e8f5e9;
  box-shadow: 0 0 0 12px #e8f5e9;
}

.j-forms .success-view .icon-left,
.j-forms .success-view .icon-right {
  border-color: #81c784;
}

.j-forms .success-view .icon-left,
.j-forms .success-view .icon-right,
.j-forms span.success-view,
.j-forms .success-message i {
  color: #1b5e20;
}

.j-forms .success-message {
  background: #e8f5e9;
  border-color: #1b5e20;
  color: #1b5e20;
}

/* Warning state
=============================== */

.j-forms .warning-view .checkbox i,
.j-forms .warning-view .radio i,
.j-forms .warning-view .checkbox-toggle i,
.j-forms .warning-view .radio-toggle i,
.j-forms .warning-view input,
.j-forms .warning-view select,
.j-forms .warning-view textarea {
  background: #fff8e1 !important;
}

.j-forms .select.warning-view i {
  background-color: #fff8e1;
  -webkit-box-shadow: 0 0 0 12px #fff8e1;
  -moz-box-shadow: 0 0 0 12px #fff8e1;
  -o-box-shadow: 0 0 0 12px #fff8e1;
  box-shadow: 0 0 0 12px #fff8e1;
}

.j-forms .warning-view .icon-left,
.j-forms .warning-view .icon-right {
  border-color: #f9a825;
}

.j-forms .warning-view .icon-left,
.j-forms .warning-view .icon-right,
.j-forms span.warning-view,
.j-forms .warning-message i {
  color: #f57f17;
}

.j-forms .warning-message {
  background: #fff8e1;
  border-color: #f57f17;
  color: #f57f17;
}

/* Info state
=============================== */

.j-forms .info-view .checkbox i,
.j-forms .info-view .radio i,
.j-forms .info-view .checkbox-toggle i,
.j-forms .info-view .radio-toggle i,
.j-forms .info-view input,
.j-forms .info-view select,
.j-forms .info-view textarea {
  background: #e1f5fe !important;
}

.j-forms .select.info-view i {
  background-color: #e1f5fe;
  -webkit-box-shadow: 0 0 0 12px #e1f5fe;
  -moz-box-shadow: 0 0 0 12px #e1f5fe;
  -o-box-shadow: 0 0 0 12px #e1f5fe;
  box-shadow: 0 0 0 12px #e1f5fe;
}

.j-forms .info-view .icon-left,
.j-forms .info-view .icon-right {
  border-color: #0288d1;
}

.j-forms .info-view .icon-left,
.j-forms .info-view .icon-right,
.j-forms span.info-view,
.j-forms .info-message i {
  color: #01579b;
}

.j-forms .info-message {
  background: #e1f5fe;
  border-color: #01579b;
  color: #01579b;
}

/* Ratings
==================================== */

.j-forms .rating-group {
  color: rgba(0, 0, 0, .87);
  height: 30px;
  line-height: 30px;
  margin-bottom: 4px;
}

.j-forms .rating-group:last-child {
  margin-bottom: 0;
}

.j-forms .rating-group .label {
  float: left;
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  margin-bottom: 0;
}

.j-forms .rating-group .ratings {
  float: right;
  height: 30px;
  line-height: 30px;
}

.j-forms .ratings input {
  left: -9999px;
  position: absolute;
}

.j-forms .ratings input+label {
  color: rgba(0, 0, 0, .26);
  cursor: pointer;
  font-size: 20px;
  float: right;
  padding: 0 2px;
  -webkit-transition: color.2s;
  -moz-transition: color.2s;
  -ms-transition: color.2s;
  -o-transition: color.2s;
  transition: color.2s;
}

.j-forms .ratings input+label:hover,
.j-forms .ratings input+label:hover~label,
.j-forms .ratings input:checked+label,
.j-forms .ratings input:checked+label~label {
  color: #303f9f;
}

/* Social links
==================================== */

.j-forms .social-btn,
.j-forms .social-icon {
  margin-bottom: 6px;
  position: relative;
}

.j-forms .social-icon {
  display: inline-block;
  margin-left: 2px;
  margin-right: 2px;
}

.j-forms .social-center {
  text-align: center;
}

.j-forms .social-btn i,
.j-forms .social-icon i {
  background-color: rgba(0, 0, 0, .15);
  color: #fff;
  cursor: pointer;
  font-size: 22px;
  left: 0;
  line-height: 48px;
  position: absolute;
  text-align: center;
  width: 48px;
  z-index: 2;
}

.j-forms .social-btn i {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

.j-forms .social-icon i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.j-forms .social-btn button,
.j-forms .social-icon button {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  border: none;
  color: #fff;
  cursor: pointer;
  font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
  padding: 0 0 0 48px;
  outline: none;
  overflow: hidden;
  height: 48px;
  white-space: nowrap;
  -webkit-transition: background.2s;
  -moz-transition: background.2s;
  -ms-transition: background.2s;
  -o-transition: background.2s;
  transition: background.2s;
}

.j-forms .social-btn button {
  width: 100%;
}

.j-forms .social-icon button {
  width: 48px;
}

.j-forms .social-btn.vk button,
.j-forms .social-icon.vk button {
  background: rgb(47, 80, 112);
}

.j-forms .social-btn.vk:hover button,
.j-forms .social.vk:hover button {
  background: rgba(47, 80, 112, .85);
}

.j-forms .social-btn.skype button,
.j-forms .social-icon.skype button {
  background: rgb(19, 176, 237);
}

.j-forms .social-btn.skype:hover button,
.j-forms .social-icon.skype:hover button {
  background: rgba(19, 176, 237, .85);
}

.j-forms .social-btn.yahoo button,
.j-forms .social-icon.yahoo button {
  background: rgb(112, 14, 156);
}

.j-forms .social-btn.yahoo:hover button,
.j-forms .social-icon.yahoo:hover button {
  background: rgba(112, 14, 156, .85);
}

.j-forms .social-btn.flickr button,
.j-forms .social-icon.flickr button {
  background: rgb(254, 59, 147);
}

.j-forms .social-btn.flickr:hover button,
.j-forms .social-icon.flickr:hover button {
  background: rgba(254, 59, 147, .85);
}

.j-forms .social-btn.tumblr button,
.j-forms .social-icon.tumblr button {
  background: rgb(56, 72, 83);
}

.j-forms .social-btn.tumblr:hover button,
.j-forms .social-icon.tumblr:hover button {
  background: rgba(56, 72, 83, .85);
}

.j-forms .social-btn.google button,
.j-forms .social-icon.google button {
  background: rgb(8, 104, 185);
}

.j-forms .social-btn.google:hover button,
.j-forms .social-icon.google:hover button {
  background: rgba(8, 104, 185, .85);
}

.j-forms .social-btn.twitter button,
.j-forms .social-icon.twitter button {
  background: rgb(44, 168, 210);
}

.j-forms .social-btn.twitter:hover button,
.j-forms .social-icon.twitter:hover button {
  background: rgba(44, 168, 210, .85);
}

.j-forms .social-btn.youtube button,
.j-forms .social-icon.youtube button {
  background: rgb(206, 51, 44);
}

.j-forms .social-btn.youtube:hover button,
.j-forms .social-icon.youtube:hover button {
  background: rgba(206, 51, 44, .85);
}

.j-forms .social-btn.facebook button,
.j-forms .social-icon.facebook button {
  background: rgb(48, 88, 145);
}

.j-forms .social-btn.facebook:hover button,
.j-forms .social-icon.facebook:hover button {
  background: rgba(48, 88, 145, .85);
}

.j-forms .social-btn.linkedin button,
.j-forms .social-icon.linkedin button {
  background: rgb(68, 152, 200);
}

.j-forms .social-btn.linkedin:hover button,
.j-forms .social-icon.linkedin:hover button {
  background: rgba(68, 152, 200, .85);
}

.j-forms .social-btn.pinterest button,
.j-forms .social-icon.pinterest button {
  background: rgb(200, 40, 40);
}

.j-forms .social-btn.pinterest:hover button,
.j-forms .social-icon.pinterest:hover button {
  background: rgba(200, 40, 40, .85);
}

.j-forms .social-btn.google-plus button,
.j-forms .social-icon.google-plus button {
  background: rgb(206, 77, 57);
}

.j-forms .social-btn.google-plus:hover button,
.j-forms .social-icon.google-plus:hover button {
  background: rgba(206, 77, 57, .85);
}

/* Captcha
=============================== */

.j-forms .captcha-group {
  position: relative;
}

.j-forms .captcha-group .captcha {
  background-color: #e0e0e0;
  border: none;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  height: 48px;
  line-height: 48px;
  position: absolute;
  outline: none;
  text-align: center;
  top: 0;
  width: 90px;
}

.j-forms .captcha-group .input {
  padding-left: 90px;
}

.j-forms .captcha-group .input input {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  -o-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* Pop-up form
=============================== */

/* Popup menu forms */

.popup-menu {
  padding: 0 15px;
}

.popup-list {
  background-color: #f9fafd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  max-width: 100%;
  position: relative;
}

.popup-list:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.popup-list>ul {
  font-size: 0;
  float: right;
  outline: none;
  padding: 5px;
}

.date-aligned .input-group-btn {
  position: absolute;
  right: 50px;
  top: 0;
}

.date-aligned2 .input-group-btn {
  position: absolute;
  right: 32px;
  top: 0;
}

.popup-list>ul>li {
  border-left: 1px solid rgba(0, 0, 0, .12);
  display: inline-block;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  line-height: 45px;
  padding: 0 20px;
  list-style-type: none;
}

.popup-list>ul>li:hover {
  background-color: #e8eaf6;
}

.popup-list a {
  color: rgba(0, 0, 0, .87);
  text-decoration: none;
}

.popup-list-open {
  position: relative;
}

.popup-list-open .popup-list-wrapper {
  display: none;
  opacity: 0;
  position: absolute;
  left: -9999px;
  width: 400px;
}

.popup-list-open .j-forms {
  margin: 10px auto 0;
  z-index: 999;
}

.popup-list-open .j-forms .input textarea:focus {
  height: 112px;
}

.popup-list-open:hover .popup-list-wrapper {
  display: block;
  left: auto;
  right: 0;
  opacity: 1;
  -webkit-animation: popup-list-open.4s both;
  -moz-animation: popup-list-open.4s both;
  -ms-animation: popup-list-open.4s both;
  -o-animation: popup-list-open.4s both;
  animation: popup-list-open.4s both;
}

@-webkit-keyframes popup-list-open {
  from {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  to {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-moz-keyframes popup-list-open {
  from {
    -moz-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  to {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-ms-keyframes popup-list-open {
  from {
    -ms-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  to {
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@-o-keyframes popup-list-open {
  from {
    -o-transform: translate(0, -10px);
    transform: translate(0, -10px);
  }

  to {
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

@keyframes popup-list-open {
  from {
    transform: translate(0, -10px);
  }

  to {
    transform: translate(0, 0);
  }
}

/* Popup bottom form */

.popup-btm-400,
.popup-btm-640 {
  bottom: 0;
  position: fixed;
  -webkit-transition: width.3s;
  -moz-transition: width.3s;
  -ms-transition: width.3s;
  -o-transition: width.3s;
  transition: width.3s;
  right: 1%;
  z-index: 1000;
}

.popup-btm-400 {
  width: 400px;
}

.popup-btm-640 {
  width: 640px;
}

.popup-btm-400 #popup-input-open,
.popup-btm-400 #popup-input-close,
.popup-btm-640 #popup-input-open,
.popup-btm-640 #popup-input-close {
  display: none;
}

.popup-btm-400 .popup-btm-wrapper,
.popup-btm-640 .popup-btm-wrapper {
  bottom: -500px;
  height: auto;
  position: absolute;
  right: 0;
  -webkit-transition: all.4s ease-in-out;
  -moz-transition: all.4s ease-in-out;
  -ms-transition: all.4s ease-in-out;
  -o-transition: all.4s ease-in-out;
  transition: all.4s ease-in-out;
  width: 100%;
  z-index: 1000;
}

.popup-btm-400 input#popup-input-open:checked~.popup-btm-label,
.popup-btm-640 input#popup-input-open:checked~.popup-btm-label {
  opacity: 0;
  cursor: default;
}

.popup-btm-400 input#popup-input-close:checked~.popup-btm-wrapper,
.popup-btm-640 input#popup-input-close:checked~.popup-btm-wrapper,
.popup-btm-400 .popup-btm-wrapper,
.popup-btm-640 .popup-btm-wrapper {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}

.popup-btm-400 input#popup-input-open:checked~.popup-btm-wrapper,
.popup-btm-640 input#popup-input-open:checked~.popup-btm-wrapper {
  bottom: 5px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.popup-btm-400 .j-forms .input textarea:focus,
.popup-btm-640 .j-forms .input textarea:focus {
  height: 112px;
}

.popup-btm-400 .popup-btm-label,
.popup-btm-640 .popup-btm-label {
  background-color: #f9fafd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  box-shadow: 0 0 15px rgba(0, 0, 0, .4);
  bottom: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, .87);
  display: block;
  font: 16px 'Open Sans', Helvetica, Arial, sans-serif;
  height: 35px;
  text-align: center;
  opacity: 1;
  line-height: 35px;
  padding: 0 30px;
  position: fixed;
  right: 1%;
  -webkit-transition: opacity.4s ease-in-out.05s;
  -moz-transition: opacity.4s ease-in-out.05s;
  -ms-transition: opacity.4s ease-in-out.05s;
  -o-transition: opacity.4s ease-in-out.05s;
  transition: opacity.4s ease-in-out.05s;
  white-space: nowrap;
  z-index: 9999;
}

.popup-btm-400 .popup-btm-close,
.popup-btm-640 .popup-btm-close {
  background-color: rgba(0, 0, 0, .6);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: -25px;
  -webkit-transition: background-color.15s;
  -moz-transition: background-color.15s;
  -ms-transition: background-color.15s;
  -o-transition: background-color.15s;
  transition: background-color.15s;
}

.popup-btm-400 .popup-btm-close:hover,
.popup-btm-400 .popup-btm-close:focus,
.popup-btm-640 .popup-btm-close:hover,
.popup-btm-640 .popup-btm-close:focus {
  background-color: rgba(0, 0, 0, .8);
}

.popup-btm-400 .popup-btm-close i,
.popup-btm-640 .popup-btm-close i {
  display: block;
  height: 22px;
  width: 23px;
}

.popup-btm-400 .popup-btm-close i:before,
.popup-btm-400 .popup-btm-close i:after,
.popup-btm-640 .popup-btm-close i:before,
.popup-btm-640 .popup-btm-close i:after {
  background-color: #fff;
  content: '';
  height: 3px;
  position: absolute;
  right: 1px;
  top: 10px;
  width: 21px;
}

.popup-btm-400 .popup-btm-close i:before,
.popup-btm-640 .popup-btm-close i:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-btm-400 .popup-btm-close i:after,
.popup-btm-640 .popup-btm-close i:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*=================================================================*/

/* Grid layout */

/*=================================================================*/

.j-forms [class*="span"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.j-forms .span1 {
  width: 8.3333%;
}

.j-forms .span2 {
  width: 16.6666%;
}

.j-forms .span3 {
  width: 25%;
}

.j-forms .span4 {
  width: 33.3333%;
}

.j-forms .span5 {
  width: 41.6666%;
}

.j-forms .span6 {
  width: 50%;
}

.j-forms .span7 {
  width: 58.3333%;
}

.j-forms .span8 {
  width: 66.6666%;
}

.j-forms .span9 {
  width: 75%;
}

.j-forms .span10 {
  width: 83.3333%;
}

.j-forms .span11 {
  width: 91.6666%;
}

.j-forms .span12 {
  width: 100%;
}

.j-forms .offset1 {
  margin-left: 8.3333%;
}

.j-forms .offset2 {
  margin-left: 16.6666%;
}

.j-forms .offset3 {
  margin-left: 25%;
}

.j-forms .offset4 {
  margin-left: 33.3333%;
}

.j-forms .offset5 {
  margin-left: 41.6666%;
}

.j-forms .offset6 {
  margin-left: 50%;
}

.j-forms .offset7 {
  margin-left: 58.3333%;
}

.j-forms .offset8 {
  margin-left: 66.6666%;
}

.j-forms .offset9 {
  margin-left: 75%;
}

.j-forms .offset10 {
  margin-left: 83.3333%;
}

.j-forms .offset11 {
  margin-left: 91.6666%;
}

.j-forms .offset12 {
  margin-left: 100%;
}

.j-forms .j-row {
  margin: 0px auto;
}

.j-forms .j-row:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/* Responsiveness
==================================== */

/* Wrapper-640 */

@media all and (max-width:620px) {
  .wrapper-640 .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
  }

  .wrapper-640 .j-forms [class*="offset"] {
    margin-left: 0;
  }

  .wrapper-640 .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    text-align: left;
    padding-bottom: 3px;
  }

  .wrapper-640 .j-forms .radio:last-child,
  .wrapper-640 .j-forms .checkbox:last-child,
  .wrapper-640 .j-forms .radio-toggle:last-child,
  .wrapper-640 .j-forms .checkbox-toggle:last-child {
    margin-bottom: 4px;
  }

  /* Popup menu forms*/
  .popup-list-open>.popup-list-wrapper {
    width: 100%;
  }

  .popup-list-open {
    position: static;
  }
}

/* Wrapper-400 */

@media all and (max-width:380px) {
  .wrapper-400 .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
  }

  .wrapper-400 [class*="offset"] {
    margin-left: 0;
  }

  .wrapper-400 .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    text-align: left;
    padding-bottom: 3px;
  }

  .wrapper-400 .j-forms .radio:last-child,
  .wrapper-400 .j-forms .checkbox:last-child,
  .wrapper-400 .j-forms .radio-toggle:last-child,
  .wrapper-400 .j-forms .checkbox-toggle:last-child {
    margin-bottom: 4px;
  }

  /* Responsiveness inside popup menu forms */
  .popup-list-wrapper .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
  }

  .popup-list-wrapper .j-forms [class*="offset"] {
    margin-left: 0;
  }

  .popup-list-wrapper .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    text-align: left;
    padding-bottom: 3px;
  }
}

/* Popup bottom form 400 px*/

@media all and (max-width:410px) {
  .popup-btm-400 {
    width: 320px;
  }

  .popup-btm-400 .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
  }

  .popup-btm-400 .j-forms [class*="offset"] {
    margin-left: 0;
  }

  .popup-btm-400 .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    text-align: left;
    padding-bottom: 3px;
  }
}

/* Popup bottom form 640 px*/

@media all and (max-width:650px) {
  .popup-btm-640 {
    width: 320px;
  }

  .popup-btm-640 .j-forms [class*="span"] {
    margin-right: 0;
    width: 100%;
  }

  .popup-btm-640 .j-forms [class*="offset"] {
    margin-left: 0;
  }

  .popup-btm-640 .j-forms .label-center {
    height: 14px;
    line-height: 14px;
    text-align: left;
    padding-bottom: 3px;
  }
}

/* Bootstrap compatibility
=============================== */

.j-forms .radio,
.j-forms .checkbox,
.j-forms .radio-toggle,
.j-forms .checkbox-toggle {
  margin-top: 0;
}

.j-forms .label {
  padding: 0;
  text-transform: uppercase;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  font-family: 'Roboto-Regular';
}

.j-forms .radio,
.j-forms .checkbox,
.j-forms .radio-toggle,
.j-forms .checkbox-toggle,
.j-forms .radio *,
.j-forms .checkbox *,
.j-forms .radio-toggle *,
.j-forms .checkbox-toggle *,
.j-forms .radio i:after,
.j-forms .checkbox i:after,
.j-forms .radio-toggle i:after,
.j-forms .checkbox-toggle i:after,
.j-forms .radio i:before,
.j-forms .checkbox i:before,
.j-forms .radio-toggle i:before,
.j-forms .checkbox-toggle i:before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* =============================== */

/* Just Forms */

/* version 1.0 */

/* end */

/* =============================== */

/* =============================== */

/* start */

/* Just Forms */

/* version 1.1*/

/* =============================== */

/* Tabs
=============================== */

.j-tabs-section,
.j-tabs-container input[type="radio"] {
  display: none;
}

#tab1:checked~#tabs-section-1,
#tab2:checked~#tabs-section-2,
#tab3:checked~#tabs-section-3 {
  display: block;
}

.j-tabs-container {
  padding: 0;
  margin: 0;
}

.j-tabs-container .j-tabs-label {
  -webkit-border-radius: 2px 2px 0 0;
  z-index: 10;
  -moz-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  text-align: center;
  display: inline-block;
  font-weight: bold;
  position: relative;
  margin: 0 -3px -6px;
  color: #fff;
  font-size: 15px;
  text-transform: capitalize;
  padding: 10px 8px 8px;
  width: 14.7%;
  opacity: .95;
  position: relative;
  -webkit-transition: border-top.2s;
  -moz-transition: border-top.2s;
  -ms-transition: border-top.2s;
  -o-transition: border-top.2s;
  transition: border-top.2s;
}

.j-tabs-container {
  margin: 0px 0px 6px 4px;
  padding: 0;
}

.j-tabs-container .j-tabs-label::after {
  background: #4c4c4c;
}

.j-tabs-container :hover.j-tabs-label::after {
  background: #a90c0c;
}

.j-tabs-container .active.j-tabs-label::after {
  background: #a90c0c;
}

.j-tabs-container .j-tabs-label:last-child {
  width: 11.5%;
}

.j-tabs-label.adn-130 {
  width: 6.8%;
  max-width: 100%;
}

.j-tabs-label a {
  font-size: 13.5px;
}

.j-tabs-container .j-tabs-label a:hover {
  text-decoration: underline;
}

.j-tabs-container .j-tabs-label::after {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  bottom: 0;
  /* border-top: 2px solid rgba(0, 0, 0, .34); */
  content: "";
  height: 120%;
  left: 0;
  position: absolute;
  right: 0;
  transform: perspective(5px) rotateX(1deg);
  transform-origin: center bottom 0;
  transition: all 0.2s ease 0s;
  width: 100%;
  z-index: -1;
}

.j-tabs-container .j-tabs-label i,
.j-tabs-container .j-tabs-label span {
  padding: 1px;
}

.j-tabs-container .j-tabs-label i {
  font-size: 16px;
}

.j-tabs-container .j-tabs-label i,
.j-tabs-container .j-tabs-label span,
.j-tabs-container input[type="radio"]:checked+.j-tabs-label i {
  color: #fff;
}

.j-tabs-container .j-tabs-label:hover {
  cursor: pointer;
}

.j-tabs-container input[type="radio"]:checked+.j-tabs-label {
  border-top: 2px solid rgba(0, 0, 0, .87);
  opacity: 1;
}

.j-tabs-container input[type="radio"]:checked+.j-tabs-label span {
  color: rgba(0, 0, 0, .87);
}

@media all and (max-width: 430px) {
  .j-tabs-container .j-tabs-label {
    font-size: 0;
  }

  .j-tabs-container .j-tabs-label i {
    font-size: 16px;
    height: 18px;
  }

  .j-tabs-container input[type="radio"]:checked+.j-tabs-label i {
    color: rgba(0, 0, 0, .87);
  }
}

/* Image checkbox & Image radio
=============================== */

.j-forms .radio-block,
.j-forms .checkbox-block {
  color: rgba(0, 0, 0, .87);
  cursor: pointer;
  font-size: 15px;
  margin-bottom: 8px;
  position: relative;
}

.j-forms .radio-block:last-child,
.j-forms .checkbox-block:last-child {
  margin-bottom: 0;
}

.j-forms .radio-block input,
.j-forms .checkbox-block input {
  position: absolute;
  left: -9999px;
}

.j-forms .radio-block i,
.j-forms .checkbox-block i {
  display: block;
  height: 18px;
  outline: none;
  position: absolute;
  top: 5px;
  left: 5px;
  width: 18px;
  z-index: 10;
}

.j-forms .checkbox-block i {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.j-forms .checkbox-block i:after {
  border-width: 0 0 3px 3px;
  border-bottom: solid rgb(48, 63, 159);
  border-left: solid rgb(48, 63, 159);
  content: "";
  height: 5px;
  top: 3px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  opacity: 0;
  position: absolute;
  width: 10px;
}

.j-forms .radio-block i,
.j-forms .radio-block i:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.j-forms .radio-block i:after {
  background-color: rgba(48, 63, 159, .9);
  content: "";
  height: 8px;
  top: 5px;
  left: 5px;
  opacity: 0;
  position: absolute;
  width: 8px;
}

.j-forms .radio-block input:checked+i,
.j-forms .checkbox-block input:checked+i {
  color: rgba(48, 63, 159, .9);
  border: 2px solid rgba(48, 63, 159, .9);
}

.j-forms .radio-block input:checked+i:after,
.j-forms .checkbox-block input:checked+i:after {
  opacity: 1;
}

.j-forms .checkbox-block span,
.j-forms .radio-block span {
  display: block;
}

.j-forms .checkbox-block .block-image,
.j-forms .radio-block .block-image {
  position: relative;
  border: 0;
}

.j-forms .checkbox-block .block-content img,
.j-forms .radio-block .block-content img {
  height: auto;
  display: block;
  width: 100%;
}

.j-forms .checkbox-block .block-content:hover,
.j-forms .radio-block .block-content:hover,
.j-forms .checkbox-block input:checked~.block-content,
.j-forms .radio-block input:checked~.block-content {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.j-forms .checkbox-block .block-content:hover,
.j-forms .radio-block .block-content:hover {
  background: rgba(232, 234, 246, .5);
}

.j-forms .checkbox-block input:checked~.block-content,
.j-forms .radio-block input:checked~.block-content {
  background: #e8eaf6;
}

.j-forms .checkbox-block .block-text-title,
.j-forms .radio-block .block-text-title {
  color: rgba(0, 0, 0, .87);
  font-size: 17px;
  margin: 5px 0;
}

.j-forms .checkbox-block .block-text-desc,
.j-forms .radio-block .block-text-desc {
  color: rgba(0, 0, 0, .54);
  font-size: 13px;
  padding-right: 5px;
  line-height: 1.2;
  margin: 5px 0 10px;
  word-spacing: 3px;
}

div#myModal.modal {
  position: absolute;
  overflow: visible;
  left: 260px;
  top: 16px;
}

div#myModal.modal .modal-dialog {
  width: 100%;
}

.modal-content.j-forms .modal-body {
  float: left;
  width: 100%;
}

.mar-twofive {
  margin: 25px auto;
}

.j-forms .checkbox-block .block-image-title,
.j-forms .radio-block .block-image-title,
.j-forms .checkbox-block .block-content,
.j-forms .radio-block .block-content {
  -webkit-transition: background .2s;
  -moz-transition: background .2s;
  -ms-transition: background .2s;
  -o-transition: background .2s;
  transition: background .2s;
}

.j-forms .checkbox-block .block-image-title,
.j-forms .radio-block .block-image-title {
  background: rgba(0, 0, 0, .34);
  bottom: 0;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 20;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.j-forms .checkbox-block .block-content:hover .block-image-title,
.j-forms .radio-block .block-content:hover .block-image-title {
  background: rgba(0, 0, 0, .57);
}

.j-forms .checkbox-block input:checked~.block-content .block-image-title,
.j-forms .radio-block input:checked~.block-content .block-image-title {
  background: rgba(0, 0, 0, .77);
}

small {
  color: #d00;
}

.align_postion {
  position: absolute;
  top: -96px;
}

.j-row .title {
  padding-left: 20px
}

.expiration-report .table .table {
  margin: 0;
  border: none;
}

.expiration-report .table .table td {
  padding: 0;
  padding-left: 6px
}

.expiration-report .table .table td:first-child {
  width: 50%;
  text-align: left;
}

/*.expiration-report .table  .table td .table{}*/

.expiration-report .table th:last-child {
  width: 25%;
}

.expiration-report .table.table-bordered td {
  padding: 0;
  border-bottom: none;
  border-left: none;
  text-align: center
}

.expiration-report .table.table-bordered td:last-child {
  border-right: none;
}

.expiration-report .table td .table {
  border: none
}

.expiration-report .table th b {
  font-size: 16px;
}

/*.expiration-report .table td .table b{ }*/

.date-red {
  color: #ff0026 !important;
}

.date-red b,
.date-blue b {
  font-weight: normal;
}

.j-forms button[disabled],
html input[disabled],
html input[type="file"],
select[disabled],
textarea[disabled],
input[type="checkbox"][disabled] {
  cursor: not-allowed;
  background: #ddd !important;
  color: #666 !important;
}

.tracking-report .table th {
  background: #01579b;
  color: #fff !important;
  border: 1px solid #9fb3d0;
}

.tracking-report .table:first-child {
  margin-bottom: 0
}

.tracking-report .table {
  margin-bottom: 15px;
}

.tracking-report .company {
  background: #bdbdbd none repeat scroll 0 0;
}

.tracking-report .award_amount {
  background: #eee;
}

.tracking-report .total_project {
  margin-top: 15px;
  margin-bottom: 35px;
  background: #bdbdbd
}

.tracking-report table th:first-child,
.tracking-report table td:first-child {
  text-align: left
}

.tracking-report table th:nth-child(2),
.tracking-report table td:nth-child(2) {
  text-align: left
}

/*.tracking-report table td:nth-child(4),.tracking-report table td:nth-child(6){ }*/

.track-error {
  display: block;
  padding: -1px 0 15px;
  text-align: center;
  color: #ff0026;
  font-weight: bold;
}

.label.top.left-12 {
  margin-left: 12px;
  white-space: pre-wrap;
  padding: 0px;
  text-align: center;
  line-height: 20px;
}

.checkbox.checkbox-inline {
  margin-top: 0;
}

.checkbox {
  padding-left: 20px;
}

.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 25px;
}

.checkbox.alights input[type="checkbox"] {
  opacity: 0;
}

.checkbox.alights label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.same_min_height form.form-horizontal .checkbox_item,
.same_min_height #dv2 .checkbox_item {
  margin: 10px auto;
  padding-left: 12px;
  padding-left: 12px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
  width: 33.3333%;
  float: left;
}

.checkbox.alights input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

/* .checkbox label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 17px;
  height: 17px;
  left: 0;
  margin-left: -20px;
  border: 1px solid #cccccc;
  border-radius: 50px;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
} */

.checkbox-primary input[type="radio"]:checked+label::after {
  color: #fff;
}

.checkbox input[type="checkbox"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox label::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: -20px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

.checkbox input[type="radio"]:checked+label::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.checkbox-primary input[type="radio"]:checked+label::before {
  background-color: #428bca;
  border-color: #428bca;
}

.pad_left {
  padding-left: 35px;
}

select.inline-select {
  float: left;
  display: inline-block;
  width: auto;
  height: auto;
}

.space-match {
  margin: 40px auto;
}

.pad_5 {
  padding: 5px !important;
}

.mar_55 {
  margin: 15px auto !important;
}

.pad_again_left span {
  float: left;
  display: inline-block;
  margin: 10px auto;
  padding-right: 15px;
}

.pad_again_left {
  padding-left: 65px;
  margin: 10px auto;
}

h3.text-left.align {
  padding: 0px 15px 10px;
  font-size: 15px;
  font-weight: 600;
}

input.inline-select {
  float: left;
  display: inline-block !important;
  width: auto !important;
}

.ngxmdp .header {
  background: #FAFAFA;
}

.mar-left-10 .toggle.btn.btn-default.off {
  margin-left: 0px;
}

label.label.text-center.mar-15 {
  margin: 15px auto;
}

.mar-30 {
  margin: 30px auto;
}

.mar-t-30 {
  margin-top: 30px;
  margin-bottom: 15px;
}

.bottom-border.align-text-center {
  border-bottom: 1px solid #000;
}

.pad-25-50 {
  padding: 28px 0 28px 271px;
}

.align-text-center label {
  text-align: center !important;
}

.span12.unit.align-text-center {
  margin: 0 auto;
  text-align: center;
}

a.btn.btn_save,
a.btn.btn_reyurn {
  background: #4c4c4c;
  padding: 10px 30px;
  border-radius: 0px;
  border: 0px solid #e51c26;
  margin: 0px auto 10px auto;
  text-transform: capitalize;
}

.mar-20-mid {
  margin: 20px auto !important;
}

.mar-20-mid input#award {
  text-align: center;
}

a.btn.btn_save:hover,
a.btn.btn_reyurn:hover {
  color: #fff;
  background: #a90c0c;
}

.dropdown-menu li a {
  cursor: pointer;
}

.j-forms .table .head th {
  background: #e51c26;
  color: #fff;
  font-size: 16px
}

.j-forms .title {
  background: #eee;
  text-align: left;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 600;
  font-family: 'Roboto-Regular';
}

.j-forms .table.inout.history .title {
  text-align: center;
  line-height: 20px;
  padding: 8px 16px
}

.j-forms .table.inout.history tfoot.foot {
  background: #eee;
  border-top: 4px solid #d9d9d9;
  border-bottom: 4px solid #d9d9d9
}

.j-forms .table.inout.history tfoot.foot td {
  padding: 18px;
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto-Regular';
}

.j-forms .table.inout.history .clock-inout td {
  padding: 14px 10px
}

.j-forms .table .clock-inout td {
  padding: 16px 10px;
  font-size: 14px;
  font-weight: 500
}

.j-forms .table.inout {
  border-top: 1px solid #e07f84;
}

.j-forms .table.inout .head th {
  border: 1px solid #e07f84;
  font-family: 'Roboto-Regular';
}

.j-forms .table.inout.history .head th {
  border: 1px solid #e07f84;
  font-family: 'Roboto-Regular';
  font-size: 18px !important
}

.j-forms .table.inout.history.available .title {
  text-align: left;
  line-height: 20px;
  padding: 8px 16px
}

.j-forms .table.inout.history.available .clock-inout td {
  text-align: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  font-family: 'Roboto-Regular';
}

.j-forms .table.inout.history.available .clock-inout td:first-child {
  text-align: left
}

.j-forms .table.inout.history.available .clock-inout td:nth-child(2) {
  text-align: left
}

.j-forms.login .footer,
.j-forms.register .footer {
  margin: 10px 20px 23px;
  padding: 10px;
}

.sub-heading {
  text-align: center;
  padding: 10px 0 0px 0;
  color: #411616;
  font-weight: bold;
}

.sub-heading h3 {
  margin: 10px auto;
  font-weight: 600;
}

.delete-icon {
  margin: 0 !important;
}

.certificatons .j-row .width_80 {
  width: 12%;
}

.primary-btn.tier {
  padding: 0 10px;
}

.primary-btn.tiers {
  padding: 0 40px;
}

.label.tier {
  padding: 8px 12px;
}

.label.tiery {
  margin-left: 900px;
}

.same_min_height form.form-horizontal .checkbox_item,
.same_min_height #dv2 .checkbox_item {
  margin: 0px auto;
  padding: 4px 8px;
  border-bottom: 1px solid #ddd;
}

.even {
  background: #efefef;
  color: #000;
}

table.table.with-border-alignment thead tr th {
  background: transparent;
  padding: 20px 0px;
  text-align: center;
  color: #fff;
  border-bottom: 2px solid #ac1717;
  text-transform: uppercase;
}

table.table.with-border-alignment thead {
  width: 100%;
}

table.table.with-border-alignment {
  border-left: 2px solid #ac1717;
  min-height: 400px;
  height: 480px;
  border-right: 2px solid #ac1717;
  border-bottom: 2px solid #ac1717;
}

tbody.alignmentp tr td:nth-last-child(1) {
  border: 1px solid rgb(51, 51, 51);
  padding: 15px;
  text-align: left;
}

/* table#task-table thead tr th { border: 2px solid rgb(51, 51, 51);    background: transparent;  font-size: 12px !important; padding: 10px;} */

table#task-table thead tr th {
  border: 1px solid rgb(51, 51, 51);
  background: transparent;
  font-size: 12px !important;
  vertical-align: middle;
}

tbody.alignmentp tr td {
  border: 1px solid rgb(51, 51, 51);
  padding: 15px;
  text-align: left;
}

.panel-success.emp-report-table .panel-body {
  padding: 0;
}

.panel-success.emp-report-table .panel-heading {
  color: #000;
  background-color: rgb(192, 221, 237);
}

.panel-success.emp-report-table .panel-heading h3.panel-title {
  font-size: 26px;
  font-weight: 500;
}

.panel.panel-success.emp-report-table {
  border-color: rgb(51, 51, 51);
  border: 2px solid;
  border-radius: 0px;
  padding: 10px;
  display: inline-block;
}

.text-wrp span.text-left {
  font-size: 14px;
}

.parent-head {
  padding: 0px 15px;
  display: block;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 35px;
}

table#task-table {
  margin: 0 auto;
}

table.table.emp-reprt-type tr td {
  text-align: left;
  color: #000;
  font-weight: 600;
}

table.table.emp-reprt-type {
  margin: 0 auto;
}

.j-row.no_label_pad .radio label {
  padding-left: 20px;
}

input.bor_btm_only {
  border-left: 0px !important;
  border-right: 0px !important;
  border-top: 0px !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  width: auto !important;
  float: left;
  padding-bottom: 0px !important;
  height: 30px !important;
}

.arrow_input_div.slick-arrow {
  text-align: center;
}

.timeline>li .timeline-image a {
  text-align: center;
  position: absolute;
  top: 35%;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 24px;
}

.slider.slick-initialized.slick-slider.slick-vertical {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}

.slick-vertical .slick-slide {
  width: 100% !important;
}

table#task-table tr.no_bor_th th:nth-child(1) {
  border-bottom: 0px !important;
  text-align: left;
  font-size: 18px !important;
}

.arrow_input_div.slick-arrow i.fa {
  cursor: pointer;
  color: #000;
  font-weight: 600;
}

p.full-width-text {
  width: 100%;
  float: left;
  display: inline-block;
  white-space: nowrap;
  line-height: 40px;
  margin: 0 auto;
}

.fianl_footer_panel {
  margin: 0px auto 20px auto;
}

table.table.with-border-alignment tbody tr td:nth-child(1) a {
  text-align: left;
  float: left;
  position: relative;
  color: #803f18;
  left: 15px;
  line-height: 38px;
  text-decoration: underline;
}

ul.last_page_link li a {
  color: #803f18;
  min-height: 70px;
  font-size: 30px;
  text-decoration: underline;
  padding-left: 15px;
  height: 70px;
  float: left;
  width: 100%;
  margin-top: 30px;
  font-weight: 600;
}

ul.last_page_link {
  list-style-type: none;
  padding: 0;
}

table.table.with-border-alignment tbody tr td {
  padding: 16px 0;
  text-align: left;
  left: 0px;
  position: relative;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  border-top: 0px;
  line-height: 38px;
  text-align: center;
}

.mar_report {
  margin: 35px auto;
}

label.inline_text {
  display: inline-block;
  float: left;
  width: auto;
  margin: 15px 10px 15px 0;
}

.from label,
.TO label {
  margin: 10px auto;
  font-size: 13px;
  text-align: center;
}

.report-period {
  float: left;
  display: inline-block !important;
  width: auto !important;
}

.same_min_height form.form-horizontal .checkbox_item:last-child,
.same_min_height #dv2 .checkbox_item:last-child {
  border-bottom: 0px solid #ddd;
}

.no-record {
  padding: 40px;
  margin-bottom: 20px;
  height: 90px;
  text-align: center;
  background-color: #f2f2f2;
  font-size: 20px;
  font-weight: 600;
  border: 1px solid #ddd
}

.p-t-40 {
  padding-top: 40px;
}

.p-t-32 {
  padding-top: 32px;
}

.col-xs-12.no_pad.bor_full_div>div {
  margin: 10px auto;
  position: absolute;
  top: -19px;
  left: 0px;
  background: #f3f3f3;
  z-index: 10;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.viewb {
  margin: 10px auto;
  position: absolute;
  top: -150px;
  left: 550px;
  background: #f3f3f3;
  z-index: 10;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px 0px #ccc;
}

.bod_div {
  border: 1px solid #ddd;
  display: inline-block;
  width: 100%;
  padding: 0 10px;
  height: 40px;
  float: left;
}

.same_min_height .form-group input[type="checkbox"] {
  position: absolute;
  z-index: 1;
  width: auto;
  top: 8px;
  left: 15px;
  opacity: 0;
}

.same_min_height .form-group label {
  display: inline-block;
  position: relative;
  text-align: left !important;
  line-height: 18px !important;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.same_min_height .form-group label span {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.j-forms .j-row.sec-appcant .radio label {
  padding-left: 16px;
  line-height: 18px;
}

.textBox {
  border: 1px solid rgba(185, 89, 89, 0.25);
  padding: 14px 12px;
  position: relative;
  border-radius: 3px;
  height: 45px;
  font-size: 15px;
  background: #ddd !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}

label.radio.checkbox-right .radio i {
  left: 0;
}

label.radio.checkbox-right .radio span {
  padding-left: 20px;
}

.login_input .input input {
  border: 1px solid #000;
  border-radius: 0px;
  height: 50px;
}

[ng\:cloak],
[ng-cloak],
.ng-cloak {
  display: none !important;
}

.clearfix {
  clear: both;
}

table#task-table thead tr th.greenbg {
  background: #78b568;
}

table#task-table thead tr th.bluebg {
  background: #4b93d1;
}

.emphiring .col-md-3.col-xs-12.unit.same_min_height:nth-child(1) .col-xs-12.no_pad.bor_full_div {
  max-width: 870px !important;
  width: 870px;
}

.emphiring .col-md-3.col-xs-12.unit.same_min_height:nth-child(2) .col-xs-12.no_pad.bor_full_div {
  max-width: 750px !important;
  width: 750px;
}

.emphiring .col-md-3.col-xs-12.unit.same_min_height:nth-child(4) .col-xs-12.no_pad.bor_full_div div {
  max-width: 500px !important;
  width: 500px;
  left: -12em;
}

.col-md-3.col-xs-12.unit.same_min_height:nth-child(1) .col-xs-12.no_pad.bor_full_div {
  max-width: 750px !important;
  width: 750px;
}

.col-md-3.col-xs-12.unit.same_min_height:nth-child(2) .col-xs-12.no_pad.bor_full_div {
  max-width: 870px !important;
  width: 870px;
  z-index: 10;
}

.col-md-3.col-xs-12.unit.same_min_height:nth-child(3) .col-xs-12.no_pad.bor_full_div,
.app-hide-show .col-md-3.col-xs-12.unit.same_min_height:nth-child(2) .col-xs-12.no_pad.bor_full_div {
  max-width: 450px !important;
  width: 450px;
}

.col-md-3.col-xs-12.unit.same_min_height:nth-child(4) .col-xs-12.no_pad.bor_full_div {
  max-width: 420px !important;
  width: 420px;
}

.col-md-3.col-xs-12.unit.same_min_height:nth-child(5) .col-xs-12.no_pad.bor_full_div div {
  max-width: 500px !important;
  width: 500px;
  left: -16em;
}

/* .j-forms .j-row.sec-appcant .radio label::after {
  left: 17px;
  top: 5px;
} */

.j-forms .j-row.sec-appcant .radio label::before {
  left: 12px;
}

.z-ind .ngx-datepicker-calendar-container {
  z-index: 2;
}

.same_min_height #dvPassport .checkbox_item input[type="checkbox"]:checked+span::before,
.same_min_height #dv1 .checkbox_item input[type="checkbox"]:checked+span::before,
.same_min_height #dv .checkbox_item input[type="checkbox"]:checked+span::before,
.same_min_height #dv2 .checkbox_item input[type="checkbox"]:checked+span::before,
.same_min_height .form-group input[type="checkbox"]:checked+label>span::before {
  background-color: #4c4c4c;
  border-color: #4c4c4c;
}

.same_min_height #dvPassport .checkbox_item input[type="checkbox"]:checked+span::after,
.same_min_height #dv1 .checkbox_item input[type="checkbox"]:checked+span::after,
.same_min_height #dv .checkbox_item input[type="checkbox"]:checked+span::after,
.same_min_height #dv2 .checkbox_item input[type="checkbox"]:checked+span::after,
.same_min_height .form-group input[type="checkbox"]:checked+label>span::after {
  color: #fff;
}

.same_min_height #dvPassport .checkbox_item input[type="checkbox"]:checked+span::after,
.same_min_height #dv1 .checkbox_item input[type="checkbox"]:checked+span::after,
.same_min_height #dv .checkbox_item input[type="checkbox"]:checked+span::after,
.same_min_height #dv2 .checkbox_item input[type="checkbox"]:checked+span::after,
.same_min_height .form-group input[type="checkbox"]:checked+label>span::after {
  font-family: 'FontAwesome';
  content: "\f00c";
}

.same_min_height #dvPassport .checkbox_item span::after,
.same_min_height #dv1 .checkbox_item span::after,
.same_min_height #dv .checkbox_item span::after,
.same_min_height #dv2 .checkbox_item span::after,
.same_min_height .form-group span::after {
  display: inline-block;
  position: absolute;
  width: 16px;
  height: 16px;
  left: 0;
  top: 0;
  margin-left: 0px;
  padding-left: 3px;
  padding-top: 1px;
  font-size: 11px;
  color: #555555;
}

th.text-center.no_pad.text-btm4 {
  padding-top: 35px !important;
}

th.text-center.no_pad.text-btm3 {
  padding-top: 55px !important;
}

.checkbox.alights {
  position: absolute;
  right: 0;
  margin-top: 5px;
}

.text-center.no_pad.text-btm2 {
  padding: 20px 0 0 0 !important;
}

thead.white tr th.text-center.text-btm {
  padding-top: 54px !important;
  display: table-cell;
}

thead.white tr th.text-center.no_pad.text-btm1 {
  padding-top: 40px !important;
}

thead.white tr th {
  background-color: #fff;
  margin: 16px auto 0 auto;
  display: table-cell;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  padding: 15px 0px 0px 0px;
}

.ver-mid {
  padding: 15px 0 0 0 !important;
  margin: 0 auto !important;
}

.label.cert {
  text-align: center;
  margin: 0 auto 8px auto;
}

.label.expiration {
  text-align: center;
  margin: 0 auto 8px auto;
}

.label.uploadcert {
  text-align: center;
  margin: 0 auto 8px auto;
}

.span4.unit.section3 {
  margin-top: 9px;
}

label.label.same_mar_pad {
  margin: 15px auto;
  text-align: center;
}

label.label.same_mar_pad_sec {
  margin: 15px auto;
  text-align: center;
}

label.label.same_mar_pad_thr {
  margin: 8px auto;
  text-align: center;
}

label.label.top.text-center {
  text-align: center;
}

label.col-md-12.control-label {
  margin: 10px auto;
  min-height: 28px;
  font-size: 14px;
}

.control-label {
  margin: 10px auto;
  min-height: 28px;
  font-size: 14px;
}

.span8.unit.section3 {
  margin-top: 9px;
}

.j-forms .certificatons.avail_appl label.radio {
  float: left;
  display: inline-block;
  position: absolute;
  left: 0px;
  margin: 12px auto;
}

.certificatons.avail_appl {
  width: 100%;
  display: inline-block;
  padding: 10px 15px !important;
}

.certificatons.avail_appl h3 {
  text-align: left;
  font-weight: 600;
}

.span6.unit.section3submit {
  margin-top: 9px;
}

.sec3 {
  color: #c00711;
  text-decoration: underline;
  font-size: 12px;
}

.add-trash {
  color: #4c4c4c;
}

/*.same_min_height { min-height: 320px;}*/

.certificatons.border.aligned_sec_check {
  margin: 0;
  padding: 0;
}

.span2of5.unit.same_min_height {
  width: 22%;
  float: left;
}

.span2of3.unit.same_min_height {
  width: 22%;
  float: left;
}

label.col-md-12.control-label.text-center {
  text-align: center;
}

label.col-md-12.control-label.no_leftpad {
  text-align: center;
}

.sec3formsub button.primary-btn {
  padding: 12px;
  height: auto !important;
  margin: 0px auto 0 auto;
}

.top-8 {
  top: 8px !important;
}

.sec3formsub {
  float: left;
  display: inline-block;
  position: relative !important;
  bottom: 0;
  right: 0px;
}

.spanhalf5.unit.sec3formsub button.primary-btn {
  position: absolute;
  left: 0;
  top: 0;
}

.certificatons.border.aligned_sec_check .span12.unit {
  margin: 0 auto 10px auto;
}

.certificatons.border.aligned_sec_check .input label.checkbox {
  padding: 9px 9px 9px 32px;
}

.certificatons.border.aligned_sec_check .input label.checkbox i {
  left: 0;
}

.Terminated .toggle.btn {
  width: 70px !important;
}

.span3.unit.sec3formsub {
  margin-left: 388px;
  margin-top: 20px;
}

.label.company {
  margin-top: 15px;
  text-align: right;
  display: inline-block;
  float: left;
  margin-right: 15px;
  width: auto;
}

.j-forms .align_icheck .checkbox i {
  left: 0;
}

.j-forms .align_icheck .checkbox {
  padding: 9px 9px 9px 30px;
}

.auto-height {
  height: auto !important;
  padding: 10px !important;
}

.span12.unit.solid {
  border-style: solid;
}

/*.j-forms.dis-inline{float: left;display: inline-block;width: 100%;}*/

.span12.unit.solidpadding {
  border-style: solid;
  padding-bottom: 85px;
}

.certificatons.border {
  padding-top: 20px;
  border-top: 4px solid #808080;
  padding-bottom: 20px;
}

.certificatons.border-bot {
  border-bottom: 4px solid #808080;
}

.radio.wid {
  width: 0%;
}

.span12.side {
  float: right;
}

.mar_btm_incre {
  margin-bottom: 10px !important;
}

.span3.unit.nopaddings {
  padding: 3px;
}

.span4.unit.nopaddings {
  padding: 3px;
}

.span1.unit.nopaddings {
  padding: 3px;
}

.span2.unit.nopaddings {
  padding: 3px;
}

.span6.unit.nopaddings {
  padding: 3px;
}

.span12.unit.nopaddings {
  padding: 3px;
}

.mar_btm_align {
  margin-bottom: 10px !important;
}

label.label.bottom.no_height {
  margin: 0 auto;
}

.label.top {
  margin: 20px auto 0 auto;
}

.span6.unit.gap-top-30 {
  margin: 30px auto;
}

.margin_left {
  margin-left: 10px;
}

.span6.margin-40-gap {
  margin: 44px auto 0 auto;
}

.label.margin_left {
  margin-left: 10px;
}

.certificatons.borders {
  padding-top: 20px;
  border-top: 6px solid #808080;
  border-top-width: 6px;
  border-top-style: dashed;
  border-top-color: rgb(128, 128, 128);
}

.col-xs-12.unit.border {
  border-bottom: 2px dashed #ccc;
}

.col-md-7.unit.border {
  border-right: 2px solid #808080;
}

.col-md-7.border-new {
  border-right: 2px solid #808080;
  margin: 0px;
  padding-bottom: 60px;
}

.col-md-6.unit.border {
  border-right: 2px solid #808080;
}

.col-md-6.border-new {
  border-right: 2px solid #808080;
  margin: 0px;
  padding-bottom: 60px;
}

.padd {
  text-align: center;
  background-color: #ecebeb;
  padding: 10px;
  border: 6px solid #808080;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(128, 128, 128);
}

.label.bottom {
  margin-bottom: 12px;
  text-align: center;
}

.span12.unit.gap-top-10.nopad-left.nopad-right.bord {
  padding-top: 20px;
  border-top: 6px solid #808080;
  border-top-width: 6px;
  border-top-style: solid;
  border-top-color: rgb(128, 128, 128);
}

.span9.unit.bottom-border {
  border-bottom: 1px solid #808080;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(128, 128, 128);
}

.span12.unit.bottom-border {
  margin-bottom: 0px;
}

.span6.unit.margin-20-gap {
  margin-top: 20px;
}

.span6.unit.radio-top-margin {
  margin-top: 5px;
}

.span4.unit.name-gap-margin-175 {
  margin-left: 175px;
}

.label.top.left {
  margin-left: 35px;
}

.label.top.left-15 {
  margin-left: 15px;
}

.label.top.lefts {
  margin-left: 72px;
}

.label.top.left-12 {
  margin-left: 12px;
}

.span1.unit.nopaddings-0 {
  padding: 0px;
}

.span5.unit.border {
  border-bottom: 6px dashed #808080;
}

.j-row.main_header_section a i.fa {
  margin-top: 10px;
  float: right;
  color: rgb(169, 12, 12);
}

h4.bor_sty {
  font-size: 15px;
  border: 1px solid #444;
  padding: 10px;
  background: #ecebeb;
  text-align: center;
  font-weight: 600;
}

.label.pcc-left-margin {
  margin-right: 15px;
}

.inline_label .toggle.btn {
  width: 70px !important;
}

.pad-top-sapce {
  padding: 12px 0px;
}

.pad-15 {
  padding: 0 15px !important;
}

.no_pad {
  padding: 0px !important;
}

.j-row.main_header_section {
  /* margin: 0 auto 20px auto;
  padding: 0 15px; */
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
}

.main_header_container {
  display: block;
  float: left;
  width: 100%;
  background: #d9d9d9;
  height: auto;
  margin: 0px auto 10px auto;
  border-top: 5px solid #eba6bc;
  box-shadow: 0px 0 10px -10px rgba(217, 217, 217, 1);
}

.main_header_container label.pull-right {
  margin: 0px auto 15px auto;
  font-weight: 600;
  color: #fff;
}

.focus_control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.label-logo {
  background-color: #411616;
}

.mar-thezer {
  margin: 0px auto;
}

.material-switch.pull-right {
  margin: 5px auto;
  text-align: center;
  width: 100%;
  display: block;
  position: relative;
  float: left !important;
  padding: 0px 0;
}

.radio {
  padding-left: 20px;
  font-family: 'Roboto-Regular';
}

.radio label {
  display: inline-block;
  position: relative;
  /* padding-left: 5px; */
  /* margin-right: 30px; */
  padding-left: 30px;
}

/* .radio label::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 18px;
  height: 18px;
  left: 12px;
  margin-left: -20px;
  border: 1px solid rgba(48, 63, 159, .9);
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: border 0.15s ease-in-out;
  -o-transition: border 0.15s ease-in-out;
  transition: border 0.15s ease-in-out;
} */

/* .j-row.no_mar.checkbox_alignment .radio label::before {
  right: -22px;
  left: auto;
}

.j-row.no_mar.checkbox_alignment .radio label::after {
  right: -17px;
  left: auto;
} */

/* .radio label::after {
  display: inline-block;
  position: absolute;
  content: " ";
  width: 8px;
  height: 8px;
  left: 17px;
  top: 5px;
  margin-left: -20px;
  border-radius: 50%;
  background-color: rgba(48, 63, 159, .9);
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
  transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
} */

.radio input[type="radio"] {
  opacity: 0;
}

.radio input[type="radio"]:focus+label::before {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.radio input[type="radio"]:checked+label::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  transform: scale(1, 1);
}

.nopadding {
  padding: 0px;
}

.span6.unit.no_mar {
  margin: 0 auto;
}

table.applicant-details td {
  padding: 5px;
}

.dis-flex {
  display: inline-flex !important;
}

label.label.bottom.min_height.mar_5 {
  margin: 10px auto !important;
}

/*div#dv2,div#dv1,div#dv,#dvPassport{  
}*/

.span12.unit.nopaddings label.label.bottom {
  margin: 0 auto;
  padding: 0;
  font-size: 14px;
  line-height: 12px;
  font-weight: 600;
}

label.label.bottom.min_height {
  margin: 10px auto 0 auto !important;
}

.mar_for {
  margin: 4px auto !important;
}

.mar-five {
  margin: 5px auto !important;
}

.pad-right {
  padding-right: 10px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #007bff;
}

.input-group.input-height .form-control,
.input-group.input-height .input-group-btn .btn.btn-default {
  height: 45px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: 0.125rem 0px 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: .25rem;
  padding: 5px 5px;
  width: 100%;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 1.25rem 2.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  /* white-space: nowrap; */
  background: none;
  background-color: rgba(0, 0, 0, 0);
  border: 0;
  font-size: 14px;
}

label.label.top.text-center.text-wrponly span {
  width: 100%;
  text-align: center;
  position: relative;
  display: inherit;
  margin: -15px auto 0 auto;
}

.line-hieght-style .radio label {
  line-height: 16px;
  text-transform: uppercase;
  margin: 18px auto;
  font-size: 13px;
  padding: 0;
}

.line-hieght-style .radio label span {
  width: 100%;
  float: left;
  line-height: 18px;
  margin-left: 18px;
}

/* .line-hieght-style .radio label::before {
  top: -1px;
} */

/* .line-hieght-style .radio label::after {
  top: 4px;
} */

.input.pad-top-sapce.pad_two {
  padding: 22px 0px;
}

.mar-40-gap {
  margin: 44px auto 0 auto;
}

.mar-gap-30 {
  margin: 50px auto 20px auto;
}

.j-row:last-child .lastp span {
  margin-top: -6px;
}

.material-switch.pull-right .toggle.btn {
  width: 75px !important;
}

label.label.text-wrap {
  white-space: normal;
  margin: 5px auto;
}

.toggle.btn.btn-primary .toggle-group label.btn.btn-primary.toggle-on {
  background-color: #ac1717;
}

.material-switch.pull-right.width-reducer .toggle.btn {
  width: 75px !important;
}

.material-switch.pull-right .toggle.btn label.btn.btn-danger.btn-sm.toggle-on {
  background-color: #ac1717;
}

button.btn.btn-bor-rad,
a.btn.btn-bor-rad {
  background: #4c4c4c;
  border: 1px solid #4c4c4c;
  color: #fff;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 44px;
  font-family: 'Roboto-Regular';
  font-size: 15px;
}

.btn_1 button.btn.btn-bor-rad,
.btn_1 a.btn.btn-bor-rad {
  padding: 10px 0px;
  line-height: 20px;
  border-radius: 3px;
  height: 100%;
  float: left;
  width: 100%;
  margin: 0px auto 0 auto;
  text-transform: uppercase;
}

.btn_1 button.btn.btn-bor-rad:hover,
.btn_1 a.btn.btn-bor-rad:hover {
  background: #a90c0c;
  color: #fff;
}

.j-forms .certificatons .primary-btn:hover {
  background: #a90c0c;
  color: #fff;
}

button.btn.btn-bor-rad:hover,
a.btn.btn-bor-rad:hover {
  color: #fff;
}

button.primary-btn.width-auto {
  width: auto;
  margin: 0px auto 0px auto !important;
}

.mar-40 {
  margin: 40px auto 15px auto;
  float: left;
}

.mar_space {
  margin: 44px auto 0 auto;
  display: block;
  float: left;
  width: 100%;
  padding: 0px 0;
}

.mar_space1 {
  margin: 25px auto 0 auto;
  display: block;
  float: left;
  width: 100%;
  padding: 0px 0;
}

.certificatons .j-row .input label.radio span {
  position: absolute;
  right: 25px;
  text-align: right;
  width: 100%;
  line-height: 16px;
}

.certificatons .sub-heading {
  color: #4c4c4c;
  margin: 10px auto 10px auto;
  padding: 0;
}

.certificatons .j-row {
  width: 100%;
  margin: 16px auto;
}

.no_margin {
  margin: 0 auto;
}

.inline_label {
  margin: 40px auto 0 auto;
}

.inline_label label {
  display: inline-block;
  line-height: 22px;
}

.sapce_same {
  margin: 18px auto 15px auto;
  float: left;
  width: 100%;
  padding: 10px;
}

.btn_1 {
  display: inline-block;
}

.wrapper h2 em {
  color: #eba6bc;
  font-weight: 600;
  font-style: normal;
}

.Terminated .toggle.btn label.btn.btn-primary.toggle-on {
  background-color: #ac1717;
}

label.label.text-right {
  text-align: right;
}

.checkbox_right_align .col-md-4.col-xs-12.no_rightpad .radio label {
  padding-left: 28px;
}

.no_toppad {
  padding-top: 0px !important;
}

.j-forms .label.space_label_hide {
  margin: 11px auto;
  float: left;
  display: inline-block;
  width: 100%;
}

.mar_ten {
  margin: 20px auto;
}

button.primary-btn.delete-icon {
  font-size: 18px !important;
  font-weight: 500;
  background: transparent;
  border: 1px solid #ddd;
  color: #fff;
  background: #4c4c4c;
}

.mar-5 {
  margin-top: -5px;
}

.certificatons.border.no_space {
  margin: 0px;
  padding: 0px;
}

.no_mar {
  margin: 0px !important;
}

.col-md-2.col-sm-2.col-xs-12 button.primary-btn.delete-icon {
  width: 80%;
}

.dropdown dd,
.dropdown_prop dd,
.dropdown_cons dd,
.dropdown_mang dd,
.dropdown dt,
.dropdown_prop dt,
.dropdown_cons dt,
.dropdown_mang dt {
  margin: 0px;
  padding: 0px;
}

.dropdown ul,
.dropdown_prop ul,
.dropdown_cons ul,
.dropdown_mang ul {
  margin: 0px;
  padding: 0px;
}

.dropdown dd,
.dropdown_prop dd,
.dropdown_cons dd,
.dropdown_mang dd {
  position: relative;
  margin: 0px;
  padding: 0px;
}

.dropdown a,
.dropdown_prop a,
.dropdown_cons a,
.dropdown_mang a,
.dropdown a:visited,
.dropdown_prop a:visited,
.dropdown_cons a:visited,
.dropdown_mang a:visited {
  color: #4c4c4c;
  text-decoration: none;
  outline: none;
  margin: 0px;
  padding: 0px;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
  min-height: 30px;
}

p.multiSel,
p.multiSel_prop,
p.multiSel_cons,
p.multiSel_mang {
  margin: 0 auto;
}

.box-model-sec {
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 22px;
  min-height: 90px;
  font-size: 18px;
  background: #333;
}

.box-model-sec span {
  margin: 15px auto 0px auto;
  text-transform: lowercase;
}

.box-model-sec .uppercase {
  text-transform: uppercase;
}

.dropdown dt a,
.dropdown_prop dt a,
.dropdown_cons dt a,
.dropdown_mang dt a {
  background-color: #ffffff;
  display: block;
  overflow: hidden;
  width: 100%;
  margin: 0px;
  padding: 0px;
}

table.applicant-details td i.fa {
  margin-left: 2px;
}

.dropdown dt a span,
.dropdown_prop dt a span,
.dropdown_cons dt a span,
.dropdown_mang dt a span,
.multiSel span,
.multiSel_prop span,
.multiSel_cons span,
.multiSel_mang span {
  cursor: pointer;
  display: inline-block;
  margin: 0px;
  padding: 5px 10px;
  width: 100%;
  text-align: center;
}

.dropdown dd ul,
.dropdown_prop dd ul,
.dropdown_cons dd ul,
.dropdown_mang dd ul {
  background-color: #ffffff;
  top: 1px;
  color: #4c4c4c;
  display: none;
  position: absolute;
  width: 100%;
  list-style: none;
  height: 100px;
  overflow: auto;
  margin: 0px;
  padding: 10px;
  border: 1px solid #ddd;
}

.dropdown dd ul li,
.dropdown_prop dd ul li,
.dropdown_cons dd ul li,
.dropdown_mang dd ul li {
  border-bottom: 1px solid #ddd;
  font-size: 12px;
  line-height: 22px;
  min-height: 25px;
  padding-left: 22px;
}

.dropdown dd ul li input[type="checkbox"],
.dropdown_prop dd ul li input[type="checkbox"],
.dropdown_cons dd ul li input[type="checkbox"],
.dropdown_mang dd ul li input[type="checkbox"] {
  position: absolute;
  float: left;
  display: inline-block;
  left: 14px;
}

.dropdown span.value,
.dropdown_prop span.value,
.dropdown_cons span.value,
.dropdown_mang span.value {
  display: none;
  border-radius: 3px;
  margin: 0px;
  padding: 0px;
}

.dropdown dd ul li a,
.dropdown_prop dd ul li a,
.dropdown_cons dd ul li a,
.dropdown_mang dd ul li a {
  display: block;
  margin: 0px;
  padding: 0px;
}

.dropdown dd ul li a:hover,
.dropdown_prop dd ul li a:hover,
.dropdown_cons dd ul li a:hover,
.dropdown_mang dd ul li a:hover {
  background-color: #fff;
  margin: 0px;
  padding: 0px;
}

.input-container {
  padding: 5px 0px 5px 85px;
  margin: 0px auto;
  height: 45px;
  width: 100%;
  line-height: 32px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
}

.file-name {
  color: #757575;
  font-size: 15px;
  font-weight: 500;
}

.input-button {
  border: 0;
  border-left: 1px solid #ddd;
  padding: 0px 12px;
  background-color: #111;
  color: #fff;
  border-radius: 3px !important;
  height: 35px;
  position: absolute;
  left: 2px;
  top: 5px;
  background: #4c4c4c;
  text-transform: uppercase;
  font-size: 14px;
}

.customFile {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  top: 0px;
  z-index: 10;
  filter: alpha(opacity=0);
  left: 0;
  width: 100%;
  height: 44px;
}

.monthinput {
  margin: 3px 2px;
  padding: 4px 3px;
  width: 31%;
}

.mar_top_15 {
  margin-top: 15px;
}

span.right {
  margin-top: 15px;
  padding-right: 0px;
  float: left;
}

.dropdown-select {
  position: absolute;
}

i.fa.fa-caret-down.active {
  color: #000 !important;
}

.primary-btn.upload {
  width: auto;
  float: right;
  padding: 8px;
  font-size: 14px;
  margin: 11px 15px;
}

/* snew_design */
.snew_design h4 {
  text-align: center;
}

.dropdown-content a {
  font-size: 14px !important;
}


.dropdown-content a {
  color: black !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid #d5d5d5 !important;
  text-decoration: none !important;
  display: block !important;
  /* font-size: 16px !important; */
  text-transform: capitalize !important;
}


.select-portall:hover {background:#a90c0c;color: #fff;}
.select-portall:hover {background:#a90c0c;color: #fff;}
.select-portall:hover h3,.select-portall:hover a{color: #fff;}
.select-portall:hover a{cursor: pointer;}
.select-portall.last{ margin-right: 0;}


.select-portal:hover {background:#a90c0c;color: #fff;}
.select-portal:hover {background:#a90c0c;color: #fff;}
.select-portal:hover h3,.select-portal:hover a{color: #fff;}
.select-portal:hover a{cursor: pointer;}
.select-portal.last{ margin-right: 0;}
.select-portal {
  width: 240px;
    background:#d9d9d9 ; transition: background-color 0.5s ease;
    padding:25px 30px;font-size: 24px; text-align: center;
    margin: 2% 16px;border-bottom: 1px solid #ccc;
	float: right;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.05);
}
.select-portall {
    background:#d9d9d9 ; transition: background-color 0.5s ease;
    padding:25px 30px;font-size: 24px; text-align: center;
    margin: 2% 16px;border-bottom: 1px solid #ccc;
	float: right;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.05);
}



.select-dboard {
    background:#c25454 ; transition: background-color 0.5s ease;
    padding:10px 30px;font-size: 24px; text-align: center;
    margin: 2% 16px;border: 5px solid #a90c0c;
	float: left;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.05);
	color:#fff!important;

}
.select-dboard h2{font-size:3.5rem!important;}
.select-dboard h6{padding-bottom:none!important}
.select-dboard h6 a {
	font-size: 2rem!important;
	text-transform: capitalize;
	text-decoration: none!important;
	color:#fff!important;
	padding-top:none!important;
	padding-bottom:none!important;

}
.select-tier1 {
    background:rgb(77, 77, 77) ; transition: background-color 0.5s ease;
    padding:25px 30px;font-size: 24px; text-align: center;
    margin: 2% 16px;border: 5px solid rgb(217, 217, 217);
	float: left;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.05);
	color:#fff!important;
}
.select-tier2 {
    background:rgb(166, 166, 166) ; transition: background-color 0.5s ease;
    padding:25px 30px;font-size: 24px; text-align: center;
    margin: 2% 16px;border: 5px solid rgb(192, 192, 192);
	float: left;
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	-o-border-radius:20px;
	border-radius:20px;
	-webkit-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	-o-box-shadow:0 2px 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow:0 1px 2px 1px rgba(0, 0, 0, 0.05);
	color:#fff!important;
}
.align-right{ text-align: right !important;}
.align-left{ text-align: left !important;}
.boxborders.comprof{
	height: 110px;
	margin-top: 7px;}
	.boxborder.comprof{
		height: 110px;
		margin-top: 20px;}
.input.top{margin-top:9px;}		
.j-forms .red{color: #a90c0c;}
.j-forms .company_assesment .total-point label{color: #a90c0c;}
.j-forms .company_assesment .total-point  input::placeholder{color: #a90c0c;font-weight: bold; text-align: center;}
.j-forms  .total-points label{color: #a90c0c;}
.j-forms  .total-points input::placeholder{color: #a90c0c;font-weight: bold; text-align: center;}
.select-portal a{font-size: 20px;font-weight: bolder;}
.select-portall a{font-size: 24px;font-weight: bolder;}

.marleft525{
  /* margin-left: 525px; */
  float: right !important;
}

.bgPink{
  background-color: #eba6bc !important
}

table th,td{
  text-align: left !important;
}

.martop24{
  margin-top: 24px;
}

.bgcolor{
  background-color: #eba6bc;
}

.martop15{
  margin-top: 15px !important;
}


.wrapper{
  padding: 10px 0px !important;
}
