
body {
    padding: 0;
    margin: 0;
    background-color: #f2f7fc;
    color: #404040;
    font-weight: bold;
}

.ic-plan{
    height: 18px;
    margin-right: 5px;
}

.btn {
    transition: all .5s
}

.custom-link {
    color: #404040;
}

.custom-link:hover {
    color: #404040;
    text-decoration: underline;
}

.center {
    text-align: center;
}

.no-padding {
    padding: 0;
}

/** Informations **/
.strong {
    font-size: 120%;
    font-weight: bolder;
}

/*.informations-header{
	background-image: url(../images/bgimg_h1.png);
	background-repeat: no-repeat;
	background-color: silver;
    height: auto;
	width: 100%;
	padding-left: 25px;
	float:left;
	margin-right: 10px;
	background-size: 20px 100%;
	border-radius: 4px;
}



.liste-info li{
	margin-bottom: 10px;
}
*/
/** Banniere accueil **/
#home-ban {
    background-image: url("img/back2.jpg");
    background-repeat: repeat-x;
    height: 400px;
    width: 1250px;
    background-position: -230px 0;
    display: table-cell;
    vertical-align: middle;
}

#home-ban-button {
    background: #404040;
    border: none;
    color: #eee;
    border-radius: 50px;
    padding: 15px;
    box-shadow: 5px 5px 3px #555;
}

/** HEADER **/
#header {
    height: 63px;
    padding: 0;
    background-color: #f2f7fc;
    margin-bottom: 0;
}

#header #header-logo {
    display: block;
    background-color: #404040;
    height: 63px;
    width: 206px;
    float: left;
}
#header-logo img {
    height: 63px;
    width: 206px;
}

#header #header-user {
    float: right;
    line-height: 62px;
    padding-right: 10px;
    font-weight: bold;
}

#header #header-user #username {
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    color: #ffffff;
    height: 25px;
    line-height: 25px;
    font-size: 12px;
}

#header #header-user .header-user-content {
    float: left;
}

#header #header-user #my-profile {
    background-image: url("img/header-icon2.png");
    display: inline-block;
    height: 52px;
    width: 48px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 10px;
}

#header #header-user #aide {
    background-image: url("img/header-icon2.png");
    display: inline-block;
    height: 52px;
    width: 52px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 10px;
    background-position: -94px 0;
}

#header #header-user #deconnection {
    background-image: url("img/header-icon2.png");
    display: inline-block;
    height: 52px;
    width: 45px;
    background-repeat: no-repeat;
    margin-top: 6px;
    margin-left: 10px;
    background-position: -48px 0;
}

/*#header #header-user #my-profile:hover {*/
/*    background-position: 0 -52px;*/
/*}*/

/*#header #header-user #aide:hover {*/
/*    background-position: -93px -52px;*/
/*}*/

/*#header #header-user #deconnection:hover {*/
/*    background-position: -48px -52px;*/
/*}*/

#header #content {
    padding: 0;
}

/** FOOTER **/
footer {
    margin: 15px 0 0;
    text-align: center;
    padding-top: 20px;
    font-weight: normal;
}

/** ASIDE **/
#aside {
}

#aside aside {
}

#aside-super-admin {
    background: #354353;
    box-shadow: 3px 0px 10px 0px rgba(0, 0, 0, 0.5);
    position: fixed;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 16.66666667%;
}

aside ul {
    background: #3F4F5F;
    padding: 0;
    margin: 0;
}

aside ul li {
    list-style: none;
    transition: all .3s;
}

aside ul li a {
    color: #fff;
    display: block;
    height: 60px;
    padding: 12px 12px;
    font-size: 14px;
}

aside ul li:hover {
    background-color: #404040;
}

aside ul li:hover a {
    color: #ffffff;
    text-decoration: none;
}

.link-aside::before {
    font-family: 'FontAwesome', sans-serif;
    font-size: 23px;
    font-weight: 100;
    padding: 0 20px;
}

.link-dash::before {
    content: '\f015'
}

.link-fiches::before {
    content: '\f007'
}

.link-boites::before {
    content: '\f0f7';
    display: inline-block;
    transform: rotate(180deg);
}

.link-stats::before {
    content: '\f080'
}

.link-transaction::before {
    content: '\f155'
}

.link-forfait::before {
    content: '\f022'
}

@media (max-width: 992px) {
    #aside-super-admin {
        width: 8.33333333%;
    }

    #aside-super-admin ul li a {
        font-size: 0px;
        padding: 10px 0 0 0;
        text-align: center;
    }
}


/** BREADCRUMB **/
/*.breadcrumb-row {*/
/*    padding: 15px 0 !important;*/
/*}*/

/*.breadcrumb-row .col {*/
/*    margin: 0;*/
/*    padding: 0;*/
/*}*/

.breadcrumb {
    background-color: #404040;
    color: #ffffff;
    height: 63px;
    line-height: 45px;
    font-weight: bold;
    margin-left: -15px;
    display: inline-block;
    white-space: nowrap;
    padding-left: 30px;
    padding-right: 30px;
    border-radius: 0 4px 4px 0;
    box-shadow: inset 3px 0 8px 0px black;
}

.breadcrumb > li {
    text-shadow: unset !important;
    white-space: nowrap;
}

.breadcrumb a {
    color: #ffffff;
}

.breadcrumb .active {
    /*color: #ffc411 !important;*/
    color: #ffffff;
}

/** DASHBOARD **/
.dashboard-row {
    padding: 15px 0 !important;
}

.dashboard-left {
    padding: 0;
}

.dashboard-left .dashboard-left-space,
.dashboard-left .dashboard-left-booking {
    background-image: url(img/dashboard-left-bloc-space.png);
    height: 210px;
    background-repeat: no-repeat;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #364353;
    background-position: bottom center;
}

.dashboard-left .dashboard-left-booking {
    background-image: url(img/dashboard-left-bloc-booking.png);
}

.dashboard-left .dashboard-left-bottom {
    background-color: #404040;
    min-height: 140px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    position: relative;
    box-sizing: border-box;
    padding: 10px 0;
}

.dashboard-left .button_full {
    width: 90% !important;
}

.dashboard-left .dashboard-booking-btn {
    margin-top: 40px;
}

.dashboard-right {
    padding: 0;
}

.dashboard-right .dashboard-right-content {
    min-height: 350px;
    border-radius: 5px;
    border: 0;
    background-color: #ffffff;
    margin: 0 0 0 15px;
    padding: 0 15px;
}

.dashboard-right .list-empty {
    line-height: 310px;
    text-align: center;
    font-weight: bold;
    background-image: none !important;
    border: 0;
}

.dashboard-right .list-group-item {
    border: 0;
    list-style-type: none;
    background-image: url("img/icon-list-orange.png");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    min-height: 52px;
    line-height: 33px;
    font-weight: bold;
}

.dashboard-right-booking .list-group-item {
    background-image: none;
    padding-left: 0;
}

.dashboard-right .list-group-item .btn:last-child {
    margin-right: 0;
}

.list-group-item:not(:last-child) .booking-list-item {
    border-bottom: 1px solid #e1e4e7;
    padding-bottom: 20px;
}

.dashboard-right-content-area .list-group-item:not(:last-child) {
    border-bottom: 2px solid #e1e4e7;
}

.booking-list-item .booking-block {
    float: left;
    height: 80px;
    margin-right: 20px;
    font-weight: bold;
}

.booking-list-item .booking-block:last-child {
    margin-right: 0;
}

.booking-list-item .date {
    background-color: #364353;
    color: #ffffff;
    border-radius: 5px;
    width: 55px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}

.booking-list-item .date .day,
.booking-list-item .date .month {
    line-height: 50px;
    width: 80%;
    margin: 0 auto;
}

.booking-list-item .date .day {
    border-bottom: 1px solid #4c5c6f;
    height: 50px;
}

.booking-list-item .date .month {
    text-transform: uppercase;
    font-size: 18px;
    height: 30px;
    line-height: 30px;
}

.booking-list-item .hour {
    color: #404040;
}

.booking-list-item .booking-block .area,
.booking-list-item .booking-block .hour,
.booking-list-item .booking-block .contributors {
    height: 25px;
    line-height: 25px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.booking-list-item .action {
    float: right;
    margin-right: 0;
}

#add-user-area {
    position: relative;
}

#add-user-area .button_full {
    width: 100%;
    height: 52px;
    position: absolute;
    top: 0;
    left: 0;
    line-height: 45px;
    margin: 0 0 5px 0;
}

#add-user-area .count-users {
    position: absolute;
    top: 0;
    left: 10px;
}

#add-user-area .count-users .icon {
    background-image: url(img/users-icons.png);
    background-repeat: no-repeat;
    height: 33px;
    width: 35px;
    float: left;
    margin-top: 9px;
}

#add-user-area .count-users .number {
    float: left;
    font-weight: bold;
    margin-left: 10px;
    line-height: 52px;
    font-size: 25px;
}

/** AREA **/
/* View */
.area-times .list-group-item {
    float: left;
    background-color: #ffffff;
    border-radius: 5px !important;
    width: 13%;
    padding: 0;
}

.oh {
    margin-right: 10px;
}

.area-times .list-group-item:nth-child(7) {
    margin-right: 0px !important;
}

.area-times .list-group-item .day {
    background-color: #354353;
    color: #ffffff;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.area-times .list-group-item .times {
    padding: 10px;
    min-height: 60px;
}

.area-times .list-group-item .times .times-content {
    margin-bottom: 10px;
}

.area-times .list-group-item .times select {
    border-radius: 5px;
}

.area-times .list-group-item .times .times-content select:first-child {
    margin-right: 5px;
}

.area-times .list-group-item .times .times-content select:last-child {
    margin-left: 5px;
}

.area-times .list-group-item .times .title {
    display: inline-block;
    width: 80px;
}

.area-times .list-group-item .times .time-start {
    color: #41ad49;
    margin-bottom: 5px;
}

.area-times .list-group-item .times .time-end {
    color: #e44061;
}

.device-state-on {
    color: #41ad49;
}

.device-state-off {
    color: #e44061;
}

/* Create */
.header-create-area {
    min-height: 150px !important;
}

.header-create-area .title {
    padding-left: 90px;
    font-size: 18px;
    padding-top: 70px;
    line-height: 16px;
}

.header-create-area label {
    height: 35px;
    line-height: 35px;
    display: block;
    margin-top: 15px;
}

.header-create-area input[type="text"] {
    width: 100%;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    color: #364353;
}

.header-create-area .reservation-unit label {
    width: 80px;
    float: left;
    margin-right: 15px;
}

.header-create-area .reservation-unit .roundedOne {
    margin-top: 21px;
}

.header-create-area .reservation-unit .roundedOne label {
    float: none;
    margin: 0;
    width: 14px;
}

.header-create-area .reservation-unit label:first-child {
    width: 260px;
}

/** RESERVATION **/
/* View */
.btn-group-content-reservation {
    width: 185px;
    margin: 0 auto 10px;
    height: 35px;
    display: block
}

.booking-list-item .booking-block-view {
    height: 120px !important;
}

.booking-list-item .booking-block-view .year {
    font-size: 18px;
    border-top: 1px solid #404040;
    padding-top: 6px;
    width: 80%;
    margin: 0 auto;
}

/* Create */
.header-create {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0 5px;
    min-height: 80px;
    line-height: 80px;
    margin-bottom: 15px;
}

.header-create-reservation {
    background-image: url('img/header-create-booking.png');
    background-repeat: no-repeat;
    background-position: 12px 8px;
    margin-left: 15px;
    margin-right: 15px;
}

.header-create-reservation-nomarging {
    background-image: url('img/header-create-booking.png');
    background-repeat: no-repeat;
    background-position: 12px 8px;
}

.header-create-groupe {
    background-image: url('img/header-create-groupe.png');
    background-repeat: no-repeat;
    background-position: 12px 8px;
    margin-left: 15px;
    margin-right: 15px;
}

.header-edit {
    background-image: url('img/header-edit.png');
    background-repeat: no-repeat;
    background-position: 12px 8px;
}

.header-create-edit {
    background-image: url('img/header-edit.png');
    background-repeat: no-repeat;
    background-position: 12px 8px;
    margin-left: 15px;
    margin-right: 15px;
}

.header-create .title {
    padding-left: 90px;
    font-size: 16px;
}

.header-create .form {
    float: right;
}

.header-create .form label {
    margin-right: 10px;
}

.header-create .form input {
    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 150px;
    color: #364353;
    padding: 0 5px;
    text-align: center;
    margin-right: 15px;
}

#reservation_hours .hour_not_available {
    color: #c3c3c3;
}

/** DATA TABLE **/
.tableData .glyphicon {
    font-size: 12px;
    width: 20px;
    text-align: center;
    height: 20px;
    line-height: 20px;
    padding: 0;
}

.dataTables_wrapper {
    font-weight: normal;
}

.dataTables_wrapper select {
    border-radius: 5px;
}

.dataTables_wrapper input[type="search"] {
    margin-top: -3px;
    border-radius: 5px;
    border: 1px solid grey;
}

.dataTables_wrapper .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #ffffff !important;
    background-color: #364353 !important;
    width: 25px;
    height: 25px;
    padding: 0;
    line-height: 25px;
    border: 0;
    font-size: 11px;
    font-weight: bold;
}

.dataTables_wrapper .paginate_button.glyphicon,
.dataTables_wrapper .paginate_button.glyphicon:hover {
    top: 2px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background-color: #404040 !important;
}

.dataTables_wrapper .dataTables_info {
    font-size: 12px;
}

table.dataTable thead .sorting {
    padding: 0;
}

table.dataTable tbody td {
    padding: 8px 0px;
}

table.dataTable.mmi tbody tr.odd {
    background-color: rgba(53, 67, 83, .15);
}

/** CUSTOM BOOSTRAP **/
.container-fluid {
    padding: 0;
}

.alert {
    font-weight: normal;
}

.col, .row {
    margin: 0 !important;
    padding: 0 !important;
}

.col-custom-left {
    padding: 0 5px 0 0 !important;
}

.col-custom-right {
    padding: 0 0 0 5px !important;
}

.col-custom-center {
    padding: 0 !important;
}

.col-custom-bottom {
    margin-bottom: 10px;
}

.panel {
    border: 0;
    background-color: transparent;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

.panel-body {
    background: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.panel-heading-custom {
    background: none !important;
    border: 0 !important;
    margin: 15px 0;
    color: #404040 !important;
    font-size: 20px;
    padding: 0;
}

.panel-heading-custom2 {
    color: #404040 !important;
    background-color: #ffffff !important;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    text-align: center;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border: 0 !important;
    padding: 0;
}

.panel-heading-custom3 {
    color: #354353 !important;
    margin-bottom: 10px;
    border: 0;
}

.panel-heading-custom4 {
    background-color: #ffffff !important;
    border: 0 !important;
    margin-top: 15px;
    margin-bottom: 0px;
    color: #364353 !important;
    font-size: 20px;
    padding: 0;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    text-align: center;
}

.panel > .list-group .list-group-item {
    border-width: 0;
}

.list-group-custom {
    border-radius: 5px;
}

.panel-body-custom {
    background-color: #ffffff;
    border-radius: 5px;
}

.panel-body-custom2 {
    background-color: #ffffff;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.panel > .list-group {
    background-color: #ffffff;
}

.panel > .list-group-no-background {
    background: transparent;
}

.page-header {
    border: 0;
    font-size: 25px;
}

.alert-warning {
    font-weight: normal;
}

.panel-info > .panel-heading {
    background: transparent;
}

.glyphicon {
    top: 0;
}


/** BUTTON / AREA **/

.label_hours {
    display: inline-block;
}

.area_add {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.button_group {
    float: right;
}

.btn {
    border: 0;
    margin-right: 5px;
    border-radius: 30px !important;
    font-weight: bold;
}

.btn-little {
    width: 90px;
}

.btn-little-collapse {
    height: 30px;
    border-radius: 0 5px 5px 0 !important;
    border-width: 1px 1px 1px 0 !important;
    border: solid grey;
}

.btn-little:hover {
    background: #3F4F5F;
    color: #ffffff;
}

.mmi-input-number {
    padding-left: 7px;
    vertical-align: middle;
    height: 30px;
    border: 1px solid grey;
    border-radius: 5px;
}

.mmi-input-collapse {
    position: relative;
    vertical-align: middle;
    height: 30px;
    width: 175px;
    border: solid grey;
    border-width: 1px 0 1px 1px;
    border-radius: 5px 0 0 5px;
    padding-left: 7px;
    left: 4px;
}

.submit-btn {
    width: 100%;
}

.button_yellow_grad,
.button_yellow_grad:active {
    background: #404040 !important;
    border: 0 !important;
    color: #ffffff;
}

.button_blue_grad,
.button_blue_grad:active {
    background: #404040 !important;
    border: 0 !important;
    color: #ffffff;
}

.button_red_grad,
.button_red_grad:active {
    background: #d93c5b !important;
    background: -webkit-linear-gradient(left, #d93c5b, #db627a) !important;
    background: -o-linear-gradient(right, #d93c5b, #db627a) !important;
    background: -moz-linear-gradient(right, #d93c5b, #db627a) !important;
    background: linear-gradient(to right, #d93c5b, #db627a) !important;
    border: 0 !important;
    color: #ffffff;
}

.button_full,
.button_full:active,
.button_full:focus {
    width: 100%;
    background-color: #404040;
    font-weight: bold;
    font-size: 18px;
    bottom: 0;
    border: 0;
    left: 0;
    margin: 10px auto;
    display: block;
    height: 35px;
    color: #ffffff;
}

.button_full:hover {
    color: #ffffff;
}

.table_tr_warning {
    background-color: #f2dede !important;
    color: #b84442;
}

.table_tr_success {
    background-color: #dff0d8 !important;
    color: #3c763d;
}

.hour_not_available {
    color: red;
}

.form_errors ul {
    color: #a94442;
    background-color: #f2dede;
    border-color: #a94442;
    padding: 15px;
    padding-left: 30px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.roundedOne {
    width: 20px;
    height: 20px;
    background: #f3f5f6;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    float: left;
    margin-right: 6px;
}

.roundedOne label {
    cursor: pointer;
    position: absolute;
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    left: 3px;
    top: 3px;
    background: #c4c5c5;
}

.roundedOne label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #404040;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    top: 0;
    left: 0;
}

.roundedOne label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

.roundedOne input[type=checkbox] {
    height: 0px;
    width: 0px;
    visibility: hidden;
}

.roundedOne input[type=radio] {
    margin: 0;
    top: 4px;
    left: 4px;
    position: absolute;
}

.roundedOne input[type=checkbox][readonly="readonly"] + label {
    background: none;
    top: 0;
    left: 6px;
}

.roundedOne input[type=checkbox][readonly="readonly"] + label:before {
    content: "X";
    color: grey;
    font-size: 12px;
    margin-top: 5px;
}

input[type=checkbox][readonly="readonly"] + label::after {
    background: none;
}

.roundedOne input[type=checkbox]:checked + label:after,
.roundedOne input[type=radio]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}

.roundedOne input[type=checkbox]:checked + :hover::after,
.roundedOne input[type=radio]:checked + :hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    opacity: 0.6;
}

/** CONNECT PAGE **/
#connect-page {
    background-color: #ffffff;
    margin-top: 15px;
    border-radius: 5px;
}

#connect-page .panel-heading-custom {
    text-align: center;
    padding-top: 15px;
}

#connect-page .item-fotm-input {
    width: 100%;
    margin: 0 auto;
    display: block;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
}

#connect-page .button_connect_page {
    width: 100%;
    margin: 0 auto;
    display: block;
    height: 35px;
    margin-bottom: 10px;
}

#connect-page .subtitle {
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    margin: 40px auto 10px;
    width: 100%;
    border-top: 1px solid #c7cace;
    padding-top: 15px;
}

.panel-subscription {
    margin-top: 30px;
    background: #ffffff;
}

.panel-subscription .list-group {
    width: 80%;
    margin: 0 auto;
}

.panel-subscription .list-group input[type="text"],
.panel-subscription .list-group input[type="password"],
.panel-subscription .list-group input[type="email"] {
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #e7e7e7;
}

.panel-subscription #user_gender label {
    float: left;
    margin-right: 10px;
}

.panel-validate-account,
.panel-resend-account {
    margin-top: 30px;
}

.panel-validate-account .button_full,
.panel-resend-account .button_full {
    height: 30px;
    font-size: 14px;
    display: block;
    width: 100%;
    margin: 5px 0 15px 0;
    font-weight: bold;
}

.panel-validate-account label,
.panel-resend-account label,
.panel-add label {
    width: 80%;
    display: block;
    margin: 0 auto 5px;
}

.panel-validate-account input,
.panel-resend-account input,
.panel-add input[type="number"],
.panel-add select,
.panel-add input[type="text"] {
    width: 80%;
    margin: 0 auto;
    display: block;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    margin-bottom: 10px;
}

{
    width: 80%
;
    margin: 0 auto
;
    display: block
;
    font-weight: normal
;
    border-radius: 5px
;
    border: 1px solid #e7e7e7
;
    height: 35px
;
    line-height: 35px
;
    padding: 0 5px
;
    margin-bottom: 10px
;
}
.panel-resend-account .text {
    text-align: center;
    margin-bottom: 20px;
}


/** ADMIN SEARCH **/
#admin-find input[type="text"] {
    margin: 0 auto 10px;
    width: 100%;
    display: block;
    border-radius: 5px;
    border: 1px solid #b1acac;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

/** CREATE USER **/
#add-user input[type="text"] {
    margin: 0 auto 15px;
    width: 80%;
    display: block;
    border-radius: 5px;
    border: 1px solid #b1acac;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}

#add-user input[type="checkbox"] {
    margin: 0 5px 15px 10%;
    display: inline-block;
    border-radius: 5px;
    border: 1px solid #b1acac;
}

#add-user label {
    width: 80%;
    display: block;
    margin: 0 auto;
}

#add-user-csv {
    text-align: center;
}

#add-user-csv .input-type-file input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#add-user-csv .input-type-file label {
    width: 80%;
    font-size: 1.25rem;
    font-weight: 700;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    color: #354353;
    border: 1px solid #354353;
    background-color: #e6e6e6;
    padding: 0;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    margin-bottom: 15px;
    line-height: 20px;
}

#add-user-csv .input-type-file span {
    width: 200px;
    min-height: 2em;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    vertical-align: top;
    padding: 0.625rem 1.25rem;
}

#add-user-csv .input-type-file strong {
    height: 100%;
    color: #ffffff;
    background-color: #354353;
    display: inline-block;
    float: right;
    padding: 0 15px;
    font-size: 14px;
    line-height: 30px;
}

.table-csv {
    border: 0;
}

.table-csv thead tr {
    background-color: #364353;
    color: #ffffff;
    border-top-left-radius: 5px;
    border-right: 2px solid #364353;
}

.table-csv tr td,
.table-csv tr th {
    border: 0 !important;
}

.table-csv .table_tr_success {
    background-color: white !important;
    border: 1px solid #354353;
    color: #354353 !important;
}

/** SUPER ADMIN **/
.button_gsm {
    padding: 5px;
    color: #ffffff;
    border-radius: 5px;
}

.button_gsm:hover,
.button_gsm:active,
.button_gsm:focus {
    color: #ffffff;
    text-decoration: none;
}

.gsm_no_area {
    color: #c92d2e;
}

/* DataTable hack : remove sorting arrows and sort padding to column header */

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    background: none;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    padding-left: 0px;
}

/* End of DataTable hack */

.reservation_author {
    color: #c3c3c3;
    font-size: 13px;
    font-weight: normal;
}

.inactive_user {
    color: #c3c3c3;
}

@media (max-width: 991px) {
    .col-xs-12 .dashboard-right-content {
        margin: 0;
    }

    #add-user-csv .input-type-file label {
        width: 100%;
    }

    #add-user-csv .input-type-file strong {
        font-size: 20px;
    }

    .col-custom-center, .col-custom-left, .col-custom-right {
        padding: 0 !important;
    }

    .header-create-area {
        height: 330px !important;
    }

    .header-create-area .reservation-unit label {
        width: 150px;
    }
}

@media (max-width: 768px) {
    /** BREADCRUMP **/
    .breadcrumb {
        line-height: inherit;
        height: auto;
    }

    /** DASHBORAD **/
    .dashboard-right .dashboard-right-content {
        margin: 0;
    }

    .dashboard-right-content .button_group {
        float: inherit;
    }

    .dashboard-right .list-group-item {
        background-position: 0px 10px;
    }

    .booking-list-item .action {
        float: left;
        height: auto;
        margin-top: 10px;
    }

    #add-user-area .count-users {
        top: -44px;
    }

    /** AREA **/
    .area-times .list-group-item {
        width: 100%;
        margin: 5px 0;
        float: none;
    }

    .header-create .title {
        padding-left: 0;
        text-align: center;
        height: 36px;
        line-height: 36px;
    }

    .header-create .form input {
        margin: 0;
    }

    .header-create .form {
        float: inherit;
        height: 36px;
        line-height: 36px;
        margin: 0px 0 0 16px;
    }

    .header-create-area {
        background-image: none;
        height: 330px !important;
    }

    .header-create-area .reservation-unit label:first-child,
    .header-create-area .reservation-unit label {
        float: none;
        margin: 0;
    }

    .header-create-area .reservation-unit .roundedOne {
        margin-top: 6px;
    }

    .header-create-area .title {
        padding-left: 0;
        text-align: center;
        height: auto;
        line-height: 40px;
        padding-top: 0;
        font-size: 20px;
    }

    /** RESERVATION */
    .header-create-reservation {
        background-image: none;
    }

    /** BUTTONS **/
    .button_full {
        font-size: 16px;
        white-space: inherit;
        height: auto;
    }

    /** BOOTSTRAP **/
    .col-custom-center,
    .col-custom-left,
    .col-custom-right {
        padding: 0 !important;
    }

    .pull-right-custom {
        float: none !important;
        width: 100%;
        margin-top: 5px;
    }

    /** CREATE USER **/
    #add-user input[type="text"],
    #add-user label,
    #add-user-csv .input-type-file label {
        width: 100%;
    }

    #add-user-csv .input-type-file strong {
        font-size: 20px;
    }

    .panel-validate-account input,
    .panel-validate-account label,
    .panel-resend-account input,
    .panel-resend-account label,
    .panel-add input[type="text"],
    .panel-add label {
        width: 100%;
    }

}


/* EXPLICIT */
.background-blue-lg {
    color: white;
    background: linear-gradient(to right, #435569, #647991) !important;
}

.position-relative {
    position: relative;
}

.font-36 {
    font-size: 36px;
}

.bg-F3F5F6 {
    background-color: #F3F5F6
}

/* MMI */
#header-logo#super-admin {
    display: none
}

.logo-bg-super-admin {
    background-color: #404040
}

.logo-super-admin {
    margin: auto;
}

.panel-info.mmi {
    border: 0;
}

.panel-heading-custom2.mmi {
    padding: 0
}

.breadcrumb.mmi {
    background-color: #364353
}

.panel-body.mmi {
    background-color: #ececec;
    border-radius: 0;
    box-shadow: inset 0 4px 20px 0 rgba(51, 3, 0, 0.3);
}

.panel-body.mmi .no-fiche {
    color: #adadad
}

strong.mmi {
    color: #404040
}

.btn-container {
    text-align: center;
}

.btn.mmi {
    width: 99%;
    text-align: center;
}

.button_y.mmi {
    background-color: #404040;
    border: none;
    transition: all .5s
}

#sms-basket-count,
#sms-sent-count {
    font-size: 20px;
    color: #404040;
}

.container.mmi-connect-page {
    margin-top: 80px !important;
}

.btn-black:hover {
    background: #404040;
}

.button_y.mmi:hover {
    background: #354353;
}

.panel-mmi {
    background-color: #354353 !important;
    color: white;
}

/* DEVICE */
.device-indicator {
    position: absolute;
    margin: 0;
    top: 15px;
    right: 20px;
    color: #adadad;
}

.device-indicator div {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.device-enabled {
    height: 15px;
    width: 15px;
    background-color: lawngreen;
    border-radius: 4px;
    border: 2px solid lawngreen;
}

.device-disabled {
    height: 15px;
    width: 15px;
    background-color: #db627a;
    border-radius: 4px;
    border: 2px solid #db627a;
}

.form_api {
    width: 80%;
    margin: 0 auto;
}

#device_api {
    display: inline-block;
    width: 70%;
    margin: 0;
}

#generate_key {
    display: inline-block;
    padding: 0;
    float: right;
}

#generate_key a {
    margin: 0;
}

/* FORFAIT */
.conso-info {
    display: block;
    padding: 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.3);
}

.list-table-container {
    border-radius: 4px;
    padding: 10px;
    border-collapse: collapse;
}

.list-table-line {
    text-align: left;
    background: white;
    border: 1px solid #ddd;
}

.list-table-line:first-child {
    background: none;
    border: none;
}

.list-table-column {
    padding: 0.5em;
}

.list-table-column a {
    color: white;
    text-decoration: none;
}

/* HOMEPAGE */
.background-dashboard {
    background: url('img/back2.jpg') no-repeat;
    background-size: cover;
    color: white;
}

.dashboard-porte {
    display: inline-block;
    padding: 70px 40px 0 40px;
    height: 377px;
    text-align: center;
}

.hyper-text-dashboard {
    font-size: 8em;
    color: white;
    margin-top: -20px;
}

.super-text-dashboard {
    font-size: 1.5em;
    color: white;
}

#forfait_typeForfait {
    width: 80%;
    margin: 0 auto;
}

div#superadmin_dashboard_v2 {
    background-color: #354353;
    padding: 10px;
}

div#superadmin_dashboard_v2 span {
    color: white;
    font-size: 1.5em;
    margin-bottom: 0;
}

/*****************************************************************************************************************************************/
#device_api_version, #device_sms {
    width: 80%;
    display: block;
    font-weight: normal;
    border-radius: 5px;
    border: 1px solid #e7e7e7;
    height: 35px;
    line-height: 35px;
    padding: 0 5px;
    margin: 0 auto 10px;
}

.header-create .form select {

    height: 35px;
    line-height: 35px;
    border-radius: 5px;
    border: 1px solid #ddd;
    width: 90px;
    color: #404040;
    padding: 0 5px;
    text-align: center;
    margin-right: 15px;

}

.header-create-area select, select[name="device[led]"] {
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ddd;
    color: #404040;
    padding: 0;
    margin: 0;
}

/********************************************************************************/
#spaceList {
    margin-top: 62px;
    padding: 10px 0 15px;
    background-color: #404040;
    color: white;
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.5);
    display: none;
    position: absolute;
    z-index: 50;
    border-bottom-right-radius: 5px;
    list-style: none;
    text-decoration: none;
}

.spaceListChild {
    list-style: none;
    text-decoration: none;
}

.spaceListLink {
    margin: 0;
    padding: 0;
}

.spaceListName {
    text-decoration: none;
    color: white;
    font-size: 14px !important;
    padding: 10px;
    margin: 0 !important;;
}

.spaceListName:hover, .spaceListActive {
    background: #404040 !important;
}

.spaceListBlocked {
    text-decoration: none;
    color: #b7b7b7;
    font-size: 14px !important;
    padding: 10px;
    margin: 0 !important;;
}