
body {
    background: #fafafa;
    color: black;
}

p {
    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: 0px 0px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    min-height: 46px;
    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 {
    float: left;
    width: 230px;
}

.middleheader {
    width: auto;
    min-width: 420px;
    display: inline-block;
}

.divMensajecustom {
    padding: 5px;
    border-left: 2px solid #ffc60e;
    background-color: #fff;
    box-shadow: 1px 1px 5px 0px rgba(199,199,199,0.75);
    -webkit-box-shadow: 1px 1px 5px 0px rgba(199,199,199,0.75);
    -moz-box-shadow: 1px 1px 5px 0px rgba(199,199,199,0.75);
}

.Mensajecustomheader p,
.Mensajecustomheader i {
    display: inline-block;
}

.Mensajecustomheader p {
    margin: 5px 0;
    font-weight: 600;
}

.Mensajecustomheader i {
    display: inline-block;
    color: #ffc60e;
    font-size: 2em;
    margin-top: -3px;
}

#DivMensajecustomPass {
    margin-bottom: 10px;
}

.rightheader {
    float: right;
    width: 190px;
}

.button__badge {
    background-color: #fa3e3e;
    border-radius: 2px;
    color: #fff;
    padding: 1px 4px;
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 9px;
    -webkit-user-select: none;
    user-select: none;
    height: 18px;
}
.noti-content {
    position: absolute;
    display: flex;
    flex-direction: column;
    transition: all .4s;
}
.noti-list {
    background-color: #fff;
    list-style: none;
    position: absolute;
    padding: 10px;
    margin: 0;
    left: unset;
    right: -40px;
    top: 5px;
    border-radius: 5px;
    width: 350px;
    box-shadow: 0 10px 15px -3px #0000001a;
    z-index: 8;
    max-height: 650px;
    overflow: auto;
    cursor:default;
}
.noti-list-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    height:21px;
}

.noti-list-header a {
    display: flex;
    align-items: center;
    color: #337ab7;
    font-size:11px;
}
.noti-list-header .title {
    font-size: 14px;
    color:black;
    margin:0;
}
.button__badge > p {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    color: white;
    font-weight: bold;
    font-size: 10px;
}

.sesionrightheader {
    float: right;
    width: 200px;
    margin-top: 10px;
}

.mobileleftheader {
    float: left;
    width: 40px;
}

.mobilerightheader {
    float: right;
    width: 280px;
}

.headerconfigdropdown {
    display: none;
    position: fixed;
    right: 0px;
    top: 46px;
    border-style: groove;
    width: 360px;
    height: 345px;
    z-index: 1000;
    background-color: #faf9f8;
}

.headersesiondropdown {
    display: none;
    position: fixed;
    right: 0px;
    top: 46px;
    border-style: groove;
    width: 400px;
    z-index: 1000;
    background-color: #faf9f8;
}

.userinfo {
    margin-top: 15px;
    border-bottom: 1px solid lightgray;
    padding-bottom: 15px;
    width: 370px;
}

.userfooter {
    margin-top: 15px;
    padding-bottom: 15px;
    width: 370px;
    display: flex;
    justify-content: space-around;
    align-items:center;
}

.userfooter div {
    text-align: right;
}

.userfooter a {
    background-image: url(../Content/Images/ms.png);
    background-repeat: no-repeat;
    background-size: contain;
    text-indent: -999999px;
    display: block;
    width: 100px;
    height: 30px;
}

.userfooter label{
    padding:0;
    margin:0;
}

@media only screen and (max-width: 768px) {

    .headersesiondropdown {
        width: 320px;
    }

    .userinfo {
        width: 290px;
    }

    .userfooter {
        width: 290px;
    }
}

.headermobiletoolbardropdown {
    display: none;
    position: fixed;
    right: 0px;
    top: 46px;
    border-style: groove;
    width: 320px;
    max-height: 590px;
    overflow: auto;
    z-index: 1000;
    background-color: #faf9f8;
}

.divheadersearch {
    display: inline-block;
    margin-top: 8px;
    width: 400px;
}

.divheadermobilesearch {
    display: inline-block;
    margin-top: 5px;
    margin-left: 5px;
    width: 305px;
}

.searchpath {
    color: black;
    margin-left: 27px;
}

#normalheader {
    display: block;
    height: 46px;
    /*box-shadow: 7px 7px 7px #808080;*/
    box-shadow: 7px 7px 7px #3b3b3b7d;
}

#mobileheader {
    display: none;
}

#mobilesearch {
    display: none;
}

@media only screen and (max-width: 716px) {

    #normalheader {
        display: none;
    }

    #mobileheader {
        display: block;
    }

    #mobilesearch {
        display: none;
    }
}

.circulo {
    margin-top: 7px;
    margin-left: 7px;
    display: block;
    height: 32px;
    width: 32px;
    line-height: 28px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    background-color: transparent;
    color: white;
    border-style: solid;
    border-width: 2px;
    border-color: white;
    text-align: center;
}

.circulosesion {
    display: block;
    height: 64px;
    width: 64px;
    line-height: 56px;
    font-size: 24px;
    font-weight: bold;
    -moz-border-radius: 32px;
    border-radius: 32px;
    background-color: blue;
    color: white;
    border-style: solid;
    border-width: 2px;
    border-color: black;
    text-align: center;
    margin-bottom: 10px;
}

/* ---------------------------------------------------
    CONFIG STYLE
----------------------------------------------------- */

.temalistview {
    width: 340px;
    height: 180px;
    margin-top: 10px;
    margin-left: 10px;
}

.product {
    cursor: pointer;
    display: inline-block;
}

    .product.k-state-selected {
        background-color: transparent;
        border: 2px solid black;
    }

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

#sidebar {
    width: 320px;
    position: fixed;
    top: 46px;
    left: -320px;
    height: 100vh;
    z-index: 999;
    /* background: #6d7fcc; */
    background: #f3f2f1;
    /* color: #fff; */
    color: black;
    transition: all 0.3s;
    overflow-y: hidden;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

    #sidebar.active {
        left: 0;
    }

#sidebarCollapse {
    margin-left: 100px;
}

#menutreeview {
    color: black;
}

#expandnodes {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    /* background: #7386D5; */
    background: darkgray;
    color: white;
    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: black;
    }

#colapsenodes {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: darkgray;
    color: white;
    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: black;
    }

#dismiss {
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: darkgray;
    color: white;
    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: black;
    }

.flatbutton {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: transparent;
    color: white;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.flathome {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: transparent;
    color: black;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.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: 10px;
    padding-right: 20px;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding-bottom: 20px;
    padding-left: 40px;
    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: 1290px) {

    #content {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        padding-top: 64px;
    }

}

@media only screen and (max-width: 768px) {

    #content {
        width: 100%;
        padding-bottom: 20px;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 74px;
        min-height: 100vh;
        transition: all 0.3s;
        position: absolute;
        top: 0;
        right: 0;
    }
}



/* ---------------------------------------------------
    USER STATUS
----------------------------------------------------- */

.userStatusDropdown {
    text-align: right;
    margin-right: 25px;
}

.userStatusButton {
    margin-top: 4px;
}

.userStatusDropdownMenu {
    right: 0;
    left: auto;
}


.userStatusLine {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    color: #333;
}

/* ---------------------------------------------------
    TILES
----------------------------------------------------- */

.tilesTitle {
    margin-left: 40px;
}

.tileBlock {
    max-width: 160px;
    display: inline-flex;
    margin-bottom: 15px;
}

.tileElem {
    display: block;
}

.tileButton {
    width: 160px;
    padding-left: 35px;
}

    .tileButton > * {
        border-color: #0078d4;
        border-width: 2px;
        background-color: transparent;
    }

.tileLink {
    width: 160px;
    margin-top: 5px;
    text-align: center;
    word-wrap: normal;
}

/* ---------------------------------------------------
    TOOLBAR STYLE
----------------------------------------------------- */

#toolbar {
    position: fixed;
    width: 46px;
    top: 46px;
    left: 0px;
    height: 100vh;
    background: transparent;
    overflow-y: hidden;
    display: inline-block;
    overflow: hidden;
}

#exectoolbar {
    position: fixed;
    width: 46px;
    top: 48px;
    left: 0px;
    height: 100vh;
    background: transparent;
    overflow-y: hidden;
    display: inline-block;
    overflow: hidden;
}

.toolbutton {
    width: 36px;
    height: 30px;
    margin-top: 4px;
    margin-left: 5px;
    padding: 0px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    background: transparent;
    cursor: pointer;
}


#sortable {
    padding: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

@media only screen and (max-width: 768px) {

    #toolbar {
        display: none;
    }
}

/* ---------------------------------------------------
    CONTEXT MENU STYLE
----------------------------------------------------- */

.contextflatbutton {
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    vertical-align: bottom;
    background: transparent;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dropbtn {
    width: 32px;
    height: 32px;
    line-height: 32px;
    background: lightgrey;
    border-style: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.dropdowntile {
    float: right;
    margin-top: 32px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 2px 4px;
        text-decoration: none;
        display: block;
    }

.dropdown span:hover {
    background-color: gray;
}

.show {
    display: block;
}

.menuitem {
    display: block;
    padding-left: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
}

/* ---------------------------------------------------
    PRESENTACION STYLE
----------------------------------------------------- */

#myCarousel {
    display: block;
}

@media only screen and (max-width: 768px) {

    #myCarousel {
        display: none;
    }
}

#homepage {
    margin-left: 60px;
}
