/* =================== 1 Common Css  =======================*/
body{ 
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;    
}
/*Signature Font*/
@font-face {
    font-family: 'notera_personal_use_onlyRg';
    src: url('../fonts/notera_personaluseonly-webfont.woff2') format('woff2'),
         url('../fonts/notera_personaluseonly-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ethernal_bold_personal_useRg';
    src: url('../fonts/ethernalbold_personal-webfont.woff2') format('woff2'),
         url('../fonts/ethernalbold_personal-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'cedarville_pnkfun1_cursiveRg';
    src: url('../fonts/cedarville_pnkfun_1_cursive-webfont.woff2') format('woff2'),
         url('../fonts/cedarville_pnkfun_1_cursive-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
* { text-rendering: optimizeLegibility; }
html.touch * { text-rendering: optimizeSpeed; }

/*common*/
a:focus, a:hover { outline: none; text-decoration: none; }

.pt0 {padding-top: 0px !important;}
.pt5 {padding-top:5px;}
.pl0 {padding-left:0;}
.p20 {padding:20px;}
.mt0 {margin-top:0px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt60 {margin-top:60px;}
.mt40 {margin-top:40px;}
.mt45 {margin-top:45px;}
.mt50 {margin-top:50px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.mt50 {margin-top:50px;}
.mt70 {margin-top:70px;}
.mt75 {margin-top:75px;}
.mr5  {margin-right:5px;}
.mr10 {margin-right:10px;}
.ml15 {margin-left:15px;}
.mr15 {margin-right:15px;}
.mb20 {margin-bottom:20px;}
.mb10 {margin-bottom:10px !important;}
.mb30 {margin-bottom:30px;}
.ml25 {margin-left:25px;}
.mt10 {margin-top:10px; }
.ml20 {margin-left:20px;}

.btn { padding: 10px 48px; font-size: 16px;}
.btn-info { background-color: #BE8540; border-color: #BE8540; }
.btn-info:hover {  background-color: #333; border-color: #333;  }

.text-left { text-align: left !important; }
.pr30 { padding-right: 30px; }
.pl30 { padding-left: 30px; }

.width150 { width: 150px; }
.dotted-line { border-bottom: 1px dashed #333; padding:10px 0; margin-bottom: 20px;   }

.navbar-brand { height: auto;  }
.jumbotron { padding-top: 0; padding-bottom: 30px; background: url(../images/security.jpg) no-repeat 100% 62%;
    background-size: cover; position: relative; margin-bottom: 0; }
.jumbotron:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 0; content: ""; background: rgba(0,74,141,0.8);}
.jumbotron p { margin-bottom: 5px; font-size: 17px;font-weight: 200; color: #fff; position: relative; z-index: 1;}
.jumbotron a { color: #fff; position: relative; z-index: 1; margin-top: 10px; display: inline-block;}

.font-normal { font-weight: normal !important;}
.navbar-default { background: #234559; opacity: 0.8;}
 .pt20 { padding-top: 20px;  }
.jumbotron h2 { color: #fff; text-transform: uppercase; position: relative;z-index: 2; margin-top: 36px; font-size: 34px; margin-bottom: 10px; line-height: 40px; font-weight: 700;}

/* added to  .nav */
.normal { -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s; min-height: 42px;}
.normal .navbar-right { padding-top: 10px; -webkit-transition: 0.5s; -moz-transition: 0.5s; -ms-transition: 0.5s; transition: 0.5s;}
.normal .navbar-right li { margin-left: 20px; color: #fff; }
.navbar-brand { padding: 0px !important;}
h2 { font-size: 35px; font-weight: 400; margin-top: 60px; }

.banner-bg {padding: 15px 0;background: #f1f1f1;}
.banner-left{ text-align: center;}
.banner-left h4,.banner-right h4 { font-size: 24px; font-weight: 500; color: #0033a1; line-height: 34px;padding-top: 9px;}
.banner-left h4 span { display: block;}
.banner-right h4 { padding-top: 50px;  }

.mainbox { margin-top: 10px; }
.control-label { padding-top: 10px;}
.error { color: #ff0000;}
.checkbox label,.radio label { font-size: 15px; margin-top: 10px; margin-bottom: 0; }
.checkbox { padding-left: 20px; }
.checkbox label { display: inline-block; position: relative; padding-left: 5px; }
.checkbox label::before { content: ""; display: inline-block; position: absolute; width: 17px;
      height: 17px; left: 0; margin-left: -20px; border: 1px solid #cccccc; border-radius: 3px;
      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 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="checkbox"] { opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

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

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      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; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -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); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; padding-top: 0; }

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

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }
h4 { color: #365E90; margin-top: 20px;   }

/*------Thanks You Page CSS--------*/
.thanyou { margin: 50px auto 0; text-align: center; width: 400px;}
.thanyou i { border: 2px solid #37a000; border-radius: 50%; color: #37a000; font-size: 43px; height: 80px; line-height: 80px; width: 80px;}

.fileupload .form-control { height: auto;  }
textarea.form-control { height: 103px; overflow: hidden; resize: none;}
#successMessage { display: none; position: absolute; right: 0; top: 12px;}
#buttonsubmitImage { display: none; position: absolute; right: 0; top: 12px;}
/*New CSS*/
header h1 { text-decoration: underline; padding-top: 10px; }
.header-right { font-weight: 500;  color: #888; line-height: 21px;}
.bgnone { background: none;}
.panel { box-shedow:none; -webkit-box-shadow:none;}
.panel-primary > .panel-heading { color: #000; background-color:transparent; border-color: #c1c1c1; margin-bottom: 20px; padding-left: 0 }
.panel-primary { border: 0;}
.panel-title { font-size: 20px; color: #254354; font-weight: 500;} 
.main-title  { font-size: 24px; color: #0033a1; text-align: center; text-transform: uppercase; font-weight: 500; margin: 20px 0;}

.form-horizontal .control-label { font-weight: 500; }
.btn-primary { background-color: #004a8d; border-color: #004a8d; transition: all 0.3s ease; }
.btn-primary:hover,.btn-primary:focus,.btn-primary:active:focus {background-color: #397bb7; border-color: #397bb7;   }
.modal-content  .tab-nav { border-bottom: 1px solid #ccc; box-shadow: none; padding: 0;}
.tab-nav ul { margin: 0; padding: 0;}
.tab-nav li { display: inline-block; margin-right: 40px; padding: 20px 0; position: relative;}
.modal-content  .tab-nav .selected::before {
    border-bottom: 10px solid #ccc;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: -1px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    width: 0;
}
.modal-content  .tab-nav .selected::after {
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -1px;
    content: "";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
}
.modal-content .button-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #2c6ee1;
    cursor: pointer;
    display: inline;
    font: inherit;
    margin: 0;
    padding: 0;
}
.modal-content .tab-nav .selected { color: #ffc21d;}
.modal-body h4, .modal-body h5 { font-size: 13px;}
.normal {
    font-weight: 400;
    margin-bottom: 2px;
}
.signature-preview .signature{
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15) inset;
    margin-bottom: 15px;
    margin-top: 5px;
    min-height: 90px;
    overflow: auto;
    padding: 10px 5px;
    vertical-align: middle;
}
article#select-style { position: relative;}
#select-style .change-style {
    position: absolute;
    right: 0;
    top: 0;
}
#select-style  .button-link {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    color: #2c6ee1;
    cursor: pointer;
    display: inline;
    font: inherit;
    margin: 0;
    padding: 0;
}
#save_btn {
    color: #fff;
    padding: 0.8em;
    font-size: 0.9em;
    cursor: pointer;
    border: none;
    border-radius: 30px;
    background: #008e90;
    outline: none;
    margin: 23px 0 0;
    font-weight: 400;
    text-transform: capitalize;
}
.signature-preview .signature {
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15) inset;
    margin-bottom: 15px;
    margin-top: 5px;
    min-height: 90px;
    overflow: auto;
    padding: 10px 5px;
    vertical-align: middle;
}
.nopadding { padding: 0;}
.nomargin{ margin: 0px;}
article#select-style { position: relative;}
.p1 {
    font-size: 30px;
    color: #000;
    font-weight: 500;
}

@media (min-width: 1200px){
  .container { width: 1270px;}
}


input[type="radio"], input[type="checkbox"] { margin: 4px 0 0;  }
.noteBG { background:#f1f1f1; padding:15px; font-size: 12px; line-height: 20px; margin-bottom: 40px;   }
.btn-info { margin: 40px 0;  }  

footer { background:#004a8d; padding: 20px 0 10px; margin-top: 50px;  }
footer p { color: #fff; }

#signature { border:1px solid #999; width: 70%;}

.signature-box { display: inline-block; position: relative; border-bottom: 1px solid #ddd; padding-bottom: 0;  margin-left: 10px;
    margin-right: 14px; width: 300px;}
.signature-box .signature-input{ display: inline-block; border: 0px; padding-bottom: 10px; width: 300px;}
.signature-box .signature-input:focus{ outline: none; border: 0; }

.mb30 { margin-bottom: 30px;}

/*------------Responsive-----------*/
@media screen and (max-width:768px){
  header h1 {padding-top: 0; font-size: 30px;  }
  .panel-body {padding: 0;}
  .mainbox {margin-top: 20px; }
  .form-horizontal .control-label { margin-bottom: 4px; }
}

@media screen and (max-width:767px){
    h2 {font-size: 24px; margin-top: 33px;}
    header { min-height: inherit; }
    .form-title { margin-top: 37px; padding: 25px 20px; font-size: 20px;  }
    .radio, .checkbox { margin-top: 10px;}
    .navbar-brand img { max-height: 60px;}
    
    .normal .navbar-right { padding-top: 0px;}
    .navbar-default .navbar-collapse, .navbar-default .navbar-form { display: inline-block; width: 64%; border: 0; vertical-align: top; }
    .navbar-header { width: 50%;  display: inline-block;  }

    .normal .navbar-right li { font-size: 12px;  margin-bottom: 5px; margin-top: 5px;  }
    .jumbotron { padding-top: 22px; padding-bottom: 20px; text-align: center;  margin-bottom: 0;  }
    .jumbotron h2 { font-size: 20px; line-height: 29px; margin-top: 0;}
    footer .text-right  { text-align: center;}
    #toTop { right: 14px; bottom: 89px;}
    .btn-info { margin: 20px 0;}

    .jumbotron .img-responsive {display: inline-block;}
    .panel-title {font-size: 18px;}
    .banner-left h4, .banner-right h4 { padding-top: 0; margin-top: 0px; font-size: 20px; line-height: 28px; text-align: center;}
    .banner-right h4 { margin-top: 10px;}
    .pl0 { padding-left: 15px;}

    .signature .btn { width: 90% !important; margin-bottom: 10px;}
    .signature-box { margin-left: 0;}
    .modal-footer .btn-primary { padding: 10px 26px;  }
}

@media only screen and (max-width:40em){
    #signature{ width: auto; }
    canvas.jSignature {width : 90% !important;}
    div#sig_pad_71 {width : 90% !important;}
    div#sig_pad_74 {width : 90% !important;}
    .signature-pad-wrapper {width : 100% !important;}
}
.small,small { font-size: 80%; color: #888; font-weight: normal; display: block;}
.ml0 { margin-left: 0 !important; }

@media(max-width:414px) { 
   .thanyou {width: 80%;}
   .mainbox {margin-top: 20px;}
   header {text-align: center;}
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none; -moz-appearance: none; appearance: none; margin: 0; }

input[type='number'] { -moz-appearance:textfield;}

.panel { background-color: transparent;}
.panel-white { background-color: #fff; }

#loading-image {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    text-align: center;
    z-index: 9999;
}