.clearfix {
    clear:both;
}

.fa-2x {
    font-size: 26px;
}

input {
    outline: none;
}

.ec-table {
    width: 1000px;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.ec-table-shadow {
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.ec-table > caption,
.ec-table-shadow > caption,
.ec-table-caption {
    font-size:20px;
    padding: 10px;
    
}

.ec-checkbox{
    height:20px;
    width:20px;
}

table.ec-table tbody > tr {
    height: 60px;
}

table.rf-cal-extr tbody > tr {
    height: auto;
}

.ec-table-left{
    float: left;
}

.ec-table-right {
    float: right; 
}
.ec-form-wrapper {
    width: 1000px;
}

.ec-table-cv-text {
    font-size: 14px;
    
}

.rf-dt {
    border:none;
}


.rf-dt-shdr-c {
    border-right-width: 0px; 
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C0C0C0;
    background-color: #fff;
    background-image: none;
    background-position: top left;
    color: #000;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}
 
 
 .rf-dt-c {

    border-right-width: 0px; 
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    height: 38px
}
 

.rf-pp-cntr {
border:none;
box-shadow: 0 25px 35px 0 rgba(0, 0, 0, 0.35);
min-height: 190px;
}


.rf-pp-shdw {
    display: none;
}

.rf-pp-hdr {
    background: transparent;
}

.rf-pp-hdr-cnt {
    color: #000;
    font-family: 'Open Sans',Arial,Verdana,sans-serif;
    font-size: 16px;
    border-bottom: 1px solid #C0C0C0;
    padding: 5px;
}

.rf-pp-cnt {
    font-family: 'Open Sans',Arial,Verdana,sans-serif;
    font-size: 14px;
}


.rf-pp-cnt-scrlr {
    width: auto !important;
    height: auto !important;
}

#theform > table > tbody > tr > td {
    font-family: 'Open Sans',Arial,Verdana,sans-serif;
    font-size: 14px;
    vertical-align: middle;

}


#theform > table > tbody > tr > td > input[type="text"] {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.rf-pp-hdr-cntrls  {
    color: #000;
    padding-top:3px;
    padding-right: 10px;
}

.form-control,
.rf-cal-inp,
.rf-dt-flt-i
 {
    display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}


.rf-cal-inp {
    display: inline-block;
    margin-right: 5px;
}

input.rf-pick-fc {
    height: 0px;
    position: absolute;
    left: -32767px;
}

.rf-pick {
    display: block;
}

div.rf-pick > table {
    margin-right: auto;
    margin-left: auto;
}

.rf-pick-lst-dcrtn {
     border-color: #000000;

}

.rf-pick-lst-scrl {
    min-height: 160px !important;
    max-height: 160px !important;
    width: 250px !important; 
   }

.rf-pick-btn {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    background: #293a50;
    border: none;
    border-radius: 2px;
    color: #fff;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    /*text-transform: uppercase;*/
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

}

.rf-pick-src {
    padding-right: 50px;
}


.rf-pick-sel {
    background-color: #EEEEEE; 
    border:none;
}

.rf-pick-tgt {
    padding-left: 50px;
}

.rf-pick-opt {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size:14px;
}

.manager-data-table{
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    border-collapse: separate;
    border-spacing: 5px;
}

.rf-p {
    background-color: #FFFFFF;
     color: #000000;
     height: 130px !important;
     border: none; 
     padding: 0px;
     box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.rf-p-hdr {
    background-color: #FFFFFF;
    border:none;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    padding: 7px;
    background-position: top left;
    background-repeat: no-repeat;
    background-image: none;
    border-bottom: 1px solid #C0C0C0;
}
p.ec-login  {
  font-size: 16px
}

p.ec-login > i {
    vertical-align: middle;
    padding-left: 10px;
}


.rf-dt-flt-c {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C0C0C0;
    border-right-width: 0px;;
    background-color: #FFFFFF;
    color: #000000;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 10px;
}

.rf-dt-flt-cnt {
    text-align: none;
    height: initial;
}

.fa-ec-button {
  font-family: 'FontAwesome' !important;
  color:#000 !important;
}

.ki-ec-button {
    background:transparent;
    border: none;
    padding-left: 5px;
    padding-right:5px;
    cursor: pointer;
}

.ki-ec-space-30 {
    width: 30px;
}

.ki-ec-space-70 {
    width: 70px;
}

.rf-dt-srt-des:before {
    font-family: 'FontAwesome';
    color: #000;
    content: "\f0dd";
}

.rf-dt-srt-asc:before {
    font-family: 'FontAwesome';
    color: #000;
    content: "\f0de";
}

.rf-dt-srt-uns:before {
    font-family: 'FontAwesome';
    color: #000;
    content: "\f0dc";
}

.rf-dt-srt-des,
.rf-dt-srt-asc,
.rf-dt-srt-uns {
    background:transparent;
}

.rf-dt-c-srt:hover {
    color: #000000;
}

.data-table-pad {
    padding: 10px;
}


.data-table-pad-30 {
    padding: 30px;
}

.fa-red {
    color:#de3226;
}
.fa-grey {
    color:#c0c0c0 !important;
}

.rf-dt-hdr-c {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #C0C0C0;
    border-right-width: 0px;
    border-right-style: solid;
    border-right-color: #C0C0C0;
    background:transparent;
    background-image: none;
    background-repeat: no-repeat;
    color: #000000;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: bold;
    padding: 4px;
    text-align: center;
}

.ec-input-box{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.ec-table-text-center {
    text-align: center;
}

.rf-ds-btn {

    border:none;
    display: inline-block;
    background-position: top left;
    background-repeat: no-repeat;
    background-color: #293a50;
    background-image:none ; 
    font-size: 2em;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    color: #000;
    text-decoration: none;
    font-weight: normal;
}

.rf-ds-dis {
    color: #fff;
  }

  .rf-dt-ftr-c {
    border:none;
    color: #fff;
    background: transparent;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}
.ec-table-text-right {
    text-align: right;
    padding-right: 80px;
}


.rf-dt-flt-i {
    width: 80%;
    margin: auto;
}




.rf-tab-hdr-act.rf-tab-hdr-top {
    background:#293a50;
    background-image: none;
    border: none;
    border-top-left-radius:2px;
    border-top-right-radius: 2px;
    color: #fff;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: default;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

}

.rf-tab-hdr-inact.rf-tab-hdr-top,
.rf-tab-hdr-dis.rf-tab-hdr-top {
    background:#FFFFFF;
    background-image: none;
    border: none;
    border-top-left-radius:2px;
    border-top-right-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: default;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);

}

.rf-tab-hdr-dis.rf-tab-hdr-top {
    background:#EEEEEE; 
}


.rf-tab-hdr-tabline-vis.rf-tab-hdr-tabline-top {
    border: none;
    background:transparent;
    height: 36px;
}

.rf-tab-lbl {
    font-size: 12px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

.rf-tab-hdr-brd {
    border: 1px solid #293a50;
    background: #293a50;
}

.rf-tab-cnt {
    border: 1px solid #293a50;
    font-size: 14px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    padding: 10px;
    background: #FFF;
}

caption.rf-dt-cap,
caption.rich-table-caption {
    font-size: 22px;
}

.rf-tab-hortab-tabspcr-wdh {
    padding-left: 10px;
}

.rf-ds-btn-fastrwd,
.rf-ds-btn-prev,
.rf-ds-btn-next,
.rf-ds-btn-fastfwd,
.rf-ds-btn-first,
.rf-ds-btn-last {
    text-indent: -99999px;
    line-height: 0;
    border-radius: 2px;
}


.rf-ds-btn-fastrwd:after {
    text-indent: 0;
    display: block;
    line-height: normal;
    font-family: 'FontAwesome';
    content: "\f100";
}

.rf-ds-btn-prev:after {
    text-indent: 0;
    display: block;
    line-height: normal;
    font-family: 'FontAwesome';
    content: "\f104";
}

.rf-ds-btn-next:after {
    text-indent: 0;
    display: block;
    line-height: normal;
    font-family: 'FontAwesome';
    content: "\f105";
}

.rf-ds-btn-fastfwd:after {
    text-indent: 0;
    display: block;
    line-height: normal;
    font-family: 'FontAwesome';
    content: "\f101";
}

.rf-ds-btn-first:after {
    text-indent: 0;
    display: block;
    line-height: normal;
    font-family: 'FontAwesome';
    content: "\f100\f100";
}

.rf-ds-btn-last:after {
    text-indent: 0;
    display: block;
    line-height: normal;
    font-family: 'FontAwesome';
    content: "\f101\f101";
}

 .ec-td-grad {
    vertical-align: top;
    font-weight: bold;
}




.rf-ds-nmb-btn:hover {
    border:none;
    background:#293a50;
    background-image: none;
}


.rf-ds-nmb-btn {
    cursor: pointer;
    text-align: center;
    margin-left: 1px;
    margin-right: 1px;
    padding:  2px;
    border:none;
    background-image:none;
    font-size: 1.9em;
    font-weight: normal;
    background: #293a50;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
}

a.rf-ds-nmb-btn,
a.rf-ds-btn {
    color: #fff;
}

.rf-ds {
    padding-top: 10px;
}

.rf-ds-act, .rf-ds-act:hover {
    cursor: default;
     font-weight: normal; 
     background: #EEEEEE;
     color:#000000;
}

.ec-mess {
    height: 100% !important;
    box-shadow: none;
}

.ec-size-w-80 {
    width: 80%;
}

.ec-small-number {
 padding: 5px 0px;
font-size: 14px;
}

.ec-bg-grey {
    background: #EEEEEE;
}

.ec-bg-darkgrey {
    background: #C8C8C8;
}

input.rf-insp-inp[type="text"] {
    background-color: #fff;
    background-image: none; 
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px; 
    height: inherit;
}

.rf-insp-inc:before {
    text-indent: 0;
    display: block;
    line-height: normal;
    font-family: 'FontAwesome';
    content: "\f0d8";
}

.rf-insp-inc {
    background-image: none;
}
.rf-insp-dec {
     background-image: none;
}

.rf-insp-dec:before {
    text-indent: 0;
    display: block;
    line-height: normal;
    font-family: 'FontAwesome';
    content: "\f0d7";
}

.rf-insp-btns {
    background:none;
    background-image: none:;
    border: none;
    display: inline-block;
    padding-top: 2px;
    padding-bottom: 2px;
}

.rf-cal {
    display: inline-block;
    margin-right: 30px;
}

.rf-ctx-lst {
    font-family: Arial,Verdana,sans-serif;
    font-size: 14px;
    font-weight: normal;
    border: none;
    background-color: #fff;
}


.rf-ctx-itm-sel {
    border: none;
    background-color: #293a50;
    background-repeat: repeat-x;
    background-position: bottom left;
    background-image: none;
}



.rf-ctx-lst-bg {
    border: 1px solid;
    border-color: #293a50;
    background-image: none;
}

.rf-ctx-itm-sel > .rf-ctx-itm-lbl {
    color: #fff;
}
inspector-stylesheet:1
.rf-ctx-itm-unsel > .rf-ctx-itm-lbl {
    color: #000;
}

.rf-ctx-itm,
.rf-p-b {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.rf-insl-trc-cntr {
    width: 120px;
}

.rf-insl-trc {
    background-image: none;
    background:none;
    border-color: #000;
}

.rf-ii-fc {
    margin-left: 80px !important;
}

.rf-ii-lbl {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
}

.rf-ii {

    border:none;
    border-radius: 3px;
    min-height: 20px;
    padding: 10px;

}

input.rf-ii-fld {
    height: 38px;
    color: #000;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    border-radius: 3px;
}

.rf-ii-dflt-lbl {
    color: #000;
}

.rf-ii-fc {
    padding: 0 !important;
    border: 0 !important;
    width: 0 !important;
    height: 0 !important;
    position: absolute !important;
}

.ec-over-x {
    overflow-x: auto;
}

input[type='text'].rf-insp-inp,
input[type='text'].rf-insp-dec {

    padding-left: 10px;
    padding-right: 15px;
    padding-top: 6px;
}

.rf-insp-inc,
.rf-insp-dec {
    cursor: pointer;
}

.rf-insp-dec, .rf-insp-inc, .rf-insp-dec-dis, .rf-insp-inc-dis {
     height: auto; 
     width: auto; 
}

.ec-he-au {
    height: auto !important;
}

.ec-mess-box {
    width: 400px !important;
}

.box-wait{
    height: 150px !important;
    min-height: 150px !important;
    width: 300px !important;
}

.rf-cal-extr {
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 4px;
    background: #fff;
    width: 300px;
    height: 300px;
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.rf-cal-hdr {
    border:none;
    background-color: transparent;
    font-size: 14px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

.rf-cal-tl {
    width: auto;
    height: auto;
    background-color: transparent;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

.rf-cal-hdr-month {
    height: auto;
    background-color: transparent;
    font-size: 14px;
    color: #000;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

.rf-cal-day-lbl {
    height: auto;
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.rf-cal-week {
    width: auto;
    color: #757575;
    background-color: transparent;
    border: none;
    font-size: 11px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

.rf-cal-c {
    border: none;
    background-color: transparent;
    font-size: 14px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

.rf-cal-c-cnt-overflow {
    width: 32px;
    height: 32px;
}
.rf-cal-today {
    color: #000;
    position: relative;
    font-weight: normal;
}


.rf-cal-holiday {
    color: #000;
}

.rf-cal-today:before {
    content: '';
    display: inline-block;
    border: solid transparent;
    border-width: 0 0 7px 7px;
    border-bottom-color: #000;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.rf-cal-sel:before {
    border-bottom-color: #fff;
}


.rf-cal-hov,
.rf-cal-today:hover {
    background: #EEEEEE;
    border-radius: 4px;
    color: #000;
}

.rf-cal-sel,
.rf-cal-sel:hover {
    background-color: #293a50;
    border-radius: 4px;
    color: #fff;
    border-bottom-color: #fff;
    font-weight: normal;
}

.rf-cal-boundary-day {
    color: #a0a0a0;
}

.rf-cal-tl-btn {
    padding: 4px;
}

.rf-cal-tl-btn-hov {
    background-color: #eee;
    color: #000;
    border: none;
    padding: 4px;
    border-radius: 4px;
}

.rf-cal-tl-ftr {
  background:transparent;
  background-image: none;
  padding: 4px;
  font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.rf-cal-ftr {
    border:none;
    font-size: 14px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    background: transparent;

}

.rf-cal-edtr-layout-shdw {
    display: none;
}

.rf-cal-monthpicker-cnt {
    border:none;
}

.rf-cal-monthpicker-split {
    border-right-color: #000;
}
.rf-cal-timepicker-cnt, .rf-cal-monthpicker-cnt, .rf-cal-timepicker-cnt input {
    font-size: 14px;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
}

.rf-cal-edtr-btn {
    width: 60px;
    padding: 4px;
    border-radius: 4px;
    vertical-align: middle;
    line-height: 30px;
}

.rf-cal-edtr-btn-over,
.rf-cal-edtr-tl-over,
.rf-cal-edtr-tl-press {
    border:none;
    background: #EEEEEE;
}

.rf-cal-edtr-btn-sel {
    background-color: #293a50;
    color: #fff;
}

.rf-cal-monthpicker-ok,
.rf-cal-monthpicker-cancel {
    background: transparent;
    border:none;
    padding: 5px;
}

.rf-cal-time-btn {
    width: 45px;
    border: none;
    background: #293a50;
    padding: 6px;
    color: #fff;
    border-radius: 4px;
}

.rf-fu {
    border:none;
    width: 400px;
    outline: none;
}
.rf-fu-hdr {
    background-color: transparent;
    background-image: none; 
    border: none;
}


.rf-fu-btn-cnt-add, .rf-fu-btn-cnt-upl, .rf-fu-btn-cnt-clr, .rf-fu-itm-st {
     color: #fff; 
}

 .rf-fu-btn-cnt-add-dis, .rf-fu-itm-lbl, .rf-fu-itm-st, .rf-fu-itm-lnk {
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
     font-size: 14px; 
}

.rf-fu-btn-add, .rf-fu-btn-upl, .rf-fu-btn-clr {

    background-image: none;
    font-family: 'Open Sans', Verdana, Arial, Helvetica, sans-serif;
    background: #293a50;
    border: none;
    border-radius: 2px;
    color: #fff;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    /* text-transform: uppercase; */
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.rf-fu-btn-cnt-add:before {
    font-family: 'FontAwesome';
    color: #fff;
    content: "\f067";
    padding: 0px 5px;
}

.rf-fu-btn-cnt-upl:before {
    font-family: 'FontAwesome';
    color: #fff;
    content: "\f093";
    padding: 0px 5px;
}


.rf-fu-btn-cnt-clr:before {
    font-family: 'FontAwesome';
    color: #fff;
    content: "\f00d";
    padding: 0px 5px;
}

.rf-fu-btn-cnt-clr,
.rf-fu-btn-cnt-add,
.rf-fu-btn-cnt-upl {
    background-image: none;
    padding: 0px !important;
}

.rf-fu-btn-upl, .rf-fu-btn-clr {
    display: none;
    
}

.rf-fu-itm-lnk {
    color: #000;
}

.rf-fu-itm {
    border-bottom-color: #757575; 
}

button.rf-cal-btn {
    background: transparent;
    border:none;
    font-size: 26px;
    font-family: 'FontAwesome';
    outline: none;
}

.rf-cal-timepicker-cnt {
    width: 225px;
    height: 110px;
    background: #FFF;
    border: none;
}

.rf-cal-sp-inp-cntr,
.rf-cal-sp-btn {
    background: transparent;
    border: none;
}

.rf-cal-sp-inp {
    width: 90%;
}

.rf-cal-sp-down,
.rf-cal-sp-up {
    background: none;
    cursor: pointer;
}

.rf-cal-sp-up:before {
    font-family: 'FontAwesome';
    color: #000;
    content: "\f0de";
    font-size: 14px;
}

.rf-cal-sp-down:before {
    font-family: 'FontAwesome';
    color: #000;
    content: "\f0d7 ";
    font-size: 14px;
}

.rf-cal-sp-inp-cntr {
    width: 80px;
    padding: 5px;
}

.rf-cal-edtr-cntr {
    background: #fff;
}

.rf-cp {
    color: #293a50;
}

.rf-cp-hdr,
.rf-cp-hdr-colps,
.rf-cp-hdr-exp {
    border-color: white !important;
    background-color: #293a50;
    background-image: none;

}

.rf-cp-lbl-exp,
.rf-cp-lbl-colps {
    color: white;
    font-weight: bold;
}


.vp-in-bl {
    display: inline-block;
}

.vp-prl-10 {
    padding: 0 10px;
}

.vp-flex-sb {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.vp-flex-jcc {
    display: flex;
    justify-content: center;
}

.vp-m-t50 {
    margin-top: 50px;
}
