#backgroundPoly {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    z-index: -1;
}

body {
    font-family: Arial !important;
    font-size: 14px !important;
    padding-top: 150px !important;
}

.navbar-inner {
    min-height: 120px !important;
    box-shadow: none !important;
    border: none !important;
    background: #000000;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #000000 69%, #ffffff 77%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(69%, #000000), color-stop(77%, #ffffff));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 0%, #000000 69%, #ffffff 77%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 0%, #000000 69%, #ffffff 77%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 0%, #000000 69%, #ffffff 77%);
    /* IE10+ */
    background: linear-gradient(to bottom, #000000 0%, #000000 69%, #ffffff 77%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0);
    /* IE6-9 */
}

.navbar-inner .container {
    background-image: url("/style/img/header.png");
    background-repeat: no-repeat;
    background-position: right;
}

.header-nav-image {
    position: absolute;
    right: 0px;
    top: 4px;
}

.username-header {
    position: relative;
    top: -4px;
}

.nav-bottom-container {
    top: 100px;
}

.navbar-inner {
    height: 122px !important;
}

.navbar-fixed-top {
    position: absolute !important;
}

.brand>img {
    height: 65px;
}

.sidebar-nav {
    padding: 0px !important;
}

.nav-list {
    padding-right: 0px !important;
}

.nav-info {
    float: right;
}

.nav-list>li {
    background-color: #475559 !important;
    /*margin-right: -15px !important;
	margin-left: -15px !important;*/
    border-bottom: 1px solid #6E797C;
    float: left;
}

.nav-list>.dropdown-menu>li {
    float: none !important;
}

.username-header .dropdown-menu {
    top: 19px !important;
    left: inherit !important;
    margin-left: -5px !important;
    margin-top: 5px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: auto !important;
    min-width: 0px !important;
    background-color: rgb(62, 59, 59) !important;
    -webkit-box-shadow: 0 1px 2px 0px rgb(0, 0, 0), inset 0px 10px 9px -9px rgb(0, 0, 0);
    -moz-box-shadow: 0 1px 2px 0px rgb(0, 0, 0), inset 0px 10px 9px -9px rgb(0, 0, 0);
    box-shadow: 0 1px 2px 0px rgb(0, 0, 0), inset 0px 10px 9px -9px rgb(0, 0, 0);
}

.dropdown-menu {
    top: inherit !important;
    left: inherit !important;
    margin-left: -5px !important;
    margin-top: 5px;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
    width: 250px !important;
    min-width: 0px !important;
}

.dropdown-menu a {
    /*font-weight: bold !important;
		font-size: 14px !important;*/
}

.bottom-tab {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
    border-bottom: none !important;
}

.top-tab {
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
}

.nav-list>li>a,
.nav-header {
    text-shadow: none !important;
    color: #FFFFFF !important;
}

.nav-list>li>a,
.nav-list {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.nav li.nav-header {
    margin-top: 0px !important;
}

.dropdown-menu a:hover {
    color: inherit !important;
    background-color: transparent !important;
    background-image: none !important;
}

.navbar .nav>li>a {
    padding: 5px 15px 5px !important;
    border-radius: 3px !important;
}

.navbar .nav>li>a:hover {
    text-shadow: none !important;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
    color: #000000 !important;
    border-radius: inherit !important;
    background-color: #DBA52B !important;
    background-image: none !important;
}

.somweb-menu-element a:hover,
.nav-header {
    text-transform: none !important;
    font-size: 12px !important;
    border-top-right-radius: 3px !important;
    border-top-left-radius: 3px !important;
    border-bottom: none !important;
    /* gradient */
    background: #8c9599;
    /* Old browsers */
    background: -moz-linear-gradient(top, #8c9599 0%, #000000 50%, #0a0e0a 51%, #0a0809 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #8c9599), color-stop(50%, #000000), color-stop(51%, #0a0e0a), color-stop(100%, #0a0809));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #8c9599 0%, #000000 50%, #0a0e0a 51%, #0a0809 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #8c9599 0%, #000000 50%, #0a0e0a 51%, #0a0809 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #8c9599 0%, #000000 50%, #0a0e0a 51%, #0a0809 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #8c9599 0%, #000000 50%, #0a0e0a 51%, #0a0809 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#8c9599', endColorstr='#0a0809', GradientType=0);
    /* IE6-9 */
}

.well-header {
    width: 100%;
    height: 36px;
    position: relative;
    font-weight: bold;
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(29%, #dda444), color-stop(29%, #dda444));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dda444', GradientType=0);
    /* IE6-9 */
}

.well-header-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0px 10px;
}

.well-header-content span {
    width: 31.623931623931625%;
    display: inline-block;
    text-align: center;
}

.well {
    padding: 0px !important;
    background-color: #DDDFE0 !important;
    border: none !important;
}

.no-left-margin {
    margin-left: 0px !important;
}

.no-top-margin {
    margin-top: 0px !important;
}

.no-bottom-margin {
    margin-bottom: 0px !important;
}

ul.striped-ul li:nth-child(odd) {
    background-color: #C6CACC !important;
}

.notifications-section {
    background-color: transparent !important;
}

.notifications-section ul li a {
    color: black !important;
    font-family: Arial !important;
    font-size: 12px !important;
}

.modal-footer {
    background-color: black !important;
}

.table-striped thead tr {
    background: #ffffff;
    /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(29%, #dda444), color-stop(29%, #dda444));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%, #dda444 29%, #dda444 29%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dda444', GradientType=0);
    /* IE6-9 */
    height: 45px;
}

.table-striped thead tr th {
    line-height: 0px !important;
}

.table-striped tr td {
    padding: 2px 8px !important;
}

.btn {
    padding: 0px 12px !important;
    font-size: 11px;
    border-radius: 2px;
    color: #ffffff;
    text-shadow: none;
    background: #778285;
    /* Old browsers */
    background: -moz-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #778285), color-stop(50%, #8c8c8c), color-stop(100%, #4f5e61));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#778285', endColorstr='#4f5e61', GradientType=0);
    /* IE6-9 */
}

.btn:hover {
    padding: 0px 12px !important;
    border-radius: 2px;
    color: #ffffff;
    text-shadow: none;
    background: #778285;
    /* Old browsers */
    background: -moz-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #778285), color-stop(50%, #8c8c8c), color-stop(100%, #4f5e61));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#778285', endColorstr='#4f5e61', GradientType=0);
    /* IE6-9 */
}

.circle {
    height: 12px;
    width: 50px;
    font-size: 0px;
}

.progress {
    height: 14px;
    margin-bottom: 0px !important;
}

#btn-rapport {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(29%, #dda444), color-stop(29%, #dda444));
    background: -webkit-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    background: -o-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    background: -ms-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    background: linear-gradient(to bottom, #ffffff 0%, #dda444 29%, #dda444 29%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dda444', GradientType=0);
    height: 40px;
}

.table-rapport tr th {
    background-color: #DDA444 !important;
}

.table-rapport tr td {
    background-color: #C6CACC !important;
}

#custom-nav-css {
    height: 30px !important;
}

.rapport-btn-style {
    background: #e5ae50;
    /* Old browsers */
    background: -moz-linear-gradient(top, #e5ae50 0%, #eac786 43%, #e5ae50 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e5ae50), color-stop(43%, #eac786), color-stop(100%, #e5ae50));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e5ae50 0%, #eac786 43%, #e5ae50 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e5ae50 0%, #eac786 43%, #e5ae50 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e5ae50 0%, #eac786 43%, #e5ae50 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #e5ae50 0%, #eac786 43%, #e5ae50 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#e5ae50', endColorstr='#e5ae50', GradientType=0);
    /* IE6-9 */
    position: relative;
    top: 12px;
    color: #000;
    width: 135px;
    border-radius: 4px;
}

.label-rapport {
    background-color: #465559;
    width: 70px;
    text-align: left;
    padding: 5px 5px;
}

.title-label-rapport {
    display: inline-block;
    padding: 0px;
    margin: 0px;
    width: 170px;
    text-align: left;
}

#rapport-data thead tr {
    border-radius: 0px;
    background: none;
    height: 25px;
}

.login-container {
    /*background-image: url("/style/img/login.jpg");*/
    background-position-x: 50%;
    background-position-y: 94%;
    height: 357px;
    overflow-x: hidden;
}

.login-container form {
    -webkit-box-shadow: -1px 0px 6px -1px rgb(68, 68, 68);
    -moz-box-shadow: -1px 0px 6px -1px rgb(68, 68, 68);
    box-shadow: -1px 0px 6px -1px rgb(68, 68, 68);
    background-color: #f9f9f9;
    color: black;
    padding: 10px;
    padding-bottom: 15px;
    border-radius: 1px;
}

.login-container form label {
    display: inline-block;
    width: 100%;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.login-container form input.checkbox-login {
    width: 15px !important;
}

.login-container form input {
    height: 14px !important;
    margin-bottom: 0px !important;
    line-height: 15px !important;
    width: 70% !important;
    background-color: white !important;
}

.login-container form input:-webkit-autofill {
    background: white !important;
}

.login-container form input:-webkit-autofill {
    background: white !important;
}

.login-logo img {
    height: 80px;
}

.login-logo p {
    position: relative;
    bottom: 12px;
    left: 95px;
    color: #ffffff;
    font-style: italic;
}

.login-footer {
    border-top: none;
    box-shadow: none;
    position: relative;
    bottom: 167px;
    background: transparent !important;
}

.button {
    background-color: #475559 !important;
    margin-right: -15px !important;
    margin-left: -15px !important;
    border-bottom: 1px solid #6E797C;
    text-shadow: none !important;
    color: #FFFFFF !important;
}

.login-footer input:hover,
.login-footer input {
    background: #dabd4d;
    /* Old browsers */
    background: -moz-linear-gradient(top, #dabd4d 0%, #ce7f29 50%, #d99a32 50%, #d99a32 50%, #d38f2b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dabd4d), color-stop(50%, #ce7f29), color-stop(50%, #d99a32), color-stop(50%, #d99a32), color-stop(100%, #d38f2b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #dabd4d 0%, #ce7f29 50%, #d99a32 50%, #d99a32 50%, #d38f2b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #dabd4d 0%, #ce7f29 50%, #d99a32 50%, #d99a32 50%, #d38f2b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #dabd4d 0%, #ce7f29 50%, #d99a32 50%, #d99a32 50%, #d38f2b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #dabd4d 0%, #ce7f29 50%, #d99a32 50%, #d99a32 50%, #d38f2b 100%);
    /* W3C */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#dabd4d', endColorstr='#d38f2b', GradientType=0);
    /* IE6-9 */
    color: #ffffff;
    font-size: 14px;
    width: 135px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 0px 15px 2px rgba(179, 117, 11, 1);
    -moz-box-shadow: 0px 0px 15px 2px rgba(179, 117, 11, 1);
    box-shadow: 0px 0px 15px 2px rgba(179, 117, 11, 1);
}

.no-table-header thead tr {
    background: white !important;
    background-color: white !important;
    height: 0px!important;
}

.infoTitle {
    width: 120px;
    display: inline-block;
}

.no-background {
    background: none !important;
}

.no-padding {
    padding: 0px !important;
}

.listInfoG {
    height: 90px;
}

.listInfoG li {
    width: 250px;
    display: inline-block;
}

.btn {
    /* padding: 0px 12px !important; */
    /* font-size: 11px; */
    /* border-radius: 2px; */
    /* color: #ffffff; */
    /* text-shadow: none; */
    /* background: #778285; */
    background: -moz-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#778285), color-stop(50%,#8c8c8c), color-stop(100%,#4f5e61)); */
    /* background: -webkit-linear-gradient(top, #778285 0%,#8c8c8c 50%,#4f5e61 100%); */
    background: -o-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    background: -ms-linear-gradient(top, #778285 0%, #8c8c8c 50%, #4f5e61 100%);
    /* background: linear-gradient(to bottom, #778285 0%,#8c8c8c 50%,#4f5e61 100%); */
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#778285', endColorstr='#4f5e61', GradientType=0);
}

.btn-bootstrap {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
    background-image: -o-linear-gradient(top, #fff, #e6e6e6);
    background-image: linear-gradient(to bottom, #fff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid: DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}


/*bootstrap 3.0 panel*/

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.panel-default {
    border-color: #ddd;
}

.bs-example>p:last-child,
.bs-example>ul:last-child,
.bs-example>ol:last-child,
.bs-example>blockquote:last-child,
.bs-example>.form-control:last-child,
.bs-example>.table:last-child,
.bs-example>.navbar:last-child,
.bs-example>.jumbotron:last-child,
.bs-example>.alert:last-child,
.bs-example>.panel:last-child,
.bs-example>.list-group:last-child,
.bs-example>.well:last-child,
.bs-example>.progress:last-child,
.bs-example>.table-responsive:last-child>.table {
    margin-bottom: 0;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: transparent;
    border-color: #ddd;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

h3,
.h3 {
    font-size: 24px;
}

h1,
.h1,
h2,
.h2,
h3,
.h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: inherit;
    font-weight: bold;
    line-height: 1.1;
    color: inherit;
}

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

.panel>.panel-body+.table,
.panel>.panel-body+.table-responsive,
.panel>.table+.panel-body,
.panel>.table-responsive+.panel-body {
    border-top: 1px solid #ddd;
}

.panel>.table:last-child,
.panel>.table-responsive:last-child>.table:last-child {
    border-bottom-right-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.panel>.table {
    width: 100% !important;
    max-width: 100% !important;
    margin-bottom: 20px !important;
    background-color: transparent !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    background-color: transparent !important;
}

.panel>.table thead {
    border-spacing: 2px !important;
    border-color: gray !important;
    display: table-header-group !important;
    vertical-align: middle !important;
    border-color: inherit !important;
    background-color: transparent !important;
}

.panel>.table thead tr {
    background: transparent !important;
    height: inherit !important;
}

.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 8px !important;
    line-height: 1.42857143 !important;
    vertical-align: top !important;
    border-top: 1px solid #ddd !important;
}

.list-group {
    padding-left: 0;
    margin-bottom: 20px;
}

.list-group-item:first-child {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 5px 15px;
    margin-bottom: -1px;
    /*background-color: #fff;*/
    border: none;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.nav-header {
    margin-right: 10px !important;
    margin-left: 0px !important;
    border-radius: 3px !important;
    padding: 3px 5px !important;
}

.nav-list {
    padding-left: 0px !important;
}

.nav-list .dropdown-menu li {
    background-color: #475559 !important;
    border-bottom: 1px solid #6E797C !important;
}

.nav-list .dropdown-menu {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.nav-list .dropdown-menu li a {
    color: white !important;
}

.nav .dropdown-toggle .caret {
    margin-top: 8px !important;
    border-top-color: black !important;
    border-bottom-color: black !important;
}

.username-header a {
    color: black !important;
}

.menu-container-header-oleum {
    z-index: 9999;
    /*border: 2px #dda444 solid;
	border-top: none;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;*/
    padding: 5px 10px 0px 0px;
    position: absolute;
    top: -35px;
}

.modal {
    z-index: 9999999999;
}

.modal-backdrop {
    z-index: 99999;
}

.username-header .dropdown-menu {
    width: auto !important;
    text-align: center;
    right: -1px;
}

.dropdown-menu {
    text-align: left;
}

.username-header .dropdown-menu a {
    font-size: 12px !important;
    font-weight: normal !important;
}

.navbar-fixed-top {
    /*padding-bottom: 15px;
	border-bottom: 1px solid black;
	-webkit-box-shadow: 0 4px 4px -2px #000000;
	   -moz-box-shadow: 0 4px 4px -2px #000000;
	        box-shadow: 0 4px 4px -2px #000000;
	position: fixed !important;
	background: white;*/
}

#cover {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0px;
    background: white !important;
    z-index: 1000000;
}

.panel-body {
    background-color: transparent !important;
}

.top-bar-v4 .dropdown-menu .divider {
    background-color: #635e5e !important;
    border-bottom: 0px solid #635e5e !important;
}

.center-div-loading {
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 290px;
    font-size: 18px;
    font-weight: lighter;
    width: 220px;
    height: 19px;
}

.center-div-loading img {
    margin-bottom: 15px;
}

.environnement-chooser-box {
    text-align: center;
}

.modal-header {
    background: #ffffff;
    background: -moz-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(29%, #dda444), color-stop(29%, #dda444));
    background: -webkit-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    background: -o-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    background: -ms-linear-gradient(top, #ffffff 0%, #dda444 29%, #dda444 29%);
    background: linear-gradient(to bottom, #ffffff 0%, #dda444 29%, #dda444 29%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#dda444', GradientType=0);
    border-bottom: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.modal-body {
    border: 1px black solid;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top: 0px;
}

.close {
    opacity: 1;
}

.oleumbutton {
    height: 30px;
    border: 1px solid;
    padding: 3px 10px;
    border-radius: 30px;
}

.oleumbutton:hover {
    text-decoration: none;
}

.top-bar-header {
    width: 100%;
    height: 27px;
    position: absolute;
    top: 0;
    z-index: 100000000;
    left: 0;
    background-color: rgb(255, 255, 255);
    padding-top: 6px;
}

.navbar-fixed-top {
    top: 27px !important;
}

.username-header>li {
    float: left;
    margin-left: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.username-header .dropdown {
    border: 1px solid rgba(255, 255, 255, 0);
    border-bottom: none !important;
    width: auto;
    text-align: center;
    padding-top: 4px;
    min-width: 140px;
}

.username-header .dropdown-menu {
    top: 35px !important;
    width: auto !important;
    border-color: black;
    border-top: none !important;
    min-width: 100% !important;
}

.username-header .open {
    /*border: 1px solid black;
	border-bottom: none !important;*/
}

a.no-hover:hover {
    /*background: inherit !important;
	color: inherit;*/
    cursor: default;
}

.module-menu {
    display: inline-block !important;
    margin-left: 0px !important;
    bottom: 1px !important;
}


/*
	
	
NEW BAR	
	
	
*/

.logo-v3 {
    height: 11px;
    position: relative;
    top: 6px;
}

.top-bar-v4 {
    position: fixed !important;
}

.top-bar-v3 {
    background: black;
    /*background: -moz-linear-gradient(to bottom, #888888 0%,#000000 15%,#0a0e0a 50%,#000000 93%,rgba(226,226,226,0.75) 100%);
    background: -webkit-gradient(to bottom, #888888 0%,#000000 15%,#0a0e0a 50%,#000000 93%,rgba(226,226,226,0.75) 100%);
    background: -webkit-linear-gradient(to bottom, #888888 0%,#000000 15%,#0a0e0a 50%,#000000 93%,rgba(226,226,226,0.75) 100%);
    background: -o-linear-gradient(to bottom, #888888 0%,#000000 15%,#0a0e0a 50%,#000000 93%,rgba(226,226,226,0.75) 100%);
    background: -ms-linear-gradient(to bottom, #888888 0%,#000000 15%,#0a0e0a 50%,#000000 93%,rgba(226,226,226,0.75) 100%);
    background: linear-gradient(to bottom, #888888 0%,#000000 15%,#0a0e0a 50%,#000000 93%,rgba(226,226,226,0.75) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8c9599', endColorstr='#0a0809',GradientType=0 );*/
    color: white;
    height: 40px;
}

.top-bar-v3 ul.username-header {
    margin-left: 0px !important;
}

.top-bar-v3 .span4 {
    height: 46px;
}

.top-bar-v3 .dropdown-toggle {
    color: #DDA444 !important;
    height: 35px;
    position: relative;
    bottom: 9px;
    padding-top: 15px;
    -webkit-box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 1);
    -moz-box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 1);
    box-shadow: inset 0px 0px 3px 0px rgba(255, 255, 255, 1);
    padding-left: 10px;
    padding-right: 10px;
}


/* TOP BAR V4 !!!! */

.top-bar-v4 .dropdown-toggle {
    color: #c1bdb2 !important;
    height: 35px;
    position: relative;
    bottom: 8px;
    padding-top: 14px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 10px;
    padding-right: 10px;
}

.top-bar-v4 .username-header .dropdown {
    /* border: 1px solid rgba(255,255,255,0); */
    border-bottom: none !important;
    width: auto;
    text-align: center;
    padding-top: 4px;
    min-width: 0px;
}

.top-bar-v4 .username-header {
    margin-right: 0px !important;
}

.top-bar-v4 .dropdown-toggle .caret {
    border-top-color: #c1bdb2 !important;
    border-bottom-color: #c1bdb2 !important;
}

.top-bar-v4 #menu-top-bar-button {
    height: 20px;
    position: relative;
    top: -1px;
    /* left: 7px; */
}

.list-column-icon li {
    display: table-row;
    text-align: left;
}

#top-menu-dropdown-icon {
    width: auto !important;
    position: fixed;
    min-width: 0px !important;
    right: 165px;
    top: 39px !important;
}

.list-column-icon .icone-box {
    height: 30px;
    width: 30px;
    float: left;
    border-radius: 4px;
}

.list-column-icon .icone-box:hover+a {
    background-color: transparent !important;
    border-radius: 0px !important;
    box-shadow: none !important;
}

.list-column-icon a {
    color: white !important;
    position: relative;
    top: 4px;
    left: 6px;
}

#top-menu-dropdown-icon .list-column-icon {
    float: left;
    margin-right: 30px;
    margin-left: 30px;
}

#top-menu-dropdown-icon p {
    font-weight: bold;
    font-size: 12px;
}

.navbar-v3 {
    display: none !important;
}

.top-bar-v3 .dropdown-menu>li>a {
    padding: 3px 0px !important;
    color: white !important;
    margin: 0px 10px !important;
}

.container-v3 {
    bottom: 0px !important;
}

.top-bar-v3 .dropdown-toggle .caret {
    border-top-color: #DDA444;
    border-bottom-color: #DDA444;
}

.top-bar-v3 .dropdown-menu a.no-hover:hover {
    /*color: black !important;*/
}

.top-bar-v3 .span4 {
    width: 30% !important;
}

.not-v3 {
    display: none !important;
}


/* to desactivate uncomment next lines */


/*.only-on-v3 { display: none !important; }*/


/*
	
	
END


*/

.client-chooser .nav-tabs.nav-stacked>li>a {
    border: none !important;
    border-radius: 0px !important;
    text-align: left;
}

.tab-content {
    overflow: visible;
}

.panel-body {
    display: inline-block;
    width: 98%;
}

.client-chooser .nav-tabs>li {
    margin-bottom: 3px !important;
    background: white;
    border: 1px solid #b7b7b7;
    border-radius: 5px;
    padding-left: 10px;
}

.profile-tab li.active>a:hover,
.profile-tab .nav>li>a:focus {
    background-color: white !important;
}

body.modal-open {
    overflow: hidden;
}

#search_rapport {
    position: relative;
    top: 4px;
    background: #635e5e;
    border: none;
    -webkit-box-shadow: inset 0px 0px 12px -5px rgb(0, 0, 0);
    -moz-box-shadow: inset 0px 0px 12px -5px rgb(0, 0, 0);
    box-shadow: inset 0px 0px 12px -5px rgb(0, 0, 0);
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    padding: 3px 15px;
    color: white;
    width: 35%;
    max-width: 160px;
    font-size: 12px;
    z-index: 99;
}

#top-bar-search-button {
    position: relative;
    top: 4px;
    right: 10px;
    padding: 1px 6px 5px 6px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border: none;
    -webkit-box-shadow: inset 0px 0px 2px -1px rgb(0, 0, 0);
    -moz-box-shadow: inset 0px 0px 2px -1px rgb(0, 0, 0);
    box-shadow: inset 0px 0px 2px -1px rgb(0, 0, 0);
    color: #b1ada4;
    background-color: #635e5e;
    z-index: -1;
}

#searchTypeSelect {
    margin: 0 !important;
    color: #d2d0cd;
    padding: 0 10px !important;
    background-color: #635e5e;
    border-radius: 0px !important;
    border: none;
    background: #635e5e;
    font-size: 12px;
    width: auto;
    position: relative;
    top: 4px;
    right: 4px;
    height: 26px;
    -webkit-appearance: none;
    -webkit-box-shadow: inset -1px 0px 40px -5px rgb(0, 0, 0);
    -moz-box-shadow: inset -1px 0px 40px -5px rgb(0, 0, 0);
    box-shadow: inset -1px 0px 40px -5px rgb(0, 0, 0);
    text-align: center;
    text-align-last: center;
}

#search_rapport::-webkit-input-placeholder {
    color: #c1bdb2;
}

#search_rapport:-moz-placeholder {
    /* Firefox 18- */
    color: #c1bdb2;
}

#search_rapport::-moz-placeholder {
    /* Firefox 19+ */
    color: #c1bdb2;
}

#search_rapport:-ms-input-placeholder {
    color: #c1bdb2;
}


/*

    V4 BEGIN

*/

body {
    /* when no top nav */
    padding-top: 110px !important;
}

.homepage-section-title {
    width: 100%;
    float: left;
    margin-bottom: 20px;
    margin-top: 10px;
}

.homepage-section-title p,
.homepage-section-title a,
.homepage-section-title a:hover {
    font-size: 14px;
    font-weight: bold;
    margin-left: 20px;
    display: inline;
    color: black;
}

.top-nav-retour-accueil,
.homepage-section-title a,
.homepage-section-title a:hover {
    /*  font-size: 12px !important; 
  
    text-decoration: underline !important;  */
}

.deleteFile {
    color: red !important;
}

.homepage-item {
    width: 20%;
    float: left;
    margin-bottom: 20px;
}

.homepage-item-inner {
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
    text-transform: uppercase;
}

.homepage-section {
    height: 100%;
    width: 90vw;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    border-radius: 9px;
    /*border: 2px solid #ecb635;*/
    text-align: left;
    background: #f9f9f9;
    margin-bottom: 5px;
    position: relative;
    bottom: 18px;
}

.no-style-section {
    background: none !important;
    border: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    bottom: 0px;
}

.no-style-section>.homepage-section-title {
    margin-bottom: 5px !important;
    margin-top: 0 !important;
}

.icone-box {
    height: 64px;
    width: 64px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    border-radius: 10px;
    -webkit-box-shadow: inset 0px -10px 40px -10px rgba(64, 55, 34, 0.5);
    -moz-box-shadow: inset 0px -10px 40px -10px rgba(64, 55, 34, 0.5);
    box-shadow: inset 0px -10px 40px -10px rgba(64, 55, 34, 0.5);
    /*rgba(64, 55, 34, 0.5)?
    rgba(216, 201, 164,0.5)?
    */
    cursor: pointer;
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-color: white;
}

.homepage-item-inner a,
.homepage-item-inner a:hover,
.homepage-item-inner a:active,
.homepage-item-inner a:link,
.homepage-item-inner a:visited {
    color: #333;
    text-decoration: none !important;
    padding: 3px !important;
    padding-bottom: 2px !important;
    border-radius: 3px;
    box-shadow: 1px 0 0 #f9f9f9, -1px 0 0 #f9f9f9, 1px 1px 0 #f9f9f9, -1px 1px #f9f9f9;
    -webkit-box-decoration-break: clone;
    -o-box-decoration-break: clone;
    box-decoration-break: clone;
    font-weight: bold !important;
}

.icone-box:hover+a,
.homepage-item-inner a:hover {
    /* bleu pale : bfdfff */
    background-color: #ffb400;
    border-radius: 3px;
    box-shadow: 1px 0 0 #ffb400, -1px 0 0 #ffb400, 1px 1px 0 #ffb400, -1px 1px #ffb400;
}

.icone-box .notif {
    min-width: 18px;
    height: 14px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    padding-top: 3px;
    padding-left: 1px;
    padding-right: 1px;
    position: relative;
    bottom: 4px;
    float: right;
    left: 6px;
    font-size: 11px;
}

.icone-box .notif-red {
    background-color: rgba(241, 62, 62, 0.9);
    color: white;
}

.icone-box .notif-yellow {
    background-color: rgba(255, 238, 38, 0.9);
    color: black;
}

.icone-box .notif-green {
    background-color: rgba(51, 206, 85, 0.9);
    color: white;
}

.icone-box .notif-blue {
    /*background-color: rgba(38, 125, 255, 0.9);*/
    background-color: rgba(17, 65, 175, 0.9);
    color: white;
}

#app1 {
    background-image: url('/style/img/app-icone/list.png');
}

#app2 {
    background-image: url('/style/img/app-icone/outil.png');
}

#app3 {
    background-image: url('/style/img/app-icone/graph.png');
}

#app4 {
    background-image: url('/style/img/app-icone/icon-som1.png');
    background-size: 60%;
}

#app5 {
    background-image: url('/style/img/app-icone/oil_change.png');
}

#app6 {
    background-image: url('/style/img/app-icone/calendar.png');
    background-size: 75%;
}

#app7 {
    background-image: url('/style/img/app-icone/oil_container.png');
}

#app8 {
    background-image: url('/style/img/app-icone/report.png');
    background-size: 60%;
}

#app9 {
    background-image: url('/style/img/app-icone/delivery-box.png');
    background-size: 75%;
}

#app10 {
    background-image: url('/style/img/app-icone/echantillon-icone.png');
    background-size: 33%;
}

#app11 {
    background-image: url('/style/img/app-icone/delivery-box-open.png');
    background-size: 75%;
}

#app12 {
    background-image: url('/style/img/app-icone/truck.png');
    background-size: 60%;
}

#app13 {
    background-image: url('/style/img/app-icone/user.png');
}

#app14 {
    background-image: url('/style/img/app-icone/company-info.png');
}

#app15 {
    background-image: url('/style/img/app-icone/add-client.png');
}

#app16 {
    background-image: url('/style/img/app-icone/distributeurs.png');
}

#app17 {
    background-image: url('/style/img/app-icone/echantillon-icone.png');
    background-size: 33%;
}

#app18 {
    background-image: url('/style/img/app-icone/barcode.png');
}

#app19 {
    background-image: url('/style/img/app-icone/stock.png');
}

#app20 {
    background-image: url('/style/img/app-icone/world.png');
}

#app21 {
    background-image: url('/style/img/app-icone/warning.png');
}

#app22 {
    background-image: url('/style/img/app-icone/form.png');
}

#app23 {
    background-image: url('/style/img/app-icone/cardash.png');
}

#app24 {
    background-image: url('/style/img/app-icone/artificial-intelligence.png');
}

#app25 {
    background-image: url('/style/img/app-icone/computing-script.png');
}

#app26 {
    background-image: url('/style/img/app-icone/dalia.png');
}

#app27 {
    background-image: url('/style/img/app-icone/invoice.png');
}

#app28 {
    background-image: url('/style/img/app-icone/office-worker-outline.png');
}

#app29 {
    background-image: url('/style/img/app-icone/trello.png');
    background-size: 70%;
}

#app30 {
    background-image: url('/style/img/app-icone/settings-work-tool.png');
    background-size: 50%;
}

#app31 {
    background-image: url('/style/img/dropplet.png');
    background-size: 40%;
}

#appNone {
    background-image: none;
}

.row-fluid [class*="span"]:not(.initial-bootstrap-span-margin) {
    margin-left: 0 !important;
}

.homepage-section-app-container legend,
.homepage-section-app-container legend ul {
    font-size: 12px !important;
    background-color: transparent !important;
    border: none !important;
}

.homepage-section-app-container {
    font-size: 12px !important;
    padding: 10px;
    width: calc(90vw - 20px);
}

.well {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.nav-tabs>li>a {
    border: none !important;
    padding: 2px 5px !important;
    color: black !important;
    margin-bottom: 8px;
}

.nav-tabs {
    position: relative;
    bottom: 18px;
}

.second-nav-tabs {
    position: relative;
    bottom: 0px;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.95;
    filter: alpha(opacity=95);
}

.top-nav-retour-accueil,
.homepage-section-title a,
.homepage-section-title a:hover {
    text-decoration: none;
}

.modal.fade.in {
    top: 45px !important;
}

.modal-body {
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

.modal {
    border-radius: 0px !important;
}

#top-bar-home-button {
    height: 24px;
    position: relative;
    top: 9px !important;
    left: 10px !important;
}

.inactif-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: red;
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
}

.actif-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: green;
    display: inline-block;
    float: left;
    margin-right: 7px;
    margin-top: 5px;
}

.top-nav-bottom-border {
    height: 1px !important;
    background: rgba(130, 130, 130, 1) !important;
    background: -moz-linear-gradient(left, rgba(130, 130, 130, 1) 0%, rgba(99, 94, 94, 1) 10%, rgba(99, 94, 94, 1) 90%, rgba(130, 130, 130, 1) 100%) !important;
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(130, 130, 130, 1)), color-stop(10%, rgba(99, 94, 94, 1)), color-stop(90%, rgba(99, 94, 94, 1)), color-stop(100%, rgba(130, 130, 130, 1))) !important;
    background: -webkit-linear-gradient(left, rgba(130, 130, 130, 1) 0%, rgba(99, 94, 94, 1) 10%, rgba(99, 94, 94, 1) 90%, rgba(130, 130, 130, 1) 100%) !important;
    background: -o-linear-gradient(left, rgba(130, 130, 130, 1) 0%, rgba(99, 94, 94, 1) 10%, rgba(99, 94, 94, 1) 90%, rgba(130, 130, 130, 1) 100%) !important;
    background: -ms-linear-gradient(left, rgba(130, 130, 130, 1) 0%, rgba(99, 94, 94, 1) 10%, rgba(99, 94, 94, 1) 90%, rgba(130, 130, 130, 1) 100%) !important;
    background: linear-gradient(to right, rgba(130, 130, 130, 1) 0%, rgba(99, 94, 94, 1) 10%, rgba(99, 94, 94, 1) 90%, rgba(130, 130, 130, 1) 100%) !important;
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#828282', endColorstr='#828282', GradientType=1) !important;
}

.admin-top-menu {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    float: left;
}

.admin-top-menu>li {
    line-height: 13px !important;
    text-align: left;
    color: white !important;
}

a#editorModeToggle {
    color: white !important;
    font-weight: bold !important;
    font-size: 11px !important;
    cursor: pointer !important;
}

#editorMainFrame {
    height: calc(100vh - 130px);
    background-color: #1d1f20;
    /*background-color: white;*/
    margin: 0 auto;
    color: gray;
    text-align: left;
    padding: 1px 2px 1px 35px !important;
    font-family: courier;
    white-space: pre;
    overflow: scroll;
    border-radius: 3px;
    font-size: 12px !important;
    line-height: 14px !important;
    position: relative;
}

#editorToolBar {
    height: calc(100vh - 130px);
    background-color: #1d1f20;
    color: gray;
    text-align: left;
    padding: qpx 5px 1px 5px !important;
    font-family: courier;
    overflow: scroll;
    border-radius: 3px;
    font-size: 10px !important;
    line-height: 12px !important;
    position: relative;
    margin-right: 10px;
}

#editorMainFrame::-webkit-scrollbar {
    height: 0px !important;
}

.lineNum {
    position: absolute;
    height: 14px;
    text-align: right;
    width: 28px;
}

.lineNumCol {
    text-align: right;
    position: absolute;
    top: 0;
    left: 0px;
    background-color: black;
    overflow: hidden;
    display: inline-block;
    width: 31px;
    border-right: 1px solid #333;
}

::-webkit-scrollbar-track-piece {
    background-color: transparent !important;
}

.editorFileTrigger {
    cursor: pointer;
    display: inline-block;
    float: left;
    margin-right: 20px;
    color: black;
}

.editorFileTrigger:hover {
    color: black;
    text-decoration: none !important;
}

.editorFileTrigger.active {
    font-weight: bold;
    cursor: auto;
}

.editorMainFrameApp {
    height: calc(100vh - 110px) !important;
}

.editorToolBarApp {
    height: calc(100vh - 110px) !important;
}

.normal-table {
    width: 100%;
}

.normal-table tr {
    margin: 5px 0px;
}

.normal-table thead tr {
    border-bottom: 3px solid #e2e2e2;
}

.top-nav-notif {
    color: #231f20;
    font-size: 12px;
    padding: 1px 7px 1px 7px;
    background-color: rgba(255, 255, 255, 0.65);
    border-radius: 4px;
    position: relative;
    /*overflow-x: hidden;
    width: auto;
    visibility: hidden;*/
    height: 20px;
    white-space: nowrap;
}

.top-nav-notif .active {
    text-decoration: underline !important;
}

.top-nav-notif a {
    color: #231f20;
}

.top-nav-notif img {
    height: 15px;
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 3px;
}

.ordering-menu {
    position: relative;
    bottom: 40px;
    width: 100%;
}

.ordering-menu-button {
    width: calc(33% - 80px);
    text-align: center;
    padding: 40px;
    float: left;
    background-color: lightsteelblue;
    font-weight: bold;
    position: relative;
}

.filter-order-but {
    display: block;
    width: 100%;
    padding: 40px 0;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(189, 189, 189, 1);
    background: -moz-linear-gradient(left, rgba(189, 189, 189, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(189, 189, 189, 1)), color-stop(100%, rgba(0, 0, 0, 0.3)));
    background: -webkit-linear-gradient(left, rgba(189, 189, 189, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -o-linear-gradient(left, rgba(189, 189, 189, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: -ms-linear-gradient(left, rgba(189, 189, 189, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
    background: linear-gradient(to right, rgba(189, 189, 189, 1) 0%, rgba(0, 0, 0, 0.3) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#bdbdbd', endColorstr='#000000', GradientType=1);
}

.ordering-som1 {
    background-image: url("/style/img/som1.png");
    background-color: white;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 30px;
}

#signaler .form-group,
#signaler .radio {
    display: inline-block;
    /*width: 74%;*/
    width: 74%;
    padding: 0px 0px;
    margin: 0px auto;
}

#tab-maintenance {
    text-align: left;
}

label.span3.control-label {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 12px;
}

.radio .span8 {
    text-align: left;
}

.horometre-sys-maintenance {
    width: 65px;
    height: 13px !important;
    /* display: inline-block; */
    margin-bottom: 0px !important;
    font-size: 11px !important;
    text-align: right;
}

.table-center {
    text-align: center !important;
}

.panel-body>.row {
    margin-left: -5px !important;
    width: calc(90vw - 10px) !important;
    /*position: relative;*/
    position: fixed !important;
    background-color: #f9f9f9 !important;
    /*top: 0px;*/
    top: 134px;
    z-index: 10;
}

.panel-body>.table {
    margin-top: 63px !important;
    /*when scroll top: 46px; */
}

.panel-body {
    width: calc(100% - 1px) !important;
}

.somweb-version {
    position: absolute;
    bottom: 0;
    right: 10px;
}