
/********************************************/
/*	GENERAL                                 */
/********************************************/

body {
    font-size: 12px;
}

#wrapper {
    background-color: rgba(0,0,0,0.05);
}

#main-container {
    margin-left: 0px;
}


a {
    color: #777;
}

a.anchor {
    display: block;
    position: relative;
    top: -120px;
    visibility: hidden;
}

a.span_link2:hover, span.span_link2:hover {
    cursor: pointer;
    text-decoration-line: underline;
}

a.span_link {
    color: #52708d;
    font-weight: bold;
}

a.span_link:hover,
a.span_link:focus {
    color: #52708d;
    text-decoration-line: underline;
}

span.span_link {
    cursor: pointer;
    font-weight: bold;
    color: #52708d;
}

span.span_link:hover {
    text-decoration-line: underline;
}

div.panel-section {
    border-bottom: 1px solid #eee;
    margin-bottom: 10px;
}
div.panel-section-no-separator {
    margin-bottom: 10px;
}
div.panel-section span.panel-section-title, 
div.panel-section-no-separator span.panel-section-title {
    font-size: 1.2em;
    color: #dc0000;
}



.no-margin-top {
    margin-top: 0px !important;
}
.no-margin-bottom {
    margin-bottom: 0px !important;
}
.no-margin-left {
    margin-left: 0px !important;
}
.no-margin-right {
    margin-right: 0px !important;
}
.no-margin-TB {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.no-margin-LR {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.margin-xxs {
    margin: 2px;
}

.m-top-xxs {
    margin-top: 2px;
}
.m-bottom-xxs {
    margin-bottom: 2px;
}
.m-left-xxs {
    margin-left: 2px;
}
.m-right-xxs {
    margin-right: 2px;
}

.m-top-llg {
    margin-top: 60px;
}
.m-bottom-llg {
    margin-bottom: 60px;
}
.m-left-llg {
    margin-left: 60px;
}
.m-right-llg {
    margin-right: 60px;
}

.marginTB-xxs {
    margin-top: 2px;
    margin-bottom: 2px;
}
.marginTB-xs {
    margin-top: 5px;
    margin-bottom: 5px;
}
.marginTB-sm {
    margin-top: 10px;
    margin-bottom: 10px;
}
.marginTB-md {
    margin-top: 20px;
    margin-bottom: 20px;
}
.marginTB-lg {
    margin-top: 40px;
    margin-bottom: 40px;
}
.marginTB-llg {
    margin-top: 60px;
    margin-bottom: 60px;
}

.marginLR-xxs {
    margin-left: 2px;
    margin-right: 2px;
}
.marginLR-xs {
    margin-left: 5px;
    margin-right: 5px;
}
.marginLR-sm {
    margin-left: 10px;
    margin-right: 10px;
}
.marginLR-md {
    margin-left: 20px;
    margin-right: 20px;
}
.marginLR-lg {
    margin-left: 40px;
    margin-right: 40px;
}
.marginLR-llg {
    margin-left: 60px;
    margin-right: 60px;
}


.no-padding-top {
    padding-top: 0px !important;
}
.no-padding-bottom {
    padding-bottom: 0px !important;
}
.no-padding-left {
    padding-left: 0px !important;
}
.no-padding-right {
    padding-right: 0px !important;
}

.padding-xxs {
    padding: 2px 5px 2px 5px !important;
}

.p-top-xxs {
    padding-top: 2px;
}
.p-top-lg {
    padding-top: 40px;
}
.p-top-llg {
    padding-top: 60px;
}

.p-bottom-xxs {
    padding-bottom: 2px;
}
.p-bottom-xs {
    padding-bottom: 5px !important;
}
.p-bottom-sm {
    padding-bottom: 10px;
}
.p-bottom-md {
    padding-bottom: 20px;
}
.p-bottom-lg {
    padding-bottom: 40px;
}
.p-bottom-llg {
    padding-bottom: 60px;
}

.p-left-xxs {
    padding-left: 2px;
}
.p-left-xs {
    padding-left: 5px;
}
.p-left-sm {
    padding-left: 10px;
}
.p-left-md {
    padding-left: 20px;
}
.p-left-lg {
    padding-left: 40px;
}
.p-left-llg {
    padding-left: 60px;
}

.p-right-xxs {
    padding-right: 2px !important;
}
.p-right-xs {
    padding-right: 5px !important;
}
.p-right-sm {
    padding-right: 10px !important;
}
.p-right-md {
    padding-right: 20px !important;
}
.p-right-lg {
    padding-right: 40px !important;
}
.p-right-llg {
    padding-right: 60px !important;
}

.paddingTB-xxs {
    padding: 2px 0;
}
.paddingLR-xxs {
    padding: 0 2px;
}



.form-control,
.custom-form-control input,
.custom-form-control select,
.custom-form-control textarea {
    font-size: 1em !important;
}

.custom-form-control input,
.custom-form-control select,
.custom-form-control textarea {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.custom-form-control input[type=text],
.custom-form-control select,
.custom-form-control textarea {
    width: 100%;
}

/* .custom-form-control textarea {
    width: 100% !important;
} */

.input-xxs, .custom-xxs input, .custom-xxs button {
    height: 22px;
    padding: 0px 5px 0px 5px;
}

.input-xs, .custom-xs input, .custom-xs button {
    height: 26px;
    padding: 0px 5px 0px 10px;
}

.select-xxs, .custom-xxs select {
    height: 22px;
    padding: 0px 0px 0px 5px;
}

.select-xs, .custom-xs select {
    height: 26px;
    padding: 0px 0px 0px 5px;
}

.textarea-xxs, .custom-xxs textarea {
    padding: 0px 5px;
}

.textarea-xs, .custom-xs textarea {
    padding: 5px 10px;
}

a.btn-xxs, button.btn-xxs, div.btn-xxs button {
    height: 22px;
    padding: 2px 4px;
}

/*a.btn-xxs span, button.btn-xxs span, div.btn-xxs button > span {*/
    /*padding: 0px 2px;*/
/*}*/

a.btn-xs, button.btn-xs, div.btn-xs button {
    height: 26px;
    padding: 3px 6px;
}

/*a.btn-xs span, button.btn-xs span, div.btn-xs button > span {*/
    /*padding: 0px 5px;*/
/*}*/

a.btn-sm, button.btn-sm, div.btn-sm button {
    height: 30px;
    padding: 6px 10px;
}

/*a.btn-sm span, button.btn-sm span, div.btn-sm button > span {*/
    /*padding: 0px 5px;*/
/*}*/



div.btn-list button {
    color: #fff !important;
    font-size: 1em !important;
}

.default-cursor {
    cursor: default;
}

/*.btn-valid {
    background: #52708d none repeat scroll 0 0;
    border: 1px solid #52708d;
    color: #fff !important;
}*/

.jq-hide, .display-none {
    display: none;	
}

.inline-block {
    display: inline-block;	
}

.col-double {
    width: 50%;
    padding-right: 0%;	
    float: left;
}

.dialog label strong, strong.label {
    float: left;
    padding-left: 10px;
    width: 200px;
    text-align: left;
    background-color: transparent;
    /*font-weight: bold;*/
}

p.champs span {
    display: inline-block;
}

form p.champs {
    border-bottom: 1px solid #ececec;
    margin: 0;
    min-height: 1.7em;
    padding: 5px 0;
    width: 100%;
}

div.separator {
    /*margin-top: 5px;*/
    border-bottom: 1px solid #ececec;
}

.bold {
    font-weight: bold !important;
}

.italic {
    font-style: italic !important;
}

.underline {
    text-decoration: underline !important;
}

label {
    font-weight: normal !important;
    color: #777;
}

div.info_bulle {
    text-align: left;
    background-color: #f0f0f0;
    position: absolute;
    border: 1px dotted gray;
    margin-top: 10px;
    padding : 3px;
    z-index: 9999;
}
div.info_bulle2 {
    text-align: left;
    background-color: #f0f0f0;
    position: absolute;
    border: 1px dotted gray;
    margin-top: -4px;
    padding : 3px;
    z-index: 9999;
    margin-left: 10px;
    display: inline-block;
}


.alert {
    cursor: pointer;
}

.msg-error, .msgError {
    margin: 0px;
    color: red;
    cursor: pointer;
}

.msg-ok {
    margin: 0px;
    color: green;
    cursor: pointer;
}

.green {
    color: green !important;
}
.orange {
    color: orange !important;
}
.blue {
    color: #52708d !important;
}
.yellow {
    color: #ffc000 !important;
}
.red {
    color: #dc0000 !important;
}
.white {
    color: #ffffff !important;
}
.grey {
    color: #777777 !important;
}
.light-grey {
    color: #e2e2e2 !important;
}
.light-grey-md {
    color: #bbbbbb !important;
}

.btn-blue {
    color: #fff;
    background: #52708d;
    border: 1px solid #52708d;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active {
    color: #fff;
    background-color: #41607c;
    border-color: #41607c;
}

.btn-green {
    color: #fff;
    background: #00b050;
    border: 1px solid #00b050;
}
.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active {
    color: #fff;
    background-color: #00b050;
    border-color: #00b050;
}

.btn-yellow {
    color: #fff;
    background: #ffc000;
    border: 1px solid #ffc000;
}
.btn-yellow:hover,
.btn-yellow:focus,
.btn-yellow:active,
.btn-yellow.active {
    color: #fff;
    background-color: #eeb000;
    border-color: #eeb000;
}

.btn-red {
    color: #fff;
    background: #dc0000;
    border: 1px solid #dc0000;
}
.btn-red:hover,
.btn-red:focus,
.btn-red:active,
.btn-red.active {
    color: #fff;
    background-color: #cb0000;
    border-color: #cb0000;
}


.upload-file.upload-btn-grey label::before {
    background: #777 none repeat scroll 0 0;
    border: 1px solid #777;
    color: #fff;
    margin: -1px;
    
}



#data_list {
    min-height: 500px;
}

.chip {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px;
    border-radius: 3px;
}

/*BEGIN HACK bootstrap.css*/
.dropdown-menu {
  margin: 0px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: none;
          box-shadow: none;
}
/*END HACK bootstrap.css*/




/********************************************/
/*	MAIN MENU                               */
/********************************************/

/* #logo-schindler {
    background-color: transparent !important;
    width: 100% !important;
} */

#logo-schindler {
    height: 46px;
    margin: 2px 0px 2px 30px;
    /*float: left;*/
}

#top-nav {
    background-color: #f2f2f2 !important;
    border: none;
    height: initial;
    z-index: 9998 !important;
}

#top-nav .nav-notification {
    float: initial;
}

#top-nav .nav-notification > li > a {
    /*margin-top: -21px;*/
    padding: 12px 12px;
    display: initial;
    position: initial;
}

#top-nav .nav-notification > li > a > img {
    height: 20px;
}

#top-nav-submenu {
    min-height: 45px;
    background-color: #777;
    border: none;
}

.top-nav-submenu-title {
    color: #fff;
    font-size: 1.6em;
    /*margin-left: 20px;*/
}

.top-nav-submenu-action {
    color: #fff;
    font-size: 1.2em;
    line-height: 25px;
    margin-right: 10px;
}

.top-nav-submenu-info {
    background-color: #fff;
    padding: 4px 14px 4px 14px;
    border-radius: 5px;
}

.top-nav-submenu-info .title-left {
    padding-left: 0px;
    color: #dc0000;
}

.top-nav-submenu-info .title-right {
    color: grey;
    text-align: right !important;
}

/* #user-info1 {
    width: 50%;
    margin: 10px 0px 0px 100px;
} */

#user-info2 {
    /*float: left !important;*/
    /*margin: 0px 0px 0px 40px !important;*/
    /*margin-top: 30px !important;*/
    font-size: 12px !important;
}

#user-info2 > li > a {
    padding: 0px !important;
}

/* #user-info2 > li > ul {
    z-index: 9999 !important;
} */

#main_menu > li.open {
    background: #dc0000 none repeat scroll 0 0;
}

#main_menu > li > a > i {
    color: #000;
}

#main_menu > li.selected {
    background-color: #dc0000;
}

#main_menu > li.selected > a > i {
    color: #fff;
}


/********************************************/
/*	DIALOG BOX                              */
/********************************************/

.ui-dialog {
    top: 116px !important;
    /*width: 60% !important;*/
    padding: 0px !important;
    border-radius: 10px;
    border-width: 0px;
    font-family: arial,sans-serif !important;
}

.ui-dialog-titlebar { 
    /*background-color: #52708d !important;*/
    border-radius: 10px 10px 0px 0px;
    height: 30px !important;
    border: 0px !important;
    margin: -1px !important;
    font-family: arial,sans-serif;
    font-size: 1.2em;
    line-height: 20px;
}

.ui-dialog-title { 
    margin: 0 0 0 0.6em !important;
}

.ui-dialog-titlebar button.close {
    font-size: 26px !important;
    line-height: 0.6;
    color: #fff;
    opacity: 1;
}

.ui-dialog-content {
    margin: 10px 15px 10px 15px !important;
    padding: 1em 2em !important;
    overflow: hidden !important;
    background-color: #777;
}

.ui-widget {
    font-size: 1em;
    font-family: arial,sans-serif;
}

.ui-widget-header {
    border: 1px solid #999999;
    background: #999999;
    color: #ffffff;
    font-weight: bold;
}

.ui-widget-content {
    color: #777;
}

.ui-widget-content a {
    color: #777;
    /*color: #52708d;*/
}


.ui-widget-overlay {
    background: #000 repeat scroll 50% 50%;
    opacity: 0.5;
    /*z-index: 99999;*/
    /*top: 60px;*/
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family: arial,sans-serif;
}



/********************************************/
/*	MODAL BOX                               */
/********************************************/

.modal-dialog {
    margin: 114px auto;
    /*width: 600px;*/
}

.modal-content {
    border-radius: 15px 15px 15px 15px;
}

.modal-header:hover {
    cursor: pointer;
}

.modal-header button.close {
    margin-top: 5px;
    font-size: 26px !important;
    line-height: 0.4;
    color: #fff;
    opacity: 1;
}

.modal-header h4 {
    font-size: 12px;
    font-weight: bold;
    margin-top: 4px;
}

.modal-content .modal-header {
    height: 28px;
    border-radius: 15px 15px 0 0;
    padding: 5px 15px 5px 15px;
    border: none;
}

.modal-content .modal-body {
    /*background-color: #f2f2f2;*/
    border-radius: 0 0 15px 15px;
}

.modal-valid {
    padding-bottom: 5px;
    border-bottom: 1px solid #777;
}

/*.modal-btn {
    background: none repeat scroll 0 0 #777;
    border: 1px solid #777;
    color: #fff !important;
    vertical-align: top;
    margin-left: 10px;
}*/

/*
.form-modal-label {
    font-size: 15px;
}

.form-modal-input-sm {
    margin-left: 5px;
    width: 45px;
    display: inline;
}
*/


/********************************************/
/*	PAGINATION                              */
/********************************************/

.pagination {
    margin: 2px 0px 0px 0px;
}

.pagination a, .pagination b {
    display: inline-block;
    padding: 2px 8px;
    margin-left: 2px;
    text-decoration: none;
}

.pagination a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #777;
}

.pagination b {
    background-color: #777;
    border: 1px solid #777;
    color: #fff;
}

.navigation {
    margin: 2px 0px 0px 0px;
}

.navigation a {
    display: inline-block;
    margin-top: -1px;
    padding: 2px 8px;
    margin-left: 2px;
    border-radius: 5px;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    color: #777;
}


/********************************************/
/*	PANEL                                   */
/********************************************/

.panel {
    /*border-radius: 0px;*/
    margin-bottom: 10px
}

/* .panel-body {
    padding-bottom: 5px;
    padding: 15px;
} */

.panel-heading {
    /*background-color: grey !important;*/
    /*color: #fff !important;*/
    font-size: 1.2em;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 0px;
    border: none !important;
}

.panel-title-bar {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 5px;
}

.panel-title-bar2 {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    border-radius: 5px;
    margin-bottom: 5px;
}

.panel-rubric-bar {
    background-color: #ddd;
    border-color: #ddd;
    border-radius: 5px;
    margin-bottom: 5px;
}

.panel-footer {
    border-radius: 0 0 10px 10px;
}

.panel-sm {
    padding : 5px 25px 5px 25px;
}

.panel-sm label {
    margin-top : 8px;
}

.bg-blue {
    /*background-color: #495b6c !important;  endless menu bar color */
    background-color: #52708d !important;
    color: #fff !important;
}
.bg-green {
    background-color: #00b050 !important;
    color: #fff !important;
}
.bg-yellow {
    background-color: #ffc000 !important;
    color: #fff !important;
}
.bg-red {
    background-color: #dc0000 !important;
    color: #fff !important;
}
.bg-grey {
    background-color: #777777 !important;
    color: #fff !important;
    text-shadow: none !important;
}
.bg-light-grey {
    background-color: #e2e2e2 !important;
    color: #777 !important;
    text-shadow: none !important;
}
.bg-light-grey-md {
    background-color: #bbbbbb !important;
    color: #fff !important;
    text-shadow: none !important;
}
.bg-dark {
    background-color: #222222 !important;
    color: #fff !important;
}
.bg-default {
    background-color: #fff !important;
    color: #777 !important;
}
.bg-primary {
    background-color: #424f63 !important;
    /*background-color: #506274 !important;*/
    color: #fff !important;
}
.bg-info {
    background-color: #4c99a9 !important;
    color: #fff !important;
}
.bg-success {
    background-color: #65cea7 !important;
    color: #fff !important;
}
.bg-warning {
    background-color: #eebb57 !important;
    color: #fff !important;
}
.bg-danger {
    background-color: #fc8675 !important;
    color: #fff !important;
}

.bg-success-light {
    background-color: #6eeea8 !important;
    color: #777 !important;
}
.bg-warning-light {
    background-color: #fad895 !important;
    color: #777 !important;
}
.bg-danger-light {
    background-color: #fcbcbc !important;
    color: #777 !important;
}
.bg-orange-light {
    background-color: #ffdec4 !important;
    color: #777 !important;
}
.bg-yellow-light {
    background-color: #fff7b1 !important;
    color: #777 !important;
}


/********************************************/
/*	PANEL TABS                              */
/********************************************/
#tabgroup, #tabgroup1, #tabgroup2 { 
    padding: 0px; 
    border-width: 0px; 
}

#tabgroup .panel-heading,
#tabgroup1 .panel-heading,
#tabgroup2 .panel-heading {
    background-color: #ececec !important;
    padding: 0px;
}

#tabgroup .ui-tabs-nav,
#tabgroup1 .ui-tabs-nav,
#tabgroup2 .ui-tabs-nav {
    margin: 0px;
    padding: 0px;
    background: transparent;
    border-width: 0px; 
    border-radius: 0px;
    line-height: 16px;
}

#tabgroup .ui-state-default,
#tabgroup1 .ui-state-default,
#tabgroup2 .ui-state-default {
    border: none;
    border-radius: 10px 10px 0px 0px;
    /*margin-right: 10px;*/
}

#tabgroup .ui-state-default a,
#tabgroup1 .ui-state-default a,
#tabgroup2 .ui-state-default a {
    /*border-radius: 10px 10px 0px 0px;*/
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    font-family: arial,sans-serif !important;
    font-weight: normal !important;
    background-color: #eee;
    border-color: #eee;
    color: #777;
}

#tabgroup .ui-state-default a:hover,
#tabgroup1 .ui-state-default a:hover,
#tabgroup2 .ui-state-default a:hover {
    /*border-radius: 10px 10px 0px 0px;*/
/*    border-width: 1px 1px 0px 1px;
    border-style: solid;
    font-family: arial,sans-serif !important;*/
    /*font-weight: bold !important;*/
    background-color: #dc0000;
    border-color: #dc0000;
    color: #fff;
}

#tabgroup .ui-tabs-active a,
#tabgroup1 .ui-tabs-active a,
#tabgroup2 .ui-tabs-active a {
    /*border-radius: 10px 10px 0px 0px;*/
    border-width: 1px 1px 0px 1px;
    font-family: arial,sans-serif !important;
    font-weight: normal !important;
    background-color: #fff;
    border-color: #fff;
    color: #dc0000;
}

#tabgroup .ui-state-default a:focus, #tabgroup .ui-tabs-active a:focus,
#tabgroup1 .ui-state-default a:focus, #tabgroup1 .ui-tabs-active a:focus,
#tabgroup2 .ui-state-default a:focus, #tabgroup2 .ui-tabs-active a:focus {
    outline: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 0px;
}



a:focus {
    outline: none;
}

.pastille-contact, .pastille-campaign {
    height: 15px;
    width: 15px;
    float: left;
    margin-right: 5px;
    border-radius: 3px;
}




.btn-indic {
    float: right;
    margin-top: 4px;
}

.ajax_span_link, .pointer {
    cursor: pointer;
}


/********************************************/
/*  MENU BLOCK                              */
/********************************************/

.blk_menu {
    list-style-type: none;
}

.blk_menu li {
    padding: 4px 10px;
}

.blk_menu li a:link, .blk_menu li a:visited {
    text-decoration: none;	
}

.blk_menu li a:hover, .blk_menu li a:active {
    text-decoration: underline;	
}

.blk_menu li.selected {
    background-color: #ececec;
}



.btn-dark-grey {
    background: #7f7f7f none repeat scroll 0 0;
    border: 1px solid #7f7f7f;
}

.btn-light-grey {
    background: #e2e2e2  none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    border-radius: 5px;
    color: #7f7f7f;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    cursor: default;
}






.table > thead {
    background-color: #fff;
    font-weight: bold;
}

.table-tight > thead > tr > th,
.table-tight > tbody > tr > th,
.table-tight > tfoot > tr > th,
.table-tight > thead > tr > td,
.table-tight > tbody > tr > td,
.table-tight > tfoot > tr > td {
    padding: 4px !important;
}

.table-block {
    margin-bottom: 5px;
}

.table tr.middle > td {
    vertical-align: middle !important;
}


/*
table.dataTable {
    color: #777;
    font-family: arial,sans-serif;
}

table.dataTable thead th {
    cursor: pointer;
    font-weight: bold;
}

table.dataTable tr th, table.dataTable tr td {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
table.dataTable a:link, table.dataTable a:visited {
    color: #777;
    text-decoration: none;
}

table.dataTable a:hover {
    text-decoration: underline;
}*/


table.dataTable.no-footer {
    border-bottom: 1px solid #eee;
}





span.tachePriorite1 {
    padding: 2px 5px;
    border: 0;
    background: #cc0000;
    color: #fff;	
}

span.tachePriorite2 {
    padding: 2px 5px;
    border: 0;
    background: #ff9900;
    color: #fff;	
}

span.tachePriorite3 {
    padding: 2px 5px;
    border: 0;
    background: #669933;
    color: #fff;	
}

.cadre-priorite {
    background: #fff;
    border: 1px #000 solid;
    margin: 0px 2px;
    padding: 1px 4px;
    display: inline-block;
    border-radius : 3px;
}

.tachePriorite1 .cadre-priorite {
    padding: 2px 5px;
    border: 0;
    background: #cc0000;
    color: #fff;	
}

.tachePriorite2 .cadre-priorite {
    padding: 2px 5px;
    border: 0;
    background: #ff9900;
    color: #fff;	
}

.tachePriorite3 .cadre-priorite {
    padding: 2px 5px;
    border: 0;
    background: #669933;
    color: #fff;	
}

.ico-vide {
    display: inline-block;
    height: 7px;
    width: 9px;	
}



/*DEBUG dataTable*/
#prospect_datatable_contact {
    width: 100% !important;
}
/*DEBUG MultiSelect*/
.ms-parent input[type=checkbox] {
    cursor: pointer;
    height: inherit;
    opacity: 1;
    position: relative;
    width: inherit;
}
/*DEBUG autocomplete*/
ul.ui-autocomplete.ui-front {
    z-index: 9999;
}
/*DEBUG colorpicker*/
.modal {
    z-index: 900;
    /*position: fixed;*/
}
.modal-backdrop {
    z-index: 800;
}





/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal_spinner {
    display:    none;
    position:   fixed;
    z-index:    1000;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: #000000
                url('/img/module/portal/loader-150.gif') 
                50% 50% 
                no-repeat;
    opacity:    0.2
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal_spinner {
    overflow: hidden;   
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal_spinner {
    display: block;
}

#list_indic_load, #edit_indic_load {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 10px;
    display: none;
}

#list_indic_load img, #edit_indic_load img {
    display: block;
    margin: 200px auto;
}


/********************************************/
/*  TABS                                    */
/********************************************/
.tab_group {
    padding: 0;
}
.tab_group.panel.panel-default {
    border-color: #eee;
}
.tab_group>div.panel-heading {
    background-color: #eee !important;
    /* color: #fff !important; */
    font-size: 1.2em;
    /* padding-top: 0px;
    padding-bottom: 0px; */
    margin: 0;
    padding: 0;
    border-radius: 0px;
    border: none !important;
}
.tab_group>div.panel-heading>ul.ui-tabs-nav {
    margin: 0 !important;
    padding: 0 !important;
}
.tab_group>div.panel-heading>ul.ui-widget-header {
    border: 1px solid #eee;
    background: #eee;
    /* color: #ffffff; */
    /* font-weight: bold; */
}
.ui-tabs .ui-tabs-nav li {
    /* list-style: none;
    float: left;
    position: relative;
    top: 0; */
    margin: 0px .2em 0 0;
    /* border-bottom-width: 0;
    padding: 0;
    white-space: nowrap; */
}
.tab_group .ui-state-default {
    border: none !important;
    width: 300px;
}
.tab_group .ui-state-default a {
    border: none !important;
    width: 300px;
}
.tab_group .ui-state-default a:not(.ui-tabs-active a) {
    color: #777 !important;
	background-color: #ccc !important;
}
.tab_group .ui-state-default a:not(.ui-tabs-active a):hover {
    color: #777 !important;
	background-color: #ddd !important;
}
.tab_group .ui-tabs-active a {
    color: #fff !important;
	background-color: #dc0000 !important;
}
.tab_group .ui-state-default span {
    color: #777 !important;
	background-color: #ccc !important;
    display: inline-block;
    width: 300px;
    height: 32px;
    padding-left: 15px;
    padding-top: 7px;
}


