body, html{
    height:100%;
}

table.black-links td a{
    color:inherit !important;
}

a, a:hover{color:#7d6f5e}

/* GENERAL */
.merithalle-btn {
    padding: 5px 10px;
    border-radius: 20px;
    text-decoration: none;
    border:none;
    outline: none;
    color:#FFF !important;
}

.merithalle-btn:not(.active) {
    opacity: 0.3;
}
.merithalle-btn:hover{
    opacity: 0.8;
    text-decoration:none;
}

.merithalle-btn.default{
    color:#FFF;
    background: #7d6f5e; /* Old browsers */
    background: -moz-linear-gradient(top, #7d6f5e 0%, #948475 50%, #948475 50%, #7d6f5e 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7d6f5e 0%,#948475 50%,#948475 50%,#7d6f5e 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7d6f5e 0%,#948475 50%,#948475 50%,#7d6f5e 100%);
}

.merithalle-btn.year-choice{

    display: inline-block;
    padding:5px 30px;
    font-size:18px;
    margin-right:50px;
    margin-bottom: 10px;
}

.merithalle-btn.important{
    color:#FFF;
    background: #a54e5a; /* Old browsers */
    background: -moz-linear-gradient(top, #a54e5a 0%, #b7767b 50%, #b7767b 50%, #a54e5a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #a54e5a 0%,#b7767b 50%,#b7767b 50%,#a54e5a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #a54e5a 0%,#b7767b 50%,#b7767b 50%,#a54e5a 100%);
}

.merithalle-card{
    border:1px solid #555555;
    border-radius: 30px;
    padding:20px;
}

/** LOGIN **/
.merithalle-card.login{
    margin-top:50px;
    padding-top:80px;
}


.merithalle-card.login input{
    border:none;
    border-bottom:1px solid #555555;
    padding:10px 2px;
}

div.error{text-align: center;color:#ff5b5b;}

.login-settings{
    font-size:14px;
    color:#808080;
}

/* TOPBAR */
.topbar{
    border-bottom:2px dotted #7C6B58;
    height:100px;
    position:fixed;
    top:0;
    right:0;
    left:0;
    z-index: 1000;

}
.topbar .logo{
    width:250px;
    float:left;
    border-right:2px dotted #7C6B58;
    background:#FFF;
    display: flex;
    justify-content: center;
    align-items: center;
}
.topbar .logo a{
    display: inline-block;
}
.topbar .header{
    width:calc(100% - 250px);
    float:left;
    background:#7C6B58 url('../images/header-normal-2019.jpg') center center no-repeat;
    background-size: cover;
    color:#FFF;
}

.topbar .header .page-title{
    font-size:25px;
    margin-left:30px;
    text-transform: uppercase;
}

.topbar .header a.user-info-link{
    font-size:18px;
    color:inherit;
    text-decoration: none;
    display: inline-block;
    padding-right:50px;
    background:url('../images/user-logo.svg') right center no-repeat;
    background-size: contain;
    margin-right: 50px;
    height: 30px;
    line-height: 30px;

    vertical-align: middle;
}

.topbar a.action-menu-picto{
    display:inline-block;
    width:30px;
    height: 30px;
    background:url('../images/glyphicons-basic-198-open-circle.svg') center center no-repeat;
    background-size: 100%;
    vertical-align: middle;
    margin:0 20px;
}

.topbar a.action-menu-picto.search{
    background:#FFF url('../images/picto-bidon.svg') center center no-repeat;
    border-radius: 50%;
    background-size: 50%;
    width: 30px;
    height: 30px;
    margin-right:0px;
}

.topbar a.action-menu-picto.benchmark{
    background:#FFF;/* url('../images/picto-bidon.svg') center center no-repeat;*/
    border-radius: 50%;
    background-size: 50%;
    width: 30px;
    height: 30px;
    margin-right:0px;
    text-align: center;
    line-height: 30px;
    font-size:19px;
    font-weight:bold;
    text-decoration: none;
}

.topbar a.action-menu-picto.search:hover,
.topbar a.action-menu-picto.benchmark:hover{
    background-color: #eeeeee;
}

.topbar a.action-menu-picto span{
    display:none;
}

/* LEFT MENU */
.sidebar{
    background: #F5EEEA;
    border-right:2px dotted #7C6B58;
    position: fixed;
    top: 0px;
    padding-top:100px;
    bottom: 0;
    left: 0;
    width: 250px;
    z-index: 100;
    overflow:auto;
}

.sidebar ul.app-menu,
.sidebar ul.app-menu ul
{
    margin:0;
    padding:0;
    list-style: none;
}

.sidebar ul.app-menu > li{
    border-bottom:2px dotted #7C6B58;
    margin:0 30px;
    text-align: center;
    padding-bottom:20px;
}
.sidebar ul.app-menu > li > a{
    display:block;
    color:#998475;
    text-transform:uppercase;
    padding-top:50px;
    /*background:url('../images/picto-production-rapport.png') center 20px no-repeat;*/
    background-position:center 20px;
    background-repeat: no-repeat;
    background-size: 30px;
}


.sidebar ul.app-menu > li > ul{
    background:url('../images/down-arrow.svg') center 10px no-repeat;
    background-size:20px;
    padding-top:30px;
    display: none;
}
.sidebar ul.app-menu > li.active > ul{
    display:block
}

.sidebar ul.app-menu > li > ul > li > a{
    display: block;
    background-color:#fff;
    margin-bottom:2px;
    color:#998475;
    font-size:12px;
    padding:2px 0;
}
.sidebar ul.app-menu > li > ul > li > a:hover{
    text-decoration:none;
    background-color:unset;
    color:#FFF;
}
.sidebar ul.app-menu > li > ul > li.active > a{
    background-color:unset;
    color:#FFF;
}

/* CONTENT */
.content{
    padding-left:250px;
    padding-top:100px;
    background: inherit;
}

.card-title{
    border-bottom:2px dotted #7C6B58;
}
.card-body{background: #fafafa;}

img.form-picto{
    max-width:50px;
    max-height: 50px;
    vertical-align: middle;
}

.widget{
    border:1px dotted #ccc;
    border-bottom:2px solid #ccc;
    background: #fbfbfb;
}

div.nav-tabs-horizontal{

}

div.nav-tabs-horizontal ul li{
    padding:10px 30px;
    background:#FFF;
    border-right:1px solid #cccccc;
}

div.nav-tabs-horizontal ul li a{
    color:#000;
}

div.tab-content{
    padding:30px;
}

div.nav-tabs-horizontal ul li.active{
    border-bottom:2px solid #0b0b0b;
}

.list-group-item a{
    font-size:14px;
    color:#000 !important;
}

/* FORMULAIRE */
.wr-field{display:none;}
.gp-group{display:none;}
.sub-level td{display:none;font-style: italic;}
.form-group{
    /*border-bottom: 1px solid #ccc;*/
    font-size:14px;
    padding-bottom: 10px;
}
form.login .form-group{
    border-bottom: 0;
}

a.foldable{display: inline-block;width:30px;height:30px;background:url('../images/glyphicons-basic-631-circle-plus.svg') center center no-repeat;background-size: 100%;vertical-align: middle}
a.foldable.open{background:url('../images/glyphicons-basic-632-circle-minus.svg') center center no-repeat;}
a.foldable span{
    display:none;
}
a.foldable.small{width:20px;height:20px;}

a.client-comment{
    display: block;
    cursor:pointer;
    width:30px;
    height:30px;
    background:url('../images/glyphicons-basic-238-chat-message.svg') center center no-repeat;
    background-size:contain;
}
a.client-comment.with-comment{
    background:url('../images/glyphicons-basic-852-subtitles-plus.svg') center center no-repeat;
}

.faq-file{float:right;font-size:14px;}
td.tabs{
    padding:10px 0 0 0;
}

td.tabs div.tab{
    display: inline-block;
    padding:5px 10px;
    /*background: #F5EEEA;*/
    border-top:1px solid #F5EEEA;
    border-left:1px solid #F5EEEA;
    border-right:1px solid #F5EEEA;
    background: #FFF;
    cursor:pointer;
    vertical-align:bottom;
}

td.tabs div.tab a{
    color: #a4a4a4;
    text-decoration: none;
}

td.tabs div.tab.active a{
    font-weight:bold;
    color: #000;
}
/*td.tabs div.tab.active{*/
/*    font-weight:bold;*/
/*    background: #998475;*/
/*    color:#FFF;*/
/*}*/

tr.sep td{border-color:#FFF;}
tbody{border:none !important;}


/* LEGACY */
.form-user input[type=text]:not(.field-script){
    font-family: Arial;
    text-align: right;
    border-radius: 30px;
    box-shadow:inset 0 0 5px 5px #eeeeee;
    background: #fff;
    border:1px solid #aaaaaa;
}
.form-user input[type=text]:placeholder-shown{
    background: rgb(255, 248, 187);
    box-shadow:none;
}

.form-user input[type=text].estimated{
    font-style:italic;
    color: #525252;
}

.form-user input[type=text].na{
    box-shadow:none;
    color: #525252;
    background:#ccc;
}

input.field-script:disabled{-webkit-text-fill-color:#FFF;color:#FFF;}
input.field-script, input.field-script:disabled{background:transparent;text-align: right;border:none !important;font-style: italic;font-weight:bold;}

input.prev-year, input.prev-year:disabled{border:none;text-align: right;background:transparent;-webkit-text-fill-color:#cccccc;color:#ccc;}
span.prev-year{text-align: right;display: block;}
span.prev-year.field-script{font-style: italic;}

textarea#comment-textarea{
    width:300px;
    height:100px;
    outline:none;
    border:1px solid #ccc;
    border-radius: 3px;
    resize: vertical;
}
.popover{max-width: 500px;}
button{outline:none;}

.table td,.table th{border:2px dotted #FFF;border-top:none;border-bottom:none;vertical-align: middle;}
.table th{background:#F5EEEA;}
.table td.form-label, .table td.form-unit{font-weight:bold;}

tr.table-header th{
    color:#FFF;
    background:#998475;
    text-transform: uppercase;
}

tr.table-sub-header th{
    border-top:7px solid #FFF;
    border-bottom:7px solid #FFF;
    color:#4D4D4D;
}

tr.field-type-header td{
    border-top:7px solid #FFF;
    background:#F5EEEA;
}

tr.field-type-script{
    background:#867878;
    color:#FFF;
}

td.padding-1{
}

td.padding-2{
    padding-left:30px;
}

td.form-label.script{text-align: right;font-style:italic;font-weight: bold;}

tr.right td{text-align: right;}

table.management-item-chooser td{padding:10px;vertical-align: top;text-align: left;}
table.management-item-chooser td input, table.management-item-chooser td select{text-align: left;}

input.readonly{background-color: #f5f5f5 !important; text-align: left !important;}

.simple-page-form .btn,
.simple-page-form input[type=submit]{background-color:#1a88a9;color:#FFF;cursor: pointer;width: 100%;}
.simple-page-form .btn:hover,
.simple-page-form input[type=submit]:hover{background-color: #1a96b7;}
.simple-page-form input[type=submit]{border-radius: 5px;}

.validate{background: #e7f5eb;}

/* DASHBOARD */
div.dashboard-wrapper{
    border-radius: 2px;
    border:2px dotted #7C6B58;
    width: 100%;
}
div.dashboard-col-wrapper{
    position:relative;
}
div.dashboard-col-wrapper .logo-wrapper{
    width:40px;
    height: 40px;
    position:absolute;
    background:#FFF;
    border-radius: 50%;
    left:50%;
    margin-left: -20px;
    top:-24px;
}
div.dashboard-col-wrapper .logo-wrapper img{
    width:100%;
}

div.dashboard-col-wrapper div.title{
    text-align: center;
    color:#FFF;
    padding:25px 0 15px 0;
    margin-top: 30px;
}

div.dashboard-col-wrapper div.body{
    margin-top:5px;
    background:#F2F2F2;
    padding:5px;
}


div.dashboard-col-wrapper div.body div.bar{
    height:14px;
    padding:2px;
    background:#FFF;
    width: 100%;
    margin-top: 5px;
    position:relative;
    overflow: hidden;
}

div.dashboard-col-wrapper div.body div.bar div.progress-bar {
    height:10px;
    background:#FF0000;
    width:0%;
}

div.dashboard-col-wrapper div.concern-row{
    margin:20px 10px;
}
div.dashboard-col-wrapper div.concern-row div.logo{
    display:inline-block;
    vertical-align: middle;
    width:30px;
}

div.dashboard-col-wrapper div.concern-row div.logo img{
    max-width: 90%;
    max-height: 40px;
}

div.dashboard-col-wrapper div.concern-row div.logo.formation img{
    height:40px;
    width: unset;
}

div.dashboard-col-wrapper div.concern-row div.status{
    display:inline-block;
    vertical-align: middle;

    width:calc(100% - 40px);
}

div.dashboard-col-wrapper div.concern-row div.status div.text{
    font-size:12px;
    font-weight: bold;
}

div.dashboard-col-wrapper div.concern-row div.status div.text div.name{
    float:left;
    width:calc(100% - 60px);
}

div.dashboard-col-wrapper div.concern-row div.status div.text div.name a{
    color:inherit;
}

div.dashboard-col-wrapper div.concern-row div.status div.text div.value{
    float:right;
}

/* User privileges */
tr.privilege-all-row{
    background:#7C6B58;
    color:#FFF;
}
tr.privilege-domain-row{
    background: #998475;
    color: #f3f3f3;
}
tr.privilege-concern-row td.privilege-name{
    padding-left:30px;
}
tr.privilege-concern-row td{
    border-bottom:1px solid #d2bfa1;
}

ul{list-style: none;}

/* */
div.list-item{
    border:1px dotted #ccc;
    border-left:2px solid #7C6B58;
    padding:5px 10px;
    margin-bottom:30px;
    margin-top: 10px;
    background: #fdfdfd;
}

.wineroute .delete-item{
    display:inline-block;
    width:30px;
    height:30px;
    background:url('../images/glyphicons-basic-17-bin.svg') center center no-repeat;
}

#add-route{
    background:url('../images/glyphicons-basic-191-circle-empty-plus.svg') left center no-repeat;
    padding-left:30px;
    color:inherit;
}

blockquote{
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

span.warning{
    color: #db5a00;
    font-weight:bold;
}

/**/
#treatments-table-overlay{
    position:fixed;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(0,0,0,0.8);
}
#treatments-table-wrapper{
    position:absolute;
    top:3%;
    right:2%;
    left:2%;
    bottom:3%;
    background: #e4ddd9;
    border-radius: 5px;
}
#treatments-table-wrapper .header{
    padding:10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background:#F5EEEA;
}
#treatments-table-wrapper iframe{
    border:none;
    width:100%;
    height:calc(100% - 50px);
}

/** Treatments table */
table.treatments-table{font-size:11px;}

table.treatments-table th{color:#FFF;vertical-align: middle;font-weight: normal;padding:5px;text-align: center;padding-right:5px !important;}
/*
table.treatments-table th.manual{background:#7db16a}
table.treatments-table th.base{background:#6eb6c2}
table.treatments-table th.calcul{background:#fea347}
*/
table.treatments-table th.manual{background:#000}
table.treatments-table th.base{background:#000}
table.treatments-table th.calcul{background:#000}

table.treatments-table td{text-align: center;padding:5px 6px;border:1px solid #ccc;}
table.treatments-table td.end-treatment{border-bottom:2px solid #acacac !important;}

.field-error{font-size:11px;color: #9b0000;}
.required-asterisk{font-size:12px;color: #9b0000;vertical-align: super}
#close-treatments-table{position:absolute;right:10px;top:5px;}

.duplicatable-item.disabled{color:#CCC;}

.dataTables_scrollBody{overflow-x: scroll; overflow-y: scroll;}

span.has-znt{color:#FF0000;}

/** SWITCH **/
.switch-wrapper{
    text-transform: none;
    font-size:16px;
    float:right;
    width:auto;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 26px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d20000;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2bb800;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2bb800;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.print-only{
    display:none;
}

/* SEARCH ENGINE */
.search-page-content{
    margin-top:100px;
}

.toggle-search-filters{
    display: inline-block;
    height:30px;
    line-height: 30px;
}

.search-page-content .search-header{
    /*border-bottom:1px solid #ccc;*/
    padding:5px 0;
    background:#F5EEEA;
}

.search-page-content .search-header h2{
    font-size:23px;
}

.topbar .header.search{
    /*background:#7C6B58;*/
    background: #a0907e;
}

.topbar .header.search h1{
    font-size:25px;
    line-height: 25px;
}
.topbar .header.search div.explanation{
    font-size:13px;
    line-height: 13px;
}

.topbar .header.search div.right-menu{
    position:absolute;
    right:15px;
    top:15px;
}

.contact-search-engine{
    display: inline-block;
    /*border:1px dotted #fff;*/
    padding:5px;
    margin-top:4px;
}
.contact-search-engine a{
    color:inherit;
    text-decoration: underline;
    cursor: pointer;
}
.contact-search-engine a:hover{
    text-decoration: none;
}
.search-filters-wrapper{
    height:calc(100vh - 143px);
    overflow-y: scroll;
    overflow-x: hidden;
    white-space: nowrap;
    background:#F5EEEA;
    position:absolute;
    left:0;
    width:350px;
    transition-duration: 0.5s;
}

.search-filters-wrapper.filters-closed{
    width:0;
}

.search-content{
    margin-left:350px;
    transition-duration: 0.5s;
    padding:20px;
}
.search-content.filters-closed{
    margin-left:0;
}

.search-filters-wrapper .filter-block,
.search-filters-wrapper .filter-recap{
    padding:5px 10px 5px 20px;
    /*margin-left:10px;*/
    border-top:1px solid #000;
    font-size:13px;
}

.search-filters-wrapper .filter-recap{
    background: #e0dad4;

}

.search-filters-wrapper .filter-block .filter-block-header,
.search-filters-wrapper .filter-recap .filter-recap-header{
    text-transform: uppercase;
    font-weight:bold;
    padding:5px 0;
}

.search-filters-wrapper .filter-block .filter-block-header{
    background:url('../images/glyphicons-basic-631-circle-plus-marron.svg') right center no-repeat;
    background-size:20px;
    cursor: pointer;
}

.search-filters-wrapper .filter-block .filter-block-header.open{
    background-image:url('../images/glyphicons-basic-632-circle-minus-marron.svg');
}

.search-filters-wrapper .filter-block-content{
    display: none;
}

.search-filters-wrapper .filter-block .filter-block-content.open{
    display: block;
}

.search-filters-wrapper .filter-block-content label{
    margin-bottom: 0;
}

.search-filters-wrapper .filter-block-content input{
    margin-right: 10px;
}

.search-filters-wrapper .filter-recap-content span.operator{
    color:#cccccc;
    font-style: italic;
}

.update-index{
    line-height: 12px;
}
.secondary{
    color:#cccccc;
    font-style: italic;
    font-size:12px;
    line-height: 12px;
}

#search-results-preview{
    position:absolute;
    width: 260px;
    right:15px;
    min-height: 200px;
    background: #fafafa;
    display: none;
    z-index: 1;
    border:1px solid #ccc;
    /*padding:10px;*/
    text-align: left;
}

#search-results-preview a{
    display: block;
    font-size:13px;
    padding:10px;
    border-bottom:1px solid #ccc;
    text-decoration: none;
}

#search-results-preview a:hover{
    background:#998475;
    color:#FFF;
    border-bottom:1px solid #998475;
}

.search-result-datatable{
    border:1px dashed #ccc;
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
}

.search-result-datatable td,
.search-result-datatable th{
    border:1px dashed #ccc;
    padding:2px 5px;
}

.search-result-datatable th{
    padding:5px;
    background:#F5EEEA;
}

.product-detail-table{
    font-size:14px;
    color:#7A5E5D;
    width: 100%;
}

.product-detail-table th{
    color:#7A5E5D;
    background:#F5EEEA;
    text-align: right;
    width:20%;
}
.product-detail-table td{
    background: #fafafa;
    width:30%;
}

.product-detail-table th,
.product-detail-table td{
    border:1px dashed #ccc;
    padding:5px;
}

#search-terms-input{
    padding-left:30px;
    background:#FFF url('../images/glyphicons-basic-28-search.svg') left 5px center no-repeat;
    border:1px solid #ccc;
    background-size:20px;
    width:100%;
}

label.disabled{
    color:#cccccc;
}

label span.wr-name{
    font-size:10px;
    color:#ccc;
}

/* Benchmark */
.toolbar{
    margin-top: 100px;
    padding:10px;
    background:#F2ECE6;
}

.toolbar .left{
    display: inline-block;
}
.toolbar .center{
    display: inline-block;
}
.toolbar .right{
    display: inline-block;
    float: right;
    text-align: right;
}
.page-center{
    width:100vw;
    height:calc(100vh - 150px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.benchmark-preview-wrapper{
    border:1px solid #000;
}
.benchmark-preview-wrapper table.row-item{
    width:100%;
}
.benchmark-preview-wrapper table.row-item td.dash-right{
    border-right: 1px dashed #000;
}
.benchmark-preview-wrapper table.row-item.dash-top{
    border-top: 1px dashed #000;
}
table.benchmark-preview{
    width: 100%;
}

table.benchmark-preview tr.data,
table.benchmark-preview tr.legend,
table.benchmark-preview tr.panel{
    text-align: center;
    font-family: "Helvetica", Sans-Serif;
}

table.benchmark-preview tr.title td{
    text-align: center;
}
table.benchmark-preview tr.title div.title{
    margin-bottom: 10px;
    text-transform: uppercase;
    display: inline-block;
    padding:3px 20px 3px 20px;
    border-bottom:2px solid #000;
}
table.benchmark-preview tr.data td{
    height: 120px;
    color:#907F6E;
    font-family: "Helvetica", Sans-Serif;
    font-size:15px;
}
table.benchmark-preview tr.data td.simple-background {
    background-repeat: no-repeat;
    background-position: center center;
}
table.benchmark-preview tr.legend{
    font-weight: 100;
    line-height: 15px;
    font-size:13px;

}
table.benchmark-preview tr.legend td{
    padding:10px 0;
    height: 65px;
}

table.benchmark-preview tr.panel td{
    color:#FFF;
    font-style: italic;
}

.form-item table td{
    padding-right:10px;
}
.filter-block-content .form-item table td input{
    margin-right:4px !important;
}

.col-xs-offset-right-12 {
    margin-right: 100%;
}
.col-xs-offset-right-11 {
    margin-right: 91.66666667%;
}
.col-xs-offset-right-10 {
    margin-right: 83.33333333%;
}
.col-xs-offset-right-9 {
    margin-right: 75%;
}
.col-xs-offset-right-8 {
    margin-right: 66.66666667%;
}
.col-xs-offset-right-7 {
    margin-right: 58.33333333%;
}
.col-xs-offset-right-6 {
    margin-right: 50%;
}
.col-xs-offset-right-5 {
    margin-right: 41.66666667%;
}
.col-xs-offset-right-4 {
    margin-right: 33.33333333%;
}
.col-xs-offset-right-3 {
    margin-right: 25%;
}
.col-xs-offset-right-2 {
    margin-right: 16.66666667%;
}
.col-xs-offset-right-1 {
    margin-right: 8.33333333%;
}
.col-xs-offset-right-0 {
    margin-right: 0;
}
@media (min-width: 768px) {
    .col-sm-offset-right-12 {
        margin-right: 100%;
    }
    .col-sm-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-sm-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-sm-offset-right-9 {
        margin-right: 75%;
    }
    .col-sm-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-sm-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-sm-offset-right-6 {
        margin-right: 50%;
    }
    .col-sm-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-sm-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-sm-offset-right-3 {
        margin-right: 25%;
    }
    .col-sm-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-sm-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-sm-offset-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 992px) {
    .col-md-offset-right-12 {
        margin-right: 100%;
    }
    .col-md-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-md-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-md-offset-right-9 {
        margin-right: 75%;
    }
    .col-md-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-md-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-md-offset-right-6 {
        margin-right: 50%;
    }
    .col-md-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-md-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-md-offset-right-3 {
        margin-right: 25%;
    }
    .col-md-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-md-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-md-offset-right-0 {
        margin-right: 0;
    }
}
@media (min-width: 1200px) {
    .col-lg-offset-right-12 {
        margin-right: 100%;
    }
    .col-lg-offset-right-11 {
        margin-right: 91.66666667%;
    }
    .col-lg-offset-right-10 {
        margin-right: 83.33333333%;
    }
    .col-lg-offset-right-9 {
        margin-right: 75%;
    }
    .col-lg-offset-right-8 {
        margin-right: 66.66666667%;
    }
    .col-lg-offset-right-7 {
        margin-right: 58.33333333%;
    }
    .col-lg-offset-right-6 {
        margin-right: 50%;
    }
    .col-lg-offset-right-5 {
        margin-right: 41.66666667%;
    }
    .col-lg-offset-right-4 {
        margin-right: 33.33333333%;
    }
    .col-lg-offset-right-3 {
        margin-right: 25%;
    }
    .col-lg-offset-right-2 {
        margin-right: 16.66666667%;
    }
    .col-lg-offset-right-1 {
        margin-right: 8.33333333%;
    }
    .col-lg-offset-right-0 {
        margin-right: 0;
    }
}