#TNTOfficielLoading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.2);
    z-index: 10000000;
}
#TNTOfficielLoading img {
    display: block;
    margin: 0 auto;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.tnt-panel {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    float: none;
    background-color: #fff;
    border: 1px solid #d3d8db;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 20px;
}
.tnt-panel .tnt-panel-heading {
    border: none;
    background-color: #fafbfc;
    border-bottom: 1px solid #dbe6e9;
    line-height: 1.125rem;
    margin: -20px -20px 15px;
    padding: 0.5rem 0.625rem;
    text-transform: uppercase;
    letter-spacing: -0.025ex;
    height: auto;
    text-overflow: ellipsis;
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
    font-family: "Open Sans", helvetica, arial, sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #363a41;
    white-space: nowrap;
}
.tnt-panel .tnt-panel-body {
    padding: 0px;
}
.tnt-panel .tnt-panel-body:after,
.tnt-panel .tnt-panel-footer:after {
    content: "";
    display: table;
    clear: both
}
.tnt-panel .tnt-panel-footer {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
    background-color: #fcfdfe;
    border-color: #eee;
    height: auto;
    margin: 15px -20px -20px;
}


.tnt-badge {
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    border-radius: 20px;
    color: #555;
    font-size: 1.1em;
    font-weight: 700;
    line-height: 1.2em;
    margin-left: 0.4em;
    padding: 0 10px;
    font-family: Ubuntu Condensed, Helvetica, Arial, sans-serif;
    letter-spacing: 0.0625em;
}


.tnt-btn {
    display: inline-block;
    margin: 0 -1px;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-transition: .25s ease-out;
    transition: .25s ease-out;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 0px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.tnt-btn:focus,
.tnt-btn:active:focus,
.tnt-btn.active:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}
.tnt-btn:hover,
.tnt-btn:focus,
a.tnt-btn:hover,
a.tnt-btn:focus {
    color: #363a41;
    text-decoration: none
}
.tnt-btn:active, .tnt-btn.active {
    outline: 0;
    background-image: none
}
.tnt-btn.disabled, .tnt-btn[disabled] {
    cursor: not-allowed;
    pointer-events: none;
    opacity: .65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none
}

.tnt-btn-default {
    background-color: #fff;
    border-color: #dedede;
    color: #363a41;
    line-height: 1.5em;
}
a.tnt-btn-default {
    color: #363a41;
}


.tnt-row {
    margin-right: -15px;
    margin-left: -15px
}
.tnt-row:after {
    content: "";
    display: table;
    clear: both
}
@media (min-width: 576px) {
    .tnt-row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 768px) {
    .tnt-row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 992px) {
    .tnt-row {
        margin-right: -15px;
        margin-left: -15px
    }
}
@media (min-width: 1200px) {
    .tnt-row {
        margin-right: -15px;
        margin-left: -15px
    }
}

.tnt-col-lg,
.tnt-col-lg-1,
.tnt-col-lg-2,
.tnt-col-lg-3,
.tnt-col-lg-4,
.tnt-col-lg-5,
.tnt-col-lg-6,
.tnt-col-lg-7,
.tnt-col-lg-8,
.tnt-col-lg-9,
.tnt-col-lg-10,
.tnt-col-lg-11,
.tnt-col-lg-12,
.tnt-col-md,
.tnt-col-md-1,
.tnt-col-md-2,
.tnt-col-md-3,
.tnt-col-md-4,
.tnt-col-md-5,
.tnt-col-md-6,
.tnt-col-md-7,
.tnt-col-md-8,
.tnt-col-md-9,
.tnt-col-md-10,
.tnt-col-md-11,
.tnt-col-md-12,
.tnt-col-sm,
.tnt-col-sm-1,
.tnt-col-sm-2,
.tnt-col-sm-3,
.tnt-col-sm-4,
.tnt-col-sm-5,
.tnt-col-sm-6,
.tnt-col-sm-7,
.tnt-col-sm-8,
.tnt-col-sm-9,
.tnt-col-sm-10,
.tnt-col-sm-11,
.tnt-col-sm-12,
.tnt-col-xl,
.tnt-col-xl-1,
.tnt-col-xl-2,
.tnt-col-xl-3,
.tnt-col-xl-4,
.tnt-col-xl-5,
.tnt-col-xl-6,
.tnt-col-xl-7,
.tnt-col-xl-8,
.tnt-col-xl-9,
.tnt-col-xl-10,
.tnt-col-xl-11,
.tnt-col-xl-12,
.tnt-col-xs,
.tnt-col-xs-1,
.tnt-col-xs-2,
.tnt-col-xs-3,
.tnt-col-xs-4,
.tnt-col-xs-5,
.tnt-col-xs-6,
.tnt-col-xs-7,
.tnt-col-xs-8,
.tnt-col-xs-9,
.tnt-col-xs-10,
.tnt-col-xs-11,
.tnt-col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
@media (min-width: 576px) {
    .tnt-col-lg,
    .tnt-col-lg-1,
    .tnt-col-lg-2,
    .tnt-col-lg-3,
    .tnt-col-lg-4,
    .tnt-col-lg-5,
    .tnt-col-lg-6,
    .tnt-col-lg-7,
    .tnt-col-lg-8,
    .tnt-col-lg-9,
    .tnt-col-lg-10,
    .tnt-col-lg-11,
    .tnt-col-lg-12,
    .tnt-col-md,
    .tnt-col-md-1,
    .tnt-col-md-2,
    .tnt-col-md-3,
    .tnt-col-md-4,
    .tnt-col-md-5,
    .tnt-col-md-6,
    .tnt-col-md-7,
    .tnt-col-md-8,
    .tnt-col-md-9,
    .tnt-col-md-10,
    .tnt-col-md-11,
    .tnt-col-md-12,
    .tnt-col-sm,
    .tnt-col-sm-1,
    .tnt-col-sm-2,
    .tnt-col-sm-3,
    .tnt-col-sm-4,
    .tnt-col-sm-5,
    .tnt-col-sm-6,
    .tnt-col-sm-7,
    .tnt-col-sm-8,
    .tnt-col-sm-9,
    .tnt-col-sm-10,
    .tnt-col-sm-11,
    .tnt-col-sm-12,
    .tnt-col-xl,
    .tnt-col-xl-1,
    .tnt-col-xl-2,
    .tnt-col-xl-3,
    .tnt-col-xl-4,
    .tnt-col-xl-5,
    .tnt-col-xl-6,
    .tnt-col-xl-7,
    .tnt-col-xl-8,
    .tnt-col-xl-9,
    .tnt-col-xl-10,
    .tnt-col-xl-11,
    .tnt-col-xl-12,
    .tnt-col-xs,
    .tnt-col-xs-1,
    .tnt-col-xs-2,
    .tnt-col-xs-3,
    .tnt-col-xs-4,
    .tnt-col-xs-5,
    .tnt-col-xs-6,
    .tnt-col-xs-7,
    .tnt-col-xs-8,
    .tnt-col-xs-9,
    .tnt-col-xs-10,
    .tnt-col-xs-11,
    .tnt-col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 768px) {
    .tnt-col-lg,
    .tnt-col-lg-1,
    .tnt-col-lg-2,
    .tnt-col-lg-3,
    .tnt-col-lg-4,
    .tnt-col-lg-5,
    .tnt-col-lg-6,
    .tnt-col-lg-7,
    .tnt-col-lg-8,
    .tnt-col-lg-9,
    .tnt-col-lg-10,
    .tnt-col-lg-11,
    .tnt-col-lg-12,
    .tnt-col-md,
    .tnt-col-md-1,
    .tnt-col-md-2,
    .tnt-col-md-3,
    .tnt-col-md-4,
    .tnt-col-md-5,
    .tnt-col-md-6,
    .tnt-col-md-7,
    .tnt-col-md-8,
    .tnt-col-md-9,
    .tnt-col-md-10,
    .tnt-col-md-11,
    .tnt-col-md-12,
    .tnt-col-sm,
    .tnt-col-sm-1,
    .tnt-col-sm-2,
    .tnt-col-sm-3,
    .tnt-col-sm-4,
    .tnt-col-sm-5,
    .tnt-col-sm-6,
    .tnt-col-sm-7,
    .tnt-col-sm-8,
    .tnt-col-sm-9,
    .tnt-col-sm-10,
    .tnt-col-sm-11,
    .tnt-col-sm-12,
    .tnt-col-xl,
    .tnt-col-xl-1,
    .tnt-col-xl-2,
    .tnt-col-xl-3,
    .tnt-col-xl-4,
    .tnt-col-xl-5,
    .tnt-col-xl-6,
    .tnt-col-xl-7,
    .tnt-col-xl-8,
    .tnt-col-xl-9,
    .tnt-col-xl-10,
    .tnt-col-xl-11,
    .tnt-col-xl-12,
    .tnt-col-xs,
    .tnt-col-xs-1,
    .tnt-col-xs-2,
    .tnt-col-xs-3,
    .tnt-col-xs-4,
    .tnt-col-xs-5,
    .tnt-col-xs-6,
    .tnt-col-xs-7,
    .tnt-col-xs-8,
    .tnt-col-xs-9,
    .tnt-col-xs-10,
    .tnt-col-xs-11,
    .tnt-col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 992px) {
    .tnt-col-lg,
    .tnt-col-lg-1,
    .tnt-col-lg-2,
    .tnt-col-lg-3,
    .tnt-col-lg-4,
    .tnt-col-lg-5,
    .tnt-col-lg-6,
    .tnt-col-lg-7,
    .tnt-col-lg-8,
    .tnt-col-lg-9,
    .tnt-col-lg-10,
    .tnt-col-lg-11,
    .tnt-col-lg-12,
    .tnt-col-md,
    .tnt-col-md-1,
    .tnt-col-md-2,
    .tnt-col-md-3,
    .tnt-col-md-4,
    .tnt-col-md-5,
    .tnt-col-md-6,
    .tnt-col-md-7,
    .tnt-col-md-8,
    .tnt-col-md-9,
    .tnt-col-md-10,
    .tnt-col-md-11,
    .tnt-col-md-12,
    .tnt-col-sm,
    .tnt-col-sm-1,
    .tnt-col-sm-2,
    .tnt-col-sm-3,
    .tnt-col-sm-4,
    .tnt-col-sm-5,
    .tnt-col-sm-6,
    .tnt-col-sm-7,
    .tnt-col-sm-8,
    .tnt-col-sm-9,
    .tnt-col-sm-10,
    .tnt-col-sm-11,
    .tnt-col-sm-12,
    .tnt-col-xl,
    .tnt-col-xl-1,
    .tnt-col-xl-2,
    .tnt-col-xl-3,
    .tnt-col-xl-4,
    .tnt-col-xl-5,
    .tnt-col-xl-6,
    .tnt-col-xl-7,
    .tnt-col-xl-8,
    .tnt-col-xl-9,
    .tnt-col-xl-10,
    .tnt-col-xl-11,
    .tnt-col-xl-12,
    .tnt-col-xs,
    .tnt-col-xs-1,
    .tnt-col-xs-2,
    .tnt-col-xs-3,
    .tnt-col-xs-4,
    .tnt-col-xs-5,
    .tnt-col-xs-6,
    .tnt-col-xs-7,
    .tnt-col-xs-8,
    .tnt-col-xs-9,
    .tnt-col-xs-10,
    .tnt-col-xs-11,
    .tnt-col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}
@media (min-width: 1200px) {
    .tnt-col-lg,
    .tnt-col-lg-1,
    .tnt-col-lg-2,
    .tnt-col-lg-3,
    .tnt-col-lg-4,
    .tnt-col-lg-5,
    .tnt-col-lg-6,
    .tnt-col-lg-7,
    .tnt-col-lg-8,
    .tnt-col-lg-9,
    .tnt-col-lg-10,
    .tnt-col-lg-11,
    .tnt-col-lg-12,
    .tnt-col-md,
    .tnt-col-md-1,
    .tnt-col-md-2,
    .tnt-col-md-3,
    .tnt-col-md-4,
    .tnt-col-md-5,
    .tnt-col-md-6,
    .tnt-col-md-7,
    .tnt-col-md-8,
    .tnt-col-md-9,
    .tnt-col-md-10,
    .tnt-col-md-11,
    .tnt-col-md-12,
    .tnt-col-sm,
    .tnt-col-sm-1,
    .tnt-col-sm-2,
    .tnt-col-sm-3,
    .tnt-col-sm-4,
    .tnt-col-sm-5,
    .tnt-col-sm-6,
    .tnt-col-sm-7,
    .tnt-col-sm-8,
    .tnt-col-sm-9,
    .tnt-col-sm-10,
    .tnt-col-sm-11,
    .tnt-col-sm-12,
    .tnt-col-xl,
    .tnt-col-xl-1,
    .tnt-col-xl-2,
    .tnt-col-xl-3,
    .tnt-col-xl-4,
    .tnt-col-xl-5,
    .tnt-col-xl-6,
    .tnt-col-xl-7,
    .tnt-col-xl-8,
    .tnt-col-xl-9,
    .tnt-col-xl-10,
    .tnt-col-xl-11,
    .tnt-col-xl-12,
    .tnt-col-xs,
    .tnt-col-xs-1,
    .tnt-col-xs-2,
    .tnt-col-xs-3,
    .tnt-col-xs-4,
    .tnt-col-xs-5,
    .tnt-col-xs-6,
    .tnt-col-xs-7,
    .tnt-col-xs-8,
    .tnt-col-xs-9,
    .tnt-col-xs-10,
    .tnt-col-xs-11,
    .tnt-col-xs-12 {
        padding-right: 15px;
        padding-left: 15px
    }
}
.tnt-col-xs-1 {
    float: left;
    width: 8.33333%
}
.tnt-col-xs-2 {
    float: left;
    width: 16.66667%
}
.tnt-col-xs-3 {
    float: left;
    width: 25%
}
.tnt-col-xs-4 {
    float: left;
    width: 33.33333%
}
.tnt-col-xs-5 {
    float: left;
    width: 41.66667%
}
.tnt-col-xs-6 {
    float: left;
    width: 50%
}
.tnt-col-xs-7 {
    float: left;
    width: 58.33333%
}
.tnt-col-xs-8 {
    float: left;
    width: 66.66667%
}
.tnt-col-xs-9 {
    float: left;
    width: 75%
}
.tnt-col-xs-10 {
    float: left;
    width: 83.33333%
}
.tnt-col-xs-11 {
    float: left;
    width: 91.66667%
}
.tnt-col-xs-12 {
    float: left;
    width: 100%
}
.tnt-pull-xs-0 {
    right: auto
}
.tnt-pull-xs-1 {
    right: 8.33333%
}
.tnt-pull-xs-2 {
    right: 16.66667%
}
.tnt-pull-xs-3 {
    right: 25%
}
.tnt-pull-xs-4 {
    right: 33.33333%
}
.tnt-pull-xs-5 {
    right: 41.66667%
}
.tnt-pull-xs-6 {
    right: 50%
}
.tnt-pull-xs-7 {
    right: 58.33333%
}
.tnt-pull-xs-8 {
    right: 66.66667%
}
.tnt-pull-xs-9 {
    right: 75%
}
.tnt-pull-xs-10 {
    right: 83.33333%
}
.tnt-pull-xs-11 {
    right: 91.66667%
}
.tnt-pull-xs-12 {
    right: 100%
}
.tnt-push-xs-0 {
    left: auto
}
.tnt-push-xs-1 {
    left: 8.33333%
}
.tnt-push-xs-2 {
    left: 16.66667%
}
.tnt-push-xs-3 {
    left: 25%
}
.tnt-push-xs-4 {
    left: 33.33333%
}
.tnt-push-xs-5 {
    left: 41.66667%
}
.tnt-push-xs-6 {
    left: 50%
}
.tnt-push-xs-7 {
    left: 58.33333%
}
.tnt-push-xs-8 {
    left: 66.66667%
}
.tnt-push-xs-9 {
    left: 75%
}
.tnt-push-xs-10 {
    left: 83.33333%
}
.tnt-push-xs-11 {
    left: 91.66667%
}
.tnt-push-xs-12 {
    left: 100%
}
.tnt-offset-xs-1 {
    margin-left: 8.33333%
}
.tnt-offset-xs-2 {
    margin-left: 16.66667%
}
.tnt-offset-xs-3 {
    margin-left: 25%
}
.tnt-offset-xs-4 {
    margin-left: 33.33333%
}
.tnt-offset-xs-5 {
    margin-left: 41.66667%
}
.tnt-offset-xs-6 {
    margin-left: 50%
}
.tnt-offset-xs-7 {
    margin-left: 58.33333%
}
.tnt-offset-xs-8 {
    margin-left: 66.66667%
}
.tnt-offset-xs-9 {
    margin-left: 75%
}
.tnt-offset-xs-10 {
    margin-left: 83.33333%
}
.tnt-offset-xs-11 {
    margin-left: 91.66667%
}
@media (min-width: 576px) {
    .tnt-col-sm-1 {
        float: left;
        width: 8.33333%
    }
    .tnt-col-sm-2 {
        float: left;
        width: 16.66667%
    }
    .tnt-col-sm-3 {
        float: left;
        width: 25%
    }
    .tnt-col-sm-4 {
        float: left;
        width: 33.33333%
    }
    .tnt-col-sm-5 {
        float: left;
        width: 41.66667%
    }
    .tnt-col-sm-6 {
        float: left;
        width: 50%
    }
    .tnt-col-sm-7 {
        float: left;
        width: 58.33333%
    }
    .tnt-col-sm-8 {
        float: left;
        width: 66.66667%
    }
    .tnt-col-sm-9 {
        float: left;
        width: 75%
    }
    .tnt-col-sm-10 {
        float: left;
        width: 83.33333%
    }
    .tnt-col-sm-11 {
        float: left;
        width: 91.66667%
    }
    .tnt-col-sm-12 {
        float: left;
        width: 100%
    }
    .tnt-pull-sm-0 {
        right: auto
    }
    .tnt-pull-sm-1 {
        right: 8.33333%
    }
    .tnt-pull-sm-2 {
        right: 16.66667%
    }
    .tnt-pull-sm-3 {
        right: 25%
    }
    .tnt-pull-sm-4 {
        right: 33.33333%
    }
    .tnt-pull-sm-5 {
        right: 41.66667%
    }
    .tnt-pull-sm-6 {
        right: 50%
    }
    .tnt-pull-sm-7 {
        right: 58.33333%
    }
    .tnt-pull-sm-8 {
        right: 66.66667%
    }
    .tnt-pull-sm-9 {
        right: 75%
    }
    .tnt-pull-sm-10 {
        right: 83.33333%
    }
    .tnt-pull-sm-11 {
        right: 91.66667%
    }
    .tnt-pull-sm-12 {
        right: 100%
    }
    .tnt-push-sm-0 {
        left: auto
    }
    .tnt-push-sm-1 {
        left: 8.33333%
    }
    .tnt-push-sm-2 {
        left: 16.66667%
    }
    .tnt-push-sm-3 {
        left: 25%
    }
    .tnt-push-sm-4 {
        left: 33.33333%
    }
    .tnt-push-sm-5 {
        left: 41.66667%
    }
    .tnt-push-sm-6 {
        left: 50%
    }
    .tnt-push-sm-7 {
        left: 58.33333%
    }
    .tnt-push-sm-8 {
        left: 66.66667%
    }
    .tnt-push-sm-9 {
        left: 75%
    }
    .tnt-push-sm-10 {
        left: 83.33333%
    }
    .tnt-push-sm-11 {
        left: 91.66667%
    }
    .tnt-push-sm-12 {
        left: 100%
    }
    .tnt-offset-sm-0 {
        margin-left: 0
    }
    .tnt-offset-sm-1 {
        margin-left: 8.33333%
    }
    .tnt-offset-sm-2 {
        margin-left: 16.66667%
    }
    .tnt-offset-sm-3 {
        margin-left: 25%
    }
    .tnt-offset-sm-4 {
        margin-left: 33.33333%
    }
    .tnt-offset-sm-5 {
        margin-left: 41.66667%
    }
    .tnt-offset-sm-6 {
        margin-left: 50%
    }
    .tnt-offset-sm-7 {
        margin-left: 58.33333%
    }
    .tnt-offset-sm-8 {
        margin-left: 66.66667%
    }
    .tnt-offset-sm-9 {
        margin-left: 75%
    }
    .tnt-offset-sm-10 {
        margin-left: 83.33333%
    }
    .tnt-offset-sm-11 {
        margin-left: 91.66667%
    }
}
@media (min-width: 768px) {
    .tnt-col-md-1 {
        float: left;
        width: 8.33333%
    }
    .tnt-col-md-2 {
        float: left;
        width: 16.66667%
    }
    .tnt-col-md-3 {
        float: left;
        width: 25%
    }
    .tnt-col-md-4 {
        float: left;
        width: 33.33333%
    }
    .tnt-col-md-5 {
        float: left;
        width: 41.66667%
    }
    .tnt-col-md-6 {
        float: left;
        width: 50%
    }
    .tnt-col-md-7 {
        float: left;
        width: 58.33333%
    }
    .tnt-col-md-8 {
        float: left;
        width: 66.66667%
    }
    .tnt-col-md-9 {
        float: left;
        width: 75%
    }
    .tnt-col-md-10 {
        float: left;
        width: 83.33333%
    }
    .tnt-col-md-11 {
        float: left;
        width: 91.66667%
    }
    .tnt-col-md-12 {
        float: left;
        width: 100%
    }
    .tnt-pull-md-0 {
        right: auto
    }
    .tnt-pull-md-1 {
        right: 8.33333%
    }
    .tnt-pull-md-2 {
        right: 16.66667%
    }
    .tnt-pull-md-3 {
        right: 25%
    }
    .tnt-pull-md-4 {
        right: 33.33333%
    }
    .tnt-pull-md-5 {
        right: 41.66667%
    }
    .tnt-pull-md-6 {
        right: 50%
    }
    .tnt-pull-md-7 {
        right: 58.33333%
    }
    .tnt-pull-md-8 {
        right: 66.66667%
    }
    .tnt-pull-md-9 {
        right: 75%
    }
    .tnt-pull-md-10 {
        right: 83.33333%
    }
    .tnt-pull-md-11 {
        right: 91.66667%
    }
    .tnt-pull-md-12 {
        right: 100%
    }
    .tnt-push-md-0 {
        left: auto
    }
    .tnt-push-md-1 {
        left: 8.33333%
    }
    .tnt-push-md-2 {
        left: 16.66667%
    }
    .tnt-push-md-3 {
        left: 25%
    }
    .tnt-push-md-4 {
        left: 33.33333%
    }
    .tnt-push-md-5 {
        left: 41.66667%
    }
    .tnt-push-md-6 {
        left: 50%
    }
    .tnt-push-md-7 {
        left: 58.33333%
    }
    .tnt-push-md-8 {
        left: 66.66667%
    }
    .tnt-push-md-9 {
        left: 75%
    }
    .tnt-push-md-10 {
        left: 83.33333%
    }
    .tnt-push-md-11 {
        left: 91.66667%
    }
    .tnt-push-md-12 {
        left: 100%
    }
    .tnt-offset-md-0 {
        margin-left: 0
    }
    .tnt-offset-md-1 {
        margin-left: 8.33333%
    }
    .tnt-offset-md-2 {
        margin-left: 16.66667%
    }
    .tnt-offset-md-3 {
        margin-left: 25%
    }
    .tnt-offset-md-4 {
        margin-left: 33.33333%
    }
    .tnt-offset-md-5 {
        margin-left: 41.66667%
    }
    .tnt-offset-md-6 {
        margin-left: 50%
    }
    .tnt-offset-md-7 {
        margin-left: 58.33333%
    }
    .tnt-offset-md-8 {
        margin-left: 66.66667%
    }
    .tnt-offset-md-9 {
        margin-left: 75%
    }
    .tnt-offset-md-10 {
        margin-left: 83.33333%
    }
    .tnt-offset-md-11 {
        margin-left: 91.66667%
    }
}
@media (min-width: 992px) {
    .tnt-col-lg-1 {
        float: left;
        width: 8.33333%
    }
    .tnt-col-lg-2 {
        float: left;
        width: 16.66667%
    }
    .tnt-col-lg-3 {
        float: left;
        width: 25%
    }
    .tnt-col-lg-4 {
        float: left;
        width: 33.33333%
    }
    .tnt-col-lg-5 {
        float: left;
        width: 41.66667%
    }
    .tnt-col-lg-6 {
        float: left;
        width: 50%
    }
    .tnt-col-lg-7 {
        float: left;
        width: 58.33333%
    }
    .tnt-col-lg-8 {
        float: left;
        width: 66.66667%
    }
    .tnt-col-lg-9 {
        float: left;
        width: 75%
    }
    .tnt-col-lg-10 {
        float: left;
        width: 83.33333%
    }
    .tnt-col-lg-11 {
        float: left;
        width: 91.66667%
    }
    .tnt-col-lg-12 {
        float: left;
        width: 100%
    }
    .tnt-pull-lg-0 {
        right: auto
    }
    .tnt-pull-lg-1 {
        right: 8.33333%
    }
    .tnt-pull-lg-2 {
        right: 16.66667%
    }
    .tnt-pull-lg-3 {
        right: 25%
    }
    .tnt-pull-lg-4 {
        right: 33.33333%
    }
    .tnt-pull-lg-5 {
        right: 41.66667%
    }
    .tnt-pull-lg-6 {
        right: 50%
    }
    .tnt-pull-lg-7 {
        right: 58.33333%
    }
    .tnt-pull-lg-8 {
        right: 66.66667%
    }
    .tnt-pull-lg-9 {
        right: 75%
    }
    .tnt-pull-lg-10 {
        right: 83.33333%
    }
    .tnt-pull-lg-11 {
        right: 91.66667%
    }
    .tnt-pull-lg-12 {
        right: 100%
    }
    .tnt-push-lg-0 {
        left: auto
    }
    .tnt-push-lg-1 {
        left: 8.33333%
    }
    .tnt-push-lg-2 {
        left: 16.66667%
    }
    .tnt-push-lg-3 {
        left: 25%
    }
    .tnt-push-lg-4 {
        left: 33.33333%
    }
    .tnt-push-lg-5 {
        left: 41.66667%
    }
    .tnt-push-lg-6 {
        left: 50%
    }
    .tnt-push-lg-7 {
        left: 58.33333%
    }
    .tnt-push-lg-8 {
        left: 66.66667%
    }
    .tnt-push-lg-9 {
        left: 75%
    }
    .tnt-push-lg-10 {
        left: 83.33333%
    }
    .tnt-push-lg-11 {
        left: 91.66667%
    }
    .tnt-push-lg-12 {
        left: 100%
    }
    .tnt-offset-lg-0 {
        margin-left: 0
    }
    .tnt-offset-lg-1 {
        margin-left: 8.33333%
    }
    .tnt-offset-lg-2 {
        margin-left: 16.66667%
    }
    .tnt-offset-lg-3 {
        margin-left: 25%
    }
    .tnt-offset-lg-4 {
        margin-left: 33.33333%
    }
    .tnt-offset-lg-5 {
        margin-left: 41.66667%
    }
    .tnt-offset-lg-6 {
        margin-left: 50%
    }
    .tnt-offset-lg-7 {
        margin-left: 58.33333%
    }
    .tnt-offset-lg-8 {
        margin-left: 66.66667%
    }
    .tnt-offset-lg-9 {
        margin-left: 75%
    }
    .tnt-offset-lg-10 {
        margin-left: 83.33333%
    }
    .tnt-offset-lg-11 {
        margin-left: 91.66667%
    }
}
@media (min-width: 1200px) {
    .tnt-col-xl-1 {
        float: left;
        width: 8.33333%
    }
    .tnt-col-xl-2 {
        float: left;
        width: 16.66667%
    }
    .tnt-col-xl-3 {
        float: left;
        width: 25%
    }
    .tnt-col-xl-4 {
        float: left;
        width: 33.33333%
    }
    .tnt-col-xl-5 {
        float: left;
        width: 41.66667%
    }
    .tnt-col-xl-6 {
        float: left;
        width: 50%
    }
    .tnt-col-xl-7 {
        float: left;
        width: 58.33333%
    }
    .tnt-col-xl-8 {
        float: left;
        width: 66.66667%
    }
    .tnt-col-xl-9 {
        float: left;
        width: 75%
    }
    .tnt-col-xl-10 {
        float: left;
        width: 83.33333%
    }
    .tnt-col-xl-11 {
        float: left;
        width: 91.66667%
    }
    .tnt-col-xl-12 {
        float: left;
        width: 100%
    }
    .tnt-pull-xl-0 {
        right: auto
    }
    .tnt-pull-xl-1 {
        right: 8.33333%
    }
    .tnt-pull-xl-2 {
        right: 16.66667%
    }
    .tnt-pull-xl-3 {
        right: 25%
    }
    .tnt-pull-xl-4 {
        right: 33.33333%
    }
    .tnt-pull-xl-5 {
        right: 41.66667%
    }
    .tnt-pull-xl-6 {
        right: 50%
    }
    .tnt-pull-xl-7 {
        right: 58.33333%
    }
    .tnt-pull-xl-8 {
        right: 66.66667%
    }
    .tnt-pull-xl-9 {
        right: 75%
    }
    .tnt-pull-xl-10 {
        right: 83.33333%
    }
    .tnt-pull-xl-11 {
        right: 91.66667%
    }
    .tnt-pull-xl-12 {
        right: 100%
    }
    .tnt-push-xl-0 {
        left: auto
    }
    .tnt-push-xl-1 {
        left: 8.33333%
    }
    .tnt-push-xl-2 {
        left: 16.66667%
    }
    .tnt-push-xl-3 {
        left: 25%
    }
    .tnt-push-xl-4 {
        left: 33.33333%
    }
    .tnt-push-xl-5 {
        left: 41.66667%
    }
    .tnt-push-xl-6 {
        left: 50%
    }
    .tnt-push-xl-7 {
        left: 58.33333%
    }
    .tnt-push-xl-8 {
        left: 66.66667%
    }
    .tnt-push-xl-9 {
        left: 75%
    }
    .tnt-push-xl-10 {
        left: 83.33333%
    }
    .tnt-push-xl-11 {
        left: 91.66667%
    }
    .tnt-push-xl-12 {
        left: 100%
    }
    .tnt-offset-xl-0 {
        margin-left: 0
    }
    .tnt-offset-xl-1 {
        margin-left: 8.33333%
    }
    .tnt-offset-xl-2 {
        margin-left: 16.66667%
    }
    .tnt-offset-xl-3 {
        margin-left: 25%
    }
    .tnt-offset-xl-4 {
        margin-left: 33.33333%
    }
    .tnt-offset-xl-5 {
        margin-left: 41.66667%
    }
    .tnt-offset-xl-6 {
        margin-left: 50%
    }
    .tnt-offset-xl-7 {
        margin-left: 58.33333%
    }
    .tnt-offset-xl-8 {
        margin-left: 66.66667%
    }
    .tnt-offset-xl-9 {
        margin-left: 75%
    }
    .tnt-offset-xl-10 {
        margin-left: 83.33333%
    }
    .tnt-offset-xl-11 {
        margin-left: 91.66667%
    }
}


.tnt-pull-right {
    float: right !important;
}
.tnt-pull-left {
    float: left
}



.tnt-form-group {
    margin-bottom: 0.75rem;
    box-sizing: border-box;
}
.form-horizontal .tnt-form-group {
    padding-left: 0;
}

.form-horizontal .tnt-form-group:after {
    content: "";
    display: table;
    clear: both
}

.tnt-form-text {
    display: block;
    margin-top: .25rem
}

.tnt-form-control {
    display: block;
    width: 100%;
    background-image: none;
    background-clip: padding-box;
    border-radius: 0;
    font-size: 12px;
    height: 32px;
    line-height: 1.42857;
    padding: 6px 8px;
    transition: border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
    background-image: none;
    background-color: #f1f1f1;
    color: #7a7a7a;
    border: 1px solid rgba(0, 0, 0, .25);
}
.tnt-form-control::-ms-expand {
    background-color: transparent;
    border: 0
}
.tnt-form-control:focus {
    color: #7a7a7a;
    border-color: #66afe9;
    outline: none;

    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    outline: 0
}
.tnt-form-control::-webkit-input-placeholder {
    color: #999;
    opacity: 1
}
.tnt-form-control:-ms-input-placeholder {
    color: #999;
    opacity: 1
}
.tnt-form-control::placeholder {
    color: #999;
    opacity: 1
}
.tnt-form-control:disabled,
.tnt-form-control[readonly] {
    background-color: #f6f6f6 !important;
    opacity: 1
}

.tnt-form-control[disabled],
.tnt-form-control:disabled {
    cursor: not-allowed;
    background-color: #eee !important;
    opacity: 1;
}


.tnt-input-group {
    position: relative;
    display: table;
    border-collapse: separate;
    width: 100%;
    padding: 0;
}

.tnt-input-group .tnt-form-control{
    display: table-cell;
}

.tnt-input-group-addon {
    display: table-cell;
    width: 1%;
    min-width: 32px;
    height: 32px;
    white-space: nowrap;
    vertical-align: middle;
    padding: 0px 4px;
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857;
    color: #555;
    text-align: center;
    background-color: #f5f8f9;
    border-top: 1px solid #bbcdd2;
    border-left: 1px solid #bbcdd2;
    border-bottom: 1px solid #bbcdd2;
    border-right: 1px solid #bbcdd2;
    border-radius: 0;
}

/*
.tnt-has-success .tnt-form-control {
    border-color: #4cbb6c
}
.tnt-has-success .tnt-form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #96d7a9
    outline: 0 none;
}
.tnt-has-success .tnt-input-group-addon {
    color: #4cbb6c;
    border-color: #4cbb6c;
    background-color: #e0f3e5
}
*/

.tnt-has-warning .tnt-form-control {
    border-color: #ff9a52 !important;
}
.tnt-has-warning .tnt-form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffd6b8 !important;
    outline: 0 none;
}
.tnt-has-warning .tnt-input-group-addon {
    color: #ff9a52;
    border-color: #ff9a52;
    background-color: #fff
}

.tnt-has-danger input.form-control,
.tnt-has-danger .tnt-form-control {
    border-color: #ff4c4c !important;
}
.tnt-has-danger input.form-control:focus,
.tnt-has-danger .tnt-form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ffb2b2 !important;
    outline: 0 none;
}
.tnt-has-danger .tnt-input-group-addon {
    color: #ff4c4c;
    border-color: #ff4c4c;
    background-color: #fff
}


.tnt-alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0;
    font-size: .8125rem;
    line-height: normal;
    clear: both;
}

.tnt-alert > ul {
    margin-bottom: 0;
    padding-inline-start: 2em;
}
.tnt-alert.tnt-alert-danger:before,
.tnt-alert.tnt-alert-info:before,
.tnt-alert.tnt-alert-success:before,
.tnt-alert.tnt-alert-warning:before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 3em;
    display: block;
    height: 25px;
    left: 7px;
    position: absolute;
    top: 6px;
    width: 25px;
}
.tnt-alert.tnt-alert-danger {
    background-color: #ffe2e4;
    border-left: 3px solid #eab3b7;
    color: #d27c82;
}
.tnt-alert.tnt-alert-info {
    background-color: #dcf4f9;
    border-left: 3px solid #4ac7e0;
    color: #1e94ab;
}
.tnt-alert.tnt-alert-success {
    background-color: #ddf0de;
    border-left: 3px solid #92d097;
    color: #72c279;
}
.tnt-alert.tnt-alert-warning {
    background-color: #fff3d7;
    border-left: 3px solid #fcc94f;
    color: #d2a63c;
}

.tnt-alert.tnt-alert-context {
    background-color: #F7F7F7;
    border-left: 3px solid #C4C4C4;
    color: #606060;
}

.tnt-form-text.tnt-alert-danger {
    text-align: left;
    font-style: normal;
    font-weight: bold;
    color: #f13340;
}

.tnt-card {
    position: relative;
    display: block;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125);
    border-left: 3px solid #ff6600;
    background-color: rgba(255, 255, 255, 0.82);
    line-height: normal;
    text-align: left;
    box-shadow: 0 0.5ex 1ex rgba(0, 0, 0, 0.04);
}
