/*html,body,.contentView,.commonHeight {
        height: 100%;
}*/
.hamburgerHeader {
    background: white;
    height: 50px;
    padding: 2px 5px;
    /*border-right: 1px solid #ccc;*/
    padding-left: 0;
    padding-right: 0;
}

.hamburgerLogoImg {
    width: 128px;
    cursor: default;
    margin-left: 7px;
    height: auto;
}

.hamburgerHeader i {
    padding-left: 15px;
}

@media(max-width:992px) {}


.hamburgermenuBotoomItems {
    position: absolute;
    /*bottom: 45px;*/
    bottom: 56px;
    width: 100%;
}

.paddingRightLeftZero {
    padding-right: 0px;
    padding-left: 0px;
}

.sidenav {
    /* border-right: 1px solid #dcdcdc; */
    /*gainsboro is #dcdcdc*/
    position: relative;
    height: 100%;
    padding-left: 0;
    padding-right: 0;
}

.sidenav a {
    font-family: Light;
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 14.2px;
    color: #f1f1f1;
    display: inline-block;
    transition: 0.3s;

}

.sidenav a:hover,
.offcanvas a:focus {
    color: #f1f1f1;
}



.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

/*@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}*/
#main {
    padding: 16px;
    margin-left: 466px;
    height: 100%;
    position: fixed;
    width: 100%;
}

.hamburgerIcon {
    width: 18px;
    margin-left: 10px;
    cursor: pointer;
    /*margin-top: -12px;*/
}

/*.hamburgerBckgrndColor
{
    background-color: #0e69a0;
}*/
.numberCircle {
    border-radius: 50%;
    behavior: url(PIE.htc);
    /* remove if you don't care about IE8 */
    min-width: 20px;
    min-height: 20px;
    padding: 2px 3px;
    background: #a94442;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    color: white;
    font-size: smaller;
    text-align: center;
}

.paragraph[contenteditable="true"]:focus>p:hover {
    /*border: 0px 0px,1px 0px ;*/
    border-style: solid;
    border-color: #ddd;
}

.resetBackGround {
    background-color: #0e69a0;
}

/*admin ham Item*/
.adminHamburgermenuitems {
    padding: 10.5px 0px;
    cursor: pointer;
    background-color: transparent;
}

.adminHamburgermenuitems i {
    font-size: 20px;
    color: white;
}

.adminHamburgermenuitems img {
    width: 20px;
    height: auto;
    margin-left: 10px;
    margin-top: -4.5px;
}

.adminHamburgermenuitems:hover {
    /*background-color: #0aaae6;*/
    background-color: #04BEA9;
}

.adminSelectedTabInHamburgerMenu {
    /*background-color: #0aaae6;*/
    background-color: #04BEA9;
    border-left: solid 4px #013E2C;
}
