@font-face {
  font-family: "BryantMediumRegular";
  src: url(/font/BryantMediumRegular.woff);
  font-display:swap;
}
@font-face {
  font-family: "GreycliffCFDemiBold";
  src: url(/font/GreycliffCFDemiBold.woff);
  font-display:swap;
}
@font-face {
  font-family: "GreycliffCFMedium";
  src: url(/font/GreycliffCFMedium.woff);
  font-display:swap;
}
@font-face {
  font-family: "BryantRegularAltRegular";
  src: url(/font/BryantRegularAltRegular.woff);
  font-display:swap;
}

.home_side_bar {
    flex: 0 0 250px;
    position: relative;
    transition: flex 0.2s;
    padding: 15px 0 15px 0;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
    border-right:1px solid #DDD;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active{
    color: white !important;
    border: 1px solid #111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
    background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
    background: -moz-linear-gradient(top, #585858 0%, #111 100%);
    background: -ms-linear-gradient(top, #585858 0%, #111 100%);
    background: -o-linear-gradient(top, #585858 0%, #111 100%);
    background: linear-gradient(to bottom, #585858 0%, #111 100%);
}


.mainmenu, .submenu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
}

.header_username_position, .mainmenu a {
    padding: 0 15px 0 15px;
    color: #fff;
    font-family: "Open Sans Regular", PMingLiU, serif;
    font-size: 14px;
    width:100%;
    display:block;
}

.mainmenu.dark a{
    color:#333;
}

.submenu_container{
    height:auto;
    max-height:250px;
    overflow-y:auto;
}

.submenu a {
    padding: 15px 15px 0 35px;
    color: #fff;
    font-family: "Open Sans Light", PMingLiU, serif;
    font-size: 13pt;
    width:100%;
}
/*
.mainmenu li .submenu{
    max-height: 0;
    transition: max-height 0.5s;
}
*/

.mainmenu li:hover .submenu {
    max-height: 700px;
}

.footer_menu{
    position: fixed;
    bottom: 0;
    width:250px;
    background-color: #17192b;
    padding-bottom:20px;
}

/* hover behaviour for links inside .submenu */
.header_username_position:hover, .mainmenu a:hover, .submenu a:hover {
    color:#B7B8D5;
}
.mainmenu.dark a:hover{
    color:#333;
}

/* this is the initial state of all submenus.
  we set it to max-height: 0, and hide the overflowed content.
*/
.submenu {
    overflow: hidden;
    max-height: 0;
    -webkit-transition: all 0.5s ease-out;
}


.profile_btn {
    background-color: transparent;
    border: 0;
    outline: none;
}
.flex_row {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.profile_btn .flex_row{
    align-items: center;
    justify-content: center;
}

.initial_letter_container {
    width: 34px;
    height: 34px;
    padding: 2px;
    /* color: transparent; */
    text-align: center;
    border-radius: 17px;
    background-color: #fff;
    display:flex;
    align-items: center;
    justify-content: center;
}
.initial_letter {
    font-size: 20pt;
    background: -webkit-linear-gradient(#db9ec5, #5b65af);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.user_displayNames {
    color: #666;
    //font-size: 11pt;
    font-family: "Open Sans Regular", PMingLiU, serif;
    padding: 0 10px 0 10px;
    flex-basis: 0;
    flex-grow: 1;
    overflow: hidden;
    //cursor: pointer;
    //line-height: 1.4;
    text-align: left;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.user_display_name{
    width:200px;
}
.setting_icon{
    display: flex;
    align-items: center;
    justify-content: right;
    cursor: pointer;
}
.text_overflow {
    text-overflow: ellipsis;
    overflow: hidden;
}
.home_sidebar_container {
    margin-top: 10px;
    cursor: pointer;
    /*background-color:#999;*/
}
.home_sidebar_item {
    padding: 8px 10px;
    transition: transform 0.4s, box-shadow 0.4s, background-color 0.4s;
    position: relative;
}

.home_sidebar_top .home_sidebar_item:hover {
    background-color:#ebe3fa;
    /*transform: translate(0px, -5px);*/
    /*box-shadow:3px 3px 8px rgba(0,0,0,0.3);*/
}

.home_sidebar_top .home_sidebar_item:before{
    content:"";
    width:3px;
    height:0;
    background-color:#8d70c2;
    position:absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    top:50%;
    left:2px;
    transition: all 0.2s;
}

.home_sidebar_top .home_sidebar_item:hover:before{
    height:100%;
    top:0;
}

.footer_home_sidebar_item{
    padding-top:20px;
}
.home_sidebar_item_active {
    background-color: #eee;
    font-weight:bold;
    font-size: 1.2rem;
    /*padding-left:15px;*/
}
.home_sidebar_item a:hover{
    text-decoration: none;
}
.shadow_item {
    /*
    height:5px;
    background-color: #25263F;
    width:100%;
    box-shadow: 0 5px 5px -1px rgba(100,100,100,0.5);
    */
}
.logout_item {
    /*border-top: 1px solid #2e3357;*/
    box-shadow: 0 -8px 10px 0 rgba(30,30,50,0.45);
}
.create_design_position {
    margin-top:10px;
    display:flex;
    align-items: center;
    justify-content: center;
}
.create_design_profile {
    background-color: #10b52e;
    color:#fff;
    transition: filter .2s ease;
    border:1px solid #10b52e;
    border-radius: 5px;
    width: 100%;
    height:100%;
    text-align: center;
    cursor: pointer;
    display:flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
}
.create_design_profile:hover{
    background-color:#0a9123;
    color:#fff;
    border:1px solid #0a9123;
    /*filter:brightness(50%);*/
}
/*
.create_design_profile>span{
    transition: all 0.2s;
}

.create_design_profile:hover>span{
    color:#8c6ea8;
}
*/
.create_design_btn {
    padding: 5px;
    width:220px;
    height:42px;
}

.create_design_text {
    font-size: 16px;
    /*color: #8c6ea8;*/
    font-family: "Open Sans Light", PMingLiU, serif;
    font-weight:normal;
}


.create_team_text {
    font-size: 16px;
    color: #6d6db2;
    font-weight:bold;
}

.create_team_btn:hover .create_team_text{
    color:#FFF;
}

.design_now_btn:hover{
    text-decoration: none;
}
#product_size_text{
    display: none;
    font-size: 14pt;
    font-family: "Open Sans Light", PMingLiU, serif;
}
#product_size_text:hover {
    display: block;
}
.header_search {
    width: 100%;
    background-position: left 8px center;
    padding: 6px;
    border: none;
    cursor: text;
    box-shadow: 0 0 0 1px rgba(14,19,24,.02), 0 2px 8px rgba(14,19,24,.15);
    background-color: #fff;
    border-radius: 4px;
}
.product_list_dropdown {
    margin: 0;
    padding: 8px 0;
    list-style: none;
    width: 100%;
    max-height: 200px;
    overflow-y: scroll;
}
.product_list_dropdown.product_list_show {
    transition: opacity 350ms ease-in-out;
}
.productList_dropdown {
    display: none;
    box-shadow: 0 0 0 1px rgba(14,19,24,.02), 0 2px 8px rgba(14,19,24,.15);
    background-color: #fff;
    border-radius: 4px;
}
.product_list_container {
    border-top: 1px solid rgba(14,19,24,.07);
}
.product_item {
    padding: 10px;
    cursor: pointer;
    display: block;
}
.product_item_link {
    padding: 0 15px 0 15px;
    color: #4a4a4a;
    font-family: "Open Sans Light", PMingLiU, serif;
    font-size: 13pt;
    width: 100%;
    display: block;
}
.product_item a:hover, .product_item a:focus {
    color: #B7B8D5;
}
/*
.submenu_container{
    padding:10px 0;
}
*/
.submenu_container::-webkit-scrollbar {
    height: 6px;
    width: 6px;
    background: transparent;
}

.submenu_container::-webkit-scrollbar-thumb {
    background: #FFFFFF;
    -webkit-border-radius: 1ex;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.75);
}

.submenu_container::-webkit-scrollbar-corner {
    background: transparent;
}

.submenu_container li{
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

.submenu_container li:first-child{
    margin-top:10px;
}

.submenu_container li a{
    display:flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width:100%;
    height:100%;
    padding: 5px 0 5px 18px;
    font-size:14px;
}

.submenu_container li{
    position:relative;
    display:flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    transition: all 0.4s;
}
/*
.submenu_container li:hover{
    background-color
}
*/
.submenu_container li:before{
    content:"";
    width:3px;
    height:0;
    background-color:#ebe3fa;
    position:absolute;
    display:flex;
    align-items: center;
    justify-content: center;
    top:50%;
    left:0;
    transition: all 0.2s;
}

.submenu_container li:hover{
    background-color:#272a47;
}


.submenu_container li:hover:before{
    height:100%;
    top:0;
}

/*
.header_username_position, .mainmenu a.lang_a{
    width:auto;
    padding:0 15px;
    display:inline-block;
    color:#555;
    font-family: "Open Sans Light", PMingLiU;
}

.header_username_position, .mainmenu a.lang_a.active{
    color:#FFF;
}
*/

.lang_a{
  margin:0 5px;
  color:#333;
  font-size:14px;
    font-family: "Open Sans Light", PMingLiU, serif;
}
.lang_a:hover{
  text-decoration: none;
  color:#333;
}

.lang_a{
    padding:0 0!important;
}
