.profile-user-img {
    margin: 0 auto;
    width: 50px;
    padding: 3px;
    border: 3px solid #d2d6de;
}
.disabledShort {
    pointer-events: none;
    cursor: default;
    opacity: 0.5;
}

.info-box-3{
    cursor: pointer;
    height: 120px;
}

md-toast span{
    padding-left: 10px;
}

md-toast.md-progress .md-toast-content{
    background-color: #E0F7FA;
    color: #212121;
}

md-toast.md-error .md -toast-content{
    background-color: #F44336;
    color: #212121;
}

md-toast.md-success .md-toast-content{
    background-color: #43A047;
    color: #FFF;
}
.login{
    background: url('../../../img/maj-authen.png') no-repeat;
    background-size: 100% auto;
    padding-top: 250px;
    padding-left: 100px;
    padding-right: 120px;
    padding-bottom: 80px;
}

.banner{
    width: 100%;
    height: 50px;
    background: url('../../../img/bannerSwib.png');
    background-size: 100% 100%;
}

.session{
    padding: 10px 10px 0px 10px;
    float: right;
    color: #FFF;
    margin: 10px;
}
.session a{
    color: #FFF;
    text-decoration: none;
}

md-backdrop.md-opaque.md-default-theme, md-backdrop.md-opaque {
    background-color: rgba(33,33,33,1.0);
}

md-dialog.md-default-theme, md-dialog {
    border-radius: 4px;
    background-color: rgb(255,255,255);
    color: rgba(0,0,0,0.87);
}

md-toolbar.md-default-theme:not(.md-menu-toolbar), md-toolbar:not(.md-menu-toolbar) {
    background-color: rgb(16,108,200);
    color: rgba(255,255,255,0.87);
}

md-dialog {
    width: 100%;
}

md-tabs {
    background: white;
    border: 1px solid #e1e1e1;
}

md-tabs md-tabs-wrapper {
    background: #337ab7;
}

md-tabs.md-default-theme .md-tab.md-active, md-tabs .md-tab.md-active, md-tabs.md-default-theme .md-tab.md-active md-icon, md-tabs .md-tab.md-active md-icon, md-tabs.md-default-theme .md-tab.md-focused, md-tabs .md-tab.md-focused, md-tabs.md-default-theme .md-tab.md-focused md-icon, md-tabs .md-tab.md-focused md-icon {

    color: rgb(222,54,65);
    background: white;
}
md-tabs.md-default-theme .md-tab .md-ripple-container, md-tabs .md-tab .md-ripple-container {
    color: rgb(222,54,65);
}
md-tabs.md-default-theme .md-tab, md-tabs .md-tab {
    color: white;
}
md-input-container .md-input {
    color: rgba(0,0,0,0.87);
    border-color: rgba(0,0,0,1);
}
.md-datepicker-calendar-pane.md-pane-open{
    background: #FFF;
}
md-input-container.md-input-focused label:not(.md-no-float), md-input-container.md-input-has-placeholder label:not(.md-no-float), md-input-container.md-input-has-value label:not(.md-no-float)
{
    -webkit-transform: translate3d(0,6px,0) scale(1) !important;
    transform: translate3d(0,6px,0) scale(1) !important;
}

.form-control{
    font-size: 12px;
}

md-input-container:not([md-no-float]) .md-select-placeholder span:first-child{
    font-weight: bold;
}
md-input-container .md-errors-spacer{
    display: none;
}

.bg-swibtime{
    background-color: #005B98;
    color: #FFF;
}

.breadcrumb-bg-swibtime{
    background-color: #005B98;
    color: #FFF;
}

.breadcrumb-bg-swibtime a{
    color: #FFF;
}

.breadcrumb-bg-swibtime li a{
    color: #FFF;
    font-weight: bold;
}

.breadcrumb-bg-swibtime > .active
{
    color: #FFF;
}

body{
    background-color: #FFF;
}

.loginSwibTime{
    max-width: 326px !important;
}

.loginSwibTime .enteteLogin img{
    width: 100%;
}

.loginSwibTime .bodyLogin{
    padding: 0 15%;
    background: url("../../../img/bodyauthentification.png") repeat-y;
    background-size: 100% auto;
    text-align: center;
}

.loginSwibTime .footerLogin img{
    width: 100%;
}
.btn-connexion{
    margin: 0 auto;
}

a.info-box-3:hover{
    text-decoration: none;
    color: #FFF  !important;
    opacity: 0.5;
}

.bg-swibtime2,.bg-swibtime2:hover,.bg-swibtime2:active,.bg-swibtime2:focus{
    background: #2f8ab9;
    color: #FFF;
}
.right-sidebar{
    width: 380px;
    height: calc(100vh - 110px);
    right: -400px;
    max-width: 80%;
}

.js-right-sidebar {
    border-radius: 3px 0 0 3px;
    position: fixed;
    right: 0;
    text-align: center;
    top: calc(100vh / 2);
    z-index: 100000;
    padding: 10px;
}

.js-right-sidebar,.js-right-sidebar:hover,.js-right-sidebar:active,.js-right-sidebar:focus{
    color: #FFF;
}

.select-header{
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1), 0 0 0 0 rgba(0, 0, 0, 0.14), 0 0 0 0 rgba(0, 0, 0, 0.12);
    padding-left: 10.667px;
    height: 48px;
    cursor: pointer;
    position: relative;
    display: flex;
    align-items: center;
    width: auto;
}

.header-searchbox{
    border: none;
    outline: none;
    height: 100%;
    width: 100%;
    padding: 0;
}

.label{
    font-size: 11px;
}

.breadcrumb .pull-right:before{
    content: '';
}
.breadcrumb .pull-right a{
    color: #005B98;
}

.breadcrumb .pull-right a:hover{
    text-decoration: underline;
}


@media (max-width: 1100px) {
    .login-page{
        margin: 0px;
    }
    .login{
        background: url('../../../img/maj-authen.png') no-repeat;
        background-size: 100% auto;
        padding-top: 35%;
        padding-left: 15%;
        padding-right: 20%;
        padding-bottom: 10%;
    }
    .input-group{
        margin-bottom: 0px;
    }
    .table-fixed {
        overflow: auto;
    }
    .right-sidebar{
        top:0;
        z-index: 14;
        height: calc(100vh) !important;
    }
    .md-select-menu-container{
        z-index: 15;
    }
    .banner{
        width: 100%;
        height: 50px;
        background: url('../../../img/bannerSwib.png');
        position: fixed;
        z-index: 13;
        top: 0;
        left: 0;
    }

    h4 .label{
        margin: 5px 0;
        display: inline-block;
    }
}


@media (min-width: 1100px) {
    .table-fixed thead {
        width: 98.6%;
    }
    .table-fixed tbody {
        height: 230px;
        overflow-y: auto;
        width: 100%;
    }
    .table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
        display: block;
    }
    .table-fixed tbody td, .table-fixed tbody th, .table-fixed thead > tr> th {
        float: left;
    }
}