/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100,300,300italic,100italic,400italic,500,500italic,700,900,900italic,700italic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/*== start general styles ==*/
html, body, .mainWrap {
  height: 100%;
  /*height: auto;*/
  min-height: 100%;
  margin: 0;
  padding: 0; }

html {
  /*height: auto!important;*/
  /*height: 100%;*/
  /*min-height: 100%!important;*/
  width: 100% !important;
  min-width: 1170px !important;
  /*min-width: 100%!important;*/ }

body {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #6b6b6b;
  font-weight: 300;
  min-width: 1170px !important;
  background-color: #F8F8F8; }

* {
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  outline: none; }

input, textarea, keygen, select, button {
  font: inherit; }

.alignL {
  text-align: left; }

.alignR {
  text-align: right; }

.alignC {
  text-align: center; }

.pullLeft {
  float: left; }

.pullRight {
  float: right !important; }

.valignMid {
  vertical-align: middle !important; }

.valignTop {
  vertical-align: top !important; }

.valignBottom {
  vertical-align: bottom !important; }

.sectionHide {
  display: none !important; }

.sectionShow {
  display: block !important; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

a, button, input[type="submit"] {
  background: transparent;
  margin: 0;
  border: 0;
  text-decoration: none;
  display: inline-block;
  color: #6b6b6b; }

.dividerWord {
  height: 1px;
  background: #dbdbdb;
  position: relative;
  margin: 35px 0; }
  .dividerWord span {
    position: absolute;
    background: #fff;
    top: -10px;
    left: 50%;
    padding: 2px 6px;
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); }

.dividerSt {
  position: relative;
  height: 1px;
  width: 100%;
  margin: 0 0 50px 0;
  background-color: lightgray; }
  .dividerSt:before, .dividerSt:after {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: solid transparent;
    content: '';
    pointer-events: none; }
  .dividerSt:before {
    margin-left: -13px;
    border-width: 13px;
    border-top-color: lightgray; }
  .dividerSt:after {
    margin-left: -12px;
    border-width: 12px;
    border-top-color: white; }

.dividerPlain {
  margin: 20px 0 10px 0;
  padding-top: 20px;
  border-top: 1px solid lightgray; }

.clearAfter:after, .container:after {
  content: '';
  clear: both;
  display: block; }

.clear {
  display: table;
  clear: both; }

.txtDefault {
  font-size: 15px;
  margin: 15px 15px 15px 5px; }

/*== form styles ==*/
.formRow {
  margin-bottom: 10px;
  position: relative; }
  .formRow.selectSml select {
    padding: 6px 12px;
    float: none; }
  .formRow .compNameSt {
    max-width: 100%; }
    .formRow .compNameSt ul li label {
      position: relative;
      padding-left: 20px;
      overflow: hidden;
      display: inline-block;
      max-width: 100%;
      word-wrap: break-word;
      word-break: break-word; }
      .formRow .compNameSt ul li label input[type='radio'] {
        position: absolute;
        top: 0px;
        left: 0;
        margin: 5px 0 0 0; }
  .formRow .formLabel {
    margin-bottom: 5px;
    display: block;
    font-weight: 500; }
    .formRow .formLabel .textBtn {
      font-size: .8em;
      margin-left: 5px; }
  .formRow .formControl, .formRow .select2-container .select2-choices, .select2-container .formRow .select2-choices {
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #6b6b6b;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    line-height: normal;
    height: 36px;
    transition: border-color 0.7s;
    -ms-transition: border-color 0.7s;
    -moz-transition: border-color 0.7s;
    -webkit-transition: border-color 0.7s; }
    .formRow .formControl:focus, .formRow .select2-container .select2-choices:focus, .select2-container .formRow .select2-choices:focus {
      border-color: #23ace3; }
    .formRow .formControl[disabled=disabled], .formRow .select2-container [disabled=disabled].select2-choices, .select2-container .formRow [disabled=disabled].select2-choices {
      opacity: 0.45; }
    .formRow .formControl.sizeM, .formRow .select2-container .sizeM.select2-choices, .select2-container .formRow .sizeM.select2-choices {
      padding: 6px 12px !important; }
  .formRow.hasBtnR {
    padding-right: 120px;
    position: relative; }
    .formRow.hasBtnR .btn:not(.btnNotR), .formRow.hasBtnR .alt_search input[type="submit"]:not(.btnNotR), .alt_search .formRow.hasBtnR input[type="submit"]:not(.btnNotR) {
      position: absolute;
      right: 10px;
      top: 0;
      max-width: 106px; }
  .formRow.hasUpload {
    padding-right: 0; }
    .formRow.hasUpload .upload_div {
      padding-right: 120px;
      position: relative; }
      .formRow.hasUpload .upload_div input[type="file"] {
        opacity: 0;
        position: absolute;
        top: 0;
        right: 10px;
        width: 100px;
        height: 36px; }
      .formRow.hasUpload .upload_div .btn:not(.btnNotR), .formRow.hasUpload .upload_div .alt_search input[type="submit"]:not(.btnNotR), .alt_search .formRow.hasUpload .upload_div input[type="submit"]:not(.btnNotR) {
        min-width: 99px;
        top: auto;
        bottom: 0; }
        .formRow.hasUpload .upload_div .btn:not(.btnNotR).stickTop, .formRow.hasUpload .upload_div .alt_search input[type="submit"]:not(.btnNotR).stickTop, .alt_search .formRow.hasUpload .upload_div input[type="submit"]:not(.btnNotR).stickTop {
          top: 0;
          bottom: initial; }
        .formRow.hasUpload .upload_div .btn:not(.btnNotR) + input[type='file'], .formRow.hasUpload .upload_div .alt_search input[type="submit"]:not(.btnNotR) + input[type='file'], .alt_search .formRow.hasUpload .upload_div input[type="submit"]:not(.btnNotR) + input[type='file'] {
          cursor: pointer; }
  .formRow .labelNote {
    font-style: italic;
    display: block;
    padding-top: 7px; }
  .formRow.checkPosFix input[type="checkbox"] {
    position: relative;
    top: 2px; }

textarea.formControl, .select2-container textarea.select2-choices {
  min-height: 110px;
  resize: vertical; }

select.formControl[multiple], .select2-container select[multiple].select2-choices {
  min-height: 110px; }

.label-floatlabel {
  left: 0 !important;
  top: -15px !important;
  margin: 0 !important;
  color: #6b6b6b !important; }

.customCheck .formRow {
  position: relative; }
  .customCheck .formRow input[type='checkbox'] {
    opacity: 0;
    position: absolute; }
  .customCheck .formRow input[type='checkbox'], .customCheck .formRow label {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer; }
  .customCheck .formRow label {
    position: relative; }
  .customCheck .formRow input[type='checkbox'] + label:before {
    content: '';
    background: transparent;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    line-height: 18px; }
  .customCheck .formRow input[type='checkbox']:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    background: transparent;
    color: #ccc; }

.customRadio .formRow {
  position: relative; }
  .customRadio .formRow input[type='radio'] {
    opacity: 0;
    position: absolute; }
  .customRadio .formRow input[type='radio'], .customRadio .formRow label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer; }
  .customRadio .formRow label {
    position: relative; }
  .customRadio .formRow input[type='radio'] + label:before {
    content: '';
    background: transparent;
    border: 2px solid #bfbfbf;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 2px;
    margin-right: 10px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%; }
  .customRadio .formRow input[type='radio']:checked + label:before {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #bbb; }

.wordBreak {
  word-wrap: break-word;
  word-break: break-word; }

.formAddon {
  position: absolute;
  top: 0;
  height: 40px;
  width: 40px;
  text-align: center;
  padding: 10px 0;
  background: #ECECEC;
  font-size: 13px; }

.hasAddonL .formAddon {
  left: 0; }
.hasAddonL .formControl, .hasAddonL .select2-container .select2-choices, .select2-container .hasAddonL .select2-choices {
  padding-left: 50px; }

.hasAddonR .formAddon {
  right: 0; }
.hasAddonR .formControl, .hasAddonR .select2-container .select2-choices, .select2-container .hasAddonR .select2-choices {
  padding-right: 50px; }

.checkbox, .radio {
  display: block;
  min-height: 20px;
  margin-bottom: 3px;
  position: relative;
  line-height: 22px; }
  .checkbox label, .radio label {
    cursor: pointer;
    font-weight: 400; }

.checkboxInl, .radioInl {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  margin-right: 18px; }

/*== end form styles ==*/
/*== start button styles ==*/
.textBtn {
  color: #23ace3;
  text-decoration: none;
  position: relative;
  cursor: pointer; }
  .textBtn:after {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px;
    background: #23ace3;
    content: '';
    opacity: 0;
    transition: opacity 0.3s, transform 0.3s;
    -ms-transition: opacity 0.3s, transform 0.3s;
    -moz-transition: opacity 0.3s, transform 0.3s;
    -webkit-transition: opacity 0.3s, transform 0.3s;
    transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -webkit-transform: translateY(10px); }
  .textBtn.del_btn:after {
    background: #B50B0B; }
  .textBtn:hover:after, .textBtn:focus:after {
    opacity: 1;
    transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px); }

.btn, .alt_search input[type="submit"] {
  padding: 13px 28px;
  border: none;
  cursor: pointer;
  border-radius: 0;
  font-size: 15px;
  text-align: center;
  color: #6b6b6b;
  box-shadow: inset 0 -3px 0 0px rgba(0, 0, 0, 0.1);
  transition: opacity 0.7s;
  -ms-transition: opacity 0.7s;
  -moz-transition: opacity 0.7s;
  -webkit-transition: opacity 0.7s; }
  .btn.btnPrime, .alt_search input[type="submit"] {
    background: #23ace3;
    color: #fff; }
  .btn.btnRed, .alt_search input.btnRed[type="submit"] {
    background: #B50B0B;
    color: #fff; }
  .btn.btnFb, .alt_search input.btnFb[type="submit"] {
    background-color: #3B5998;
    background-image: url("");
    color: #fff; }
  .btn.btnIn, .alt_search input.btnIn[type="submit"] {
    background-color: #0077B5;
    color: #fff; }
  .btn.btnBlock, .alt_search input.btnBlock[type="submit"] {
    display: block;
    width: 100%; }
  .btn.sizeXS, .alt_search input.sizeXS[type="submit"] {
    padding: 5px 8px;
    line-height: 100%;
    font-size: 12px; }
  .btn.sizeS, .alt_search input[type="submit"] {
    padding: 0 10px;
    line-height: 36px; }
  .btn.sizeM, .alt_search input.sizeM[type="submit"] {
    font-size: 20px; }
  .btn.sizeL, .alt_search input.sizeL[type="submit"] {
    font-size: 25px; }
  .btn.hasAddon, .alt_search input.hasAddon[type="submit"] {
    position: relative;
    padding-left: 60px;
    padding-right: 20px; }
  .btn:hover, .alt_search input[type="submit"]:hover {
    opacity: .7; }
  .btn.hasIconR i, .alt_search input.hasIconR[type="submit"] i {
    float: right;
    height: 15px;
    margin-left: 1px; }
  .btn.hasIconL i, .alt_search input.hasIconL[type="submit"] i {
    float: left;
    height: 15px;
    margin-right: 1px; }
  .btn.disabled_btn, .alt_search input.disabled_btn[type="submit"] {
    color: #F8F8F8;
    background: #dbdbdb;
    opacity: 1;
    cursor: default; }

.icon2-social-facebook, .icon2-social-linkedin {
  position: relative;
  padding-left: 50px;
  padding-right: 50px; }
  .icon2-social-facebook:before, .icon2-social-linkedin:before {
    position: absolute;
    top: 3px;
    left: 9px;
    font-size: 40px; }

.social-google {
  background-color: #357ae8;
  position: relative;
  padding-left: 50px;
  padding-right: 50px; }
  .social-google:before {
    position: absolute;
    top: 6px;
    left: 15px;
    font-size: 36px;
    content: "\f0d4";
    font-family: FontAwesome; }

.del_btn {
  color: #B50B0B;
  cursor: pointer; }

.btnAddOn {
  position: absolute;
  width: 40px;
  height: 100%;
  top: 0;
  left: 0;
  padding: 13px;
  background: rgba(0, 0, 0, 0.2); }

/*== end button styles ==*/
.text_overflow, header .latest_task table .taskName > * {
  display: block;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.font_icon:before {
  font-family: "capita-malta" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*== start grid system ==*/
.colRow {
  margin: 0 -10px 30px; }
  .colRow:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    visibility: hidden; }

.colRow:first-of-type:last-of-type {
  margin-bottom: 0; }

.col1 {
  width: 8.33333%;
  padding: 0 10px;
  float: left; }

.col2 {
  width: 16.66667%;
  padding: 0 10px;
  float: left; }

.col3 {
  width: 25%;
  padding: 0 10px;
  float: left; }

.col4, .formRow.selectSml select {
  width: 33.33333%;
  padding: 0 10px;
  float: left; }

.col5 {
  width: 41.66667%;
  padding: 0 10px;
  float: left; }

.col6 {
  width: 50%;
  padding: 0 10px;
  float: left; }

.col7 {
  width: 58.33333%;
  padding: 0 10px;
  float: left; }

.col8 {
  width: 66.66667%;
  padding: 0 10px;
  float: left; }

.col9 {
  width: 75%;
  padding: 0 10px;
  float: left; }

.col10 {
  width: 83.33333%;
  padding: 0 10px;
  float: left; }

.col11 {
  width: 91.66667%;
  padding: 0 10px;
  float: left; }

.col12 {
  width: 100%;
  padding: 0 10px;
  float: left; }

.colCustom > .colRow > .col2 {
  width: 16.4%; }
.colCustom > .colRow .col1 {
  width: 10.5%;
  padding: 0 10px;
  float: left; }

/*== end grid system ==*/
/*== start margin & paddings ==*/
.mt0 {
  margin-top: 0px !important; }

.pt0 {
  padding-top: 0px !important; }

.mt5 {
  margin-top: 5px !important; }

.pt5 {
  padding-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.pt10 {
  padding-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.pt15 {
  padding-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.pt20 {
  padding-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.pt25 {
  padding-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.pt30 {
  padding-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.pt35 {
  padding-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.pt40 {
  padding-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.pt45 {
  padding-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.pt50 {
  padding-top: 50px !important; }

.mt55 {
  margin-top: 55px !important; }

.pt55 {
  padding-top: 55px !important; }

.mt60 {
  margin-top: 60px !important; }

.pt60 {
  padding-top: 60px !important; }

.mb0 {
  margin-bottom: 0px !important; }

.pb0 {
  padding-bottom: 0px !important; }

.mb5 {
  margin-bottom: 5px !important; }

.pb5 {
  padding-bottom: 5px !important; }

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

.pb10 {
  padding-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.pb55 {
  padding-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.pb60 {
  padding-bottom: 60px !important; }

.mr0 {
  margin-right: 0px !important; }

.pr0 {
  padding-right: 0px !important; }

.mr1 {
  margin-right: 1px !important; }

.pr1 {
  padding-right: 1px !important; }

.mr2 {
  margin-right: 2px !important; }

.pr2 {
  padding-right: 2px !important; }

.mr3 {
  margin-right: 3px !important; }

.pr3 {
  padding-right: 3px !important; }

.mr4 {
  margin-right: 4px !important; }

.pr4 {
  padding-right: 4px !important; }

.mr5 {
  margin-right: 5px !important; }

.pr5 {
  padding-right: 5px !important; }

.mr6 {
  margin-right: 6px !important; }

.pr6 {
  padding-right: 6px !important; }

.mr7 {
  margin-right: 7px !important; }

.pr7 {
  padding-right: 7px !important; }

.mr8 {
  margin-right: 8px !important; }

.pr8 {
  padding-right: 8px !important; }

.mr9 {
  margin-right: 9px !important; }

.pr9 {
  padding-right: 9px !important; }

.mr10 {
  margin-right: 10px !important; }

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

.mr11 {
  margin-right: 11px !important; }

.pr11 {
  padding-right: 11px !important; }

.mr12 {
  margin-right: 12px !important; }

.pr12 {
  padding-right: 12px !important; }

.mr13 {
  margin-right: 13px !important; }

.pr13 {
  padding-right: 13px !important; }

.mr14 {
  margin-right: 14px !important; }

.pr14 {
  padding-right: 14px !important; }

.mr15 {
  margin-right: 15px !important; }

.pr15 {
  padding-right: 15px !important; }

.mr16 {
  margin-right: 16px !important; }

.pr16 {
  padding-right: 16px !important; }

.mr17 {
  margin-right: 17px !important; }

.pr17 {
  padding-right: 17px !important; }

.mr18 {
  margin-right: 18px !important; }

.pr18 {
  padding-right: 18px !important; }

.mr19 {
  margin-right: 19px !important; }

.pr19 {
  padding-right: 19px !important; }

.mr20 {
  margin-right: 20px !important; }

.pr20 {
  padding-right: 20px !important; }

.mr21 {
  margin-right: 21px !important; }

.pr21 {
  padding-right: 21px !important; }

.mr22 {
  margin-right: 22px !important; }

.pr22 {
  padding-right: 22px !important; }

.mr23 {
  margin-right: 23px !important; }

.pr23 {
  padding-right: 23px !important; }

.mr24 {
  margin-right: 24px !important; }

.pr24 {
  padding-right: 24px !important; }

.mr25 {
  margin-right: 25px !important; }

.pr25 {
  padding-right: 25px !important; }

.mr26 {
  margin-right: 26px !important; }

.pr26 {
  padding-right: 26px !important; }

.mr27 {
  margin-right: 27px !important; }

.pr27 {
  padding-right: 27px !important; }

.mr28 {
  margin-right: 28px !important; }

.pr28 {
  padding-right: 28px !important; }

.mr29 {
  margin-right: 29px !important; }

.pr29 {
  padding-right: 29px !important; }

.mr30 {
  margin-right: 30px !important; }

.pr30 {
  padding-right: 30px !important; }

.mr31 {
  margin-right: 31px !important; }

.pr31 {
  padding-right: 31px !important; }

.mr32 {
  margin-right: 32px !important; }

.pr32 {
  padding-right: 32px !important; }

.mr33 {
  margin-right: 33px !important; }

.pr33 {
  padding-right: 33px !important; }

.mr34 {
  margin-right: 34px !important; }

.pr34 {
  padding-right: 34px !important; }

.mr35 {
  margin-right: 35px !important; }

.pr35 {
  padding-right: 35px !important; }

.mr36 {
  margin-right: 36px !important; }

.pr36 {
  padding-right: 36px !important; }

.mr37 {
  margin-right: 37px !important; }

.pr37 {
  padding-right: 37px !important; }

.mr38 {
  margin-right: 38px !important; }

.pr38 {
  padding-right: 38px !important; }

.mr39 {
  margin-right: 39px !important; }

.pr39 {
  padding-right: 39px !important; }

.mr40 {
  margin-right: 40px !important; }

.pr40 {
  padding-right: 40px !important; }

.mr41 {
  margin-right: 41px !important; }

.pr41 {
  padding-right: 41px !important; }

.mr42 {
  margin-right: 42px !important; }

.pr42 {
  padding-right: 42px !important; }

.mr43 {
  margin-right: 43px !important; }

.pr43 {
  padding-right: 43px !important; }

.mr44 {
  margin-right: 44px !important; }

.pr44 {
  padding-right: 44px !important; }

.mr45 {
  margin-right: 45px !important; }

.pr45 {
  padding-right: 45px !important; }

.mr46 {
  margin-right: 46px !important; }

.pr46 {
  padding-right: 46px !important; }

.mr47 {
  margin-right: 47px !important; }

.pr47 {
  padding-right: 47px !important; }

.mr48 {
  margin-right: 48px !important; }

.pr48 {
  padding-right: 48px !important; }

.mr49 {
  margin-right: 49px !important; }

.pr49 {
  padding-right: 49px !important; }

.mr50 {
  margin-right: 50px !important; }

.pr50 {
  padding-right: 50px !important; }

.mr51 {
  margin-right: 51px !important; }

.pr51 {
  padding-right: 51px !important; }

.mr52 {
  margin-right: 52px !important; }

.pr52 {
  padding-right: 52px !important; }

.mr53 {
  margin-right: 53px !important; }

.pr53 {
  padding-right: 53px !important; }

.mr54 {
  margin-right: 54px !important; }

.pr54 {
  padding-right: 54px !important; }

.mr55 {
  margin-right: 55px !important; }

.pr55 {
  padding-right: 55px !important; }

.mr56 {
  margin-right: 56px !important; }

.pr56 {
  padding-right: 56px !important; }

.mr57 {
  margin-right: 57px !important; }

.pr57 {
  padding-right: 57px !important; }

.mr58 {
  margin-right: 58px !important; }

.pr58 {
  padding-right: 58px !important; }

.mr59 {
  margin-right: 59px !important; }

.pr59 {
  padding-right: 59px !important; }

.mr60 {
  margin-right: 60px !important; }

.pr60 {
  padding-right: 60px !important; }

.ml0 {
  margin-left: 0px !important; }

.pl0 {
  padding-left: 0px !important; }

.ml1 {
  margin-left: 1px !important; }

.pl1 {
  padding-left: 1px !important; }

.ml2 {
  margin-left: 2px !important; }

.pl2 {
  padding-left: 2px !important; }

.ml3 {
  margin-left: 3px !important; }

.pl3 {
  padding-left: 3px !important; }

.ml4 {
  margin-left: 4px !important; }

.pl4 {
  padding-left: 4px !important; }

.ml5 {
  margin-left: 5px !important; }

.pl5 {
  padding-left: 5px !important; }

.ml6 {
  margin-left: 6px !important; }

.pl6 {
  padding-left: 6px !important; }

.ml7 {
  margin-left: 7px !important; }

.pl7 {
  padding-left: 7px !important; }

.ml8 {
  margin-left: 8px !important; }

.pl8 {
  padding-left: 8px !important; }

.ml9 {
  margin-left: 9px !important; }

.pl9 {
  padding-left: 9px !important; }

.ml10 {
  margin-left: 10px !important; }

.pl10 {
  padding-left: 10px !important; }

.ml11 {
  margin-left: 11px !important; }

.pl11 {
  padding-left: 11px !important; }

.ml12 {
  margin-left: 12px !important; }

.pl12 {
  padding-left: 12px !important; }

.ml13 {
  margin-left: 13px !important; }

.pl13 {
  padding-left: 13px !important; }

.ml14 {
  margin-left: 14px !important; }

.pl14 {
  padding-left: 14px !important; }

.ml15 {
  margin-left: 15px !important; }

.pl15 {
  padding-left: 15px !important; }

.ml16 {
  margin-left: 16px !important; }

.pl16 {
  padding-left: 16px !important; }

.ml17 {
  margin-left: 17px !important; }

.pl17 {
  padding-left: 17px !important; }

.ml18 {
  margin-left: 18px !important; }

.pl18 {
  padding-left: 18px !important; }

.ml19 {
  margin-left: 19px !important; }

.pl19 {
  padding-left: 19px !important; }

.ml20 {
  margin-left: 20px !important; }

.pl20 {
  padding-left: 20px !important; }

.ml21 {
  margin-left: 21px !important; }

.pl21 {
  padding-left: 21px !important; }

.ml22 {
  margin-left: 22px !important; }

.pl22 {
  padding-left: 22px !important; }

.ml23 {
  margin-left: 23px !important; }

.pl23 {
  padding-left: 23px !important; }

.ml24 {
  margin-left: 24px !important; }

.pl24 {
  padding-left: 24px !important; }

.ml25 {
  margin-left: 25px !important; }

.pl25 {
  padding-left: 25px !important; }

.ml26 {
  margin-left: 26px !important; }

.pl26 {
  padding-left: 26px !important; }

.ml27 {
  margin-left: 27px !important; }

.pl27 {
  padding-left: 27px !important; }

.ml28 {
  margin-left: 28px !important; }

.pl28 {
  padding-left: 28px !important; }

.ml29 {
  margin-left: 29px !important; }

.pl29 {
  padding-left: 29px !important; }

.ml30 {
  margin-left: 30px !important; }

.pl30 {
  padding-left: 30px !important; }

.ml31 {
  margin-left: 31px !important; }

.pl31 {
  padding-left: 31px !important; }

.ml32 {
  margin-left: 32px !important; }

.pl32 {
  padding-left: 32px !important; }

.ml33 {
  margin-left: 33px !important; }

.pl33 {
  padding-left: 33px !important; }

.ml34 {
  margin-left: 34px !important; }

.pl34 {
  padding-left: 34px !important; }

.ml35 {
  margin-left: 35px !important; }

.pl35 {
  padding-left: 35px !important; }

.ml36 {
  margin-left: 36px !important; }

.pl36 {
  padding-left: 36px !important; }

.ml37 {
  margin-left: 37px !important; }

.pl37 {
  padding-left: 37px !important; }

.ml38 {
  margin-left: 38px !important; }

.pl38 {
  padding-left: 38px !important; }

.ml39 {
  margin-left: 39px !important; }

.pl39 {
  padding-left: 39px !important; }

.ml40 {
  margin-left: 40px !important; }

.pl40 {
  padding-left: 40px !important; }

.ml41 {
  margin-left: 41px !important; }

.pl41 {
  padding-left: 41px !important; }

.ml42 {
  margin-left: 42px !important; }

.pl42 {
  padding-left: 42px !important; }

.ml43 {
  margin-left: 43px !important; }

.pl43 {
  padding-left: 43px !important; }

.ml44 {
  margin-left: 44px !important; }

.pl44 {
  padding-left: 44px !important; }

.ml45 {
  margin-left: 45px !important; }

.pl45 {
  padding-left: 45px !important; }

.ml46 {
  margin-left: 46px !important; }

.pl46 {
  padding-left: 46px !important; }

.ml47 {
  margin-left: 47px !important; }

.pl47 {
  padding-left: 47px !important; }

.ml48 {
  margin-left: 48px !important; }

.pl48 {
  padding-left: 48px !important; }

.ml49 {
  margin-left: 49px !important; }

.pl49 {
  padding-left: 49px !important; }

.ml50 {
  margin-left: 50px !important; }

.pl50 {
  padding-left: 50px !important; }

.ml51 {
  margin-left: 51px !important; }

.pl51 {
  padding-left: 51px !important; }

.ml52 {
  margin-left: 52px !important; }

.pl52 {
  padding-left: 52px !important; }

.ml53 {
  margin-left: 53px !important; }

.pl53 {
  padding-left: 53px !important; }

.ml54 {
  margin-left: 54px !important; }

.pl54 {
  padding-left: 54px !important; }

.ml55 {
  margin-left: 55px !important; }

.pl55 {
  padding-left: 55px !important; }

.ml56 {
  margin-left: 56px !important; }

.pl56 {
  padding-left: 56px !important; }

.ml57 {
  margin-left: 57px !important; }

.pl57 {
  padding-left: 57px !important; }

.ml58 {
  margin-left: 58px !important; }

.pl58 {
  padding-left: 58px !important; }

.ml59 {
  margin-left: 59px !important; }

.pl59 {
  padding-left: 59px !important; }

.ml60 {
  margin-left: 60px !important; }

.pl60 {
  padding-left: 60px !important; }

.ml_p0 {
  margin-left: 0% !important; }

.pl_p0 {
  padding-left: 0% !important; }

.ml_p1 {
  margin-left: 1% !important; }

.pl_p1 {
  padding-left: 1% !important; }

.ml_p2 {
  margin-left: 2% !important; }

.pl_p2 {
  padding-left: 2% !important; }

.ml_p3 {
  margin-left: 3% !important; }

.pl_p3 {
  padding-left: 3% !important; }

.ml_p4 {
  margin-left: 4% !important; }

.pl_p4 {
  padding-left: 4% !important; }

.ml_p5 {
  margin-left: 5% !important; }

.pl_p5 {
  padding-left: 5% !important; }

.ml_p6 {
  margin-left: 6% !important; }

.pl_p6 {
  padding-left: 6% !important; }

.ml_p7 {
  margin-left: 7% !important; }

.pl_p7 {
  padding-left: 7% !important; }

.ml_p8 {
  margin-left: 8% !important; }

.pl_p8 {
  padding-left: 8% !important; }

.ml_p9 {
  margin-left: 9% !important; }

.pl_p9 {
  padding-left: 9% !important; }

.ml_p10 {
  margin-left: 10% !important; }

.pl_p10 {
  padding-left: 10% !important; }

.ml_p11 {
  margin-left: 11% !important; }

.pl_p11 {
  padding-left: 11% !important; }

.ml_p12 {
  margin-left: 12% !important; }

.pl_p12 {
  padding-left: 12% !important; }

.ml_p13 {
  margin-left: 13% !important; }

.pl_p13 {
  padding-left: 13% !important; }

.ml_p14 {
  margin-left: 14% !important; }

.pl_p14 {
  padding-left: 14% !important; }

.ml_p15 {
  margin-left: 15% !important; }

.pl_p15 {
  padding-left: 15% !important; }

.ml_p16 {
  margin-left: 16% !important; }

.pl_p16 {
  padding-left: 16% !important; }

.ml_p17 {
  margin-left: 17% !important; }

.pl_p17 {
  padding-left: 17% !important; }

.ml_p18 {
  margin-left: 18% !important; }

.pl_p18 {
  padding-left: 18% !important; }

.ml_p19 {
  margin-left: 19% !important; }

.pl_p19 {
  padding-left: 19% !important; }

.ml_p20 {
  margin-left: 20% !important; }

.pl_p20 {
  padding-left: 20% !important; }

.ml_p21 {
  margin-left: 21% !important; }

.pl_p21 {
  padding-left: 21% !important; }

.ml_p22 {
  margin-left: 22% !important; }

.pl_p22 {
  padding-left: 22% !important; }

.ml_p23 {
  margin-left: 23% !important; }

.pl_p23 {
  padding-left: 23% !important; }

.ml_p24 {
  margin-left: 24% !important; }

.pl_p24 {
  padding-left: 24% !important; }

.ml_p25 {
  margin-left: 25% !important; }

.pl_p25 {
  padding-left: 25% !important; }

.ml_p26 {
  margin-left: 26% !important; }

.pl_p26 {
  padding-left: 26% !important; }

.ml_p27 {
  margin-left: 27% !important; }

.pl_p27 {
  padding-left: 27% !important; }

.ml_p28 {
  margin-left: 28% !important; }

.pl_p28 {
  padding-left: 28% !important; }

.ml_p29 {
  margin-left: 29% !important; }

.pl_p29 {
  padding-left: 29% !important; }

.ml_p30 {
  margin-left: 30% !important; }

.pl_p30 {
  padding-left: 30% !important; }

.ml_p31 {
  margin-left: 31% !important; }

.pl_p31 {
  padding-left: 31% !important; }

.ml_p32 {
  margin-left: 32% !important; }

.pl_p32 {
  padding-left: 32% !important; }

.ml_p33 {
  margin-left: 33% !important; }

.pl_p33 {
  padding-left: 33% !important; }

.ml_p34 {
  margin-left: 34% !important; }

.pl_p34 {
  padding-left: 34% !important; }

.ml_p35 {
  margin-left: 35% !important; }

.pl_p35 {
  padding-left: 35% !important; }

.ml_p36 {
  margin-left: 36% !important; }

.pl_p36 {
  padding-left: 36% !important; }

.ml_p37 {
  margin-left: 37% !important; }

.pl_p37 {
  padding-left: 37% !important; }

.ml_p38 {
  margin-left: 38% !important; }

.pl_p38 {
  padding-left: 38% !important; }

.ml_p39 {
  margin-left: 39% !important; }

.pl_p39 {
  padding-left: 39% !important; }

.ml_p40 {
  margin-left: 40% !important; }

.pl_p40 {
  padding-left: 40% !important; }

.ml_p41 {
  margin-left: 41% !important; }

.pl_p41 {
  padding-left: 41% !important; }

.ml_p42 {
  margin-left: 42% !important; }

.pl_p42 {
  padding-left: 42% !important; }

.ml_p43 {
  margin-left: 43% !important; }

.pl_p43 {
  padding-left: 43% !important; }

.ml_p44 {
  margin-left: 44% !important; }

.pl_p44 {
  padding-left: 44% !important; }

.ml_p45 {
  margin-left: 45% !important; }

.pl_p45 {
  padding-left: 45% !important; }

.ml_p46 {
  margin-left: 46% !important; }

.pl_p46 {
  padding-left: 46% !important; }

.ml_p47 {
  margin-left: 47% !important; }

.pl_p47 {
  padding-left: 47% !important; }

.ml_p48 {
  margin-left: 48% !important; }

.pl_p48 {
  padding-left: 48% !important; }

.ml_p49 {
  margin-left: 49% !important; }

.pl_p49 {
  padding-left: 49% !important; }

.ml_p50 {
  margin-left: 50% !important; }

.pl_p50 {
  padding-left: 50% !important; }

.ml_p51 {
  margin-left: 51% !important; }

.pl_p51 {
  padding-left: 51% !important; }

.ml_p52 {
  margin-left: 52% !important; }

.pl_p52 {
  padding-left: 52% !important; }

.ml_p53 {
  margin-left: 53% !important; }

.pl_p53 {
  padding-left: 53% !important; }

.ml_p54 {
  margin-left: 54% !important; }

.pl_p54 {
  padding-left: 54% !important; }

.ml_p55 {
  margin-left: 55% !important; }

.pl_p55 {
  padding-left: 55% !important; }

.ml_p56 {
  margin-left: 56% !important; }

.pl_p56 {
  padding-left: 56% !important; }

.ml_p57 {
  margin-left: 57% !important; }

.pl_p57 {
  padding-left: 57% !important; }

.ml_p58 {
  margin-left: 58% !important; }

.pl_p58 {
  padding-left: 58% !important; }

.ml_p59 {
  margin-left: 59% !important; }

.pl_p59 {
  padding-left: 59% !important; }

.ml_p60 {
  margin-left: 60% !important; }

.pl_p60 {
  padding-left: 60% !important; }

.ml_p61 {
  margin-left: 61% !important; }

.pl_p61 {
  padding-left: 61% !important; }

.ml_p62 {
  margin-left: 62% !important; }

.pl_p62 {
  padding-left: 62% !important; }

.ml_p63 {
  margin-left: 63% !important; }

.pl_p63 {
  padding-left: 63% !important; }

.ml_p64 {
  margin-left: 64% !important; }

.pl_p64 {
  padding-left: 64% !important; }

.ml_p65 {
  margin-left: 65% !important; }

.pl_p65 {
  padding-left: 65% !important; }

.ml_p66 {
  margin-left: 66% !important; }

.pl_p66 {
  padding-left: 66% !important; }

.ml_p67 {
  margin-left: 67% !important; }

.pl_p67 {
  padding-left: 67% !important; }

.ml_p68 {
  margin-left: 68% !important; }

.pl_p68 {
  padding-left: 68% !important; }

.ml_p69 {
  margin-left: 69% !important; }

.pl_p69 {
  padding-left: 69% !important; }

.ml_p70 {
  margin-left: 70% !important; }

.pl_p70 {
  padding-left: 70% !important; }

.ml_p71 {
  margin-left: 71% !important; }

.pl_p71 {
  padding-left: 71% !important; }

.ml_p72 {
  margin-left: 72% !important; }

.pl_p72 {
  padding-left: 72% !important; }

.ml_p73 {
  margin-left: 73% !important; }

.pl_p73 {
  padding-left: 73% !important; }

.ml_p74 {
  margin-left: 74% !important; }

.pl_p74 {
  padding-left: 74% !important; }

.ml_p75 {
  margin-left: 75% !important; }

.pl_p75 {
  padding-left: 75% !important; }

.ml_p76 {
  margin-left: 76% !important; }

.pl_p76 {
  padding-left: 76% !important; }

.ml_p77 {
  margin-left: 77% !important; }

.pl_p77 {
  padding-left: 77% !important; }

.ml_p78 {
  margin-left: 78% !important; }

.pl_p78 {
  padding-left: 78% !important; }

.ml_p79 {
  margin-left: 79% !important; }

.pl_p79 {
  padding-left: 79% !important; }

.ml_p80 {
  margin-left: 80% !important; }

.pl_p80 {
  padding-left: 80% !important; }

.ml_p81 {
  margin-left: 81% !important; }

.pl_p81 {
  padding-left: 81% !important; }

.ml_p82 {
  margin-left: 82% !important; }

.pl_p82 {
  padding-left: 82% !important; }

.ml_p83 {
  margin-left: 83% !important; }

.pl_p83 {
  padding-left: 83% !important; }

.ml_p84 {
  margin-left: 84% !important; }

.pl_p84 {
  padding-left: 84% !important; }

.ml_p85 {
  margin-left: 85% !important; }

.pl_p85 {
  padding-left: 85% !important; }

.ml_p86 {
  margin-left: 86% !important; }

.pl_p86 {
  padding-left: 86% !important; }

.ml_p87 {
  margin-left: 87% !important; }

.pl_p87 {
  padding-left: 87% !important; }

.ml_p88 {
  margin-left: 88% !important; }

.pl_p88 {
  padding-left: 88% !important; }

.ml_p89 {
  margin-left: 89% !important; }

.pl_p89 {
  padding-left: 89% !important; }

.ml_p90 {
  margin-left: 90% !important; }

.pl_p90 {
  padding-left: 90% !important; }

.ml_p91 {
  margin-left: 91% !important; }

.pl_p91 {
  padding-left: 91% !important; }

.ml_p92 {
  margin-left: 92% !important; }

.pl_p92 {
  padding-left: 92% !important; }

.ml_p93 {
  margin-left: 93% !important; }

.pl_p93 {
  padding-left: 93% !important; }

.ml_p94 {
  margin-left: 94% !important; }

.pl_p94 {
  padding-left: 94% !important; }

.ml_p95 {
  margin-left: 95% !important; }

.pl_p95 {
  padding-left: 95% !important; }

.ml_p96 {
  margin-left: 96% !important; }

.pl_p96 {
  padding-left: 96% !important; }

.ml_p97 {
  margin-left: 97% !important; }

.pl_p97 {
  padding-left: 97% !important; }

.ml_p98 {
  margin-left: 98% !important; }

.pl_p98 {
  padding-left: 98% !important; }

.ml_p99 {
  margin-left: 99% !important; }

.pl_p99 {
  padding-left: 99% !important; }

.ml_p100 {
  margin-left: 100% !important; }

.pl_p100 {
  padding-left: 100% !important; }

.mr_p0 {
  margin-right: 0% !important; }

.pr_p0 {
  padding-right: 0% !important; }

.mr_p1 {
  margin-right: 1% !important; }

.pr_p1 {
  padding-right: 1% !important; }

.mr_p2 {
  margin-right: 2% !important; }

.pr_p2 {
  padding-right: 2% !important; }

.mr_p3 {
  margin-right: 3% !important; }

.pr_p3 {
  padding-right: 3% !important; }

.mr_p4 {
  margin-right: 4% !important; }

.pr_p4 {
  padding-right: 4% !important; }

.mr_p5 {
  margin-right: 5% !important; }

.pr_p5 {
  padding-right: 5% !important; }

.mr_p6 {
  margin-right: 6% !important; }

.pr_p6 {
  padding-right: 6% !important; }

.mr_p7 {
  margin-right: 7% !important; }

.pr_p7 {
  padding-right: 7% !important; }

.mr_p8 {
  margin-right: 8% !important; }

.pr_p8 {
  padding-right: 8% !important; }

.mr_p9 {
  margin-right: 9% !important; }

.pr_p9 {
  padding-right: 9% !important; }

.mr_p10 {
  margin-right: 10% !important; }

.pr_p10 {
  padding-right: 10% !important; }

.mr_p11 {
  margin-right: 11% !important; }

.pr_p11 {
  padding-right: 11% !important; }

.mr_p12 {
  margin-right: 12% !important; }

.pr_p12 {
  padding-right: 12% !important; }

.mr_p13 {
  margin-right: 13% !important; }

.pr_p13 {
  padding-right: 13% !important; }

.mr_p14 {
  margin-right: 14% !important; }

.pr_p14 {
  padding-right: 14% !important; }

.mr_p15 {
  margin-right: 15% !important; }

.pr_p15 {
  padding-right: 15% !important; }

.mr_p16 {
  margin-right: 16% !important; }

.pr_p16 {
  padding-right: 16% !important; }

.mr_p17 {
  margin-right: 17% !important; }

.pr_p17 {
  padding-right: 17% !important; }

.mr_p18 {
  margin-right: 18% !important; }

.pr_p18 {
  padding-right: 18% !important; }

.mr_p19 {
  margin-right: 19% !important; }

.pr_p19 {
  padding-right: 19% !important; }

.mr_p20 {
  margin-right: 20% !important; }

.pr_p20 {
  padding-right: 20% !important; }

.mr_p21 {
  margin-right: 21% !important; }

.pr_p21 {
  padding-right: 21% !important; }

.mr_p22 {
  margin-right: 22% !important; }

.pr_p22 {
  padding-right: 22% !important; }

.mr_p23 {
  margin-right: 23% !important; }

.pr_p23 {
  padding-right: 23% !important; }

.mr_p24 {
  margin-right: 24% !important; }

.pr_p24 {
  padding-right: 24% !important; }

.mr_p25 {
  margin-right: 25% !important; }

.pr_p25 {
  padding-right: 25% !important; }

.mr_p26 {
  margin-right: 26% !important; }

.pr_p26 {
  padding-right: 26% !important; }

.mr_p27 {
  margin-right: 27% !important; }

.pr_p27 {
  padding-right: 27% !important; }

.mr_p28 {
  margin-right: 28% !important; }

.pr_p28 {
  padding-right: 28% !important; }

.mr_p29 {
  margin-right: 29% !important; }

.pr_p29 {
  padding-right: 29% !important; }

.mr_p30 {
  margin-right: 30% !important; }

.pr_p30 {
  padding-right: 30% !important; }

.mr_p31 {
  margin-right: 31% !important; }

.pr_p31 {
  padding-right: 31% !important; }

.mr_p32 {
  margin-right: 32% !important; }

.pr_p32 {
  padding-right: 32% !important; }

.mr_p33 {
  margin-right: 33% !important; }

.pr_p33 {
  padding-right: 33% !important; }

.mr_p34 {
  margin-right: 34% !important; }

.pr_p34 {
  padding-right: 34% !important; }

.mr_p35 {
  margin-right: 35% !important; }

.pr_p35 {
  padding-right: 35% !important; }

.mr_p36 {
  margin-right: 36% !important; }

.pr_p36 {
  padding-right: 36% !important; }

.mr_p37 {
  margin-right: 37% !important; }

.pr_p37 {
  padding-right: 37% !important; }

.mr_p38 {
  margin-right: 38% !important; }

.pr_p38 {
  padding-right: 38% !important; }

.mr_p39 {
  margin-right: 39% !important; }

.pr_p39 {
  padding-right: 39% !important; }

.mr_p40 {
  margin-right: 40% !important; }

.pr_p40 {
  padding-right: 40% !important; }

.mr_p41 {
  margin-right: 41% !important; }

.pr_p41 {
  padding-right: 41% !important; }

.mr_p42 {
  margin-right: 42% !important; }

.pr_p42 {
  padding-right: 42% !important; }

.mr_p43 {
  margin-right: 43% !important; }

.pr_p43 {
  padding-right: 43% !important; }

.mr_p44 {
  margin-right: 44% !important; }

.pr_p44 {
  padding-right: 44% !important; }

.mr_p45 {
  margin-right: 45% !important; }

.pr_p45 {
  padding-right: 45% !important; }

.mr_p46 {
  margin-right: 46% !important; }

.pr_p46 {
  padding-right: 46% !important; }

.mr_p47 {
  margin-right: 47% !important; }

.pr_p47 {
  padding-right: 47% !important; }

.mr_p48 {
  margin-right: 48% !important; }

.pr_p48 {
  padding-right: 48% !important; }

.mr_p49 {
  margin-right: 49% !important; }

.pr_p49 {
  padding-right: 49% !important; }

.mr_p50 {
  margin-right: 50% !important; }

.pr_p50 {
  padding-right: 50% !important; }

.mr_p51 {
  margin-right: 51% !important; }

.pr_p51 {
  padding-right: 51% !important; }

.mr_p52 {
  margin-right: 52% !important; }

.pr_p52 {
  padding-right: 52% !important; }

.mr_p53 {
  margin-right: 53% !important; }

.pr_p53 {
  padding-right: 53% !important; }

.mr_p54 {
  margin-right: 54% !important; }

.pr_p54 {
  padding-right: 54% !important; }

.mr_p55 {
  margin-right: 55% !important; }

.pr_p55 {
  padding-right: 55% !important; }

.mr_p56 {
  margin-right: 56% !important; }

.pr_p56 {
  padding-right: 56% !important; }

.mr_p57 {
  margin-right: 57% !important; }

.pr_p57 {
  padding-right: 57% !important; }

.mr_p58 {
  margin-right: 58% !important; }

.pr_p58 {
  padding-right: 58% !important; }

.mr_p59 {
  margin-right: 59% !important; }

.pr_p59 {
  padding-right: 59% !important; }

.mr_p60 {
  margin-right: 60% !important; }

.pr_p60 {
  padding-right: 60% !important; }

.mr_p61 {
  margin-right: 61% !important; }

.pr_p61 {
  padding-right: 61% !important; }

.mr_p62 {
  margin-right: 62% !important; }

.pr_p62 {
  padding-right: 62% !important; }

.mr_p63 {
  margin-right: 63% !important; }

.pr_p63 {
  padding-right: 63% !important; }

.mr_p64 {
  margin-right: 64% !important; }

.pr_p64 {
  padding-right: 64% !important; }

.mr_p65 {
  margin-right: 65% !important; }

.pr_p65 {
  padding-right: 65% !important; }

.mr_p66 {
  margin-right: 66% !important; }

.pr_p66 {
  padding-right: 66% !important; }

.mr_p67 {
  margin-right: 67% !important; }

.pr_p67 {
  padding-right: 67% !important; }

.mr_p68 {
  margin-right: 68% !important; }

.pr_p68 {
  padding-right: 68% !important; }

.mr_p69 {
  margin-right: 69% !important; }

.pr_p69 {
  padding-right: 69% !important; }

.mr_p70 {
  margin-right: 70% !important; }

.pr_p70 {
  padding-right: 70% !important; }

.mr_p71 {
  margin-right: 71% !important; }

.pr_p71 {
  padding-right: 71% !important; }

.mr_p72 {
  margin-right: 72% !important; }

.pr_p72 {
  padding-right: 72% !important; }

.mr_p73 {
  margin-right: 73% !important; }

.pr_p73 {
  padding-right: 73% !important; }

.mr_p74 {
  margin-right: 74% !important; }

.pr_p74 {
  padding-right: 74% !important; }

.mr_p75 {
  margin-right: 75% !important; }

.pr_p75 {
  padding-right: 75% !important; }

.mr_p76 {
  margin-right: 76% !important; }

.pr_p76 {
  padding-right: 76% !important; }

.mr_p77 {
  margin-right: 77% !important; }

.pr_p77 {
  padding-right: 77% !important; }

.mr_p78 {
  margin-right: 78% !important; }

.pr_p78 {
  padding-right: 78% !important; }

.mr_p79 {
  margin-right: 79% !important; }

.pr_p79 {
  padding-right: 79% !important; }

.mr_p80 {
  margin-right: 80% !important; }

.pr_p80 {
  padding-right: 80% !important; }

.mr_p81 {
  margin-right: 81% !important; }

.pr_p81 {
  padding-right: 81% !important; }

.mr_p82 {
  margin-right: 82% !important; }

.pr_p82 {
  padding-right: 82% !important; }

.mr_p83 {
  margin-right: 83% !important; }

.pr_p83 {
  padding-right: 83% !important; }

.mr_p84 {
  margin-right: 84% !important; }

.pr_p84 {
  padding-right: 84% !important; }

.mr_p85 {
  margin-right: 85% !important; }

.pr_p85 {
  padding-right: 85% !important; }

.mr_p86 {
  margin-right: 86% !important; }

.pr_p86 {
  padding-right: 86% !important; }

.mr_p87 {
  margin-right: 87% !important; }

.pr_p87 {
  padding-right: 87% !important; }

.mr_p88 {
  margin-right: 88% !important; }

.pr_p88 {
  padding-right: 88% !important; }

.mr_p89 {
  margin-right: 89% !important; }

.pr_p89 {
  padding-right: 89% !important; }

.mr_p90 {
  margin-right: 90% !important; }

.pr_p90 {
  padding-right: 90% !important; }

.mr_p91 {
  margin-right: 91% !important; }

.pr_p91 {
  padding-right: 91% !important; }

.mr_p92 {
  margin-right: 92% !important; }

.pr_p92 {
  padding-right: 92% !important; }

.mr_p93 {
  margin-right: 93% !important; }

.pr_p93 {
  padding-right: 93% !important; }

.mr_p94 {
  margin-right: 94% !important; }

.pr_p94 {
  padding-right: 94% !important; }

.mr_p95 {
  margin-right: 95% !important; }

.pr_p95 {
  padding-right: 95% !important; }

.mr_p96 {
  margin-right: 96% !important; }

.pr_p96 {
  padding-right: 96% !important; }

.mr_p97 {
  margin-right: 97% !important; }

.pr_p97 {
  padding-right: 97% !important; }

.mr_p98 {
  margin-right: 98% !important; }

.pr_p98 {
  padding-right: 98% !important; }

.mr_p99 {
  margin-right: 99% !important; }

.pr_p99 {
  padding-right: 99% !important; }

.mr_p100 {
  margin-right: 100% !important; }

.pr_p100 {
  padding-right: 100% !important; }

.noPadT {
  padding-top: 0 !important; }

.noPadB {
  padding-bottom: 0 !important; }

.hasPadTB {
  padding-top: 60px;
  padding-bottom: 60px; }

/*== end margin & paddings ==*/
/*==with procents==*/
.w0 {
  width: 0% !important; }

.w1 {
  width: 1% !important; }

.w2 {
  width: 2% !important; }

.w3 {
  width: 3% !important; }

.w4 {
  width: 4% !important; }

.w5 {
  width: 5% !important; }

.w6 {
  width: 6% !important; }

.w7 {
  width: 7% !important; }

.w8 {
  width: 8% !important; }

.w9 {
  width: 9% !important; }

.w10 {
  width: 10% !important; }

.w11 {
  width: 11% !important; }

.w12 {
  width: 12% !important; }

.w13 {
  width: 13% !important; }

.w14 {
  width: 14% !important; }

.w15 {
  width: 15% !important; }

.w16 {
  width: 16% !important; }

.w17 {
  width: 17% !important; }

.w18 {
  width: 18% !important; }

.w19 {
  width: 19% !important; }

.w20 {
  width: 20% !important; }

.w21 {
  width: 21% !important; }

.w22 {
  width: 22% !important; }

.w23 {
  width: 23% !important; }

.w24 {
  width: 24% !important; }

.w25 {
  width: 25% !important; }

.w26 {
  width: 26% !important; }

.w27 {
  width: 27% !important; }

.w28 {
  width: 28% !important; }

.w29 {
  width: 29% !important; }

.w30 {
  width: 30% !important; }

.w31 {
  width: 31% !important; }

.w32 {
  width: 32% !important; }

.w33 {
  width: 33% !important; }

.w34 {
  width: 34% !important; }

.w35 {
  width: 35% !important; }

.w36 {
  width: 36% !important; }

.w37 {
  width: 37% !important; }

.w38 {
  width: 38% !important; }

.w39 {
  width: 39% !important; }

.w40 {
  width: 40% !important; }

.w41 {
  width: 41% !important; }

.w42 {
  width: 42% !important; }

.w43 {
  width: 43% !important; }

.w44 {
  width: 44% !important; }

.w45 {
  width: 45% !important; }

.w46 {
  width: 46% !important; }

.w47 {
  width: 47% !important; }

.w48 {
  width: 48% !important; }

.w49 {
  width: 49% !important; }

.w50 {
  width: 50% !important; }

.w51 {
  width: 51% !important; }

.w52 {
  width: 52% !important; }

.w53 {
  width: 53% !important; }

.w54 {
  width: 54% !important; }

.w55 {
  width: 55% !important; }

.w56 {
  width: 56% !important; }

.w57 {
  width: 57% !important; }

.w58 {
  width: 58% !important; }

.w59 {
  width: 59% !important; }

.w60 {
  width: 60% !important; }

.w61 {
  width: 61% !important; }

.w62 {
  width: 62% !important; }

.w63 {
  width: 63% !important; }

.w64 {
  width: 64% !important; }

.w65 {
  width: 65% !important; }

.w66 {
  width: 66% !important; }

.w67 {
  width: 67% !important; }

.w68 {
  width: 68% !important; }

.w69 {
  width: 69% !important; }

.w70 {
  width: 70% !important; }

.w71 {
  width: 71% !important; }

.w72 {
  width: 72% !important; }

.w73 {
  width: 73% !important; }

.w74 {
  width: 74% !important; }

.w75 {
  width: 75% !important; }

.w76 {
  width: 76% !important; }

.w77 {
  width: 77% !important; }

.w78 {
  width: 78% !important; }

.w79 {
  width: 79% !important; }

.w80 {
  width: 80% !important; }

.w81 {
  width: 81% !important; }

.w82 {
  width: 82% !important; }

.w83 {
  width: 83% !important; }

.w84 {
  width: 84% !important; }

.w85 {
  width: 85% !important; }

.w86 {
  width: 86% !important; }

.w87 {
  width: 87% !important; }

.w88 {
  width: 88% !important; }

.w89 {
  width: 89% !important; }

.w90 {
  width: 90% !important; }

.w91 {
  width: 91% !important; }

.w92 {
  width: 92% !important; }

.w93 {
  width: 93% !important; }

.w94 {
  width: 94% !important; }

.w95 {
  width: 95% !important; }

.w96 {
  width: 96% !important; }

.w97 {
  width: 97% !important; }

.w98 {
  width: 98% !important; }

.w99 {
  width: 99% !important; }

.w100 {
  width: 100% !important; }

/*==end with procents==*/
/*== header styles ==*/
header {
  background: #333;
  padding: 0;
  min-height: 67px; }
  header > .container {
    padding-top: 6px; }
  header .adminHead {
    text-align: center;
    position: relative; }
    header .adminHead .headerLogo {
      float: none;
      clear: both;
      max-width: 100%;
      padding: 12px 0px 12px 0; }
      header .adminHead .headerLogo a {
        margin-left: -17%;
        max-width: 17%; }
    header .adminHead .mainNav {
      float: none !important;
      display: inline-block;
      clear: both;
      margin-bottom: -3px; }
    header .adminHead .search_holder {
      position: absolute;
      top: 17px;
      right: 30%;
      text-align: left; }
  header .headerLogo {
    max-width: 18%;
    padding: 10px 20px 10px 0; }
    header .headerLogo img {
      max-width: 200px;
      width: 94%;
      margin-top: 8px;
      height: auto; }
  header nav {
    margin: 0;
    min-height: 67px; }
    header nav > ul {
      min-height: 67px; }
      header nav > ul > li {
        float: left;
        padding: 24px 0 22px;
        margin: 0 10px;
        position: relative;
        min-height: 67px; }
        header nav > ul > li .accountType {
          color: #fff;
          display: inline-block;
          max-width: 150px;
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis; }
          header nav > ul > li .accountType i {
            padding-right: 3px;
            position: relative;
            top: -1px; }
          header nav > ul > li .accountType.typeAdminSt {
            background: url("../images/admin.svg") no-repeat 0 -1px;
            padding-left: 26px;
            background-size: auto 17px; }
        header nav > ul > li a.textBtn {
          color: #fff; }
          header nav > ul > li a.textBtn:after {
            background: #fff; }
        header nav > ul > li .sub_menu {
          display: none;
          position: absolute;
          top: 67px;
          left: -28px;
          background: #fff;
          z-index: 9999;
          min-width: 180px;
          padding: 10px 20px;
          box-shadow: 0px 1px 5px 1px rgba(51, 51, 51, 0.5);
          border-radius: 0 0 2px 2px; }
          header nav > ul > li .sub_menu:before {
            content: "";
            display: block;
            position: absolute;
            left: 35px;
            bottom: 100%;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 0 10px 10px 10px;
            border-color: transparent transparent #F8F8F8 transparent; }
          header nav > ul > li .sub_menu li {
            float: none;
            display: block;
            margin: 0;
            padding: 10px 0; }
            header nav > ul > li .sub_menu li a.textBtn {
              color: #6b6b6b; }
              header nav > ul > li .sub_menu li a.textBtn:after {
                background: #6b6b6b; }
        header nav > ul > li:hover .sub_menu {
          display: block; }
  header .search_holder {
    margin: 10px 0; }

/*== end header styles ==*/
.mainWrap {
  height: auto;
  min-height: 100%;
  /*min-height: 100%!important;*/
  /*margin:0 auto -90px;*/
  margin: 0 auto;
  min-width: 1170px;
  width: 100%; }
  .mainWrap:after {
    content: "";
    clear: both;
    display: block;
    width: 100%;
    height: 90px; }

/*== footer styles ==*/
footer {
  background: #333;
  color: #cccccc;
  padding: 20px 0;
  text-align: center;
  height: 90px;
  margin-top: -90px;
  clear: both;
  position: relative; }
  footer h6 {
    margin-bottom: 10px; }

.footerNav {
  display: inline-block; }
  .footerNav li {
    float: left; }
    .footerNav li:after {
      content: '/';
      padding: 0 10px; }
  .footerNav a {
    color: inherit; }
    .footerNav a:hover {
      opacity: .7; }

/*== end footer styles ==*/
.container {
  width: 1170px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }

/*== panel styles ==*/
.panelWrap {
  border: solid 1px #c5c5c5;
  background: #fff;
  margin-bottom: 30px; }

.panelBody.fixedHeigh {
  height: 450px; }

.panelWithSrch .company_options {
  max-width: 75%;
  width: auto; }
  .panelWithSrch .company_options select {
    width: 100%; }

.panelHead {
  padding: 20px;
  position: relative;
  border-bottom: solid 1px #dbdbdb;
  background: #333333; }
  .panelHead .panelIcon {
    position: absolute;
    width: 40px;
    height: 40px;
    border: solid 1px #6F6F6F;
    text-align: center;
    top: 50%;
    left: 20px;
    margin-top: -20px;
    padding: 9px;
    font-size: 20px;
    color: #fff; }
    .panelHead .panelIcon + div {
      padding-left: 50px; }
  .panelHead h5 {
    color: #fff;
    font-size: 15px; }
  .panelHead .panelHd {
    line-height: 36px; }
  .panelHead .company_options select {
    line-height: 36px;
    height: 36px;
    min-width: 200px; }
    .panelHead .company_options select option {
      word-wrap: break-word;
      word-break: break-word; }
  .panelHead .company_options .btnPrime, .panelHead .company_options .alt_search input[type="submit"], .alt_search .panelHead .company_options input[type="submit"] {
    height: 36px; }

.panelHeadL {
  float: left; }
  .panelHeadL.hasRSec {
    margin-top: 3px; }

.panelHeadR {
  float: right;
  color: #fff; }

.panelBody {
  padding: 20px; }

.panel2Wrap {
  margin-bottom: 35px; }

.panel2Head {
  background: #333;
  padding: 10px 30px;
  color: #fff;
  font-size: 17px;
  display: inline-block; }

.panel2Body {
  background: #fff;
  padding: 30px;
  border: solid 1px #E4E4E4; }

/*== end panel styles ==*/
.subTitle, .single_task h3 {
  margin-bottom: 45px;
  font-size: 19px; }

.block {
  display: block; }

.inline_block {
  display: inline-block !important; }

i {
  vertical-align: middle; }

/*== custom scroll styles ==*/
.mCSB_outside + .mCSB_scrollTools {
  right: 0; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #9A9A9A; }

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: rgba(0, 0, 0, 0.2); }

.mCSB_scrollTools_onDrag .mCSB_dragger .mCSB_dragger_bar {
  background: #9A9A9A !important; }

.mCSB_dragger:hover .mCSB_dragger_bar {
  background: #9A9A9A !important; }

/*== end custom scroll styles ==*/
.submitSect {
  clear: both;
  float: none;
  border-top: solid 1px #dbdbdb;
  padding-top: 20px;
  margin-top: 20px; }
  .submitSect > * {
    margin-right: 5px; }

/*== start popup styles ==*/
.popupWrap {
  position: relative;
  background: #fff;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.08);
  width: 640px;
  margin: 0 auto; }

.popupHead {
  padding: 20px;
  border-bottom: solid 1px #dbdbdb; }
  .popupHead h3 {
    font-size: 19px; }

.popupBody {
  padding: 20px; }

/*== end popup styles ==*/
.inputTTip {
  position: absolute;
  top: -10px;
  padding: 5px 8px;
  background: #333;
  font-size: 12px;
  color: #fff;
  max-width: 90%;
  transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -webkit-transform: translateY(-100%); }
  .inputTTip:after {
    content: '';
    display: block;
    position: absolute;
    border: solid 8px transparent;
    border-top-color: #333;
    bottom: -12px;
    left: 5px; }

/*== start of iCheck ==*/
.iradio {
  display: inline-block;
  height: 15px;
  width: 15px;
  top: 2px; }
  .iradio ins {
    background: url("../images/check-radio.png") !important;
    height: 15px !important;
    width: 15px !important;
    display: inline-block !important;
    opacity: 1 !important;
    background-position: 0 -15px !important; }
  .iradio.checked ins {
    background-position: -15px -15px !important; }

.icheckbox {
  display: inline-block;
  height: 15px;
  width: 15px;
  top: 2px; }
  .icheckbox ins {
    background: url("../images/check-radio.png") !important;
    height: 15px !important;
    width: 15px !important;
    display: inline-block !important;
    opacity: 1 !important;
    background-position: -15 -15px !important; }
  .icheckbox.checked ins {
    background-position: -15px -30px !important; }

/*== end of iCheck ==*/
/*== end general styles ==*/
/*
login/signup pages
*/
.fullBg {
  background-image: url("../images/home-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }

.fullBgR {
  float: right;
  width: 40%;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  padding: 100px 60px 0;
  position: relative;
  min-height: 440px;
  overflow-y: auto; }
  .fullBgR > div {
    position: relative;
    padding-bottom: 80px;
    min-height: 100%; }
  .fullBgR h3 {
    font-weight: 300;
    font-size: 45px;
    text-transform: uppercase;
    color: #23ace3;
    text-align: center;
    margin-bottom: 50px; }
    .fullBgR h3:after {
      content: '';
      display: block;
      width: 56px;
      height: 1px;
      margin: 10px auto;
      background: #23ace3; }
  .fullBgR .formControl, .fullBgR .select2-container .select2-choices, .select2-container .fullBgR .select2-choices {
    background: transparent;
    border: none;
    font-size: 30px;
    border-bottom: solid 1px #ADADAD;
    padding-left: 0;
    padding-right: 0; }

.fullBgL {
  float: left;
  width: 60%;
  height: 100%;
  padding: 40px;
  position: relative;
  min-height: 440px; }

.lostPass {
  font-size: 20px;
  font-weight: 400;
  margin: 30px 0; }

.homeNav {
  position: absolute;
  bottom: 40px;
  left: 40px; }
  .homeNav li {
    transition: padding 0.7s;
    -ms-transition: padding 0.7s;
    -moz-transition: padding 0.7s;
    -webkit-transition: padding 0.7s; }
    .homeNav li:hover {
      padding-left: 10px; }
    .homeNav li a {
      font-size: 35px;
      color: #fff;
      line-height: 1.35em; }

.dontMember {
  border-top: solid 1px #C5C5C5;
  padding: 30px 0;
  text-align: center;
  color: #fff;
  width: 320px;
  margin: 0 auto; }

.socialSinup {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: solid 1px #C5C5C5; }
  .socialSinup .signTwitBtn {
    background: #5EA9DD; }
  .socialSinup .signFbBtn {
    background: #3B589E; }

.logCont {
  background: white;
  padding: 20px;
  width: 400px;
  margin: 40px auto; }
  .logCont h3 {
    color: #6b6b6b;
    text-align: center;
    font-size: 25px;
    margin-bottom: 35px; }
    .logCont h3:after {
      content: '';
      display: block;
      width: 40px;
      height: 1px;
      background: #6b6b6b;
      margin: 10px auto; }
  .logCont .formRow {
    margin-bottom: 25px; }
  .logCont .errorlist + .formRow {
    /*margin-top: 25px;*/
    margin-top: 15px; }

/* end login/signup pages */
/*
home page
*/
.compDets {
  width: 75%;
  /*float:right;*/ }
  .compDets > ul:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    visibility: hidden; }
  .compDets li {
    text-align: center;
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
    min-height: 120px;
    word-wrap: break-word;
    word-break: break-word; }
    .compDets li label {
      display: block;
      font-weight: 400; }
      .compDets li label:after {
        content: '';
        display: block;
        margin: 9px auto;
        height: 1px;
        width: 120px;
        background: #dbdbdb; }
    .compDets li span {
      display: block; }
    .compDets li i {
      font-size: 20px;
      border: solid 1px #cecece;
      color: #A7A7A7;
      border-radius: 5px;
      vertical-align: top;
      padding: 5px 10px;
      display: inline-block;
      margin-bottom: 8px;
      max-height: 32px; }

.ownerDets {
  width: 25%;
  padding-right: 5%; }
  .ownerDets .prof_pic {
    position: relative;
    overflow: hidden; }
    .ownerDets .prof_pic .pic_options {
      position: absolute;
      bottom: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.25);
      width: 100%;
      padding: 10px; }
      .ownerDets .prof_pic .pic_options a {
        margin-right: 5px;
        display: inline-block;
        color: #fff; }
        .ownerDets .prof_pic .pic_options a:after {
          background: #fff; }
      .ownerDets .prof_pic .pic_options i {
        font-size: 0.8em;
        padding-left: 5px; }
  .ownerDets img {
    border: 1px solid #ccc;
    width: 100%;
    float: left; }

.cssIcon {
  font-style: normal;
  font-weight: 400;
  padding: 5px;
  display: inline-block;
  border: solid 2px #6b6b6b;
  border-radius: 5px; }

.reportTblSt tbody tr {
  word-wrap: break-word;
  word-break: break-word; }

.reportTblSize6 tbody th {
  width: 13.33333%; }
.reportTblSize6 tbody th:nth-child(4) {
  width: 20%; }

.reportTblSize5 tbody th {
  width: 16%; }
.reportTblSize5 tbody th:nth-child(4) {
  width: 20%; }

.itemList li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #dbdbdb; }
  .itemList li:last-of-type {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none; }

.tableFixed {
  table-layout: fixed; }
  .tableFixed th {
    width: 16.66667%; }
  .tableFixed td, .tableFixed th {
    vertical-align: top; }

.servTblSt {
  table-layout: fixed; }
  .servTblSt th {
    width: 50%; }
  .servTblSt td, .servTblSt th {
    vertical-align: top; }

.noticeListSt {
  table-layout: fixed; }
  .noticeListSt th {
    width: 50%; }
  .noticeListSt td {
    word-wrap: break-word;
    word-break: break-word; }

.invoiceListSt {
  table-layout: fixed; }
  .invoiceListSt tr th:nth-child(1) {
    width: 14%; }
  .invoiceListSt tr th:nth-child(2) {
    width: 17%; }
  .invoiceListSt tr th:nth-child(3) {
    width: 12%; }
  .invoiceListSt tr th:nth-child(4) {
    width: 18%; }
  .invoiceListSt tr th:nth-child(5) {
    width: 12%; }
  .invoiceListSt tr th:nth-child(6) {
    width: 17%; }
  .invoiceListSt tr th:nth-child(7) {
    width: 10%; }
  .invoiceListSt td {
    word-wrap: break-word;
    word-break: break-word; }

.tableMsg {
  table-layout: fixed; }
  .tableMsg tbody tr th:nth-child(1) {
    width: 25%; }
  .tableMsg tbody tr th:nth-child(2) {
    width: 57%; }
  .tableMsg tbody tr th:nth-child(3) {
    width: 18%; }
  .tableMsg tbody tr td {
    word-wrap: break-word;
    word-break: break-word; }
    .tableMsg tbody tr td .task_name, .tableMsg tbody tr td .all_messages .message_name, .all_messages .tableMsg tbody tr td .message_name {
      padding-bottom: 0; }
    .tableMsg tbody tr td p {
      display: inline-block; }
    .tableMsg tbody tr td .btnPrime, .tableMsg tbody tr td .alt_search input[type="submit"], .alt_search .tableMsg tbody tr td input[type="submit"] {
      margin-left: 8px; }
  .tableMsg td, .tableMsg th {
    vertical-align: top; }

.tableFixedBig {
  table-layout: fixed; }
  .tableFixedBig tr td {
    vertical-align: top; }
  .tableFixedBig tr th {
    vertical-align: top; }
    .tableFixedBig tr th:nth-child(1), .tableFixedBig tr th:nth-child(2), .tableFixedBig tr th:nth-child(5), .tableFixedBig tr th:nth-child(6) {
      width: 14%; }
    .tableFixedBig tr th:nth-child(7) {
      width: 7%; }
    .tableFixedBig tr th:nth-child(3), .tableFixedBig tr th:nth-child(4) {
      width: 18.5%; }
  .tableFixedBig tbody tr td:last-child {
    text-align: center; }

.tasksList .textBtn {
  font-weight: 400; }
.tasksList .deadline {
  color: #CA0101;
  font-weight: 400; }
.tasksList .taskCreated {
  display: block;
  margin-bottom: 5px; }
  .tasksList .taskCreated span {
    font-weight: 400; }
.tasksList .taskDeadline {
  display: block;
  color: #B50B0B;
  padding: 0 4px; }
  .tasksList .taskDeadline span {
    font-weight: 400; }

.steps {
  border-bottom: solid 1px #DBDBDB;
  padding-bottom: 10px;
  padding-top: 8px;
  margin-bottom: 40px; }
  .steps:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    visibility: hidden; }
  .steps ul {
    position: relative;
    height: 10px;
    background: #ececec;
    border-radius: 5px; }
    .steps ul li {
      position: relative;
      text-align: center;
      display: inline-block;
      width: 100px;
      float: left;
      margin-top: -7px; }
      .steps ul li span {
        display: block;
        margin: 0 auto 8px;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        background: #fff;
        border: solid 1px #e6e6e6;
        transform: scale(.8);
        -ms-transform: scale(.8);
        -o-transform: scale(.8);
        -moz-transform: scale(.8);
        -webkit-transform: scale(.8); }
      .steps ul li.passed span {
        background: #23ace3;
        border: solid 1px #1b9dd2; }
      .steps ul li.current span {
        transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        background: #23ace3;
        border: solid 1px #1b9dd2; }
      .steps ul li.stepErrorSt span {
        position: relative; }
        .steps ul li.stepErrorSt span:before {
          display: inline;
          content: '';
          font: normal normal normal 18px FontAwesome;
          color: #ffffff;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          padding-right: 5px;
          position: absolute;
          top: -44px;
          left: -53%;
          content: "\f12a";
          border-radius: 4px;
          text-align: center;
          background: #f99090;
          padding: 6px 20px; }
        .steps ul li.stepErrorSt span:after {
          display: inline;
          content: '';
          font: normal normal normal 23px FontAwesome;
          color: #f99090;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          -moz-osx-font-smoothing: grayscale;
          padding-right: 5px;
          position: absolute;
          top: -21px;
          left: 23%;
          content: "\f0d7";
          padding-right: 0; }
      .steps ul li label {
        font-weight: 500;
        bottom: 10px;
        opacity: .5;
        font-size: .8em; }
      .steps ul li strong {
        display: block;
        font-size: .9em;
        font-weight: 500;
        padding: 5px 5px 0;
        opacity: .5; }
      .steps ul li.current label, .steps ul li.current strong {
        opacity: 1; }

.verticalSteps {
  border-bottom: none;
  border-right: solid 1px #DBDBDB;
  padding: 0;
  margin-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 110px;
  background: #ececec; }
  .verticalSteps #sticky {
    padding-top: 73px;
    position: fixed;
    top: 0;
    left: 0;
    width: 110px;
    height: 100%;
    max-height: 100%; }
  .verticalSteps ul {
    background: transparent;
    height: 100%;
    max-height: 100%;
    padding: 0 5px;
    overflow-y: auto; }
    .verticalSteps ul.mCustomScrollbar .mCSB_outside + .mCSB_scrollTools {
      right: -8px; }
    .verticalSteps ul li {
      position: relative;
      width: 100%;
      padding: 10px 0 10px 22px;
      text-align: center;
      border-bottom: solid 1px #DBDBDB;
      opacity: 0.5;
      line-height: 20px; }
      .verticalSteps ul li:first-child {
        border-top: solid 1px #DBDBDB; }
      .verticalSteps ul li:nth-child(5), .verticalSteps ul li:nth-child(6) {
        padding-left: 0; }
        .verticalSteps ul li:nth-child(5):before, .verticalSteps ul li:nth-child(6):before {
          display: none; }
      .verticalSteps ul li:before {
        content: '';
        border-left: 1px dashed #b9b9b9;
        height: 100%;
        position: absolute;
        top: 0;
        left: 10%; }
      .verticalSteps ul li.current, .verticalSteps ul li.passed {
        opacity: 1; }
        .verticalSteps ul li.current:before, .verticalSteps ul li.passed:before {
          opacity: 0.5; }
      .verticalSteps ul li p {
        padding: 3px 0 5px 0;
        font-weight: 500;
        font-size: .85em; }
      .verticalSteps ul li strong {
        font-size: .8em;
        font-weight: 700;
        display: none; }
      .verticalSteps ul li a.hasIconSt {
        padding: 5px 0; }
        .verticalSteps ul li a.hasIconSt span {
          padding: 3px 0 5px 0;
          font-weight: 500;
          font-size: .9em; }
        .verticalSteps ul li a.hasIconSt i {
          display: block;
          padding: 5px 0;
          font-size: 19px; }
      .verticalSteps ul li a:hover {
        opacity: 0.8; }

.adminTypeSt #sticky {
  padding-top: 140px; }

.stepNumber {
  display: block;
  background: #adadad;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 100%;
  padding: 6px 0;
  margin: 0 auto 3px auto;
  height: 15px;
  width: 15px;
  position: absolute;
  top: 50%;
  left: 3px; }

.stepValidation {
  padding: 30px 20px 15px 20px;
  margin-bottom: 30px;
  position: relative;
  background: #ffe5e5;
  border: 1px solid #f99090;
  border-radius: 3px;
  min-height: 60px; }
  .stepValidation:before {
    display: inline;
    content: '';
    font: normal normal normal 23px FontAwesome;
    color: #ffffff;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    content: "\f12a";
    height: 32px;
    width: 32px;
    border-radius: 100%;
    text-align: center;
    line-height: 32px;
    background: #f99090;
    padding-right: 0;
    position: absolute;
    top: 13px;
    left: -58px; }
  .stepValidation:after {
    display: inline;
    content: '';
    font: normal normal normal 35px FontAwesome;
    color: #f99090;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    padding-right: 5px;
    position: absolute;
    top: 11px;
    left: -12px;
    content: "\f0d9";
    padding-right: 0; }
  .stepValidation > ul {
    display: -ms-flex;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: row;
    -moz-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-align-items: flex-start;
    -moz-align-items: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .stepValidation > ul > li {
      position: relative;
      padding-left: 18px;
      display: inline-block;
      margin: 0px 15px 15px 0; }
      .stepValidation > ul > li > i {
        font-size: 12px;
        color: #fb7a7a;
        position: absolute;
        top: 2px;
        left: 0px; }
      .stepValidation > ul > li strong {
        font-weight: 500;
        margin-bottom: 3px;
        display: inline-block; }
      .stepValidation > ul > li span ul li {
        color: #e44545;
        line-height: 20px; }
  .stepValidation .nonfield.errorlist {
    padding-left: 18px;
    position: relative;
    margin: 0px 15px 15px 0;
    font-weight: 500;
    color: #e96969; }
    .stepValidation .nonfield.errorlist:before {
      content: "\f057";
      font: normal normal normal 12px/1 FontAwesome;
      color: #fb7a7a;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 4px;
      left: 0px; }

.current .stepNumber {
  background: #639c63; }

.passed .stepNumber {
  background: #23ace3; }

.clearAfter:after, .container:after {
  content: "";
  clear: both;
  display: block; }

.dubleRadio ul:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
  visibility: hidden; }
.dubleRadio ul li {
  float: left;
  margin-right: 11px; }
  .dubleRadio ul li input[type='radio'] {
    margin: 5px 2px 0 0;
    position: relative;
    top: 2px; }

.formSecHead {
  margin-bottom: 5px;
  display: block;
  font-weight: 500; }

#contact_persons_block .partner_input .formLabel {
  margin-bottom: 5px;
  display: block;
  font-weight: 500; }
#contact_persons_block .partner_input > label {
  padding-bottom: 3px;
  display: block; }

.hasTooltip {
  position: relative; }
  .hasTooltip .tooltip_holder {
    position: absolute;
    bottom: -10px;
    left: 100%;
    display: none; }
    .hasTooltip .tooltip_holder .tooltip_text {
      border-radius: 4px;
      -ms-border-radius: 4px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      background: #6b6b6b;
      border: 1px solid #6b6b6b;
      color: #fff;
      display: inline-block;
      padding: 10px;
      min-height: 30px;
      min-width: 130px;
      text-align: left;
      position: relative;
      z-index: 2;
      margin-left: 10px;
      font-size: .8em;
      font-weight: normal; }
      .hasTooltip .tooltip_holder .tooltip_text:before {
        content: '';
        position: absolute;
        bottom: 8px;
        left: -4px;
        width: 10px;
        height: 10px;
        background: #6b6b6b;
        z-index: 0;
        -moz-transform: rotate(6deg) skewX(45deg);
        -webkit-transform: rotate(6deg) skewX(45deg);
        -o-transform: rotate(6deg) skewX(45deg);
        -ms-transform: rotate(6deg) skewX(45deg);
        transform: rotate(6deg) skewX(45deg);
        /*            @include transform(rotate, 137deg);
                    @include transform(skewX, 60deg); */ }
  .hasTooltip:hover .tooltip_holder, .hasTooltipfocus .tooltip_holder {
    display: block; }

.link_txt {
  display: inline-block;
  border-bottom: 1px dashed #6b6b6b; }
  .link_txt:hover, .link_txt:focus {
    border-bottom-color: transparent; }

.page_title {
  color: #6b6b6b;
  text-align: center;
  font-size: 25px;
  margin-bottom: 35px; }
  .page_title span {
    display: inline-block; }
    .page_title span:after {
      content: '';
      display: block;
      width: 70%;
      height: 1px;
      background: #6b6b6b;
      margin: 10px auto; }

.search_holder {
  width: 17%;
  padding: 10px 20px; }
  .search_holder input {
    background: transparent none;
    border: 0 none;
    box-shadow: 0 0 0 transparent;
    color: #fff; }
  .search_holder input[type="text"] {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    padding-right: 20px;
    width: 100%; }
  .search_holder .search_btn {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    position: relative;
    width: 26px;
    height: 22px;
    margin-left: -15px;
    margin-top: -2px;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; }
    .search_holder .search_btn input {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding: 0;
      z-index: 2;
      cursor: pointer; }
    .search_holder .search_btn:hover, .search_holder .search_btn:focus {
      opacity: 1;
      transition: all 0.2s ease-in-out;
      -ms-transition: all 0.2s ease-in-out;
      -moz-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out; }

.menu_holder {
  max-width: 65%; }

.tbl_stl {
  display: table; }
  .tbl_stl.tbl_fit {
    width: 100%; }
  .tbl_stl.centered_tbl {
    text-align: center; }
  .tbl_stl > * {
    display: table-cell;
    vertical-align: top; }
  .tbl_stl > .valign {
    vertical-align: middle; }

.btnWithSub:hover:before, .btnWithSub:active:before, .btnWithSub:focus:before {
  display: block;
  content: '';
  position: absolute;
  left: -45px;
  bottom: -29px;
  width: 225px;
  height: 30px; }

.header_icon {
  color: #fff;
  position: relative;
  font-size: 17px;
  padding: 0 4px; }
  .header_icon:hover:before, .header_icon:active:before, .header_icon:focus:before {
    display: block;
    content: '';
    position: absolute;
    left: -300px;
    bottom: -23px;
    width: 500px;
    height: 25px; }
  .header_icon .tbl_stl {
    width: auto;
    min-width: 22px;
    height: 22px;
    padding: 2px;
    font-size: 10px;
    border: 0 none;
    color: #333;
    background-color: #fff;
    position: absolute;
    bottom: 100%;
    margin-bottom: -5px;
    left: 100%;
    margin-left: -12px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }

.confirm_docs, .choseBank, .white_box {
  background: #fff;
  padding: 40px 20px 5px; }
  .confirm_docs .confirm_item, .choseBank .confirm_item, .white_box .confirm_item {
    border: 1px solid #dbdbdb;
    width: 100%;
    margin-bottom: 40px;
    clear: both;
    padding: 20px; }
    .confirm_docs .confirm_item .doc_name, .choseBank .confirm_item .doc_name, .white_box .confirm_item .doc_name {
      text-align: center;
      padding: 10px;
      margin-bottom: 18px;
      font-weight: 500;
      font-size: 17px;
      width: 60%;
      margin: -38px auto 0px;
      background: #fff; }
    .confirm_docs .confirm_item .doc_view, .choseBank .confirm_item .doc_view, .white_box .confirm_item .doc_view {
      clear: both;
      width: 100%;
      position: relative;
      text-align: center;
      padding: 10px 0;
      overflow: hidden; }
      .confirm_docs .confirm_item .doc_view span, .choseBank .confirm_item .doc_view span, .white_box .confirm_item .doc_view span {
        float: left;
        display: inline-block;
        padding: 0 15px 0 0;
        background: #fff;
        z-index: 2;
        position: relative; }
      .confirm_docs .confirm_item .doc_view .textBtn, .choseBank .confirm_item .doc_view .textBtn, .white_box .confirm_item .doc_view .textBtn {
        margin-left: 10px;
        font-size: 16px;
        letter-spacing: 1px;
        float: right;
        background: #fff;
        z-index: 2;
        position: relative; }
        .confirm_docs .confirm_item .doc_view .textBtn:before, .choseBank .confirm_item .doc_view .textBtn:before, .white_box .confirm_item .doc_view .textBtn:before {
          content: "";
          display: block;
          width: 15px;
          height: 10px;
          position: absolute;
          right: 100%;
          bottom: 0;
          background: #fff; }
      .confirm_docs .confirm_item .doc_view:after, .choseBank .confirm_item .doc_view:after, .white_box .confirm_item .doc_view:after {
        content: "";
        display: block;
        border-bottom: 1px dotted #ccc;
        position: absolute;
        left: 0;
        top: 1em;
        width: 100%;
        height: 2px; }
    .confirm_docs .confirm_item .hasDoc img, .choseBank .confirm_item .hasDoc img, .white_box .confirm_item .hasDoc img {
      width: 100%; }
  .confirm_docs .ask_for_confirm, .choseBank .ask_for_confirm, .white_box .ask_for_confirm {
    float: none;
    margin: 10px auto; }
    .confirm_docs .ask_for_confirm .doc_name, .choseBank .ask_for_confirm .doc_name, .white_box .ask_for_confirm .doc_name {
      width: 300px; }
    .confirm_docs .ask_for_confirm .textBtn, .choseBank .ask_for_confirm .textBtn, .white_box .ask_for_confirm .textBtn {
      margin-left: 15px; }
  .ui-tabs-panel .confirm_docs, .ui-tabs-panel .choseBank, .ui-tabs-panel .white_box {
    padding: 0; }

.single_row {
  width: 100%;
  clear: both;
  padding: 0 15px; }

.red_text {
  color: #B50B0B; }
  .red_text:after {
    background: #B50B0B; }

.ownerDets .employList > strong {
  margin-bottom: 3px; }
.ownerDets .employList .collegs_info {
  padding-left: 5px; }
.ownerDets .employList .collegs_options {
  padding-top: 10px;
  margin-top: 12px; }

.view_collegs, .employee_page .all_clients_list {
  font-size: 12px;
  padding-top: 10px; }
  .view_collegs .fixedHeigh, .employee_page .all_clients_list .fixedHeigh {
    height: 225px; }
  .view_collegs strong, .employee_page .all_clients_list strong {
    font-size: 1.2em;
    /*text-align: center;*/
    display: block;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .view_collegs li, .employee_page .all_clients_list li {
    display: block;
    margin: 10px 0 20px;
    padding-right: 15px; }
  .view_collegs .collegs_profile span, .employee_page .all_clients_list .collegs_profile span {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow: hidden;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -ms-border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; }
  .view_collegs .collegs_profile img, .employee_page .all_clients_list .collegs_profile img {
    width: 100%;
    border: 0 none;
    outline: 0 none; }
  .view_collegs .collegs_info, .employee_page .all_clients_list .collegs_info {
    padding-left: 10px; }
    .view_collegs .collegs_info > *, .employee_page .all_clients_list .collegs_info > * {
      display: block;
      margin: 0;
      padding: 3px 0; }
    .view_collegs .collegs_info strong, .employee_page .all_clients_list .collegs_info strong {
      font-size: 1.2em;
      border: 0 none; }
  .view_collegs .collegs_options, .employee_page .all_clients_list .collegs_options {
    display: block;
    overflow: hidden;
    margin-top: 3px;
    padding: 5px 0;
    border-top: 1px dotted #dbdbdb; }
    .view_collegs .collegs_options .btn, .employee_page .all_clients_list .collegs_options .btn, .view_collegs .collegs_options .alt_search input[type="submit"], .alt_search .view_collegs .collegs_options input[type="submit"], .employee_page .all_clients_list .collegs_options .alt_search input[type="submit"], .alt_search .employee_page .all_clients_list .collegs_options input[type="submit"] {
      padding: 5px 10px;
      line-height: 100%;
      font-size: 12px;
      width: 32%;
      float: left;
      display: block;
      margin-right: 2%; }
      .view_collegs .collegs_options .btn:last-child, .employee_page .all_clients_list .collegs_options .btn:last-child, .view_collegs .collegs_options .alt_search input[type="submit"]:last-child, .alt_search .view_collegs .collegs_options input[type="submit"]:last-child, .employee_page .all_clients_list .collegs_options .alt_search input[type="submit"]:last-child, .alt_search .employee_page .all_clients_list .collegs_options input[type="submit"]:last-child {
        margin-right: 0; }

.new_note {
  font-weight: bold; }

.message_box {
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  width: 100%;
  border: 1px solid transparent;
  padding: 15px;
  color: #fff;
  position: relative; }
  .message_box:before {
    font-family: "malta2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    margin-right: 5px;
    float: left; }
  .message_box .self_close {
    position: absolute;
    top: 3px;
    right: 3px;
    cursor: pointer;
    width: 15px;
    height: 15px; }
  .message_box h3 {
    margin: 0 0 5px 0; }
  .message_box p {
    margin: 0; }
  .message_box.info {
    background-color: rgba(78, 165, 205, 0.8);
    border-color: #3b8eb5; }
    .message_box.info:before {
      content: "\6d"; }
  .message_box.error {
    background-color: rgba(222, 67, 67, 0.8);
    border-color: #c43d3d; }
    .message_box.error:before {
      content: "\6c"; }
  .message_box.warning {
    background-color: rgba(234, 175, 81, 0.8);
    border-color: #d99a36; }
    .message_box.warning:before {
      content: "\6b"; }
  .message_box.success {
    background-color: rgba(97, 184, 50, 0.8);
    border-color: #55a12c; }
    .message_box.success:before {
      content: "\6a"; }
  .message_box .textBtn {
    color: #fff;
    font-style: italic; }
    .message_box .textBtn:after {
      background: #fff; }

.active_filed, .inactive_filed {
  position: relative; }
  .active_filed input, .inactive_filed input {
    padding-right: 30px; }
  .active_filed:after, .inactive_filed:after {
    content: "\6a";
    font-family: "malta2" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    color: rgba(85, 161, 44, 0.8);
    position: absolute;
    top: 10px;
    right: 10px; }

.inactive_filed:after {
  content: "\61";
  color: rgba(196, 61, 61, 0.8); }

.table, .employee_page .all_clients_list table, .timesheet table, .all_notifications table, .all_messages table {
  width: 100%;
  font-size: 15px;
  text-align: left; }
  .table .tblNoBord td, .employee_page .all_clients_list table .tblNoBord td, .timesheet table .tblNoBord td, .all_notifications table .tblNoBord td, .all_messages table .tblNoBord td {
    border: 0;
    padding: 0; }
  .table.hasBg, .employee_page .all_clients_list table.hasBg, .timesheet table.hasBg, .all_notifications table.hasBg, .all_messages table.hasBg {
    background: #fff;
    border: 1px solid #dbdbdb; }
    .table.hasBg th, .employee_page .all_clients_list table.hasBg th, .timesheet table.hasBg th, .all_notifications table.hasBg th, .all_messages table.hasBg th {
      border-bottom: solid 1px #dbdbdb;
      background: #333333;
      color: #fff;
      font-weight: 400; }
    .table.hasBg td, .employee_page .all_clients_list table.hasBg td, .timesheet table.hasBg td, .all_notifications table.hasBg td, .all_messages table.hasBg td {
      vertical-align: top; }
    .table.hasBg .remove_icon, .employee_page .all_clients_list table.hasBg .remove_icon, .timesheet table.hasBg .remove_icon, .all_notifications table.hasBg .remove_icon, .all_messages table.hasBg .remove_icon {
      cursor: pointer;
      font-size: 1.5em; }
  .table th, .employee_page .all_clients_list table th, .timesheet table th, .all_notifications table th, .all_messages table th, .table td, .employee_page .all_clients_list table td, .timesheet table td, .all_notifications table td, .all_messages table td {
    padding: 10px;
    border-bottom: 1px solid #dbdbdb; }

.tblFixed {
  table-layout: fixed; }

.employee_page table .emtySt td {
  border: 0;
  padding-top: 15px; }
.employee_page .ownerDets {
  width: 20%; }
.employee_page .allInOne {
  width: 80%; }
  .employee_page .allInOne .fixedHeigh {
    height: 400px;
    padding-right: 15px; }
  .employee_page .allInOne li {
    text-align: left;
    font-size: 13px;
    width: 49%;
    margin-right: 1%;
    float: left;
    padding: 7px;
    margin-bottom: 20px;
    min-height: 120px;
    border: 1px solid rgba(219, 219, 219, 0.5);
    position: relative; }
    .employee_page .allInOne li p {
      line-height: 15px; }
    .employee_page .allInOne li.toDo_item {
      padding-bottom: 20px; }
      .employee_page .allInOne li.toDo_item .textBtn {
        font-weight: normal; }
      .employee_page .allInOne li.toDo_item .icon-clock {
        margin-right: 2px; }
      .employee_page .allInOne li.toDo_item time.taskDeadline {
        display: block;
        color: #B50B0B;
        padding: 2px 4px;
        position: absolute;
        height: 20px;
        bottom: 0;
        right: 0; }
      .employee_page .allInOne li.toDo_item .taskCreated {
        display: block;
        margin-bottom: 5px; }
    .employee_page .allInOne li.message_item time {
      position: absolute;
      bottom: 5px;
      right: 5px; }
    .employee_page .allInOne li .hasTooltip {
      display: inline-block;
      margin-right: 5px; }
  .employee_page .allInOne .view_more_item {
    cursor: pointer;
    position: relative;
    text-align: center;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s; }
    .employee_page .allInOne .view_more_item:before {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      box-shadow: inset 0 0 80px #dbdbdb;
      -webkit-transform: scaleX(0);
      transform: scaleX(0);
      -webkit-transform-origin: 50%;
      transform-origin: 50%;
      -webkit-transition-property: transform;
      transition-property: transform;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      -webkit-transition-timing-function: ease-out;
      transition-timing-function: ease-out; }
    .employee_page .allInOne .view_more_item:hover {
      color: white; }
      .employee_page .allInOne .view_more_item:hover:before {
        -webkit-transform: scaleX(1);
        transform: scaleX(1); }
    .employee_page .allInOne .view_more_item a {
      color: #23ace3;
      display: block;
      min-height: 105px; }
      .employee_page .allInOne .view_more_item a:hover > * {
        opacity: 0.8; }
      .employee_page .allInOne .view_more_item a i {
        display: inline-block;
        clear: both;
        margin: 15px 0 8px 0;
        font-size: 36px;
        border-radius: 100%;
        border: 2px solid #1b9dd2;
        height: 44px;
        width: 44px;
        line-height: 35px;
        text-align: center;
        padding: 2px 2px 2px 3px; }
      .employee_page .allInOne .view_more_item a span {
        font-size: 22px;
        display: block; }
.employee_page .all_clients_list {
  padding-top: 0; }
  .employee_page .all_clients_list .delBtnForm {
    display: inline-block; }
    .employee_page .all_clients_list .delBtnForm .btn, .employee_page .all_clients_list .delBtnForm .alt_search input[type="submit"], .alt_search .employee_page .all_clients_list .delBtnForm input[type="submit"] {
      padding: 5px 8px 5px 8px; }
      .employee_page .all_clients_list .delBtnForm .btn i, .employee_page .all_clients_list .delBtnForm .alt_search input[type="submit"] i, .alt_search .employee_page .all_clients_list .delBtnForm input[type="submit"] i {
        font-size: 13px;
        margin-top: -3px; }
  .employee_page .all_clients_list .panelBody.fixedHeigh {
    height: auto;
    min-height: 225px;
    max-height: 520px; }
  .employee_page .all_clients_list .btn.sizeS, .employee_page .all_clients_list .alt_search input[type="submit"], .alt_search .employee_page .all_clients_list input[type="submit"] {
    padding: 5px 8px;
    line-height: 100%;
    font-size: 12px; }
  .employee_page .all_clients_list table td {
    word-wrap: break-word;
    word-break: break-word; }
    .employee_page .all_clients_list table td.hasFormSt form {
      display: inline-block; }
  .employee_page .all_clients_list table .emtySt td {
    border: 0; }
  .employee_page .all_clients_list .pagination {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    display: table;
    clear: both;
    float: none; }
    .employee_page .all_clients_list .pagination li {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      padding: 3px; }
      .employee_page .all_clients_list .pagination li > * {
        display: block;
        color: #23ace3;
        padding: 3px 6px;
        background-color: #fff;
        border: 1px solid #dbdbdb;
        transition: all 0.15s;
        -ms-transition: all 0.15s;
        -moz-transition: all 0.15s;
        -webkit-transition: all 0.15s; }
      .employee_page .all_clients_list .pagination li.active > *, .employee_page .all_clients_list .pagination li:not(.disabled):hover > *, .employee_page .all_clients_list .pagination li:not(.disabled):focus > * {
        color: #fff;
        background-color: #23ace3;
        transition: all 0.15s;
        -ms-transition: all 0.15s;
        -moz-transition: all 0.15s;
        -webkit-transition: all 0.15s; }
      .employee_page .all_clients_list .pagination li.disabled > * {
        color: #dbdbdb; }

.popupBody .compDets {
  width: 100%; }

.notificBox {
  position: relative; }
  .notificBox .notific_popup {
    display: none;
    width: 340px;
    height: auto;
    position: absolute;
    top: 67px;
    left: -30px;
    background: #fff;
    box-shadow: 0px 1px 5px 1px rgba(51, 51, 51, 0.5);
    z-index: 9999;
    padding: 10px 20px;
    border-radius: 0 0 2px 2px; }
    .notificBox .notific_popup:before {
      content: "";
      display: block;
      position: absolute;
      left: 32px;
      bottom: 100%;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 0 10px 10px 10px;
      border-color: transparent transparent #fff transparent; }
    .notificBox .notific_popup h3 {
      font-size: 1.2em;
      padding-bottom: 10px;
      text-align: center; }
    .notificBox .notific_popup .textBtn {
      color: #23ace3; }
      .notificBox .notific_popup .textBtn:after {
        background: #23ace3; }
    .notificBox .notific_popup.fixedHeigh {
      height: auto;
      max-height: 575px; }
  .notificBox:hover .notific_popup, .notificBox:focus .notific_popup {
    display: block; }

.note_item, .submit_div {
  border-top: 1px solid #dbdbdb;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-top: 8px;
  width: 100%; }
  .note_item a, .submit_div a {
    display: inline-block;
    width: auto;
    max-width: 100%; }
    .note_item a span.block, .submit_div a span.block {
      max-width: 100%;
      height: 17px;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }

.submit_div {
  clear: both;
  overflow: hidden; }

.textCenter {
  text-align: center; }

.textRight {
  text-align: right; }

.textLeft {
  text-align: left; }

.timesheet .panelBody .tblFixed input[type='text'] {
  max-width: 100%; }
.timesheet .addTaskSt {
  word-wrap: break-word;
  word-break: break-word; }
.timesheet td, .timesheet th {
  vertical-align: middle; }
  .timesheet td.taskName, .timesheet th.taskName {
    width: 30%; }
  .timesheet td h4, .timesheet th h4 {
    font-size: 1.1em;
    margin-bottom: 10px; }
.timesheet input[type="text"] {
  max-width: 150px; }

.errorlist {
  color: #B50B0B;
  padding-top: 3px; }

.help-inline {
  color: #B50B0B;
  margin-top: 2px;
  display: inline-block; }

.required input {
  border-color: #B50B0B; }
.required span {
  color: #B50B0B; }

.all_notifications table, .all_messages table {
  background: #fff;
  padding: 20px 25px 25px;
  border-spacing: 0;
  border-collapse: separate; }
  .all_notifications table .emtySt td, .all_messages table .emtySt td {
    border: 0;
    padding-top: 15px; }
  .all_notifications table th, .all_messages table th {
    font-size: 1.2em;
    font-weight: normal;
    border-bottom: 2px solid #333333; }
  .all_notifications table .task_name, .all_messages table .task_name, .all_notifications table .all_messages .message_name, .all_messages table .message_name {
    display: block;
    font-size: 1.1em;
    padding-bottom: 15px; }

.all_messages .sender {
  display: block;
  padding-top: 15px; }

.single_message {
  padding: 40px;
  overflow: hidden; }
  .single_message textarea {
    width: 100%;
    margin: 0;
    border-radius: 0;
    display: block;
    padding: 6px 12px;
    color: #6b6b6b;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    line-height: normal;
    transition: border-color 0.7s;
    -ms-transition: border-color 0.7s;
    -moz-transition: border-color 0.7s;
    -webkit-transition: border-color 0.7s;
    min-height: 110px;
    resize: vertical;
    margin: 0 auto 15px; }
  .single_message .each_message {
    width: 60%;
    padding: 20px;
    padding-top: 20px;
    clear: both;
    background: #F8F8F8;
    margin-bottom: 25px;
    float: right;
    position: relative;
    border-radius: 2px; }
    .single_message .each_message a.msgDel {
      display: block;
      width: 15px;
      height: 15px;
      border: 1px solid #6b6b6b;
      border-radius: 50%;
      text-align: center;
      cursor: pointer;
      font-size: 10px;
      padding: 1px;
      position: absolute;
      top: 8px;
      right: 8px;
      opacity: 0.5; }
      .single_message .each_message a.msgDel:hover, .single_message .each_message a.msgDel:focus {
        opacity: 0.8; }
    .single_message .each_message:after {
      content: "";
      border-top: 10px solid #F8F8F8;
      right: 25px;
      bottom: -10px;
      width: 0px;
      height: 0px;
      border-right: 10px solid transparent;
      border-left: 5px solid transparent;
      transform: skewX(-45deg);
      -ms-transform: skewX(-45deg);
      -o-transform: skewX(-45deg);
      -moz-transform: skewX(-45deg);
      -webkit-transform: skewX(-45deg);
      position: absolute; }
    .single_message .each_message .created {
      font-size: 12px;
      padding-right: 30px;
      margin-top: -10px;
      font-style: italic;
      opacity: 0.8; }
    .single_message .each_message .message {
      padding: 15px 0 0; }
    .single_message .each_message.message_received {
      background-color: rgba(219, 219, 219, 0.5);
      float: left; }
      .single_message .each_message.message_received:after {
        border-top-color: rgba(219, 219, 219, 0.5);
        right: auto;
        left: 25px;
        transform: skewX(55deg);
        -ms-transform: skewX(55deg);
        -o-transform: skewX(55deg);
        -moz-transform: skewX(55deg);
        -webkit-transform: skewX(55deg); }
  .single_message .fixedHeigh {
    height: auto;
    max-height: 800px; }
  .single_message .customScroll {
    padding: 20px;
    border: 1px solid rgba(219, 219, 219, 0.5); }

.choseBank, .white_box {
  text-align: center; }
  .choseBank .formLabel, .white_box .formLabel {
    margin-bottom: 15px; }

.white_box {
  text-align: left; }
  .white_box.alignC {
    /*text-align: center;*/ }
    .white_box.alignC > * {
      float: none;
      margin-left: auto;
      margin-right: auto; }

.company_card {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 15px;
  margin-bottom: 15px; }
  .company_card .collegs_profile {
    width: 20%;
    float: left; }
    .company_card .collegs_profile img {
      width: 100%; }
  .company_card .collegs_info {
    width: 80%;
    margin-left: 20%;
    padding-left: 20px; }
    .company_card .collegs_info > * {
      display: block;
      margin-bottom: 5px; }

header {
  position: relative;
  z-index: 4000; }
  header .latest_task {
    border-top: 2px solid #c5c5c5;
    background-color: transparent;
    margin-top: 5px;
    padding-top: 5px; }
    header .latest_task table {
      /*width: 100%;*/
      /*table-layout: fixed;*/
      color: #fff;
      margin: 5px auto; }
      header .latest_task table td {
        padding: 6px; }
      header .latest_task table .taskName {
        /*width: 50%;*/ }
    header .latest_task .btn, header .latest_task .alt_search input[type="submit"], .alt_search header .latest_task input[type="submit"] {
      height: 36px; }

.confirm_sec .confirm_docs, .confirm_sec .choseBank, .confirm_sec .white_box {
  margin-left: 0;
  margin-right: 0; }
.confirm_sec .choseBank, .confirm_sec .white_box {
  padding-top: 20px; }

.top_note {
  margin-top: 5px !important; }

.alt_search {
  position: relative;
  padding-right: 100px; }
  .alt_search input[type="submit"] {
    width: 100px;
    border: 0 none;
    border-left: 1px solid #dbdbdb;
    position: absolute;
    z-index: 1;
    top: 0px;
    right: 1px; }

.panelWrap .alt_search {
  padding-right: 0px;
  width: 270px; }
  .panelWrap .alt_search input {
    height: 36px;
    width: 100%;
    padding: 6px 12px; }
    .panelWrap .alt_search input[type="submit"] {
      width: 60px; }

.ui-widget-content {
  z-index: 3000;
  border-color: #dbdbdb;
  background: #fff; }
  .ui-widget-content.ui-autocomplete {
    max-height: 350px;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 555;
    border-color: #23ace3;
    border-top: 0; }

.combobox_style, .custom-combobox-input, .ui-button {
  border-radius: 0;
  -ms-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  background-color: #fff;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dbdbdb;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #6b6b6b;
  font-weight: 300; }

.custom-combobox {
  position: relative;
  display: block;
  box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: inline-block; }
  .custom-combobox .ui-button {
    background: none #fff;
    border-left: 1px solid #dbdbdb; }

.combobox_hasPdng, .popupWrap .custom-combobox .custom-combobox-input {
  padding-right: 36px; }

.custom-combobox-input {
  background-image: none;
  border-right: 0 none;
  width: 100%;
  padding: 6px 12px;
  border-radius: 0; }
  .custom-combobox-input:focus, .custom-combobox-input:active {
    border-color: #23ace3; }
    .custom-combobox-input:focus + .ui-button, .custom-combobox-input:active + .ui-button {
      border-color: #23ace3; }
    .custom-combobox-input:focus + .help-inline + .ui-button, .custom-combobox-input:active + .help-inline + .ui-button {
      border-color: #23ace3; }

.ui-button {
  width: 36px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  border-left: 0 none;
  margin: 0; }
  .ui-button .ui-button-icon-primary {
    background-image: none;
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
    margin-left: -2px;
    margin-top: -4px; }

.ui-autocomplete .ui-menu-item {
  border: 0; }
  .ui-autocomplete .ui-menu-item.ui-state-focus {
    background: #23ace3;
    color: #fff;
    border: 0;
    margin: 0; }

.popupWrap .custom-combobox {
  width: 100%; }

.ui-widget-header {
  background: #333333; }
  .ui-widget-header.ui-datepicker-header {
    background: #23ace3;
    color: white; }

.xdsoft_datetimepicker {
  z-index: 9998; }

.formComboSt .custom-combobox {
  display: block; }
  .formComboSt .custom-combobox .help-inline + a.ui-button {
    top: 2px; }

.docs_tab .hasBtnR .textBtn {
  display: inline-block;
  margin: 5px 2px 2px; }
.docs_tab .docActionBtns {
  margin-top: 12px; }
.docs_tab .inDocUpload {
  margin-top: 14px; }
  .docs_tab .inDocUpload .file_message {
    margin-top: 8px;
    display: block;
    display: block; }
    .docs_tab .inDocUpload .file_message .error {
      color: #B50B0B; }
  .docs_tab .inDocUpload .formRow.hasUpload {
    padding-left: 0; }
    .docs_tab .inDocUpload .formRow.hasUpload .upload_div .btn, .docs_tab .inDocUpload .formRow.hasUpload .upload_div .alt_search input[type="submit"], .alt_search .docs_tab .inDocUpload .formRow.hasUpload .upload_div input[type="submit"] {
      top: 0;
      bottom: initial; }

.border_bottom, .single_task h3, .single_task .task_properties li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #dbdbdb; }

.single_task .task_properties li {
  display: block; }
  .single_task .task_properties li span {
    display: inline-block;
    margin-right: 10px; }
  .single_task .task_properties li:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0; }
.single_task .task_description {
  font-size: 15px;
  line-height: 20px; }

.white_block {
  background: #fff;
  padding: 15px;
  border: 1px solid #dbdbdb; }

.select2-container {
  width: 100%; }
  .select2-container .select2-choices {
    background: #fff none;
    padding: 3px 12px !important; }
    .select2-container .select2-choices .select2-search-choice-close:after {
      content: "x";
      color: #B50B0B;
      display: inline-block;
      height: 100%;
      width: 100%;
      font-size: 12px;
      text-align: center;
      line-height: normal;
      margin-top: -3px; }

.pagination {
  display: table;
  clear: both;
  float: none;
  padding-top: 15px; }
  .pagination li {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    padding: 3px; }
    .pagination li > * {
      display: block;
      color: #23ace3;
      padding: 3px 6px;
      background-color: #fff;
      border: 1px solid #dbdbdb;
      transition: all 0.15s;
      -ms-transition: all 0.15s;
      -moz-transition: all 0.15s;
      -webkit-transition: all 0.15s; }
    .pagination li.active > *, .pagination li:not(.disabled):hover > *, .pagination li:not(.disabled):focus > * {
      color: #fff;
      background-color: #23ace3;
      transition: all 0.15s;
      -ms-transition: all 0.15s;
      -moz-transition: all 0.15s;
      -webkit-transition: all 0.15s; }
    .pagination li.disabled > * {
      color: #dbdbdb; }

.sort_arrows {
  display: inline-block;
  position: relative;
  height: 20px; }
  .sort_arrows i {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
    .sort_arrows i.icon2-arrow-down-b {
      top: auto;
      bottom: -9px; }
  .sort_arrows .hasOpacity {
    opacity: 0.3; }

/*chosen dropdown styles*/
.formControl + .chosen-container.chosen-container-multi, .select2-container .select2-choices + .chosen-container.chosen-container-multi {
  max-width: 100%; }
  .formControl + .chosen-container.chosen-container-multi .chosen-choices, .select2-container .select2-choices + .chosen-container.chosen-container-multi .chosen-choices {
    -webkit-border-radius: 0;
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 6px 12px;
    color: #6b6b6b;
    background-color: #fff;
    border: solid 1px #dbdbdb;
    line-height: normal;
    height: 36px;
    transition: border-color 0.7s;
    -ms-transition: border-color 0.7s;
    -moz-transition: border-color 0.7s;
    -webkit-transition: border-color 0.7s;
    padding: 4px 12px 3px 12px; }
    .formControl + .chosen-container.chosen-container-multi .chosen-choices:focus, .select2-container .select2-choices + .chosen-container.chosen-container-multi .chosen-choices:focus {
      border-color: #23ace3; }
.formControl + .chosen-container .chosen-single, .select2-container .select2-choices + .chosen-container .chosen-single {
  border-radius: 0 0 0 0;
  box-shadow: 0 0 0 transparent;
  padding: 6px 12px;
  color: #6b6b6b;
  background: #fff none;
  border: solid 1px #dbdbdb;
  line-height: normal;
  height: 36px;
  outline: 0 none; }
  .formControl + .chosen-container .chosen-single div b, .select2-container .select2-choices + .chosen-container .chosen-single div b {
    background: 0 none;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 3px 0 3px;
    border-color: #000000 transparent transparent transparent;
    margin-left: 6px;
    margin-top: 14px; }
  .formControl + .chosen-container .chosen-single span, .select2-container .select2-choices + .chosen-container .chosen-single span {
    font-size: 15px; }
.formControl + .chosen-container .chosen-drop, .select2-container .select2-choices + .chosen-container .chosen-drop, .formControl + .chosen-container .chosen-search input[type="text"], .select2-container .select2-choices + .chosen-container .chosen-search input[type="text"] {
  border: solid 1px #dbdbdb; }
.formControl + .chosen-container .chosen-results li.highlighted, .select2-container .select2-choices + .chosen-container .chosen-results li.highlighted {
  background: #23ace3 none; }
.formControl + .chosen-container-active .chosen-choices, .select2-container .select2-choices + .chosen-container-active .chosen-choices {
  border: 1px solid #23ace3;
  box-shadow: 0 0 0 transparent; }

.employee_docs .colRow {
  background: #fff;
  padding: 25px; }

.docs_combobox_holder {
  clear: both;
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 30px; }

.ui-widget-content .textBtn {
  color: #23ace3; }

.ui-widget .formRow {
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #6b6b6b; }

.tab_title {
  padding: 5px 15px;
  font-size: 1.1em; }

.mfp-content, .mfp-bg, .mfp-wrap {
  z-index: 5000; }

.title {
  font-size: 18px; }

.loading_img {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  margin-left: -25px;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.4); }
  .loading_img img {
    display: block;
    margin: 200px auto;
    width: 80px;
    height: auto;
    opacity: 1; }

.payment_btn {
  display: inline-block;
  width: 150px; }
  .payment_btn img {
    max-width: 100%; }
  .payment_btn:hover, .payment_btn:focus {
    opacity: 0.8; }

.fileBtn {
  display: inline-block; }
  .fileBtn input[type=file] {
    display: none; }
  .fileBtn i {
    font-size: 12px; }
  .fileBtn .fileName {
    max-width: 100%;
    word-wrap: break-word; }

.buttonsTop {
  clear: both;
  border-bottom: solid 1px #dbdbdb;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .buttonsTop > * {
    margin-right: 5px; }
  .buttonsTop.csvImportSt .fileBtn {
    position: relative; }
    .buttonsTop.csvImportSt .fileBtn > span > i {
      font-size: 15px; }
    .buttonsTop.csvImportSt .fileBtn .fileName {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      position: absolute;
      left: 0px;
      bottom: -34px;
      color: #6b6b6b;
      max-width: 1130px; }
      .buttonsTop.csvImportSt .fileBtn .fileName:before {
        display: inline;
        content: '';
        font: normal normal normal 12px FontAwesome;
        color: #6b6b6b;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        padding-right: 5px;
        content: "\f00c"; }
  .buttonsTop.csvImportSt .importTxtSt {
    display: block;
    padding-top: 49px;
    font-style: italic; }
  .buttonsTop.csvImportSt .errorlist {
    margin-top: 8px; }
    .buttonsTop.csvImportSt .errorlist + .importTxtSt {
      padding-top: 41px; }

.paginateDiv {
  padding: 8px 20px; }
  .paginateDiv .pagination {
    padding: 0; }
  .paginateDiv:empty {
    display: none; }

.textareaMin70 textarea {
  min-height: 70px; }

.tdVertTop td {
  vertical-align: top; }

.listInfo li {
  font-size: 14px;
  border-bottom: 1px dotted #DBDBDB;
  padding: 3px 0; }
  .listInfo li:last-child {
    border-bottom: none; }
  .listInfo li .infoTitle {
    width: 150px;
    display: inline-block;
    font-weight: 500; }
  .listInfo li .infoSpan {
    display: inline-block;
    font-style: italic; }

.listInfo2 li {
  font-size: 17px;
  border-bottom: 1px dotted #DBDBDB;
  padding: 7px 0; }
  .listInfo2 li:last-child {
    border-bottom: none; }
  .listInfo2 li .infoTitle {
    width: 150px;
    display: inline-block;
    font-weight: 500; }
  .listInfo2 li .infoSpan {
    display: inline-block;
    font-style: italic; }

.formRow .listInfo {
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #6b6b6b;
  background-color: #fff;
  border: solid 1px #dbdbdb; }

.tabs table {
  font-family: "Roboto", sans-serif;
  color: #6b6b6b; }

.borderBg {
  display: block;
  width: 100%;
  padding: 6px 12px;
  color: #6b6b6b;
  background-color: #fff;
  border: solid 1px #dbdbdb; }

.social-google.btn, .alt_search input.social-google[type="submit"] {
  background-color: #357ae8; }

.txtBox {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  color: #6b6b6b;
  font-weight: 300;
  margin: 40px 15px 25px 15px;
  line-height: 24px;
  border: 1px solid #c1c1c1;
  padding: 30px;
  border-radius: 4px;
  box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.19); }

.ui-tabs {
  border: 0;
  background: none; }
  .ui-tabs.ui-widget-content {
    z-index: 1; }
  .ui-tabs .ui-tabs-nav {
    background: none;
    position: relative;
    padding: 0;
    border: 0; }
    .ui-tabs .ui-tabs-nav:after {
      content: '';
      display: block;
      height: 0;
      width: 100%;
      clear: both;
      visibility: hidden; }
    .ui-tabs .ui-tabs-nav li {
      position: relative;
      z-index: 1;
      display: block;
      margin: 0;
      text-align: center;
      float: left;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      background: none;
      border: 0; }
      .ui-tabs .ui-tabs-nav li a {
        padding: 0 1.5em 0 0.3em;
        color: white;
        transition: color 0.2s;
        -ms-transition: color 0.2s;
        -moz-transition: color 0.2s;
        -webkit-transition: color 0.2s;
        position: relative;
        display: block;
        float: none;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 300px; }
        .ui-tabs .ui-tabs-nav li a.ui-tabs-anchor {
          padding: 15px 35px 15px 20px; }
        .ui-tabs .ui-tabs-nav li a:hover, .ui-tabs .ui-tabs-nav li a:focus {
          opacity: 0.78; }
        .ui-tabs .ui-tabs-nav li a:after {
          position: absolute;
          top: 0;
          left: 0;
          bottom: 0;
          right: 0;
          display: block;
          height: 100%;
          width: 100%;
          z-index: -1;
          outline: 1px solid transparent;
          border-radius: 10px 10px 0 0;
          background: #23ace3;
          box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.04);
          border: 1px solid transparent;
          content: '';
          -webkit-transform: perspective(5px) rotateX(1.04deg) translateZ(-1px);
          transform: perspective(5px) rotateX(1.035deg) translateZ(-1px);
          -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
        .ui-tabs .ui-tabs-nav li a span {
          font-weight: 500;
          font-size: 0.75em; }
      .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
        color: #23ace3; }
        .ui-tabs .ui-tabs-nav li.ui-tabs-active a:hover {
          color: #23ace3; }
        .ui-tabs .ui-tabs-nav li.ui-tabs-active a:after {
          background: #f3f3f3;
          box-shadow: none;
          border-color: #cecece;
          border-bottom: 0; }
  .ui-tabs .ui-tabs-panel {
    border: 1px solid #dbdbdb;
    background: white;
    padding-bottom: 20px; }
  .ui-tabs.subTabSt {
    padding: 0; }
    .ui-tabs.subTabSt .ui-tabs-nav {
      background: white;
      border: 1px solid #dbdbdb;
      padding: 5px 1% 25px 1%;
      margin-bottom: -1px;
      border-bottom: 0;
      border-radius: 0 4px 4px 4px; }
      .ui-tabs.subTabSt .ui-tabs-nav:before {
        content: '';
        display: block;
        width: 100%;
        height: 1px;
        background: #ccc;
        position: absolute;
        left: 0;
        bottom: 26px; }
      .ui-tabs.subTabSt .ui-tabs-nav li.ui-tabs-active a {
        border-color: #23ace3; }
        .ui-tabs.subTabSt .ui-tabs-nav li.ui-tabs-active a:before {
          margin-left: -11px;
          border-width: 11px;
          border-top-color: #23ace3; }
        .ui-tabs.subTabSt .ui-tabs-nav li.ui-tabs-active a:after {
          margin-left: -10px;
          border-width: 10px;
          border-top-color: #23ace3; }
        .ui-tabs.subTabSt .ui-tabs-nav li.ui-tabs-active a:hover, .ui-tabs.subTabSt .ui-tabs-nav li.ui-tabs-active a:focus {
          color: #6b6b6b; }
      .ui-tabs.subTabSt .ui-tabs-nav li a {
        overflow: visible;
        color: #6b6b6b;
        border-bottom: 3px solid transparent;
        transition: color 0.2s;
        -ms-transition: color 0.2s;
        -moz-transition: color 0.2s;
        -webkit-transition: color 0.2s;
        font-size: 15px;
        font-family: "Roboto", sans-serif;
        font-weight: 500;
        padding: 15px 27px 17px 27px; }
        .ui-tabs.subTabSt .ui-tabs-nav li a:before, .ui-tabs.subTabSt .ui-tabs-nav li a:after {
          position: absolute;
          top: 106%;
          left: 50%;
          width: 0;
          height: 0;
          border: solid transparent;
          content: '';
          pointer-events: none;
          transition: none;
          -ms-transition: none;
          -moz-transition: none;
          -webkit-transition: none;
          background: none;
          box-shadow: none; }
        .ui-tabs.subTabSt .ui-tabs-nav li a:hover, .ui-tabs.subTabSt .ui-tabs-nav li a:focus {
          color: #919191;
          background: none; }
    .ui-tabs.subTabSt > .ui-tabs-panel {
      padding-bottom: 35px; }

.sectionScroll {
  overflow-x: auto; }
  .sectionScroll:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    visibility: hidden; }
  .sectionScroll li {
    position: relative;
    float: left;
    z-index: 1;
    display: block;
    margin: 0 7px 0 0;
    text-align: center;
    float: left; }
    .sectionScroll li a {
      font-family: Verdana,Arial,sans-serif;
      font-size: 1.1em;
      padding: 17px 20px 17px 20px;
      text-align: center;
      color: white;
      transition: color 0.2s;
      -ms-transition: color 0.2s;
      -moz-transition: color 0.2s;
      -webkit-transition: color 0.2s;
      position: relative;
      display: block;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      max-width: 300px; }
      .sectionScroll li a:hover, .sectionScroll li a:focus {
        opacity: 0.78; }
      .sectionScroll li a:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        display: block;
        height: 100%;
        width: 100%;
        box-sizing: border-box;
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        z-index: -1;
        outline: 1px solid transparent;
        border-radius: 10px 10px 0 0;
        background: #23ace3;
        box-shadow: inset 0 -3px 3px rgba(0, 0, 0, 0.04);
        border: 1px solid transparent;
        content: ''; }
      .sectionScroll li a span {
        font-weight: 500;
        font-size: 0.75em; }
    .sectionScroll li.activeSection {
      margin-bottom: -1px;
      padding-bottom: 1px; }
      .sectionScroll li.activeSection a {
        color: #23ace3; }
        .sectionScroll li.activeSection a:hover {
          color: #23ace3; }
        .sectionScroll li.activeSection a:after {
          background: #f3f3f3;
          box-shadow: none;
          border-color: #cecece;
          border-bottom: 0; }
  .sectionScroll .mCSB_scrollTools {
    bottom: -9px !important;
    z-index: 22; }

.auditCompany .dividerSt {
  background-color: #eeeeee;
  width: 50%;
  margin: -13px auto 35px auto; }
  .auditCompany .dividerSt:before {
    opacity: 0.7; }
.auditCompany > .colRow:last-child {
  margin-top: -7px; }

.auditSectionsSt .fixedHeigh {
  height: auto;
  max-height: 600px;
  margin: 0 -20px;
  padding: 0 25px 0 20px; }
.auditSectionsSt .sectionListSt {
  margin-top: 5px; }
  .auditSectionsSt .sectionListSt:after {
    content: '';
    display: block;
    height: 0;
    width: 100%;
    clear: both;
    visibility: hidden; }
  .auditSectionsSt .sectionListSt li {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 20px;
    margin: 0 0 20px 0; }
    .auditSectionsSt .sectionListSt li .secDetails > * {
      display: block; }
    .auditSectionsSt .sectionListSt li .secDetails strong {
      font-size: 17px; }
    .auditSectionsSt .sectionListSt li .secDetails i, .auditSectionsSt .sectionListSt li .secDetails span {
      font-style: italic;
      margin-top: 7px;
      font-size: 14px; }
    .auditSectionsSt .sectionListSt li .secDetails p {
      line-height: 19px;
      margin-top: 7px; }
    .auditSectionsSt .sectionListSt li .secDetailsAction {
      margin-top: 15px; }
.auditSectionsSt .secDetailsAction.btnAlignCenter {
  text-align: right;
  position: relative;
  transform: translateY(32%);
  -ms-transform: translateY(32%);
  -o-transform: translateY(32%);
  -moz-transform: translateY(32%);
  -webkit-transform: translateY(32%);
  top: 50%;
  margin-top: 0 !important; }
.auditSectionsSt .secDetailsAction a i {
  position: relative;
  top: -1px; }

.currencyList:after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  clear: both;
  visibility: hidden; }
.currencyList li {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 5px;
  width: 31.33333%;
  float: left;
  margin: 20px 3% 20px 0%;
  padding-bottom: 12px; }
  .currencyList li:nth-child(3n+0) {
    margin-right: 0; }
  .currencyList li > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }

.auditStep2.colCustom > .colRow .col1:nth-child(4) {
  width: 8.33333%; }
.auditStep2 .tblHeading {
  border-bottom: 2px solid #333333;
  margin: 25px 0 25px 0; }
  .auditStep2 .tblHeading label {
    font-size: 16px;
    font-weight: 400; }

.totalSum {
  border-top: 1px solid #dbdbdb;
  padding-top: 20px;
  margin-top: -12px; }
  .totalSum strong {
    display: block;
    width: 55%;
    text-align: right;
    font-size: 18px; }
  .totalSum ul {
    width: 43%;
    margin-left: 2%; }
    .totalSum ul li {
      font-size: 17px;
      font-weight: 500;
      text-align: center; }
      .totalSum ul li span {
        display: block;
        word-wrap: break-word;
        word-break: break-word; }

.panelBody.auditSecSt {
  max-height: 1000px;
  min-height: 450px;
  height: auto; }
  .panelBody.auditSecSt .dividerSt {
    margin-top: 30px; }
  .panelBody.auditSecSt .confirm_docs, .panelBody.auditSecSt .choseBank, .panelBody.auditSecSt .white_box {
    padding-top: 0; }
    .panelBody.auditSecSt .confirm_docs .file_message, .panelBody.auditSecSt .choseBank .file_message, .panelBody.auditSecSt .white_box .file_message {
      position: absolute;
      left: 3px;
      bottom: -20px;
      color: #B50B0B; }
  .panelBody.auditSecSt .confirm_docs_audit ul li {
    margin: 0 2% 25px 2%;
    padding-bottom: 25px;
    border-bottom: 1px solid #dbdbdb;
    width: 46%; }
    .panelBody.auditSecSt .confirm_docs_audit ul li .auditDocType {
      display: block;
      margin: 10px 0; }
      .panelBody.auditSecSt .confirm_docs_audit ul li .auditDocType label {
        color: #858585;
        font-style: italic;
        font-weight: 400;
        font-size: 15px; }
      .panelBody.auditSecSt .confirm_docs_audit ul li .auditDocType span {
        color: #9e9e9e;
        font-size: 15px; }

.auditAdjustTbl {
  margin-bottom: 25px; }
  .auditAdjustTbl .theadSt {
    border-bottom: solid 1px #dbdbdb;
    background: #333333;
    color: #fff;
    font-weight: 400;
    padding: 15px 0; }
  .auditAdjustTbl .currentData > .colRow, .auditAdjustTbl .editAuditInfo > .colRow {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #dbdbdb; }
    .auditAdjustTbl .currentData > .colRow:last-child, .auditAdjustTbl .editAuditInfo > .colRow:last-child {
      border-bottom: 0; }
  .auditAdjustTbl .colRow .col2 {
    width: 11%; }
  .auditAdjustTbl .colRow .col3 {
    width: 17.41667%; }
  .auditAdjustTbl .tblHeading {
    padding-top: 0;
    border-bottom: 2px solid #333333;
    margin: 25px -10px 25px -10px; }
    .auditAdjustTbl .tblHeading label {
      font-size: 16px;
      font-weight: 400; }
  .auditAdjustTbl + .totalSum ul {
    width: 40%; }
    .auditAdjustTbl + .totalSum ul li {
      width: 28%;
      text-align: left; }

.panelBody.createInvoice {
  height: auto;
  max-height: 550px; }
  .panelBody.createInvoice tfoot tr:last-child td {
    border: 0; }

.uploadBtnSt {
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  position: relative; }

@media only screen and (max-width: 1400px) {
  .withLeftSmallFix {
    margin-left: 130px; }

  .verticalSteps {
    z-index: 2; }
    .verticalSteps + .container {
      padding-right: 30px; } }
@media only screen and (max-width: 1320px) {
  .withLeftSmallFix {
    width: 1040px; }

  .colCustom.auditStep2 > .colRow .col1:nth-child(4) {
    width: 8.33333%; }
  .colCustom > .colRow > .col2 {
    width: 15.88889%; }
  .colCustom > .colRow .col1:not(:nth-child(4)) {
    width: 11%; } }

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