/* initialisation */
body {
    /*	padding: 0px;
        margin: 0px;
        width: 100%;

        font-size: 13px;
        color: #000;
        font-family: Arial, Helvetica, sans-serif;*/
}
form {
    padding: 0px;
    margin: 0px;
}
img {
    border: 0px;
}

.clear {
    clear: both;
}

.msgOk {
    color: green;
    font-weight: bold;
    padding: 10px;
}
.msgError {
    color: red;
    font-weight: bold;
    padding: 0 10px 25px 10px;
}


a.disabled {
    opacity: 0.4;
}



/**** surcharge style bootstrap */

.navbar-inverse.navbar-sulky {
    background-color: #000;
    border-color: #000;
}
.navbar-inverse.navbar-sulky .navbar-nav > li > a {
    color: #ffffff;
    font-weight: bold;
}
.navbar-inverse.navbar-sulky .navbar-nav > li > a:hover,
.navbar-inverse.navbar-sulky .navbar-nav > li > a:focus {
    color: #ccc;
}

.tab-content > .tab-pane {
    padding-top: 15px;
}

@media (min-width:1200px){
    .modal-xlg {
        width:1180px
    }
}


.btn {
    border-radius: 0;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
    font-weight: bold;
}
.btn-primary:hover,
.btn-primary:active {
    color: #fff;
    background-color: #555;
    border-color: #555;
}


/* end surcharge style bootstrap*/



.boxPadding {
    padding: 0 25px;
}

.boxPadding.center {
    margin: 0 auto;
}
.boxPadding.miseenroute {
    max-width: 1250px;
}
.boxPadding.garantie {
    max-width: 1550px;
}

#jstreeBox {
    overflow: auto; /* pour contrebalancer le no-warp des li du jstree */
}


div.top_logo_sulky {
    position: absolute;
    top: 25px;
    right: 25px;
}


fieldset.login_sulky {
    /*background-image: url("/img/logo-flou.jpg");*/
    background-position: bottom left;
    background-repeat: no-repeat;
    /*min-height: 700px;*/
    padding-top: 200px;
    max-width: 700px;
    margin: 0 auto;
    /*padding-left: 300px;*/
}



#top_nav_master {
    min-height: 148px;
}

#top_nav_master a,
#top_nav_master a:hover,
#top_nav_master a:active {
    text-decoration: none;
}


#top_nav_master .nav_mobile {
    display: none;
}

#top_nav_master .nav_top_right {
    position: absolute;
    top: 10px;
    right: 40px;
    text-align: right;
}
#top_nav_master .nav_top_right a {
    color: #999;
    display: inline-block;
    padding-left: 25px;
    font-weight: bold;
}
#top_nav_master .nav_top_right a:hover,
#top_nav_master .nav_top_right a:active,
#top_nav_master .nav_top_right a.active {
    color: #000;
    text-decoration: none;
}

#top_nav_master .logo_sulky {
    position: absolute;
    top: 40px;
    right: 25px;
    height: 103px;
}
#top_nav_master .userlogin {
    background-image: url(../img/ico-user.png);
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 68px;
    min-width: 66px;
    text-align: center;
    color: #999;
    margin: 15px 0 0 40px;
    display: inline-block;
}
#top_nav_master .userlogin:hover {
    text-decoration: none;
    color: #000;
}

#top_nav_master #lienPanier {
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 0px;
    min-width: 66px;
    text-align: center;
    color: #999;
    margin: 15px 0 0 40px;
    display: inline-block;
}
#top_nav_master #lienPanier:hover {
    color: #000;
}
#top_nav_master #lienPanier span.glyphicon {
    display: block;
    font-size: 32px;
    padding-bottom: 16px;
}

#top_nav_master #link_help {
    background-position: top center;
    background-repeat: no-repeat;
    padding-top: 0px;
    min-width: 66px;
    text-align: center;
    color: #999;
    margin: 15px 0 0 40px;
    display: inline-block;
}
#top_nav_master #link_help:hover {
    color: #000;
}
#top_nav_master #link_help span.glyphicon {
    display: block;
    font-size: 32px;
    padding-bottom: 16px;
}

div.top_search_master {
    margin: 0 70px 20px 70px;
    border-bottom: 1px solid #999999;
    padding-bottom: 20px;
}
div.top_search_master .top_search{
    margin: 0 auto;
    max-width: 800px;
}



.accueilTxtBox {
    position: absolute;
    z-index: 10;
    margin-top: 30px;
    margin-left: -325px;
    width: 650px;
    left: 50%;
    padding: 20px;
    border: 2px solid #666;
    background-color: rgba(180, 180, 180, 0.8);
}




/* tag */
div.tagInputMaster {

}
div.tagInputMaster .tagMainBox {
    padding: 3px;
}
div.tagInputMaster .tagMainBox .tagBt {
    padding: 2px 4px 2px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #E0EAF1;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 4px;
    box-shadow: 1px 1px 0px #aaa;
}
div.tagInputMaster .tagMainBox .tagBt span {
    cursor: pointer;
    margin-left: 3px;
}
div.tagInputMaster .inpTagName {

}
div.tagInputMaster .tagListPopin {
    display: none;
    border: 1px solid #ddd;
    position: absolute;
    width: 95%;
    z-index: 5;
    background-color: #fff;
    box-shadow: 1px 1px 3px #aaa;
}
div.tagInputMaster .tagListPopin .tagListElem {
    border-bottom: 1px solid #ddd;
    cursor: pointer;
    padding: 4px;
}
div.tagInputMaster .tagListPopin .tagListElem:last-child {
    border-bottom: 0;
}
div.tagInputMaster .tagListPopin .tagListElem:hover {
    background-color: #ddd;
}
div.tagInputMaster .btAddTag {

}



div#fileListMain {

}

div.fileListMainBox {

}
div.fileListMainBox div.fbox {
    display: inline-block;
    width: 160px;
    border: 1px solid #e3e3e3;
    margin: 0 7px 8px 7px;
    padding-top: 5px;
}
div.fileListMainBox div.fbox:hover {
    border: 1px solid #c9c9c9;
}

div.fileListMainBox div.fbox.ui-selected {
    border: 1px solid #333;
    background-color: #eee;
}

div.fileListMainBox div.fbox .ibox {
    text-align: center;
    width: 150px;
    height: 150px;
    vertical-align: middle;
    display: table-cell;
    padding-left: 5px;
}
div.fileListMainBox div.fbox .ibox img {
    vertical-align: middle;
    max-width: 100%;
}
/*div.fileListMainBox div.fbox .nom {*/
/*    font-weight: bold;*/
/*    font-size: 11px;*/
/*    white-space: nowrap;*/
/*    overflow: hidden;*/
/*    text-overflow: ellipsis;*/
/*    padding: 5px 0 4px 7px;*/
/*}*/
div.fileListMainBox div.fbox .nom {
    font-weight: bold;
    font-size: 11px;
    /* white-space: nowrap; */
    overflow: hidden;
    /* text-overflow: ellipsis; */
    padding: 5px 0 4px 7px;
    height: 48px;
    line-height: 13px;
}
div.fileListMainBox div.fbox .actbox {
    text-align: right;
    padding: 0 5px 5px 0;
}
div.fileListMainBox div.fbox .actbox a {
    display: inline-block;
    margin-left: 12px;
}


div.fileDetailMainBox {

}
div.fileDetailMainBox div.fbox {

}
div.fileDetailMainBox div.fbox .form-group {
    margin-bottom: 0px;
}
div.fileDetailMainBox div.fbox .ibox{
    padding-bottom: 10px;
    /*	min-height: 200px;
        vertical-align: middle;*/
    text-align: center;
}
div.fileDetailMainBox div.fbox .ibox img {
    max-width: 100%
}
div.fileDetailMainBox div.fbox .nom {

}
div.fileDetailMainBox div.fbox .mediaType {

}
div.fileDetailMainBox div.fbox .date {

}
div.fileDetailMainBox div.fbox .media {

}
div.fileDetailMainBox div.fbox .media .file {

}
div.fileDetailMainBox div.fbox .media .filesize {

}
div.fileDetailMainBox div.fbox .tags {

}
div.fileDetailMainBox div.fbox .tags h4 {
    font-size: 13px;
    font-weight: bold;
}
div.fileDetailMainBox div.fbox .tags .tag {
    padding: 2px 4px 2px 6px;
    border: 1px solid #ccc;
    border-radius: 2px;
    background-color: #E0EAF1;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 4px;
    box-shadow: 1px 1px 0px #aaa;
}


.liste_fichier  {
    padding-left: 30px;
}
.liste_fichier h4 {
    font-weight: bold;
    font-size: 22px;
}


div.choix_cat_box {
    max-width: 550px;
    margin-left: 40px;
    padding-bottom: 25px;
}
div.choix_cat_box h4 {
    font-size: 16px;
}
div.choix_cat_box label {
    float: left;
    display: block;
    width: 270px;
}

div.file_by_cat_title {
    font-weight: bold;
    border-bottom: 1px solid #555;
    margin-bottom: 16px;
    font-size: 20px;
    color: #000;
}
div.file_by_cat_box {
    padding-bottom: 26px;
}


div.home_footinfo {
    color: #666;
    max-width: 950px;
    margin: 0 auto;
}
div.home_footinfo a {
    color: #999;
}

div.home_footinfo .col1 {
    float: left;
    width: 33%;
    padding: 0 15px;
}
div.home_footinfo .col2 {
    float: left;
    width: 66%;
    padding: 0 15px;
}
div.home_footinfo .col2 li {
    padding: 0 0 4px 0;
}
div.home_footinfo ul {

}
div.home_footinfo li {
    font-size: 14px;
}
div.home_footinfo h2 {

}



.table-striped tbody tr.paysLine {
    background-color: #000;
    color: #fff;
    font-weight: bold;
}
.table tbody tr td.username {
}
.table tbody tr td.username .nochild {
    display: inline-block;
    width: 14px;
    height: 14px;
}
.table tbody tr td.username.lvl_2 {
    padding-left: 20px;
}
.table tbody tr td.username.lvl_3 {
    padding-left: 40px;
}
.table tbody tr td.username.lvl_4 {
    padding-left: 60px;
}
.table tbody tr td.username.lvl_5 {
    padding-left: 80px;
}
.table tbody tr td.username.lvl_6 {
    padding-left: 100px;
}
.table tbody tr td.username.lvl_7 {
    padding-left: 120px;
}
.table tbody tr td.username.lvl_8 {
    padding-left: 140px;
}


.modalChoixParentList div.userBox {
    padding: 5px;
}

.list_top_lang {

}
.list_top_lang a {
    font-weight: bold;
    display: inline-block;
    padding-right: 20px;
}

.row.lineSn {
    padding-bottom: 15px;
}
.row.lineSn .error {
    padding-top: 8px;
    color: red;
}
.row.lineSn .info {
    line-height: 30px;
}

.btn-fonce,
.btOkSn {
    background-color: #000;
    border-color: #000;
}

#merCoords h2 {
    margin: 38px 0 18px 0;
}

.recap_sn {
    padding-top: 15px;
    font-size: 16px;
}

.garantie_existefile {
    padding-bottom: 20px;
}
.garantie_existefile .new {
    padding: 12px 0 0 16px;
}

.choix_univers {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    height: 100%;
}
.choix_univers .box {
    margin: 0 40px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.choix_univers a {
    font-size: 20px;
    text-align: center;
    color: #000;
    font-weight: bold;
}
.choix_univers span {
    display: block;
    border: 4px solid #000000;
    border-radius: 34px;
    width: 140px;
    height: 132px;
    margin: 0 auto 14px auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.choix_univers .miseenroute span {
    background-image: url(/img/picto-miseenroute-s-v2.png);
}
.choix_univers .garantie span {
    background-image: url(/img/picto-gp.png);
}
.choix_univers .documents span {
    background-image: url(/img/picto-livre-s-v2.png);
}

.confirm_add_file_cart {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    padding: 8px 10px;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
    display: none;
}


.file_inp_multi {
    margin-bottom: 10px;
}


.info_piece_site {
    margin: 18px 0 40px;
    padding: 14px;
    border: 3px solid #000;
    max-width: 550px;
    background-color: #DDF1F2;
    font-size: 18px;
}
.info_piece_site a {
    font-weight: bold;
}

.toplistlink {
    padding: 8px 0 10px 0;
}
.toplistlink.front {
    padding: 35px 0 0px 0;
}
.toplistlink a {
    display: inline-block;
    margin: 0 20px 0 0;
    font-weight: bold;
    font-size: 18px;
}
.toplistlink a.active {
    color: #000;

}

.ico-aide-click {
    cursor: pointer;
}
.img_garantie_view {
    max-width: 320px;
}

.gar_comment_print {
    display: none;
}

.gar_view_info_mainbox {
    max-width: 600px;
    padding-top: 15px;
    padding-bottom: 22px;
}
.gar_view_info_mainbox2 {
    max-width: 600px;
    padding-top: 15px;
}

.gar_box_action {
    padding-bottom: 15px;
}
.gar_box_linkback {
    padding: 18px 0;
}

.gr_foot_print_admin {
    display: none;
}

.gr_foot_print_admin .tab1 {
    font-weight: bold;
    border: 2px solid #000;
    width: 100%;
}
.gr_foot_print_admin .tab1 td {
    border: 2px solid #000;
    padding: 2px 6px;
}
.gr_foot_print_admin .tab2 {
    font-weight: bold;
    border: 2px solid #000;
    border-top: 0;
    width: 100%;
}
.gr_foot_print_admin .tab2 td {
    border: 2px solid #000;
    border-top: 0;
    text-align: center;
    padding: 2px 6px;
}
.gr_foot_print_admin .tab3 {
    font-weight: bold;
    border: 2px solid #000;
    border-top: 0;
    width: 100%;
}
.gr_foot_print_admin .tab3 td {
    border: 2px solid #000;
    border-top: 0;
    height: 60px;
    padding: 2px 6px;
}
.gr_foot_print_admin .tab3 th {
    background-color: #ddd;
    border: 2px solid #000;
    border-top: 0;
    padding: 2px 6px;
}
.gr_foot_print_admin .observ {
    font-weight: bold;
    padding: 4px 6px;
    height: 40px;
    border-left: 2px solid #000;
    border-right: 2px solid #000;
}

.gr_admin_autre_ref {

}
.gr_admin_autre_ref td {
    border: 1px solid #000;
    padding: 6px 8px;
}
.gr_admin_autre_ref td .ref_qty {
    width: 50px;
}
.gr_box_view_mo {
    display: none;
}
.gr_link_back_bottom {
    padding-bottom: 40px;
    padding-top: 40px;
}

@media screen and (min-width: 501px) and (max-width: 1024px) {
    #top_nav_master .logo_sulky {
        height: auto;
        top: 60px;
    }
    #top_nav_master .logo_sulky img {
        max-width: 300px;
    }
    #top_nav_master .userlogin {
        margin: 40px 0 0 40px;
    }
}

@media screen and (max-width: 500px) {

    div.top_logo_sulky {
        position: relative;
        top: initial;
        right: initial;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    div.top_logo_sulky img {
        max-width: 100%;
    }

    fieldset.login_sulky {
        background-image: none;
        min-height: unset;
        padding-top: 0px;
        max-width: 100%;
        margin: 0 auto;
        padding-left: 0;
    }



    #top_nav_master {
        min-height: auto;
    }
    #top_nav_master .nav_top_right {
        display: none;
    }
    #top_nav_master .logo_sulky {
        position: relative;
        top: initial;
        right: initial;
        height: auto;
        padding: 10px 0 22px 10px;
    }
    #top_nav_master .logo_sulky img {
        max-width: 60%;
    }
    #top_nav_master .userlogin {
        display: none;
    }
    #top_nav_master #lienPanier {
        position: absolute;
        top: 10px;
        right: 15px;
        padding-top: 0px;
        min-width: 66px;
        margin: 0;
    }
    #top_nav_master #lienPanier span.glyphicon {
        display: block;
        font-size: 24px;
        padding-bottom: 6px;
    }


    #top_nav_master .nav_mobile {
        display: block;
        padding: 0 0 20px 0;
    }
    #top_nav_master .nav_mobile a {
        color: #999;
        display: block;
        text-align: center;
        font-size: 24px;
        padding-left: 0;
        padding-bottom: 12px;
        font-weight: bold;
    }
    #top_nav_master .nav_mobile a:hover,
    #top_nav_master .nav_mobile a:active,
    #top_nav_master .nav_mobile a.active {
        color: #000;
        text-decoration: none;
    }
    #top_nav_master .nav_mobile a.logout {
        font-size: 14px;
        padding-top: 8px;
    }


    .boxPadding {
        padding: 0;
    }


    .liste_fichier {
        padding-left: 0px;
    }
    div.fileListMainBox div.fbox {
        width: 150px;
        margin-bottom: 14px;
    }

    .modal-footer .btn {
        margin-bottom: 14px;
    }
    .modal-footer .btn + .btn {
        margin-bottom: 14px;
        margin-left: 5px;
    }


    div.home_footinfo {
        color: #999;
        max-width: 100%;
        margin: 0 auto;
    }

    div.home_footinfo .col1 {
        float: none;
        width: 100%;
    }
    div.home_footinfo .col2 {
        float: none;
        width: 100%;
    }

    div.top_search_master {
        margin: 0 10px 30px 10px;
        border-bottom: 1px solid #999999;
        padding-bottom: 20px;
    }



}