
body {
    font-family: Roboto, RobotoDraft, Helvetica, Arial, sans-serif;
    background: #fafafa;
}

p {
    font-family:"Open Sans",sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 2px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    min-height: 48px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */

#leftheader
{
    width:90px;
    float:left;
}

#rightheader
{
    width:300px;
    float:right;
}

#contentheader
{
    width:auto;
    overflow:hidden;
    margin-top:12px;
}


/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 320px;
    position: fixed;
    top: 46px;
    left: -320px;
    height: 100vh;
    z-index: 999;
    background: #6d7fcc;
    color: #fff;
    transition: all 0.3s;
    overflow-y: scroll;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

#sidebar.active {
    left: 0;
}

#sidebarCollapse {
    margin-left:100px;
}

#openmenu {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: rgb(43, 140, 190);
    color: white;
    position: fixed;
    top: 0px;
    left: 0px;
    cursor: pointer;
}

#openmenu:hover {
    background: #7386D5;
}

.favoritosoff {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 125px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.favoritosoff:hover {
    background: #fff;
    color: #7386D5;
}

.favoritoson {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: green;
    position: absolute;
    top: 10px;
    right: 125px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.favoritoson:hover {
    background: #fff;
    color: green;
}

#expandnodes {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 85px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#expandnodes:hover {
    background: #fff;
    color: #7386D5;
}

#colapsenodes {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 45px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#colapsenodes:hover {
    background: #fff;
    color: #7386D5;
}

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
#dismiss:hover {
    background: #fff;
    color: #7386D5;
}


.favoritosopcion {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #7386D5;
    cursor: pointer;
    position: absolute;
    top: 50px;
}

.favoritosopcion:hover {
    background: #fff;
    color: #7386D5;
}

.overlay {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 998;
    display: none;
}

#sidebar .sidebar-header {
    padding-top: 15px;
    padding-left: 10px;
    padding-bottom: 40px;
    padding-right: 20px;
    background: #6d7fcc;
}

.opcionfavorita {
    color: green;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 40px;
    padding-top: 64px;
    min-height: 100vh;
    transition: all 0.3s;
    position: absolute;
    top: 0;
    right: 0;
}


@media only screen and (max-width: 768px) {

    #content {
        width: 100%;
        padding-bottom:20px;
        padding-left:44px;
        padding-right:20px;
        padding-top:74px;
        min-height: 100vh;
        transition: all 0.3s;
        position: absolute;
        top: 0;
        right: 0;
    }
}

/* ---------------------------------------------------
    USER STATUS
----------------------------------------------------- */

.userStatusDropdown {
    text-align: right;
    margin-right: 20px;
}

.userStatusButton {
    margin-top: 6px;
}

.userStatusDropdownMenu {
    right: 0;
    left: auto;
}


.userStatusLine {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    color: #333;
}

#captcha {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:14px;
    margin-bottom:14px;
}

.loginPos {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.info-cabecera {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top:3em;
    margin-bottom:3em;
}

.info-cabecera h1{
    text-align:center;
}

.info-cabecera h1 > span{
    font-size:18px;
    font-style:italic;
}

.info-cabecera p {
    color: #333;
}

.info-cabecera ol {
    margin-bottom: 10px;
    padding-left:0;
    counter-reset: item;
}

.info-cabecera ol li {
    margin-bottom: 10px;
    list-style-type: none;
    counter-increment: item;
}

.info-cabecera ol > li:before {
    display: inline-block;
    width: 1.5em;
    font-weight: bold;
    text-align: right;
    content: counter(item) ".";
}

.info-cabecera ul li {
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: disc;
}

.info-cabecera ul li span{
    font-weight:600;
}

.info-cabecera .left{
    background-color:blue!important;
}

.carousel-indicators {
    bottom: -40px;
}

.carousel-indicators li {
    border: 1px solid #394248;
}

.carousel-indicators .active {
    background-color: #394248;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    color: #676767;
}

.carousel-inner > .item > img{
    margin:auto;
}

.carousel-caption{
    bottom:-30px;
    left:-20%;
}

.carousel-caption .btn {
    color: #262E3D;
    background-color: #FFBE0D;
    padding:5px;
}

.link-afip {
    font-weight: 600;
    color: #0078d4;
}