/* ============================================================== =
    EXTENSO.CSS
    --
    CSS FOR EXTENSO 5
    Date: SEPTEMBER 22 - 2014 - ETIENNE
    ============================================================== = */

/* GENERIQUE ================ */
.sn h1,
.sn h2 {
  width: auto;
}
.sn h1 {
  font-size: 1.125em;
  /*18px*/
  line-height: 115%;
  font-weight: 500;
  color: #32361D;
  display: block;
  margin: 0;
}
.sn h2 {
  font-size: 14px;
  line-height: 115%;
  font-weight: 600;
  color: #2b84c0;
  display: block;
  margin: 0;
}

.sn b, .sn strong {
  font-weight: 600;
}
.sn em {
  font-weight: 400;
  font-style: italic;
}
.sn p {
  font-size: 12px;
  line-height: 120%;
  font-weight: 400;
  orphans: 3;
  widows: 3;
}
.sn .hidden {
  display: none;
}
.sn ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sn{
    font-family: 'Open Sans', helvetica, arial, sans-serif;
    font-weight: normal;
}
.sn .sn_clear {
    clear: both;
    height: 0;
    font-size: 0;
    line-height: 0;
}
.sn .width_15 {
    width: 15px;
}
.sn .width_30 {
    width: 30px;
}
.sn .error {
    color: red;
}
.sn input[type="text"].sn_field_error, .sn input[type="text"].sn_field_error2, .sn input[type="password"].sn_field_error, .sn input[type="password"].sn_field_error2, .sn textarea.sn_field_error, .sn select.sn_field_error {
border-color: #be3a38;
}
.sn .margin_top_25 {
    margin-top: 25px;
}
.sn  .alert {margin-bottom:10px;}
.sn label {
    font-size: 12px;
	line-height:18px;
    font-weight: normal;
    color: #666666;
    display: inline-block;
    margin-bottom: 3px;
}
.sn form input[type="text"], .sn .sn_mtd input[type="text"], .sn form input[type="password"], .sn form textarea {
    margin: 5px 5px 5px 0;
    display: block;
    position: relative;
    border: 1px solid #ccc;
    outline: none;
    font-size: 13px;
    font-weight: 300;
    padding: 7px 8px;
    border-radius: 5px!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.sn .before_fixed_content_layout form input[type="text"], .sn form#search-form input[type="text"], .sn .before_fixed_content_layout .sn_mtd input[type="text"], .sn .before_fixed_content_layout .sn form input[type="password"], .sn form textarea {
    display: inline-block;
}
.sn form input[type="text"]:hover, .sn .sn_mtd input[type="text"]:hover, .sn form input[type="password"]:hover, .sn form textarea:hover, .sn form input[type="text"]:focus, .sn form input[type="password"]:focus, .sn form textarea:focus {
    border-color: #5fcaf8;
}
.sn .btn-blue {
    background-color: #5fcaf8;
    color: #ffffff;
}
.sn .btn-blue:hover {
    background-color: #226daf;
    color: #ffffff;
}
.sn .btn-gray {
    color: #666666;
    background-color: #dddddd;
    border-color: #dddddd;
}
.sn .btn-gray:hover {
    color: #666666;
    background-color: #F8F8F8;
    border-color: #dddddd;
}

.sn .plus-btn { /* pt 2015-01-26 */
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 4px 11px 3px 11px;
    display: inline-block;
    min-width: 30px;
    vertical-align: middle;
}

/* fixed_content_layout - LIST sn_layout2 - media query */
@media only screen and (max-width: 1000px) {
    .sn .fixed_content_layout {
        top: 210px;
    }
    .sn .fixed_content_layout.model_2 {
        top: 150px;
    }
    .sn .no_iframe .fixed_content_layout {
        top: 175px;
    }
    .sn .no_iframe .fixed_content_layout.model_2 {
        top: 215px;
    }
    .sn .index_right_layout.no_iframe.no_title .fixed_content_layout.model_2 {
        top: 165px;
    }
    .sn .no_iframe .fixed_content_layout.model_3 {
        top: 155px;
    }
    .sn .no_iframe.filter_2_lines .fixed_content_layout {
        top: 235px;
    }
}

/* fixed_content_layout - LIST sn_layout2 - ie7, ie8 */
.sn .sn_layout2 .fixed_content_layout {
    top: 210px;
}
.sn .sn_layout2 .fixed_content_layout.model_2 {
    top: 150px;
}
.sn .sn_layout2 .no_iframe .fixed_content_layout {
    top: 175px;
}
.sn .sn_layout2 .no_iframe .fixed_content_layout.model_2 {
    top: 215px;
}
.sn .sn_layout2 .index_right_layout.no_iframe.no_title .fixed_content_layout.model_2 {
    top: 165px;
}
.sn .sn_layout2 .no_iframe .fixed_content_layout.model_3 {
    top: 155px;
}
.sn .sn_layout2 .no_iframe.filter_2_lines .fixed_content_layout {
    top: 235px;
}
.sn .before_fixed_content_layout:after {
    content: " ";
    display: table;
    clear: both;
}

/* MODIFICATION POSITION DES DIV FIX ET ABSOLUTE POUR LE SLIDE PANEL EN MODE FULL PAGE */
/* start no prefix */
.sn_slide_panel .tabs {
    position: relative;
}
.sn_slide_panel .tabs_wrapper.fixed_children .content {
    position: relative!important;
    top: 0!important;
}
/* end no prefix */

.sn .page-header-blue {
	line-height: 44px;
	padding: 0 15px;
	display: block;
	background-color: #2b84c0;
	border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	margin-top: 15px;
	margin-bottom: 15px;
	vertical-align: middle;
}
.sn .page-header-blue h1 {
	font-size: 15px;
	line-height: 44px;
	color: #ffffff;
	margin:0;
	padding:0;
	float:left;
	margin-right: 30px;
}    
.sn .page-header-blue .form-group {
	margin-top: 5px;
	margin-bottom: 5px;
}

/*-------------------------------------------    
   POP UP CSS
-------------------------------------------*/
/* start no prefix */
.sn.sn_popup.ui-dialog {
    padding: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-shadow: 0 0 5px #939393;
    -moz-box-shadow: 0 0 5px #939393;
    box-shadow: 0 0 5px #939393;
    z-index: 1112;
    -webkit-overflow-scrolling: touch;
}
.sn.sn_popup.ui-dialog.ui-corner-all {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.sn.sn_popup.ui-dialog .ui-dialog-titlebar {
    padding: 10px 40px 10px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #2b84c0;
    border: 1px solid #2b84c0;
    position: relative;
}
.sn.sn_popup.ui-dialog .ui-dialog-title {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.sn.sn_popup.ui-dialog .ui-dialog-titlebar-close {
    background: transparent;
    border: none;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
.sn.sn_popup.ui-dialog .ui-icon.ui-icon-closethick {
    background-image: none;
    height: 20px;
    width: 20px;
}
.sn.sn_popup.ui-dialog .ui-widget-content {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.sn.sn_popup.ui-dialog .ui-widget-content.m2_block.form {
    padding: 0;
}
.sn.sn_popup.ui-dialog .ui-widget-content.m2_block.form form {
    background: #FFFFFF;
}
.sn.sn_popup .ui-tabs .ui-tabs-nav li.ui-tabs-selected {
    border-color: transparent;
    padding-bottom: 0;
}
.sn.sn_popup .ui-tabs .ui-tabs-nav li.ui-tabs-hover {
    border-color: transparent;
    padding-bottom: 0;
}
.sn.sn_popup .ui-state-default, .sn.sn_popup .ui-widget-content .ui-state-default {
    border-color: transparent;
    padding-bottom: 0;
}
.sn.sn_popup .ui-state-active a:link, .sn.sn_popup .ui-state-active a:visited {
    font-weight: bold;
}
.sn.sn_popup .ui-widget input, .sn.sn_popup .ui-widget select, .sn.sn_popup .ui-widget textarea, .sn.sn_popup .ui-widget button {
    font-family: 'Open Sans', sans-serif;
}
.sn.sn_popup .ui-widget-overlay {
    background: #666666;
    opacity: 0.5;
}
/* end no prefix */

.sn .sn_blue_header{
  background:#2b84c0; 
  border-top-left-radius:5px; 
  border-top-right-radius:5px; 
  margin:15px 0 0 0;
  color: #fff;
  padding:5px 15px;
}                    
.sn .sn_box-white{
  background:#ffffff; 
  border-bottom-left-radius:5px; 
  border-bottom-right-radius:5px; 
  margin:0 0 15px 0;
  overflow: hidden;
}
.sn .sn_box-white.padding{
  padding:10px;
}

/* =====================================================================================
LIST PAGE 
===================================================================================== */

/* list_menu_top - LIST sn_layout2 - ie7, ie8 */

.sn .sn_layout2 .list_menu_top .m1_a {
    padding: 0 5px;
    font: bold 11px/34px arial;
}
.sn .sn_layout2 .list_menu_top .m1_block.add_icon .m1_a {
    padding: 0;
}
.sn .m1_block a {text-decoration: none;}
.sn .list_header {
    padding: 4px 0;
    /*margin: 10px 0 11px 0;*/
}
.sn .list_menu_top {
    margin: 0 0 11px 0;
    padding: 8px 10px;
    border: 1px solid #2b84c0;
    background-color: #2b84c0;
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}
.sn .list_menu_top .m1_block {
    float: left;
    position: relative;
    margin: 2px;
}
.sn .m1_block.on .m2_block {
    display: block;
}
.sn .list_menu_top .btn-sm {
    border: solid 1px #ffffff;
}
.sn .list_menu_top a.btn-sm {
    color: #ffffff;
}
.sn .btn_sm {
    color: #ffffff;
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: solid 1px #ffffff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    white-space: nowrap;
    padding: 8px 10px 8px 25px;
    position: relative;
    font-size: 12px;
    line-height: 100%;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.sn .btn_sm  .fa-globe{
    margin-right:5px;
}
/*.sn .btn_sm  .fa-globe:only-child{
    margin-right:0;
}*/
.sn .list_menu_top .m1_block.on .m1_a.btn_sm {
    color: #ffffff;
    background-color: #5fcaf8;
    border-color: #5fcaf8;
}
.sn .list_menu_top .m1_block:hover .m1_a.btn_sm, .sn .list_menu_top .m1_block .m1_a.btn_primary {
    color: #ffffff;
    background-color: #5fcaf8;
    border-color: #5fcaf8;
}
.sn .list_menu_top .m1_block:hover .m1_a.btn_primary {
    background-color: #1ba6df;
    border-color: #39b1e3;
}
.sn .list_menu_top .m1_block .m1_a.btn_secondary {
    color: #32323a;
    background-color: #ddd;
    border-color: #ddd;
}
.sn .list_menu_top .m1_block:hover .m1_a.btn_secondary {
    color: #32323a;
    background-color: #eee;
    border-color: #eee;
}
.sn .list_menu_top .m1_block.add_icon:hover .m1_a {
    opacity: 0.7;
    filter: alpha(opacity=70);
}
.sn .list_menu_top .m1_block.add_icon .m1_a {
    border-right: 0;
    width: 15px;
    padding: 0;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
.sn .list_menu_top .m1_block.add_icon_1 .m1_a {
    background: url('/extenso/css/images/filters.png') no-repeat 100% 50%;
}
.sn .list_menu_top .m2_block, .sn .pagination_wrapper .m2_block, .sn .table .uid-btn-group .m2_block {
    min-width: 150px;
    display: none;
    position: absolute;
    top: 29px;
    left: -1px;
    border: solid 1px #eeeeee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #FFFFFF;
    white-space: nowrap;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, .15);
    overflow: hidden;
    z-index: 10;
}

.sn .form_menu {padding: 15px;margin: 0;background: #ffffff;}
.sn .form_menu  input[type='text'], /* pt 2015-01-26 */
.sn .form_menu  input[type='password'] {padding:4px;height:29px;width:168px;}
.sn .form_menu  select {line-height:23px;width:168px;}
.sn .form_menu  textarea{margin-left:0;margin-right:0;}
.sn .form_menu  .width-100{width:100%;margin-left:0;margin-right:0;}
.sn .form_menu  input.width-100{width:100%;margin-left:0;margin-right:0;}
.sn .form_menu  .width-auto{width:auto;}

.sn .list_menu_top .m1_block.add_icon +.m1_block .m2_block {
    left: -16px;
}
.sn .list_menu_top .m2_a, .sn .pagination_wrapper .m2_a, .sn .table .uid-btn-group .m2_a {
    display: block;
    padding: 8px 10px;
    font-size: 13px;
    color: #666666;
    text-decoration: none;
}
.sn .table th a{text-decoration: none; color:#226fb3;}

.sn .list_menu_top .m2_a:hover, .sn .pagination_wrapper .m2_a:hover, .sn .table .uid-btn-group .m2_a:hover {
    background: #f1f2f7;
}
.sn .list_menu_top .checkbox.has-pretty-child {
    clear: none;
    float: right;
    padding-right: 15px;
    padding-top: 3px;
}
.sn .list_menu_top .checkbox.has-pretty-child label {
    color: #fff;
}
.sn .list_menu_top .m2_block a i.fa, .sn .pagination_wrapper .m2_block a i.fa, .sn .table .uid-btn-group .m2_block a i.fa {
    margin-right: 5px;
}
/*buttons*/

.sn .btn_sm {
    padding: 8px;
}
.sn .btn:hover, .sn .btn_sm:hover {
    text-decoration: none;
}
.sn .list_header {
    padding: 4px 0;
}
.sn .index_right_layout.no_title .list_header {
    display: none;
}
.sn .list_header h1 {
    margin: 0;
    font: 18px/22px arial;
    color: #969696;
}
.sn .list_header .info {
    float: right;
    font: 11px/22px arial;
    color: #969696;
}
.sn .list_header .alert {
    /*max-width: 360px;*/
}
.sn .sn_popup.ui-dialog .ui-widget-content a.m1_a {
    color: #ffffff!important;
}
/* ==================================================
search form dans la bande bleu 
================================================== */

@media \0screen {
    .sn .sn_search button {
        margin-top: -1px;
    }
    .sn .pagination_wrapper select {
        padding-bottom: 4px;
    }
    .sn .pagination>li>a {
        padding-left: 4px;
        padding-right: 4px;
    }
}
/*IE9+*/

@media screen and (min-width: 0\0) {
    .sn .sn_search .input-group-btn span {
        padding-top: 7px;
    }
    .sn .pagination_wrapper select {
        padding-bottom: 4px;
    }
}
/*WEBKIT*/

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .sn .sn_search .input-group-btn span {
        padding-top: 7px;
        padding-bottom: 10px;
    }
}

/* global search */
.sn form.sn_search .input-group-addon {
    height: 35px;
}
.sn form.sn_search input[name='sn_global_search'] {
    margin: 0;
    padding: 7px;
    height: 35px;
}
.sn form.sn_search .btn {
    height: 35px;
}
.sn .input-group-btn > .btn + .btn {
    border-left: 1px solid #c0c0c0;
}
.sn form.sn_search input[type="text"] {
    padding-bottom: 8px;
    /* border-radius: 0 !important; pt 2015-01-26 */
	border-radius: 4px 0 0 4px!important;
}
.sn .sn_search .input-group-addon {
    border-radius: 0;
}
.sn .sn_search .input-group-btn:last-child > .btn {
    margin-left: -4px;
}
.sn .sn_search button {
    /* font-size: 17px; 2014-10-10 paul */
    background: #ccc;
    padding-left: 12px;
    margin-left: 0px;
    border-radius: 0;
}
.sn .sn_search .input-group-btn span {
    font-size: 13px;
    padding: 8px 9px 9px 9px;
    background: #ddd;
}
.sn .sn_search .radius-left {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}
.sn .sn_search .radius-right button {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}
/* search */

.sn .sn_search {
    float: right;
    width: 275px;
    margin: 0;
    padding: 0;
}
.sn .sn_search.model_2 {
    padding: 7px 10px 0 0;
}
.sn .sn_search .form-control {
    width: 100%;
}
/* FILTERS ---------------------------- */

.sn .filters {
    width: 100%;
    padding: 10px;
    margin: 0;
    color: #8D8D8D;
    border-bottom: solid 1px #ddd;
}
.sn .wrap_filters {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 0;
    border: 1px solid #E9E9E9;
    padding: 3px 3px 3px 10px;
    font-size: 12px;
    background-color: #f4f6fc;
}
.sn .wrap_filters .filters {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    margin: 0;
    border: 0;
    padding: 2px 0 0 0;
}
.sn .filters label, .sn .filters select {
    margin-right: 5px;
}
.sn .filters label, .sn .filters select {
    margin-right: 5px;
}
.sn .filters .input-group {
    margin-top: -2px;
}
.sn .filters .input-group .btn, .sn .input-group-sm>.input-group-btn .ui-datepicker-trigger.btn {
    padding: 9px 12px 9px 25px;
}
.sn form.filters {
    padding-top: 9px;
    padding-bottom: 9px;
}
.sn form.filters label {
    color: #5fcaf8;
}
.sn form.filters i.fa {
    font-size: 13px;
}
/* PAGINATION ------------------------------- */

/*pagination*/

.sn ul.pagination {
    float: left;
    border: none;
}
.sn .pagination_wrapper:after {
	content: " ";
    display: table;
    clear: both;
}
.sn .pagination_wrapper label {
    color: #5fcaf8;
}
.sn .pagination_wrapper span.info {
    color: #767676;
    line-height: 32px;
}
.sn .pagination_wrapper select {
    color: #767676;
    float: right;
}
.sn .pagination_wrapper .pagination {
    position: relative;
}
.sn .fixed_content_layout .pagination_wrapper {
    padding-left: 0;
}
.sn .pagination_wrapper {
    padding: 10px 0;
}
.sn .pagination > .disabled > a, .sn .pagination > .disabled > a:hover {
    color: #d2d2d2;
}
.sn .pagination_wrapper .info >.form-inline {
    float: right;
    margin-left: 16px;
}
.sn .pagination_wrapper .info >.form-inline input[type='text'] {
    line-height: 16px;
    margin: 0;
    width: 50px;
}
.sn .pagination_wrapper .info > span {
    float: right;
}
.sn .pagination label.checkbox {
    padding-top: 7px;
}
.sn .pagination_wrapper .breadcrumb {
    float: left;
    margin: 0 0 0 50px;
}
.sn .pagination_wrapper .breadcrumb:first-child {
    margin: 0;
}
.sn .pagination_wrapper .breadcrumb a {
    line-height: 30px;
    color: #5fcaf8;
}
.sn .pagination_wrapper .m2_block.actions-top {
    left: 33px;
}
.sn .pagination_wrapper .m2_block.actions-bottom {
    position: relative;
    width: 150px;
    float: left;
    top: -94px;
    left: -74px;
}
.sn .pagination_wrapper .m2_a.separator, .sn .table .uid-btn-group .m2_a.separator {
    border-bottom: 1px solid #ccc;
}
.sn .custom-checkbox {
    line-height: 35px;
}
.sn .pagination_wrapper .m2_block a.danger, .sn .table .uid-btn-group .m2_block a.danger {
    color: red;
}
.sn .pagination_wrapper .checkbox.has-pretty-child {
    clear: none;
    float: left;
    padding-left: 10px;
    display: block;
    position: relative;
}
.sn .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px
}
.sn .pagination_wrapper .pagination>li {
    display: inline;
}
.sn .pagination_wrapper .pagination>li>a, .sn .pagination_wrapper .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #428bca;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.sn .pagination_wrapper .pagination>li:first-child>a, .sn .pagination_wrapper .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.sn .pagination_wrapper .pagination>li:last-child>a, .sn .pagination_wrapper .pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.sn .pagination_wrapper .pagination>li>a:hover, .sn .pagination_wrapper .pagination>li>span:hover, .sn .pagination_wrapper .pagination>li>a:focus, .sn .pagination_wrapper .pagination>li>span:focus {
    color: #2a6496;
    background-color: #eee;
    border-color: #ddd;
}
.sn .pagination_wrapper .pagination>.active>a, .sn .pagination_wrapper .pagination>.active>span, .sn .pagination_wrapper .pagination>.active>a:hover, .sn .pagination_wrapper .pagination>.active>span:hover, .sn .pagination_wrapper .pagination>.active>a:focus, .sn .pagination_wrapper .pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
.sn .pagination_wrapper .pagination>.disabled>span, .sn .pagination_wrapper .pagination>.disabled>span:hover, .sn .pagination_wrapper .pagination>.disabled>span:focus, .sn .pagination_wrapper .pagination>.disabled>a, .sn .pagination_wrapper .pagination>.disabled>a:hover, .sn .pagination_wrapper .pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.sn .pagination_wrapper .pagination-lg>li>a, .sn .pagination_wrapper .pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
}
.sn .pagination_wrapper .pagination-lg>li:first-child>a, .sn .pagination_wrapper .pagination-lg>li:first-child>span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.sn .pagination_wrapper .pagination-lg>li:last-child>a, .sn .pagination_wrapper .pagination-lg>li:last-child>span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.sn .pagination_wrapper .pagination-sm>li>a, .sn .pagination_wrapper .pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
}
.sn .pagination_wrapper .pagination-sm>li:first-child>a, .sn .pagination_wrapper .pagination-sm>li:first-child>span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.sn .pagination_wrapper .pagination-sm>li:last-child>a, .sn .pagination_wrapper .pagination-sm>li:last-child>span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
/* BREADCRUMB ----------------------------------- */

.sn .breadcrumb {
    /*padding: 5px 0px 0px;*/
	padding: 0 0 4px 5px;
    /*margin-bottom: 20px;*/
	margin-bottom: 10px;
    font-size: 11px;
    list-style: none;
    background-color: #ffffff;
    border-radius: 4px;
	display:inline-block; /* pt 2015-01-20 */
}
.sn .breadcrumb>li {
    display: inline-block;
	font-size:12px;
	letter-spacing:0.2px;
}
.sn .breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.sn .breadcrumb>li a {
    /*color: #32323a;*/
	color: #5fcaf8;
}
.sn .breadcrumb>li a:hover {text-decoration:none;}
/* =====================================================================================
END LIST PAGE 
===================================================================================== */

/* =====================================================================================
PAGE EDIT
===================================================================================== */

.sn .edit_buttons_bar {
    margin: 0 0 5px 0;
}
.sn .edit_content {
    margin-top: 20px;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
    background: #FAFAFA;
}
.sn .edit_content:first-child {
    margin-top: 0;
}
.sn .edit_content.fixed_children .edit_content_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 130px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.sn.sn_popup #sn_modal_container .edit_content_2 {
	position: relative!important;
  	top: 15px;
}
.sn .no_iframe .edit_content.fixed_children .edit_content_2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 40px;
}
.sn .edit_2_cols .left_col {
    padding-right: 20px;
    vertical-align: top;
}
.sn .edit_2_cols .right_col {
    border-left: 1px dotted #DDDDDD;
    padding-left: 20px;
    vertical-align: top;
}
.sn .edit_header {
    padding: 4px 0;
}
.sn .edit_header h1 {
    margin: 0;
    font: 18px/22px arial;
    color: #969696;
}
.sn .edit_header h1 span {
    color: #2b84c0;
}
.sn .edit_header .info {
    float: right;
    font: 11px/22px arial;
    color: #969696;
}
.sn .edit_header_2 {
    background-color: #f1f2f7;
    padding: 0 10px;
    height: 26px;
    line-height: 26px;
    color: #B6B6B6;
    font-size: 12px;
    /*margin-top: -11px;*//*COMMENTER PAR ETIENNE LE 11 NOVEMBRE 2014*/
}
.sn .edit_header_2 .sep {
    padding: 0 8px;
}
.sn .edit_header_2 .info_change {
    float: right;
}
.sn .edit_content_2 {
    padding: 10px;
    /*border:1px solid #D4D4D4;*/
    border-width: 0 1px 1px 1px;
    background: #FAFAFA;
}
.sn .edit_table {
    color: #595858;
}
.sn .edit_table tr:first-child td {
    border-top: none;
}
.sn .edit_table tbody tr:hover td, .sn .edit_table tbody tr:hover th {
    background-color: transparent;
}
.sn .edit_table tbody tr:hover td, .sn .edit_table tbody tr:hover th {
    background-color: transparent;
}
.sn .edit_table>tbody>tr>td:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sn .edit_table>tbody>tr>td.td_width_c:first-child {
    font-weight: bold;
}
.sn .edit_table .btn-primary {
    margin: 5px;
}
.sn .edit_table select {
    margin: 5px;
}
.sn .sn-color-picker .input-group-addon {
    border-radius: 5px 0 0 5px;
    width: 20px;
    padding: 6px 0;
}
.sn .sn-color-picker .color_picker {
    width: auto;
    background: rgba(0, 0, 0, 0.05);
    height: 28px;
    border-radius: 0 5px 5px 0;
}
.sn .sn-inline-block {
    display: inline-block;
    padding: 5px 0 0 0;
}
.sn body input {
    line-height: normal;
}
.sn td.td_width_a {
    width: 100px;
    min-width: 100px;
}
.sn td.td_width_b {
    width: 150px;
    min-width: 150px;
}
.sn td.td_width_c {
    width: 200px;
    min-width: 200px;
}
.sn td.td_width_d {
    width: 250px;
    min-width: 250px;
}
.sn table > tbody > tr.tr_separator > td {
    line-height: 1px;
    padding: 0;
    height: 4px;
}

.sn .checkbox_table td {padding-right: 40px;} /* pierre 2014-04-16 */
.sn .table td.no_padding_right {
    padding-right: 0;
}
.sn .thumb_wrapper:hover {
    position: relative;
}
.sn .thumb_wrapper:hover .thumb_popup {
    display: block;
}
.sn .thumb_wrapper .thumb_popup {
    position: absolute;
    left: 0;
    top: 30px;
    display: none;
    border: 1px solid #D4D4D4;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    background: #FFFFFF;
    padding: 7px;
    min-width: 100px;
    min-height: 100px;
    z-index: 3;
}
.sn .thumb_wrapper .thumb_popup img {
    max-width: 300px;
    max-height: 300px;
}
.sn .thumb_wrapper .thumb_popup em {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #FFFFFF;
    height: 0;
    left: 8px;
    overflow: hidden;
    position: absolute;
    top: -6px;
    width: 0;
    z-index: 3;
}
.sn .tooltip_wrapper a{
	color:#FFFFFF;
}

/* ===================================================================================== 
TABS
===================================================================================== */

/* TOOLTIP */

.sn .sn_tooltip {
    display: none;
    min-width: 200px;
}
/* end TOOLTIP */

/* tabs */

.sn .tabs_wrapper {
    margin: 20px 0 20px -10px;
}
.sn .tabs_wrapper .tabs {
border-bottom: 3px solid #2b84c0;
height: 35px;
background: #FFF;
}
.sn .tabs_wrapper .tabs a {
    float: left;
    margin: 0;
    border-top: 1px solid #D0D0D0;
    border-right: 1px solid #D0D0D0;
    padding: 0 20px;
    background-color: #DDD;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    text-decoration: none;
    color: #848484;
    margin-left: 2px;
   margin-right: 2px;
}
.sn .tabs_wrapper .tabs a.on {
margin: 0;
background: #2b84c0;
border: 1px solid #2b84c0;
height: 32px;
line-height: 32px;
color: #fff;
}
.sn .tabs_wrapper .tabs a:hover {
    background: #5fcaf8;
    border-color: #5fcaf8;
    color: #fff;
    height: 32px;
}
.sn .tabs_wrapper .content {
    border-top: 0;
    padding: 15px;
    background: #F8F8F8;
}
.sn .tabs_wrapper .tab-pane {
    display: none;
}
.sn .tabs_wrapper .tab-pane.on {
    display: block;
}
.sn .tabs_wrapper.fixed_children .content {
    position: absolute;
    top: 83px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.sn_popup .tabs_wrapper.fixed_children .content {
    position: relative;
    top: 0!important;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.sn .before_tabs_wrapper_fixed_children {
    padding-top: 1px;
}
.sn .before_tabs_wrapper_fixed_children .alert {
    margin-top: 12px;
}


/* ===================================================================================== 
MODAL ADD-PAGE - Xtens
===================================================================================== */

.sn.sn_popup.ui-dialog .ui-dialog-titlebar {
    padding: 10px 40px 10px 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    background: #2b84c0;
    border: 1px solid #2b84c0;
    position: relative;
}
.sn.sn_popup.ui-dialog {
    padding: 0;
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    -webkit-box-shadow: 0 0 5px #939393;
    -moz-box-shadow: 0 0 5px #939393;
    box-shadow: 0 0 5px #939393;
    -webkit-overflow-scrolling: touch;
}
.sn.sn_popup.ui-dialog .tabs_wrapper .table tr td {
    background-color: transparent;
}
.sn.sn_popup.ui-dialog .ui-widget-content {
    background: #FFFFFF;
    padding: 15px;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
}
.sn.sn_popup.ui-dialog .ui-icon.ui-icon-closethick {
    background-image: none;
    height: 20px;
    width: 20px;
}
.sn.sn_popup.ui-dialog {
    overflow: hidden;
    border-radius: 10px;
}
.sn.sn_popup.ui-dialog .ui-dialog-title {
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
}
.sn.sn_popup.ui-dialog .form-control {
    /*width: 90%;*/
}
.sn.sn_popup.ui-dialog .tabs_wrapper {
    margin: 0;
}
.sn.sn_popup.ui-dialog .tabs_wrapper .table, .sn.sn_popup.ui-dialog .tabs_wrapper .table tr td {
    background-color: transparent;
}
.sn.sn_popup.ui-dialog.tabspopup .ui-dialog-content {
    padding: 0;
    background-color: #F8F8F8;
}
.sn.sn_popup.ui-dialog .dialog-message {
    overflow: auto;
}
.sn.sn_popup.ui-dialog .ui-dialog-titlebar-close {
    background: transparent;
    border: none;
    height: 20px;
    width: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 10px;
    right: 10px;
}
.sn.sn_popup.ui-dialog .ui-dialog-titlebar-close:before {
    content: "\f00d";
    position: absolute;
    font-size: 24px;
    top: -2px;
    left: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}
.sn.sn_popup select {
    padding: 4px;
    height: 29px;
    border: 1px solid #ccc;
    font-size: 12px;
    color: #666666;
    vertical-align: middle;
    background: #fff;
    border-radius: 4px;
    /* color: #5fcaf8; */
    color: #767676;
}
.sn.sn_popup .alert {
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 10px 40px 10px 10px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    font-size: 13px;
    clear: right;
    position: relative;
}
.sn.sn_popup .alert-sn_info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}
/* CSS FOR THE TABLE ====================================== */

.sn.sn_popup .table tr.separator td, .sn.sn_popup .table tr.separator:hover td {
    height: 2px;
    padding: 1px!important;
    background-color: #94a2b3!important;
}
.sn.sn_popup .table > thead > tr > th, .sn.sn_popup .table > tbody > tr > th, .sn.sn_popup .table > tfoot > tr > th, .sn.sn_popup .table > thead > tr > td, .sn.sn_popup .table > tbody > tr > td, .sn.sn_popup .table > tfoot > tr > td {
    border-top: 1px solid #dddddd;
    line-height: 100%;
    padding: 2px 6px;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
}
.sn.sn_popup .edit_table>tbody>tr>td:first-child {
    padding-top: 10px;
    padding-bottom: 10px;
}
.sn.sn_popup h2 {
    font-size: 14px;
    line-height: 115%;
    font-weight: 600;
    color: #2b84c0;
    display: block;
    margin: 0;
}
.sn .table thead th a.desc, .sn .finder_header.desc {
  background: url("/extenso/css/images/table-arrow-down.png") no-repeat 100% 50%;
  padding-right: 10px;
}
.sn .table thead th a.asc, .sn .finder_header.asc {
  background: url("/extenso/css/images/table-arrow-up.png") no-repeat 100% 50%;
  padding-right: 10px;
}
/* SN_GALLERY CSS FOR THE GALLERY ====================================== */

.sn .sn_gallery {
    width: auto;
    display: block;
    font-size: 12px;
}
.sn .sn_gallery .sn_filter {
    display: block;
    padding-bottom: 3px;
    margin-bottom: 10px;
    border-bottom: 1px dotted #d5d5d5;
}
.sn .sn_gallery .sn_gallery-item {
    padding: 5px;
    margin-right: 20px;
    border: 1px solid #d5d5d5;
    float: left;
}
.sn .sn_gallery .sn_gallery-item:hover {
    border: 1px solid #236fb3;
    /*cursor: pointer;*/
}
.sn .sn_gallery .sn_gallery-item.sn_widget {
    width: 215px;
    min-height: 90px;
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    background-color: #f6f6f6;
}
.sn .sn_gallery .sn_gallery-item.active {
    background-color: #f0f0f0;
    border: 1px solid #1c9ce0;
}
.sn .sn_gallery .sn_gallery-item.sn_widget .sn_picto {
    height: 58px;
    width: 58px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    float: left;
}
.sn .sn_gallery .sn_gallery-item.sn_widget .sn_picto img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
    height: 58px;
    width: 58px;
}
.sn .sn_gallery .sn_gallery-item.sn_widget .sn_info {
    min-height: 60px;
    width: 120px;
    float: left;
    font-size: 11px;
    margin-left: 10px;
    color: #adadad;
    font-style: italic;
}
.sn .sn_gallery .sn_gallery-item.sn_widget .sn_info span {
    color: #5b5b5b;
    font-size: 12px;
    font-style: normal;
}
.sn .sn_gallery .sn_gallery-item.sn_widget .sn_see-more {
    height: 20px;
    width: 20px;
    padding: 2px;
    float: left;
    position: absolute;
    right: 3px;
    top: 3px;
}
.sn .sn_gallery .sn_gallery-item.sn_widget .sn_selection {
    clear: both;
    /*height: 20px;*/
    padding-top: 3px;
}
.sn_gallery .sn_gallery-item.sn_widget .sn_see-more:hover {
    color: #2b84c0;
    cursor: pointer;
}
/* CSS FOR BIGGER VERSION OF THE THUMBAILS ====================================== */

.sn.sn_popup .sn_dialog-img {
    position: absolute;
    z-index: 1999;
    width: 60%;
    margin: 0 0 0 19%;
    padding: 20px;
    display: none;
    background-color: #fff;
    border: 3px solid #a4a4a4;
    text-align: center;
    border-radius: 5px;
}
.sn.sn_popup .sn_dialog-img img {
    max-width: 250px;
    max-height: auto;
}
.sn.sn_popup .sn_dialog-img .sn_close {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
}
.sn.sn_popup .sn_dialog-img .sn_close span {
    font-size: 12px;
    color: #777777;
}
.sn.sn_popup .sn_dialog-img .sn_close:hover {
    cursor: pointer;
    color: #236fb3;
}

.sn .fichiers-header {
/* width: 100%; */
font-size: 15px;
line-height: 44px;
color: #ffffff;
padding: 0 15px;
display: block;
background-color: #2b84c0;
border-radius: 10px 10px 0 0;
-webkit-border-radius: 10px 10px 0 0;
-moz-border-radius: 10px 10px 0 0;
overflow: hidden;
}


/* ===================================================================================== 
ERROR PAGE
===================================================================================== */
.sn .error_body .error_wrapper {margin:80px 100px 40px 100px;}
.sn .error_body .error_header {border-bottom: 3px solid #00A9E6;padding: 6px 0;}
.sn .error_body .error_content {background-color:#FFFFFF;padding: 1px 20px 20px 20px;border-bottom:1px solid #dedede;}
.sn .error_body .error_content h1 {color:#bd0000;font-size:18px;margin-top:16px;}
.sn .error_body .error_content .cols {background:#f1f1f1;color:#626262;}
.sn .error_body .error_content .cols .col {float:left;width:50%;padding:8px 18px;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;}
.sn .error_body .error_content .cols .col.col_1 {border-right:1px solid #cacaca;}
.sn .error_body .error_content .cols .col.col_2 {border-left:1px solid #cacaca;margin-left:-1px;}
.sn .error_body .error_content .error_nb {font-size:18px;}
.sn .error_body .error_content2 {background-color:#FFFFFF;padding: 20px;text-align:center;}
.sn .error_body .error_footer {padding:8px 0;color:#8a8588;}


/* ===================================================================================== 
FROM BOOTSTRAP.CSS 
===================================================================================== */

.sn .btn_sm:hover, .btn_sm:focus {
    color: #ffffff;
    background-color: #5fcaf8;
    border-color: #5fcaf8;
}
.sn .table > thead > tr > th, .table > tbody > tr > th, .sn .table > tfoot > tr > th, .table > thead > tr > td, .sn .table > tbody > tr > td, .sn .table > tfoot > tr > td {
    border-top: 1px solid #dddddd;
    line-height: 100%;
    padding: 2px 6px;
    vertical-align: middle;
    font-size: 13px;
    color: #767676;
}
.sn .table td, .sn .table th {
    background-color: #ffffff;
}
.sn .table-bordered th, .sn .table-bordered td {
    border: 1px solid #ddd !important;
}
.sn .table {
    border-collapse: collapse !important;
}
.sn thead {
    display: table-header-group;
}
.sn.sn_popup.ui-dialog .ui-dialog-titlebar-close:before {
    content: "\f00d";
    position: absolute;
    font-size: 24px;
    top: -2px;
    left: 1px;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #ffffff;
}

/* ===================================================================================== 
FROM sn-overwrite-bootstrap
===================================================================================== */

.sn .pagination_wrapper {
    padding: 10px;
    background-color: #ffffff;
}
.sn .pagination_wrapper ul {
    margin: 0;
}
.sn .pagination_wrapper .info a {
    padding: 0 10px 0 4px;
}
.sn .pagination_wrapper.model_2 {
    text-align: center;
}
.sn .pagination_wrapper.model_2 ul {
    float: left;
}
.sn .pagination_wrapper.model_2 .language {
    float: right;
    text-align: right;
}
.sn .pagination_wrapper.model_2 .language label {
    display: inline;
    margin: 0 5px 0 0;
}
.sn .pagination_wrapper.model_2 .language select {
    color: #8D8D8D;
    height: 25px;
    line-height: 25px;
    padding: 2px 4px;
    margin: 0;
}
.sn .pagination_wrapper.model_2 .info {
    float: none;
}
.sn .table-bordered thead tr th {
    background-color: #ffffff;
}
.sn .table thead tr th {
    padding-top: 5px;
    padding-bottom: 5px;
}

.sn .tabs {
  position: relative;/* Modificatoin absolut vers relative. Etienne */
  z-index: 1000;
}

/* =========== */
/* ========= */
/* ======= */
/* ===== */
/* === */
/* = */
/* PAUL Start CODE */
/* 
- copy from  bootstrap.css  
- add .sn before each selector 
- not sure if all selectors a useful
*/

.sn .img-responsive,
.sn .thumbnail > img,
.sn .thumbnail a > img{
  display: block;
  max-width: 100%;
  height: auto;
}

/*ICON BUTTONS*/
.sn .ico_btn{
  position: relative;
  display: inline-block;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*BTN LIST*/
.sn .list_btn{
  width: 31px;
  height: 21px;
}
.sn .list_btn:before{
  content: "\f0ca";
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: -1px;
  left: 0;
}
.sn .list_btn:hover:before,
.sn .list_btn:focus:before{
  color: #5fcaf8;
}

/*BTN THUMB*/
.sn .thumb_btn{
  width: 30px;
  height: 21px;
}
.sn .thumb_btn:before{
  content: "\f00a";
  font-size: 24px;
  color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
}
.sn .thumb_btn:hover:before,
.sn .thumb_btn:focus:before{
  color: #5fcaf8;
}

/*BTN close*/
.sn .close_btn{
  width: 25px;
  height: 21px;
}
.sn .close_btn:before{
  content: "\f00d";
  font-size: 30px;
  color: #ffffff;
  position: absolute;
  top: -5px;
  left: 0;
}
.sn .close_btn:hover:before,
.sn .close_btn:focus:before{
  color: #5fcaf8;
}

/*BTN CLOSE FOR MODAL IN INDEX CONTENT*/
.sn .sn_popup.ui-dialog .ui-dialog-titlebar-close:before{
  content: "\f00d";
  position: absolute;
  font-size: 24px;
  top: -2px;
  left: 1px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
}

/*BTN DELETE FOR RECHERCHE SUBMENU*/
.sn .menu_filters .m2_a_remove:before{
  content: "\f00d";
  position: absolute;
  font-size: 18px;
  left: 8997px;
  top: 7px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*BTN CLOSE FOR ALERTS*/
.sn .alert .close{
  color: #666666;
  display: inline-block;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 100%;
  font-weight: 800;
  cursor: pointer;
  border: 0 none;
  /* position: relative;
 */
  top: 10px;
  right: 10px;
  background: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sn .alert.off {display:none;}

/*BTN EDIT*/
.sn .edit_btn{
  width: 15px;
  height: 15px;
}
.sn .edit_btn:before{
  content: "\f040";
  font-size: 17px;
  color: #2b84c0;
  position: absolute;
  top: 0px;
  left: 0;
}
.sn .edit_btn:hover:before,
.sn .edit_btn:focus:before{
  color: #5fcaf8;
}

/*BTN EDIT*/
.sn .aprobbation_btn{
  width: 15px;
  height: 15px;
}
.sn .aprobbation_btn:before{
  content: "\f058";
  font-size: 17px;
  color: #2b84c0;
  position: absolute;
  top: 0px;
  left: 0;
}
.sn .aprobbation_btn:hover:before,
.sn .aprobbation_btn:focus:before{
  color: #5fcaf8;
}

/*BTN DELETE*/
.sn .delete_btn{
  width: 15px;
  height: 15px;
}
.sn .delete_btn:before{
  content: "\f014";
  font-size: 17px;
  color: #2b84c0;
  position: absolute;
  top: 0px;
  left: 0;
}
.sn .delete_btn:hover:before,
.sn .delete_btn:focus:before{
  color: #5fcaf8;
}

/*BTN CHOOSE*/
.sn .btn_choose {
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #39b1e3;
  padding: 12px 12px 12px 37px;
}
.sn .btn_choose:hover,
.sn .btn_choose:focus{
  color: #ffffff;
  background-color: #1ba6df;
  border-color: #39b1e3;
}
.sn .btn_choose:before{
  content: "\f093";
  font-size: 22px;
  position: absolute;
  top: 8px;
  left: 7px;
}

/*BTN CHANGE*/
.sn .btn_change {
  color: #666666;
  background-color: #dddddd;
  border-color: #dddddd;
  padding: 8px 12px 8px 31px;
}
.sn .btn_change:hover,
.sn .btn_change:focus{
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #5fcaf8;
}
.sn .btn_change:before{
  content: "\f093";
  position: absolute;
  top: 6px;
  left: 7px;
  font-size: 19px;
}

/*BTN CUT*/
.sn .btn_cut {
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #39b1e3;
  padding: 8px 12px 8px 29px;
}
.sn .btn_cut:hover,
.sn .btn_cut:focus{
  color: #ffffff;
  background-color: #1ba6df;
  border-color: #39b1e3;
}
.sn .btn_cut:before{
  content: "\f125";
  position: absolute;
  font-size: 19px;
  top: 5px;
  left: 6px;
}

/*BTN DATE FILTER*/
.sn .ui-datepicker-trigger.btn-default {
  color: #ffffff;
  background-color: #5fcaf8;
  border-color: #39b1e3;
  padding: 8px 12px 8px 29px;
}
.sn .ui-datepicker-trigger.btn-default:hover,
.sn .ui-datepicker-trigger.btn-default:focus{
  color: #ffffff;
  background-color: #1ba6df;
  border-color: #39b1e3;
}
.sn .ui-datepicker-trigger.btn-default:before{
  content: "\f073";
  position: absolute;
  font-size: 19px;
  top: 6px;
  left: 11px;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* PAUL End CODE */
/* = */
/* === */
/* ===== */
/* ======= */
/* ========= */
/* =========== */

/* NOOOOOOOOOOOOOOOOO .sn prefix classes */

/* ===================================================================================== 
FULLPAGE     
===================================================================================== */
.sn_add_widget {
    border: 1px solid transparent;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    color: #ffffff!important;
    background-color: #5fcaf8;
    border-color: #5fcaf8;
    text-decoration: none;
    margin: 5px auto;
}
.sn_add_widget.off {display:none;}
.sn_add_widget:hover {
    color: #ffffff;
    background-color: #1c93d7;
    border-color: #1c93d7;
    text-decoration: none;
}
.sn_add_widget .fa {margin-right:5px;}

.sn_slide_panel .sn_close_panel {
    position: absolute;
    top: 0px;
    right: 10px;
    text-align: right;
    color: #7f7f7f;
    height: 20px;
    background-color:#50bef6;
    padding: 0px 16px 3px 16px;
    display: block;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    text-decoration: none;
}
.sn_slide_panel .sn_close_panel a {
    text-decoration: none;
    color: #ffffff;
}

/*COLOR PICK MODIFICATION */
.colpick{
	z-index: 1113 !important;
}

/* 	==============================================================
	POUR SNDOC 
	============================================================== */
body.sn_docs {
    padding: 15px;
}
body.sn_docs a {
    text-decoration:underline;
}
body.sn_docs > h1 {
    font-size: 3em;
    margin:10px 0 5px 0;
    padding-bottom:5px;
    color:#226fb3;
    border-bottom:2px solid #484848;
  	font-weight:light;
}
body.sn_docs > h2 {
    font-size: 2em;
    line-height: 1.6em;
    margin:10px 0 5px 0;
    color:#393939;
  	font-weight:normal;
}
body.sn_docs > h3 {
    font-size: 1.8em;
    line-height: 1.6em;
    margin:10px 0 5px 0;
    color:#585858;
	font-weight:normal;
}
body.sn_docs > h4 {
    font-size: 1.6em;
    line-height: 1.6em;
    margin:10px 0 5px 0;
    color:#6f6f6f;
  	font-weight:normal;
}
body.sn_docs > h5 {
    font-size: 1.4em;
    line-height: 1.6em;
    margin:10px 0 5px 0;
    color:#6f6f6f;
  	font-weight:normal;
}
body.sn_docs > h6 {
    font-size: 1.2em;
    line-height: 1.6em;
    margin:10px 0 5px 0;
    color:#6f6f6f;
	font-weight:normal;
}
body.sn_docs > p {
    font-size: 1em;
    line-height: 1.2em;
    margin:10px 0 5px 0;
    color:#393939;

}
body.sn_docs > ul {
    font-size: 1em;
    line-height: 1.2em;
    margin:10px 0 5px 20px;

}
body.sn_docs dl {
    margin: 10px 0;
}
body.sn_docs dt {
    background-color: #d1d1d1;
    border-left: 3px solid #1c59a4;
    padding: 10px;
    margin-bottom: 5px;
    font-size: 1.2em;
    font-weight: bold;
}
body.sn_docs dd {
    border-left: 3px solid #1c9ce0;
    padding: 10px;
    font-size: 1em;
    line-height: 1.4em;
    background-color: #eaeaea;
    font-family: monospace;
}
a.disabled {
	opacity: 0.5;
}
.CodeMirror pre { padding-left: 7px; line-height: 1.25; }
.CodeMirror {
	  border: 1px solid #eee;
	  height: 100%;
}
.CodeMirror-scroll {
	  overflow-y: hidden;
	    overflow-x: auto;
}

.ui-autocomplete {
  z-index:5000 !important; 
}
#logo-version {
	color:#337AB7;
	display:inline-block;
	font-size:12px;
	letter-spacing:1px;
	line-height:14px;
	padding:1px 0 0 10px;
}