h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d6e9f;
}

.h1 {}

.h2 {}

.h3 {}

.h4 {}

.h5 {}

.h6 {}
/* line heights */
.lh-12{
    line-height: 12px !important;
}

.lh-16{
    line-height: 16px !important;
}

.lh-18{
    line-height: 18px !important;
}

.lh-20{
    line-height: 20px !important;
}

.lh-22{
    line-height: 22px !important;
}

.lh-24{
    line-height: 24px !important;
}

.lh-26{
    line-height: 26px !important;
}

.lh-28{
    line-height: 28px !important;
}

.lh-30{
    line-height: 30px !important;
}

.lh-32{
    line-height: 32px !important;
}
.no-style-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
/*  */
.block

.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.auto-overflow {
    overflow: auto;
}

.scroll-overflow {
    overflow: scroll;
}

.no-resize {
    resize: none;
}

.uppercase {
    text-transform: uppercase;
}

.disabled,
.read-only,
[disabled] {
    opacity: 0.3;
    cursor: not-allowed !important;
}

.printable-content-heading {
    display: none;
}

.hide {
    display: none;
}

.faint {
    opacity: 0.4;
}

.total,
.bold {
    font-weight: 700 !important;
}

.bold600 {
    font-weight: 600 !important;
}

.bold800 {
    font-weight: 800 !important;
}

.bold900 {
    font-weight: 900 !important;
}

.top-header{
	background: red;
}
.status-bar span {
    display: block;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    border-radius: 3px;
    padding: 5px 15px;
    box-sizing: border-box;
}

.active-status {
    background: rgb(4, 206, 4);
    display: inline-block;
    width: 15px;
    height: 15px;
    max-width: 15px;
    max-height: 15px;
    border-radius: 50%;
    border: 3px solid greenyellow;
    box-shadow: 0 0 5px #01fa01;
    margin-left: 5px;
}

.accepted {
    color: green;
    font-weight: 600;
    font-size: 110%;
    text-align: center;
}

.rejected {
    color: red;
    font-weight: 600;
    font-size: 110%;
    text-align: center;
}

.no-action {
    color: orange;
    font-weight: 600;
    font-size: 110%;
    text-align: center;
}

.status_true {
    color: #1d7a21;
    font-weight: 800;
    font-size: 110%;
}

.status_false {
    color: #f10611;
    font-weight: 800;
    font-size: 110%;
}

.collapsible-section {
    width: 100%;
}

.collapsible {
    width: calc(100% - 80px);
    float: left;
}

.collapsible-toggle {
    width: 80px;
    float: right;
}

.collapsible-section:after {
    clear: both;
    display: block;
    content: "";
}

.upload-section {
    border: 1px dashed rgba(0, 0, 0, 0.2);
    padding: 6px;
}

.time {
    display: inline-block;
    font-weight: 600;
    color: brown;
}

.login-redirect {
    background: green;
    color: #fff;
    display: inline-block;
    padding: 1px 12px;
    border: 1px solid transparent;
}

.login-redirect:hover {
    color: brown;
    background: #fff;
    border: 1px solid brown;
}
.form-group {
    margin-bottom: 15px !important;
}
.read-only,
[readonly],
input[readonly="true"],
input[readonly="true"].form-control {
    opacity: 1;
    background: transparent;
    cursor: not-allowed !important;
}
.input-group{
    display: flex;
}
a.disabled:hover {
    text-decoration: none;
}

.capitalize {
    text-transform: capitalize;
}

.nowrap {
    white-space: nowrap !important;
}

.justify {
    text-align: justify;
}

.wrap-text {
    white-space: normal !important;
}

.block {
    display: block !important;
    width: 100%;
}

.inline-block {
    display: inline-block !important;
}

.text-center {
    text-align: center;
}
.va-t{
    vertical-align: top !important;
}
.va-m{
    vertical-align: middle !important;
}

.text-white {
    color: #fff;
}

.text-black {
    color: #000;
}

.text-orange {
    color: orange;
}

.text-brown {
    color: brown;
}

.text-green {
    color: green;
}

.text-info {
    color: lightblue;
}

.text-red,
.text-red:hover {
    color: red;
}

.bold {
    font-weight: 700 !important;
}


.bold400{
    font-weight: 400 !important;
}
.bold500{
    font-weight: 500 !important;
}

.bold600{
    font-weight: 600 !important;
}

.bold700{
    font-weight: 700 !important;
}

.bold800{
    font-weight: 800 !important;
}

.bold900{
    font-weight: 900 !important;
}

.text-italic{
    font-style: italic !important;
}

.text-faint-3{opacity: .3 !important;}
.text-faint-5{opacity: .5 !important;}
.text-faint-7{opacity: .7 !important;}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.justify-text{
    justify-content: all !important;
}

.text-truncate-1 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-2 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-3 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-4 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-5 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.text-truncate-6 {
    display: -webkit-box;
    line-clamp: 5;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.fs-12 {
    font-size: 12px !important;
  }
  .fs-13 {
    font-size: 13px !important;
  }
  .fs-14 {
    font-size: 14px !important;
  }
  .fs-16 {
    font-size: 16px !important;
  }
  .fs-0 {
    font-size: 100% !important;
  }
  .fs-1 {
    font-size: calc(1.40625rem + 1.875vw) !important;
  }
  
  .fs-2 {
    font-size: calc(1.359375rem + 1.3125vw) !important;
  }
  
  .fs-3 {
    font-size: calc(1.3125rem + 0.75vw) !important;
  }
  
  .fs-4 {
    font-size: calc(1.2890625rem + 0.46875vw) !important;
  }
  
  .fs-5 {
    font-size: calc(1.25625rem + 0.075vw) !important;
  }
  
  .fs-6 {
    font-size: 0.9375rem !important;
  }
  
  
  @media (min-width: 1200px) {
    .fs-1 {
      font-size: 2.8125rem !important;
    }
  
    .fs-2 {
      font-size: 2.34375rem !important;
    }
  
    .fs-3 {
      font-size: 1.875rem !important;
    }
  
    .fs-4 {
      font-size: 1.640625rem !important;
    }
  
    .fs-5 {
      font-size: 1.3125rem !important;
    }
  }

.no-data {
    display: inline-block;
    margin: 5%;
}

.empty {
    font-style: italic;
    font-size: 80%;
}

.info-area {
    display: block;
    max-width: 70%;
    padding: 10%;
    color: green;
}

.info-box {
    background: #dcf0fc;
    border: 1px solid #b8ddf4;
    display: block;
    padding: 30px;
    color: blue;
    margin-bottom: 10px;
}

.error-box {
    background: #fbe6e8;
    border: 1px solid #f9ced2;
    display: block;
    padding: 30px;
    color: red;
    margin-bottom: 10px;
}

.inline-block {
    display: inline-block;
}

/*  */


.bg-light {
    background: #f5f3f3 !important;
}

.bg-transparent {
    background: transparent !important;
}

.bg-light-trpt-7 {
    background: rgba(255, 255, 255, .7) !important;
}
.bg-light-trpt-6 {
    background: rgba(255, 255, 255, .6) !important;
}
.bg-light-trpt-5 {
    background: rgba(255, 255, 255, .5) !important;
}

.bg-light-trpt-4 {
    background: rgba(255, 255, 255, .4) !important;
}
.bg-light-trpt-3 {
    background: rgba(255, 255, 255, .3) !important;
}
.bg-light-trpt-2 {
    background: rgba(255, 255, 255, .2) !important;
}
.bg-light-trpt-1 {
    background: rgba(255, 255, 255, .1) !important;
}



.bg-dark-trpt-7 {
    background: rgba(0, 0, 0, .7) !important;
}
.bg-dark-trpt-6 {
    background: rgba(0, 0, 0, .6) !important;
}
.bg-dark-trpt-5 {
    background: rgba(0, 0, 0, .5) !important;
}

.bg-dark-trpt-4 {
    background: rgba(0, 0, 0, .4) !important;
}
.bg-dark-trpt-3 {
    background: rgba(0, 0, 0, .3) !important;
}
.bg-dark-trpt-2 {
    background: rgba(0, 0, 0, .2) !important;
}
.bg-dark-trpt-1 {
    background: rgba(0, 0, 0, .1) !important;
}
.bg-dark-trpt-05 {
    background: rgba(0, 0, 0, .05) !important;
}
/* info box  */

.app-alert {
    width: 100%;
}

.app-alert .alert-icon {
    width: 32px;
    float: left;
}

.app-alert .alert-icon {
    display: block;
    margin: 0 auto;
}

.app-alert .alert-text {
    width: calc(100% - 32px);
    float: right;
    line-height: 20px;
    padding: 5px;
    vertical-align: middle;
    white-space: normal;
}

.app-alert:after {
    clear: both;
    display: block;
    content: "";
}

.alert-red {
    background: #fbe6e8;
    border: 1px solid #f9ced2;
    display: block;
    padding: 3px 15px;
    color: red;
    font-weight: 600;
    margin-bottom: 5px;
}

.alert-green {
    background: #b9f4b9;
    border: 1px solid #9be99b;
    display: block;
    padding: 3px 15px;
    color: darkgreen;
    font-weight: 600;
    margin-bottom: 5px;
}

.alert-orange {
    background: #f8e5d2;
    border: 1px solid #ebd1b6;
    display: block;
    padding: 3px 15px;
    color: #ff7f00;
    font-weight: 600;
    margin-bottom: 5px;
}

.alert-blue {
    background: #dae5f8;
    border: 1px solid #b3cbf6;
    display: block;
    padding: 3px 15px;
    color: #0c4cc0;
    font-weight: 600;
    margin-bottom: 5px;
}


/* dividers */

.divider10 {
    height: 10px;
}

.divider25 {
    height: 20px;
}

.divider20 {
    height: 25px;
}

.divider30 {
    height: 30px;
}

.divider40 {
    height: 40px;
}

.divider50 {
    height: 50px;
}

.divider60 {
    height: 60px;
}

.divider70 {
    height: 70px;
}

.divider80 {
    height: 80px;
}

.divider90 {
    height: 90px;
}

.divider100 {
    height: 100px;
}

.divider120 {
    height: 150px;
}

.divider130 {
    height: 150px;
}

.divider150 {
    height: 150px;
}

.divider160 {
    height: 160px;
}

.divider170 {
    height: 170px;
}

.divider180 {
    height: 180px;
}

.divider190 {
    height: 190px;
}

.divider200 {
    height: 200px;
}

.divider250 {
    height: 250px;
}


/* shadows */

.shadow-box {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.shadow-box2 {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 2px, rgba(0, 0, 0, 0.23) 0px 3px 2px;
}

.shadow-box1 {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
}

.shadow-rb {
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}


/* WIDTH */

.max-width100 {
    max-width: 100px;
}

.max-width130 {
    max-width: 130px;
}

.max-width150 {
    max-width: 150px;
}

.max-width200 {
    max-width: 200px;
}

.max-width250 {
    max-width: 250px;
}

.max-width300 {
    max-width: 300px;
}

.max-width350 {
    max-width: 350px;
}

.max-width400 {
    max-width: 400px;
}

.max-width450 {
    max-width: 450px;
}

.max-width480 {
    max-width: 480px;
}

.max-width500 {
    max-width: 500px;
}

.max-width550 {
    max-width: 550px;
}

.max-width600 {
    max-width: 600px;
}


/*  */

.min-width20 {
    min-width: 20px;
}

.min-width40 {
    min-width: 40px;
}

.min-width60 {
    min-width: 60px;
}

.min-width80 {
    min-width: 80px;
}

.min-width100 {
    min-width: 100px;
}

.min-width130 {
    min-width: 130px;
}

.min-width150 {
    min-width: 150px;
}

.min-width200 {
    min-width: 200px;
}

.min-width250 {
    min-width: 250px;
}

.min-width300 {
    min-width: 300px;
}

.min-width350 {
    min-width: 350px;
}

.min-width400 {
    min-width: 400px;
}

.min-width450 {
    min-width: 450px;
}

.min-width480 {
    min-width: 480px;
}

.min-width500 {
    min-width: 500px;
}

.min-width550 {
    min-width: 550px;
}

.min-width600 {
    min-width: 600px;
}


/* HEIGHT */

.ht-pct100 {
    height: 100% !important;
}

.ht-pct99 {
    height: 99% !important;
}
.ht-pct98 {
    height: 98% !important;
}

.ht-pct97 {
    height: 97% !important;
}
.ht-pct95 {
    height: 95% !important;
}

.ht-pct94 {
    height: 94% !important;
}

.ht-pct93 {
    height: 93% !important;
}

.ht-pct92 {
    height: 92% !important;
}

.ht-pct90 {
    height: 90% !important;
}


/* BORDERS */

.rounded {
    border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    -o-border-radius: 50% !important;
    -ms-border-radius: 50% !important;
}

.rounded-right {
    border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    -o-border-radius: 0 100px 100px 0;
    -ms-border-radius: 0 100px 100px 0;
}


/* border radius */
.rounded-4{
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}
.rounded-8{
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}
.rounded-10{
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}
.rounded-20{
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}
.rounded-100{
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
}
.rounded{
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}


/*cols*/

.cols {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.cols span {
    padding: 0 15px;
}

.col1 {
    width: 12.5%;
}

.col2 {
    width: 25%;
}

.col3 {
    width: 37.5%;
}

.col4 {
    width: 50%;
}

.col5 {
    width: 62.5%;
}

.col6 {
    width: 75%;
}

.col7 {
    width: 87.5%;
}

.col8 {
    width: 100%;
}

.padded .col1,
.padded .col2,
.padded .col3,
.padded .col4,
.padded .col5,
.padded .col6,
.padded .col7,
.padded .col8 {
    padding: 0 15px;
}


/**/

.center {
    width: 100%;
    max-width: 50%;
    margin: 0 auto;
}

@media(max-width: 768px) {
    .center {
        max-width: 80%;
    }
}

@media(max-width: 480px) {
    .center {
        max-width: 90%;
    }
}


/*
*   MARGINS
*/

.mgn-t5 {
    margin-top: 5px !important;
}

.mgn-t10 {
    margin-top: 10px !important;
}

.mgn-t15 {
    margin-top: 15px !important;
}

.mgn-t20 {
    margin-top: 20px !important;
}

.mgn-t25 {
    margin-top: 25px !important;
}

.mgn-t30 {
    margin-top: 30px !important;
}

.mgn-t35 {
    margin-top: 35px !important;
}

.mgn-t40 {
    margin-top: 40px !important;
}

.mgn-t45 {
    margin-top: 45px !important;
}

.mgn-t50 {
    margin-top: 50px !important;
}

.mgn-t55 {
    margin-top: 55px !important;
}

.mgn-t60 {
    margin-top: 60px !important;
}

.mgn-t65 {
    margin-top: 65px !important;
}

.mgn-t70 {
    margin-top: 70px !important;
}

.mgn-t75 {
    margin-top: 75px !important;
}

.mgn-t80 {
    margin-top: 80px !important;
}

.mgn-t85 {
    margin-top: 85px !important;
}

.mgn-t90 {
    margin-top: 90px !important;
}

.mgn-t95 {
    margin-top: 95px !important;
}

.mgn-t100 {
    margin-top: 100px !important;
}

.mgn-t105 {
    margin-top: 105px !important;
}

.mgn-t110 {
    margin-top: 110px !important;
}

.mgn-t115 {
    margin-top: 115px !important;
}

.mgn-t120 {
    margin-top: 120px !important;
}

.mgn-t125 {
    margin-top: 125px !important;
}

.mgn-t150 {
    margin-top: 150px !important;
}

.mgn-t200 {
    margin-top: 200px !important;
}

.mgn-t250 {
    margin-top: 250px !important;
}

.mgn-l5 {
    margin-left: 5px !important;
}

.mgn-l10 {
    margin-left: 10px !important;
}

.mgn-l15 {
    margin-left: 15px !important;
}

.mgn-l20 {
    margin-left: 20px !important;
}

.mgn-l25 {
    margin-left: 25px !important;
}

.mgn-l30 {
    margin-left: 30px !important;
}

.mgn-l35 {
    margin-left: 35px !important;
}

.mgn-l40 {
    margin-left: 40px !important;
}

.mgn-l45 {
    margin-left: 45px !important;
}

.mgn-l50 {
    margin-left: 50px !important;
}

.mgn-l55 {
    margin-left: 55px !important;
}

.mgn-l60 {
    margin-left: 60px !important;
}

.mgn-l65 {
    margin-left: 65px !important;
}

.mgn-l70 {
    margin-left: 70px !important;
}

.mgn-l75 {
    margin-left: 75px !important;
}

.mgn-l80 {
    margin-left: 80px !important;
}

.mgn-l85 {
    margin-left: 85px !important;
}

.mgn-l90 {
    margin-left: 90px !important;
}

.mgn-l95 {
    margin-left: 95px !important;
}

.mgn-l100 {
    margin-left: 100px !important;
}

.mgn-r5 {
    margin-right: 5px !important;
}

.mgn-r10 {
    margin-right: 10px !important;
}

.mgn-r15 {
    margin-right: 15px !important;
}

.mgn-r20 {
    margin-right: 20px !important;
}

.mgn-r25 {
    margin-right: 25px !important;
}

.mgn-r30 {
    margin-right: 30px !important;
}

.mgn-r35 {
    margin-right: 35px !important;
}

.mgn-r40 {
    margin-right: 40px !important;
}

.mgn-r45 {
    margin-right: 45px !important;
}

.mgn-r50 {
    margin-right: 50px !important;
}

.mgn-r55 {
    margin-right: 55px !important;
}

.mgn-r60 {
    margin-right: 60px !important;
}

.mgn-r65 {
    margin-right: 65px !important;
}

.mgn-r70 {
    margin-right: 70px !important;
}

.mgn-r75 {
    margin-right: 75px !important;
}

.mgn-r80 {
    margin-right: 80px !important;
}

.mgn-r85 {
    margin-right: 85px !important;
}

.mgn-r90 {
    margin-right: 90px !important;
}

.mgn-r95 {
    margin-right: 95px !important;
}

.mgn-r100 {
    margin-right: 100px !important;
}

.mgn-lr5 {
    margin-left: 5px !important;
    margin-right: 5px !important;
}

.mgn-lr10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.mgn-lr15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.mgn-lr20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}

.mgn-lr25 {
    margin-left: 25px !important;
    margin-right: 25px !important;
}

.mgn-lr30 {
    margin-left: 30px !important;
    margin-right: 30px !important;
}

.mgn-lr35 {
    margin-left: 35px !important;
    margin-right: 35px !important;
}

.mgn-lr40 {
    margin-left: 40px !important;
    margin-right: 40px !important;
}

.mgn-lr45 {
    margin-left: 45px !important;
    margin-right: 45px !important;
}

.mgn-lr50 {
    margin-left: 50px !important;
    margin-right: 50px !important;
}

.mgn-lr55 {
    margin-left: 55px !important;
    margin-right: 55px !important;
}

.mgn-lr60 {
    margin-left: 60px !important;
    margin-right: 60px !important;
}

.mgn-lr65 {
    margin-left: 65px !important;
    margin-right: 65px !important;
}

.mgn-lr70 {
    margin-left: 70px !important;
    margin-right: 70px !important;
}

.mgn-lr75 {
    margin-left: 75px !important;
    margin-right: 75px !important;
}

.mgn-lr80 {
    margin-left: 80px !important;
    margin-right: 80px !important;
}

.mgn-lr85 {
    margin-left: 85px !important;
    margin-right: 85px !important;
}

.mgn-lr90 {
    margin-left: 90px !important;
    margin-right: 90px !important;
}

.mgn-lr95 {
    margin-left: 95px !important;
    margin-right: 95px !important;
}

.mgn-lr100 {
    margin-left: 100px !important;
    margin-right: 100px !important;
}

.mgn-b2 {
    margin-bottom: 2px !important;
}

.mgn-b5 {
    margin-bottom: 5px !important;
}

.mgn-b10 {
    margin-bottom: 10px !important;
}

.mgn-b15 {
    margin-bottom: 15px !important;
}

.mgn-b20 {
    margin-bottom: 20px !important;
}

.mgn-b25 {
    margin-bottom: 25px !important;
}

.mgn-b30 {
    margin-bottom: 30px !important;
}

.mgn-b35 {
    margin-bottom: 35px !important;
}

.mgn-b40 {
    margin-bottom: 40px !important;
}

.mgn-b45 {
    margin-bottom: 45px !important;
}

.mgn-b50 {
    margin-bottom: 50px !important;
}

.mgn-b55 {
    margin-bottom: 55px !important;
}

.mgn-b60 {
    margin-bottom: 60px !important;
}

.mgn-b65 {
    margin-bottom: 65px !important;
}

.mgn-b70 {
    margin-bottom: 70px !important;
}

.mgn-b75 {
    margin-bottom: 75px !important;
}

.mgn-b80 {
    margin-bottom: 80px !important;
}

.mgn-b85 {
    margin-bottom: 85px !important;
}

.mgn-b90 {
    margin-bottom: 90px !important;
}

.mgn-b95 {
    margin-bottom: 95px !important;
}

.mgn-b100 {
    margin-bottom: 100px !important;
}


/*
*   PADDING
*/

.pdg-t0 {
    padding-top: 0px;
}

.pdg-t5 {
    padding-top: 5px;
}

.pdg-t10 {
    padding-top: 10px;
}

.pdg-t15 {
    padding-top: 15px;
}

.pdg-t20 {
    padding-top: 20px;
}

.pdg-t25 {
    padding-top: 25px;
}

.pdg-t30 {
    padding-top: 30px;
}

.pdg-t35 {
    padding-top: 35px;
}

.pdg-t40 {
    padding-top: 40px;
}

.pdg-t45 {
    padding-top: 45px;
}

.pdg-t50 {
    padding-top: 50px;
}

.pdg-t55 {
    padding-top: 55px;
}

.pdg-t60 {
    padding-top: 60px;
}

.pdg-t65 {
    padding-top: 65px;
}

.pdg-t70 {
    padding-top: 70px;
}

.pdg-t75 {
    padding-top: 75px;
}

.pdg-t80 {
    padding-top: 80px;
}

.pdg-t85 {
    padding-top: 85px;
}

.pdg-t90 {
    padding-top: 90px;
}

.pdg-t95 {
    padding-top: 95px;
}

.pdg-t100 {
    padding-top: 100px;
}

.pdg-t105 {
    padding-top: 100px;
}

.pdg-l0 {
    padding-left: 0px;
}

.pdg-l5 {
    padding-left: 5px;
}

.pdg-l10 {
    padding-left: 10px;
}

.pdg-l15 {
    padding-left: 15px;
}

.pdg-l20 {
    padding-left: 20px;
}

.pdg-l25 {
    padding-left: 25px;
}

.pdg-l30 {
    padding-left: 30px;
}

.pdg-l35 {
    padding-left: 35px;
}

.pdg-l40 {
    padding-left: 40px;
}

.pdg-l45 {
    padding-left: 45px;
}

.pdg-l50 {
    padding-left: 50px !important;
}

.pdg-l55 {
    padding-left: 55px;
}

.pdg-l60 {
    padding-left: 60px;
}

.pdg-l65 {
    padding-left: 65px;
}

.pdg-l70 {
    padding-left: 70px;
}

.pdg-l75 {
    padding-left: 75px;
}

.pdg-l80 {
    padding-left: 80px;
}

.pdg-l85 {
    padding-left: 85px;
}

.pdg-l90 {
    padding-left: 90px;
}

.pdg-l95 {
    padding-left: 95px;
}

.pdg-l100 {
    padding-left: 100px;
}

.pdg-r0 {
    padding-right: 0px;
}

.pdg-r5 {
    padding-right: 5px;
}

.pdg-r10 {
    padding-right: 10px;
}

.pdg-r15 {
    padding-right: 15px;
}

.pdg-r20 {
    padding-right: 20px;
}

.pdg-r25 {
    padding-right: 25px;
}

.pdg-r30 {
    padding-right: 30px;
}

.pdg-r35 {
    padding-right: 35px;
}

.pdg-r40 {
    padding-right: 40px;
}

.pdg-r45 {
    padding-right: 45px;
}

.pdg-r50 {
    padding-right: 50px;
}

.pdg-r55 {
    padding-right: 55px;
}

.pdg-r60 {
    padding-right: 60px;
}

.pdg-r65 {
    padding-right: 65px;
}

.pdg-r70 {
    padding-right: 70px;
}

.pdg-r75 {
    padding-right: 75px;
}

.pdg-r80 {
    padding-right: 80px;
}

.pdg-r85 {
    padding-right: 85px;
}

.pdg-r90 {
    padding-right: 90px;
}

.pdg-r95 {
    padding-right: 95px;
}

.pdg-r100 {
    padding-right: 100px;
}

.pdg-lr0 {
    padding-left: 0;
    padding-right: 0px;
}

.pdg-lr5 {
    padding-left: 5;
    padding-right: 5px;
}

.pdg-lr10 {
    padding-left: 10;
    padding-right: 10px;
}

.pdg-lr15 {
    padding-left: 15;
    padding-right: 15px;
}

.pdg-lr20 {
    padding-left: 20;
    padding-right: 20px;
}

.pdg-lr25 {
    padding-left: 25;
    padding-right: 25px;
}

.pdg-lr30 {
    padding-left: 30;
    padding-right: 30px;
}

.pdg-lr35 {
    padding-left: 35;
    padding-right: 35px;
}

.pdg-lr40 {
    padding-left: 40;
    padding-right: 40px;
}

.pdg-lr45 {
    padding-left: 45;
    padding-right: 45px;
}

.pdg-lr50 {
    padding-left: 50;
    padding-right: 50px;
}

.pdg-lr55 {
    padding-left: 55;
    padding-right: 55px;
}

.pdg-lr60 {
    padding-left: 60;
    padding-right: 60px;
}

.pdg-lr65 {
    padding-left: 65;
    padding-right: 65px;
}

.pdg-lr70 {
    padding-left: 70;
    padding-right: 70px;
}

.pdg-lr75 {
    padding-left: 75;
    padding-right: 75px;
}

.pdg-lr80 {
    padding-left: 80;
    padding-right: 80px;
}

.pdg-lr85 {
    padding-left: 85;
    padding-right: 85px;
}

.pdg-lr90 {
    padding-left: 90;
    padding-right: 90px;
}

.pdg-lr95 {
    padding-left: 95;
    padding-right: 95px;
}

.pdg-lr100 {
    padding-left: 100;
    padding-right: 100px;
}

.pdg-b2 {
    padding-bottom: 2px;
}

.pdg-b5 {
    padding-bottom: 5px;
}

.pdg-b10 {
    padding-bottom: 10px;
}

.pdg-b15 {
    padding-bottom: 15px;
}

.pdg-b20 {
    padding-bottom: 20px;
}

.pdg-b25 {
    padding-bottom: 25px;
}

.pdg-b30 {
    padding-bottom: 30px;
}

.pdg-b35 {
    padding-bottom: 35px;
}

.pdg-b40 {
    padding-bottom: 40px;
}

.pdg-b45 {
    padding-bottom: 45px;
}

.pdg-b50 {
    padding-bottom: 50px;
}

.pdg-b55 {
    padding-bottom: 55px;
}

.pdg-b60 {
    padding-bottom: 60px;
}

.pdg-b65 {
    padding-bottom: 65px;
}

.pdg-b70 {
    padding-bottom: 70px;
}

.pdg-b75 {
    padding-bottom: 75px;
}

.pdg-b80 {
    padding-bottom: 80px;
}

.pdg-b85 {
    padding-bottom: 85px;
}

.pdg-b90 {
    padding-bottom: 90px;
}

.pdg-b95 {
    padding-bottom: 95px;
}

.pdg-b100 {
    padding-bottom: 100px;
}

.pdg-a0 {
    padding: 0;
}

.pdg-a1 {
    padding: 1px;
}

.pdg-a2 {
    padding: 2px;
}

.pdg-a5 {
    padding: 5px;
}

.pdg-a3 {
    padding: 3px;
}

.pdg-a10 {
    padding: 10px;
}

.pdg-a15 {
    padding: 15px;
}

.pdg-a20 {
    padding: 20px;
}

.pdg-a25 {
    padding: 25px;
}

.pdg-a30 {
    padding: 30px;
}

.pdg-a35 {
    padding: 35px;
}

.pdg-a40 {
    padding: 40px;
}

.pdg-a45 {
    padding: 45px;
}

.pdg-a50 {
    padding: 50px;
}

.pdg-a55 {
    padding: 55px;
}

.pdg-a60 {
    padding: 60px;
}

.pdg-a65 {
    padding: 65px;
}

.pdg-a70 {
    padding: 70px;
}

.pdg-a75 {
    padding: 75px;
}

.pdg-a80 {
    padding: 80px;
}

.pdg-a85 {
    padding: 85px;
}

.pdg-a90 {
    padding: 90px;
}

.pdg-a95 {
    padding: 95px;
}

.pdg-a100 {
    padding: 100px;
}

.no-padding,
.no-padding td,
.no-padding th {
    padding: 0;
}


/*   BUTTON STYLES
/*------------------------------------------*/

.btn-danger {
    background: #BF212F !important;
    color: #fff !important;
}

.btn-default {
    border: 1px solid rgba(0, 0, 0, 0.6);
}

.btn-style1,
.btn-style2 {
    padding: 0;
    height: 39px;
}

.btn-style1::after,
.btn-style2::after {
    clear: both;
    display: block;
    content: "";
}

.btn-style1 .btn-text {
    width: calc(100% - 25px);
    float: left;
    padding: 12px;
}

.btn-style1 .btn-icon {
    width: 25px;
    float: right;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    padding-top: 6px;
}


/*  */

.btn-style2 .btn-text {
    width: calc(100% - 25px);
    float: right;
    padding: 6px 12px;
}

.btn-style2 .btn-icon {
    width: 25px;
    float: left;
    text-align: center;
    background: rgba(0, 0, 0, 0.1);
    height: 100%;
    /* padding-top: 6px; */
    font-size: 25px;
}

.btn {}

.button {
    /* appearance */
    background-color: #3f3f3f;
    background-image: -moz-linear-gradient( top, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.1) 50%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(100%, rgba(255, 255, 255, 0.0)), color-stop(50%, rgba(255, 255, 255, 0.1)));
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(139, 139, 139, 1) inset, 0 1px 0 rgba(88, 88, 88, 1);
    -moz-box-shadow: 0 1px 0 rgba(139, 139, 139, 1) inset, 0 1px 0 rgba(88, 88, 88, 1);
    box-shadow: 0 1px 0 rgba(139, 139, 139, 1) inset, 0 1px 0 rgba(88, 88, 88, 1);
    cursor: pointer;
    /* position */
    display: inline-block;
    /* size */
    padding: 3px 10px;
    min-height: 28px;
    font-size: 85%;
    /* text */
    color: #eaeaea;
    text-decoration: none;
    white-space: nowrap;
}

.button:hover {
    color: #fff;
    text-decoration: none;
}

.phone-button {
    font-size: 32px;
    font-weight: 800;
    text-decoration: none;
}

.phone-button .btn-icon {
    display: block;
    border: 3px solid blue;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.phone-button .btn-icon .fa-phone {
    font-size: 32px !important;
}

.phone-button .btn-text {
    display: block;
    margin: 0 auto;
}

.phone-button:focus,
.phone-button:hover {
    text-decoration: none;
}

.donate-button {
    color: #fff;
    display: block;
    background: #16adc8;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 18px;
    padding: 0 20px;
    float: right;
    margin: 2px;
    border: 1px solid #fff;
    border-left-width: 5px;
}

@media(max-width: 576px) {
    .donate-button {
        display: block;
        width: 100%;
    }
}

.phone-button {
    font-size: 32px;
    font-weight: 800;
    text-decoration: none;
}

.phone-button .btn-icon {
    display: block;
    border: 3px solid blue;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 auto;
}

.phone-button .btn-icon .fa-phone {
    font-size: 32px !important;
}

.phone-button .btn-text {
    display: block;
    margin: 0 auto;
}

.phone-button:focus,
.phone-button:hover {
    text-decoration: none;
}

.hide-element {
    display: none;
}

.accordion-toggler {
    padding: 0 6px !important;
    border: 0;
    background: rgba(0, 0, 0, 0.05);
    margin: 5px !important;
    vertical-align: middle;
    text-decoration: none;
    cursor: pointer;
    text-transform: capitalize !important;
    min-width: 50px;
    font-size: 82%;
    text-align: center;
}

.accordion-toggler:hover {
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
}

.accordion-toggler:focus {
    outline: 0 !important;
    box-shadow: none
}


/*  */

.floating-buttons {
    position: fixed;
    bottom: 80px;
}

.contact-btn {
    position: absolute;
    background-color: #3f3f3f;
    border-radius: 50%;
    bottom: 10px;
    color: #fff;
    height: 50px;
    width: 50px;
    left: 26px;
    text-align: center;
    z-index: 9999;
    /* box-shadow: 0 0 2px #fff; */
    border: 1px solid #fff;
}

.contact-btn img {
    display: block;
    width: 32px;
    margin: 8px auto;
}

.contact-btn.phone-call {}

.contact-btn.whatsapp-post {
    bottom: 70px;
}

.external_auth_buttons {
    display: block;
    max-width: 320px;
}

.external_auth_buttons.full-width {
    max-width: 100%;
}

.external_auth_buttons a,
.external_auth_buttons button {
    display: block;
    background: transparent;
    text-decoration: none !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 12px;
    margin-top: 10px;
    text-align: center;
    cursor: pointer;
}

.external_auth_buttons a:hover,
.external_auth_buttons button:hover {
    background: rgba(0, 0, 0, 0.05);
}

.external_auth_buttons a:after,
.external_auth_buttons button:after {
    clear: both;
    display: block;
    content: "";
}

.external_auth_buttons .btn-icon {
    display: block;
    width: 32px;
    float: left;
    min-height: 32px;
}

.external_auth_buttons .btn-text {
    display: block;
    width: calc(100% - 32px);
    float: right;
    padding: 5px 12px;
    min-height: 32px;
    text-align: left;
}

.external_auth_buttons a img,
.external_auth_buttons button img {
    max-width: 32px;
    margin-right: 10px;
}

.action-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.action-buttons .btn {
    min-height: 39px;
    width: 100%;
}

.action-buttons div {
    width: 50%;
    padding: 5px;
}

.external_auth_buttons.mini a,
.external_auth_buttons.mini button {
    padding: 0 12px;
    margin-top: 10px;
    height: 30px;
}

.external_auth_buttons.mini .btn-text {
    padding: 2px 12px;
}

@media(max-width: 576px) {
    .action-buttons .btn {
        display: block;
        width: 100%;
    }
}


/*------------------------------------------*/


/*   CARD STYLES
/*------------------------------------------*/

.card {}

.card-header {
    padding: 0;
}

.card-header .card-title {
    margin: 0;
    padding: 3px 15px;
    font-size: 100%;
    font-weight: 700;
}

.card-header-left {
    width: 95%;
}

.card-header-right {
    width: 5%;
}

.card-header-right a {
    font-weight: 900;
}

.card-body {
    overflow: auto;
    padding: 0;
}

.card-body table th,
.card-body table td {
    padding: 0 15px;
}

.card-footer {
    padding: 3px 15px;
}

.card-footer.pdg-a0 {
    padding: 0 !important;
}

.card.style1{
    padding: 15px;
    background: #fff;
    box-shadow: none;
    border:  1px solid rgba(0, 0, 0, .1);
}


.jt-card {
    padding: 15px 10px;
    margin-bottom: 10px;
    background: rgba(255, 255, 255, .4);
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 4px;


}
.jt-card a.inherit-color{
    color: inherit;
}

.jt-card.add-bg {
    background-color: rgba(0, 0, 0, 0.02);
}

.jt-card-header {
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}
.jt-card-header.no-border {
    border-bottom: 0;
}
.jt-card-header.has-controls{
    display: flex;
}
.jt-card-header.has-controls.center-items{
    justify-items: center;
    align-items: center;
}
.jt-card-header.has-controls .title-sec{
    width: calc(100% - 50px);
}
.jt-card-header.has-controls .controls-sec{
    width: 50px;
}

.jt-card-header.has-controls .controls-sec .action-button.bg-transparent{
    background-color: transparent;
    border: 0;
}
.jt-card-header.has-controls .controls-sec .action-button.opacity-3{
    opacity: .3;
}
.jt-card-header.has-controls .controls-sec .action-button.opacity-5{
    opacity: .5;
}
.jt-card.body-hidden .jt-card-header{
    border-bottom: 0;
}

.jt-card .jt-card-collapse-btn{
    display: inline-block;
    background: transparent !important;
    cursor: pointer;
    padding: 0 12px;
    text-align: center;
    outline: 0;
}
.jt-card-header .jt-card-title {
    font-size: 100%;
    font-weight: 700;
    text-transform: uppercase;
    padding: 5px 0;
    margin-bottom: 0;
}
.jt-card-header .jt-card-title.normal-text{
    text-transform: none;
    font-weight: normal;
}
.jt-card-header .jt-card-title.text-capitalize{
    text-transform: capitalize;
}

.jt-card-control {
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
}

.jt-card-body.add-seperator {
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.jt-card-body p {
    margin: 0;
    padding: 0;
    line-height: 24px;
    padding-top: 5px;
}
.jt-card-body.is-visible {
    display: block;
}
.jt-card-body.not-visible {
    display: none;
}
.jt-card-body table th {
    white-space: nowrap;
}

.jt-card-body table.bordered-bottom tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.jt-card-body table.bordered-bottom tr:last-child {
    border-bottom: 0;
}

.jt-card-body table.bordered-bottom tr td {
    padding-bottom: 15px;
    padding-top: 15px;
}

.jt-card-body table th,
.jt-card-body table td {
    padding: 5px 15px;
    vertical-align: top;
}

.jt-card-body table th,
.jt-card-body table td:first-child {
    
}

.jt-card-body table.striped {
    border: 1px solid rgba(0, 0, 0, .1);
}

.jt-card-body table.striped th,
.jt-card-body table.striped td {
    border: 1px solid rgba(0, 0, 0, .1);
}

.jt-card-body table.striped th,
.jt-card-body table.striped td:first-child {
    padding: 5px 15px !important;
}

.jt-card-body table.bordered-bottom tr:last-child {
    border-bottom: 0;
}

.jt-card-body table.bordered-bottom {
    border-collapse: collapse;
}

.jt-card-body table.va-m th,.jt-card-body table.va-m td{
    vertical-align: middle;
}

.jt-card-body table .title{
    font-size: 100%;
    font-weight: 600;
    margin: 0;
    margin-bottom: 5px;
    margin-top:  0 !important;
}

.jt-card-body table .desc{
    opacity: .7;
}

.jt-card-body table input[type="tel"],
.jt-card-body table input[type="text"],
.jt-card-body table input[type="date"],
.jt-card-body table select,
.jt-card-body table .form-control{
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0;
    min-width: 50px;
}

.jt-card-body table input[type="text"],
.jt-card-body table input[type="date"]{
    max-width: 80px;
    min-width: 50px;
    padding: 3px 12px;
    border: 1px solid rgba(0, 0, 0, .2);
}

.jt-card-body table input[type="tel"]{
    max-width: 130px;
    min-width: 130px;
    padding: 3px 6px;
    border: 1px solid rgba(0, 0, 0, .2);
}
.setting-input-pack{
    display: flex;
}
.setting-input-pack .setting-input,.setting-input-pack .setting-select{
    width: calc(100% - 50px);
}
.setting-input-pack .setting-btn{
    width: 50px;
    margin-left: 5px;
    text-align: center;
    padding: 3px 3px;
    font-size: 12px !important;
}

/*  */
.card-style03 .card-img {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.card-style03 .card-img img {
    transition: all 500ms ease
}

.card-style03:hover .card-img>img {
    transform: scale(1.05);
    opacity: 0.5
}

.setting-check-group{

}

.setting-check-group .check-pack{
    display: -ms-flexbox;
    display: flex;
}
.setting-check-group .check-pack .check-text{
    width: calc(100% - 65px);
}

.setting-check-group .check-pack.add-borders .check-text{
}

.setting-check-group .check-pack.add-borders{
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}
.setting-check-group .check-pack.add-borders:last-child{
    border-bottom: 0;
}
.setting-check-group .check-pack .check-action{
    width: 65px;
}
.jt-card-body .custom-switch,
.setting-check-group .check-pack .check-action .custom-switch {
    padding-left: 0;

}


/*------------------------------------------*/


/*   FORM STYLES
/*------------------------------------------*/

fieldset,
legend {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

fieldset {
    padding: 15px;
    margin-bottom: 15px;
}

legend {
    width: auto;
    padding: 0 15px;
    font-weight: 600;
    font-size: 100%;
    text-transform: capitalize;
}

.input-fieldset {
    padding: 0 10px;
    border: 1px solid #94a2b6;
    border-radius: 3px;
    padding-right: 0;
    margin: 0;
}

.input-fieldset legend {
    border: 0;
    margin: 0;
    font-weight: normal;
    /* font-size: 80%; */
    padding: 0 10px;
}

.input-fieldset legend.bold {
    font-weight: 700;
}

.input-fieldset .form-control,
.input-fieldset input[type="text"],
.input-fieldset textarea {
    border: 0;
    margin-top: -10px;
    background: transparent;
}

.check-group-header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    display: block;
    width: 100%;
    padding-bottom: 3px;
}

.input-fieldset .check-group {
    margin-top: 10px;
    min-height: 320px;
    max-height: 320px;
    overflow: scroll;
}

.input-fieldset input[type="text"]:focus,
.input-fieldset .form-control:focus {
    background: transparent;
}

.transparent02,
.transparent02 legend {
    background: rgba(0, 0, 0, 0.02);
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.02);
}

.transparent02 legend {
    font-weight: normal;
    font-size: 100%;
}

.transparent02 .input-fieldset legend {
    background: transparent;
}

input[type="checkbox"] {
    width: 15px;
    height: 15px;
}

.tickall:checked {
    content: "x";
}

.tickall:hover,
.tickall-label:hover {
    cursor: pointer;
}

.tickall-label {
    display: inline-block;
    padding: 0 12px;
}

.required {
    color: #f00;
    font-weight: 600;
}

.optional {
    color: green;
    font-weight: 600;
    padding-left: 7px;
}

.form-control {
    min-height: 39px;
    border: 1px solid #94a2b6;
}

.input-small {
    border: 1px solid #94a2b6;
    width: 100%;
    min-height: 25px;
    padding: 3px 5px;
}

.input-small:focus {
    border-color: #47b9fb;
    outline: 0;
}

.form-control:focus {
    box-shadow: none;
}

.form-control::placeholder,
select::placeholder,
input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 100%;
    font-weight: 400;
}

.form-control::-moz-placeholder,
select::placeholder,
input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 100%;
    font-weight: 400;
}

.form-control::-ms-placeholder,
select::placeholder,
input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 100%;
    font-weight: 400;
}

.form-control::-webkit-placeholder,
select::placeholder,
input::placeholder,
textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 100%;
    font-weight: 400;
}

/* form style 1 */

.form-style1 {}
  
.form-style1 .form-control,
.form-style1 input[type="text"],
.form-style1 input[type="date"],
.form-style1 input[type="tel"],
.form-style1 input[type="number"],
.form-style1 input[type="time"],
.form-style1 select,
.form-style1 textarea,
.form-style1 .nice-select {
    display: block;
    width: 100%;
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    padding: 0 12px;
    min-height: 25px;
    background: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.form-style1 .nice-select .list {}
.form-style1 textarea.add-borders {
    border: 1px solid rgba(0, 0, 0, .3) !important;
}

.form-style1 textarea {
    resize: none;
}
.form-style1 .form-control.no-bottom-border{
    border-bottom: 0 !important;
}
.form-style1 .input-group-prepend,.form-style1 .input-group-append {
    outline: 0;
    box-shadow: none;   
    border: 0;
    border-radius: 0;
}

.form-style1 .input-group-prepend .input-group-text,.form-style1 .input-group-append .input-group-text {
    outline: 0;
    box-shadow: none;
    border: 0;
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
    border-radius: 0;
}

.form-style1 .input-group-prepend,.form-style1 .input-group-append button.input-group-text {
    background: transparent;
    cursor: pointer;
}

.form-style1 .input-group-text {
    border-left: 0;
    border-top: 0;
    border-radius: none;
    border-right: 0;
    background: transparent;
    border-bottom: 0;
}

.form-style1 .form-control.plain-input,
.form-style1 input[type="text"].plain-input,
.form-style1 input[type="date"].plain-input,
.form-style1 input[type="tel"].plain-input,
.form-style1 input[type="number"].plain-input,
.form-style1 input[type="time"].plain-input,
.form-style1 select.plain-input,
.form-style1 textarea.plain-input {
    border: 0 !important;
    border-bottom: 0 !important;
    padding: 0 !important;
    min-height: 20px !important;
}
.form-style1 .input-group-prepend .input-group-text.plain-label,
.form-style1 .input-group-append .input-group-text.plain-label{
    border: 0 !important;
}

/*.form-style1 .select2-container .select2-hidden-accessible,
.form-style1 .select2-container,
.form-style1 .select2-container .select2-selection--single,
.form-style1 .select2-container .select2-selection--single .select2-selection__rendered {
    background-color: transparent;
    border-color: transparent;
    width: 100%;
}*/

.form-style1 .select2-container--default .select2-selection--single {
    border: 0 !important;
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
    border-radius: 0;
    padding: 0 12px;
    min-height: 25px;
    background: transparent;
}

.form-style1 input[type="file"] {
    border: 0 !important;
}

.form-style1 .left-addon,
.form-style1 .right-addon {
    padding-top: 8px;
    padding-bottom: 3px;
    border: 0;
}

.form-style1 .form-control:focus,
.form-style1 input[type="text"]:focus,
.form-style1 input[type="date"]:focus,
.form-style1 input[type="tel"]:focus,
.form-style1 input[type="number"]:focus,
.form-style1 input[type="time"]:focus,
.form-style1 select:focus,
.form-style1 textarea:focus {
    border-color: rgba(0, 0, 255, .3);
    outline: 0;
}

.form-style1 .main-label,
.main-label {
    margin: 0;
    font-weight: 400;
    display: block;
    background: transparent !important;
    font-size: 12px;
}

.form-style1 .card {
    box-shadow: none;
    margin-bottom: 15px;
    border: 1px solid rgba(0, 0, 0, .1);
}


.input-group-prepend.prepend-select{

}
.input-group-prepend.prepend-select .input-group-text{
    padding: 0 !important;
    padding-bottom: 0 !important;
}
.input-group-prepend.prepend-select select{
    outline: 0 !important;
    border: 0 !important;
    background: transparent !important;
}

.input-group-prepend.prepend-select .jt-select .selected-item{
    border: 0;
    padding-left: 10px;
    text-align: left;
}
.input-group-prepend.prepend-select .jt-select dd ul {
    top: 20px;
}
.input-group-prepend.prepend-select .jt-select .selected-item a{
    padding: 0 !important;
    min-height: auto;
}
.input-group-prepend.prepend-select .jt-select .selected-item.has-arrow:after{
    top: 0;
}

/*  */

/* search styles */

.search-box{
    position: relative;
}
.search-box.mb-2{
    margin-bottom: 20px;
}
.search-box input{
    width: 100% !important;
    padding: 6px 12px !important;
    padding-left: 32px !important;
    border: 1px solid rgba(0, 0, 0, .3) !important;
    outline: 0 !important;
}
.search-box.rounded-100 input{
    border-radius: 100px;
}
.search-box i{
    position: absolute;
    top: 12px;
    left: 12px;
}
/* end */

.form-group.label-topleft>.main-label {
    top: 18px;
    left: 6px;
    position: relative;
    background-color: white;
    padding: 0px 5px 0px 5px;
    font-size: 0.9em;
}

.remove-arrow {
    -moz-appearance: none;
    -webkit-appearance: none;
    /* padding: 2px 30px 2px 2px; */
    border: none;
    overflow: hidden;
    /* width: 120%; */
}
.remove-arrow.currency{
    min-width: 65px;
    max-width: 65px;
    white-space: nowrap;
}
.remove-arrow.top-offset-1{
    margin-top: -1px !important;
}

.remove-arrow::-ms-expand {
    display: none;
}

.form-style1 .remove-arrow {
    border-bottom: 1px solid rgba(0, 0, 0, .3) !important;
}

/* end form style1 styles */


.date-inputs{

}
.date-inputs .col{
    padding-right: 0;
    padding-left: 5px;
}
.date-inputs .dob_year{
    max-width: 65px;
}

.form-check.add-seperator {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control:-webkit-autofill:active {
    background-color: transparent !important;
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    color: inherit;
}
/*  */

.file-input {
    width: 100%;
    border: none;
    overflow: auto;
    text-overflow: ellipsis;
}

.menu-checkbox {
    margin-left: 3px;
    display: none;
}

.sub-checkbox {
    position: relative;
}

.sub-checkbox input {
    position: absolute;
    right: 0;
    top: -10px;
    right: -13px;
    width: 10px;
    border: 1px solid red;
}

.sub-checkbox input:checked {
    background: #f00;
}

.app-checkbox {}

.checkbox {
    width: 17px;
    float: left;
}

.checkbox input {
    width: 17px;
    height: 17px;
    vertical-align: middle;
}

.checkbox-text {
    width: calc(100% - 17px);
    float: right;
    padding-left: 10px;
}

.checkbox-text label {
    display: block;
    width: 100%;
}

.app-checkbox:after {
    clear: both;
    display: block;
    content: "";
}


/* yearpicker */

.year-select-mini {
    margin-bottom: 3px;
    min-width: 120px;
    max-width: 130px;
    margin-top: 2px;
    border: 1px solid #94a2b6;
}

.year-select-mini label {
    min-width: 50px;
    border: 0;
    height: 25px;
    padding: 2px 7px;
    box-sizing: border-box;
}

.year-select-mini select {
    border: 0;
    min-width: 60px;
    height: 25px;
}


/* date picker */

.selet-datepicker {
    min-width: 250px;
    max-width: 250px;
    border: 1px solid #94a2b6;
    border-radius: 3px;
    min-height: 39px;
}

.selet-datepicker select {
    padding: 0 5px;
    border: 0;
    min-height: 39px;
}

.selet-datepicker .day {
    min-width: 60px;
    max-width: 60px;
}

.selet-datepicker .month {
    min-width: 110px;
    max-width: 110px;
}

.selet-datepicker .year {
    min-width: 70px;
    max-width: 70px;
}

.password-toggler {
    font-weight: 600;
    font-size: 80%;
    width: 40px;
    cursor: pointer;
    color: #029cfd;
}

.input-group .button {
    border-radius: 0;
}

.input-group .left-addon {
    border: 1px solid #94a2b6;
    background: #fff;
    padding: 3px 12px;
    padding-top: 5px;
    border-radius: 3px 0 0 3px;
    border-right: 0;
    box-sizing: border-box;
    margin: 0;
    min-height: 39px;
}

.input-group .bdr-l0 {
    border-left: 0;
}

.input-group .bdr-r0 {
    border-right: 0;
}

.input-group .bdr-lr0 {
    border-left: 0;
    border-right: 0;
}

.input-group .right-addon {
    border: 1px solid #94a2b6;
    background: #fff;
    padding: 5px;
    padding-top: 8px;
    border-radius: 0 3px 3px 0;
    border-left: 0;
    padding-right: 15px;
    margin: 0;
}


/* BOX CHECK */


/* 3 */

.box-check-style1 {
    margin-top: 30px;
    line-height: 18px;
}

.box-check-style1 .checkbox-title {
    font-weight: 500;
    font-size: 110%;
    display: block;
    width: 100%;
    margin-bottom: 10px;
    color: green;
}

.box-check-style1 p {
    font-weight: 500;
    font-style: italic;
    line-height: 18px;
    margin: 0;
}

.box-check-style1 input[type="radio"] {
    display: none;
}

.box-check-style1 input[type="radio"]:not(:disabled)~label {
    cursor: pointer;
    padding-top: 30px;
}

.box-check-style1 input[type="radio"]:disabled~label {
    color: rgba(188, 194, 191, 1);
    border-color: rgba(188, 194, 191, 1);
    box-shadow: none;
    cursor: not-allowed;
}

.box-check-style1 label {
    height: 100%;
    display: block;
    background: white;
    border: 1px solid #ddd;
    border-radius: 20px;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    /* box-shadow: 0px 3px 10px -2px rgba(161, 170, 166, 0.5); */
    position: relative;
}

.box-check-style1 input[type="radio"]:checked+label {
    background: #4b9dea;
    color: rgba(255, 255, 255, 1);
    /* box-shadow: 0px 0px 20px #4b9dea; */
}

.box-check-style1 input[type="radio"]:checked+label .checkbox-title {
    color: #fff;
}

.box-check-style1 input[type="radio"]:checked+label::after {
    color: rgba(61, 63, 67, 1);
    font-family: FontAwesome;
    border: 2px solid #4b9dea;
    content: "\f00c";
    font-size: 24px;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    background: white;
    box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}

.box-check-style1 input[type="radio"]#control_05:checked+label {
    background: red;
    border-color: red;
}


/* 3 */


/* COLUMNS */

.box-check-style2 .col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.box-check-style2 .col:first-of-type {
    margin-left: 0;
}


/* CLEARFIX */

.box-check-style2 .cf:before,
.box-check-style2 .cf:after {
    content: " ";
    display: table;
}

.box-check-style2 .cf:after {
    clear: both;
}

.box-check-style2 .cf {
    
}


/* FORM */

.box-check-style2 .form .plan input,
.box-check-style2 .form .payment-plan input,
.box-check-style2 .form .payment-type input {
    display: none;
}

.box-check-style2 .form label {
    position: relative;
    color: #fff;
    background-color: #aaa;
    font-size: 26px;
    text-align: center;
    height: 150px;
    line-height: 150px;
    display: block;
    cursor: pointer;
    border: 3px solid transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.box-check-style2 .form .plan input:checked+label,
.box-check-style2 .form .payment-plan input:checked+label,
.box-check-style2 .form .payment-type input:checked+label {
    border: 3px solid #333;
    background-color: #2fcc71;
}

.box-check-style2 .form .plan input:checked+label:after,
form .payment-plan input:checked+label:after,
.box-check-style2 .form .payment-type input:checked+label:after {
    content: "\2713";
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 100%;
    border: 2px solid #333;
    background-color: #2fcc71;
    z-index: 999;
    position: absolute;
    top: -10px;
    right: -10px;
}

.box-check-style2 .submit {
    padding: 15px 60px;
    display: inline-block;
    border: none;
    margin: 20px 0;
    background-color: #2fcc71;
    color: #fff;
    border: 2px solid #333;
    font-size: 18px;
    -webkit-transition: transform 0.3s ease-in-out;
    -o-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}

.box-check-style2 .submit:hover {
    cursor: pointer;
    transform: rotateX(360deg);
}


/* switch_style1 STYLING */

.switch_style1 {
    margin: 0 0 1.5rem;
    box-sizing: border-box;
    font-size: 0;
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start;
    align-items: stretch;
}

.switch_style1.mgn-t15 {
    margin-top: 7px;
}

.switch_style1 input {
    width: 0;
    height: 0;
    position: absolute;
    left: -9999px;
}

.switch_style1 input+label {
    margin: 0;
    padding: 0.75rem 2rem;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    border: solid 1px #ddd;
    background-color: #fff;
    font-size: 1rem;
    line-height: 140%;
    font-weight: 500;
    text-align: center;
    box-shadow: 0 0 0 rgba(255, 255, 255, 0);
    transition: border-color 0.15s ease-out, color 0.25s ease-out, background-color 0.15s ease-out, box-shadow 0.15s ease-out;
    /* ADD THESE PROPERTIES TO SWITCH FROM AUTO WIDTH TO FULL WIDTH */
    /*flex: 0 0 50%;
    display: flex;
    justify-content: center;
    align-items: center;
   */
    /* ----- */
}

.switch_style1 input+label:first-of-type {
    border-radius: 6px 0 0 6px;
    /* border-right: none; */
}

.switch_style1 input+label:last-of-type {
    border-radius: 0 6px 6px 0;
    border-left: none;
}

.switch_style1 input:hover+label {
    border-color: rgba(0, 0, 255, 0.1);
    background: rgba(0, 0, 255, 0.05);
}

.switch_style1 input:checked+label {
    background-color: #4b9dea;
    color: #fff;
    box-shadow: 0 0 10px rgba(102, 179, 251, .5);
    border-color: #4b9dea;
    z-index: 1;
}

.switch_style1 input:focus+label {
    outline: dotted 1px #ccc;
    outline-offset: 0.45rem;
}

@media (max-width: 800px) {
    .switch_style1 input+label {
        padding: 0.75rem 0.25rem;
        flex: 0 0 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}


/*------------------------------------------*/


/*   LOGIN STYLES
/*------------------------------------------*/

.login-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.login-wrapper h4 {}

.login-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    max-width: 480px;
    margin: 0 auto;
    padding: 5px 10px;
}

.login-box .form-control {
    color: #029cfd!important;
    font-weight: 600;
    height: 40px;
    outline: 0;
    box-shadow: none;
}

.login-box fieldset {
    background: transparent;
    border: transparent;
    margin: 0;
    background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 30px;
}

.password-toggler {
    font-weight: 600;
    font-size: 80%;
    width: 40px;
    cursor: pointer;
    color: #029cfd;
}

.login-logo,
.login-fields {
    padding: 0;
}

.login-logo {
    padding: 10px;
}

.login-logo div {
    /*background: rgba(0,0,0,0.1);*/
    width: 100%;
}

.login-logo img {
    /*float: right;*/
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
}

.login-fields {
    padding: 10px;
    /*background: gray;*/
}

.login-fields div {
    width: 100%;
}

.login-box .button {
    font-size: 100%;
    font-weight: 600;
}

.account-actions {
    display: block;
    width: 100%;
}

.account-actions a {
    font-size: 110%;
    font-weight: 600;
    margin-right: 10px;
    display: inline-block;
}

.account-actions a:last-child {
    margin-right: 0;
}

.login-box .left-addon,
.login-box .right-addon {
    height: 40px;
    padding-top: 6px;
}

.login-box .left-addon img {
    display: block;
    width: 24px;
    margin: 0 auto;
}

@media(min-width: 360px) and (max-width: 767px) {
    .login-logo div img {
        width: 100%;
        display: block;
        margin: 0 auto;
    }
    .login-box {}
}

@media(max-width: 575px) {
    .login-wrapper {
        margin: 5%;
    }
    .login-box {
        width: 100%;
    }
    .login-logo {
        width: 100%;
    }
    .login-logo div {
        max-width: 170px;
        margin: 0 auto;
    }
    .login-logo div img {
        width: 100%;
    }
    .login-box .button {
        width: 100%;
        height: 35px;
        font-size: 100%;
        font-weight: 700;
    }
}


/*------------------------------------------*/


/*   SEARCH STYLES
/*------------------------------------------*/


/* all in one search */

.search-controls {
    display: flex;
    margin: 2px;
    max-width: 320px;
    min-width: 220px;
}

.search-controls .input-group {
    border-radius: 100px;
}

.search-controls .left-addon {
    border-radius: 100px 0 0 100px;
    height: 30px;
    min-width: 30px;
    background: #fff;
    ;
}

.search-controls .left-addon,
.search-controls .right-addon {
    height: 30px;
    min-height: 30px;
    padding: 2px 5px;
}

.search-controls .right-addon {
    width: 70px;
    border-radius: 0 100px 100px 0;
    padding: 0;
    background: #fff;
}

.search-controls .left-addon img,
.search-controls .right-addon img {}

.search-controls .form-control {
    height: 30px;
    min-height: 30px;
    padding: 0 5px;
    background: #fff;
}

.search-controls .rounded-right {
    border-radius: 0 100px 100px 0;
    -webkit-border-radius: 0 100px 100px 0;
    -moz-border-radius: 0 100px 100px 0;
    -o-border-radius: 0 100px 100px 0;
    -ms-border-radius: 0 100px 100px 0;
}

.search-controls .keyword-search {}

.search-controls .more-options {
    display: inline-block;
    height: 28px;
    margin-bottom: 2px;
    width: 100%;
    padding: 0 10px;
    padding-bottom: 3px;
    font-weight: 600;
    border: 1px solid transparent;
    border-radius: 100px;
    background: transparent;
    color: blue;
    outline: 0;
}

.search-controls .more-options:hover,
.search-controls .more-options:focus,
.search-controls .more-options:active {
    color: brown;
    background: rgba(0, 0, 0, 0.1);
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.search-controls a {
    color: blue;
}

.search-controls a:hover,
.search-controls a:focus,
.search-controls a:active {
    text-decoration: none;
    color: brown;
}


/* end */

.search {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 90%;
    margin-bottom: 20px;
}

.search .search-section {
    border: 3px solid #bff1f8;
}

.search .search-field {
    height: 35px;
    padding: 0 10px 0 10px;
    min-width: 250px;
    max-width: 250px;
}

.search .search-btn {
    height: 35px;
    padding: 0 10px 0 10px;
}


/*default*/

.default-search {
    background: #dee6f2;
    margin-left: 12px;
    display: inline-block;
    min-width: 150px;
}

.default-search .input-section {
    width: calc(100% - 30px);
    float: left;
}

.default-search .button-section {
    width: 30px;
    float: right;
    border-radius: 0 100px 100px 0;
    background: #dee6f2;
}

.default-search {
    clear: both;
    display: block;
    content: "";
}

.default-search .search-box {
    width: 100%;
    border: 1px solid transparent;
    padding: 3px 20px;
    min-height: 28px;
    border-radius: 100px 0 0 100px;
    background: #dee6f2;
    text-overflow: ellipsis;
}

.default-search .search-button {
    border: 1px solid transparent;
    min-height: 28px;
    padding: 3px;
    border-radius: 0 100px 100px 0;
    background: inherit;
}

.default-search .search-button:hover {
    background: #eee;
    cursor: pointer;
}

.default-search .search-button:focus {
    outline: 0;
}


/**/

.search-button {
    color: #fff;
    font-weight: 700;
    margin-left: 13px;
    margin-right: 10px;
    padding: 0px 15px;
    display: inline-block;
    border: 1px solid transparent;
}

.search-button:hover {
    color: #fff;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.keword-filter-input {
    height: 30px;
    margin: 2px;
    padding: 5px 10px;
    max-width: 150px;
    /* border-radius: 7px; */
    border: 1px solid rgba(0, 0, 0, 0.5);
    background: #eff3f9;
}

.filter-options {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
    margin-top: 4px;
    padding-left: 5px;
    max-height: 43px;
    /*box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    -o-box-shadow: 0 0 5px rgba(0,0,0,0.3);*/
}

.filter-options .filter-label {
    display: inline-block;
    height: calc(2.25rem + 2px);
    font-weight: 700;
    padding: 6px 6px 0;
    text-transform: capitalize;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.filter-options select,
.filter-options input,
.filter-options .select2-container--bootstrap .select2-selection {
    max-width: 120px;
    height: calc(2.25rem + 2px);
    font-size: 100%;
    line-height: 1.42857143;
    margin-left: 1px;
    margin-bottom: 5px;
    border: 1px solid #5079af;
    background: #d8e1ef;
    text-overflow: ellipsis;
}

.filter-options input {
    padding: 5px 15px;
}

.filter-options select:valid {
    padding-left: 6px;
}

.filter-options select:valid:focus {}

.filter-options input[name='keyword'] {
    max-width: 150px;
}

.filter-options select:focus,
.filter-options input:focus {
    outline: 0;
}

.filter-options .datepicker {
    max-width: 120px;
}

.filter-options .date {
    margin-left: 1px;
    display: block;
    /*white-space: nowrap;*/
}

.filter-options .button {
    height: calc(2.25rem + 2px);
    margin-left: 2px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.filter-options .button:hover {
    color: #a00;
}


/*VFilter*/

.VSearch-heading {
    display: block;
    width: 100%;
    font-weight: 600;
    padding: 6px;
}

.VSearch-section {
    margin-bottom: 5px;
}

.VSearch-label {
    width: 80px;
    float: left;
    padding: 0 6px;
}

.VSearch-field {
    width: calc(100% - 80px);
    float: right;
}

.VSearch-section:after {
    clear: both;
    display: block;
    content: "";
}

.VSearch-field input[type="text"],
.VSearch-field input[type="time"],
.VSearch-field select {
    width: 100%;
    height: calc(2.25rem + 2px);
    border: 1px solid #b0bbcd;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background: #ecf1f7;
}

.VSearch-field input[type="text"],
.VSearch-field input[type="time"] {
    padding: 0 6px;
}


/**/

.VFilter-options {
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.07);
    padding: 6px 12px;
    margin-bottom: 15px;
}

.VFilter-options .label {
    font-weight: 600;
    font-size: 100%;
}

.VFilter-label {
    display: block;
    width: 100%;
    font-weight: 700;
    text-transform: capitalize;
}

.VFilter-option {
    margin-bottom: 15px;
}

.VFilter-field {
    width: 100%;
    height: 39px;
    padding: 5px 15px;
    font-size: 100%;
    background: #c7e2f6;
    border: 1px solid #95b6cf;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
    border-radius: 7px;
    -webkit-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
}

.VFilter-field:focus {
    border: 1px solid #7bb7d6;
}

.VFilter-btn-section {}

.VFilter-btn {
    color: #22225b;
    background-color: #7d97aa;
    background-image: -moz-linear-gradient( top, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.1) 50%);
    background-image: -webkit-gradient( linear, left top, left bottom, color-stop(100%, rgba(255, 255, 255, 0.0)), color-stop(50%, rgba(255, 255, 255, 0.1)));
    border: 1px solid #7d97aa;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 0 rgba(139, 139, 139, 1) inset, 0 1px 0 rgba(88, 88, 88, 1);
    -moz-box-shadow: 0 1px 0 rgba(139, 139, 139, 1) inset, 0 1px 0 rgba(88, 88, 88, 1);
    box-shadow: 0 1px 0 rgba(139, 139, 139, 1) inset, 0 1px 0 rgba(88, 88, 88, 1);
    padding: 0 12px;
}

.VFilter-btn-icon {}

.VFilter-btn-text {}

.VFilter-keyword-section {}

.VFilter-options:after {
    clear: both;
    display: block;
    content: "";
}

@media(min-width: 768px) {
    /*.filter-options .date{margin-top: -30px;}
    .filter-options .button{margin-top: -5px;margin-left: 5px;}*/
}

@media(max-width: 991px) {
    .filter-options .button-section .filter-btn .filter-btn-text,
    .filter-options .sm-hide,
    .VFilter-options .sm-hide,
    .VFilter-btn-text {
        display: none;
    }
    .filter-options,
    .VFilter-options {
        background: transparent;
        border-color: transparent;
        max-width: 320px;
        min-width: 200px;
        margin-bottom: 15px;
        box-shadow: none;
    }
    .filter-options .field-section,
    .VFilter-keyword-section {
        width: calc(100% - 40px);
        float: left;
    }
    .filter-options .field-section .filter-field,
    .VFilter-field {
        width: 100%;
        max-width: 100%;
        min-height: 39px;
        border-radius: 100px 0 0 100px;
        -webkit-border-radius: 100px 0 0 100px;
        -ms-border-radius: 100px 0 0 100px;
        -o-border-radius: 100px 0 0 100px;
        border-width: 2px;
        border-right: 0;
        padding: 0 20px;
        padding-right: 2px;
        border: 1px solid #5079af;
        border-right: transparent;
        color: #302f83;
    }
    .filter-options .field-section .filter-field:focus {
        border-radius: 100px 0 0 100px;
        box-shadow: 0;
        outline: 0;
    }
    .filter-options .button-section,
    .VFilter-btn-section {
        width: 40px;
        float: right;
    }
    .filter-options .button-section .filter-btn,
    .VFilter-btn {
        width: 100%;
        min-height: 39px;
        outline: 0;
        margin: 0;
        box-shadow: none;
        border: 1px solid #95b6cf;
        border-left: none;
        border-radius: 0 100px 100px 0;
        font-size: 100%;
    }
    .filter-options:after {
        clear: both;
        display: block;
        content: "";
    }
}

@media(min-width: 767px) and (max-width: 991px) {
    .filter-options {
        max-width: 320px;
        min-width: 320px;
    }
}


/*END OF SEARCHES*/


/*universal*/

.period-range {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 305px;
    height: 30px;
}

.period-range-label {
    font-weight: 600;
    padding-right: 5px;
}

.period-range input {
    width: 100px;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    height: 30px;
    border: 1px solid #94a2b6;
    background: #eff3f9;
}

.period-range .lower {
    width: auto;
}

.period-range .lower-label {
    width: 38px;
    float: left;
    text-align: center;
}

.period-range .lower-field {
    width: calc(100% - 38px);
    float: right;
}

.period-range .lower:after {
    clear: both;
    display: block;
    content: "";
}

.period-range .upper {
    width: auto;
}

.period-range .upper-label {
    width: 20px;
    float: left;
    text-align: center;
}

.period-range .upper-field {
    width: calc(100% - 20px);
    float: right;
}

.period-range .upper:after {
    clear: both;
    display: block;
    content: "";
}

.period-range-sm,
.period-range-sm input {
    height: 25px;
}

.period-range-lg,
.period-range-lg input {
    height: 39px;
}


/*END*/


/*vertical*/

.VPeriod-range {}

.VPeriod-range-label {
    font-weight: 600;
    padding-right: 5px;
}

.VPeriod-range input {
    width: 100%;
    padding: 0 8px;
    font-size: 12px;
    font-weight: 600;
    height: 39px;
    background: #c7e2f6;
    border: 1px solid #95b6cf;
    color: #302f83;
}

.VPeriod-range input:focus {
    border: 1px solid #7bb7d6;
}

.VPeriod-range .lower,
.VPeriod-range .upper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    width: 100%;
    /*min-width: 100px;
  max-width: 100px;*/
}

.VPeriod-range .lower-label,
.VPeriod-range .upper-label {
    width: 30%;
}

.VPeriod-range .lower-field,
.VPeriod-range .upper-field {
    width: 70%;
}

.VPeriod-range-sm,
.VPeriod-range-sm input {
    height: 25px;
}

.VPeriod-range-lg,
.VPeriod-range-lg input {
    height: 39px;
}


/*------------------------------------------*/


/*   DASHBOARD STYLES
/*------------------------------------------*/

.app-dashboard {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.dashboard-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 40px;
    background: #3f3f3f;
    border-bottom: 2px solid #6f6b6b;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}


.dashboard-header .header-left{
    width: 50px;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
}
.dashboard-header .header-left .menu-button{
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, .05);
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 50%;
    text-align: center;
}
.dashboard-header .header-left .menu-button button{
    background-color: transparent;
    border: 0;
    outline: 0;
    padding: 0;
    color: #fff;
    cursor: pointer;
    display: block;
    width: 100%;
}
.dashboard-header .header-middle{
    position: absolute;
    top: 0;
    left: 50px;
    right: 100px;
    display: flex;
    padding: 5px;
    box-sizing: border-box;
    height: 40px;
}
.dashboard-header .header-middle .middle-left{
    width: 80px;
    padding-left: 15px;
}
.dashboard-header .header-middle .middle-left img{
    width: 26px;
}
.dashboard-header .header-middle .middle-right{
    width: calc(100% - 100px);
}
.dashboard-header .header-right{
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 40px;
}

.app-dashboard .tabs-section {
    width: 80px;
    float: right;
}

.app-dashboard .tabs-section a {
    display: inline-block;
    color: #fff !important;
    padding: 0!important;
}

.dashboard-title {
    font-weight: normal;
    font-size: 80%;
    color: #fff !important;
    padding: 3px 15px;
}

.user-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: inherit;
    padding: 5px;
    box-sizing: border-box;
}

.user-bar-left {
    width: calc(100% - 85px);
    float: left;
}

.user-bar-right {
    width: 85px;
    float: right;
}

.user-bar-right .signout-button {
    font-weight: 600;
    color: #fff !important;
    white-space: nowrap;
    float: right;
}

.user-bar:after,
.dashboard-header-bottom:after {
    clear: both;
    display: block;
    content: "";
}

.app-dashboard .content-section {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}


.app-dashboard .title-bar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 32px;
    display: flex;
    border-top: 1px solid rgba(255, 255, 255, .1);
    background-color: rgba(0, 0, 0, 0.1);
}

.app-dashboard .title-bar .back-action{
    width: 50px;
}
.app-dashboard .title-bar .back-action div{
    
}
.app-dashboard .title-bar .back-action div img{
    width: 24px;
}
.app-dashboard .title-bar .back-action div a{
    display: block;
    width: 100%;
    padding-left: 10px;
}
.app-dashboard .title-bar .title-section{
    width: calc(100% - 50px);
    opacity: .7;
}

.app-dashboard .title-bar .title-section.append-action{
    display: flex;
}
.app-dashboard .title-bar .title-section.append-action .title-left{
    width: calc(100% - 80px);
}
.app-dashboard .title-bar .title-section.append-action .title-right{
    width: 80px;
    opacity: .7;
    text-align: center;
}
.app-dashboard .title-bar .title-section.append-action .title-right a,
.app-dashboard .title-bar .title-section.append-action .title-right button{
    border: 0;
    color: #fff;
    outline: 0;
    padding: 2px 6px;
    font-size: 12px;
    display: block;
    width: 100%;
    max-width: 75px;
    margin: 1px auto;
    border: 1px solid rgba(0, 0, 0, .1);
    cursor: pointer;
    border-radius: 100px;
    background: #000 !important;
}

.app-dashboard .content-actions-bar {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.app-dashboard .content-actions-bar-left {
    width: calc(100% -230px);
    float: left;
}

.app-dashboard .content-actions-bar-right {
    width: 230px;
    float: right;
}

.app-dashboard .content-actions-bar {
    clear: both;
    display: block;
    content: "";
}

.app-dashboard .content-body {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 100px;
}
.app-dashboard .content-body.has-sidebar .app-sidebar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 250px;
    border-right: 3px solid rgba(0, 0, 0, 0.05);
    overflow: auto;
    z-index: 300;
    background-color: #eee;
}
.app-dashboard .content-body.has-sidebar .main-content {
    position: absolute;
    top: 0;
    left: 251px;
    right: 0;
    bottom: 0;
}

.app-dashboard .content-body.sidebar-close .app-sidebar {
    left: -250px;
}
.app-dashboard .content-body.sidebar-close .main-content {
    left: 0;
}

/* .app-dashboard .content-body.sidebar-open .app-sidebar {
    top: 35px;
    left: 0;
    display: block;
}
.app-dashboard .content-body.sidebar-open .main-content {
    left: 0;
} */


@media(max-width: 768px) {
    .app-dashboard .content-body.has-sidebar .app-sidebar {
        left: -250px;
    }
    .app-dashboard .content-body.has-sidebar .main-content {
        left: 0;
    }
    /*toggle sidebar*/
    .app-dashboard .content-body.sidebar-close .app-sidebar {
        left: 0px;
        display: none;
    }
    .app-dashboard .content-body.sidebar-close .main-content {
        left: 0;
    }
    /**/
    .app-dashboard .content-body.sidebar-open .app-sidebar {
        left: 0;
        display: block;
    }
    .app-dashboard .content-body.sidebar-open .main-content {
        left: 0;
    }
}

@media(max-width: 576px) {
    .user-bar-right .signout-button span {}
}


/*------------------------------------------*/


/*   CONTACT STYLES
/*------------------------------------------*/

.top-contacts {
    line-height: 12px;
    padding: 5px;
    margin: 0;
    display: block;
    width: 360px;
    margin: 0 auto;
    margin-top: 15px;
}

.top-contacts::after {
    clear: both;
    display: block;
    content: "";
}

.top-contacts li {
    list-style: none;
    float: left;
    margin-right: 15px;
}

.top-contacts li:last-child {
    margin-right: 0;
}

.top-contacts .contact {}

.top-contacts .contact-top {
    display: block;
    width: 100%;
    white-space: nowrap;
    font-weight: 900;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: #3696c0;
}

.top-contacts .contact-bottom {
    display: block;
    width: 100%;
    white-space: nowrap;
}

@media(max-width:768px) {
    .top-contacts {
        display: none;
    }
}


/*------------------------------------------*/


/*   SOCIAL MEDIA STYLES
/*------------------------------------------*/

.facebook {
    background: #4a66a8;
}

.twitter {
    background: #8e9294;
}

.youtube {
    background: #ff3334;
}

.instagram {
    background: #ae2590;
}

.whatsapp {
    background: #52cb60;
}

.linkedin {}

.share-buttons-container {
    min-width: 125px;
    float: right;
}

.share-buttons-container label {
    display: block;
    margin: 0 !important;
    text-align: left;
    font-weight: 800;
}

.share-buttons {}

.share-buttons a,
.share-buttons button {
    display: inline-block;
    margin-right: 10px;
}

.share-buttons a:last-child,
.share-buttons button:last-child {
    margin-right: 0;
}


/*------------------------------------------*/


/*   MENU STYLES
/*------------------------------------------*/

.top-menu {
    margin: 0;
    padding: 0;
    z-index: 5;
    margin-top: 7px;
}

.top-menu-item {
    position: relative;
    float: left;
    list-style: none;
}

.top-menu-item a {
    display: inline-block;
    width: 100%;
    padding: 3px 12px;
    box-sizing: border-box;
    font-size: 90%;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    letter-spacing: 1px;
}

.top-menu-item a:hover {
    background: rgba(0, 0, 0, 0.05);
}

.menu-toggler {
    display: none;
}


/*dropdown*/
/* -------------------------------------
   DROP DOWN STYLES
---------------------------------------*/

.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 12px 16px;
    z-index: 999999;
}
.dropdown-content-header{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.dropdown-content-header .title{
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.dropdown-content-header p{
    margin-top: 0;
    margin-bottom: 0;
    opacity: .5;
    font-size: 12px;
}

.dropdown-content.top-offset35 {
    top: 25px !important;
}

.dropdown-content.content-left {
    left: 5px;
}

.dropdown-content.content-right {
    right: 5px;
}

.dropdown:hover .dropdown-content {
    top: 100%;
    display: block;
}

.dropdown-content:before {
    content: "";
    position: absolute;
    right: 11px;
    top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0;
    border-color: transparent transparent #fff transparent;
    z-index: 999999;
}

.dropdown-content.pointer-left:before {
    left: 11px;
}

.dropdown:hover .dropdown-content:before {
    border-width: 0 10px 10px 10px;
}
/* ///////////////////// */

.user-info-block {
    

}

.user-info-block:hover {
    cursor: pointer;
}

.user-info-block .user-label{
    display: flex;
    background: rgba(255, 255, 255, .1);
    padding: 2px;
    padding-left: 8px;
    box-sizing: border-box;
    padding-right: 25px;
    white-space: nowrap;
    min-height: 40px;
}
.user-info-block .user-label:after{
    position: absolute;
    right: 0;
    top: 10px;
    right: 10px;
    font-family: FontAwesome;
    content: "\f078";
    font-weight: 400;
    font-size: 100% !important;
    opacity: .5;
    color:rgba(255, 255, 255, .5)
}

.user-info-block .user-label .label-icon{
    width: 35px;
}

.user-info-block .user-label .label-icon.text-icon{
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    background-color: green;
    color: #fff;
    padding-top: 6px;
    width: 36px;
    min-height: 36px;
    border-radius: 50%;
    border: 3px solid #bbb;
}

.user-info-block .user-label .label-icon img{
    width: 35px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, .1);
}

.user-info-block .user-label.has-text .label-text{
    width: calc(100% - 35px);
    font-weight: 700;
    text-transform: capitalize;
    padding-top: 10px;
    padding-left: 10px;
     box-sizing: border-box;
     overflow: hidden;
     text-overflow: ellipsis;
}

@media(max-width: 768px) {
    .user-info-block {
        max-width: 100%;
        padding-right: 3px;
    }
    
    .user-info-block .user-label.has-text:after{
        display: none;
    }
    
    .user-info-block .user-label.has-text{
        padding-right: 0;
        padding-left: 0;
    }
    
    .user-info-block .user-label.has-text .label-icon{
        
    }
    .user-info-block .user-label.has-text .label-icon img{
        width: 100%;

    }
    .user-info-block .user-label.has-text .label-text{
        display: none;
    }
}

/* vertical menu */

.vertical-nav {
    width: auto;
    background: inherit;
    width: 100%;
    margin: 0;
    height: 100%;
    border-top: 15px solid transparent;
}

.vertical-nav ul {
    padding: 0;
    margin: 0;
}

.vertical-nav ul li {
    list-style: none;
    margin-bottom: 2px;
}

.vertical-nav ul li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 8px 15px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.vertical-nav ul li a:hover {
    background: rgba(0, 0, 0, 0.4);
}

.vertical-nav .active a {
    background: #fff;
    color: #000000;
}

.vertical-nav .active a:hover {
    cursor: text;
    background: #fff;
}


/*VMenu-default*/

.VMenu-default {}

.VMenu-list {
    margin: 0;
    padding: 0;
}

.VMenu-list-item {
    list-style: none;
}

.VMenu-list-item a {
    text-decoration: none;
    padding: 5px 15px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    display: inline-block;
    width: 100%;
    color: #fff;
}

.VMenu-list-item .menu-icon {}

.VMenu-list-item .menu-text {
    padding-left: 10px;
}


/*horizontal*/

.HMenu-default {
    margin-bottom: 5px;
    padding: 0;
}

.HMenu-default:after {
    clear: both;
    display: block;
    content: "";
}

.HMenu-default li {
    list-style: none;
    float: left;
    margin-right: 10px;
}

.HMenu-default a,.HMenu-default button {
    color: #00a;
    display: block;
    width: 100%;
    white-space: nowrap;
    padding: 5px;
    outline: 0;
    cursor: pointer;
}
.HMenu-default button {
    border: 0;
    padding: 2px;
    margin: 2px;
    margin-top: 3px !important;
}

.HMenu-default .trash {
    color: #a00;
}

.HMenu-default .trash:hover {
    color: #f00;
}


/*  */

.HMenu-style1 {
    margin-bottom: 5px;
    padding: 0;
}

.HMenu-style1:after {
    clear: both;
    display: block;
    content: "";
}

.HMenu-style1 li {
    list-style: none;
    float: left;
    margin: 2px;
}

.HMenu-style1 a {
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 10px;
    color: #00a;
    display: block;
    width: 100%;
    white-space: nowrap;
}

.HMenu-style1 a:hover,
.HMenu-style1 a:focus {
    background: rgba(0, 0, 0, 0.1);
}


/* data actions menu */

.data-actions {
    /*display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;*/
    display: inline-block;
}

.data-actions button {
    display: inline-block;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

.data-actions .action,
.data-actions button,
.data-actions a {
    display: inline-block;
    margin-right: 0px;
    font-weight: 600;
    font-size: 100%;
    border: 0;
    border-radius: 5px;
    color: #54a4f2;
    cursor: pointer;
}

.data-actions .trash {
    color: #d22a2a;
}

.data-actions .action-icon {}

.data-actions .action-icon img {
    width: 20px;
}

.data-actions .action-text {}

.data-actions a:after,
.data-actions button:after {
    font-size: 18px;
    content: "|";
    margin-left: 5px;
    margin-right: 2px;
    opacity: 0.2;
    display: inline-block;
    color: #000;
}

.data-actions a:last-child:after,
.data-actions button:last-child:after {
    content: ''
}

.data-actions a:hover,
.data-actions button:hover {
    color: #0280fb;
    text-decoration: none;
}

.data-actions a.trash:hover,
.data-actions button.trash:hover {
    color: brown;
}

.data-actions a:focus,
.data-actions button:focus {
    outline: 0;
}


/* end */


/*  */

.full-width-actions {
    list-style: none;
    padding: 0 !important;
    margin: 0 !important;
}

.full-width-actions::after {
    clear: both;
    display: block;
    content: "";
}

.full-width-actions li {
    float: left;
    list-style: none;
}

.full-width-actions .action {
    display: block;
    font-weight: 600;
    text-align: center;
    padding: 5px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 0;
    white-space: nowrap;
}

.full-width-actions.no-bg .action {
    background: transparent;
}

.full-width-actions .action:hover {
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.full-width-actions.no-bg .action:hover {
    background: transparent;
}

.full-width-actions li:last-child .action {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    ;
}

.full-width-actions.three li {
    width: 33.33333333333333%;
}

.full-width-actions.four li {
    width: 25%;
}

.full-width-actions.two li {
    width: 50%;
}

@media(max-width: 576px) {
    .full-width-actions .btn-icon {}
    .full-width-actions .btn-text {
        display: none;
    }
}


/* end */

.app-menu-container {}

.app-menu {
    overflow-x: auto;
    margin: 0;
    padding: 0;
    list-style: none;
    white-space: nowrap;
    display: flex;
    width: 100%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.app-menu::-webkit-scrollbar {
    display: none;
}

.app-menu .menu-item {
    list-style: none;
    float: left;
    margin-right: 2px;
}

.app-menu .menu-item button {
    margin: 0;
    vertical-align: middle;
    padding: 0;
    background: transparent;
}

.app-menu .menu-item a,
.app-menu .menu-item button {
    display: inline-block;
    border: 1px solid transparent;
    padding: 3px 10px;
    /* min-width: 100px; */
    box-sizing: border-box;
    /* background: rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05); */
    /* font-family: Verdana, Geneva, Tahoma, sans-serif; */
}

.app-menu.text-white .menu-item a,
.app-menu.text-white .menu-item button {
    color: #fff;
}

.app-menu.bold .menu-item a,
.app-menu.bold .menu-item button {
    font-weight: 600;
}

.app-menu .menu-item a:hover,
.app-menu .menu-item button:hover {
    background: rgba(0, 0, 0, 0.05);
}

.app-menu .menu-icon {
    margin-right: 5px;
    font-size: 26px;
    display: block;
    width: 100%;
    text-align: center;
}

.app-menu .menu-icon img {
    display: block;
    margin: 0 auto;
}

.app-menu .menu-text {
    font-size: 80%;
    color: black;
    text-align: center;
    display: block;
    width: 100%;
}

.app-menu.block-menu .menu-item {}

.app-menu.block-menu .menu-item a {
    /* background: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.07); */
}

.app-menu.block-menu .menu-icon img {}

.app-menu.block-menu .menu-icon {}

.app-menu.block-menu .menu-text {}

.app-menu::after {
    clear: both;
    display: block;
    content: "";
}


/*mega vertical-menu*/

.VMega-menu {
    padding: 15px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
    white-space: nowrap;
    margin-bottom: 20px;
    padding: 5px 15px;
}

.VMega-menu:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.VMega-menu-left {
    width: 60px;
    float: left;
}

.VMega-menu img {
    width: 100%;
}

.VMega-menu a {
    color: darkgreen;
    font-weight: 800;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.VMega-menu-right {
    width: calc(100% - 60px);
    float: right;
    padding: 5px 15px;
    font-weight: 600;
    font-size: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

.VMega-menu:after {
    clear: both;
    display: block;
    content: "";
}

.VMega-menu ul {
    padding: 0;
    margin: 0;
}

.VMega-menu ul li {
    list-style: none;
}

.VMega-menu ul a {
    font-size: 90%;
    color: blue;
    font-weight: normal;
}

.VMega-menu ul.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.VMega-menu ul.flex li:after {
    font-size: 80%;
    content: "|";
    margin-left: 8px;
    margin-right: 8px;
    opacity: 0.2;
    display: inline-block;
}

.VMega-menu ul.flex li:last-child:after {
    content: ''
}

.VMega-menu .badge {
    padding: 1px 5px;
    display: inline-block;
    margin: 0;
    margin-left: 5px;
}


/*disable*/

.VMega-menu.disabled,
.VMega-menu.disabled a {
    cursor: not-allowed;
}

.VMega-menu.disabled a:hover {
    text-decoration: none;
}

@media(max-width: 320px) {
    .VMega-menu-right {
        font-size: 82%
    }
    .VMega-menu ul a {
        font-size: 70%;
    }
}


/*iconic menu*/

.iconic_menu {
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    margin: 10px;
    min-height: 120px;
    padding: 5px 20px;
}

.iconic_menu a {
    display: block;
    width: 100%;
    padding: 5%;
}

.icon_section {
    width: 50px;
    font-size: 40px;
}

.label_section {
    width: calc(100% - 50px);
    font-size: 150%;
}


/*actions*/

.actions-list-container {}

.actions-list {
    padding: 0;
    margin: 0;
    padding: 5px 12px 0;
    height: 25px;
}

.actions-list-item {
    list-style: none;
    float: left;
    margin-right: 3px;
}

.actions-list-item:after {
    clear: both;
    display: block;
    content: "";
}

.actions-list-item a,
.actions-list-item button {
    display: block;
    width: 100%;
    height: 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    padding: 0 6px;
    font-size: 75%;
    font-weight: 600;
    line-height: 18px;
}

.actions-list-item a {
    padding-top: 2px;
}

.actions-list-item a:hover,
.actions-list-item button:hover,
.actions-list-item a:focus,
.actions-list-item button:focus {
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.h-menu-container {
    height: 25px;
    width: auto;
    overflow-y: hidden;
    margin-top: 4px;
}

.h-menu-container .h-menu {
    height: 25px;
    float: left;
    padding: 0;
    margin: 0;
    padding-left: 12px;
    display: -ms-row;
    display: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.h-menu:after {
    clear: both;
    display: block;
    content: "";
}

.h-menu .active {
    border-bottom: none;
}

.h-menu .active a {
    background: #3c4451;
    color: #73d568;
    border: 1px solid #515763;
    border-top: 1px solid #0a0;
    border-bottom: none;
}

.h-menu-container .h-menu>li {
    display: inline-block;
    float: left;
    padding-left: 0;
    position: relative;
    margin-right: 2px;
    height: 35px;
}

.h-menu .hidden {
    display: none;
}

.h-menu a {
    text-align: center;
}

.h-menu a,
.h-menu button,
.h-menu ul a {
    display: block;
    width: 100%;
    height: 25px;
    color: #fff;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    white-space: nowrap;
    padding: 0 12px;
    font-size: 80%;
    font-weight: 600;
    line-height: 18px;
}

.h-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.h-menu img {
    width: 18px;
}

.h-menu ul {
    display: none;
}

.h-menu li:hover ul {
    padding: 0;
    margin: 0;
    margin-top: -9px;
    background: #8ca9cf;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    margin-right: 0;
    z-index: 100;
    text-align: left;
}

.h-menu ul li {
    float: none;
    list-style: none;
    margin-top: 2px;
}

.h-menu ul a {
    margin-top: 2px;
    text-align: left;
}

.h-menu ul a:hover,
.h-menu button:hover {
    background: rgba(0, 0, 0, 0.1);
    text-decoration: none;
    outline: 0;
    cursor: pointer;
}

.h-menu a:focus,
.h-menu button:focus {
    background: rgba(0, 0, 0, 0.2);
    outline: 0;
}

.menu_overflow {
    display: none;
}

/* //////////////////// */
/*tabs*/
.jt-horizontal-menu{
    position: relative;
    display: flex;
    white-space: nowrap;
    min-height: 50px;
}

.jt-horizontal-menu ul{
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling:touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}

.jt-horizontal-menu ul::-webkit-scrollbar {
    display: none;
}

.jt-horizontal-menu ul li {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    border-top: 1px solid transparent;
    height: 100%;
    padding: 0;

    

}

.jt-horizontal-menu .form-check {
    padding-top: 0;
    padding-bottom: 0;
}

.jt-horizontal-menu ul li:last-child {
    margin-right: 0;
}

.jt-horizontal-menu ul li a,
.jt-horizontal-menu ul li button,
.jt-horizontal-menu ul li .form-check label {
    display: inline-block;
    padding: 6px 12px !important;
    color: #24292d;
    background-color: rgba(36, 41, 45, 0.1);
    border-radius: 100px;
    border: 0;
    outline: 0;
    text-decoration: none;
    margin: 0;
    vertical-align: middle;
}

.jt-horizontal-menu ul li button{
    margin-top: 2px;
}


.jt-horizontal-menu ul li .form-check {
    padding: 0;
    margin-right: 10px;
}

.jt-horizontal-menu ul li .form-check:last-child {
    margin-right: 0;
}
.jt-horizontal-menu ul li .form-check input+label {
    margin: 0 !important;
}
.jt-horizontal-menu ul li .form-check input:checked+label {
    color: #fff;
    background-color: #24292d;
    cursor: pointer;
}
.jt-horizontal-menu ul li .form-check input:checked+label:after {
    
}
.jt-horizontal-menu  .scroll-button{
    display: none;
}

.jt-horizontal-menu.add-scroll-buttons .scroll-button{
    display: block;
    position: absolute;
    top: 0;
    font-size: 26px;
    padding: 0 12px;
    border: 0;
    outline: 0;
    color: #24292d;
    background-color: rgba(36, 41, 45, 0.1);
    cursor: pointer;

}

.jt-horizontal-menu.add-scroll-buttons.small-actions .scroll-button{
    font-size: 18px;
}

.jt-horizontal-menu.add-scroll-buttons .scroll-button.left-scroll{
    left: 0;
}

.jt-horizontal-menu.add-scroll-buttons .scroll-button.right-scroll{
    right: 0;
}

.jt-horizontal-menu.add-scroll-buttons ul{
    margin-left: 20px;
    margin-right: 20px;
}
.jt-horizontal-menu ul li select{
    max-width: 150px;
    width: 100%;
    padding: 2px 12px;
    margin: 0;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
    color: #24292d;
    box-shadow: none;
    min-width: 50px;
/*    border-radius: 100px;*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;

}
.jt-horizontal-menu ul li select option{

}
.jt-horizontal-menu ul li select option:first-child{
    /* text-align: center; */
    background-color: rgba(0, 0, 0, .05);
}
.jt-horizontal-menu ul li select:valid{

}

.jt-horizontal-menu ul li .mw-60{
    min-width: 60px;
}
.jt-horizontal-menu ul li .mw-70{
    min-width: 70px;
}
.jt-horizontal-menu ul li .mw-80{
    min-width: 80px;
}
.jt-horizontal-menu ul li .mw-90{
    min-width: 90px;
}
.jt-horizontal-menu ul li .mw-100{
    min-width: 100px;
}
.jt-horizontal-menu ul li .mw-110{
    min-width: 110px;
}
.jt-horizontal-menu ul li .mw-120{
    min-width: 120px;
}
.jt-horizontal-menu ul li .mw-130{
    min-width: 130px;
}
.jt-horizontal-menu ul li .mw-150{
    min-width: 150px;
}
.jt-horizontal-menu ul li .mw-160{
    min-width: 160px;
}
.jt-horizontal-menu ul li .mw-180{
    min-width: 180px;
}
.jt-horizontal-menu ul li .mw-200{
    min-width: 200px;
}
.jt-horizontal-menu ul li .filter-input {
    width: 100%;
    max-width: 130px;
    padding: 4px 12px;
    border: 1px solid rgba(0, 0, 0, .1);
    outline: 0;
}

.jt-horizontal-menu ul li a:hover,
.jt-horizontal-menu ul li button:hover,
.jt-horizontal-menu ul li .form-check label:hover,
.jt-horizontal-menu ul li a:focus,
.jt-horizontal-menu ul li button:focus,
.jt-horizontal-menu ul li .form-check label:focus {
  color: #fff;
  background-color: #24292d;
  cursor: pointer;
  outline: 0;
  box-shadow: none;

}
.jt-horizontal-menu ul li select:focus,
.jt-horizontal-menu ul li select:valid:focus{
  outline: 0 !important;
  box-shadow: none;
  border-color: #24292d;
}

.jt-horizontal-menu.labels-added ul{
    padding-top: 15px;
}
.jt-horizontal-menu.labels-added ul li .menu-label {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    font-size: 12px;
}
.jt-horizontal-menu.add-scroll-buttons.labels-added .scroll-button{
    top: 15px;
}
/* small filters */

.jt-horizontal-menu.small-actions ul li a,
.jt-horizontal-menu.small-actions ul li button,
.jt-horizontal-menu.small-actions ul li .form-check label {
    padding: 2px 12px !important;
    font-size: 14px;
    margin-top: 2px;
}

.jt-horizontal-menu.small-actions ul li select {
    font-size: 14px;
    background-color: rgba(0, 0, 0, .04);
    border: 1px solid rgba(0, 0, 0, .05);
    outline: 0;
    border-radius: 100px;
}

.jt-horizontal-menu.small-actions ul li select option{
    font-size: 14px;

}

/*vertical list styles*/
.v-list,.v-list ul{
    margin: 0;
    padding: 0;
}
.v-list li{
    list-style: none;
}
.v-list li a{
    display: block;
    padding: 6px 12px;
    background: inherit;
    margin-top: 3px;
    color: inherit;
    line-height: 18px;
}
.v-list li a:hover{
    color: green;
}
.v-list li.has-icon a{
    display: flex;
}
.v-list li.has-icon a .list-icon{
    width: 32px;
}
.v-list li.has-icon a .list-text{
    width: calc(100% - 32px);
}
.v-list.white li a{
    background: #fff;
}
.v-list.add-bottom-border li a,.sortable-list.add-bottom-border li{
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding: 6px 12px;
}
.v-list.add-bottom-border li:last-child a,.sortable-list.add-bottom-border li:last-child{
    border-bottom: 0;
}


/*------------------------------------------*/


/*   POPUP STYLES
/*------------------------------------------*/


.popup {
    position: fixed;
    /*width: 100%;
    height: 100%;*/
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 10000;
    display: none;
}

.popup-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    height: 90%;
    min-height: 250px;
    z-index: 15000;
    border: 8px solid #ddd;
    /*border-top-width: 5px;*/
    background: #eee;
    color: #666666;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.popup-content-sm {
    width: 20%;
}

.popup-content-md {
    width: 40%;
}

.popup-content-lg {
    width: 60%;
}

.popup-content-xl {
    width: 80%;
}

.popup-content-hsm {
    height: 250px;
}

.popup-content-hmd {
    height: 320px;
}

.popup-content-hlg {
    height: 500px;
}

.popup-header {
    position: absolute;
    top: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid #ccc;
    background: #fff;
    height: 30px;
    font-size: 12px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset; */
}

.popup-header:after {
    clear: both;
    display: block;
    content: "";
}

.popup-title {
    width: calc(100% - 35px);
    float: left;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
}

.popup-close {
    width: 35px;
    float: right;
    height: 28px;
    font-size: 16px;
    padding: 2px 11px;
    background: #a00;
    color: #fff;
}

.popup-close:hover {
    background: red;
    cursor: pointer;
}

.popup-body {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 10px 15px;
    overflow: auto;
    /* box-shadow: 0 0 1px rgba(0, 0, 50, 1) inset; */
}

.popup-body.overflow-hidden {
    overflow: hidden;
}

.popup-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 30px;
    height: 50px;
    padding: 12px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.popup.no-footer .popup-body {
    bottom: 0;
}

.popup-footer-left {
    width: calc(100% - 50%);
    float: left;
}

.popup-footer-right {
    width: 50%;
    float: right;
}

.popup-buttons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    float: right;
    max-width: 230px;
    margin-top: -3px;
}

.popup-buttons:after {
    clear: both;
    display: block;
    content: "";
}

.popup-footer button {
    font-size: 80%;
    padding: 3px 12px;
    margin-right: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
    height: 35px;
}

.popup.standard-popup .popup-footer{
    padding: 5px;
    padding-top: 8px;
}
.popup.standard-popup .footer-buttons{
    position: absolute;
    right: 12px;
}

.popup.standard-popup .footer-buttons button,
.popup.standard-popup .footer-buttons a{
    padding: 4px 20px;
    border-radius: 100px;
}


.popup.popup-classic .popup-content{
    border-width: 1px;
    box-shadow: none;
    border-radius: 10px;
    background-color: #fff;
}

.popup.popup-classic .popup-header{
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.popup.popup-classic .popup-header .popup-title{

}
.popup.popup-classic .popup-header .popup-close{
    background-color: transparent;
    color: red;
}

.popup.popup-classic .popup-footer{
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


#search_results_count {
    color: green;
    font-weight: 600;
    font-size: 82%;
}


/* otp popup */

.popup.otp-popup {}

.popup.otp-popup .popup-content {
    padding: 30px;
}

.otp-fields {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 240px;
    margin: 30px auto;
}

.otp-fields input {
    width: 30px;
    margin-right: 10px;
    text-align: center;
    min-height: 39px;
    border: 0;
    border-bottom: 1px solid #000000;
    outline: 0;
    font-size: 26px;
}

.otp-fields input:focus {
    border-color: #057aee;
    outline: 0;
    box-shadow: none;
}

.status-icon {}

.status-icon img {
    display: block;
    width: 32px;
    margin: 0 auto;
}

.status-text {
    font-weight: 700;
    text-align: center;
    padding: 5px;
}

.status-text.text-green {
    color: #10a64a;
}

.verify-btn {
    display: block;
    width: 100%;
    max-width: 150px;
    text-align: center;
    margin: 0 auto;
}

@media(max-width: 1023.98px) {
    .popup-content {
        width: 90%;
        height: 90%;
    }
    .popup.standard-popup .popup-content{
        min-height: 480px;
        width: 95%;
        height: 80%;
    }
}

@media(max-width: 575.98px) {
    .popup-content {
        width: 95%;
        height: 95%;
    }
    .popup.otp-popup .popup-body {
        padding: 15px;
    }
    .crop-popup .popup-content {
        padding: 0 0;
        border: 1px;
        min-width: 95%;
    }

    .popup.standard-popup .popup-content{
        min-height: 50%;
        width: 95%;
        height: 70%;
    }
}

/*END*/


/* CHAT */


/*______________________________________
//  POPUP*/

.chat-button-container {
    position: fixed;
    right: 25px;
    bottom: 16px;
    background: transparent;
}

.chat-button {
    display: inline-block;
    border-color: transparent;
    padding: 1px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    font-weight: 700;
}

.chat-button img {
    max-width: 50px;
    display: block;
    margin: 0 auto;
}

.chat-button:hover {
    color: #fff;
}

@media(max-width: 576px) {
    .chat-button-container {
        right: 0;
        bottom: 70px;
    }
    .chat-button {
        display: block;
        margin: 0 auto;
    }
}

.chat-popup {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    overflow: hidden;
    padding: 30px;
    box-sizing: border-box;
}

.chat-popup-content {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 320px;
    height: 50%;
    min-height: 250px;
    border: 8px solid #7c9cc5;
    background: #fff;
    color: #666666;
    text-align: left;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.chat-popup-header {
    position: absolute;
    top: 0;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    background: #fff;
    height: 30px;
    font-size: 12px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) inset;
    color: #000;
}

.chat-popup-header:after {
    clear: both;
    display: block;
    content: "";
}

.chat-popup-title {
    width: calc(100% - 35px);
    float: left;
    padding: 3px 15px;
    font-size: 14px;
    font-weight: 600;
    height: 30px;
}

.chat-popup-close {
    width: 35px;
    float: right;
    height: 28px;
    font-size: 16px;
    padding: 2px 11px;
    background: #a00;
    color: #fff;
}

.chat-popup-close:hover {
    background: red;
    cursor: pointer;
}

.chat-popup-body {
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 50px;
    padding: 10px 15px;
    overflow: auto;
    box-shadow: 0 0 1px rgba(0, 0, 50, 1) inset;
}

.chat-popup-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.1);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.chat-input {
    width: calc(100% - 50px);
    float: left;
}

.chat-send-button {
    width: 50px;
    float: right
}

.chat-send-button button {
    border: 1px solid transparent;
    background: #db690d;
    color: #fff;
    font-weight: 700;
    width: 100%;
    height: 50px;
}

.chat-send-button button:hover {
    background: #f6740b;
}

.chat-send-icon {
    display: block;
    width: 100%;
}

.chat-send-text {
    display: block;
    width: 100%;
}

.chat-input textarea {
    resize: none;
    width: 100%;
    height: 50px;
    border: 1px solid #db690d;
    padding: 10px 20px;
    line-height: 12px;
    font-size: 80%;
}

.chat-input textarea:focus {
    outline: 0;
}

@media(max-width: 576px) {
    .chat-popup-content {
        /* left: 0;
        right: 0;
        bottom: 0; */
        width: 100%;
        height: 100%;
    }
}


/*------------------------------------------*/


/*   DOCUMENT STYLES
/*------------------------------------------*/

.document {
    display: block;
    width: 100%;
    padding: 5px 15px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.1);
    height: 100%;
}

.document-title {
    font-weight: 600;
    display: block;
    width: 100%;
}

.document a {
    display: inline-block;
    font-weight: 700;
    padding: 0 15px;
}

.file {}

.file::after {
    clear: both;
    display: block;
    content: "";
}

.file-icon {
    width: 18px;
    float: left;
}

.file-icon img {
    width: 100%;
}

.file-name {
    width: calc(100% - 18px);
    float: right;
    padding: 0 5px;
}

.file-actions {
    margin-top: 15px;
    padding: 0 15px;
}

.file-actions a,
.file-actions button {
    display: inline-block;
    background: rgba(0, 0, 0, 0.02);
    font-weight: 700;
    border: 1px solid rgba(0, 0, 0, 0.02);
    padding: 0 15px;
}

.file-actions a:hover,
.file-actions button:hover,
.document a:hover {
    color: brown;
    background: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}


/*------------------------------------------*/


/*   LAYOUT STYLES
/*------------------------------------------*/

.app-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ht60 {
    height: 60px;
}

.ht70 {
    height: 70px;
}

.ht97 {
    height: 97px;
}

.ht105 {
    height: 105px;
}

.header-section {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.content-section {
    position: fixed;
    top: 94px;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-actions-bar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    background-color: #7c9cc5;
}

.content-actions-bar-left {
    width: calc(100% -230px);
    float: left;
}

.content-actions-bar-right {
    width: 230px;
    float: right;
}

.content-actions-bar {
    clear: both;
    display: block;
    content: "";
}

.content-body {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 100px;
}

.toolbar {
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1;
    height: 35px;
    background: #7c9cc5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media(max-width: 768px) {
    
}

@media(max-width: 480px) {
    
}


/**/

.logo-section {
    position: fixed;
    top: 0;
    left: 0;
    background: #7695bc;
    width: 80px;
    height: 70px;
    z-index: 5;
}

.logo-section img {
    width: 100%;
}

.back-section {
    position: fixed;
    top: 70px;
    left: 0;
    background: #7695bc;
    /*border-right: 1px solid rgba(0,0,0,0.1);*/
    width: 80px;
    height: 35px;
    z-index: 5;
    font-family: Tahoma;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.back-link {
    width: 95%;
    max-width: 95%;
    margin-top: 5px;
    margin-left: 2px;
    height: 27px;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    cursor: pointer;
    padding-left: 3px;
}

.back-link:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.2);
}

.back-img {
    width: 20px;
    float: left;
}

.back-text {
    display: block;
    min-height: 25px;
    width: calc(100% - 20px);
    float: right;
    font-weight: 600;
    line-height: 18px;
    font-size: 11px;
    color: #fff;
    padding-top: 3px;
    /*text-shadow: 1px 1px 1px black;*/
}

.back-section:after {
    clear: both;
    display: block;
    content: "";
}

.back-section img {
    width: 14px;
}

.top-menu-bar {
    position: fixed;
    top: 0;
    left: 80px;
    right: 0;
    height: 35px;
    z-index: 6;
    background: #7695bc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*
    box-shadow: 1px 2px 1px rgba(0,0,0,0.1);
*/
}

.help-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 35px;
    z-index: 6;
    background: #7695bc;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*
    box-shadow: 1px 2px 1px rgba(0,0,0,0.1);
*/
}

.top-menu-bar-left {
    width: calc(100% - 200px);
    float: left;
}

.top-menu-bar-right {
    width: 200px;
    float: right;
}

.top-menu-bar:after {
    clear: both;
    display: block;
    content: "";
}

.content-header {
    position: fixed;
    top: 35px;
    left: 80px;
    right: 0;
    height: 35px;
    padding-top: 5px;
    z-index: 5;
    background: #7c9cc5;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.signout-section {
    position: fixed;
    top: 70px;
    right: 0;
    height: 35px;
    width: 90px;
    z-index: 5;
    background: #7c9cc5;
}

.signout-section img {}

.signout-section a {
    color: #fff;
    font-weight: 800;
}

.signout-section a:hover {
    color: #f9cdcb;
    text-decoration: none;
}

.actions-bar {
    position: fixed;
    top: 70px;
    left: 80px;
    right: 90px;
    height: 35px;
    z-index: 5;
    background: #7c9cc5;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.actions-bar-left {
    width: calc(100% - 200px);
    float: left;
}

.actions-bar-right {
    width: 200px;
    float: right;
}

.actions-bar:after {
    clear: both;
    display: block;
    content: "";
}

.content-title {
    font-weight: 800;
    padding: 0 15px;
    font-size: 100%;
    text-transform: capitalize;
    color: #43474c;
    /* text-align: center;*/
    white-space: nowrap;
}

.search-bar {
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 3;
    background: #8ca9cf;
}

.search-bar70 {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 3;
    background: #8ca9cf;
}

.search-bar95 {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    height: 45px;
    z-index: 3;
    background: #8ca9cf;
}

.search-bar-left {
    width: calc(100% - 200px);
    float: left;
}

.search-bar-right {
    width: 200px;
    float: right;
}

.search-bar:after {
    clear: both;
    display: block;
    content: "";
}

.content-area {
    position: relative;
    width: 100%;
    /*padding: 15px;*/
}

.content-fixed {
    position: fixed;
    top: 150px;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-fixed95 {
    position: fixed;
    top: 95px;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-fixed105 {
    position: fixed;
    top: 105px;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-fixed115 {
    position: fixed;
    top: 115px;
    left: 0;
    right: 0;
    bottom: 0;
}

.content-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
}

.content-absolute80 {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
}

.search-col {
    position: fixed;
    top: 151px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 234px;
    background: #c5d0e1;
    border-right: 5px solid rgba(0, 0, 0, 0.1);
}

.search-col115 {
    position: fixed;
    top: 115px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 234px;
    background: #c5d0e1;
    border-right: 5px solid rgba(0, 0, 0, 0.1);
}

.search-col140 {
    position: fixed;
    top: 140px;
    left: 0;
    right: 0;
    bottom: 0;
    width: 234px;
    background: #c5d0e1;
    border-right: 5px solid rgba(0, 0, 0, 0.1);
}

.title-section {}

.title-section:after {
    clear: both;
    display: block;
    content: "";
}

.title-section-left {
    width: calc(100% -230px);
    float: left;
}

.title-section-right {
    width: 230px;
    float: right;
}

.page-title-style1 {
    color: #33bdee;
    text-align: center;
    font-size: 130%;
    font-family: Verdana;
    margin: 0;
    line-height: 24px;
}

.banner-header p {
    margin: 0;
    padding: 0;
    font-style: italic;
    color: #000;
    font-size: 100%;
}

.page-title-style2 {
    font-weight: 900;
    display: block;
}

@media(max-width: 768px) {
    .page-title-style1 {
        margin-left: 20px;
        margin-right: 20px;
    }
    .title-section-left,
    .title-section-right {
        width: 100%;
        float: none;
    }
    .title-section-right {
        margin-bottom: 20px;
    }
}

@media(max-width: 576px) {
    .page-title-style1 {
        margin-left: 10px;
        margin-right: 10px;
    }
}


/*  */


/*
    ________________________________________
    HOME ITEMS*/

.app-title-bar {
    position: fixed;
    top: 0;
    left: 210px;
    right: 0;
    height: 25px;
    z-index: 100;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-top: 1px;
    box-sizing: border-box;
}

.app-title {
    font-weight: 800;
    font-size: 80%;
    color: #fff;
    padding: 0 15px;
    text-transform: uppercase;
}

.home-header {
    position: fixed;
    top: 25px;
    left: 210px;
    right: 0;
    height: 50px;
    background: #7c9cc5;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
    box-sizing: border-box;
}

.home-header-left {
    width: calc(100% - 20%);
    float: left;
}

.home-header-right {
    width: 20%;
    float: right;
}

.home-header:after {
    clear: both;
    display: block;
    content: "";
}

.home-logo {
    width: 37px;
    float: left;
    background: rgba(0, 0, 0, 0.1);
}

.home-logo:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.home-logo img {
    width: 100%;
}

.home-title {
    width: calc(100% - 37px);
    float: right;
}

.home-title h1 {
    font-size: 120%;
    font-weight: 800;
    text-align: center;
    color: #333;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica neue", Helvetica, "Myriad Pro", Arial, sans-serif;
    text-shadow: #fff 1px 1px 1px;
}

.home-menu {
    /*padding: 5%;*/
}

.home-menu .menu-item {
    /*margin-bottom: 15%;*/
    margin: 15px;
    padding: 15px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    min-height: 130px;
    white-space: nowrap;
    margin-bottom: 20px;
    padding-top: 10px;
}

.home-menu .menu-item:hover {
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.home-menu .menu-icon {
    width: 60px;
    height: 60px;
    max-width: 60px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    align-items: center;
}

.home-menu .menu-icon:hover {
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

.home-menu .menu-icon div {
    width: 50px;
    max-width: 50px;
    margin: 0 auto;
}

.home-menu .menu-icon a {
    display: block;
    width: 50px;
    height: 50px;
    margin: 0 auto;
    border-radius: 50%;
    padding: 5%;
}

.home-menu .menu-icon img {
    width: 100%;
    margin: 0 auto;
    /*margin-top: 40%;*/
}

.home-menu .menu-icon a {
    width: 100%;
    font-size: 36px;
}

.home-menu .menu-icon a i {
    padding-left: 50px;
}

.home-menu .menu-label {
    text-align: center;
    font-size: 120%;
}

.home-title p {
    line-height: 12px;
    margin: 0;
    padding: 0;
}


/*brand*/

.system-info {
    min-width: 200px;
    max-width: 200px;
    white-space: nowrap;
    padding: 0 5px;
    height: 35px;
    min-height: 35px;
    color: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    white-space: nowrap;
}

.system-logo {
    width: 50px;
    max-width: 50px;
    padding: 3px;
    padding-left: 0;
    padding-right: 0;
    box-sizing: border-box;
}

.system-logo img {
    width: 24px;
}

.system-particulars {
    width: calc(100% - 50px);
    text-transform: uppercase;
    text-align: center;
    box-sizing: border-box;
}

.system-name {
    font-weight: 700;
    font-size: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
}

.system-subtext {
    font-size: 60%;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*end*/

.user-info {
    max-width: 250px;
    white-space: nowrap;
    color: #fff;
    height: 40px;
}

.user-info:after {
    clear: both;
    display: block;
    content: "";
}

.user-photo {
    width: 40px;
    float: left;
    height: inherit;
}

.user-photo img {
    width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 2px solid #bbb;
}

.user-particulars {
    width: calc(100% - 40px);
    float: right;
    height: inherit;
    padding: 0 5px;
    padding-top: 6px;
    text-transform: uppercase;
}

.user-name {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 70%;
    text-overflow: ellipsis;
    overflow: auto;
}

.user-designation {
    display: block;
    width: 100%;
    font-size: 60%;
    text-overflow: ellipsis;
    overflow: auto;
    opacity: 0.7;
}


/**/

.signout {}

.signout a {
    color: #fff;
    font-weight: 800;
    display: inline-block;
    padding: 0px 10px;
    box-sizing: border-box;
    /*background: rgba(0,0,0,0.05);*/
    height: 30px;
}

.signout>a>span {}

@media(max-width: 768px) {
    .signout>a>span {
        display: none;
    }
    .signout>a {
        font-size: 20px;
    }
    .system-name {
        font-size: 50%;
    }
}

.left-col {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 210px;
    background: #7c9cc5;
    border-right: 3px solid rgba(0, 0, 0, 0.2);
}

.logo-container {
    background: rgba(0, 0, 0, 0.05);
    padding: 10px;
    box-sizing: border-box;
    height: 75px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.065);
}

.logo-container img {
    width: 100%;
    max-width: 40px;
    display: block;
    margin: 0 auto;
}

.right-col {
    position: fixed;
    top: 75px;
    left: 210px;
    right: 0;
    bottom: 0;
    background: #eff3f9;
}

@media(max-width: 991px) {
    .home-header {
        left: 50px;
    }
    .left-col {
        width: 50px;
    }
    .right-col {
        left: 50px;
    }
    .left-col .VMenu-default .menu-text {
        display: none;
    }
}


/* end */

.book-container {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin: 10px;
    padding: 3px;
    height: 95%;
}

.video-container {
    position: relative;
}

.video-container iframe {
    min-height: 360px;
}

.video,
.book img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.video-title,
.book-title {
    font-weight: 600;
    padding: 3px 15px;
}

@media(max-width: 576px) {
    .video-container iframe {
        height: auto;
        min-height: auto;
    }
}


/* data layout */

.data-container {}

.data-section {
    /* display: block;
    width: 100%; */
}

.data-title1 {
    font-weight: 700;
    font-size: 120%;
}

.data-title2 {
    font-weight: 600;
    font-size: 110%;
    line-height: 20px;
}

.data-header {
    color: #00a3c8;
    font-weight: 600;
    font-size: 105%;
}

.data-header::after {
    clear: both;
    display: block;
    content: "";
}

.data-header-left {
    width: calc(100% - 80px);
    float: left;
}

.data-header-right {
    width: 80px;
    float: right;
}

.data-body {
    display: block;
    width: 100%;
}

.data-section p {
    padding: 0;
    margin: 0;
}


/* OFFSETS */

.left-offset0 {
    left: 0px !important;
}

.top-offset0 {
    top: 0px !important;
}

.top-offset35 {
    top: 35px !important;
}

.top-offset60 {
    top: 60px !important;
}

.top-offset65 {
    top: 65px !important;
}

.top-offset67 {
    top: 67px !important;
}

.top-offset69 {
    top: 69px !important;
}

.top-offset70 {
    top: 70px !important;
}

.top-offset105 {
    top: 105px !important;
}

.top-offset115 {
    top: 115px !important;
}

.top-offset150 {
    top: 150px !important;
}

.top-offset155 {
    top: 155px !important;
}

/*------------------------------------------*/


/*   PROFILE STYLES
/*------------------------------------------*/

.profile.style1{
    position: relative;
}

.profile.style1 .profile-header{
    border: 1px solid rgba(0, 0, 0, .05);
}
.profile.style1 .profile-header .main-title{
    font-weight: 900;
    font-size: 36px;
}
.profile.style1 .profile-header .sub-title{
    font-weight: 800;
    color: #000;
    font-size: 120%;
    letter-spacing: 3px;
    margin-top: 10px;
}
.profile.style1 .profile-header:after{
    clear: both;
    display: block;
    content: "";
}
.profile.style1 .profile-header .pic-section{
    width: 240px;
    float: left;
}
.profile.style1 .profile-header .pic-section img{
    width: 100%;
}

.profile.style1 .profile-header.small-image .pic-section img{
    display: block;
    margin: 30px auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, .5);
}

.profile.style1 .profile-header .name-section{
    width: calc(100% - 240px);
    float: right;
    padding: 30px;

}
.profile.style1 .data-section{
    border: 1px solid rgba(0, 0, 0, .05);
    padding: 15px;
}

.profile.style1 .contacts{
    display: block;
}

.profile.style1 .contacts a{
    display: inline-block;
    margin-right: 15px;
}

.profile.style1 .profile-header table{

}
.profile.style1 .profile-header table td{
    padding: 0 6px;
}
@media(max-width: 575px){
    .profile.style1 .profile-header{
        padding-bottom: 30px;
    }
    .profile.style1 .profile-header table{
        text-align: left;
        margin-left: 30px;
    }
    .profile.style1 .profile-header .pic-section,
    .profile.style1 .profile-header .name-section{
        float: none;
        width: 100%;
    }
    .profile.style1 .profile-header .name-section{
        padding: 0;
        text-align: center;
    }
    .profile.style1 .profile-header .pic-section img{
        display: block;
        margin: 30px auto;
        width: 150px;
        height: 150px;
        border-radius: 50%;
        border: 3px solid rgba(0, 0, 0, .5);
    }
}
/**/
.profile.style2{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.profile.style2 .pic-section{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 300px;
    background: rgba(0, 0, 0, .1);
    box-sizing: border-box;
    overflow: hidden;
    z-index: 1;
}
.profile.style2 .pic-section img{
    display: block;
    width: 100%;
    min-width: 300px;
}
.profile.style2 .details-section{
    position: absolute;
    top: 300px;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
    box-sizing: border-box;
    border-top: 3px solid rgba(0, 0, 0, .1);
    overflow: auto;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}
.profile.style2 .details-section::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}
.profile.style2 .details-section p{
    margin-bottom: 0;
}
.profile.style2 .details-section a{
    color: inherit;
}
.profile.style2 h1{
    font-weight: 600;
    font-size: 110%;
    text-align: center;
    line-height: 20px;
}


/* -------------------------------------
   TILE DATA
---------------------------------------*/

.tabular-layout {
    display: block;
}

.grid-layout {
    
}

.tile-data {
    position: relative;
    height: 100%;
    border: 1px solid rgba(0, 0, 0, .3);
    background: #fff;
    border-radius: 3px;
    padding: 5px;
}

.tile-data .tile-checkbox {
    position: absolute;
    top: -8px;
    left: -4px;
}

.tile-data .tile-checkbox input {
    outline: none;
}

.tile-data .data-area {
    padding: 15px;
    padding-top: 8px;
}

.tile-data:after {
    clear: both;
    display: block;
    content: "";
}

.tile-data table tr td:first-child {
    padding-left: 0;
}

.tile-data table tr td {
    padding-top: 0;
    padding-bottom: 0;
}

.title1 {
    display: block;
    width: 100%;
    font-weight: 700;
    font-size: 130%;
}

.title2 {
    display: block;
    width: 100%;
    font-weight: 600;
    font-size: 115%;
}
.tabular-layout.toggle-layout
{
    display: block;
}
.grid-layout.toggle-layout {
    display: none;
}

@media(max-width: 576px) {
    .tabular-layout.toggle-layout{
        display: none;
    }
    .grid-layout.toggle-layout {
        display: block;
    }
}
/*------------------------------------------*/


/*//////////////////////////////
/*person profile*/

.person-profile {
    position: relative;
    /* margin: 5px;
    padding: 15px;
    border: 1px solid rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.03); */
}

.person-profile.no-bg {
    background: transparent;
    border: 0;
}

.person-profile .tile-checkbox {
    position: absolute;
    top: 0;
    left: 2px;
}

.person-profile .label {
    font-weight: 600;
    text-transform: capitalize;
}

.person-profile .person-photo {
    display: block;
}

.person-profile .person-info {
    display: block;
    padding-top: 15px;
}

.person-profile .person-info p {
    margin-bottom: 0;
    font-size: 90% !important;
}

.person-profile .person-photo img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 3px solid rgba(0, 0, 0, 0.3);
}

.person-profile .person-info .names {
    display: block;
    font-size: 90% !important;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 0;
}

.person-profile:after {
    clear: both;
    display: block;
    content: "";
}

.person-profile table tr td {
    padding: 0 12px;
    font-size: 14px;
}

.person-profile table tr td:first-child {
    padding-left: 0;
}

@media(max-width: 480px) {
    .person-profile .person-photo {
        width: 100%;
        float: none;
    }
    .person-profile .person-info {
        width: 100%;
        float: none;
        padding-top: 8px;
    }
    .person-profile .names {
        text-align: center;
    }
}
/*___________end*/


/*   LOADER STYLES
/*------------------------------------------*/

.processing-container,
.loader-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.3);
}

.loader-style1 {
    display: block;
    max-width: 20%;
    margin: 18% auto;
    text-align: center;
    background: #fff;
    padding: 20px;
    color: #0890e3;
    border: 2px solid #ccc;
    font-size: 18px;
    font-weight: 800;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.loader-style1 .loader-gif-section {
    display: block;
    width: 100%;
}

.loader-style1 .loader-gif-section img {
    display: block;
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
}

.loader-style1 .loader-text-section {
    display: block;
    width: 100%;
}

@media(max-width: 992px) {
    .loader-style1 {
        max-width: 40%;
    }
}

@media(max-width: 768px) {
    .loader-style1 {
        max-width: 50%;
    }
}

@media(max-width: 576px) {
    .loader-style1 {
        max-width: 80%;
    }
}

.processing {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    height: 28px;
    background: #f5f895;
    border: 1px solid #c3c745;
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.processing-img {
    width: 100px;
    float: left;
}

.processing-img img {
    width: 100%;
    margin-top: -10px;
    margin-left: 30px;
}

.processing-text {
    width: calc(100% - 100px);
    float: right;
    white-space: nowrap;
    font-size: 80%;
    padding: 3px;
    color: #09b4e9;
    font-weight: 600;
}

.processing:after {
    clear: both;
    display: block;
    content: "";
}

@media(max-width: 576px) {
    .processing {
        width: 95%;
    }
}

.loader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(../images/loader/loaderx.gif) center no-repeat rgba(0, 0, 0, 0.01);
}

div.add-preloader {
    position: relative;
    width: 100%;
    min-height: 130px;
    background: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.image_loader {
    position: absolute;
    top: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: auto auto;
    padding-top: 26px;
}

.image_loader img {
    width: 150px;
    display: block;
    margin: auto auto;
}


/*inter loader*/

.loading {
    background: transparent url('http://thinkfuture.com/wp-content/uploads/2013/10/loading_spinner.gif') center no-repeat;
}

.inner_loader {
    max-width: 180px;
    margin: 10% auto;
}

.inner_loader img {
    max-width: 100%;
}


/* loader*/

.innerloader_absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.innerloader_fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
}

.innerloader_absolute .img_div,
.innerloader_fixed .img_div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 50%;
    max-width: 150px;
    margin: 0 auto;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -ms-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
    height: 100px;
}

.innerloader_absolute .img_div p,
.innerloader_fixed .img_div p {
    text-align: center;
    font-size: 100%;
    margin: 0;
    padding: 0;
    line-height: 18px;
    color: #1ab8e4;
    font-weight: 500;
    font-family: Tahoma;
}

.innerloader_absolute .img_div img,
.innerloader_fixed .img_div img {
    width: 100%;
}


/**/

.load-more-container {
    margin: 15px;
}

.load-more {
    width: 150px;
    height: 35px;
    background: #cfe2eb;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #aecddd;
    text-align: center;
    border-radius: 100px;
}

.load-more a {
    padding: 5px 15px;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    width: 100%;
}

.load-more a:hover {
    text-decoration: none;
}

.load-more img {
    display: block;
    width: 120px;
    margin: 0 auto;
    margin-top: -12px;
}

@media(max-width: 991px) {
    .data-pager-bar .pager-bar-left {
        width: 100%;
    }
    .data-pager-bar .pager-bar-right {
        display: none;
    }
}

.more-button {
    display: inline-block;
    font-weight: bold;
    color: #00f;
    background: rgba(0, 0, 0, 0.04);
    padding: 5px 10px;
}

.more-button i {
    vertical-align: middle;
}

.more-button:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
}


/* processing  */

.processing-request {
    max-width: 50%;
    margin: 0 auto;
    /* background: rgba(0,0,0,0.05); */
    padding: 30px;
    color: green;
    text-align: center;
}

.processing-request .title {
    font-size: 130%;
    font-weight: 800;
    display: block;
}

.processing-request p {
    margin: 0;
}

.processing-request .loading {
    max-width: 150px;
    margin: 30px auto;
}

.processing-request .loading img {
    display: block;
    max-width: 50px;
    margin: 0 auto;
}

@media(max-width:992px) {
    .processing-request {
        max-width: 80%;
    }
}

@media(max-width:576px) {
    .processing-request {
        max-width: 100%;
    }
}


/*------------------------------------------*/


/*   PAYMENT STYLES
/*------------------------------------------*/

.cart-item {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 10px;
    width: 100%;
    height: 90%;
    border: 2px solid #fff;
    margin-bottom: 10px;
}

.cart-item::after {
    clear: both;
    display: block;
    content: "";
}

.cart-item .image-section {
    width: 100px;
    float: left;
}

.cart-item .info-section {
    width: calc(100% - 100px);
    float: right;
    padding: 5px;
}

.cart-item .image-section img {
    width: 100%;
}

.cart-item .item-title {
    display: block;
    width: 100%;
    font-weight: 700;
}

.cart-item-actions {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
}

.cart-item-actions .left-section {
    width: 100px;
    float: left;
}

.cart-item-actions .right-section {
    width: calc(100% - 100px);
    float: right;
}

.cart-item-actions a,
.cart-item-actions button {
    display: inline-block;
    border: 1px solid rgba(0, 0, 0, 0.15);
    padding: 0 5px;
}

.cart-item-actions .trash {
    color: brown;
}

.cart-summary {
    margin-bottom: 15px;
}

.cart-summary td {
    padding: 0 15px;
}

.cart-summary .price {
    color: red;
}

.inc-dec-input {
    min-width: 130px;
    max-width: 130px;
}

.inc-dec-input label {
    display: inline-block;
    min-width: 25px;
    min-height: 25px;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: red;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.inc-dec-input label:hover {
    background: rgba(0, 0, 0, 0.07);
}

.inc-dec-input input {
    width: 70px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    text-align: center;
}

.order-summury {
    line-height: 18px;
}

.order-summury .title {
    display: block;
    width: 100%;
    font-weight: 700;
    margin-bottom: 15px;
    color: green;
    font-size: 110%;
}

.order-summury table {
    border: 1px solid goldenrod;
    width: 100%;
}

.order-summury thead {
    background: goldenrod;
    color: black;
    white-space: nowrap;
}

.order-summury table tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.order-summury .total {
    color: orangered;
    background: rgba(0, 0, 0, 0.05);
}

.order-summury .bdr-b0 {
    border: 0;
}

.dial-code {
    width: 80px;
    max-width: 80px;
}

#custom_iframe body {
    padding: 15px !important;
}

.visa {
    width: 250px;
    max-width: 250px;
}

.visa-payment {
    padding: 30px;
    padding-top: 15px;
    width: 100%;
    border-radius: 5px;
}

.visa-payment .title {
    margin: 0 !important;
}

.visa-payment input::-moz-placeholder {
    color: #555;
    opacity: 1;
}

.visa-payment input:-ms-input-placeholder {
    color: #555;
    opacity: 1;
}

.visa-payment input::-webkit-input-placeholder {
    color: #555;
    opacity: 1;
}

.month-input {
    /* width: 80px;
    max-width: 80px; */
}

.year-input {
    /* width: 90px;
    max-width: 90px; */
}

.cvv {
    width: 60px;
    max-width: 60px;
}

.cvv-container {}

.cvv-container:after {
    clear: both;
    display: block;
    content: "";
}

.cvv-container .cvv-left {
    width: 60px;
    float: left;
}

.cvv-container .cvv-right {
    width: calc(100% - 60px);
    float: right;
}

.cvv-container .cvv-right img {
    max-width: 80px;
    display: block;
    margin: 15px;
    margin-top: 20px;
}


/* transaction info */

.transaction-info {
    display: block;
    max-width: 320px;
    margin: 10% auto;
    border-radius: 10px;
    background: #fff;
}

.transaction-info .info-title {
    font-weight: 800;
    font-size: 130%;
    text-align: center;
    margin-bottom: 15px;
    line-height: 24px;
    padding-bottom: 15px;
}

.transaction-info .info-title.add-divider {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.transaction-info p {}

.transaction-info .icon-box {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    background: #fff;
    /* border: 1px solid #bbb; */
    border-radius: 50%;
    padding: 2px;
    padding-top: 4px;
    box-sizing: border-box;
    margin-top: -30px;
}

.transaction-info .icon-box img {
    display: block;
    width: 42px;
    height: 42px;
    margin: 0 auto;
}

.transaction-info .details-box {
    display: block;
    width: 100%;
    padding: 15px;
}

.transaction-info.cancelled {
    border: 5px solid #cb3332;
}

.transaction-info.cancelled .icon-box {
    padding: 0 !important;
}

.transaction-info.cancelled .icon-box img {
    width: 60px;
    height: 60px;
}

.transaction-info.errorbox,
.transaction-info.errorbox .icon-box {
    border: 5px solid #cb3332;
}

.transaction-info.errorbox .info-title,
.transaction-info.cancelled .info-title {
    color: #cb3332;
}

.transaction-info.successful,
.transaction-info.successful .icon-box {
    border: 5px solid #00d219;
}

.transaction-info.successful .info-title {
    color: #00d219;
}


/*------------------------------------------*/


/*   MESSAGE(S) STYLES
/*------------------------------------------*/

.message-list {}

.message-list-item {
    background: rgba(0, 0, 0, 0.05);
    margin-bottom: 2px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 10px;
}

.message-heading {
    font-size: 110%;
    font-weight: 700;
    margin-top: 20px;
}

.message-list .no-bg {
    background: transparent;
    border-color: transparent;
}

.message-list-item .icon-section {
    width: 50px;
    float: left;
}

.message-list-item .icon-container {
    width: 50px;
    height: 50px;
    margin: 0 auto;
    text-align: center;
    border: 2px solid burlywood;
    border-radius: 50%;
    box-shadow: 0 0 2px rgba(0, 0, 255, 0.8);
}

.message-list-item .icon-container .text-icon {
    display: block;
    font-weight: 700;
    font-size: 26px;
    color: burlywood;
    text-transform: uppercase;
}

.message-list-item .icon-container img {
    width: 100%;
    margin: 0 auto;
}

.message-list-item .message-body {
    width: calc(100% - 50px);
    float: right;
    padding: 0 15px;
}

.message-list-item .message-subject {
    display: block;
    width: 100%;
    font-weight: 600;
}

.message-list-item .message-intro {
    display: block;
    width: 100%;
}

.sender-info {
    display: block;
    width: 100%;
    font-size: 80%;
    color: green;
}

.timestamp {
    font-style: italic;
    color: brown;
}

.message-list-item .sender-name {}

.message-list-item .bold {
    font-weight: 600;
}

.message-list-item::after {
    clear: both;
    display: block;
    content: "";
}

.message-actions {
    padding: 5px;
}

.message-actions button,
.message-actions a {
    display: inline-block;
    vertical-align: middle;
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 3px 15px;
    color: blue;
    border-radius: 7px;
}

.message-actions .trash {
    color: red;
}

.message-actions button:hover,
.message-actions a:hover {
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.message-reply-list {
    border-left: 5px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    margin-left: 10px;
}

.reply-list-item {
    margin-bottom: 15px;
}

.reply-list-item::after {
    clear: both;
    display: block;
    content: "";
}

.message-reply {
    display: block;
    width: 100%;
}

.list-num {
    width: 25px;
    float: left;
    text-align: center;
    color: green;
    font-weight: 600;
}

.list-content {
    width: calc(100% - 25px);
    float: right;
    padding-left: 5px;
}

.list-num .num-circular {
    width: 25px;
    height: 25px;
    display: inline-block;
    width: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media(max-width: 576px) {
    .message-list-item .message-subject {}
    .message-list-item .message-intro {}
}


/*------------------------------------------*/


/*   CALL TO ACTION STYLES
/*------------------------------------------*/

.bottom-action-container {
    position: fixed;
    left: 0;
    right: 0;
    background: transparent;
}

.call-to-action {
    display: inline-block;
    border: 2px solid #fff;
    padding: 5px 30px;
    border-radius: 100px;
    background: orangered;
    color: #000;
    margin: 5px;
    font-weight: 700;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.8);
}

.call-to-action:hover {
    background: brown;
    color: #fff;
}

@media(max-width: 576px) {
    .call-to-action {
        display: block;
        margin: 0 auto;
    }
}


/*------------------------------------------*/


/*   POS STYLES
/*------------------------------------------*/

.pos {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: 991px;
}

.pos table {
    font-size: 82%;
}

.pos table td {
    vertical-align: top;
}

.pos .label {
    font-weight: 700;
    padding: 0 15px;
    text-align: right;
}

.pos input[type="text"],
.pos select {
    width: 100%;
    height: 30px;
}

.pos select {
    width: 100%;
    padding: 0;
}

.pos input[type="text"] {
    padding: 0 10px;
}

.pos .form-control,
.pos .button,
.pos .button:focus {
    border-radius: 0;
}

.pos .padded,
.pos .padded td,
.pos .padded th {
    padding: 2.5px;
}

.pos-top {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    /*background: rgba(0,0,0,0.1);*/
    padding: 0 15px;
}

.pos-middle {
    position: absolute;
    top: 60px;
    left: 0;
    right: 100px;
    bottom: 100px;
    background: rgba(0, 0, 0, 0.05);
    overflow: scroll;
}

.pos-middle .padded th,
.pos-middle .padded td {
    padding: 0 15px;
}

.pos-right {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    width: 100px;
    background: rgba(0, 0, 0, 0.2);
}

.pos-bottom {
    position: absolute;
    left: 0;
    right: 100px;
    bottom: 0;
    height: 100px;
    background: rgba(0, 0, 0, 0.1);
    font-size: 100%;
    padding: 0 15px;
}

.cutomer-wrapper {
    position: relative;
}

@media(max-width: 991px) {
    .pos-container {
        overflow: scroll;
    }
}

.pos .buttons {}

.pos .buttons .button {
    max-width: 90px;
    min-width: 90px;
    text-align: center;
    white-space: normal;
    margin: 5px;
    border-radius: 7px;
}


/*__________________________________________
// RECEIPT */

.receipt-title {
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-size: 26px;
    border-bottom: 1px dashed black;
}

.receipt-number {
    color: red;
}

.receipt-body {
    margin-top: 50px;
}

.receipt table td {
    vertical-align: top;
}

.receipt-label {
    font-weight: 700;
}

.receipt .padded td {
    padding: 5px 15px;
    white-space: nowrap;
}

.receipt td.pdg-a0 {
    padding: 0;
}

.receipt .line {
    display: block;
    width: 100%;
    border-bottom: 1px solid dashed black;
}

.receipt .signature {
    display: block;
    padding-top: 30px;
    min-width: 320px;
}


/*------------------------------------------*/


/*   GALLERY STYLES
/*------------------------------------------*/


/*____________________________________________
*	GALLERY
*/

.grid_filter {
    margin-bottom: 30px;
}

.grid_filter li {
    display: inline-block;
    margin: 0 5px;
}

.grid_filter li a {
    background-color: #302f83;
    color: #fff;
    padding: 5px 15px;
    display: block;
    text-transform: capitalize;
    line-height: normal;
    margin-bottom: 2px;
}

.grid_filter li a.current {
    background-color: #07d765;
    color: #fff;
}


/*ALBUM*/

.album {
    position: relative;
    overflow: hidden;
    margin: 5px;
}

.album .album-title {
    position: absolute;
    top: 10px;
    padding: 0 15px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 2;
    font-weight: 700;
    text-shadow: 1px 1px 1px black;
}

.album img {
    width: 100%;
    height: auto;
    transition: all 0.5s ease-in-out;
}

.album:hover img {
    transition: all 0.5s ease-in-out;
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.album-menu {
    position: absolute;
    bottom: 5px;
    background: rgba(0, 0, 0, 0.5);
}

.album-menu a {
    color: #fff;
    display: inline-block;
    width: auto;
    padding: 5px 10px;
}


/*.album:hover .album-menu {
	bottom: 0;
	opacity: 1;
	visibility: visible;
}*/


/**/

.photo-wrapper {
    padding: 0;
}

.gallery_item320 {}

.gallery_item320 img {
    width: 100%;
}

.gallery_item {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 1px;
    height: 100%;
}

.gallery_content {
    padding: 7px 15px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    transition: all 0.5s ease-in-out;
    z-index: 2;
    background: rgba(0, 0, 0, 0.4);
}

.gallery_content a,
.gallery_content button,
.gallery_content .trash {
    color: #fff;
    font-weight: 700;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.gallery_item .image_link::before {
    background-color: rgba(0, 0, 0, 0.50);
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    top: 0px;
    bottom: 100%;
    transition: all 0.5s ease-in-out;
    z-index: 2;
}

.gallery_item:hover .gallery_content {
    /* bottom: 0;
    opacity: 1;
    visibility: visible; */
}

.gallery_item:hover .image_link:before {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.gallery_item a {
    display: block;
    overflow: hidden;
}

.gallery_item img {
    transition: all 0.5s ease-in-out;
    margin: auto;
    display: block;
    width: 99%;
}

.gallery_item:hover img {
    -moz-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
}

.link_container {
    float: right;
}

.link_container a {
    background-color: #fff;
    color: #07d765;
    font-size: 20px;
    width: 45px;
    height: 45px;
    display: inline-block;
    border-radius: 100%;
    line-height: 50px;
    margin: 0 2px;
    text-align: center;
}

.gallery_content h5 {
    font-size: 70%;
    line-height: 18px;
    font-family: 'Poppins', sans-serif;
    margin-bottom: 10px;
}

.gallery_content h5 a,
.pr_categories a {
    color: #fff !important;
    text-transform: capitalize;
}

@media screen and (max-width: 768px) {
    .gallery_item {
        max-height: 100%;
    }
}

#photos,
.photos {
    /* Prevent vertical gaps */
    line-height: 0;
    -webkit-column-count: 5;
    -webkit-column-gap: 0px;
    -moz-column-count: 5;
    -moz-column-gap: 0px;
    column-count: 5;
    column-gap: 0px;
}

#photos,
.photos img {
    /* Just in case there are inline attributes */
    width: 100% !important;
    height: auto !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
    #photos,
    .photos {
        -moz-column-count: 4;
        -webkit-column-count: 4;
        column-count: 4;
    }
}

@media (max-width: 1000px) {
    #photos,
    .photos {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 800px) {
    #photos,
    .photos {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }
}

@media (max-width: 400px) {
    #photos,
    .photos {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }
}


/*------------------------------------------*/


/*   NEWS & EVENTS STYLES
/*------------------------------------------*/

.news-posts {}

.news-post {
    position: relative;
    display: block;
    width: 100%;
    border-top: 1px solid rgba(0, 0, 0, 0.2);
    padding: 15px 0;
}

.news-post:first-child {
    border-top: 0;
}

.news-post:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.news-post:after {
    clear: both;
    display: block;
    content: "";
}

.news-post .cover-photo {
    width: 200px;
    float: left;
}

.news-post .post-body {
    width: calc(100% - 200px);
    float: right;
    padding: 0 20px;
    line-height: 24px;
}

.news-post .post-body p {
    margin: 0;
}

.news-post .cover-photo img {
    width: 100%;
    border-radius: 10px;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.news-post .post-title {
    display: block;
    width: 100%;
    font-weight: 600;
}

.news-post .post-title a {
    font-weight: 600;
}

.post-media {
    position: relative;
    display: block;
    min-height: 150px;
}

.post-media .cover-photo {
    width: 320px;
    float: left;
    background: blue;
}

.post-media .cover-photo img {
    width: 100%;
    height: inherit;
    background: red;
}

.post-media .post-video {
    width: calc(100% - 320px);
    float: right;
    padding-left: 30px;
    margin-top: -10px;
    height: 100%;
}

.post-media::after {
    clear: both;
    display: block;
    content: "";
}

.post-video {}

.news-post .document {
    border: 0 !important;
    padding: 5px 0;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.news-post .document .file {
    margin-left: 15px;
}

.post-video .video-container {
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 3px;
    border-radius: 10px;
    max-width: 320px;
    height: inherit;
}

.post-video iframe {
    margin: 0 !important;
    border-radius: 10px;
    height: 100%;
    min-height: 360px;
}

.news-post .post-intro {
    display: block;
    width: 100%;
}

.news-post.has-img .cover-photo {}

.news-post.has-img .post-body {}

.news-post.no-img .cover-photo {
    display: none;
}

.news-post.no-img .post-body {
    width: 100%;
    padding: 5px !important;
}

.news-post.full-post {
    padding: 0 !important;
    border: 0 !important;
}

.news-post.full-post .post-title {
    margin-left: -10px;
    margin-bottom: 30px !important;
    font-size: 150%;
    border-left: 5px solid green;
    padding-left: 15px;
}

.news-post.full-post .post-body {
    width: 100%;
    padding: 15px 0 !important;
}

.news-post .blog_meta {
    display: table;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 10px;
}

.news-post .blog_meta:after {
    clear: both;
    display: block;
    content: "";
}

.news-post .blog_meta li {
    display: inline-block;
    float: left;
    padding-right: 10px;
    position: relative;
}

.news-post .blog_meta li:last-child {
    padding-right: 0;
}

.news-post .blog_meta li i {
    margin-right: 8px;
    font-size: 16px;
}

.news-post .blog_meta li a {
    color: #636363;
    font-size: 14px;
    white-space: nowrap;
}

.news-post .blog_meta li a:hover {
    color: #07d765;
}

.news-post .more {
    display: block;
}

.news-post .more i {
    vertical-align: middle;
}

.post-topic {
    font-weight: 600;
}

.post-date {
    white-space: nowrap;
}

.post-topic .topic-label {
    font-weight: 800;
    margin-right: 15px;
}

.post-footer {
    font-style: italic;
    font-size: 12px;
}

.post-author {
    margin-left: 15px;
}


/**/

.related_posts {
    list-style: none;
    list-style-image: url('../images/icons/next.png');
    padding: 0;
    padding-left: 30px;
    margin: 0;
}

.related_posts li {
    line-height: 20px;
    margin-bottom: 10px;
}

.related_posts li a {
    display: block;
    width: 100%;
}

.related_posts li p {
    line-height: 18px;
    margin: 0;
}


/**/

.post-comments {
    margin: 0;
    padding: 0;
}

.post-comments .h-list {
    margin: 5px;
    margin-left: 20px;
}

.post-comments .h-list li {
    background: inherit;
}

.post-comments .h-list a {
    padding: 0 10px;
    background: inherit;
    margin: 0;
    color: #00f;
}

.post-comments .h-list a:hover,
.post-comments .h-list a:focus {
    background: rgba(0, 0, 0, 0.1);
}

.post-comments .comment-section {
    list-style: none;
    background: rgba(0, 0, 0, 0.1);
    padding: 5px 15px;
    margin-top: 2px;
}

.post-comments li p {
    line-height: 18px;
    margin: 5px;
    padding: 0;
}

.comment-wrapper {}

.comment-wrapper:after {
    clear: both;
    display: block;
    content: "";
}

.comment {
    float: left;
}

.comment-info {
    float: right;
    font-size: 12px;
    font-style: italic;
    opacity: 0.5;
}

.post-comment-replies {}

.post-comment-replies ul {
    margin: 0;
    padding: 0;
    margin-left: 20px;
    list-style: none;
}

.post-comment-replies ul li {
    background: inherit;
}

@media(max-width: 768px) {
    .news-post .cover-photo {
        width: 250px;
        float: left;
    }
    .news-post .post-body {
        width: calc(100% - 250px);
        float: right;
    }
}

@media(max-width: 576px) {
    .news-post .cover-photo {
        width: 150px;
        float: left;
    }
    .news-post .post-body {
        width: calc(100% - 150px);
        float: right;
    }
    .news-post .post-intro {
        display: none;
    }
    .news-post.full-post .post-intro {
        display: block;
    }
    .post-media,
    .post-media .cover-photo,
    .post-media .post-video,
    .post-video .video-container {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .post-media .post-video {
        margin-top: 20px !important;
    }
    .post-media .post-video iframe {}
}

@media(max-width: 320px) {
    .news-post {}
    .news-post .post-title {
        margin-top: 15px;
    }
    .news-post .cover-photo,
    .news-post .post-body {
        width: 100%;
        float: none;
        padding: 0 !important;
    }
}


/* events */

.events {}

.event {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px;
    background: rgba(0, 0, 0, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.02);
    padding-bottom: 60px;
}

.event:first-child {
    border-top: 0;
}

.event:last-child {}

.event:after {
    clear: both;
    display: block;
    content: "";
}

.event .cover-photo {
    width: 100%;
}

.event .event-body {
    display: block;
    width: 100%;
    line-height: 24px;
}

.event .event-body p {
    margin: 0;
}

.event .cover-photo img {
    width: 100%;
    display: block;
    border: 2px solid rgba(0, 0, 0, 0.2);
}

.event .event-title {
    display: block;
    width: 100%;
    font-weight: 600;
    line-height: 24px;
}

.event .event-title a {
    font-weight: 600;
}

.event-media {
    position: relative;
    display: block;
    min-height: 150px;
}

.event-media .cover-photo {
    width: 320px;
    float: left;
    background: blue;
}

.event-media .cover-photo img {
    width: 100%;
    height: inherit;
    background: red;
}

.event-media .event-video {
    width: calc(100% - 320px);
    float: right;
    padding-left: 30px;
    margin-top: -10px;
    height: 100%;
}

.event-media::after {
    clear: both;
    display: block;
    content: "";
}

.event-video {}

.event .document {
    border: 0 !important;
    padding: 5px 0;
    background: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05) !important;
}

.event .document .file {
    margin-left: 15px;
}

.event-video .video-container {
    margin: 0 !important;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 3px;
    border-radius: 10px;
    max-width: 320px;
    height: inherit;
}

.event-video iframe {
    margin: 0 !important;
    border-radius: 10px;
    height: 100%;
    min-height: 360px;
}

.event .event-intro {
    display: block;
    width: 100%;
}

.event.has-img .cover-photo {}

.event.has-img .event-body {}

.event.no-img .cover-photo {
    display: none;
}

.event.no-img .event-body {
    width: 100%;
    padding: 5px !important;
}

.event.full-event {
    padding: 0 !important;
    border: 0 !important;
    background: transparent;
}

.event.full-event .event-title {
    margin-left: -10px;
    margin-bottom: 30px !important;
    font-size: 150%;
    border-left: 5px solid green;
    padding-left: 15px;
}

.event.full-event .cover-photo {
    /* max-width: 320px; */
}

.event.full-event .event-body {
    width: 100%;
}

.event .blog_meta {
    display: table;
    width: 100%;
    padding: 0 10px;
    margin: 0;
    margin-bottom: 10px;
}

.event .blog_meta:after {
    clear: both;
    display: block;
    content: "";
}

.event .blog_meta li {
    display: inline-block;
    float: left;
    padding-right: 10px;
    position: relative;
}

.event .blog_meta li:last-child {
    padding-right: 0;
}

.event .blog_meta li i {
    margin-right: 8px;
    font-size: 16px;
}

.event .blog_meta li a {
    color: #636363;
    font-size: 14px;
    white-space: nowrap;
}

.event .blog_meta li a:hover {
    color: #07d765;
}

.event .more {
    display: block;
}

.event .more i {
    vertical-align: middle;
}

.event-topic {
    font-weight: 600;
}

.event-date {
    white-space: nowrap;
}

.event-topic .topic-label {
    font-weight: 800;
    margin-right: 15px;
}

.event-footer {
    font-style: italic;
    font-size: 12px;
}

.event-author {
    margin-left: 15px;
}


/**/


/*------------------------------------------*/


/*   LINKS STYLES
/*------------------------------------------*/

.more_link {
    color: #00f;
    font-weight: 700;
    background: rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(0, 0, 0, 0.05);
    padding: 5px 20px;
    border-radius: 100px;
    white-space: nowrap;
}

.more_link i {
    vertical-align: middle;
}

.more_link:hover {
    background: rgba(0, 0, 0, 0.7);
    color: #0f0;
    border: 1px solid #0f0;
}

.read-more {
    color: #00f;
    font-weight: 700;
}

.full-list-link {
    color: #a00;
    font-weight: 600;
    margin: 0 30px;
}

.full-list-link:hover {
    color: #0f0;
}


/*------------------------------------------*/


/*   BUTTONS STYLES
/*------------------------------------------*/
/*social share buttons*/
.social-share.style1{
    padding: 15px;
    margin-bottom: 20px;
}
.social-share.style1 .socials-label{
    display: block;
    font-weight: 900;
    font-size: 120%;
}
.social-share.style1 .buttons-list{
    margin-top: 20px;
}
.post-share-buttons{
    margin-left: 10px;
}
.social-share.style1 .buttons-list a,
.social-share.style1 .buttons-list button,
.post-share-buttons a,
.post-share-buttons button{
    background: transparent;
    border: 1px solid rgba(0, 0, 0, .1);
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 7px;
    margin-right: 8px;
    text-align: center;
    padding: 0;
    padding-bottom: 3px;
    font-size: 26px;
    background: rgba(0, 0, 0, .04);
}

.post-share-buttons a,
.post-share-buttons button{
    font-size: 110%;
    width: 32px;
    height: 32px;
}

.post-share-buttons a .fa,
.post-share-buttons button .fa{
    
}
.social-share.style1 .buttons-list a:last-child,
.social-share.style1 .buttons-list button:last-child{
    margin-right: 0;
}

/**/

.bg-facebook {
  background-color: #5d82d1 !important;
  color: #fff;
}
.bg-facebook:hover {
  background-color: #5475bc !important;
  color: #fff;
}

.text-facebook {
  color: #5d82d1;
}
.text-facebook:hover {
  color: #5475bc;
}

.bg-instagram {
  background: #c22b72 !important;
  color: #fff;
}
.bg-instagram:hover {
  background-color: #af2767;
  color: #fff;
}

.text-instagram {
  color: #c22b72 !important;
}
.text-instagram:hover {
  color: #af2767;
}

.bg-instagram-gradient {
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  background-size: 120% 120%;
  background-position: right bottom;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 0;
}
.bg-instagram-gradient:hover {
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  color: #fff;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-position: left bottom;
}

.text-instagram-gradient {
  color: transparent;
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-size: 120% 120%;
}
.text-instagram-gradient:hover {
  color: transparent;
  background: radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background: -webkit-radial-gradient(circle at 20% 130%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
  background-clip: text;
  -webkit-background-clip: text;
  background-size: 100% 100%;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.bg-google {
  background-color: #3c7ff1;
  color: #fff;
}
.bg-google:hover {
  background-color: #3672d9;
  color: #fff;
}

.text-google {
  color: #3c7ff1;
}
.text-google:hover {
  color: #3672d9;
}

.text-google-icon {
  background: conic-gradient(from -45deg, #ea4335 110deg, #4285f4 90deg 180deg, #34a853 180deg 270deg, #fbbc05 270deg) 73% 55%/150% 150% no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.bg-twitter {
  background-color: #40bff5 !important;
  color: #fff;
}
.bg-twitter:hover {
  background-color: #3aacdd;
  color: #fff;
}

.text-twitter {
  color: #40bff5;
}
.text-twitter:hover {
  color: #3aacdd;
}

.bg-linkedin {
  background-color: #238cc8 !important;
  color: #fff;
}
.bg-linkedin:hover {
  background-color: #207eb4;
  color: #fff;
}

.text-linkedin {
  color: #238cc8;
}
.text-linkedin:hover {
  color: #207eb4;
}

.bg-pinterest {
  background-color: #e60023 !important;
  color: #fff;
}
.bg-pinterest:hover {
  background-color: #cf0020;
  color: #fff;
}

.text-pinterest {
  color: #e60023;
}
.text-pinterest:hover {
  color: #cf0020;
}

.bg-dribbble {
  background-color: #f7659c !important;
  color: #fff;
}
.bg-dribbble:hover {
  background-color: #de5b8c;
  color: #fff;
}

.text-dribbble {
  color: #f7659c;
}
.text-dribbble:hover {
  color: #de5b8c;
}

.bg-youtube {
  background-color: #ff0000 !important;
  color: #fff;
}
.bg-youtube:hover {
  background-color: #e60000;
  color: #fff;
}

.text-youtube {
  color: #ff0000;
}
.text-youtube:hover {
  color: #e60000;
}

.bg-skype {
  background-color: #13c1f3 !important;
  color: #fff;
}
.bg-skype:hover {
  background-color: #11aedb;
  color: #fff;
}

.text-skype {
  color: #13c1f3;
}
.text-skype:hover {
  color: #11aedb;
}

.bg-whatsapp {
  background-color: #50ca5e !important;
  color: #fff;
}
.form-check .form-check-input, .form-check .form-check-label {
  cursor: pointer;
}

/* custom-radio-1 STYLING */

.check-group .form-check{
    padding-left: 0;
}

.check-group .form-check input {
    display: none;
}
.check-group .form-check input+label {
    padding: 6px 12px;
    color: #24292d;
    background-color: rgba(36, 41, 45, 0.1);
}
.check-group .form-check input[disabled]+label {
    opacity: 0.2;
    cursor: not-allowed !important;
}
.check-group .form-check input[disabled]+label:hover {
    cursor: not-allowed !important;
}
.check-group .form-check input+label:hover {
    cursor: pointer !important;
}
.check-group .form-check input:checked+label {
    content: '';
    color: #fff;
    background-color: #24292d;
    cursor: pointer !important;
}
.check-group .form-check input:checked+label:after {
    
}
.form-check.style1 .form-check-label{
    padding-left: 15px;
}
.form-check.style1 .form-check-input{
    width: 18px;
    height: 18px;
    margin-top: 8px;
}



/*end*/

.btn-primary-soft {
  color: #066ac9;
  background-color: rgba(6, 106, 201, 0.1);
}
.btn-primary-soft:hover {
  color: #fff;
  background-color: #066ac9;
}

.btn-white-soft {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}
.btn-white-soft:hover {
  color: #000;
  background-color: #fff;
}

.btn-secondary-soft {
  color: #9a9ea4;
  background-color: rgba(154, 158, 164, 0.1);
}
.btn-secondary-soft:hover {
  color: #fff;
  background-color: #9a9ea4;
}

.btn-success-soft {
  color: #0cbc87;
  background-color: rgba(12, 188, 135, 0.1);
}
.btn-success-soft:hover {
  color: #fff;
  background-color: #0cbc87;
}

.btn-info-soft {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.1);
}
.btn-info-soft:hover {
  color: #fff;
  background-color: #17a2b8;
}

.btn-warning-soft {
  color: #f7c32e;
  background-color: rgba(247, 195, 46, 0.1);
}
.btn-warning-soft:hover {
  color: #000;
  background-color: #f7c32e;
}

.btn-danger-soft {
  color: #d6293e;
  background-color: rgba(214, 41, 62, 0.1);
}
.btn-danger-soft:hover {
  color: #fff;
  background-color: #d6293e;
}

.btn-light-soft {
  color: #f5f7f9;
  background-color: rgba(245, 247, 249, 0.1);
}
.btn-light-soft:hover {
  color: #000;
  background-color: #f5f7f9;
}

.btn-dark-soft {
  color: #24292d;
  background-color: rgba(36, 41, 45, 0.1);
}
.btn-dark-soft:hover {
  color: #fff;
  background-color: #24292d;
}

.btn-orange-soft {
  color: #fd7e14;
  background-color: rgba(253, 126, 20, 0.1);
}
.btn-orange-soft:hover {
  color: #fff;
  background-color: #fd7e14;
}

.btn-purple-soft {
  color: #6f42c1;
  background-color: rgba(111, 66, 193, 0.1);
}
.btn-purple-soft:hover {
  color: #fff;
  background-color: #6f42c1;
}

.btn-blue-soft {
  color: #1d3b53;
  background-color: rgba(29, 59, 83, 0.1);
}
.btn-blue-soft:hover {
  color: #fff;
  background-color: #1d3b53;
}

.btn-primary-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(6, 106, 201, 0.4);
          box-shadow: 0 0 0 8px rgba(6, 106, 201, 0.4);
  background-color: #066ac9;
}
.btn-primary-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-primary-shadow, .btn-primary-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(6, 106, 201, 0.4);
          box-shadow: 0 0 0 8px rgba(6, 106, 201, 0.4);
}

.btn-white-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
  background-color: #fff;
}
.btn-white-shadow:hover {
  color: #000;
}
.btn-check:focus + .btn-white-shadow, .btn-white-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
          box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.4);
}

.btn-secondary-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(154, 158, 164, 0.4);
          box-shadow: 0 0 0 8px rgba(154, 158, 164, 0.4);
  background-color: #9a9ea4;
}
.btn-secondary-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-secondary-shadow, .btn-secondary-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(154, 158, 164, 0.4);
          box-shadow: 0 0 0 8px rgba(154, 158, 164, 0.4);
}

.btn-success-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(12, 188, 135, 0.4);
          box-shadow: 0 0 0 8px rgba(12, 188, 135, 0.4);
  background-color: #0cbc87;
}
.btn-success-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-success-shadow, .btn-success-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(12, 188, 135, 0.4);
          box-shadow: 0 0 0 8px rgba(12, 188, 135, 0.4);
}

.btn-info-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(23, 162, 184, 0.4);
          box-shadow: 0 0 0 8px rgba(23, 162, 184, 0.4);
  background-color: #17a2b8;
}
.btn-info-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-info-shadow, .btn-info-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(23, 162, 184, 0.4);
          box-shadow: 0 0 0 8px rgba(23, 162, 184, 0.4);
}

.btn-warning-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(247, 195, 46, 0.4);
          box-shadow: 0 0 0 8px rgba(247, 195, 46, 0.4);
  background-color: #f7c32e;
}
.btn-warning-shadow:hover {
  color: #000;
}
.btn-check:focus + .btn-warning-shadow, .btn-warning-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(247, 195, 46, 0.4);
          box-shadow: 0 0 0 8px rgba(247, 195, 46, 0.4);
}

.btn-danger-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(214, 41, 62, 0.4);
          box-shadow: 0 0 0 8px rgba(214, 41, 62, 0.4);
  background-color: #d6293e;
}
.btn-danger-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-danger-shadow, .btn-danger-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(214, 41, 62, 0.4);
          box-shadow: 0 0 0 8px rgba(214, 41, 62, 0.4);
}

.btn-light-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(245, 247, 249, 0.4);
          box-shadow: 0 0 0 8px rgba(245, 247, 249, 0.4);
  background-color: #f5f7f9;
}
.btn-light-shadow:hover {
  color: #000;
}
.btn-check:focus + .btn-light-shadow, .btn-light-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(245, 247, 249, 0.4);
          box-shadow: 0 0 0 8px rgba(245, 247, 249, 0.4);
}

.btn-dark-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(36, 41, 45, 0.4);
          box-shadow: 0 0 0 8px rgba(36, 41, 45, 0.4);
  background-color: #24292d;
}
.btn-dark-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-dark-shadow, .btn-dark-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(36, 41, 45, 0.4);
          box-shadow: 0 0 0 8px rgba(36, 41, 45, 0.4);
}

.btn-orange-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(253, 126, 20, 0.4);
          box-shadow: 0 0 0 8px rgba(253, 126, 20, 0.4);
  background-color: #fd7e14;
}
.btn-orange-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-orange-shadow, .btn-orange-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(253, 126, 20, 0.4);
          box-shadow: 0 0 0 8px rgba(253, 126, 20, 0.4);
}

.btn-purple-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(111, 66, 193, 0.4);
          box-shadow: 0 0 0 8px rgba(111, 66, 193, 0.4);
  background-color: #6f42c1;
}
.btn-purple-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-purple-shadow, .btn-purple-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(111, 66, 193, 0.4);
          box-shadow: 0 0 0 8px rgba(111, 66, 193, 0.4);
}

.btn-blue-shadow {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  -webkit-box-shadow: 0 0 0 8px rgba(29, 59, 83, 0.4);
          box-shadow: 0 0 0 8px rgba(29, 59, 83, 0.4);
  background-color: #1d3b53;
}
.btn-blue-shadow:hover {
  color: #fff;
}
.btn-check:focus + .btn-blue-shadow, .btn-blue-shadow:focus {
  -webkit-box-shadow: 0 0 0 8px rgba(29, 59, 83, 0.4);
          box-shadow: 0 0 0 8px rgba(29, 59, 83, 0.4);
}

.btn-primary-soft-check:hover {
  background-color: rgba(6, 106, 201, 0.2);
  border-color: rgba(6, 106, 201, 0);
}

.btn-check:active + .btn-primary-soft-check, .btn-check:checked + .btn-primary-soft-check, .btn-primary-soft-check.active, .btn-primary-soft-check:active, .show > .btn-primary-soft-check.dropdown-toggle {
  background-color: rgba(6, 106, 201, 0.2);
  color: #066ac9;
  border-color: rgba(6, 106, 201, 0);
}

.btn-check:focus + .btn, .btn-round-shadow:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}


  
.btn-xs {
    padding: 0.4rem 0.6rem;
    font-size: 0.6rem;
    line-height: 1.2;
    border-radius: 0.325rem;
  }


/**/
.action-button {
    background: transparent;
    border: 1px solid transparent;
    border: 0;
    outline: 0;
    font-weight: 600;
    padding: 5px;
    cursor: pointer;
}

.action-button:focus {
    outline: 0;
    box-shadow: none;
    border: 0;
}

@media(max-width: 575px) {
    .action-button .button-text {
        display: none;
    }
}

  .check-buttons{

  }
  
  .check-buttons input{
      display: none;
  }

/*------------------------------------------*/

/*   BACKGROUNDS STYLES
/*------------------------------------------*/


.bg-trpt {
    background-color: rgba(0, 0, 0, 0.02);
    border: 1px solid rgba(0, 0, 0, 0.05);
}

.bg-trpt1 {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.bg-trpt2 {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
}


/*------------------------------------------*/


/*------------------------------------------*/


/*   TABLE STYLES
/*------------------------------------------*/

.default-table {}

.sub-table,
.fancyTable {
    background: #fff;
}

.default-table th,
.default-table td {
    padding: 5px 15px;
    vertical-align: top;
}
.default-table.va-m th,
.default-table.va-m td {
    padding: 5px 15px;
    vertical-align: middle;
}

.default-table.fit-left tr th:first-child,
.default-table.fit-left tr td:first-child{
    padding-left: 0;
}

.default-table thead {
    background: rgba(0, 0, 0, .2);
}

.default-table th,
.default-table .thead {
    font-weight: 700;
}

.default-table.bordered,
.default-table.bordered th,
.default-table.bordered td {
    border: 1px solid rgba(0, 0, 0, 0.07);
}

.default-table .pdg-a0 {
    padding: 0;
}

.default-table.borderless,
.default-table .borderless {
    border: 0
}

.default-table.borderless th,
.default-table.borderless td,
.default-table .borderless th,
.default-table .borderless td {
    border: 0;
}

.default-table.bordered-bottom>tbody>tr,
.bordered-bottom tr {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.default-table.bordered-bottom>tbody>tr:last-child,
.bordered-bottom tr:last-child {
    border-bottom: 0;
}

.default-table.no-lw th,
.default-table.no-lw td:first-child {
    padding-left: 0 !important;
}

.default-table table .sub-table,
.default-table table .sub-table td,
.default-table table .sub-table th {
    border: 0;
}

.default-table table .sub-table.borderless,
.default-table table .sub-table.borderless td,
.default-table table .sub-table.borderless th {
    border: 0;
}

.striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.04);
}
.striped-2>tbody>tr:nth-child(even) {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.default-table td.stripless,
.stripless>tbody>tr:nth-of-type(odd) {
    background: transparent;
}

.table-numbered {
    counter-reset: rowNumber;
}

.table-numbered thead tr.main-tr::before {
    display: table-cell;
    content: "#";
    padding: 5px 15px;
    padding-right: 0.3em;
    text-align: right;
}

.table-numbered tbody tr.main-tr::before {
    display: table-cell;
    counter-increment: rowNumber;
    content: counter(rowNumber) ".";
    padding: 5px 15px;
    text-align: right;
}
/*  */
.form-table {
    white-space: nowrap;
    border-collapse: collapse;
}

.form-table .rounded3 {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
}

.form-table td {
    padding: 3px;
    vertical-align: top;
}

.form-table tr td:first-child {
    padding-left: 0;
    padding-right: 0;
}

.form-table tr td:last-child {
    padding-right: 0;
}

.form-table .label {
    font-weight: 600;
}

.inform-table {
    border-collapse: collapse;
    border-color: transparent !important;
}

.inform-table td,
.inform-table th {
    border-color: transparent !important;
    vertical-align: top;
    padding: 0 5px;
}

.inform-table tr td:first-child,
.inform-table tr th:first-child {
    padding-left: 0;
}

.inform-table tr td:last-child,
.inform-table tr th:last-child {
    padding-right: 0;
}


/*------------------------------------------*/


/*   SERVICES STYLES
/*------------------------------------------*/

.service {}

.service .title {
    font-size: 160%;
    display: block;
    width: 100%;
    font-weight: 700;
    line-height: 32px;
}

.service .title a {
    font-weight: 600;
}

.service .style1 {}

.editor-content {
    white-space: normal;
}

.editor-content h1,
.editor-content h2,
.editor-content h3,
.editor-content h4,
.editor-content h5,
.editor-content h6 {
    margin-top: 10px !important;
    font-weight: 600;
    font-size: 140% !important;
}

.editor-content h1 {}

.editor-content h2 {
    font-size: 140%;
}

.editor-content h3 {
    font-size: 120%;
}

.editor-content h4 {}

.editor-content h5 {}

.editor-content h6 {}

.editor-content table {
    border-collapse: collapse;
}

.editor-content table th,
.editor-content table td {
    padding: 3px 12px;
}

.editor-content p {
    width: inherit;
}

.editor-content ul {
    list-style-type: unset;
    padding-left: 40px;
}

.editor-content ol {
    list-style-type: decimal;
    padding-left: 40px;
}

@media(min-width: 576px) {
    .editor-content table[style] {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}


/*------------------------------------------*/


/*   MEDIA QUERIES STYLES
/*------------------------------------------*/

@media(min-width: 992px) {
    .lg-hidden {
        display: none !important;
    }
}

@media(max-width: 991px) {
    .lg-hidden {
        display: block !important;
    }
    .md-hidden {
        display: none !important;
    }
}

@media(min-width: 768px) {}

@media(max-width: 767px) {
    .sm-hidden {
        display: none !important;
    }
}


/*------------------------------------------*/


/*   LIST STYLES
/*------------------------------------------*/

a.has-icon,
.icon-prepended,
.icon-appended,
.has-action {
    display: flex !important;
    color: inherit;
}
.center-items,
a.has-icon.center-items,
.icon-prepended.center-items,
.icon-appended.center-items,
.has-action.center-items{  
    justify-content: center;
    align-items: center;
}

a.has-icon .link-icon,
.icon-prepended .elm-icon,
.icon-appended .elm-icon {
    width: 32px;
}

a.has-icon .link-icon img,
.icon-prepended .elm-icon img,
.icon-appended .elm-icon img{
    width: 100%;
    max-width: 50px;
    margin: auto 0;
}

a.has-icon .link-icon i,
.icon-prepended .elm-icon i,
.icon-appended .elm-icon i {}

a.has-icon .link-text,
.icon-prepended .elm-text,
.icon-appended .elm-text {
    width: calc(100% - 32px);
    line-height: 20px;
}

.has-action .action-block {
    width: 60px;
}

.has-action .info-block{
    width: calc(100% - 60px);
}

a.has-icon.iw-18 .link-icon,
.icon-prepended.iw-18 .elm-icon,
.icon-appended.iw-18 .elm-icon {
    width: 18px;
}

a.has-icon.iw-18 .link-text,
.icon-prepended.iw-18 .elm-text,
.icon-appended.iw-18 .elm-text {
    width: calc(100% - 18px);
}

a.has-icon.iw-20 .link-icon,
.icon-prepended.iw-20 .elm-icon,
.icon-appended.iw-20 .elm-icon {
    width: 20px;
}

a.has-icon.iw-20 .link-text,
.icon-prepended.iw-20 .elm-text,
.icon-appended.iw-20 .elm-text {
    width: calc(100% - 20px);
}


a.has-icon.iw-22 .link-icon,
.icon-prepended.iw-22 .elm-icon,
.icon-appended.iw-22 .elm-icon {
    width: 22px;
}

a.has-icon.iw-22 .link-text,
.icon-prepended.iw-22 .elm-text,
.icon-appended.iw-22 .elm-text {
    width: calc(100% - 18px);
}



a.has-icon.iw-24 .link-icon,
.icon-prepended.iw-24 .elm-icon,
.icon-appended.iw-24 .elm-icon {
    width: 24px;
}

a.has-icon.iw-24 .link-text,
.icon-prepended.iw-24 .elm-text,
.icon-appended.iw-24 .elm-text {
    width: calc(100% - 18px);
}



a.has-icon.iw-26 .link-icon,
.icon-prepended.iw-26 .elm-icon,
.icon-appended.iw-26 .elm-icon {
    width: 26px;
}

a.has-icon.iw-26 .link-text,
.icon-prepended.iw-26 .elm-text,
.icon-appended.iw-26 .elm-text {
    width: calc(100% - 26px);
}

a.has-icon.iw-30 .link-icon,
.icon-prepended.iw-30 .elm-icon,
.icon-appended.iw-30 .elm-icon ,
.has-action.iw-30 .action-block {
    width: 30px;
}

a.has-icon.iw-30 .link-text,
.icon-prepended.iw-30 .elm-text,
.icon-appended.iw-30 .elm-text,
.has-action.iw-30 .info-block  {
    width: calc(100% - 30px);
}

a.has-icon.iw-40 .link-icon,
.icon-prepended.iw-40 .elm-icon,
.icon-appended.iw-40 .elm-icon ,
.has-action.iw-40 .action-block {
    width: 40px;
}

a.has-icon.iw-40 .link-text,
.icon-prepended.iw-40 .elm-text,
.icon-appended.iw-40 .elm-text,
.has-action.iw-40 .info-block  {
    width: calc(100% - 40px);
}

a.has-icon.iw-50 .link-icon,
.icon-prepended.iw-50 .elm-icon,
.icon-appended.iw-50 .elm-icon,
.has-action.iw-50 .action-block  {
    width: 50px;
}

a.has-icon.iw-50 .link-text,
.icon-prepended.iw-50 .elm-text,
.icon-appended.iw-50 .elm-text,
.has-action.iw-50 .info-block  {
    width: calc(100% - 50px);
}

a.has-icon.iw-60 .link-icon,
.icon-prepended.iw-60 .elm-icon,
.icon-appended.iw-60 .elm-icon {
    width: 60px;
}

a.has-icon.iw-60 .link-text,
.icon-prepended.iw-60 .elm-text,
.icon-appended.iw-60 .elm-text {
    width: calc(100% - 60px);
}


a.has-icon.iw-70 .link-icon,
.icon-prepended.iw-70 .elm-icon,
.icon-appended.iw-70 .elm-icon,
.has-action.iw-70 .action-block {
    width: 70px;
}

a.has-icon.iw-70 .link-text,
.icon-prepended.iw-70 .elm-text,
.icon-appended.iw-70 .elm-text,
.has-action.iw-70 .info-block {
    width: calc(100% - 70px);
}

a.has-icon.iw-80 .link-icon,
.icon-prepended.iw-80 .elm-icon,
.icon-appended.iw-80 .elm-icon,
.has-action.iw-80 .action-block {
    width: 80px;
}

a.has-icon.iw-80 .link-text,
.icon-prepended.iw-80 .elm-text,
.icon-appended.iw-80 .elm-text,
.has-action.iw-80 .info-block {
    width: calc(100% - 80px);
}

a.has-icon.iw-90 .link-icon,
.icon-prepended.iw-90 .elm-icon,
.icon-appended.iw-90 .elm-icon,
.has-action.iw-90 .action-block {
    width: 90px;
}

a.has-icon.iw-90 .link-text,
.icon-prepended.iw-90 .elm-text,
.icon-appended.iw-90 .elm-text,
.has-action.iw-90 .info-block {
    width: calc(100% - 90px);
}

a.has-icon.iw-100 .link-icon,
.icon-prepended.iw-100 .elm-icon,
.icon-appended.iw-100 .elm-icon,
.has-action.iw-100 .action-block {
    width: 100px;
    background-color: red;
}

a.has-icon.iw-100 .link-text,
.icon-prepended.iw-100 .elm-text,
.icon-appended.iw-100 .elm-text,
.has-action.iw-100 .info-block {
    width: calc(100% - 100px);
}

/* //////////  */

.icon-list1 {
    list-style: none;
    list-style-image: url('../images/icons/bullets/1.png');
}

.icon-list1 li {
    margin-bottom: 10px;
    padding: 5px 15px;
}

.icon-list1 li:before {
    padding-top: 100px;
}

.list-angle-right,
.list-arrow,
.list-arrow-circle,
.list-check,
.list-check-circle,
.list-checked,
.list-chevron-circle,
.list-circle,
.list-times-circle {
    margin: 0;
    margin: 0 0 20px 0;
    padding: 0;
    list-style: none
}

.list-angle-right.mgn-a0,
.list-arrow.mgn-a0,
.list-arrow-circle.mgn-a0,
.list-check.mgn-a0,
.list-check-circle.mgn-a0,
.list-checked.mgn-a0,
.list-chevron-circle.mgn-a0,
.list-circle.mgn-a0,
.list-times-circle.mgn-a0 {
    margin: 0 0 0 0;
}

.list-angle-right li,
.list-arrow li,
.list-arrow-circle li,
.list-check li,
.list-check-circle li,
.list-checked li,
.list-chevron-circle li,
.list-circle li,
.list-times-circle li {
    padding: 5px 5px 5px 20px;
    position: relative
}

.list-angle-right li:before,
.list-arrow li:before,
.list-arrow-circle li:before,
.list-check li:before,
.list-check-circle li:before,
.list-checked li:before,
.list-chevron-circle li:before,
.list-circle li:before,
.list-times-circle li:before {
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    font-size: 15px;
    color: #777
}

.list-circle li:before {
    top: 10px;
    font-size: 10px
}

.list-circle li:before {
    content: "\f111"
}

.list-angle-right li:before {
    content: "\f105"
}

.list-arrow li:before {
    content: "\f0da"
}

.list-check li:before {
    content: "\f00c"
}

.list-checked li:before {
    content: "\f046"
}

.list-check-circle li:before {
    content: "\f058"
}

.list-chevron-circle li:before {
    content: "\f138"
}

.list-arrow-circle li:before {
    content: url('../images/icons/bullets/1.png')
}

.list-times-circle li:before {
    content: "\f057"
}

.primary li:before {
    color: #00a3c8
}

.secondry li:before {
    color: #77c04b
}

.black li:before {
    color: #000
}

.white li:before {
    color: #fff
}

.orange li:before {
    color: #f60
}

.green li:before {
    color: #0c0
}

.red li:before {
    color: #ff3737
}

.no-margin {
    margin: 0 0 0!important;
    list-style: none
}

.list-num-count {
    counter-reset: li;
    padding-left: 0
}

.list-num-count>li {
    position: relative;
    margin: 0 0 6px 30px;
    padding: 4px 8px;
    list-style: none
}

.list-num-count>li:before {
    content: counter(li, decimal);
    counter-increment: li;
    position: absolute;
    top: 0;
    left: -28px;
    width: 28px;
    height: 28px;
    padding: 5px;
    color: #fff;
    background: #efbb20;
    font-weight: 700;
    text-align: center;
    font-size: 12px;
    -webkit-border-radius: 100px;
    border-radius: 100px
}

.list-num-count.lower-alpha>li:before {
    content: counter(li, lower-alpha)
}

.list-num-count.upper-alpha>li:before {
    content: counter(li, upper-alpha)
}


/*------------------------------------------*/

/*  */

.steps {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 30px;
}

.steps::after {
    clear: both;
    display: block;
    content: "";
}

.steps li {
    float: left;
    opacity: .3;
    position: relative;
}
.steps li .step-desc{
    position: absolute;
    top: 25px;
    left: 30px;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 1;
    line-height: 18px;
    z-index: 20;
}
.steps li .step-line{
    display: block;
    opacity: .3;
    height: 3px;
    background: rgba(0, 0, 0, .3);
    margin: 20px;
    margin-left: 100px;
    margin-top: -18px;
}
.steps li:before{
    content: "\f058";
    font-family: "fontawesome";
    padding-right: 8px;
}

.steps li.active:before{
    color: green;
    font-weight: 900;
}
.steps li.active{
    color:  green;
    opacity: 1;
    font-weight: 900;
}

.steps li.active .step-line{
    color:  green;
    opacity: 1;
    background: green;
}
.steps .step-sec {
    font-weight: 600;
    padding: 5px;
    border-right: 0;
    white-space: nowrap;
}

.steps.no-bg .step-sec {
    background: transparent;
}

.steps .step-sec:hover {
    background: rgba(0, 0, 0, 0.2);
    text-decoration: none;
}

.steps.no-bg .step-sec:hover {
    background: transparent;
}

.steps li:last-child .action {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    ;
}

.steps.three li {
    width: 33.33333333333333%;
}

.steps.four li {
    width: 25%;
}

.steps.two li {
    width: 50%;
}
/*dark theme*/
.steps.dark{

}
.steps.dark li {
    color: #fff;
}
.steps.dark li .step-line{
    opacity: .6;
    background: #fff;
}
.steps.dark li.active:before{
    color: #fff;
    opacity: 1;
}
.steps.dark li.active{
    color:  #fff;
    opacity: 1;
}

.steps.dark li.active .step-line{
    color:  #fff;
}
@media(max-width: 576px) {
    .steps .btn-icon {}
    .steps .btn-text {
        display: none;
    }
}


/* end */


/*   DESIGNER STYLES
/*------------------------------------------*/

.developer {
    background: #000000;
    color: #fff;
    padding: 15px;
    padding-top: 5px;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

.developer a {
    color: #24b5d2;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0 12px;
    display: inline-block;
}

.developer a:hover {
    color: #01fa01;
}

@media(max-width: 576px) {
    .developer {
        text-align: center;
    }
    .developer span,
    .developer a {
        display: block;
        margin: 0 auto;
    }
    .developer a {
        min-width: 320px;
    }
}


/*icon list*/

.iconic-list.style1{
    display: block;
    margin-top: 15px;
}
.iconic-list.style1:after{
    clear: both;
    display: block;
    content: "";
}
.iconic-list.style1 .icon-box{
    width: 40px;
    float: left;
}
.iconic-list.style1 .icon-box i{
    font-size: 26px !important;
}
.iconic-list.style1 .desc-box{
    width: calc(100% - 40px);
    float: right;
}

/*------------------------------------------*/


/*   COMMING SOON STYLES
/*------------------------------------------*/

.coming-soon {}

.coming-soon .title {
    font-weight: 600;
    font-size: 110%;
    line-height: 26px;
    margin-bottom: 15px;
}

.coming-soon p {
    font-weight: 600;
    font-size: 110%;
}

/*errors*/
.error404{}
.error404 h1{
    color: red;
    font-weight: 900;
    font-size: 50px;
}
.error404 .erro4-code{
    color: maroon;
    font-size: 25px;
}
.error404 a{}
/*------------------------------------------*/
/*   XXXX STYLES
/*------------------------------------------*/

.position-absolute{
    position: absolute;
}
.position-relative{
    position: relative;
}

.top-0{
    top: 0 !important;
}

.top-5{
    top: 5px !important;
}

.top-10{
    top: 10px !important;
}

.top-15{
    top: 15px !important;
}

.top-25{
    top: 25px !important;
}

.top-50{
    top: 50px !important;
}

.top-100{
    top: 100px !important;
}
/*  */

.left-0{
    left: 0 !important;
}

.left-5{
    left: 5px !important;
}

.left-10{
    left: 10px !important;
}

.left-15{
    left: 15px !important;
}

.left-25{
    left: 25px !important;
}

.left-50{
    left: 50px !important;
}

.left-100{
    left: 100px !important;
}
/*  */

.right-0{
    right: 0 !important;
}

.right-5{
    right: 5px !important;
}

.right-10{
    right: 10px !important;
}

.right-15{
    right: 15px !important;
}

.right-25{
    right: 25px !important;
}

.right-50{
    right: 50px !important;
}

.right-100{
    right: 100px !important;
}
/*  */
.bottom-0{
    bottom: 0 !important;
}

.bottom-5{
    bottom: 5px !important;
}

.bottom-10{
    bottom: 10px !important;
}

.bottom-15{
    bottom: 15px !important;
}

.bottom-25{
    bottom: 25px !important;
}

.bottom-50{
    bottom: 50px !important;
}

.bottom-100{
    bottom: 100px !important;
}


.start-0 {
    left: 0 !important;
  }
  
  .start-50 {
    left: 50% !important;
  }
  
  .start-100 {
    left: 100% !important;
  }
  
  .end-0 {
    right: 0 !important;
  }
  
  .end-50 {
    right: 50% !important;
  }
  
  .end-100 {
    right: 100% !important;
  }
  
  .translate-middle {
    -webkit-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
  }
  
  .translate-middle-x {
    -webkit-transform: translateX(-50%) !important;
            transform: translateX(-50%) !important;
  }
  
  .translate-middle-y {
    -webkit-transform: translateY(-50%) !important;
            transform: translateY(-50%) !important;
  }

/* offsets */
.top-offset35 {
    top: 35px !important;
}

.top-offset50 {
    top: 50px !important;
}

.top-offset65 {
    top: 65px !important;
}

.top-offset70 {
    top: 75px !important;
}

.top-offset75 {
    top: 75px !important;
}

.top-offset76 {
    top: 76px !important;
}

.top-offset81 {
    top: 81px !important;
}

.top-offset110 {
    top: 110px !important;
}

.top-offset140 {
    top: 140px !important;
}

/* offsets */
.top-offset-35 {
    top: 35px !important;
}

.top-offset-50 {
    top: 50px !important;
}

.top-offset-65 {
    top: 65px !important;
}

.top-offset-70 {
    top: 75px !important;
}

.top-offset-75 {
    top: 75px !important;
}

.top-offset-76 {
    top: 76px !important;
}

.top-offset-81 {
    top: 81px !important;
}

.top-offset-110 {
    top: 110px !important;
}

.top-offset-140 {
    top: 140px !important;
}

/*  */

.bordered-top{
    border-top: 1px solid rgba(0, 0, 0, .1) !important;
}
.bordered-left{
    border-left: 1px solid rgba(0, 0, 0, .1) !important;
}
.bordered-right{
    border-right: 1px solid rgba(0, 0, 0, .1) !important;
}

.bordered-bottom{
    border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
}

.bordered-bottom.lc-no-border:last-child,
.bordered-bottom.lc-no-border tr:last-child{
    border-bottom: 0 !important;
}

@media (max-width:767.98px){

    .bordered-top-sm{
        border-top: 1px solid rgba(0, 0, 0, .1) !important;
        padding-top: 15px;
    }
    .bordered-left-sm{
        border-left: 1px solid rgba(0, 0, 0, .1) !important;
    }
    .bordered-right-sm{
        border-right: 1px solid rgba(0, 0, 0, .1) !important;
    }
    
    .bordered-bottom-sm{
        border-bottom: 1px solid rgba(0, 0, 0, .1) !important;
    }

    .bordered-top.bt-sm-0{
        border-top: 0 !important;
    }
    .bordered-left.bl-sm-0{
        border-left: 0 !important;
    }
    .bordered-right.br-sm-0{
        border-right: 0 !important;
    }
    
    .bordered-bottom.bb-sm-0{
        border-bottom: 0 !important;
    }
}