div.inline {
    float:left;
}
.clearBoth {
    clear: both;
}
body {
    margin:0px;
    padding:0px;
    width:100%;
    background-color: #fcfcfc;
}
.center-div {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    background-color: #ccc;
    border-radius: 3px;
}

.footer-doc {
    float: right;
}
.modal {
    display: block;
}

.hide {
    display: none;
}
body{
    font-family: 'Noto Sans', sans-serif;
    margin:0;
    width:100%;
    height:100vh;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cross{
    background:none;
    position:absolute;
    top:0px;
    right:0;
    padding:7px 15px 0px 15px;
    color:#999;
    border:0;
    font-size:3em;
    line-height:65px;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    z-index:10000000000000;
}
.menu{z-index:1000000; font-weight:bold; font-size:0.8em; width:100%; background:#f1f1f1;  position:absolute; text-align:center; font-size:12px;}
.menu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none;}
.menu li {display: block;   padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.menu li:hover{display: block;    background:#ffffff; padding:15px 0 15px 0; border-bottom:#dddddd 1px solid;}
.menu ul li a { text-decoration:none;  margin: 0px; color:#666;}
.menu ul li a:hover {  color: #666; text-decoration:none;}
.menu a{text-decoration:none; color:#666;}
.menu a:hover{text-decoration:none; color:#666;}

.glyphicon-home{
    color:white;
    font-size:1.5em;
    margin-top:5px;
    margin:0 auto;
}

header{
    display:inline-block; font-size:12px;
}

span{
    padding-left:20px;
}

a{
    color:#ff5100;
}
.label-filter {
    text-align: right;
    clear: both;
    float:left;
    margin-right:15px;
}
.btn{
    background-color: #ff5100;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.images_petit {
    width:400px;
    height:400px;
}
.text-orange{
    color:#ff5100;
}
li {
    font-size: 14px !important;
    margin-left: 10px !important;
    list-style-type: circle !important;
}
.card-logo {
    float: left;
}
.main-header-client {
    background-color: #ff5100 !important;
    text-color: white !important;
}
.laser-card-box {
    background-color: #454443 !important;
}
#warranty-expire{
    padding-left: 30px;
    font-size: 25px;
}
th.sortable {
    cursor: pointer !important;
}
.tool-title {
    color: white !important;
    padding-top: 15px;
}
.editable-list {
    background-color: white !important;
}


/* Global */

.cta{
    font-weight: bold;
}

.amp-btn{
    background: #ff5100;
    border-radius: 0;
    transform: skew(-30deg);
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding: 13px 25px;
    display: inline-block;
}
.amp-btn:hover{
    text-decoration: none;
    background: #ff7433;
}
.amp-btn span{
    transform: skew(30deg);
    display: block;
    color: white;
}


/* Header */

header.main-header{
    background: white;
    padding: 15px;
}
header.main-header .dropdown .dropdown-toggle{
    color: #ff5100;
    font-size: 22px;
}
header.main-header .dropdown .dropdown-toggle:after{
    border: 0;
}
header.main-header .dropdown .dropdown-menu a{
    color: #ff5100;
}
header.main-header .dropdown .dropdown-menu a:hover{
    color: white;
    background: #ff5100;
}
header.main-header .container-info-user{
    line-height: 20px;
}
header.main-header .container-info-user a{
    line-height: 18px;
    font-size: 11px;
}



/* Footer */
footer#footer{
    margin-top: 25px;
    background: #ff5100;
    padding-top: 35px;
}
footer#footer h3{
    font-weight: bold;
    font-size: 15px;
    color: white;
}
footer#footer h3.icon-link a{
    margin-left: 10px;
}
footer#footer h3.icon-link a:first-child{
    margin-left: 0;
}
footer#footer a{
    color: white;
}
footer#footer .footer-text{
    font-size: 11px;
    color: white;
    margin-top: 15px;
    margin-bottom: 15px;
}
/* content */

#content{
    background: white;
    border-top: 15px solid #ff5100;
    border-radius: 4px 4px 0 0;
    padding: 15px;
    min-height: 90vh;
    margin-top: 15px!important;
}
#content h1{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}
#content h2{
    word-wrap: break-word;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 24px;
}
#content h3{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
#content h1:before, #content h2:before, #content h3:before{
    content:'/';
    color: #ff5100;
    padding-right: 15px;

}
#content .custom-figure{
    position: relative;
}
#content .custom-figure figcaption{
    padding: 15px 40px;
    border: 1px solid #000;
    background: white;
    max-width: 60%;
    position: absolute;
    top: 100px;
    left: 35%;
    font-size: 12px;
}
#content .custom-figure figcaption.opacity{
    background: rgba(255,255,255, .9);
}
#content .nav.flex-column.nav-pills{
    border-right: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0 30px;
}
#content .nav.flex-column.nav-pills .nav-link{
    padding: 13px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    font-weight: bold;
    position: relative;
}
#content .nav.flex-column.nav-pills .nav-link:hover{
    background: #ffefe8;
    border-radius: 0;
    transform: skew(-30deg);
}
#content .nav.flex-column.nav-pills .nav-link:hover span{
    transform: skew(30deg);
    display: block;
}
#content .nav.flex-column.nav-pills .nav-link:hover i{
    transform: skew(30deg);
    display: block;
    right: 15px;
}
#content .nav.flex-column.nav-pills .nav-link i{
    font-style: normal;
    color: white;
    background: #ff5100;
    width: 16px;
    height: 16px;
    line-height: 17px;
    font-size: 11px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 10px;
    transform: skew(0deg);
}
#content .nav.flex-column.nav-pills .nav-link.active{
    background: #ff5100;
    border-radius: 0;
    transform: skew(-30deg);
}

#content .nav.flex-column.nav-pills .nav-link.active i{
    font-style: normal;
    color: white;
    background: #666;
    width: 16px;
    height: 16px;
    line-height: 17px;
    font-size: 11px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 10px;
    transform: skew(30deg);
}
#content .nav.flex-column.nav-pills .nav-link.active span{
    transform: skew(30deg);
    display: block;
}

#content .nav.flex-column.nav-pills .nav-link.inactive{
    color: #777;
    background: white;
}
#content .nav.flex-column.nav-pills .nav-link.inactive.active i{
    transform: skew(30deg);
}
#content .nav.flex-column.nav-pills .nav-link.inactive i{
    font-style: normal;
    color: white;
    background: #ff5100;
    width: 16px;
    height: 16px;
    line-height: 17px;
    font-size: 11px;
    border-radius: 50px;
    position: absolute;
    top: 5px;
    right: 10px;
    transform: skew(0deg);
}
#content .nav.flex-column.nav-pills .nav-link.inactive:hover{
    background: rgba(119, 119, 119, .3);
    color: white;
}
#content .nav.flex-column.nav-pills .nav-link.inactive:hover span{
    transform: skew(30deg);
    display: block;
}
#content .nav.flex-column.nav-pills .nav-link.inactive:hover i{
    transform: skew(30deg);
    display: block;
    right: 15px;
}


#content .card-list{
    padding-top: 15px;
}
#content .card-list li .card{
    margin-bottom: 30px;
}

#content .navbar-nav input{
    margin-left: 15px;
}
#content .navbar-nav .nav-item{
    margin-left: 15px;
}
#content .navbar-nav .nav-item label{
    margin-bottom: 0;
}
#content .navbar-nav .nav-item select{
    height: 38px;
    background: white;
}

@media screen and (min-width:1200px) {
    .container {
        max-width: 1600px !important;
    }
}
/* Responsive part */
@media screen and (max-width: 480px){

    header.main-header .container-info-user{
        text-align: left;
    }

    header.main-header .container-info-user br{
        display: none;
    }
    header.main-header .container-info-user a{
        width: 50%;
        float: left;
    }

    header.main-header .container-info-user span{
        font-size: 10px;
        padding: 2px 0 0;
        width: 100%;
        display: block;
        text-align: left;
        line-height: 10px;
    }
    header.main-header .container-info-user a.link-edit-profile{
        text-align: left;
    }

    header.main-header .dropdown .dropdown-toggle{
        background: white;
        padding-left: 0;
    }

    #content{
        min-height: auto;
        padding: 15px 0 0 0;
    }

    #content .custom-figure figcaption{
        position: relative;
        max-width: 100%;
        left: auto;
        top: auto;
        margin-bottom: 15px;
    }

    #content .nav.flex-column.nav-pills{
        border-right: 0;
    }

    #content .navbar-nav .nav-item{
        margin-left: 0;
    }

    #content .navbar-nav .nav-item input{
        width: 70%;
        float: left;
        margin-left: 0;
    }
    #content .navbar-nav .nav-item button.btn{
        width: 20%;
        float: left;
        margin-top: 5px!important;
        margin-left: 5px;
    }
}

#platformLogo {
    display: block !important;
    max-width:230px !important;
    max-height:95px !important;
    width: auto !important;
    height: auto !important;
}

.secondaryCallToAction {
    color : #006373 !important;
}
figcaption {
    background: rgba(255,255,255, .8) !important;
}
.notif-bullet {
    position: absolute;
    top: 0px;
    right: 0px;
}
li {
    color: #496277 !important;
    font-weight: bold;
}

body{
    background:#222;
    text-align:center;
    font-size:180%;
    margin:2em;
    font-family: Calibri, arial, sans-serif;
}
.to-top{
    color:grey !important;
    padding-top:1.8em;
    display:inline-block;/* or block */
    position:relative;
    border-color:grey;
    text-decoration:none;
    transition:all .3s ease-out;
}
.to-top:before{
    content:'▲';
    font-size:.9em;
    position:absolute;
    top:0;
    left:50%;
    margin-left:-.7em;
    border:solid .13em grey !important;
    border-radius:10em;
    width:1.4em;
    height:1.4em;
    line-height:1.3em;
    border-color:inherit !important;
    transition:transform .5s ease-in;
}
.to-top:hover{
    color:orange;
    border-color:orange;
}
.to-top:hover:before{
    transform: rotate(360deg);
}
.empty-link {
    cursor: default !important;
}
.clearNotifications {
    color: #ff5100 !important;
    background-color: white !important;
}
.box__dragndrop,
.box__uploading,
.box__success,
.box__error {
    display: none; !important;
}
.box.has-advanced-upload {
    background-color: white; !important;
    outline: 2px dashed black; !important;
    outline-offset: -10px; !important;
}
.box.has-advanced-upload .box__dragndrop {
    display: inline; !important;
}
.box.is-dragover {
    background-color: grey; !important;
}
.box.is-uploading .box__input {
    visibility: none; !important;
}
.box.is-uploading .box__uploading {
    display: block; !important;
}

/* UPLOAD FORM */
/* frame size*/
.files input {
    outline: 2px dashed #92b0b3 !important;
    outline-offset: -10px !important;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear !important;
    transition: outline-offset .15s ease-in-out, background-color .15s linear !important;
    text-align: center !important;
    padding: 120px 0px 140px 30% !important;
    margin: 0 !important;
    width: 100% !important;
}

/*.color input{ background-color:#f1f1f1;}*/

/* cadre */
.files input:focus {
    outline: 2px dashed #92b0b3;  outline-offset: -10px !important;
    -webkit-transition: outline-offset .15s ease-in-out, background-color .15s linear !important;
    transition: outline-offset .15s ease-in-out, background-color .15s linear; border:1px solid #92b0b3 !important;
}

.files{
    position:relative;
}



/* PROGRESS BAR */
.progress {
    height: 3rem !important;
}
#browse_file {
    background-image: url("/assets/images/upload.png");
    background-repeat: no-repeat;
    background-position: 10% center;
    background-color: #f1f1f1;
}

.downloadButton {
    text-decoration: underline !important;
    color: #ff5100 !important;
    cursor: pointer;
}
.adminLink {
    color: blue !important;
}
.adminLink.active {
    background: lightblue !important;
}
.adminLink:hover {
    background: #00bcd4 !important;
}
.adminClientTitle {
    color: blue !important;
}

.cardTitleAdmin {
    color: blue !important;
}

.paginationClient {
    display: inline-block;
}

.paginationClient a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
}

.paginationClient a.active {
    background-color: #ff5100;
    color: white;
}
.loaderLasersList {
    margin-left: auto;
    margin-right: auto;
}
a.disabled {
    pointer-events: none;
    cursor: default;
}

table:not(.amplitudeToolsTable) thead, table:not(.amplitudeToolsTable) tbody { display: block; }

table:not(.amplitudeToolsTable) tbody {
    height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

table:not(.amplitudeToolsTable) tr td:nth-child(1) {
    width: 500px;
}
table:not(.amplitudeToolsTable) tr th:nth-child(1) {
    width: 500px;
}
table:not(.amplitudeToolsTable) tr td:nth-child(2) {
    width: 200px;
}
table:not(.amplitudeToolsTable) tr th:nth-child(2) {
    width: 200px;
}
table:not(.amplitudeToolsTable) tr td:nth-child(3) {
    min-width: 500px;
}
table:not(.amplitudeToolsTable) tr th:nth-child(3) {
    width: 500px;
    text-align:center;
}

@media screen and (max-width: 1600px){

    table:not(.amplitudeToolsTable) tr td:nth-child(1) {
        width: 400px;
    }
    table:not(.amplitudeToolsTable) tr th:nth-child(1) {
        width: 400px;
    }
    table:not(.amplitudeToolsTable) tr td:nth-child(2) {
        width: 150px;
    }
    table:not(.amplitudeToolsTable) tr th:nth-child(2) {
        width: 150px;
    }
    table:not(.amplitudeToolsTable) tr td:nth-child(3) {
        min-width: 400px;
    }
    table:not(.amplitudeToolsTable) tr th:nth-child(3) {
        width: 400px;

    }
}
@media screen and (max-width: 1400px){

    table:not(.amplitudeToolsTable) tr td:nth-child(1) {
        width: 300px;
    }
    table:not(.amplitudeToolsTable) tr th:nth-child(1) {
        width: 300px;
    }
    table:not(.amplitudeToolsTable) tr td:nth-child(2) {
        width: 120px;
    }
    table:not(.amplitudeToolsTable) tr th:nth-child(2) {
        width: 120px;
    }
    table:not(.amplitudeToolsTable) tr td:nth-child(3) {
        min-width: 300px;
    }
    table:not(.amplitudeToolsTable) tr th:nth-child(3) {
        width: 300px;

    }
}
@media screen and (max-width: 1200px){

    table:not(.amplitudeToolsTable) tr td:nth-child(1) {
        width: 198px;
    }
    table:not(.amplitudeToolsTable) tr th:nth-child(1) {
        width: 240px;
    }
    table:not(.amplitudeToolsTable) tr td:nth-child(2) {
        width: 120px;
    }
    table:not(.amplitudeToolsTable) tr th:nth-child(2) {
        width: 120px;
    }
    table:not(.amplitudeToolsTable) tr td:nth-child(3) {
        min-width: 200px;
    }
    table:not(.amplitudeToolsTable) tr th:nth-child(3) {
        width: 200px;

    }
}