/**************************************************
 * UI Elements
 **************************************************/

body {
    color: #6f6f6f;
}

.body-error #page-wrapper {
    margin-left: 0;
}

.body-error .sidebar {
    display: none;
}

a, .text-primary {
    color: #e94f19;
    text-decoration: none;
}

a:focus, a:hover {
    color: #b8370a;
    text-decoration: none;
}

input, textarea, select, .form-control, .btn, .input-group-addon {
    border-radius: 0;
}

input, select, textarea {
    color: #6f6f6f;
}

.input-group-btn .btn {
    height: 32px;
    line-height: 18px;
}

.bootstrap-datetimepicker-widget {
    z-index: 1090;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #ea4e1b;
    background-image: -webkit-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:    -moz-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:     -ms-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:      -o-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:         linear-gradient(center top , #ff6b3a, #ea4e1b);
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #ea4e1b;
}

.btn-primary {
    color: #fff;
    background-color: #ea4e1b;
    background-image: -webkit-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:    -moz-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:     -ms-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:      -o-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:         linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
    background-color: #ea4e1b;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    color: #fff;
    background-color: #ea4e1b;
    background-image: -webkit-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:    -moz-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:     -ms-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:      -o-linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-image:         linear-gradient(center top , #ff6b3a, #ea4e1b);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.pagination > li > a, .pagination > li > span {
    color: #e94f19;
}

.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
    color: #b8370a;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #e94f19;
    border-color: #b8370a;
    color: #fff;
}

.navbar-default {
    background-color: #fff;
    background-image: -webkit-linear-gradient(center top , #fff 0%, #e3e3e3 100%);
    background-image:    -moz-linear-gradient(center top , #fff 0%, #e3e3e3 100%);
    background-image:     -ms-linear-gradient(center top , #fff 0%, #e3e3e3 100%);
    background-image:      -o-linear-gradient(center top , #fff 0%, #e3e3e3 100%);
    background-image:         linear-gradient(center top , #fff 0%, #e3e3e3 100%);
    background-repeat: repeat-x;
    border-bottom: 0 none;
    box-shadow: -11px 12px 23px rgba(0, 0, 0, 0.1);
    max-height: 50px;
}

.page-header {
    border-bottom: 1px solid #ccc;
    color: #e94f19;
    font-weight: 300;
    margin: 12px 0 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.page-header span {
    color: #333;
    display: inline-block;
    font-size: 16px;
    vertical-align: 1px;
}

.list-unstyled .fa {
    text-align: center;
    width: 20px;
}

.panel {
    border-radius: 0 15px 0 0;
}

.panel-heading {
    border-top-left-radius: 0;
    border-top-right-radius: 10px;
}

.panel-footer {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel-primary {
    border-color: #ea4e1b;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #ea4e1b;
    background-image: -webkit-linear-gradient(center bottom , #ff6b3a, #ea4e1b);
    background-image:    -moz-linear-gradient(center bottom , #ff6b3a, #ea4e1b);
    background-image:     -ms-linear-gradient(center bottom , #ff6b3a, #ea4e1b);
    background-image:      -o-linear-gradient(center bottom , #ff6b3a, #ea4e1b);
    background-image:         linear-gradient(center bottom , #ff6b3a, #ea4e1b);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.25) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}

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

.panel-inverse > .panel-heading {
    background-color: #6f6f6f;
    border-color: #6f6f6f;
    color: #fff;
}

.panel-transparent {
    background-color: transparent;
    box-shadow: none;
}

.panel-transparent > .panel-heading {
    background-color: transparent;;
    border-color: transparent;;
    color: inherit;
}

.panel-dashed, .panel-dashed > .panel-body {
    border-style: dashed;
}

.panel-dashed > .panel-heading {
    border-bottom-style: dashed;
}

.panel-dashed > .panel-footer, .panel-dashed > .table > tbody > tr > td, .panel-dashed > .table > tbody > tr > th, .panel-dashed > .table > tfoot > tr > td, .panel-dashed > .table > tfoot > tr > th, .panel-dashed > .table > thead > tr > td, .panel-dashed > .table > thead > tr > th {
    border-top-style: dashed;
}

.panel-footer .btn-block {
    border-radius: 0;
}

.well {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    border-radius: 0 15px 0 0;
    box-shadow: 0 1px 1px #ececec;
    position: relative;
}

.well > h1 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 10px 0;
}

.dl-horizontal.text-left dt {
    text-align: left;
}

.modal-huge .modal-dialog {
    width: 90%;
}

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

/**************************************************
 * Form
 **************************************************/

.form-column {
    margin-top: 15px;
}

@media(min-width:768px) {
    .form-column[class*=" col-sm-"], .form-column[class^=col-sm-] {
        margin-top: 0;
    }
}

@media(min-width:980px) {
    .form-column[class*=" col-md-"], .form-column[class^=col-md-] {
        margin-top: 0;
    }
}

@media(min-width:1200px) {
    .form-column[class*=" col-lg-"], .form-column[class^=col-lg-] {
        margin-top: 0;
    }
}

.form-control:focus {
    border-color: #f86;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 136, 102, 0.6);
    outline: 0 none;
}

.smart-form .form-group {
    position: relative;
}

.smart-form .form-group label {
    font-weight: normal;
    height: 20px;
}

.smart-form .form-group .icon-append {
    border-left: 1px solid #bdbdbd;
    color: #a2a2a2;
    font-size: 14px;
    height: 22px;
    line-height: 24px;
    margin: 5px;
    padding-left: 3px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 25px;
    width: 22px;
}

.smart-form .form-group .icon-append + input {
    padding-right: 40px;
}

.smart-form .tooltip-top-right::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid rgba(0, 0, 0, 0.9);
    box-sizing: content-box;
    content: "";
    display: block;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 11px;
    top: 100%;
}

.smart-form .tooltip {
    background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
    color: #fff;
    font-size: 11px;
    font-weight: 400;
    line-height: 16px;
    opacity: 0;
    padding: 2px 8px 3px;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: opacity 0.3s ease 0s;
       -moz-transition: opacity 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s;
         -o-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s;
    z-index: 1010;
}

.smart-form input:focus + .tooltip {
    opacity: 1;
}

/**************************************************
 * Profile menu
 **************************************************/

.dropdown-edition {
    float: right;
    margin-right: -15px;
    margin-top: -15px;
}

.dropdown-edition .dropdown-toggle {
    background-color: transparent;
    border: medium none;
    border-radius: 0;
    color: #a2a2a2;
    font-size: 20px;
    padding: 5px 15px;
}

.dropdown-edition .dropdown-toggle:focus, 
.dropdown-edition .dropdown-toggle:hover {
    color: inherit;
}

.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover {
    background-color: #e94f19;
}

.dropdown-profile {
    max-height: 50px;
}

.icon-profile {
    background-color: #0d0f12;
    border: 1px solid #0d0f12;
    color: #fff;
    display: block;
    float: left;
    height: 24px;
    line-height: 22px;
    text-align: center;
    width: 24px;
}

.label-profile {
    display: block;
    float: left;
    text-align: right;
}

.label-profile .label {
    color: #ea4e1b;
    display: block;
    margin-top: -2px;
    text-align: right;
    padding: 0 0.6em;
    text-shadow: 0 0 1px #ededed;
    text-transform: uppercase;
}

.label-profile .name {
    color: #22262e;
    display: block;
    text-align: right;
    padding: 0 0.6em;
}

.hover-zone .hover-link {
    opacity: 0.2;
    -webkit-transition: opacity 0.3s ease 0s;
       -moz-transition: opacity 0.3s ease 0s;
        -ms-transition: opacity 0.3s ease 0s;
         -o-transition: opacity 0.3s ease 0s;
            transition: opacity 0.3s ease 0s;
}

.hover-zone:focus .hover-link,
.hover-zone:hover .hover-link {
    opacity: 1; 
}

.hover-link a {
    color: #999;
}

.hover-link a:focus,
.hover-link a:hover {
    color: #e94f19;
}

/**************************************************
 * Page loader
 **************************************************/

#page-loader {
    background-color: #e6e8ec;
    bottom: 0;
    left: 220px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1010;
}

#page-loader.fade.in {
    display: block;
}

#page-loader.fade {
    display: none;
}

.spinner {
    border-color: #ea4e1b #fff #fff;
    border-radius: 100%;
    border-style: solid;
    border-width: 2px;
    height: 40px;
    left: 50%;
    margin: -20px -20px 0 0;
    position: absolute;
    top: 50%;
    width: 40px;
}

.spinner.spin {
    -webkit-animation: loader-spinner 0.6s infinite linear;
    animation: loader-spinner 0.6s infinite linear;
}

@-webkit-keyframes loader-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes loader-spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

.spinner-inside {
    display: inline-block;
    margin: 0;
    position: static;
}

.progress-load {
    background-color: #22262e;
    border-radius: 0;
    box-shadow: none;
    height: 30px;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 50px;
}

.progress-load .progress-bar {
    background-color: #ea4e1b;
    background-image: -webkit-linear-gradient(center top , rgba(0, 0, 0, 0.4) 0%, #ea4e1b 40%);
    background-image:    -moz-linear-gradient(center top , rgba(0, 0, 0, 0.4) 0%, #ea4e1b 40%);
    background-image:     -ms-linear-gradient(center top , rgba(0, 0, 0, 0.4) 0%, #ea4e1b 40%);
    background-image:      -o-linear-gradient(center top , rgba(0, 0, 0, 0.4) 0%, #ea4e1b 40%);
    background-image:         linear-gradient(center top , rgba(0, 0, 0, 0.4) 0%, #ea4e1b 40%);
    background-repeat: repeat-x;
    box-shadow: none;
    line-height: 0;
}

/**************************************************
 * Loginscreen
 **************************************************/

.loginscreen {
    height: 250px;
    margin-top: 100px;
    position: relative;
}

.loginscreen .logo {
    display: block;
    padding: 15px 0;
}

.loginscreen .logo > h1 {
    margin: 0;
}

.loginscreen .logo img {
    margin-right: -2px;
    margin-top: -4px;
    width: 100px;
}

.loginscreen .copyright {
    display: block;
    margin-top: -13px;
}

.loginscreen .form-group {
    position: relative;
}

.loginscreen .icon-append {
    border-left-style: solid;
    border-left-width: 1px;
    padding-left: 3px;
    right: 5px;
}

.loginscreen .icon-append, 
.loginscreen .icon-prepend {
    color: #999;
    font-size: 14px;
    height: 22px;
    line-height: 22px;
    position: absolute;
    text-align: center;
    top: 5px;
    width: 22px;
}

/**************************************************
 * Profile Ribbon
 **************************************************/

.profile-ribbon h1 {
    float: left;
}

.profile-ribbon img.avatar {
    border-left: 5px solid #e94f19;
    float: right;
    height: 31px;
    margin: 13px 0 13px 5px;
    width: 36px;
}

.profile-ribbon p.infos {
    float: right;
    margin: 10px;
    text-align: right;
    white-space: nowrap;
}

.profile-ribbon p.infos small {
    font-size: 0.9em;
}

/**************************************************
 * Lockscreen
 **************************************************/

.lockscreen {
    height: 250px;
    left: 50%;
    margin-left: -239px;
    margin-top: -185px;
    position: absolute;
    top: 50%;
    width: 478px;
}

.lockscreen .logo {
    display: block;
    padding: 15px 0;
}

.lockscreen .logo > h1 {
    margin: 0;
}

.lockscreen .logo img {
    margin-right: -2px;
    margin-top: -4px;
    width: 29px;
}

.lockscreen .logo + div {
    background: #fff none repeat scroll 0 0;
    box-shadow: -31px 32px 53px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    padding: 13px;
    position: relative;
}

.lockscreen .logo + div > img {
    float: left;
}

.lockscreen .logo + div > img + div {
    float: right;
    width: 318px;
}

.lockscreen .logo + div > img + div > h1 {
    margin-top: 0;
}

.lockscreen .logo + div > img + div > h1 > .fa {
    opacity: 0.1;
}

.lockscreen .logo + div > img + div > h1 > small {
    display: block;
    padding-top: 5px;
}

.lockscreen .logo + div > img + div > h1 + p {
    margin-bottom: 12px;
}

.lockscreen .copyright {
    display: block;
    margin-top: 5px;
}

/**************************************************
 * Thumbnail profile
 **************************************************/

.thumbnail-profile {
    border-radius: 0 15px 0 0;
    box-shadow: 0 1px 1px #ececec;
    padding: 0;
}

.thumbnail-profile .cover {
    border-top-right-radius: 10px;
    max-height: 150px;
    overflow: hidden;
}

.thumbnail-profile .cover > img {
    border-top-right-radius: 10px;
    max-width: 100%;
}

.profile-pic {
    text-align: right;
}

.profile-pic .avatar {
    border: 5px solid #fff;
    border-radius: 0;
    display: inline-block;
    left: 10px;
    margin-bottom: -30px;
    max-width: 100px;
    position: relative;
    text-align: right;
    top: -30px;
    z-index: 4;
}

@media(max-width:980px) {
    .profile-pic {
        float: left;
    }

    .profile-pic .avatar {
        margin-right: 10px;
        width: 110px;
    }
}

@media(max-width:768px) {
    .profile-pic .avatar {
        width: 90px;
    }
}

.profile-action {
    position: absolute;
    right: 14px;
    top: 1px;
}

.profile-action > a {
    display: inline-block;
    font-size: 16px;
    height: 26px;
    line-height: 26px;
    padding: 5px 0;
    width: 26px;
}

.profile-action > a > .fa {
    color: #fff;
    opacity: 0.5;
    text-shadow: 0 0 2px #000;
}

.profile-action > a:hover > .fa, 
.profile-action > a:focus > .fa {
    color: inherit;
    opacity: 1;
}

/**************************************************
 * DataTable
 **************************************************/

.panel-datatable {
    padding: 0;
}

div.dataTables_filter, 
div.dataTables_length {
    margin-bottom: -6px;
    padding: 6px 0 1px;
}

div.dataTables_filter .input-group-addon {
    float: left;
    height: 30px;
    margin-right: -6px;
    margin-top: 0;
    padding: 7px 0;
    text-align: center;
    width: 30px;
}

div.dataTables_info {
    color: #969696;
    font-size: 13px;
    font-style: italic;
    font-weight: 700;
    padding: 8px 0 13px;
}

div.dataTables_paginate {
    padding: 0 0 2px;
}

tr.action-row .action-links {
    color: #999;
    list-style: outside none none;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 5px;
    opacity: 0;
    white-space: nowrap;
}

tr.action-row .action-links-after-image {
    padding-right: 41px;
}

tr.action-row:focus .action-links, 
tr.action-row:hover .action-links {
    opacity: 1;
}

tr.action-row .action-links > li {
    display: inline-block;
}

table.dataTable thead > tr > th {
    padding-left: 5px;
    padding-right: 5px;
}

table.dataTable {
    border: 1px solid #ddd;
    background-color: #fff;
}

.table-nav {
    display: inline-block;
    margin: 0 5px;
}

.table-nav > li {
    padding-left: 0;
}

.table-nav .active {
    color: inherit;
    font-weight: bold;
}

table.dataTable.table-condensed img {
    border-left: 5px solid #e94f19;
    float: left;
    height: 31px;
    margin: 3px 5px 3px 0;
    width: 36px;
}

/**************************************************
 * Card
 **************************************************/

.card {
    margin: 20px 0;
    overflow: hidden;
    padding: 0 6%;
    width: 100%;
    position: relative;
}

.card .card-img {
    max-width: 100%;
}

.card a.card-sensor {
    position: absolute;
    z-index: 830;
}

.card a.card-sensor > label {
    color: #adadad;
    font-family: Open Sans;
    font-size: 16px;
    font-weight: normal;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    text-shadow: 0 0 8px #ededed;
    text-transform: uppercase;
    top: 35%;
    width: 100%;
    z-index: 820;
}

.card a.card-sensor:focus > label, 
.card a.card-sensor:hover > label {
    color: #6f6f6f;
    cursor: pointer;
}

.card a.card-sensor-1 > label { 
    left: auto; 
    right: -20%;
    -webkit-transform: rotate(90deg); 
       -moz-transform: rotate(90deg); 
        -ms-transform: rotate(90deg); 
         -o-transform: rotate(90deg); 
            transform: rotate(90deg); 
}

.card a.card-sensor-4 > label { 
    top: 0; 
}

.card a.card-sensor div {
    background-color: #fff;
    position: absolute;
    z-index: 810;
    opacity: 0;
}

.card a.card-sensor:focus div, 
.card a.card-sensor:hover div {
    cursor: pointer;
    opacity: .5;
}

.card .card-sensor-1              { height: 69%;   left: 44.15%; top: 14%;   width: 4.15%;  }
.card .card-sensor-1 div.shadow-1 { height: 100%;  left: 0;      top: 0;     width: 100%;   }

.card .card-sensor-2              { height: 60%;   left: 6%;     top: 20%;   width: 11.64%; }
.card .card-sensor-2 div.shadow-1 { height: 100%;  left: 0;      top: 0;     width: 100%;   }

.card .card-sensor-3              { height: 27.7%; left: 24.5%;  top: 0;     width: 15.63%; }
.card .card-sensor-3 div.shadow-1 { height: 50%;   left: 0;      top: 0;     width: 100%;   }
.card .card-sensor-3 div.shadow-2 { height: 50%;   left: 9%;     top: 50%;   width: 83%;    }

.card .card-sensor-4              { height: 35%;   left: 74.4%;  top: 53.1%; width: 14.6%;  }
.card .card-sensor-4 div.shadow-1 { height: 100%;  left: 0;      top: 0;     width: 100%;   }
.card .card-sensor-4 div.shadow-1 { border-radius: 50%; }

.card .card-sensor-5              { height: 51.3%; left: 57%;    top: 43%;   width: 13%;    }
.card .card-sensor-5 div.shadow-1 { height: 100%;  left: 0;      top: 0;     width: 100%;   }

.card-properties .item {
    color: #333;
    padding: 6px 12px;
}

.card-properties i {
    display: block;
    font-size: 2em;
}

.card-legend {
    padding: 20px 15px 0;
}

.card-legend-1 .fa { color: #a65858; }
.card-legend-2 .fa { color: #71843f; }
.card-legend-3 .fa { color: #568a89; }
.card-legend-4 .fa { color: #92a2a8; }
.card-legend-5 .fa { color: #92a2a8; }

/**************************************************
 * Morris Charts
 **************************************************/

.morris-small-widget {
    height: 125px;
    margin-top: -40px;
}

.morris-small-widget .morris-hover {
    background-color: #6f6f6f;
    border: medium none;
    border-radius: 4px;
    color: #fff;
    font-size: 9px;
    line-height: 13px;
    padding: 2px 4px;
}

.morris-small-widget .morris-hover span {
    border-radius: 10px;
    display: inline-block;
    height: 7px;
    margin: 3px 4px 0 0;
    width: 7px;
}

/*.morris-hover {
    background-color: #0d0f12 !important;
}*/

.morris-hover.morris-default-style .morris-hover-point {
    font-weight: bold;
}

.morris-update-loader {
    background-color: rgba(255, 255, 255, 0.8);
    bottom: 0;
    display: none;
    left: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 10;
}

.morris-update-loader > .fa {
    display: block;
    left: 50%;
    position: absolute;
    top: 50%;
}


.morris-hover-point-static-1-title{
	color: #6F6F6F;
	font-weight: bold;
	text-align:center;
}

.morris-hover-point-static-1{
	padding:5px;
	width:200px;
	border: solid 2px #ea4e1b;
	border-radius:5px;
	text-align:left;
	/*background-color : #ef7b58;*/
}

.morris-hover-point-static-2-title{
	color: #ea4e1b;
	font-weight: bold;
	text-align:center;
}

.morris-hover-point-static-2{
	margin-left:50px;
	padding:5px;
	width:200px;
	border: solid 2px #6F6F6F;
	border-radius:5px;
	text-align:left;
	/*background-color : #ef7b58;*/
}

/**************************************************
 * Alerts
 **************************************************/

.alert {
    border-radius: 0 15px 0 0;
    border-width: 0 0 0 5px;
    margin-bottom: 20px;
    margin-top: 0;
    padding: 10px;
}

.alert-warning {
    background-color: #efe1b3;
    border-color: #dfb56c;
    color: #826430;
}

.alert-success {
    background-color: #cde0c4;
    border-color: #8ac38b;
    color: #356635;
}

.alert-info {
    background-color: #d6dde7;
    border-color: #9cb4c5;
    color: #305d8c;
}

.alert-danger {
    background-color: #c26565;
    border-color: #953b39;
    color: #fff;
    text-shadow: none;
}

/**************************************************
 * Sparks
 **************************************************/

.well-sparks {
    /* overflow: hidden; */
}

.well-sparks .sparks-title {
    font-size: 20px;
    margin: 5px 0;
}

.sparks-infos {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 15px 0 0;
    box-shadow: 0 1px 1px #ececec;
    display: block;
    margin-bottom: 15px;
    max-height: 130px;
    padding: 15px;
    text-align: left;
}

.sparks-infos h5 {
    border: medium none;
    color: #555;
    float: left;
    font-size: 11px;
    font-weight: 400;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    white-space: nowrap;
    width: 33%;
}

.sparks-infos .sparks-title {
    font-size: 11px;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap
}

.sparks-infos .btn {
    margin-top: 5px;
    text-transform: uppercase;
}

.sparks-infos span {
    color: #636363;
    display: block;
}

.sparks-infos span {
    font-size: 18px;
    line-height: 20px;
    margin: 0;
    text-transform: none;
}

.sparks-infos a {
    margin-top: 5px;
}

.sparks-infos .sparkline {
    display: block;
    float: right;
    margin: 0;
    width: 65%;
}

.sparks-infos .sparkline > .morris-small-widget {
    margin-top: -20px;
    height: 125px;
}

@media(min-width:992px) {
    .sparks-infos h5 { width: 43%; }
    .sparks-infos .sparkline { width: 55%; }
}

@media(min-width:1200px) {
    .sparks-infos h5 { width: 43%; }
    .sparks-infos .sparkline { width: 55%; }
}

@media(min-width:1600px) {
    .sparks-infos h5 { width: 33%; }
    .sparks-infos .sparkline { width: 65%; }
}

/**************************************************
 * Sparks
 **************************************************/

.error-text {
    color: #fff;
    font-size: 700%;
    font-weight: 400;
    letter-spacing: -4px;
    margin-bottom: 30px;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #bfbfbf, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, 0.1), 0 0 5px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.3), 0 3px 5px rgba(0, 0, 0, 0.2), 0 5px 10px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.2), 0 20px 20px rgba(0, 0, 0, 0.15);
}

.error-icon-shadow {
    text-shadow: 0 1px 0 #803838, 0 2px 0 #a85d5d, 0 3px 0 #b86565, 0 4px 0 #d86f6f, 0 5px 0 #b3a5a5, 0 6px 1px rgba(131, 51, 51, 0.1), 0 0 5px rgba(102, 30, 30, 0.1), 0 1px 3px rgba(95, 15, 15, 0.3), 0 3px 5px rgba(100, 23, 23, 0.2), 0 5px 10px rgba(114, 30, 30, 0.25), 0 10px 10px rgba(94, 15, 15, 0.2), 0 20px 20px rgba(121, 38, 38, 0.15);
}

.error-message {
    font-size: 200% !important;
}

/**************************************************
 * Progress
 **************************************************/

.progress-sensor > .progress-legend > .progress-title {
    float: left;
}

.progress-sensor > .progress-legend > .progress-value {
    float: right;
}

.progress-sensor > .progress {
    border-radius: 0 15px 0 0;
    height: 7px;
    margin-bottom: 15px;
    margin-top: 3px;
}

/**************************************************
 * Footer
 **************************************************/

 #footer {
    background-color: #e64d27;
    color: #fff;
    font-size: 11px;
    margin-top: 5px;
    min-height: 20px;
    text-align: center;
}

.body-login #footer {
    display: none;
}


/****************************************************
* Ajout BB
****************************************************/
.invisible{
	display:hidden;
}

.rotate90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.largeur20{
	width:20px;
	height:45px;
}

.hauteur27{
	height:27px;
	width:12px;
}

.mouvement{
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
	transition-duration : 1s;
}

.agrandissement{
	-webkit-transition-property: height, width;
    -webkit-transition-duration: 1s;
    -moz-transition-property: height, width;
    -moz-transition-duration: 1s;
    transition-property: height, width;
	transition-duration : 1s;
}


#img_c_notChecked{
	margin-top:7px;
}

#img_c_checked{
	margin-top:12px;
}

#label_sensor_type_mesure_1,#label_sensor_type_mesure_2{
	text-align:center;
}

input[type="radio"]:checked + label p{
	text-decoration:underline;
}



input[type="radio"]:checked + label #img_s{
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

input[type="radio"]:not(:checked) + label #img_o_notChecked{
	display:inline-block;
}

input[type="radio"]:checked + label #img_o_notChecked{
	display:none;
}

input[type="radio"]:not(:checked) + label #img_o_checked{
	display:none;
}

input[type="radio"]:checked + label #img_o_checked{
	display:inline-block;
}

input[type="radio"]:checked + #label_sensor_type_mesure_2{
	margin-top:-6px;
}

input[type="radio"]:not(:checked) + label #img_t{
	height:27px;
	width:12px;
}

input[type="radio"]:checked + label #img_t{
	margin-bottom:-12px;
	margin-left:13px;
	width:20px;
	height:45px;
	-webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

input[type="radio"]:not(:checked) + label #img_i{
	margin-top:7px;
}

input[type="radio"]:checked + label #img_i{
	margin-top:12px;
	margin-left:9px;
}

input[type="radio"]:not(:checked) + label #img_c_notChecked{
	display:inline-block;
}

input[type="radio"]:checked + label #img_c_notChecked{
	display:none;
}

input[type="radio"]:not(:checked) + label #img_c_checked{
	display:none;
}

input[type="radio"]:checked + label #img_c_checked{
	display:inline-block;
}
