#content {
    padding-right: 15px;
}

html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

/* *********************************************************
    1.HOMEPAGE
********************************************************* */

.connect{
    width: 100%;
    height: 100px;
    height: 100%;
    background: url(/bundles/magsyscore/images/bg-connect.jpg) no-repeat top left fixed;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover;
}

.connect-error{
    width: 100%;
    height: 100px;
    height: 100%;
    background: url(/bundles/magsyscore/images/bg-connect-error.jpg) no-repeat top left fixed;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover;
}

.container {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}
.container:before, .container:after {
    content: " ";
    display: table;
}
.container:after {
    clear: both;
}

/* Erreur connexion */

.col-md-12 {
    padding: 0px;
}

.height100{
    height:100%;
}
div#page-content-wrapper{
    height: 100%;
}

.page-sidebar .sidebar-toggler{
    margin: 15px 0 0 0;
}

.container-data{
    margin: 0 15px;
}

.row-fluid .results-trafic{
    padding: 0 15px 0 15px;
    min-height: 100%;
    overflow: scroll;
}
.page-content{
    overflow:scroll;
    overflow-x: hidden;
    min-height: 200px!important;
}

.bleu-magsys{
    background-color: #07B0FF !important;
}

.table > thead > tr > th{
    background: white!important;
}
.table{
    background: white!important;
}




#navbar {
    border-radius: 0;
    margin-bottom: 0;
}

.main-container {
    margin-right: 0;
    overflow: hidden;
    position: relative;
}
.main-container .col-md-10 {
    padding-left: 0;
    padding-right: 0;
}

.actions-menu {
    float: right;
}



.delete-action-form {
    display: inline;
}

.form-filter {
    background-color: #F1F1F1;
    margin-bottom: 20px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 15px;
}
.form-filter .row .form-group {
    margin-right: 10px;
    width: 100%;
}
.label-state {
    padding: 5px 10px;
}

.label-success {
    background-color: #1ABB9C;
}

#topbar {
    background-color: #F5F5F5;
    margin-left: -15px;
    margin-top: 0;
    padding: 8px 0;
}

#topbar ol {
    margin: 0;
    padding: 0 0 0 15px;
}

#topbar li {
    display: inline;
}

.navbar-inverse .navbar-nav > .open > a {
    background-color: #333333;
}


.table {
    background: none repeat scroll 0 0 #FAFAFA;
}

.table > thead > tr > th {
    background-color: #F1F1F1;
    border-bottom-width: 1px;
    border-color: #EAEAEA;
    text-transform: uppercase;
    vertical-align: middle;
}

#sidebar {
    background-color: #333333;
    margin-bottom: -8000px;
    margin-top: -50px;
    padding-bottom: 8000px;
    padding-top: 50px;
}
#sidebar span.nav-header {
    border-bottom: 1px solid #444444;
    border-top: 1px solid #444444;
    color: #EEEEEE;
    display: block;
    font-size: 1.1em;
    font-weight: bold;
    padding: 1em 0;
    text-align: center;
    text-transform: uppercase;
}
#sidebar li a {
    color: #999999;
    font-size: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#sidebar li a:visited {
    color: #999999;
}
#sidebar li a:hover {
    background-color: #1ABB9C;
    color: #FFFFFF;
}
#sidebar li a i {
    margin-right: 5px;
}
#sidebar li.active {
    background: none repeat scroll 0 0 #444444;
}
#sidebar li.active a {
    background: none repeat scroll 0 0 #444444;
    color: #FFFFFF;
}
#sidebar li.active a:hover {
    background: none repeat scroll 0 0 #555555;
}

.page-sidebar-menu > li.current > a i{
    color: #FFFFFF !important;
}

.page-sidebar-menu > li.open > a i{
    color: #FFFFFF !important;
}


.form-actions {
    background-color: #F5F5F5;
    border-top: 1px solid #E5E5E5;
    margin-top: 20px;
    padding: 20px 10px;
}
.form-actions.nobg {
    background-color: rgba(0, 0, 0, 0);
}
.form-actions.top {
    border-bottom: 1px solid #E5E5E5;
    border-top: 0 none;
    margin-bottom: 20px;
    margin-top: 0;
}
.form-actions.fluid {
    padding: 20px 0;
}
.form-actions.fluid > [class^="col-"] {
    padding-left: 13px;
}
.form-actions:before, .form-actions:after {
    content: "";
    display: table;
    line-height: 0;
}
.form-actions:after {
    clear: both;
}
.form-section {
    border-bottom: 1px solid #EEEEEE;
    margin: 30px 0 25px;
    padding-bottom: 5px;
}
.form .form-section:first-child {
    margin-top: 5px;
}
.img-logo{
    max-width: 70px ;
    margin-left: 10px;
}

.header.navbar .navbar-brand img {
    margin-left: 0px !important;
    width: 100% !important;
}

.header.navbar .navbar-brand {
    margin-top: -5px;
}

/*
div.page-sidebar.navbar-collapse.collapse{
    min-height: 768px;
}
div.page-right-sidebar.navbar-collapse.collapse{
    min-height: 768px;
}
*/
div.page-sidebar{
    width:180px;
}

.page-right-sidebar-wrapper{
    float: right;
    height: calc(100vh - 43px);
    overflow-y: scroll;
}
.page-right-sidebar{
    width: 180px;
    float: right;
    position: relative;
    background-color: #3d3d3d;
}



.page-content{
    margin-right: 180px;
    padding: 20px 0 0 0;
    margin-left: 180px;
}



ul.page-sidebar-menu > li > a{
    color: #969696 !important;
}
ul.page-sidebar-menu > li.last-child > a,
ul.page-sidebar-menu > li.last > a {
    border-bottom: 1px solid #5c5c5c !important;
}

ul.page-sidebar-menu > li.current > a,
ul.page-sidebar-menu > li.open > a{
    background-color: #07b0ff !important;
    border-top: 1px solid #07B0FF !important;
    color: #ffffff !important;
}

.nav >a,
.nav .open>a,
.nav .open>a:hover,
.nav .open>a:focus,
.nav>li>a:hover,
.nav>li>a:focus{
    color: #ffffff !important;
    background-color: #07b0ff !important;
}

.ul.page-sidebar-menu > li {
    margin-top: 0;
}

.nav-pills {
    margin-bottom: 0 !important;
}

li > .in {
    border-top: 1px solid #5c5c5c !important;
}

.last > ul {
    border-top: 0 !important;
    border-bottom: 1px solid #5c5c5c !important; 
}

.menu_level_1 > li a {
    color: #969696;
}

ul.page-sidebar-menu > li a i {
    margin-right: 5px;
}

.menu_level_1 > li a i {
    margin-left: 20px;
}

ul.page-sidebar-menu > li a:hover i,
ul.page-sidebar-menu > li a:focus i
{
    color: #ffffff;
}

.current a, 
.current > a i 
{
    background-color: #07b0ff !important;
    color: #ffffff !important;
}

/*ul.page-sidebar-menu > li > a {
    background: #575757;
}
ul.page-sidebar-menu > li > a:hover,
ul.page-sidebar-menu > li:hover > a {
    background: #3d3d3d;
    border-top: 1px solid #575757 !important;
    border-bottom: 1px solid #575757 !important;
}

ul.page-sidebar-menu > li.first > a {
    border-top:0px !important;
}
ul.page-sidebar-menu > li > a {
    border-top: 1px solid #3d3d3d !important;
    border-bottom: 1px solid #575757 !important;
}*/

.page-sidebar-menu,.sub-menu{
    list-style: none;
}



.nav>li>a {
    position: relative;
    display: block;
    padding: 20px 15px
}

/*-------HEADER - TITLE -------*/
.page-header {
    margin: -12px -15px 0px 0;
    padding: 0 0 10px 0;
    border-bottom: 1px #e5e5e5 solid;
}
/* title icon */
.page-header i{
    margin-right:5px;
}

.page-header .fa-lg{
    font-size: 18px;
    vertical-align:0;
}

/* title font */
.page-header h1 {
    font-size: 18px;
    margin: 0 0 0 15px;
}

.page-header small {
    color: #999999;
    font-size: 16px;
}
/*------- FORM -------*/

.search-form{
    padding: 25px 0 20px 0;
}

.form-content{
    /*border-bottom: 1px #e5e5e5 solid;*/
    padding: 0 0 25px 0;
}

/*------- RESULT -------*/
.portlet {
    margin-bottom :15px !important;
}

.portlet > .portlet-title {
    border:none !important;
    background: #a9a9a9 !important;
    margin:15px 15px 0 15px !important;
    padding-left: 15px !important;
}

.portlet > .portlet-title > .caption{
    color: white;
    font-size: 18px !important;
    font-weight: lighter !important;
    padding: 12px 0 2px 0 !important;

}

.portlet > .portlet-title > .caption > i{
    font-size: 20px !important;
    color: white !important;
}

.portlet-result a{
    color:white;
    text-decoration: none;
}

.portlet-result a:hover{
    color:white;
    text-decoration: none;
}

.portlet-result {
    margin: 15px 15px 0 15px;
    padding: 10px;
    background: #e9e9e9;
}

.portlet-result-title{
    font-size: 15px !important;
    font-weight: bold;
    padding: 15px 0 0 15px !important;
    font-weight: lighter !important;
}

.margintop20{
    margin-top:20px;
}

.td-bold {
    font-weight: bold;
    font-size: 14px;
}

/* Gmap */
#carte{
    max-width: 100%;
    height:calc(100vh - 101px);
}

#google-map{
    max-width: 100%;
    min-height: 100px;
    height: 100% !important;

}


.gmap-bubble-content{
    font-weight: lighter;
    color:#575757;
    font-size:11px;
    font-family: Open sans;
}

.gmap-bubble-content h1{
    color:#3d3d3d;
    margin:0 0 15px 0;
    font-weight:bolder;
    font-size:14px;
    font-family: Open sans;
}

.gmap-bubble-content h2{
    color:#3d3d3d;
    margin:5px 0 2px 0;
    font-weight: normal;
    font-size:12px;
    font-family: Open sans;
}

.gmap-bubble-content h3{
    color:#3d3d3d;
    margin:7px 0px 10px 15px;
    font-weight: lighter;
    font-size:10px;
    font-family: Open sans;
}


/* Travaux */
#travaux{
    max-width: 100%;
    min-height: 100px;
    height: 100%;
    background: url(/bundles/magsysservices/images/bg-travaux.jpg) no-repeat top right fixed;
    -webkit-background-size: cover; /* pour Chrome et Safari */
    -moz-background-size: cover; /* pour Firefox */
    -o-background-size: cover; /* pour Opera */
    background-size: cover;
}

#travaux .btn {
    background-color: rgba(0,0,0, 0.3);
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    padding: 20px;
    margin: 20px;
}

#travaux .btn:hover {
    background-color: rgba(0,0,0, 0.8);
}




/* *********************************************************
    5.RIGHT MENU
********************************************************* */


.page-right-sidebar-wrapper > .page-sidebar > .page-sidebar-menu > li > ul.sub-menu > li > a {
    padding: 10px 0px 10px 10px !important;

}

ul.page-sidebar-menu > li > ul.sub-menu li > ul.sub-menu > li > a {
    color: #ffffff !important;
    background: #575757 !important;
}

.equipement-famille img{
    margin-right:3px;
}

.page-sidebar-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
    padding-left: 35px !important;
    margin-top: 5px ! important;
    background: #575757 !important;
}

.equipement-container{
    margin: 10px 0 0 0px;
    padding-left: 12px;
    width: 180px;
}

.equipement-container > .row,.equipement-description > .row{
    margin: 0 !important;
}
.equipement-icon{
    padding: 0 0 0px 15px !important;
}


.equipement-icon span{
    margin: 2px 10px 2px 2px;
    float:right;
}


.equipement-title{
    color:#fff;
    font-size: 50px !important;
    font-weight: 300 !important;
    padding-left: 5px;
}

.equipement-description{
    margin-top: 15px;
}

.equipement-description h2{
    color:#ffffff;
    margin:5px 0 2px 0;
    font-weight: 300 !important;
    font-size:13px;
    font-family: Open sans;
}

.equipement-description h3{
    color:#ffffff;
    margin:7px 0px 15px 20px;
    font-weight: 300 !important;
    font-size:12px;
    font-family: Open sans;
}

.equipement-icon{
    display: inline-block;
    float:left;
    height:30px;
}

.arrow:before {
    float: right;
    margin-top: -1px;
    margin-right: 2px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f104";
    font-weight: 300;
    text-shadow: none;
}

.arrow.open:before {
    float: right;
    margin-top: -1px;
    margin-right: 2px;
    display: inline;
    font-family: FontAwesome;
    height: auto;
    font-size: 16px;
    content: "\f107"!important;
    font-weight: 300;
    text-shadow: none;
}

/* *********************************************************
   6.FONT COLOR 
********************************************************* */

.white-magsys{
    color: #f5f5f5;
    font-weight: 300;
}

.grey-magsys{
    color: #646464;
}

.font-blue-magsys {
    color :#07b0ff;
}

.green-magsys{
    color :#A2C037
}



/* *********************************************************
    10 .PADDING CLASSES
********************************************************* */


.nopadding {
    padding: 0 !important;
    margin:0 auto;
}
.smallpadding {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.smallsidepadding {
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.smalltoppadding {
    padding-top: 10px !important;
}
.smallbottompadding {
    padding-bottom: 10px !important;
}
.leftpadding {
    padding-left: 20px !important;
}
.rightpadding {
    padding-right: 20px !important;
}
.midpadding {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.midtoppadding {
    padding-top: 20px !important;
}
.midsidepadding {
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.midbottompadding {
    padding-bottom: 20px !important;
}
.bigpadding {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.bigsidepadding {
    padding-left: 50px !important;
    padding-right: 50px !important;
}
.bigtoppadding {
    padding-top: 50px !important;
}
.bigbottompadding {
    padding-bottom: 50px !important;
}
.largepadding {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}
.largebottompadding {
    padding-bottom: 100px !important;
}
.largetoppadding {
    padding-top: 100px !important;
}
.hugetoppadding {
    padding-top: 200px !important;
}

/* *********************************************************
    10b .MARGIN CLASSES
********************************************************* */



.nomargin {
    margin: 0 !important;
}
.smallmargin {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.smalltopmargin {
    margin-top: 10px !important;
}
.smallbottommargin {
    margin-bottom: 10px !important;
}
.midmargin {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
.midtopmargin {
    margin-top: 20px !important;
}
.midbottommargin {
    margin-bottom: 20px !important;
}
.bigmargin {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
}
.bigtopmargin {
    margin-top: 50px !important;
}
.bigbottommargin {
    margin-bottom: 50px !important;
}
.largemargin {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
}
.largebottommargin {
    margin-bottom: 100px !important;
}
.largetopmargin {
    margin-top: 100px !important;
}
.smallleftmargin{
    margin-left: -10px;
}
.topmargin-25 {
    margin-top: 25px !important;
}

.align-center{
    text-align: center;
}

.main-loader{
    width: 20px;
    top: 200px;
    position:relative;
}

.icheck-inline > label{
    display: inline-block;
     margin-left: 0px !important;
}

.icheck-inline > label:first-child{
    margin-left: 0px !important;
}

.icheckbox_line-grey {
    position: relative;
    display: block;
    margin: 0;
    padding: 15px 15px 5px 38px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    background: #95a5a6 !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.icheckbox_line-grey {
    position: relative;
    display: block;
    min-width:80px !important;
    margin: 0;
    padding: 15px 15px 5px 38px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    background: #BFBFBF !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

.icheckbox_line-aero {
    position: relative;
    display: block;
    min-width:80px !important;
    margin: 0;
    padding: 15px 15px 5px 38px;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
    background: #95A5A6 !important;
    border: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
}

#time .irs-single {
    background:#36A606 !important;
}

#blink .irs-single {
    background:red !important;

}

#sms .irs-single {
    background:#07b0ff !important;
}

.icheckbox_line-grey.checked, .iradio_line-grey.checked,
.icheckbox_line-aero.checked, .icheckbox_line-aero.checked{
    background: #07b0ff !IMPORTANT;
}

@media (max-width: 991px){
    .responsive-toggler{
        display: inline-block;
        float: right;
        margin: 11px 6px 0;
        background-image: url(../../../Resources/img/sidebar-toggler.jpg);
        background-color: #242424;
        width: 29px;
        height: 29px;
    }
}

#map-site-definition{
    width: 500px;
    height: 400px;
}
