﻿

  /**********************************/
  body {
    font-family: Verdana, sans-serif;
	font-size: 10px;
    background: #fafafa;
}

  .form-control {
        padding: 0px 3px 1px 3px !important;
        font-size:10pt;
    }

  table .table .form-control {
		border-color: #808080 !important;
	}

  .form-control.error {
		border-color: #e20606 !important;
	}

  label{
      font-size:8pt;
      color:black;
  }

  legend{
      font-size:10pt;
      font-weight:bold;
      background: #013501; /*#cbc8c8; #2e353d;*/
      margin: 3px, 3px;
      border:1px solid black;
      text-indent:5px;
      border-radius: 3px;
      color:whitesmoke;
  }

  textarea{
    height:65px !important;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
    
}

dd{
    margin-top:5px;
    background-color:inherit;
}

.navbar {
   /* background: #ddd;*/
    /*border: none;*/
    border-radius: 0;
    /*margin-bottom: 5px;*/
    /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
    margin-bottom:1px;
     width: 100%;
  background-color: #555;
  overflow: auto;
}

/* Navbar links */
.navbar  li  a {
  /*float: left;
  text-align: center;
  padding: 10px;*/
  color: white !important;
  text-decoration:  dashed !important;
  font-size: 13px;
  /*padding: 3px !important;*/
  /*margin-top:3px;*/
}

/* Navbar links on mouse-over */
.navbar li a:hover {
  background-color: #232323  !important;
  border:0.01pt solid white;
  border-radius:5px;
  /*padding-top: 20% !important;*/
  /*padding-bottom: 2px !important;*/
  /*margin: 2px 2px;*/
  
}

 .navbar-default{
        background-color:#2e353d;
        position:static;
    }


 #navbar-top{
     background: #013501;
 }

 /*#btnChgEmp{
     margin-top:2px;
     margin-bottom:2px;
 }*/
    /*.nav-pills > li > a {
        margin-top:5px;
    border-radius: 10px;
    background:#808080;
}*/

/*.navbar-btn > a:hover {
    color:#2e353d;
}*/

.navbar-toggle{
    background:#808080;
}
    ul > li> h3{
        color: whitesmoke;
    }


.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i, span {
    display: inline-block;
}

.table{
    font-size: 12px !important;
}

table input[type="text"]{
    border: 0px solid #fafafa !important;
    
}

.item{
    width:50%; 
    display:block; 
    margin-left:auto; 
    margin-right:auto;
}


h2{
    font-size: 18px;
    /*font-weight:bold;*/
    color:whitesmoke;
    background-color:#2e353d;
    margin-bottom: 10px;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 222px;
    max-width: 222px;
    background: #232323; /*#400*/;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 90px;
    max-width: 90px;
    text-align: center;
}

#sidebar.active .sidebar-header h3 {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right:  0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active a[aria-expanded="false"]::before, #sidebar.active a[aria-expanded="true"]::before {
    top: auto;
    bottom: 5px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #013501;
	letter-spacing:10px;
	text-align:center;
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 4px solid #0e0e0e;
}

#sidebar ul li a {
	background: #232323;
	color: #f5f5f5 !important;
	padding: 7px;
	font-size: 13px;
	display: block;
	text-align: left;
}

#sidebar ul.collapse li a {
    background: #0e0e0e;
}

#sidebar ul li a:hover {
    color: #2e353d !important;
    background: #fff;
}
#sidebar ul li a i {
    width: 30px;
	text-align: center;
}

#sidebar ul li.active > a, a[aria-expanded="true"] {
    color: #0e0e0e; /*#fff;*/
}


a[data-toggle="collapse"] {
    position: relative;
}

a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
    /*content: "\f078";*/
    display: block;
    position: absolute;
    right: 20px;
    font-family: FontAwesome;
    font-size: 0.6em;
}

/*ul ul li a {
    padding-left: 40px !important;
    background: #ddd; /*#23282e*/
/*}

.navbar ul li a{
    box-shadow: #73879c 3px 3px;
    background:radial-gradient(#74ad6b, #013501);
}

.navbar ul li a:hover{
    background:content-box;
}*/


/*.dropdown .open {
    color:#23282e !important;
}*/

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    padding-left: 5px;
    min-height: 100vh;
    transition: all 0.3s;
	width: 100%
}


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important ;
    }

    /*#sidebar{
        margin-left:0px;
    }*/
    a[aria-expanded="false"]::before, a[aria-expanded="true"]::before {
        top: auto;
        bottom: 5px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3, #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }
    #sidebar ul li a i {
        margin-right:  0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }
    #sidebar {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}

.panel-heading {
	padding: 5px 10px;
}

.panel {
	margin:5px 5px 10px 5px
}

 a[aria-expanded=true] .fa-plus-square-o {
        display: none;
        
    }
    a[aria-expanded=false] .fa-minus-square-o {
        display: none;
        padding-right: 15px;
    }


/*#btnChgEmp:hover{
    color: black !important;
}*/

.jumbotron{
    background: #ddd;
    border:2px solid black !important;
}

.list-unstyled{
    margin-left:7px;
}

/*cuenta-section*/

#cuenta-section {
	padding: 100px 0;
    background-color:#f6f6f6;
}
#cuenta-section h4 {
	border-bottom: 1px solid #b8dea2;
	padding-bottom: 20px;
	display: inline-block;
    font-size:20px;
}

#cuenta-section i.fa {
	font-size: 36px;
	margin-right: 20px;
	color: #b8dea2; /*#71bd46;*/
	padding-bottom: 10px;
	display: block;
}

.contact header h3{
    font-size:20px;
    background:border-box #b8dea2;
    padding:5px;
    margin:1px 5px 0px 5px;
}


/***EFECTO DE IMAGENES **/
/*.item img {
    background-size: cover;
    border-radius: 6px;
    float: left;
    margin-right: -5px;
    opacity: .6;
    width: 400px;
    height: 400px;
    -webkit-transition: all .6s ease;
}

    .item img:hover {
        opacity: 1;
        border-radius: 600px;
         width: 600px;
        height: 400px;
        -webkit-transform: scale(1.25) rotate(360deg);
        box-shadow: 0px 0px 20px #ddd;
    }*/