﻿.img-arredondadaSide {
    border-radius: 100%;
    overflow: hidden;
    height: 100px;
    width: 100px;
    background: #f5f5f5;
    margin-top: 10px;
    margin-left: 5px;
}
 .e-node-hover{
     color:#008cff!important;
 }
.img-arredondadaChat {
    border-radius: 100%;
    overflow: hidden;
    height: 50px;
    width: 50px;
    background: black;
}

.tema {
    color: red;
}

.chat-container {
    width: 400px;
    height: 100%;
    margin: 0 auto;
}

.corStatusFinalizado {
    color: green;
}

.corNormal {
    color: #3366FF;
}

.corStatusNaoFinalizado {
    color: red;
}

.alinharCentro {
    text-align: center;
}

.user-panel {
    padding: 10px;
}

    .user-panel:before,
    .user-panel:after {
        display: table;
        content: " ";
    }

    .user-panel:after {
        clear: both;
    }

    .user-panel > .image > img {
        width: 45px;
        height: 45px;
    }

    .user-panel > .info {
        font-weight: 600;
        padding: 5px 5px 5px 15px;
        font-size: 14px;
        line-height: 1;
    }

        .user-panel > .info > p {
            margin-bottom: 9px;
        }

        .user-panel > .info > a {
            text-decoration: none;
            padding-right: 5px;
            margin-top: 3px;
            font-size: 11px;
            font-weight: normal;
        }

            .user-panel > .info > a > .fa,
            .user-panel > .info > a > .ion,
            .user-panel > .info > a > .glyphicon {
                margin-right: 3px;
            }

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    margin-top: -20px;
}

    /*#wrapper.toggled {
        padding-left: 250px;
    }*/
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    top: 104px;
    margin-left: -250px;
    background: #f5f5f5;
    font-family: Segoe UI;
    font-size: 14px;
    color: #202124;
    letter-spacing: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#page-content-wrapper {
    width: 79%;
    position: absolute;
    padding: 15px;
    top: 140px;
    height: 512px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

    .sidebar-nav li {
        text-indent: 20px;
        line-height: 40px;
        margin-left: -25px;
    }

.logo {
    color: rgb(105, 183, 105);
    font-size: 36px;
    font-weight: 700;
    line-height: 39.6px;
    margin-left: 20px;
    margin-top: 10px;
}

.fa {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    font-feature-settings: normal;
    font-language-override: normal;
    font-kerning: auto;
    font-synthesis: weight style;
    font-variant: normal;
    font-size: inherit;
    text-rendering: auto;
    padding-right: 10px;
}

.containerLogin {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-top: 100px;
    margin-left: auto;
    width: 30%;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}



    .sidebar-nav li a:active,
    .sidebar-nav li a:focus {
        text-decoration: none;
    }

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

    .sidebar-nav > .sidebar-brand a {
        color: #999999;
    }
.listMenuIcon, .rightBurgerMenu{
    visibility:hidden;
    display:none;
}
  @media only screen and (max-width:768px) {
         .listMenuIcon, .rightBurgerMenu{
             visibility:visible;
             display:block;
         }
         #page-content-wrapper{
             width:100%!important;
              transform: translateX(-200px);
         }
         #sidebar-wrapper{
             transform: translateX(-200px);
         }
         .moduleRight{
             transform: translateX(200px);
         }
         .showLeftRightMenu{
             transform:none!important;
             box-shadow:0 0 30px rgba(0, 0, 0, 0.3);
        }
         #ModuleTreeView .e-ul {
            height:calc(100% - 150px)!important;
         }
         #sidebar-wrapper{
             height:calc(100% - 147px)!important;
         }
}

@media only screen and (max-height: 650px) and (min-width:768px) {

    #sidebar-wrapper {
        width: 200px;
        position: fixed;
    }
     #wrapper {
        padding-left: inherit;
        width: 90%;
        position: relative;
        left: 10%;
        height: auto;
    }
}


#sidebar-wrapper{
    width:200px!important;
    height:calc(100% - 104px);
}
@media only screen and (max-height: 450px) and (min-width:768px) {

    #sidebar-wrapper {
        position: fixed;
    }
      #wrapper {
        /*padding-left: 60px;*/
        width: 90%;
        position: relative;
        left: 10%;
        height: auto;
    }

    #bodyContent {
        left: 300px;
    }
  
}

@media only screen and (max-height: 1200px) and (min-width:1366px) {

    #sidebar-wrapper {
        width: auto;
        position: fixed;
    }

    #bodyContent {
        left: 20% !important;
    }
      #wrapper {
        padding-left: inherit;
        width: 90%;
        position: relative;
        left: 10%;
        height: auto;
    }
}
@media(min-width:2000px) and (max-width: 4000px) {
    #wrapper {
        padding-left: inherit !important;
        width: 85% !important;
        position: relative;
        left: 10%;
        height: auto;
    }
}
@media(min-width:1200px) and (max-width: 1700px){
      #wrapper {
        padding-left: inherit;
        width: 90%;
        position: relative;
        left: 10%;
        height: auto;
    }
}
@media(min-width:1400px) and (max-width: 1600px) {
      #wrapper {
        padding-left: inherit;
        width: 90%;
        position: relative;
        left: 10%;
        height: auto;
    }
}

@media(min-width:1200px) {
    #wrapper {
        /*padding-left: 60px;*/
        width: 90%;
        position: relative;
        left: 10%;
        height: auto;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
        height:100%;
    }
    .userGuideTreeViewApp {
        height: auto !important;
        overflow-y: hidden;
    }
}
@media(max-width:768px) {
    #wrapper {
        width: 90%;
        position: relative;
        left: 10%;
        height: auto;
    }
    .userGuideTreeViewApp {
        height: auto !important;
        overflow-y: hidden;
    }

        #wrapper.toggled {
            padding-left: 0;
        }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
        height:auto;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.userGuideTreeViewApp {
        height: 615px;
        overflow-y: hidden;
    }

.navbar-default {
    margin: 0;
    border: none;
    background: none;
}

.navbar-header {
    float: left;
    width: 10%;
}

.navbar-default .navbar-toggle {
    border: none;
}

    .navbar-default .navbar-toggle:hover {
        background: none;
    }
.clearview_banner {
    background: #4a92e1;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    height: 52px;
}

.headerName {
    font-size: 20px;
    color: #fff;
    font-weight: 700;
    position: relative;
    top: 8px;
}
.previousbtn, .nextbtn {
    display: inline-block;
    border-color: transparent;
    border-radius: 30px;
    height: 35px;
    width: auto !important;
    margin-top: 18px;
    line-height: 35px;
    border-bottom: 1px solid transparent;
    padding-left: 10px;
    float: right;
    margin-top:2px!important;
    color: #333;
    font-size: 16px;
    text-decoration: none !important;
    padding:0px 8px;
}

    .previousbtn.disabled, .nextbtn.disabled {
        cursor: not-allowed;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .65;
    }

a:hover .glyphicon {
    text-decoration: none !important;
}

.previousbtn:hover, .nextbtn:hover {
    background: #ddd;
    border-radius: 10px;
    text-decoration: none !important;
}

.previousbtn:active, .nextbtn:active, .previousbtn:visited, .nextbtn:visited {
    text-decoration: none !important;
}

.e-mask {
    background-color: #fff;
}

#inputbox {
    background: #fff;
    border: none;
    border-color: transparent;
}

.bodyContent {
    position: fixed;
    top: 0;
    right: 0;
    left: 25% !important;
    bottom: 0;
    overflow-y: auto;
    color: #000;
    background: #fff;
    -webkit-transition: left 250ms ease;
    -moz-transition: left 250ms ease;
    -o-transition: left 250ms ease;
    transition: left 250ms ease;
}

.bodyInner {
    overflow-y: hidden;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
#SubContentTreeView .e-treeview .e-item {
    padding: 10px 0 2px 0 !important;
}
.e-treeview .e-item {
    padding: 0 0 2px 0 !important;
}

.navigationbtn_header {
    width: 50px;
}

.moduleContent {
    top: 50px;
    bottom: 0;
    right: 0;
    left: 0%;
    overflow-y: auto;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    text-align: justify;
    width: 74%;
    border-top: 1px solid #ccc;
}

.moduleInner {
    position: relative;
    padding: 0px 0px 0px 0px;
    max-width: 800px;
    margin: 0 auto;
}

.column {
    float: left;
    width: 15%;
    height: 30px;
    padding-top: 5px;
    padding-left: 15px;
    cursor: pointer;
    font-family: Segoe UI;
    font-size: 14px;
    color: #202124;
    letter-spacing: 0;
}

.rowImageColumn {
    width: 100%;
    height: 30px;
    background: #f5f5f5;
}

.column.active {
    font-family: Segoe UI Semibold;
    font-size: 14px;
    color: #006EFF;
    letter-spacing: 0;
    background: white;
    border: none;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.rowImage {
    /*height: 165px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    position: relative;
    overflow: hidden;
    padding-top: 25px;*/
    max-width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-height: 100%;
}


.contentRow {
    /*margin: 0 !important;
    height: 200px;*/
    margin: 0 auto !important;
    height: 200px;
    width: 300px;
    
}

.imgRow {
    border: 1px solid #d0caca;
    margin: 0 auto;
    margin-bottom: 10px;
    margin-top: 10px;
}

.imgColumn {
    height: 40px;
    width: 35px;
    display: block;
    margin: auto;
}

.treeViewRight {
    position: fixed;
    top: 17%;
    width: 25%;
    padding-top: 1%;
    padding-left: 27px;
    white-space: normal;
    overflow-y: scroll;
    z-index: 1;
    height: 100%;
    right: 0;
    border-left: 1px solid #ccc;
}

.e-treeview .e-active, .e-fullrow-wrap .e-li-active > .e-fullrow {
    background: none;
    color: #008cff;
    border: none;
    width:100%;
}


.e-treeview .e-node-hover, .e-treeview .e-node-focus, .e-fullrow-wrap .e-li-hover > .e-fullrow, .e-fullrow-wrap .e-li-focus > .e-fullrow {
    background: none;
    border: none;
}

.e-treeview .e-plus, .e-treeview .e-minus, .e-treeview .e-icon.e-load {
    width: 16px;
    margin-left: 0px;
}

.moduleRight .e-treeview .e-active, .moduleRight .e-fullrow-wrap .e-li-active > .e-fullrow {
    color: #008cff;
    border-left: 2px solid #008cff !important;
    border-radius: 0;
}

.moduleRight {
    position: fixed;
    top: 100px;
    width: 19%;
    padding-top: 1%;
    padding-left: 27px;
    white-space: normal;
    overflow:auto;
    z-index: 1;
    height: 95%;
    right: 0;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    font-family: Segoe UI;
    font-size: 14px;
    color: #202124;
    letter-spacing: 0;
}

.e-treeview-wrap > .e-ul {
    height: inherit;
    width: 100%;
    padding-left: 0px;
}
#ModuleTreeView .e-ul {
    -webkit-overflow-scrolling:touch;
    overflow-y: auto;
    overflow-x:hidden;
    width: 100%;
    padding-left: 0px;
    height:calc(100% - 115px);
}
.e-treeview .e-text {
    margin-left: 2px;
    font-size: 14px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border:none!important;
}
.e-treeview ul{
        padding: 2px 0 0 37px;
}
#ModuleTreeView > .e-ul{
    background: #f5f5f5;
}

::-webkit-scrollbar, -moz-scrollbar {
    width: 0px;
    background: transparent;
}

.mainContent {
    /*top:120px;
    position:relative;*/
    width: 89%;
    position: relative;
    left: 10%;
}
#sidebar-wrapper .e-ul::-webkit-scrollbar, #page-content-wrapper::-webkit-scrollbar {
    width: 7px;
}
#sidebar-wrapper .e-ul::-webkit-scrollbar-thumb, #page-content-wrapper::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #f5f5f5;
}
.bottomPage {
    position: relative;
    height: 100px;
}

h3 {
    font-family: Segoe UI Semibold;
    font-size: 26px;
    color: #202124;
    letter-spacing: 0;
    line-height: 24px;
}

h4 {
    font-family: Segoe UI Semibold;
    font-size: 24px;
    color: #202124;
    letter-spacing: 0;
    line-height: 24px;
}
.login, .login:hover{
    text-decoration:none!important;
}
.smoothScroll{
    -webkit-overflow-scrolling:touch;
}
 input#inputbox::placeholder {
    color:gray!important;
    opacity:1!important;
    font-family: 'Segoe UI' !important;
    font-style:normal!important;
}
h5 {
    font-family: Segoe UI;
    font-size: 13px;
    color: #202124;
    letter-spacing: 0;
    line-height: 24px;
}

#ModuleTreeView, #SubContentTreeView {
    font-family: Segoe UI Semibold;
    font-size: 14px;
    color: #202124;
    letter-spacing: 0;
}

.searchIcon {
    top: -23px;
    float: right;
    right: 6px;
    color: #B3B3B3;
    cursor: pointer;
}
.bottomStyle{
        padding-top: 10px;
}
.subhaedingContent{
    padding-top:1px;
}
.contentTitle {
    font-family: Segoe UI;
    font-size: 18px;
}
.contentHeadingName {
     font-family: Segoe UI;
    font-size: 24px;
    color: #202124;
    letter-spacing: 0;
    line-height: 24px;
}
.contentSubHeading {
     font-family: Segoe UI;
    font-size: 22px;
    color: #3E4149;
    letter-spacing: 0;
    line-height: 24px;
}
.contentText {
     font-family: Segoe UI;
    font-size: 13px;
    color: #202124;
    letter-spacing: 0;
    line-height: 24px;
}
.div-disabled {
    pointer-events: none;
    opacity: 0.5;
}
#ModuleTreeView ul li div {
    text-overflow: ellipsis;
    white-space: nowrap;
}
#SubContentTreeView ul li div {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#userGuideModal {
    padding-top: 100px;
    overflow: auto;
}
.modalLeftBtn {
    font-size: 25px !important;
    color: white !important;
    background: transparent !important;
    border: none;
    float: right;
    margin-top: 5px;
    outline: none !important;
    z-index: 1000;
    opacity: 2;
    position: absolute;
    right: 10px;
    top: 15px;
    position: fixed;
}
#imagePreview {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.modal-backdrop {
    z-index: 1000;
}
.fade.in{    
    opacity:1;
}
.playPauseButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: transparent;
    border: 1px solid white;
    cursor: pointer;
    border-radius: 50%;
    text-align: center;
    outline: none !important;
}
.playPauseIcon, .playPauseIcon:hover, .playPauseIcon:active, .playPauseIcon:visited{
    color:white;
}
