﻿html {
    position: relative;
    min-height: 100%;
}

body {
    padding-top: 50px;
    padding-bottom: 20px;
    padding-right: 5px;
    background-color:#f5f5f5;
}


/* Set padding to keep content from hitting the edges */
.body-content {
    padding-top: 10px;
}

.table td {
    vertical-align:middle!important
}

.action {
    margin-top:5px;
    margin-bottom:15px
}

.action a {
    margin-right:15px
}

.save label {
    padding-top: 7px;
    margin-right: 15px;
}

.save label .fa {
    color: darkseagreen;
    margin-right: 5px;
}

.reset-password-ok .fa {
    color: darkseagreen;
    margin-right: 5px;
}

a i.fa, a i.fe {
    color: black;
    margin-right: 5px;
}

a i.fe {    
    vertical-align: text-top;
}

button i.fa {
    margin-right: 5px;
}

.navbar {
    padding-right: 5px;
}

.navbar-fixed-top a i.fa{
    color:#777;
}

li.active a i.fa, li.active a i.fe {
    color:white
}

a.btn-danger i.fa,
a.btn-primary i.fa {
    color: white;
}

.menu {
    padding-right:30px
}

.sidebar hr {
    border-top: 1px solid #cfcfcf;
}

.sidebar {
    position: fixed;
    width:inherit;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.no-padding {
    padding:0
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.control-label {
    text-align:left!important
}

.control-horizontal {
    display: inline-block;
}

    .control-horizontal .btn {
        margin-top: -3px;
    }

.horizontal-group {
    margin-bottom: 10px;
    clear:both
}

.like_circle {
            width: 25px;
            height: 25px;
            -webkit-border-radius: 25px;
            -moz-border-radius: 5px;
            border-radius: 50%;
            background-color: crimson;
            color: #fff;
            text-align: center;
            line-height: 25px;
            display:inline-block;
        }

/*.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0;
    padding-left: 0;
}*/

.ecopolis-modal {    
    text-align: center;
}

.ecopolis-modal .modal-dialog {
    display: inline-block;
    width: auto;
    z-index:1060
}

.ecopolis-modal .modal-content .ecopolis-close {
    font-size: 15px;
    position: absolute;
    top: 0px;
    right: 2px;
    cursor:pointer;
    z-index:1070
}

.open-ecopolis-modal {
    cursor: pointer
}

/* Icon when the collapsible content is shown */
.btn-tree:after {
    font-family: "Glyphicons Halflings";
    content: "\e114";
    float: right;
}

/* Icon when the collapsible content is hidden */
.btn-tree.collapsed:after {
    content: "\e080";
}

.td-tree{
    padding:8px 8px 8px 0px;
}

.class_fr{
     display: inline-block;
    vertical-align: middle;
    float: none;
}

.class_en{
     display: inline-block;
    vertical-align: middle;
    float: none;
}

.nav-brand {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.login-container { 
    position:fixed;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height:100%;
    background-color: #f5f5f5;
    margin:0;
    padding:0;
    background-image:url(../Images/background_login.jpg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center top;
    background-attachment: fixed;
}

.login-container .panel { 
    width:400px;
    margin:0 auto;
    position:relative;
    top:20%
}

.login-container .panel-body { 
    padding: 5px 25px
}


.login-container .panel-heading { 
    padding: 0;
    text-align:center
}

.login-container label input[type=checkbox] {
    margin-right: 3px;
    position: relative;
    top: 2px;
}

.fa, .fe {
    min-width:14px;
    text-align:center
}

.chart {
    position: relative;
}

    .chart .description {
        position: absolute;
        top: 20px;
        left: 23px;
        font-size:.85em;
    }

    .chart p {
        margin: 0;
        margin-bottom: -2px;
    }

.s-color {
    color: #008CB4 
}

.p-color {
    color: #6F6F6F
}

.a-color {
    color: #00AAA0
}

.datePicker {
    top:12px
}

.chartContainer {
    min-height:150px;
}

.eco-breadcrumbs .breadcrumb {
    background-color: inherit;
    margin-bottom:0;
    padding: 5px 0;
}

.eco-breadcrumbs hr {
    margin-top: 5px;
}

div.jHtmlArea {
    margin-left: 15px;
}

section>div.jHtmlArea {
    width: 100% !important;
    margin-top: 10px;
    margin-left: 0;
}

.chartContainer {    
    background-color: #f5f5f5;
}

.chartContainer:hover {
    background-color: #d8d8d8;
    -moz-box-shadow: 5px 5px 5px 0px #656565;
    -webkit-box-shadow: 5px 5px 5px 0px #656565;
    -o-box-shadow: 5px 5px 5px 0px #656565;
    box-shadow: 5px 5px 5px 0px #656565;
    filter:progid:DXImageTransform.Microsoft.Shadow(color=#656565, Direction=134, Strength=5);
}

/*.table tbody tr:nth-child(odd):hover {
    color: #000;
}*/


.nav-tabs>li>a {
  background-color: #333333; 
  border-color: #777777;
  color:#fff;
}

.nav-tabs>li>a:hover {
  border-color: #000000;
  background-color: #111111;
}

.sidebar .nav .fa, .sidebar .nav .fe {
    font-size:1.33em;
    vertical-align:top
}

.main-menu {
    width:235px
}

.main-body {
    /*margin-left:235px;*/
    padding:0 15px;
}

.val-require{
    position: absolute;
    right: 0;
}

.val-require:before {
    content: "*";
    color: red
}

.delegation h3 {
    margin-top: 0;
    padding-left: 15px;
    color: #777;
}

.delegation h3:first-child {
    padding-bottom: 20px;
}

.delegation .table {
    margin-left: 10px;
    width: calc(100% - 25px);
}

div.jHtmlArea .ToolBar {
    width: 100%;
}
