/* Open Menu Sidebar Button Css */
.open-modal-header-btn {
    border-radius: 3px;
    color: #f6f6f6;
    cursor: default;
    float: left;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
    margin: 0 4px 0 0;
    padding-left: 32px;
    position: relative;
    text-decoration: none;

}
.open-modal-header-btn:hover {
    background: rgba(0,0,0,.3);
}
.open-modal-header-btn:hover {
    background: rgba(0,0,0,.3);
}
.open-modal-header-btn:hover {
    background: rgba(0,0,0,.12);
    cursor: pointer;
}
.open-modal-header-btn:hover {
    color: #f6f6f6;
}
a:hover {
    color: #092d42;
}
a {
    color: #17394d;
}
a {
    background-color: transparent;
}
.open-menu-icon {
    background-clip: content-box;
    background-origin: content-box;
    color: #f6f6f6;
    padding: 6px;
    position: absolute;
    top: 5px;
    left: 2px;
}
.open-menu-btn-text {
    padding-right: 8px;
}
.u-text-underline {
    text-decoration: underline;
}

  /* Open Menu Sidebar Button Css End */


/* Open sidebar CSS */
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    bottom: 0;
    width: 339px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
    background: #f6f6f6;
}

body {

    background-repeat: no-repeat;
    background-size: cover;
}

.modal.right .modal-content {
    height: 100%;
    background: #f6f6f6;
    overflow-y: auto;
}

.modal.right.fade .modal-dialog {
    right: -370px;
    -webkit-transition: opacity 0.5s linear, right 0.5s ease-in-out;
    -moz-transition: opacity 0.5s linear, right 0.5s ease-in-out;
    -o-transition: opacity 0.5s linear, right 0.5s ease-in-out;
    transition: opacity 0.5s linear, right 0.5s ease-in-out;
}

.modal.right.fade.in .modal-dialog {
    right: 0;
}

.modal-title h4 {
    color: #0f3248;
}

.modal-content {
    border-radius: 0;
    border: none;
}

.Add-Modal-Header-BG-Color {
    border-bottom-color: #dedede;
    box-shadow: 0px 0.5px 30px 0px rgba(145, 112, 112, 0.1);
    background: #f6f6f6;
}

.glyphicon-chevron-left {
    padding-top: 5px;
    font-size: 16px;
}

/* Open sidebar CSS End */

.board-menu-header-content {
    flex-direction: row;
    align-items: center;
}
.board-menu-header-title {
    line-height: 20px;
    margin: 14px 32px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: margin.12s ease-in;
    white-space: nowrap;
    flex: 1;
    font-size: 16px;
    color: #17394d;
}
.board-menu-header-close-button {
    position: absolute;
    top: 19px;
    right: 9px;
    color: #798d99;
    font-size: 14px;
}
.board-menu-header-close-button:hover {
    color: #092d42;
}
  /* Sidebar Tittle Header End */

/* board-menu-content CSS */

.board-menu-content {
    box-sizing: border-box;
    display: flex;
    flex: 1 1 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 12px 6px 12px 12px;
    width: 100%;
    height: 100%;
}
.board-menu-content-frame {
    transition-duration: .12s;
    transition-timing-function: ease-in;
    transform: translateX(0);
    flex: 1 auto;
    width: 100%;
}
.board-menu-navigation {
    margin: 4px 0;
}
/* ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
} */
.board-menu-navigation-item-link {
    border-radius: 3px;
    display: block;
    font-weight: 700;
    line-height: 20px;
    text-decoration: none;
}
.board-menu-navigation-item {
    cursor: pointer;
}
.board-menu-navigation-item-link:not(.disabled):active {
    background-color: rgba(9,45,66,.25);
}
.board-menu-navigation-item-link:not(.disabled):hover {
    background-color: rgba(9,45,66,.13);
}
a:hover {
    color: #092d42;
}
a:active, a:hover {
    outline: 0;
}
.board-menu-navigation-item-block, .board-menu-navigation-item-link {
    padding: 6px 6px 6px 38px;
    position: relative;
}
a:hover,a:focus,a:active,a:focus-within{
    text-decoration: none !important;
}

  /* board-menu-content CSS  End*/

  /* content Name Icon CSS */

.board-menu-navigation-item-link-icon {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    width: 20px;
    position: absolute;
    top: 6px;
    left: 9px;
    color: #798d99;
}
.board-menu-navigation-item-link:not(.disabled):hover .board-menu-navigation-item-link-icon {
    color: #516b7a;
}

  /* content Name Icon CSS */

  /* Extra CSS For Component */

  .Optionfontcolor{
      color: #6c757d !important;
  }
  .imground{
    border-radius:5px; 
}
.mt{
    margin-top: 15px;;
}
.textmt{
    margin-top: 15px;
}
.text-secondary{
    
    margin-bottom: 0px;
}
.text-secondary > span{
    margin-right: 12px;
}
.demo{
    margin-top: 0px !important;
margin-left: 0px !important;
}
.tpmicon{
    color: #6c757d;
    margin-left: 28px;
}
.tpmmenutext{
    margin-left: 27px;
}

/* Extra CSS For Component End */
