html,body{
    height: 100%;
}

body{
    padding-top: 50px;
    padding-bottom: 40px;
}

textarea{
    resize: none;
}

.table th{
    background-color: #EBF7FF;
    
}

.botonera{
    margin: 5px 0 5px 0;
    float: right;
}

.form-control-static .boton{
    padding-top: 0px !important;
}
.panel{
    border-radius: 0px !important;
}

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

.col-center td, th {
    text-align: center;
}
td.details-control {
    background: url('../img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.shown td.details-control {
    background: url('../img/details_close.png') no-repeat center center;
}
.datatable tfoot input {
    width: 100%;
    padding: 3px;
    box-sizing: border-box;
}

/********************************************/

.circleIcon{
    width:100px;
    height:100px;
    border-radius:250px;
    font-size:30px;
    color:#fff;
    line-height:100px;
    text-align:center;
    background:#337AB7;
    margin: 0 auto;
}


.circleStepEnabled{
    width:60px;
    height:60px;
    border-radius:250px;
    font-size:14px;
    color:#fff;
    line-height:60px;
    text-align:center;
    background:#337AB7;
    margin: 0 auto;
}

.circleStepDisabled{
    width:60px;
    height:60px;
    border-radius:250px;
    font-size:14px;
    color:#fff;
    line-height:60px;
    text-align:center;
    background:#CCC;
    margin: 0 auto;
}

.textStepEnabled{
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    color:#337AB7;
}

.textStepDisabled{
    text-align: center;
    font-weight: bold;
    margin-top: 5px;
    color:#CCC;
}


/******************************************************************************
*                                     ARBOL
*******************************************************************************/

#diagramContainer {
    height: 700px;
}

.item {
    height:40px; width: 100px;
    border: 1px solid blue;
    float: left;
    position:absolute;
    padding: 6px 12px;
    margin-bottom: 0px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid gray;
    border-radius: 4px;
    background-color: #FFF;
}

.sector0{
    height:100%;  background-color: #FFF; float: left;
}

.sector1{
    height:100%;  background-color: #c1e2b3; float: left;
}

.sector2{
    height:100%;  background-color: #a6e1ec; float: left;
}

.sector3{
    height:100%;  background-color: #FFE15C; float: left;
}

.sector4{
    height:100%;  background-color: #e4b9c0; float: left; 
}

.sector5{
    height:100%;  background-color: #c1e2b3; float: left;
}

.sectorname{
    text-align: center;
}

/*****************************************************************************
*                                PLANTILLA
******************************************************************************/

.navbar-expert{
    background-color: #223A1C;
    margin-bottom: 0px !important;
    border-radius: 0px !important;
}

.navbar-expert a{
    color: #fff;
}

.panel-expert{
    border-color: #FFF;
    border-radius: 0px !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0) !important;
}
.panel-expert .panel-heading{
}
#bottombar {
	position:fixed;
	padding-left:5px;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	border-top-color:gray;
	border-top-width:thin;
	border-top-style:solid;																																							
	background-color:#223A1C;
	color:#FFF;
	z-index:910;
	font-size:11px;
}

/* 
 * SideBar 
 */


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */



.sidebar {
    position: fixed;
    top: 50px;
    bottom: 0;
    left: 0;
    z-index: 1; 
    display: block;
    padding: 5px;
    overflow: hidden;

    /* overflow-x: hidden; */
     overflow-y: auto;  
    /*background-color: #f5f5f5;*/
    /*border-right: 1px solid #eee;*/
    height: 100%;
    background-color: #F5F5F5;
    width: 120px;
    border-right: 1px solid #DDD;
}

@media screen and (max-width: 768px) {
    .sidebar{
        display:none;
    }
    
    .main{
        padding-left: 0px;
    }
    
    #bottombar{
        display:none;
    }
    
    body{
        margin-bottom: 5px;
    }
}

@media screen and (min-width: 768px) {
    #menuCollapse{
        display:none;
    }
}




/* 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;
}

.sidebar h6{
    font-size: 0.9em !important;
}

.btn-sidebar{
    white-space:normal !important;
    max-width:100%;
    min-height: 80px;
    margin-bottom:4px;
    word-wrap:break-word;
    vertical-align:middle;
    
}

.btn-sidebarpanel a:hover,a:active, a:focus {
    text-decoration: none !important;
}

sidebarpanel{
    white-space:normal !important;
    max-width:100%;
    min-height: 80px;
    margin-bottom:4px;
    word-wrap:break-word;
    vertical-align:middle;
}

.btn-sidebarpanel{
    margin-top: 25% !important;
    text-align: center;
    margin-bottom: 25% !important;
}
/*
 * Main content
 */


.main {
  border-left: 1px solid #D4CFCE;
  min-height: 600px !important;
  margin-bottom: 40px;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .main {
    height: inherit;
    overflow-x: hidden;
    overflow-y: auto;
    padding-left: 120px;
    padding-top: 10px;
  }
}
.main .page-header {
  margin-top: 0;
}


.row-separador{
    border-bottom: 1px solid #D4CFCE;
    margin-bottom: 5px;
}

.sidemenu{
    padding: 0px !important;
}

.loader{
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.5;
    z-index: 9999;
    position: fixed;
    top:0;
    left:0;
}

.trSelected{
    background-color: #CCC;
}


/*********************/

.sk-fading-circle {
  /*margin: 100px auto;*/
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-fading-circle .sk-circle {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-fading-circle .sk-circle:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
          animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}
.sk-fading-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg);
}
.sk-fading-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg);
}
.sk-fading-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sk-fading-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg);
}
.sk-fading-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg);
}
.sk-fading-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sk-fading-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg);
}
.sk-fading-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg);
}
.sk-fading-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.sk-fading-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); 
}
.sk-fading-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); 
}
.sk-fading-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; 
}
.sk-fading-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; 
}
.sk-fading-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; 
}
.sk-fading-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; 
}
.sk-fading-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; 
}
.sk-fading-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; 
}
.sk-fading-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; 
}
.sk-fading-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s;
}
.sk-fading-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s;
}
.sk-fading-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s;
}
.sk-fading-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; }
}

@keyframes sk-circleFadeDelay {
  0%, 39%, 100% { opacity: 0; }
  40% { opacity: 1; } 
}

.input_range {
    display: inline !important;
    width: 45% !important;
}

/*****************************************************************************/

.bnt-control-panel{
    float:right;
    margin: 5px;
}
/*****************************************************************************/
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: 14px;
}

.switch input {display:none;}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #223A1C;
}

input:focus + .slider {
  box-shadow: 0 0 1px #223A1C;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.btn-success {
    background: #223A1C!important;
    border-color: gray!important;
}

.btn-danger {
    background: #992C2C!important;
    border-color: gray!important;
}

.btn-primary {
    background: #2A3A68!important;
    border-color: gray!important;
}

.btn-warning {
    background: #CB710A!important;
    border-color: gray!important;
}

.panel{
    border-color: gray!important;
}
.panel-success > .panel-heading {
    background: #223A1C!important; 
    color: #fff!important;
}

.panel-default > .panel-heading {
    background: #535c69!important; 
    color: #fff!important;
}

.tabla-titulo-edit-comerciales{
    font-weight: bold;
    text-align: center;
}

.border-file-img {
    border: 30px solid #ccc;
    width: 555px;
    height: 320px;
    width: 100%; 
    min-height: 700px;
    background-color: #ccc;
}

.SeleccionarProducto {
    background-color: #999492;
    border: 3px solid black;
}

.modal-header{
    background: #223A1C!important; 
    color: #fff!important;
}