/*
 *
 * 20181205
 * hdsti.mx
 * Angel Alejandro Haya Ramírez
 *
 */

body,html {
    font-family: Ubuntu;
    font-size: 14px;
    overflow-x: hidden;
}

/***************************************************
********************* Wrapper *********************
***************************************************/


/***************************************************
****************** Sidebar       ******************
***************************************************/
#sidebar{
    background: #2D3134;
}

#sidebar-header{
  background-color:#262729;
  height: 59px;
}

#sidebar-header .navbar-logo{
    height: 36px;
    vertical-align: baseline;
}

#sidebar-content{
    padding: 10px 0;
    display: none;
}

#btnToggle{
    display: inline-block;
    height: 39.84px;
    width: 40px;
    border: none;
    background-color: transparent;
    padding: 9px 5px 3px 5px;
}
#btnToggle .icon-bar{
    display: block;
    width: 30px;
    height: 3px;
    border-radius: 1px;
    background-color: #ffffff;
    margin-bottom: 6px;
}
#btnToggle:hover{
    opacity: 0.5;
    cursor: pointer;
}

.sidebar-menuitem.selected{
  border-left: solid 4px;
  border-bottom: solid 1px;
  border-color: #0769ad;
  color: white;
}

.sidebar-menuitem{
  width: 100%;
  height: 50px;
  display: block;
  overflow: hidden;
  color: #bdbdbd;
  padding-left: 5px;
  padding-right: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select:none;
}

.sidebar-menuitem:hover{
  background-color: #0769ad;
  cursor: pointer;
}
.sidebar-menuitem-icon{
  width: 50px;
  height: 50px;
  padding: 3px;
  float: left;
  font-size: 30px;
  color: white;
  text-align: center;
  color: inherit;
}
.sidebar-menuitem-text{
  height: 50px;
  margin-left: 50px;
  font-size: 18px;
  color: inherit;
  padding-top: 15px;
  padding-right: 5px;
  font-variant: small-caps;
  font-size: 1.25rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar-submenuitem{
  width: 200px;
  margin-left: 50px;
  height: 50px;
  display: block;
  overflow: hidden;
  color: #bdbdbd;
}
.sidebar-submenuitem:hover{
  background-color: #0769ad;
  cursor: pointer;
}
.sidebar-submenuitem-icon{
  width: 50px;
  height: 50px;
  padding: 3px;
  float: left;
  font-size: 30px;
  color: white;
  text-align: center;
  color: inherit;
}
.sidebar-submenuitem-text{
  height: 50px;
  margin-left: 50px;
  font-size: 18px;
  font-variant: small-caps;
  color: inherit;
  padding-top: 15px;
}

/***************************************************
********************* NavBar **********************
***************************************************/
.navbar .nav-item a {
    color: black;
    font-variant: small-caps;
}
.navbar-logo-bundle{
    display: block;
    font-weight: bold;
}
.navbar-user-image{
  height: 30px;
  margin: 0 5px 0 10px;
  background: #ffffff;
}

/***************************************************
*************** Contenido principal ***************
***************************************************/
#content{
    height: 100%;
    min-height: 100vh;
}
#page-title{
    font-weight: bold;
    font-size: 20px;
}

#page-content{
    padding: 10px 0 80px 0;
    min-height: 300px;
}
#page-breadcums{
  font-family: 'Ubuntu condensed';
}
.logoApp{
  z-index: 10;
	margin: auto;
	width: 150px;
	height: 150px;
	padding: 10px;
	border-radius: 100px;
	background: white;
	/*background: #0769ad ;*/
	border: solid 1px #0769ad;
	position: relative;
	bottom: -10px;
}
.logoApp_back{
	width: 130px;
	height: 130px;
	border-radius: 100px;
	display: block;
	background: white;
	position: relative;
}
#logo_login{
    width: 130px;
}
#logo_index{
    width: 70%;
    max-width: 400px;
}

/***************************************************
********************** Footer *********************
***************************************************/
.footer{
    width: 100%;
    background: #f8f8f8;
    border-top: solid #e7e7e7 1px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}

/***************************************************
**************** Clases adicionales ***************
***************************************************/
.bg-hmx-headers {
    color: #fff;
    background-color: #0769ad;
}

.table-fit{
    white-space: nowrap;
    width: 1%;
    margin:0 auto;
}

.table-fit td{
    vertical-align: middle;
}

.code{
    font-family: 'Ubuntu Mono';
    margin: 10px;
}

.navegacion_panel{
    width: 100%;
    float: left;
    margin: 0 0 15px 0;
}
