:root {
    --smoke: #f7f7f7;
    --whity: #fcfcfc;
    --grey: #cbbacd;
    --lgray: #ededed;
    --gray: #c7c7c7;
    --dgray: #757575;

    --hpurple: #e7e2e8;
    --lpurple: #9f8aa3;
    --shinepurple: #d018ff;
    --purple: #b604ea;
    --dpurple: #8e04b7;
    --ddpurple: #731897;
    --dddpurple: #5e127e;
    --tlpurple: #8b7190;
    --bpurple: #74507a;
    --tpurple: #634368;
    --wpurple: #f4e3f8;

    --lred: #ff0516;
    --red: #f70011;
    --dred: #ce000e;
    --wred: #fcd5d5;

    --orange: #ff7800;

    --white: #fff;

    --wsuccess: #e1f7db;
    --success: #53c400;
    --dgreen: #469c07;
    --green: #00c500;

    --yellow: #ffff02;
    --wyellow: #ffff23;

    --lblack: #35283c;
    --blacky: #1c1421;
}

*,
:after,
:before {
    box-sizing: border-box
}

.fix_pad_0{padding: 0!important}
.fix_pad_left{padding-left: 0!important}
.fix_pad_right{padding-right: 0!important}
.fix_pad_left_min{padding-left: 10px}
.fix_pad_right_min{padding-right: 10px}
.trans{
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
}
.ib{display: inline-block!important}
.va-m{vertical-align: middle;}
.al-center{text-align: center!important;}
.al-left{text-align: left!important;}
.al-right{text-align: right!important;}
.al-justify{text-align: justify!important;}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    line-height: 1;
    font-weight: 400;
}
.h1{margin-bottom: 10px;}
.light{font-weight: 300;}
.medium{font-weight: 500;}
.bold{font-weight: 700;}
p{
    margin: 0;
}
p.p{margin-bottom: 15px;}
.hr{
    background-color: var(--purple);
    height: 4px;
}
.white{color: var(--white)!important;fill: var(--white)}
.black{color: black!important;fill: black}
.lpurple{color: var(--lpurple);fill: var(--lpurple)}
.purple{color: var(--purple);fill: var(--purple)}
.tpurple{color: var(--tpurple);fill: var(--tpurple)}
.tlpurple{color: var(--tlpurple);fill: var(--tlpurple)}
.bpurple{color: var(--bpurple);fill: var(--bpurple)}
.dpurple{color: var(--dpurple);fill: var(--dpurple)}
.ddpurple{color: var(--ddpurple);fill: var(--ddpurple)}
.dddpurple{color: var(--dddpurple);fill: var(--dddpurple)}
.red{color: var(--red);}
.yellow{color: var(--yellow);}
.green{color: var(--green);}
.orange{color: var(--orange)!important;fill: var(--orange)!important}
.gray{color: var(--gray);fill: var(--gray)}

.lower{text-transform: lowercase}
.upper{text-transform: uppercase}
.cap{text-transform: capitalize}

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
}
button,
input,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
.img-responsive{
    display: block;
    margin: auto;
    max-width: 100%;
}
ol li{
    text-align: justify;
}
/* btns */
.btn-purple{
    background-color: var(--purple);
    color: white;
}
.btn-purple:hover{
    background-color: #870cc7;
}
.btn-purple:active{
    background-color: #6f0ca2;
}
.btn-dpurple{
    background-color: var(--dpurple);
    color: white;
}
.btn-smoke{
    background-color: var(--smoke);
}
.btn-smoke:hover{
    background-color: var(--gray);
}
.btn-gray{
    color: var(--dpurple);
    background-color: var(--lgray);
}
.btn-gray:hover{
    background-color: var(--gray);
}
.btn-default{
    background-color: white
}
.btn-default:hover{
    background-color: #e4e4e4;
}
.btn-black{
    background-color: black;
    color: white;
}
.btn-black:hover{
    background-color: #4a4949;
}
/*.btn.btn-purple[disabled]{background-color: var(--grey);}*/
/*.btn.btn-black[disabled]{background-color: var(--dgray);}*/
.btn-success{
    background-color: var(--success);
    color: white;
}
.btn-success:hover{
    background-color: var(--dgreen);
}
.btn-danger{
    background-color: var(--red);
    color: white;
}
.btn-danger:hover{
    background-color: var(--lred);
}
/* end btns */
.bg-black{background-color: black !important}
.bg-white{background-color: white !important}
.bg-red{background-color: red!important}
.bg-orange{background-color: var(--orange) !important}
.bg-green{background-color: var(--green)!important}
.bg-purple{background-color: var(--purple)!important}
.bg-dpurple{background-color: var(--dpurple)!important}
.bg-ddpurple{background-color: var(--ddpurple)!important}
.bg-transparent{background-color: transparent !important}
.bg-grey{background-color: rgba(255,255,255,0.5) !important}
.bg-smoke{background-color: var(--smoke) !important}
.bg-wsuccess{background-color: var(--wsuccess)!important;}
.bg-wdanger{background-color: var(--wred)!important;}
a{
    color: inherit;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}
a.link:hover{text-decoration: underline;}
a:hover {
    text-decoration: none
}
img {
    border-style: none
}

img,
svg {
    vertical-align: middle
}

svg {
    overflow: hidden
}
hr{
    border: 0;
    width: 100%;
    height: 1px;
    background-color: black;
    color: black;    
    text-align:center; 
    margin: 25px auto;
}
.table{
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
.table-bordered td,
.table-bordered th {
    border: 1px solid #ddd!important
}
.table-responsive{
    min-height: .01%;
    overflow-x: auto;
}
/* custom table */
.custom-table{
    border-collapse: separate;
    border-spacing: 5px 15px;
}
.custom-table thead{
    color: var(--purple);
}
.custom-table thead th, .custom-table tbody td{
    border-radius: 5px;
}
.custom-table thead th{
    background-color: #efeef2;
    padding: 15px;
}
.custom-table thead th .th_inner{
    display: flex;
    align-items: center;
    white-space: nowrap;
}
.custom-table thead th .th_inner.al-center{
    justify-content: center;
}
.nowrap{
    white-space: nowrap;
}
.custom-table thead th .th_inner .svg{
    margin-right: 5px;   
}
.custom-table tbody td{
    padding: 15px;
    -webkit-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -o-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.custom-table tbody td>.btn{
    font-size: 11px;
}
.custom-table tbody tr:hover td{
    background-color: white;
}
/* end custom table */

/* btn */
.btn{
    display: inline-block;
    vertical-align: middle;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
    border: 0;
    outline: none;
    padding: 7px 10px;   
    -webkit-transition: background-color 0.2s, color 0.2s;
    -moz-transition: background-color 0.2s, color 0.2s;
    -ms-transition: background-color 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, color 0.2s;
    transition: background-color 0.2s, color 0.2s;
    position: relative;
}
.btn.btn-big{
    display: inline-flex;
    justify-content: center;
    align-items: center;    
    height: 55px;
    padding: 5px 15px;    
    font-size: 16px;
    font-weight: 700;
    border-radius: 8px;
    letter-spacing: 1px;
}
.btn.btn-medium{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 45px;
    padding: 5px 13px;
    font-size: 14px;
    font-weight: 400;    
    border-radius: 5px;    
    min-width: 150px;
    letter-spacing: 1px;
}
.btn.btn-big.btn-block, .btn.btn-medium.btn-block{
    display: flex;
}
.btn.btn-small{
    display: inline-flex;
    justify-content: center;
    align-items: center;    
    font-size: 12px;
    font-weight: 400;
    height: 30px;
    border-radius: 3px;
    padding: 2px 10px;
    white-space: nowrap;
}

.btn-big .pull-left{
    position: absolute;
    left: 15px;
}
.btn-big .pull-right{
    position: absolute;
    right: 15px;
}
.btn-medium .pull-left{
    position: absolute;
    left: 13px;
}
.btn-medium .pull-right{
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
}
.btn-small .pull-left{
    position: absolute;
    left: 10px;
}
.btn-small .pull-right{
    position: absolute;
    right: 10px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer
}
.btn[disabled]{
    cursor: default;
}
.btn-block{
    width: 100%;
}
.float-left{float: left!important}
.float-right{float: right!important}
.float-none{float: none!important}

.svg-icon{
    width: 24px;
    height: 24px;
    fill: currentColor;
}
.svg-icon.svg-small{
    width: 18px;
    height: 18px;
}
.btn.btn-small .svg-icon{
    width: 17px;
    height: 17px;
}
.ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* cols */
.container{
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:768px) {
    .container {
        width: 750px
    }
}

@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:1200px) {
    .container {
        width: 1170px
    }
}
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.row {
    margin-right: -15px;
    margin-left: -15px
}

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width:768px) {
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9 {
        float: left
    }
    .col-sm-12 {
        width: 100%
    }
    .col-sm-11 {
        width: 91.66666667%
    }
    .col-sm-10 {
        width: 83.33333333%
    }
    .col-sm-9 {
        width: 75%
    }
    .col-sm-8 {
        width: 66.66666667%
    }
    .col-sm-7 {
        width: 58.33333333%
    }
    .col-sm-6 {
        width: 50%
    }
    .col-sm-5 {
        width: 41.66666667%
    }
    .col-sm-4 {
        width: 33.33333333%
    }
    .col-sm-3 {
        width: 25%
    }
    .col-sm-2 {
        width: 16.66666667%
    }
    .col-sm-1 {
        width: 8.33333333%
    }
    .col-sm-pull-12 {
        right: 100%
    }
    .col-sm-pull-11 {
        right: 91.66666667%
    }
    .col-sm-pull-10 {
        right: 83.33333333%
    }
    .col-sm-pull-9 {
        right: 75%
    }
    .col-sm-pull-8 {
        right: 66.66666667%
    }
    .col-sm-pull-7 {
        right: 58.33333333%
    }
    .col-sm-pull-6 {
        right: 50%
    }
    .col-sm-pull-5 {
        right: 41.66666667%
    }
    .col-sm-pull-4 {
        right: 33.33333333%
    }
    .col-sm-pull-3 {
        right: 25%
    }
    .col-sm-pull-2 {
        right: 16.66666667%
    }
    .col-sm-pull-1 {
        right: 8.33333333%
    }
    .col-sm-pull-0 {
        right: auto
    }
    .col-sm-push-12 {
        left: 100%
    }
    .col-sm-push-11 {
        left: 91.66666667%
    }
    .col-sm-push-10 {
        left: 83.33333333%
    }
    .col-sm-push-9 {
        left: 75%
    }
    .col-sm-push-8 {
        left: 66.66666667%
    }
    .col-sm-push-7 {
        left: 58.33333333%
    }
    .col-sm-push-6 {
        left: 50%
    }
    .col-sm-push-5 {
        left: 41.66666667%
    }
    .col-sm-push-4 {
        left: 33.33333333%
    }
    .col-sm-push-3 {
        left: 25%
    }
    .col-sm-push-2 {
        left: 16.66666667%
    }
    .col-sm-push-1 {
        left: 8.33333333%
    }
    .col-sm-push-0 {
        left: auto
    }
    .col-sm-offset-12 {
        margin-left: 100%
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }
    .col-sm-offset-9 {
        margin-left: 75%
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }
    .col-sm-offset-6 {
        margin-left: 50%
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }
    .col-sm-offset-3 {
        margin-left: 25%
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }
    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width:992px) {
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9 {
        float: left
    }
    .col-md-12 {
        width: 100%
    }
    .col-md-11 {
        width: 91.66666667%
    }
    .col-md-10 {
        width: 83.33333333%
    }
    .col-md-9 {
        width: 75%
    }
    .col-md-8 {
        width: 66.66666667%
    }
    .col-md-7 {
        width: 58.33333333%
    }
    .col-md-6 {
        width: 50%
    }
    .col-md-5 {
        width: 41.66666667%
    }
    .col-md-4 {
        width: 33.33333333%
    }
    .col-md-3 {
        width: 25%
    }
    .col-md-2 {
        width: 16.66666667%
    }
    .col-md-1 {
        width: 8.33333333%
    }
    .col-md-pull-12 {
        right: 100%
    }
    .col-md-pull-11 {
        right: 91.66666667%
    }
    .col-md-pull-10 {
        right: 83.33333333%
    }
    .col-md-pull-9 {
        right: 75%
    }
    .col-md-pull-8 {
        right: 66.66666667%
    }
    .col-md-pull-7 {
        right: 58.33333333%
    }
    .col-md-pull-6 {
        right: 50%
    }
    .col-md-pull-5 {
        right: 41.66666667%
    }
    .col-md-pull-4 {
        right: 33.33333333%
    }
    .col-md-pull-3 {
        right: 25%
    }
    .col-md-pull-2 {
        right: 16.66666667%
    }
    .col-md-pull-1 {
        right: 8.33333333%
    }
    .col-md-pull-0 {
        right: auto
    }
    .col-md-push-12 {
        left: 100%
    }
    .col-md-push-11 {
        left: 91.66666667%
    }
    .col-md-push-10 {
        left: 83.33333333%
    }
    .col-md-push-9 {
        left: 75%
    }
    .col-md-push-8 {
        left: 66.66666667%
    }
    .col-md-push-7 {
        left: 58.33333333%
    }
    .col-md-push-6 {
        left: 50%
    }
    .col-md-push-5 {
        left: 41.66666667%
    }
    .col-md-push-4 {
        left: 33.33333333%
    }
    .col-md-push-3 {
        left: 25%
    }
    .col-md-push-2 {
        left: 16.66666667%
    }
    .col-md-push-1 {
        left: 8.33333333%
    }
    .col-md-push-0 {
        left: auto
    }
    .col-md-offset-12 {
        margin-left: 100%
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%
    }
    .col-md-offset-9 {
        margin-left: 75%
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%
    }
    .col-md-offset-6 {
        margin-left: 50%
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%
    }
    .col-md-offset-3 {
        margin-left: 25%
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%
    }
    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width:1200px) {
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9 {
        float: left
    }
    .col-lg-12 {
        width: 100%
    }
    .col-lg-11 {
        width: 91.66666667%
    }
    .col-lg-10 {
        width: 83.33333333%
    }
    .col-lg-9 {
        width: 75%
    }
    .col-lg-8 {
        width: 66.66666667%
    }
    .col-lg-7 {
        width: 58.33333333%
    }
    .col-lg-6 {
        width: 50%
    }
    .col-lg-5 {
        width: 41.66666667%
    }
    .col-lg-4 {
        width: 33.33333333%
    }
    .col-lg-3 {
        width: 25%
    }
    .col-lg-2 {
        width: 16.66666667%
    }
    .col-lg-1 {
        width: 8.33333333%
    }
    .col-lg-pull-12 {
        right: 100%
    }
    .col-lg-pull-11 {
        right: 91.66666667%
    }
    .col-lg-pull-10 {
        right: 83.33333333%
    }
    .col-lg-pull-9 {
        right: 75%
    }
    .col-lg-pull-8 {
        right: 66.66666667%
    }
    .col-lg-pull-7 {
        right: 58.33333333%
    }
    .col-lg-pull-6 {
        right: 50%
    }
    .col-lg-pull-5 {
        right: 41.66666667%
    }
    .col-lg-pull-4 {
        right: 33.33333333%
    }
    .col-lg-pull-3 {
        right: 25%
    }
    .col-lg-pull-2 {
        right: 16.66666667%
    }
    .col-lg-pull-1 {
        right: 8.33333333%
    }
    .col-lg-pull-0 {
        right: auto
    }
    .col-lg-push-12 {
        left: 100%
    }
    .col-lg-push-11 {
        left: 91.66666667%
    }
    .col-lg-push-10 {
        left: 83.33333333%
    }
    .col-lg-push-9 {
        left: 75%
    }
    .col-lg-push-8 {
        left: 66.66666667%
    }
    .col-lg-push-7 {
        left: 58.33333333%
    }
    .col-lg-push-6 {
        left: 50%
    }
    .col-lg-push-5 {
        left: 41.66666667%
    }
    .col-lg-push-4 {
        left: 33.33333333%
    }
    .col-lg-push-3 {
        left: 25%
    }
    .col-lg-push-2 {
        left: 16.66666667%
    }
    .col-lg-push-1 {
        left: 8.33333333%
    }
    .col-lg-push-0 {
        left: auto
    }
    .col-lg-offset-12 {
        margin-left: 100%
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }
    .col-lg-offset-9 {
        margin-left: 75%
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }
    .col-lg-offset-6 {
        margin-left: 50%
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }
    .col-lg-offset-3 {
        margin-left: 25%
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }
    .col-lg-offset-0 {
        margin-left: 0
    }
}


.btn-group-vertical>.btn-group:after,
.btn-group-vertical>.btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
    display: table;
    content: " "
}

.btn-group-vertical>.btn-group:after,
.btn-toolbar:after,
.clearfix:after,
.container-fluid:after,
.container:after,
.dl-horizontal dd:after,
.form-horizontal .form-group:after,
.modal-footer:after,
.modal-header:after,
.nav:after,
.navbar-collapse:after,
.navbar-header:after,
.navbar:after,
.pager:after,
.panel-body:after,
.row:after {
    clear: both
}


/* Tooltip */
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: left;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    opacity: .97
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner{
    max-width: 200px;
    padding: 15px 12px;
    color: white;
    text-align: center;
    background-color: var(--purple);
    border-radius: 4px
}
._cc .tooltip-inner{
    background-color: var(--ddpurple);
}
.tooltip-inner img{
    display: block;
    margin: auto;
    margin-bottom: 10px;
}
.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow{
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: var(--purple);
}

.tooltip.top-left .tooltip-arrow{
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: var(--purple);
}

.tooltip.top-right .tooltip-arrow{
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: var(--purple);
}

.tooltip.right .tooltip-arrow{
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: var(--purple);
}

.tooltip.left .tooltip-arrow{
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: var(--purple);
}

.tooltip.bottom .tooltip-arrow{
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: var(--purple);
}

.tooltip.bottom-left .tooltip-arrow{
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: var(--purple);
}

.tooltip.bottom-right .tooltip-arrow{
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: var(--purple);
}
._cc .tooltip.bottom .tooltip-arrow, ._cc .tooltip.bottom-left .tooltip-arrow, ._cc .tooltip.bottom-right .tooltip-arrow{
    border-bottom-color: var(--ddpurple)!important;
}
._cc .tooltip.top .tooltip-arrow, ._cc .tooltip.top-left .tooltip-arrow, ._cc .tooltip.top-right .tooltip-arrow{
    border-top-color: var(--ddpurple);
}
._cc .tooltip.right .tooltip-arrow{
    border-right-color: var(--ddpurple);
}
._cc .tooltip.left .tooltip-arrow{
    border-left-color: var(--ddpurple);
}
/* end tooltip */

/* Custom checkbox */
.checkbox_wraper{
    position: relative;
    margin: 0 !important;
    font-size: inherit!important;
    padding-left: 30px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.checkbox_wraper input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.checkbox_wraper .checkmark{
    position: absolute;
    top: 0;
    left: 5px;
    height: 20px;
    width: 20px;
    border-radius: 5px;
    background-color: #ddd;
}

.checkbox_wraper:hover input ~ .checkmark {
    background-color: #ccc;
}

.checkbox_wraper .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.checkbox_wraper input:checked ~ .checkmark:after {
    display: block;
}

.checkbox_wraper .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 12px;
    border: solid var(--purple);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* end checkbox */

/* switch */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    vertical-align: middle;
}
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--gray);
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 34px;
}
.switch .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    border-radius: 50%;
}
.switch input:checked + .slider {
    background-color: var(--purple);
}
.switch input:focus + .slider {
    box-shadow: 0 0 1px var(--purple);
}
.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -moz-transform: translateX(26px);
    -ms-transform: translateX(26px);
    -o-transform: translateX(26px);
    transform: translateX(26px);
}
/* end switch */

/* collapse */
.collapse{
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.2s ease-out;
    -moz-transition: max-height 0.2s ease-out;
    -ms-transition: max-height 0.2s ease-out;
    -o-transition: max-height 0.2s ease-out;
    transition: max-height 0.2s ease-out;
}
/* end collapse */

@media screen and (max-width: 767px){
    .table-responsive{
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    } 
    .custom-table tbody tr:nth-child(even) td{
        background-color: white;
    }
    .btn-big .pull-left{
        left: 12px;
    }
    .btn-big .pull-right{
        right: 12px;
    }
}