﻿

/* Create by Eranga Liyanage 12/09/2014  */



body {
    background-color: #f6f6f6;
    /*border-top: solid 10px #000;*/
    color: #606060;
    font-size: 13px !important;
    font-family: 'Open Sans', Verdana, Helvetica, sans-serif;
    margin: 0;
    padding: 0;	
	font-weight: normal;
}

  
   
header, footer, hgroup,
nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}


h1, h2, h3,
h4, h5, h6 {
    color: #333;
    margin-bottom: 0;
    padding-bottom: 0;
    font-weight:600
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

    h5 a:link, h5 a:visited, h5 a:active {
        padding: 0;
        text-decoration: none;
    }


    /*==================== global ====================*/h1
.right{text-align:right;}
.left{text-align:left;}
.center{text-align:center;}
.block{display:block;}
.inline{display:inline;}
.inlineBlock{display:inline-block;}
.hidden{display:none!important;}
.invisible{visibility:hidden;}
.transparent{opacity:0;}
.bold{font-weight:bold;}
.notbold{font-weight:normal;}
.italic{font-style:italic;}
.underline{text-decoration:underline;}
.subtle{color:#787878;font-weight:normal;}
.subtle.bold{font-weight:bold;}
.big{font-size:1.25em;line-height:1.25em;}
.huge{font-size:2.0em;line-height:2.0em;}
.small{font-size:.90em;}
.tiny{font-size:.75em;}
.error, .reqField {margin-top: 5px;color: #e12f2b;margin-top: 5px;font-size: 88%;font-weight: normal;font-style: italic;}
.success {color:green;font-size:14px;text-align:center;}
.upper,.caps{text-transform:uppercase;}
.Hgap5{height:5px;}
.Hgap10{height:10px;}
.Hgap15{height:15px;}
.Hgap20{height:20px;}
.Hgap25{height:25px;}
.Hgap30{height:30px;}
.Hgap40{height:40px;}
.Hgap45{height:45px;}
.valignm{vertical-align: middle;}

/* main layout
----------------------------------------------------------*/


.header {
    background: #f1f1f2 url(../images/banner-bg.png) no-repeat center top !important;
}

.banner {
    padding-left:20px;
   
}

.logo1 {
  
    width:40%;
   float:left;
}


.logo3 {
  
     width:30%;
    float:right;
    margin-right:35px;
    text-align:right;
    font-size:14px;
   
}

.logo3 img {margin-right:5px}
.logo3 a { color:#606060;text-decoration:none}
.logo3 a:hover { color:#606060;text-decoration:none}

.header .content-wrapper {
    padding-top:15px; 
}

.footer .content-wrapper {
    padding:10px 20px; 
}

#body .content-wrapper {
    padding:20px; 
}
    
.footer {
    clear: both;   
    font-size: 0.8em;
    border-top:solid #b9b59c 1px;
    font-weight:700
}

    .footer img {
        padding-left: 10px;
    }
    




/*login*/

.login_wrapper {
    float:none;
    margin:50px auto;
    display:block;
    width:225px
}
.login_details {margin:10px 0 0 11px;}
.hgap10 {height:10px}
.hgap20 {height:20px}
ul.guildlines {margin:10px 0 0 10px}
ul.guildlines li {list-style-image:url(../images/ss.png);line-height:22px}
::-webkit-input-placeholder { font-size:11px; }
::-moz-placeholder { font-size:11px } /* firefox 19+ */
:-ms-input-placeholder { font-size:11px } /* ie */
input:-moz-placeholder {font-size:11px }
.text_input textarea {width:100%}
fieldset p {margin-top:10px}


/*Login*/
.login-container,
.error-container {
  margin: 0;
}
.login-container .middle-login {
  width: 530px;
  left: 46%;
  top: 50%;
  position: absolute;
  margin-top: -170px;
  margin-left: -215px;
}
.login-container .block-flat {
  padding: 0;
  border: 0;
  overflow: hidden;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.6);
  margin-bottom: 20px;
}
.login-container .block-flat .header {
  padding: 9px 20px;
  background: #2494F2;
  border-bottom: 1px solid #2082D5;
}
.login-container .block-flat .header h3 {
  line-height: 35px;
  margin: 0;
  color: #0a5492;
  font-weight:700;
  font-size:20px;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);*/
}
.login-container .header .logo-img {
  margin-right: 3px;
}
.login-container .block-flat .content {
  padding: 30px;
  padding-bottom: 5px;
}
.login-container .block-flat .content .form-control {
  padding: 10px 8px;
  height: auto;
}
.login-container .block-flat .content .form-group {
  margin-bottom: 10px;
}
.login-container .block-flat .content .title {
  margin-top: 0;
  margin-bottom: 20px;
}
.login-container .block-flat .foot {
  text-align: right;
  padding: 0 30px 30px;
}
.login-container .block-flat .foot .btn {
  min-width: 70px;
}
.login-container .block-flat .input-group-addon {
  background: #FAFAFA;
}
.login-container .out-links {
  padding-right: 3px;
}
.login-container .out-links a {
  color: #C9D4F6;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

@media (max-width: 767px) {

    .login-container .middle-login {
    width: 100%;
    margin-left: 0px;
    padding: 0 15px;
    left: auto;
  }
}

body.login .footer {position:absolute;bottom:10px;width:100%}
body.login .logo3 {display:none}
/*Login*/

/*Alerts*/
.alert {
  border-radius: 0;
  -webkit-border-radius: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.11);
}
.alert .sign {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  text-align: center;
  width: 25px;
  display: inline-block;
}
.alert-success {
  background-color: #DBF6D3;
  border-color: #AED4A5;
  color: #569745;
}
.alert-info {
  background-color: #D9EDF7;
  border-color: #98cce6;
  color: #3A87AD;
}
.alert-warning {
  background-color: #FCF8E3;
  border-color: #F1DAAB;
  color: #C09853;
}
.alert-danger {
  background-color: #F2DEDE;
  border-color: #e0b1b8;
  color: #B94A48;
}
.alert-white {
  
  border-top-color: #d8d8d8;
  border-bottom-color: #bdbdbd;
  border-left-color: #cacaca;
  border-right-color: #cacaca;
  color: #404040;
  padding-left: 61px;
  position: relative;
}
.alert-white .icon {
  text-align: center;
  width: 45px;
  height: 103%;
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #BDBDBD;
  padding-top: 15px;
}
.alert-white .icon:after {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 1px solid #BDBDBD;
  position: absolute;
  border-left: 0;
  border-bottom: 0;
  top: 50%;
  right: -6px;
  margin-top: -3px;
  background: #fff;
}
.alert-white.rounded {
  border-radius: 3px;
  -webkit-border-radius: 3px;
}
.alert-white.rounded .icon {
  border-radius: 3px 0 0 3px;
  -webkit-border-radius: 3px 0 0 3px;
}
.alert-white .icon i {
  font-size: 20px;
  color: #FFF;
  left: 12px;
  margin-top: -10px;
  position: absolute;
  top: 50%;
}
.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
  border-color: #ca452e;
  background: #da4932;
}
.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
  border-color: #3A8ACE;
  background: #4D90FD;
}
.alert-white.alert-warning .icon,
.alert-white.alert-warning .icon:after {
  border-color: #D68000;
  background: #FC9700;
}
.alert-white.alert-success .icon,
.alert-white.alert-success .icon:after {
  border-color: #54A754;
  background: #60C060;
}

.page-head {
  background: none repeat scroll 0 0 #FFFFFF;
  border-bottom: 1px solid #E9E9E9;
  box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.05);
  padding: 10px 30px;
  position: relative;
}
.page-head h2 {
  margin-bottom: 5px;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight:600;
  letter-spacing: -1px;
  color:#555;
  font-size:30px
}

.block-flat,
.block-wizard {
  margin-bottom: 40px;
  padding: 20px 20px;
  background: #FFF;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
}

.alert_msg {font-size:20px;color:#b94a48;font-weight:700}

/*Forms*/
label {
  font-weight:600;
  margin-bottom: 7px;
}
.form-group {
  margin-top: 10px;
}
.form-horizontal.group-border .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px solid #efefef;
}
.form-horizontal.group-border .form-group:last-child {
  border-bottom: 0;
}
.form-horizontal.group-border-dashed .form-group {
  margin: 0;
  padding: 20px 0;
  border-bottom: 1px dashed #efefef;
}
.form-horizontal.group-border-dashed .form-group:last-child {
  border-bottom: 0;
}
.form-control {
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
.input-group .btn {
  margin: 0 !important;
  margin-left: -1px !important;
  padding-bottom: 6px;
  padding-top: 6px;
  box-shadow: none;
  line-height: 20px;
}
.input-group-btn > .btn + .btn {
  margin-left: -5px !important;
}
.input-group-lg > .input-group-addon {
  line-height: 0.33; 
  -webkit-border-radius: 3px 0 0 3px;
   border-radius: 3px 0 0 3px;
}
.input-group-addon {  
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 6px 11px;
}
.form-control:focus {
  border-color: #2598f9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
}
select.form-control,
textarea.form-control {
  padding: 6px 8px;
}
.input-group {
  margin-bottom: 15px;
}
/*Crhome Voice Recognition*/
.speechbutton {
  /*display:none;*/
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  border: 0;
  background: transparent;
  opacity: 0;
  cursor: pointer;
}
.speech-button i:before {
  position: relative;
  z-index: 2;
}
.speech-button i:after {
  z-index: 1;
  font-family: 'FontAwesome';
  content: "?";
  font-size: 14px;
  color: #fff;
  position: absolute;
  left: 0;
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 100%;
  opacity: 0;
}
@keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
@-webkit-keyframes blur {
  0% {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  90% {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
  100% {
    font-size: 14px;
  }
}
@-moz-keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
@-o-keyframes blur {
  from {
    font-size: 14px;
    opacity: 1;
    margin-top: 0;
  }
  to {
    font-size: 25px;
    opacity: 0;
    margin-top: -6px;
  }
}
.speech-button i.blur:after {
  animation: blur 900ms infinite;
  -webkit-animation: blur 900ms ease infinite;
  -moz-animation: blur 900ms infinite;
  -o-animation: blur 900ms infinite;
}
input::-webkit-input-speech-button {
  -webkit-transform: scale(3, 2.2) translate(-2px, -1px);
  background-color: #fff;
  display:block !important;
}

.well {background:#f6f6f6;border:0;box-shadow:none;border-radius:0}
.radio_btn, .checkboxbtn {
    padding: 6px 0px;
}

.radio_btn label {margin:0 20px 0 5px}
.seperater .form-group {border-bottom: 1px dashed #c5c5c5;}
.seperater .radio_btn {margin-bottom:8px}


@media (max-width: 479px) {

    .page-head h2 {font-size:20px;text-align:center}
    .logo3 a {font-size:12px}
    .logo3 img {width:16px}
    /*.container-fluid {padding:0}*/
    .block-flat, .block-wizard {padding:15px}
    ul.guildlines {margin:0}
    legend {font-size:18px}
   
}

@media (max-width: 530px) {
     #saveIncomplete {display:block;margin-bottom:10px}
}

@media (max-width: 767px) {

    
.sm-row {display:table}
#RAWForms i {display:none !important}
#RAWForms .fuelux i {display:inline  !important}
#txtJobChoice1,#txtJobChoice2 {margin-bottom:10px}
.checkboxbtn {
    padding: 6px 15px;
}
}

@media (min-width: 768px) and (max-width:1024px)  {

    .tab-fix {display:table}

}


.mheader-blue {
     background: #f1f1f2 url(../images/banner-bg.png) no-repeat center top !important;
    color: white;
    padding: 12px 20px 11px;
}
.mheader-blue h3 {
    margin-bottom: 5px;
    color:#555
}
.modal-content h3, .modal-content h3 {
    font-weight: 300;
    margin-top: 0;
}
.modal-content h2 {
    margin: 0;
}
.modal-content .modal-footer {
    background: none repeat scroll 0 0 #fbfbfb;
    border-radius: 0 0 5px 5px;
}

.bold-700 {
    font-weight: 700 !important;
}
.form-control-feedback {top:27px}
.validation_fix i {top:1px;right:18px}
.wm_iconfix i {
    top: -4px;
}

.clear {clear:both}

@media (max-width: 640px) and (orientation:landscape) {
    
    .login-container .middle-login {
  width:100%; 
  position: relative;
  margin:30px auto; 
}

    body.login .footer {position:relative;}
}


@media (max-width: 380px) and (orientation:portrait) {
    .smphone-fix {display:table}
}

/*Wizard*/


.fuelux .wizard {
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  *zoom: 1;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
     -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.fuelux .wizard:before,
.fuelux .wizard:after {
  display: table;
  line-height: 0;
  content: "";
}

.fuelux .wizard:after {
  clear: both;
}

.fuelux .wizard ul {
  width: 4000px;
  padding: 0;
  margin: 0;
  list-style: none outside none;
}

.fuelux .wizard ul.previous-disabled li.complete {
  cursor: default;
}

.fuelux .wizard ul.previous-disabled li.complete:hover {
  color: #468847;
  cursor: default;
  background: #f3f4f5;
}

.fuelux .wizard ul.previous-disabled li.complete:hover .chevron:before {
  border-left-color: #f3f4f5;
}

.fuelux .wizard ul li {
  position: relative;
  float: left;
  height: 40px;
  padding: 0 10px 0 25px;
  margin: 0;
  font-size: 16px;
  line-height: 40px;
  color: #999999;
  cursor: default;
  background: #ededed;
}

.fuelux .wizard ul li .chevron {
  position: absolute;
  top: 0;
  right: -14px;
  z-index: 1;
  display: block;
  border: 21px solid transparent;
  border-right: 0;
  border-left: 12px solid #d4d4d4;
}

.fuelux .wizard ul li .chevron:before {
  position: absolute;
  top: -24px;
  right: 1px;
  display: block;
  border: 24px solid transparent;
  border-right: 0;
  border-left: 14px solid #ededed;
  content: "";
}

.fuelux .wizard ul li.complete {
  color: #468847;
  background: #f3f4f5;
}

.fuelux .wizard ul li.complete:hover {
  cursor: pointer;
  background: #e7eff8;
}

.fuelux .wizard ul li.complete:hover .chevron:before {
  border-left: 14px solid #e7eff8;
}

.fuelux .wizard ul li.complete .chevron:before {
  border-left: 14px solid #f3f4f5;
}

.fuelux .wizard ul li.active {
  color: #3a87ad;
  background: #f1f6fc;
}

.fuelux .wizard ul li.active .chevron:before {
  border-left: 14px solid #f1f6fc;
}

.fuelux .wizard ul li .badge {
  margin-right: 8px;
}

.fuelux .wizard ul li:first-child {
  padding-left: 20px;
  border-radius: 4px 0 0 4px;
}

.fuelux .wizard .actions {
  position: absolute;
  right: 0;
  z-index: 100;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
  line-height: 46px;
  vertical-align: middle;
  background-color: #e5e5e5;
  border-left: 1px solid #d4d4d4;
}

.fuelux .wizard .actions a {
  margin-right: 8px;
  font-size: 12px;
  line-height: 45px;
}

.fuelux .wizard .actions .btn-prev i {
  margin-right: 5px;
}

.fuelux .wizard .actions .btn-next i {
  margin-left: 5px;
}

.fuelux .step-content .step-pane {
  display: none;
}

.fuelux .step-content .active {
  display: block;
}
.block-wizard {
  margin-bottom: 40px;
  padding: 20px 20px;
  background: #FFF;
  border-radius: 3px;
  position: relative;
  -webkit-border-radius: 3px;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
  box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04);
  transition: padding 500ms;
  -moz-transition: padding 500ms;
  -webkit-transition: padding 500ms;
}
.wizard-row {
  position: relative;
  width: 100%;
  margin: 0;
}
.wizard-row .fuelux {
  position: absolute;
  width: 100%;
  padding: 0;
}
.block-wizard {
  padding: 0;
}
.block-wizard .step-content {
  padding: 20px 20px;
}
.fuelux .wizard {
  box-shadow: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  border: 0;
  border-bottom: 1px solid #E2E2E2;
  background: #FFF;
}
.fuelux .wizard ul li.active {
  background: #FFF;
  color: #397eb8;
}
.fuelux .wizard ul li.complete {
  color: #fff;
  background: #5cb85c;
}
.fuelux .wizard ul li.complete:hover {
  background: #48a548;
}
.fuelux .wizard ul li.complete:hover .chevron:before {
  border-left-color: #48a548;
}
.fuelux .wizard ul li.complete .chevron {
  border-left-color: #0d5c0d;
}
.fuelux .wizard ul li.complete .chevron:before {
  border-left: 13px solid #5cb85c;
}
.fuelux .wizard ul li.active .chevron:before {
  border-left: 14px solid #FFF;
}
.fuelux .wizard ul li:first-child {
  border-radius: 0;
  -webkit-border-radius: 0;
}
.fuelux .wizard ul li {
  font-size: 15px;
}
.fuelux [class^="icon-"],
.fuelux [class*=" icon-"] {
  background-image: url("../js/fuelux/img/glyphicons-halflings-white.png");
}
.fuelux .icon-arrow-left {
  background-position: -240px -95px;
}
.fuelux .icon-arrow-right {
  background-position: -264px -95px;
}
@media (max-width: 767px) {
    .fuelux .wizard ul li.complete {
  border-bottom:1px solid #fff
}
  .wizard-row .fuelux {
    position: static;
  }
  .fuelux .wizard ul li {
    padding-left: 40px;
    float: none;
  }
  .fuelux .wizard ul li:first-child {
    padding-left: 40px;
  }
  .fuelux .wizard ul li:before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    color: #f0f0f0;
    line-height: 13px;
    height: 20px;
    width: 20px;
    border: #fefefe;
    background: #DDD;
    margin-right: 12px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    padding: 4px 5px;
    left: 10px;
    top: 11px;
  }
  .fuelux .wizard ul li.active:before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    color: #054f8e;
    line-height: 13px;
    height: 20px;
    width: 20px;
    border: #6d579d;
    background: #b6b6b6;
    margin-right: 12px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    padding: 4px 5px;
    left: 10px;
    top: 11px;
  }
  .fuelux .wizard ul li.complete:before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    color: #19b698;
    line-height: 13px;
    height: 20px;
    width: 20px;
    border: #0fac8e;
    background: #fff;
    margin-right: 12px;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    padding: 4px;
    left: 10px;
    top: 11px;
  }
  .fuelux .wizard .actions {
    background: transparent;
    padding: 0;
    line-height: 0;
    position: relative;
    float: none;
  }
  .fuelux .wizard button {
    width: 49%;
    margin: 0 !important;
    padding: 10px 6px;
  }
  .fuelux .wizard button i {
    font-size: 14px !important;
  }
}
.form-group::before, .form-group::after {
    content: " ";
    display: table;
}
.form-group::after {
    clear: both;
}


.back-to-top {
    background-color: rgba(19, 67, 168, 0.8);
    bottom: 0;
    color: #fff;
    display: none;
    font-size: 12px;
    padding: 9px 12px;
    position: fixed;
    right: 0;
    text-decoration: none;
}
.back-to-top:hover {
    background-color: rgba(19, 67, 168, 1);
    color: #fff;
}
.fuelux .step-content .sub-sections {margin:0 0 15px -5px}
.fuelux .step-content .sub-sections a {
  display: inline;
  text-decoration:none;
  margin:0 5px;
  font-size:16px;
  color:#999999
}
.fuelux .step-content .sub-sections i { font-size:16px; color:#d7d7d7}
.fuelux .step-content .sub-sections a.active {color:#397eb8}
.fuelux .step-content .sub-sections a.complete {color:#48A548;cursor:pointer}
.action i {font-size:16px;padding:2px 5px}
.CheckBoxList {overflow:auto;position:relative; max-height:150px;}
.CheckBoxList input{position:absolute}
.CheckBoxList label {padding-left:20px;color:#606060;font-weight:400;margin-bottom:0px;cursor:pointer;font-size: 85%;}
.fuelux .step-content .sub-pane::after{
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.fuelux .step-content .sub-pane {
  display: none;
}
.fuelux .step-content .sub-pane.active {
  display: block;
}
.ui-widget-content {
    background: #ffffff;
    color: #222222;
     /*border: 1px solid #aaaaaa; Naveen Commented*/
}
.ui-menu {
    display: block;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 5px 10px;
}
.ui-autocomplete {
    cursor: pointer;
    left: 0;
    position: absolute;
    top: 0;
    max-height:400px;
    overflow:auto
}
.ui-front {
    z-index: 100;
}
.ui-helper-hidden-accessible {display:none}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    /*font-weight: 700;*/
    color: #e12f2b;
    font-style:italic;
 
}

.error-field {
    color:red;
}

.resume-template {
    border: 1px solid #ddd; /* Gray border */
    border-radius: 4px; /* Rounded border */
    padding: 5px; /* Some padding */
    /* width: 150px; Set a small width */
    /*Naveen added*/
    max-height: 100px;
    cursor: pointer;
}

/* Naveen Added */
.pt-1 {
padding-top:5px;}
.pt-2 {
    padding-top: 10px;
}
.pt-3 {
    padding-top: 15px;
}
.mt-0 {
    margin-top: 0px;
}

.mt-1 {
    margin-top:5px;
}

.mt-2 {
    margin-top:10px;
}
.mt-3 {
    margin-top: 15px;
}
.mt-4 {
    margin-top: 20px;
}
.mb-0 {
    margin-bottom:0;
}
.mb-1 {
    margin-bottom:5px;
}
.mb-2 {
    margin-bottom: 10px;
}
.mb-3 {
    margin-bottom: 15px;
}
.mb-4 {
    margin-bottom: 20px;
}
.ml-1 {
    margin-left:5px !important;
}
.mr-3 {
    margin-right:15px;
}

.pl-4 {
padding-left:20px;}

.pb-2 {
    padding-bottom: 10px;
}
.d-block {
    display: block;
}

.radio-inline i {
    display:inline-block;
}

.radio-inline i {
    display:inline-block;
}

.radio label, .checkbox label {
    color: #333;
}


/*Wrapper*/

.tabs-left, .tabs-right {
    border-bottom: none;
    padding-top: 2px;
}

.tabs-left {
    border-right: 1px solid #ddd;
}

.tabs-right {
    border-left: 1px solid #ddd;
}

    .tabs-left > li, .tabs-right > li {
        float: none;
        margin-bottom: 2px;
    }

.tabs-left > li {
    margin-right: -1px;
}

.tabs-right > li {
    margin-left: -1px;
}

.tabs-left > li.active > a,
.tabs-left > li.active > a:hover,
.tabs-left > li.active > a:focus {
    border-bottom-color: #ddd;
    border-right-color: transparent;
}

.tabs-right > li.active > a,
.tabs-right > li.active > a:hover,
.tabs-right > li.active > a:focus {
    border-bottom: 1px solid #ddd;
    border-left-color: transparent;
}

.tabs-left > li > a {
    border-radius: 4px 0 0 4px;
    margin-right: 0;
    display: block;
    text-decoration:none;
}

.tabs-right > li > a {
    border-radius: 0 4px 4px 0;
    margin-right: 0;
}

.vertical-text {
    margin-top: 50px;
    border: none;
    position: relative;
}

    .vertical-text > li {
        height: 20px;
        width: 120px;
        margin-bottom: 100px;
    }

        .vertical-text > li > a {
            border-bottom: 1px solid #ddd;
            border-right-color: transparent;
            text-align: center;
            border-radius: 4px 4px 0px 0px;
        }

        .vertical-text > li.active > a,
        .vertical-text > li.active > a:hover,
        .vertical-text > li.active > a:focus {
            border-bottom-color: transparent;
            border-right-color: #ddd;
            border-left-color: #ddd;
        }

    .vertical-text.tabs-left {
        left: -50px;
    }

    .vertical-text.tabs-right {
        right: -50px;
    }

        .vertical-text.tabs-right > li {
            -webkit-transform: rotate(90deg);
            -moz-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            -o-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .vertical-text.tabs-left > li {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }


    /*table Left*/

.left-nav-tab {
    background: #ededed !important;
    min-width: 100% !important;
  
}

    .left-nav-tab li a {
        font-weight: normal;
        padding: 10px 15px !important;
    }

.tab-visited {
    background: #68b0a8 !important;
    /*background: #48a548 !important;*/ 
    border-radius: 0 !important;
    color: white !important;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

border-radius:0;

}
.blockquote {
    font-size: 15px !important;
    margin-bottom:0 !important;
}
.blockquote footer, blockquote small, blockquote .small {
    font-size: 75% !important;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
}
.active-completed {
position:relative;
}
.active-completed:after {
    content: url('../Images/Polygon1.png');
    position: absolute;
    z-index: 1000;
    top: 1px;
    right: 0;
}
.well-height {
    min-height: 382px;
}


.blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: "" !important;
 
}

.pl-20 {
    padding-left: 20px !important;
}
#jQGridEmploymentHistory {
    width: calc(100% - 1px) !important;
}
.ui-jqgrid tr.jqgrow td {
    white-space: normal !important;
}
.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0em;
    padding: 0;
    overflow: hidden;
    overflow-x: hidden !important;
    overflow-y: auto;
    text-align: left;
}
.has-error .form-control-feedback {
    display: none !important;
}
.has-success .form-control-feedback {
    display: none !important;
}

.btn-obj-save {
    position: absolute;
    left: 0;
    bottom: -114px;
}
.checkbox {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-left: 0px !important;
    /*padding-left: 15px !important;*/
}
.ui-jqgrid .ui-jqgrid-bdiv {
    position: relative;
    margin: 0em;
    padding: 0;
    overflow: hidden;
    overflow-x: hidden !important;
    overflow-y: auto;
    text-align: left;
}

.ui-widget-content {
    /*width: calc(100% - 5px)!important;*/
}
.text-warning {
    color: #ffc107 !important;
}

.info-color {
    font-style: italic !important;
    color: #357ebd !important;
}
.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
font-weight:bold !important;
}

th.ui-th-column div {
    white-space: normal !important;
    height: auto !important;
    padding: 2px;
}
/*nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px !important;
}*/
.form-wrapper-bg {
    background-color: #f6f6f6;
}
 input[type=radio] {
    box-sizing: border-box !important;
    padding: 0 !important;
    margin-right: 10px !important;
    margin-left: 5px !important;
}
input[type=checkbox] {
    box-sizing: border-box !important;
    padding: 0 !important;
    margin-right: 10px !important;
    margin-left: -15px !important;
}
.form-select {
    background-image: url(../Images/dropdown_arrow.svg) !important;

}

.btn-close {
    background: url(../Images/btn_close.svg) !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
}


.form-select {
    background-image: url(../Images/dropdown_arrow.svg) !important;
}

.terms-condition {
    height: calc(100vh - 30vh);
    overflow-y: scroll;
}