.tab-data {
    white-space: pre-wrap;
}

div.ui-grid-cell input[type="checkbox"] {
    margin-top: 3px;
}

.ui-datepicker {
    z-index: 2099 !important;
}

.ui-grid-cell-contents {
    text-overflow: clip !important;
}

.md-virtual-repeat-container {
    z-index: 1051 !important;
}

#welcomeimg {
    background-color: white;
}

.jaune > span {
    background-color: rgba(255, 255, 0, 0.71);
}

.vert > span {
    background-color: rgba(0, 255, 0, 0.71);
}

.orange > span {
    background-color: rgba(255, 165, 0, 0.59);
}

.operation > span {
    padding: 1px 15px 0px 15px !important;
    border-radius: 8px;
}

.unread {
    font-weight: bold;
    color: #ffff00 !important;
}

.serverEvent .open {
    background-color: #3B5999 !important;
}

.serverEvent .dropdown-menu {
    background-color: #000000 !important;
}

.serverEvent p {
    line-height: 7px;
    white-space: nowrap;
    padding: 2px 3px;
    color: #00ff00;
    background-color: #000000;
    font-family: monospace;
    font-size: 11px;
}

md-autocomplete {
    height: 34px;
}

.md-whiteframe-1dp, .md-whiteframe-z1 {
    box-shadow: none;
}

md-autocomplete md-autocomplete-wrap {
    height: 34px;
}

md-autocomplete input:not(.md-input) {
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    border-radius: 4px;
    background-color: #fff;
    width: 100%;
    padding: 6px 12px;
    line-height: 1.42857143;
    height: 34px;
}

.md-autocomplete-suggestions li {
    padding: 6px 12px;
    line-height: 34px;
    height: 34px;
}

.menuVerrouillage .navbar-right {
    margin-right: 0px;
}

.menuVerrouillage label {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px !important;
    font-size: 12px !important;
    font-weight: bold;
    line-height: 15px !important;
    color: #777;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #fff;
    border-radius: 10px;
    text-shadow: 0 0 2px #fff;
    margin-top: 6px;
    margin-left: 3px;
}

uib-accordion h4 .lg-menu {
    margin-left: 0 !important;
}

uib-accordion h4 a:focus {
    text-decoration: none !important;
    outline: none;
}

uib-accordion h4 a:hover {
    background-color: #eee !important;
}

uib-accordion h4 a {
    position: relative !important;
    display: block !important;
    padding: 5px 0px 7px 0px !important;
}

uib-accordion .panel-default > .panel-heading {
    /* color: #333; */
    background-color: transparent !important;
    border-color: transparent !important;
}

uib-accordion .panel {
    background-color: transparent !important;
    border: 0 !important;
}

uib-accordion .panel-title {
    padding: 0 !important;
}

uib-accordion .panel-heading {
    padding: 0 !important;
}

uib-accordion .panel-body {
    padding: 0 !important;
}

uib-accordion .panel-group .panel-heading + .panel-collapse > .panel-body, .panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 0 !important;
}

.nav-tabs {
    overflow-x: hidden;
    overflow-y: hidden;
    display: -webkit-box;
    display: -moz-box;
    border-bottom: 0px solid #ddd;
}

    .nav-tabs > li {
        float: none;
    }

.x-checkbox {
    height: 26px;
}

.panel-heading.x-tabs {
    padding: 0;
    border-bottom: 0px solid transparent;
}

.btn-group.pull-right.x-tabs {
    padding: 10px 15px;
}

.x-checkbox[readonly] {
    height: 12px;
    margin: 0;
}

.uploadFile::-ms-value {
    visibility: collapse;
}

.nopadding {
    padding: 0 !important;
    margin: 0 !important;
}

.foreign-input {
    background-color: #fff !important;
}

.text-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.panel-heading .titre {
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
}

.panel-default > .panel-heading {
    border-color: transparent;
}

.ui-grid-header-cell-label {
    font-size: 11px;
    font-weight: normal;
}

.ui-grid-header-cell-label-right {
    float: right;
    margin-right: 2px;
    margin-top: 2px;
}

.ui-grid-sort-priority-number {
    font-weight: normal;
}

.ui-grid-header-cell .ui-grid-column-header :hover {
    background-color: #ddd;
    border-radius: 3px;
}

.ui-grid-header-cell {
    border-right: none;
}

.ui-grid-header-cell:last-child .ui-grid-column-resizer.right {
    border-right: none;
}

.ui-grid-footer-aggregates-row {
    height: auto !important;
}

.ui-grid-footer-cell-row {
    border-left: 1px solid;
    border-color: #d4d4d4;
}

.ui-grid-footer-cell {
    border-right: none;
}

.ui-grid-cell {
    border-right: none !important;
}

.ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: transparent;
}

.ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: transparent;
}

.ui-grid-footer-panel {
    background: transparent;
}

.ui-grid-top-panel {
    background: transparent;
}

.ui-grid-filter {
    background: rgba(0,0,0,.06);
}

.ui-grid-render-container-body {
    z-index: 0;
}

input.ui-grid-filter-input {
    height: 20px;
    font-family: verdana,arial,sans-serif;
    color: #555555;
    font-size: 13px;
    font-weight: normal;
}

input.ui-grid-filter-foreign {
    height: 20px !important;
    font-family: verdana,arial,sans-serif;
    color: #555555;
    font-size: 13px;
    font-weight: normal;
}

.ui-grid-filter-foreign input {
    height: 20px !important;
    font-family: verdana,arial,sans-serif;
    color: #555555;
    font-size: 13px !important;
    font-weight: normal;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: unset !important;
}

.ui-grid-filter-foreign md-autocomplete-wrap {
    height: 20px !important;
}

.ui-grid-filter-foreign {
    border-radius: 0px !important;
    height: 20px !important;
    padding: unset;
    border: none;
    min-width: unset; 
}

.ui-grid-filter-foreign .btn {
    height: 20px;
}

.ui-grid-filter-foreign .glyphicon {
    top: -5px;
}

.ui-grid-filter-select {
    height: 20px;
    font-family: verdana,arial,sans-serif;
    color: #555555;
    font-size: 13px;
    font-weight: normal;
}

.ui-grid-menu-button {
    height: 28px;
}

button.ui-grid-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 27px;
}

.ui-grid-filter-container {
    padding: 4px 5px !important;
    height: 28px;
 }

input[type="date"].ui-grid-filter-input:hover {
    border: 1px solid #d4d4d4;
}

input[type=date].ui-grid-filter-input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

.gridCellCurrency, .gridCellDecimal, .gridCellNumeric, .gridCellPourcent {
    text-align: right;
}

.currencyType, .numericType, .decimalType, .pourcentType {
    text-align: right;
    max-width: 150px;
}

.currencyType.negative {
    color: red;
}

.ui-grid-cell-contents.negative {
    color: red;
}

.app-modal-window .modal-dialog {
    width: 80%;
}

input[type="date"].ui-grid-filter-input {
    font-family: verdana,arial,sans-serif;
    font-size: 13px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: 0;
    width: 100%;
    border: 1px solid #d4d4d4;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding-box;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

input[type="checkbox"] {
    box-shadow: none;
}

.navbar-nav > li > label, .navbar-brand, #menuVerrouillage .navbar-nav {
    padding-top: 5px !important;
    padding-bottom: 2px !important;
    line-height: 28px;
    padding: 5px 10px;
}

.navbar-nav > li > a, .navbar-brand, #menuVerrouillage .navbar-nav {
    padding-top: 5px !important;
    padding-bottom: 2px !important;
    line-height: 28px;
    padding: 5px 10px;
}

#menuVerrouillage .navbar {
    margin-bottom: 0;
}

#menuVerrouillage .navbar-verr-titre {
    max-width: 75px;
    overflow: visible;
    display: flex;
}

#menuVerrouillage li{
    background-color:white;
}

#menuVerrouillage .navbar-verr-titre li > span > span {
    padding-right: 15px;
    padding-top: 4px;
}

.navbar-text {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px !important;
    padding-bottom: 2px !important;
    line-height: 28px;
    padding: 5px 10px;
    margin-right: 5px;
    margin-left: 5px;
}

.dual-text {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
    line-height: 15px;
}

.navbar {
    min-height: 28px !important;
}

.navbar-toggle {
    padding: 0;
}

.onglets {
    height: 28px;
}

    .onglets .btn-onglets {
        min-width: 150px;
    }

    .onglets .btn {
        font-size: 13px;
        font-weight: normal;
    }

#footerSpacer {
    height: 30px;
}

/*#region Grid */
.disabled {
    color: gray !important;
    cursor: default;
}

.panel-body.panel-grid {
    padding: 0;
}

.grid {
    width: 100%;
    height: 100%;
    border: 0;
}

.col-no-padding {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

/*#endregion */
/* custom template */
html, body {
    min-height: 100% !important;
    height: 100%;
    font-family: verdana,arial,sans-serif;
    color: #555555;
    font-size: 13px;
}

.field-tupple {
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0;
}

.field-label {
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 0;
}

    .field-label:after {
        content: " : ";
    }

.field {
    padding-right: 0;
    padding-left: 0;
    font-size: 13px;
    margin: 0 0 0;
}

.field-image {
    text-align: -webkit-center;
}

.nav .dropdown-menu {
    background-color: #3B5999;
}

    .nav, .nav .dropdown-menu > li > a {
        font-family: Arial,sans-serif;
        font-size: 13px;
    }

a {
    color: #222222;
}

    a:hover {
        text-decoration: none;
    }

hr {
    border-color: #dedede;
}

.wrapper, .row {
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    margin-left: 0;
    margin-right: 0;
}

    .wrapper:before, .wrapper:after,
    .column:before, .column:after {
        content: "";
        display: table;
    }

    .wrapper:after,
    .column:after {
        clear: both;
    }

.column {
    height: 100%;
    overflow: auto;
    zoom: 1;
}

.padding {
    padding-top: 36px;
}

.menuVerrouillage {
    min-height: 14px;
}

.box {
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    /*
	background-image: url('/assets/example/bg_suburb.jpg');
	background-size: cover;
	background-attachment: fixed;
	*/
}

.divider {
    margin-top: 32px;
}

.navbar-xpert {
    border-width: 0;
    background-color: #3B5999;
    color: #ffffff;
    font-family: arial, sans-serif;
    width: inherit;
}

.navbar-env {
    background: url(images/caution-bg.png) no-repeat;
    width: 90px;
    text-align: center;
}

.navbar-titre {
    border-width: 0;
    font-family: arial, sans-serif;
    width: inherit;
}

.navbar-xpert li > a, .navbar-toggle, .navbar-xpert .dropdown-menu li > a {
    color: #efefef !important;
}

.navbar-xpert .dropdown-menu li a {
    color: #2A4888;
}

.navbar-xpert .dropdown-menu li > a {
    padding-left: 30px;
}

.navbar-xpert li > a:hover, .navbar-xpert li > a:focus, .navbar-xpert .open, .navbar-xpert .open > a, .navbar-xpert .open > a:hover, .navbar-xpert .open > a:focus {
    background-color: #2A4888;
    color: #fff;
}

.navbar li.active {
    background-color: #5B65A5;
}

#sidebar .nav li.active, #menuVerrouillage .nav li.active {
    background-color: #ddd;
}

.lg-menu {
    margin-left: 5px;
}

.navbar-verr-titre {
    font-size: 16px;
    font-weight: 600;
    font-family: Arial,sans-serif;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .navbar-verr-titre span > span {
        padding: 3px 0 5px;
        position: relative;
        display: block;
    }

.menuItemTitre {
    font-size: 15px;
    font-weight: 600;
    font-family: Arial,sans-serif;
}

    .menuItemTitre span {
        padding: 3px 0 5px;
        position: relative;
        display: block;
    }

.menuItem a {
    margin-left: 5px;
}

.footer {
    clear: both;
    z-index: 1000;
    position: fixed;
    bottom: 0;
}

.copyright {
    /*background-color: #e9eaed;*/
    z-index: -1;
    color: #999;
    padding: 5px;
    text-align: center;
    vertical-align: middle;
    right: 0;
}

#main {
    height: auto !important; /* real browsers */
    height: 100%; /* IE6: treaded as min-height*/
    min-height: 100%; /* real browsers */
    /*background-color: #e9eaed;*/
    padding-left: 0;
    padding-right: 0;
}

    #main .img-circle {
        margin-top: 18px;
        height: 70px;
        width: 70px;
    }

#sidebar {
    padding: 0;
    padding-top: 45px;
}

    #sidebar, #sidebar a, #sidebar-footer a, #menuVerrouillage, #menuVerrouillage a {
        color: #555;
        background-color: transparent;
        text-shadow: 0 0 1px #ddd;
        padding-left: 5px;
    }

        #sidebar .nav li > a:hover, #menuVerrouillage .nav li > a:not(.disabled):hover {
            background-color: #eee;
        }

.logo {
    display: block;
    padding: 6px;
    padding-top: 0 !important;
    background-color: #fff;
    color: #3B5999;
    height: 28px;
    margin: 4px;
    margin-right: 2px;
    margin-left: 0 !important;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 0 1px;
    border-radius: 2px;
}

#sidebar-footer {
    background-color: #444;
    position: absolute;
    bottom: 5px;
    padding: 5px;
}

/* bootstrap overrides */

h1, h2, h3 {
    font-weight: 800;
}

.navbar-toggle, .close {
    outline: 0;
}

    .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.btn-primary, .label-primary, .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #3B5999;
    color: #fffffe;
}

.btn-default {
    color: #666666;
    text-shadow: 0 0 1px rgba(0,0,0,.3);
}

.full .form-control {
    height: 28px;
    padding: 0 12px;
    border-radius: 3px;
}

.panel textarea, .well textarea, textarea.form-control {
    resize: none;
}

.badge {
    color: #3B5999;
    background-color: #fff;
}

    .badge:hover, .badge-inverse {
        background-color: #3B5999;
        color: #fff;
    }

.jumbotron {
    background-color: transparent;
}

.label-default {
    background-color: #dddddd;
}

.page-header {
    margin-top: 55px;
    padding-top: 9px;
    border-top: 1px solid #eeeeee;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.panel-default .panel-heading {
    background-color: #f9fafb;
    color: #555 !important;
}
.panel-default .panel-heading a {
    color: #555;
}
.panel-default .panel-heading a:hover, a:focus {
    color: #23527c;
}

.col-sm-9.full {
    width: 100%;
}

.col-sm-parent {
    padding-right: 0px;
    padding-left: 0px;
}

.modal-header, .modal-footer {
    background-color: #f2f2f2;
    font-weight: 800;
    font-size: 12px;
}

    .modal-footer i, .well i {
        font-size: 20px;
        color: #c0c0c0;
    }

.modal-body textarea.form-control {
    resize: none;
    border: 0;
    box-shadow: 0 0 0;
}

small.text-muted {
    font-family: courier, courier-new, monospace;
}

/* adjust the contents on smaller devices */

@media (max-width: 479px) {
}

@media (max-width: 768px) {

    .full .col-xs-12, .full .col-sm-12 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .navbar-xpert {
        background-color: #3B5999;
        top: 0;
        width: 100%;
    }

    .navbar-verr-titre {
        width: 260px;
    }
}

/*
 * off canvas sidebar
 * --------------------------------------------------
 */
@media screen and (max-width: 768px) {

    .logo {
        margin-left: 12px !important;
    }

    .row-offcanvas {
        position: relative;
        -webkit-transition: all 0.25s ease-out;
        -moz-transition: all 0.25s ease-out;
        transition: all 0.25s ease-out;
    }

    .row-offcanvas-left.active {
        left: 33%;
    }

        .row-offcanvas-left.active .sidebar-offcanvas {
            left: -33%;
            position: absolute;
            top: 0;
            width: 33%;
            margin-left: 5px;
        }

    #sidebar, #sidebar a, #sidebar-footer a {
        padding-left: 3px;
    }

    .navbar-xpert .dropdown-menu li a {
        color: #FFFFFF;
    }

    .navbar-xpert .dropdown-menu li > a {
        padding-left: 30px;
    }
}

/*
 * Specific styles of signin component
 */
/*
 * General styles
 */

.card-container.card {
    width: 350px;
    padding: 40px 40px;
}

.btn {
    font-weight: 700;
    /* height: 36px; */
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

    .btn-signin:hover,
    .btn-signin:active,
    .btn-signin:focus {
        background-color: rgb(12, 97, 33);
    }

.forgot-password {
    color: rgb(104, 145, 162);
}

    .forgot-password:hover,
    .forgot-password:active,
    .forgot-password:focus {
        color: rgb(12, 97, 33);
    }
