/*
* This is a manifest file that'll be compiled into application.css, which will include all the files
* listed below.
*
* Any CSS file within this directory can be referenced here using a relative path.
*
* You're free to add application-wide styles to this file and they'll appear at the top of the
* compiled file, but it's generally better to create a new file per style scope.
*
*= require bootstrap.min.css
*= require all.min.css
*= require navbar/navbar
*= require tl-bootstrap
*= require tl-toast
*= require hud
*= require_self
*/

.container {
    padding-right: 0;
    padding-left: 0;
}

.tl-pagination {

    display: inline-block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 4px;

}

/* font size 18 bold 700*/

.tl-pagination a {
    display: inline;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;

}

.tl-pagination a:focus {

    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.tl-pagination span.currentStep {
    display: inline;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #23527c;
    background-color: #ddd;

}

.tl-pagination span.gap {
    display: inline;
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    text-decoration: none;
    border: 1px solid #ddd;
    color: #23527c;

}

.tl-warn {
    margin: 15px 0;
    font-size: 15px;
    font-weight: 500;
}

.tl-validation {
    margin: 20px 0;
}

.tl-numero-area {
    resize: vertical;
    width: 90%;
    height: 100%;
    min-height: 100px;
}

.tl-full-size {
    width: 100%;
    height: 100%;
}

.tl-demo-icon {
    color: #00A1CB;
}

.tl-inline {
    display: inline-block;
}

.tl-audio-streamer {

}

.form {
    margin: 20px 0;
}

.has-error > input {
    background-color: rgba(255, 130, 0, .25);
}

.btn {
    border-radius: 3px;
    border: none;
}

.btn-success {
    min-width: 150px;
}

.form-control {
    border-radius: 3px;
}

.help-block {
    font-size: 13px;
}

label {
    font-size: 14px;
}

ul {
    list-style-type: none;
}

i.fas, i.far {
    padding-right: 1rem;
    min-width: 5px;
    font-size: 1.8rem;
}

i[data-toggle="tooltip"] {
    cursor: pointer;
    color: dodgerblue;
    font-size: 15px;
}

section {
    border: solid 1px #d2d2d2;
    padding: 10px 30px;
    margin: 10px 0;
    box-shadow: 0 0 7px 0 #eeeeee;
    border-radius: 3px;
    background-color: white;
}

.panel {
    box-shadow: 0 0 7px 0 #eeeeee;
}

.tl-tab-panel {
    border: solid 1px #d2d2d2;
    padding: 5px 15px;
    margin: -1px 0 0 0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: none;
}

.tl-spinner {
    position: relative;
    padding: 10px;
}

.tl-confirmation {
    box-shadow: 0px 1px 4px 0px rgba(46, 199, 41, 0.53);
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    color: #35AF3E;
}

.tl-confirmation-annulation {
    color: #eb5421;
    box-shadow: 0px 1px 4px 0px rgba(235, 84, 33, 1);
}

.tl-confirmation-paypal {
    box-shadow: 0px 1px 4px 0px rgba(11, 49, 120, 0.53);
    border-radius: 10px;
    margin: 20px;
    padding: 20px;
    color: #0B3178;
}

.tl-check {
    font-size: 5em;
}

.tl-check-warn {
    color: #eb5421;
}

ul.tl-choices {
    margin: 42px 20px 10px 59px;
}

.tl-choices > li {
    margin: 10px 0px 0px 0px;
}

.tl-recapitulatif {
    margin: 30px 0;
    padding: 35px 100px 60px 100px;
}

.tl-discount {
    color: #C93320;
    font-weight: bolder;
}

.tl-action {
    display: inline-block;
    font-size: 2em;
}

.tl-trash {
    font-size: 2em;
}

.tl-actions {
    display: inline-block;
    margin: auto;
    margin-top: 12px;

}

.thumbnail {
    text-align: center;
}

.thumbnail p {
    width: 100%;
    margin: 30px auto 10px auto;
}

.thumbnail p input {
    width: 100%;
    margin: auto;

}

.nav-tabs > li > a.tl-nav-button {
    color: #FFF;
    background-color: #337AB7;
    border: 0px;
    margin-left: 15px;
    border-radius: 0px;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    /*border: none;*/
    /*box-shadow: 0px 0px 7px 0px #eeeeee;*/
}

.nav-pills > li + li {
    margin-left: 6px;
}

.nav-pills > li {
    border-style: solid;
    border-width: 1px;
    border-color: #337AB7;
    border-radius: 4px;
}

.nav-pills > li:not(.active) {
    border-radius: 4px;
}

.nav-pills > li.active {
    border-radius: 4px;
    background-color: #337ab7;
}

body {
    margin: 0;
    height: 100%;
    background-repeat: no-repeat;
}

html {
    min-height: 100%;
}

.dataTables_wrapper .dataTables_filter input {
    /** css correspondant à form-control de bootstrap */
    display: inline-block;
    width: auto;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

li a:focus {
    outline: none;

}

.custom-price {
    margin: 0 40px;
}

.row-well {
    margin: 20px 0;
}

.row-well p {
    margin: 0 0 2px;
}

.tl-label-top {
    display: block;
}

.tl-footer {
    margin-bottom: 0;

}

.tl-section-title {
    color: #337AB7;
}

.tl-account-session {

}

.tl-btn {
    min-width: 200px;
}

.tl-h-center {
    margin: 0 auto;
}

.tl-login-logo {
    margin: 30px 0 00px 0;
}

.tl-paypal {
    color: #0B3178;
}

.tl-paypal-price {
    color: #006dba;
}

.navbar-inverse .navbar-nav > li > a.tl-recharger {
    color: #d78b00;
}

figure {
    padding: 10px;
    background: #efefef;
    text-align: center;
}

.tl-badge {
    background-color: transparent;
    color: darkorange;
}

.tl-row-money-out {
    background: rgba(242, 16, 0, 0.2);
}

.tl-row-money-in {
    background: rgba(32, 243, 83, 0.2);
}

.tl-money-table {
    border-spacing: 10px 0;
}

.tl-validation-payment {
    line-height: 37px;
}

.tl-payment-cb-title {
    color: #004b63;
}

.tl-payment-cb-section {
    margin: 2em 0 0 0;
}

.tl-version {
    position: absolute;
    top: 0;
    right: 0;
    padding-right: 1em;
}

.logos-telecom {
    display: inline-block;
    text-align: center;
    padding-bottom: 2em;
}

.logo-telecom {
    padding: .1em;
    width: 5em;
    height: 5em;
}

.logo-telecom.sfr {
}

.logo-telecom.bouygues {
    width: 7em;
    height: 7em;
}

.logo-telecom.free {
    width: 8em;
    height: 5em;
}

.logo-telecom.orange {
}

.light-title {
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 12px;
    font-weight: 700;
    color: #959595;
    letter-spacing: 1px;
}