﻿body {
    background-color: #FFF;
    margin-top: 60px;
    color: #333333;
    line-height: 30px;
    font-size: 16px;
    height: auto;
}

#containerTitle
{
    clear: both;
    font-weight: 600;
    color: #1C4072;
    font-family: Arial, sans-serif;
    font-size: 22px;
    line-height: 30px;
    margin: 20px 0 6px 5px;
    text-align: left;
    text-rendering: optimizelegibility;
}

#containerBody
{
	clear: both;
	width: 100%;
}


.navbar-login {
    width: 305px;
    padding: 10px;
    padding-bottom: 0px;
}

.navbar-login-session {
    padding: 10px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.icon-size {
    font-size: 87px;
}
.clearfix {
    display: inline-block;
}
.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}
.clearfix {
    display: block;
}

.separator
{
   height: 21px;
   background: none repeat scroll 0 0 #838383;
   width: 1px;
}

.contact {
    color: #222222;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.errorline {
    color: #ED0F0F;
    font-family: Arial,sans-serif;
    font-size: 11px;
    text-align: right;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.errorPage
{
    color:#1c4072;
    font-family: Arial, Sans-Serif!important;
    font-size: 13px;
    padding:5px;
    margin-bottom:20px;
}    

.labelDevEnv {
    font-family: sans-serif,Arial,Helvetica;
    color: #ff0000;
    white-space: nowrap;
    line-height: 16px;
    font-size: 16px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 30000;
    padding: 0 10px 0 0;
}

#divShortcutsTree {
    min-width: 600px;
    max-height: 400px;
    overflow-y: auto;
    padding-bottom: 10px;
}

#txtSearchShortcut {
    width: 100%;
}


/* Dropdown Button */
.dropbtn {
  cursor: pointer;
  margin-top:20px;
  margin-left:130px;
}

#arrow-ddl {
    width: 0px;
    height: 0px;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    border-bottom: 15px solid #f1f1f1;
    position:absolute;
    right:23px;
    top:-15px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown-usuario {
  position: absolute;
  right:95px;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 200px;
    box-shadow: 5px 8px 16px 0px rgba(0,0,0,0.6);
    z-index: 1;
    right: 0px;
    margin-top: 20px;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {display:block;}

#myDropdown p {
    margin-top:10px;
    padding-left: 15px;
    margin-bottom: 1px;
    font-size:14px;
}

#myDropdown img {
    vertical-align:sub;
}

#myDropdown a {
    font-size:14px;
    padding:15px;
    padding-bottom:2px;
    padding-top:2px;
}

#menu-btn {
    color: #007bff;
    left: 35px;
    position: absolute;
    height: 25px;
    width: 25px;
}

#myDropdown #a-logout {
    padding-bottom:15px;
}

#imagen-usuario {
    margin-top: 20px;
    margin-left: 130px;
}

/*lautaro*/

#btn-nav-icon {
    left: 17px;
    position: fixed;
    top: 7px;
    cursor:pointer;
}

#nav-icon {
  margin: 1em;
  width: 28px;
}


#nav-icon:after, 
#nav-icon:before, 
#nav-icon div {
  background-color: #fff;
  border-radius: 3px;
  content: '';
  display: block;
  height: 5px;
  margin: 7px 0;
  transition: all .2s ease-in-out;
}



#nav-icon.change-nav-icon div{
    transform: scale(0);
}



#nav-icon.change-nav-icon:before {
    transform: translateY(12px) rotate(135deg);
}

#nav-icon.change-nav-icon:after {
    transform: translateY(-12px) rotate(-135deg);
}
/*lautaro*/

.sidenav {
    height: 100%;
    width: 350px;
    position: fixed;
    top: 0;
    left: -350px;
    z-index: 1;
    background-color: #494A4F;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 70px;
    display: flex;
    flex-direction: column;
}

.subMenu a,
.subMenuContent a {
    border-bottom: 1px solid #96969B;
}

.arrow-img {
    float:right;
    margin-right: 5px;
    margin-top:7px;
}

.sidenav a {
    padding: 4px 8px 4px 32px;
    text-decoration: none;
    font-size: 16px;
    display: block;
    transition: 0.3s;
    color: white;
}

        .sidenav a p {
            font-family: Roboto, open_sansregular, sans-serif;
            display:inline;
        }

    .sidenav img {
        width: 16px;
        height: 16px;
    }

.subMenuContent {
    padding-left:20px;
}


.newBackground {
    background-color: grey !important;
}

.divReleaseNumber {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    color: white;
    margin-right: 0.5rem;
    padding: 10px;
}

    .divReleaseNumber p {
        margin: 0;
    }