div.inline {
    float:left;
}
.clearBoth {
    clear: both;
}
body {
    margin:0px;
    padding:0px;
    width:100%;
    background-color: #fcfcfc;
}f
.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;
}
.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{
    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-repeat: no-repeat;
    background-position: 10% center;
    background-color: #f1f1f1;
}
.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0;
}

.container {
    font-family: 'Lato', sans-serif;
    width: 1000px;
    margin: 0 auto;
}

.wrapper {
    display: table-cell;
    vertical-align: middle;
}

.nav {
    margin-top: 40px;
}

.pull-right {
    float: right;
}

a, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #999;
}

/* Breadcrups CSS */

.arrow-steps .step {
    font-size: 14px;
    text-align: center;
    color: #666;
    cursor: default;
    margin: 0 3px;
    padding: 10px 10px 10px 30px;
    min-width: 180px;
    float: left;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: background-color 0.2s ease;
    background: #ffefe8;
    border-radius: 0;
    transform: skew(-30deg);
    font-weight: bold;
    text-transform: uppercase;
}

.arrow-steps .step span {
    display:block;
    text-decoration:none;
    transform: skew(30deg);
}

.arrow-steps .step.current {
    color: #fff;
    background-color: #ff5100;
}

#v-pills-tab {
    display: inline !important;

}
.button5 {
    border-radius: 50% !important;
}
.ui-icon-close {
    cursor: pointer;
}
.ui-dialog {
    background-color: white !important;
}
.txtrename {
    display:none;
    width:120px;
    transform: skew(30deg);
}
a   {
    display:block;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.progress-bar {
    background: #ff5100 !important;
}
#stepsContainer {
    overflow: scroll;
    overflow-y: hidden;
}
.userManagementHeader {
    background-color: #dadada !important;
}
.templateManagementHeader {
    background-color :  #006373 !important;
    color: white;
}
.ui-icon-close {
    display: inline-block !important;
}
a {
    display: inline-block !important;
}
form {
    width: 100%;
}
@media all and (max-width: 480px)  {
    .half {
        float: left !important;
        width: 50% !important;
    }
}
a {
    width: 100%;
}
.icon-status, #mainStatus {
    width: 45px;
    height: 45px;
}
.card-link {
    cursor: pointer;
}
#js-total-runtime {
    width: 100px; /* to make it fit inside the table*/
}
.modal-slg {
    min-width: 1200px !important;
}
.reviewCenter {
    text-align:center;
}
.informationPreview {
    display: inline-block;
}
.mainMenuLink, #logsLink {
    display: inline !important;
}
#addGraphButton, #addAdminGraphButton, #addCommentButton, #showGraphButton, #validate-3 {
    font-size: inherit;
}
#graph {
    width: 700px;
}

/* PDF PREVIEW CSS */
.platformLogo {
       width: 20% !important;
}
.smallLogo {
    width: 55px !important;
}
.pageHeader {
    white-space: nowrap;
    vertical-align:middle;
}
.pageHeader .platformLogo {
    float: left;
}
.pageHeader .smallLogo {
    float: right;
    vertical-align:middle;
}
.pageHeader h1 {
    position: relative;
}
.removeGraphButton, .comment-delete {
    border-radius: 50% !important;
    width: 50px !important;
    margin-left:10px;
}
#graphArea td, #graphTable td {
    text-align: left;
    vertical-align: top;
}
.modifiedOrangeTitle {
    padding-top: 0 !important;
    color: #606676 !important;
}
.modifiedOrangeTitle:before {
    content:'/' !important;
    color: #ff5100 !important;
    padding-right: 15px !important;
}
#expandButton {
    margin-top: 20px;
}
.HcFooter {
    font-size: 11px !important;
}
div.title-orange:nth-child(2) {
    padding-right: 1610px !important;
}
ul {
    list-style: none !important;
}
.fa-arrow-right {
    color: #ff5100 !important;
}
#step-2 > div:nth-child(1) {
    padding: 0px !important; /* action plan title to avoid useless and unaesthetic padding above comments */
}
#coherenceTable th, #coherenceTable td {
    font-weight:normal;
    padding:5px;
    color: #e2e2e2;
}
#coherenceTable th {
    background: #ff8833;
    color: white !important;
}
#coherenceTable tr + tr th, #coherenceTable tbody th {
    background: #f1f1f1;
}
#coherenceTable tr + tr, #coherenceTable tbody {
    text-align:center;
}
#coherenceTable, #coherenceTable th, #coherenceTable td {
    border-collapse:collapse;
    table-layout:fixed;
}
.containerMainInfo {
    width: auto !important;
}
.mainCoherenceTableInfos {
    font-size: 18px;
    vertical-align: center !important;
    horiz-align: center !important;
}
.whiteColumn {
    width: 50px !important;
}
#ckContainer {
    border: 3px dashed #006373;
    padding: 20px;
}

.validate_button{
    -webkit-appearance: none;
    background-color: #FF5101;
    text-transform: uppercase;
    color: white;
    border-radius: 3px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
}

.validate_button.disabled, .validate_button:disabled {
    opacity: .65;
}

.addgraph_button{
    -webkit-appearance: none;
    background-color: #FF5101;
    text-transform: uppercase;
    color: white;
    border-radius: 3px;
    padding: 10px 30px;
    border: none;
    cursor: pointer;
}