/************************************************************************************************/
@import 'defaults.css';
@import 'faq.css';
#ht-header-space{
    height: 68px;
}

/************************************************************************************************/

/**HEADER**/
body.hiddenScroll{
    overflow: hidden !important;
}
.main-container{
    min-height: 700px
}
#header{
    height: 68px;
    background: #fff;
    border-bottom: 3px solid #D1D3D4;
    padding-left: 0;
}
#header #navbar{
    height: 65px !important;
    padding-right: 0;
    padding-left: 0;
}
#header > div.container{
    height: 100%;
}
.mob-reg{
    overflow: hidden;
    height: 0;
    background-color: #F2F2F2;
    opacity: 0;
    z-index: 0;
    -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
.visible_mob_menu{
    height: inherit;
    z-index: 2;
    opacity: 1;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s;
     -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
     transition: all 0.3s;
}
.navbar-brand{
    width: 210px
}
.navbar-brand>img{
    width: 100%
}
.ht-links{
    height: inherit;
    float: right;
}
.ht-links > li{
    float: left;
    list-style: none;
}
.ht-links > li{
    padding: 0 20px;
    border-right: 1px solid #D1D3D4;
    font-size: 16px;
    position: relative;
}
.hover{
    position: relative;
}
.hover:before, .hover.active:before{
    height: 0;
    width: 100%;
    display: block;
    content:"";
    background:#FF5A60;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s; /* Safari */
    -moz-transition: all .2s;
    -o-transition: all .2s; /* Safari */
    transition: all .2s;
}
.tab-icons > ul > li.hover:before{
    background:#FFFFFF!important;
}
.no-touchevents .ht-links > li:not(:first-child):hover:before,
.ht-links li.active:before,
.no-touchevents .hover:hover:before,
.hover.active:before{
    height: 4px;
}
.ht-links > li:first-child{
    padding-right: 0;
    border-right: 0;
}
.ht-links > li:last-child{
    border-right: 0;
}
.ht-search{
    display: inline-block;
    height: inherit
}
#ht-search{
    height: 65px;
    width: 205px;
    background: #F2F2F2;
    border: 0;
    outline: none;
    text-indent: 15px;
    font-family: 'EtelkaLightPro'
}
#ht-search-icon{
    height: 65px;
    width: 65px;
    float: right;
    background-color: #D1D3D4;
    background-image: url(../img/icons/icon-search.svg);
    background-size: 30px;
    cursor: pointer;
}
.no-touchevents #ht-search-icon:hover,
#ht-search:focus + #ht-search-icon{
    background-color: #BFBFBF;
}

#login .form-control{
    height: 25px;
    width: 155px;
}
.ht-links #login .form-control{
    font-size: 12px !important
}
.btn{
    border-radius: 0;
}
#login .btn{
    height: 25px;
    line-height: 23px;
    font-size: 12px;
}
#login label{
    display: block;
    line-height: 14px;
    font-size: 11px;
    font-weight:  normal;
    margin-top: 5px;
    padding-left: 2px;
    cursor: pointer;
}
#login .form-group{
    margin-top: 13px;
    margin-right: 15px;
}
#login .checkbox + label:after{
    width: 12px;
    height: 12px;
    font-size: 8px;
    line-height: 10px;
    border-radius: 3px;
    border-color: #D1D3D4;
}
.ht-links #login ::-webkit-input-placeholder {font-size: 11px; color: #6D6E71}
.ht-links #login ::-moz-placeholder          {font-size: 11px; color: #6D6E71}/* Firefox 19+ */
.ht-links #login :-moz-placeholder           {font-size: 11px; color: #6D6E71}/* Firefox 18- */
.ht-links #login :-ms-input-placeholder      {font-size: 11px; color: #6D6E71}

.home-col-center,
.home-col-right,
.home-col-left{
    float: left;
}
.home-col-right,
.home-col-left{
    width: 45%
}
.home-col-center{
    width: 10%;
}
.left-sidebar,
.right-sidebar{
    width: 100%;
    overflow: auto;
}
.sidebar-item{
    width: 360px;
}
.left-sidebar .sidebar-item{
    float: right;
}
.right-sidebar .sidebar-item{
    float: left;
}
.ht-welcome{
    font-family: 'EtelkaRegPro';
    text-align: center;
}
.ht-about-text{
    padding: 0 10px;
}
h3{
    margin: 30px auto 25px auto;
    font-weight: normal;
    font-family: 'EtelkaRegPro';
}
.ht-features{
    font-family: 'EtelkaLightPro';
}
.ht-feauters-list{
    margin: 0;
    padding: 0;
}
.ht-feauters-list li{
    width: 100%;
    margin-bottom: 20px;
    list-style: none;
    overflow: hidden;
    position: relative;    
}
.ht-feauter-icon{
    width: 60px;
    height: 60px;
    border-radius: 4px;
    float: left;
    background-size: 30px
}

.ht-feature-1 .ht-feauter-icon{
    background-color: #FF5A60;
    background-image: url(../img/icons/icon-star.svg)
}


.ht-feature-2 .ht-feauter-icon{
    background-color: #FFC300;
    background-image: url(../img/icons/icon-link.svg)
}
.ht-feature-3 .ht-feauter-icon{
    background-color: #59CDC8;
    background-image: url(../img/icons/icon-share.svg)
}
.ht-feature-4 .ht-feauter-icon{
    background-color: #9B55C8;
    background-image: url(../img/icons/icon-key.svg)
}
.ht-feauter-text{
    margin-left: 15px;
    position: absolute;
    top: 50%;
    left: 60px;    
    -moz-transform: translateY(-50%); /* ??? Firefox */
    -ms-transform: translateY(-50%); /* ??? IE */
    -webkit-transform: translateY(-50%); /* ??? Safari, Chrome, iOS */
    -o-transform: translateY(-50%); /* ??? Opera */
    transform: translateY(-50%);
}
.ht-feauter-text p{
    margin-bottom: 0;
}


/**HEADER**/


/**POPUP**/
.ngdialog-content{
    width: 450px;
    position: relative;
    border-radius: 5px;
    margin: 60px auto;
    -webkit-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.1);
    box-shadow: -5px 5px 0px 0px rgba(0,0,0,0.1);
}
.popup-body{
    /* border-radius: 4px; */
    /*overflow: hidden;*/
}


.popup-header-content{
    background-color: #FF5A60;
    color: #fff;
    overflow: auto;
    line-height: 50px;
    padding: 0 15px;
}
.ngdialog-content header{
    font-family: 'EtelkaRegPro';
    font-size: 16px;
    position: relative;
    z-index: 2020;
    background: #fff;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

.notification .popup-header-content{
    background: #fff;
    color: #939598;
    display: table;
    width: 100%;
    font-family: 'EtelkaLightPro';
    line-height: normal;
    padding: 0;
}
.notification .popup-header-content span{
    margin: 15px 0;
/* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;

  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.notificationIcon{
    width: 50px;
    height: 50px;
    background: url("../img/icons/alert.svg") #FF5A60 no-repeat center;
    background-size: 25px;
}
.notification .note-cell{
    display: table-cell;
    vertical-align: top;
}
.notification .note-cell:last-child{
    padding-left: 15px;
    padding-right: 35px
}
.popup-header-shadow{
    width: 100%;
    height: 3px;
    background-color: rgba(128,130,133,.4) 
}
.ngdialog-content header span{
    float: left;
}
.popup-close{
    width: 15px;
    height: 15px;
    float: right;
    background-image: url(../img/icons/icon-close.svg);
    margin-top: 15px;
    cursor: pointer;
}
.notification .popup-close{
    background-image: url(../img/icons/close-gray.svg) !important;
    right: 15px;
    position: absolute;
}
.popup-content{
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 2020;
    padding: 35px 40px;
    border-radius: 0 0 4px 4px;
    text-align: center;
    /*overflow: hidden;*/
}
.popup-content .form-group:last-child{
    margin-bottom: 0;
}

.ngdialog-content footer{
    text-align: center;
}
.ngdialog-content footer p{
    margin-bottom: 0;
    margin-top: 20px;
}

.privacy_policy ul,
.terms_and_conditions ul{
    padding: 0;
}
.privacy_policy li,
.terms_and_conditions li{
    list-style: none;
}

.verifyDown .popup-close{
    display: none;
}
.fontIconList .ngdialog-content{
    width: 513px;
}
.fontIconList .popup-content{
    max-height: 450px;
    overflow: auto;
}
.fontIconList ul{
    padding: 0;
}
.fontIconList ul ul li{
    float: left;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    list-style: none;
    border-collapse: collapse;
    border: 1px solid #D1D3D4;
    margin: 1px;
    cursor: pointer;
    position: relative;
}
.linkIcons > li{
    width: 100%;
    float: none;
    list-style: none;
    text-align: left;
}
.linkIcons ul{
    display: inline-block;
    width: 100%;
}
.font-category{
    margin-top: 10px;
    margin-bottom: 5px;
    padding-left: 5px;
}
.font-cat-filter,.font-cat-filter .open-options{
    width: 100px !important;
}
.font-icon-cat-label{
    width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    margin-top: -1px;
}
.linkIcons ul li:hover i{
    position: absolute;
    padding: 10px;
    border: 1px solid #D1D3D4;
    font-size: 35px;
    background-color: #fff;
    display: block;
    left: -14px;
    top: -14px;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.linkIcons li img:hover{
    max-width: 50px;
    max-height: 50px;  
    width: 50px;  
    left: -10px;
    border: 1px solid #D1D3D4;
    background-color: #fff;
    z-index: 10;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}
.login-popup-text1{
    position: relative;
    top: -20px;
    text-align: right;
}
.login-popup-text2{
    text-align: center;
    margin-bottom: 0;
}
u{
    cursor: pointer;
}
.login-popup-logo{
    margin: auto;
    max-width: 200px;
    margin-right: -25px;
}
.login-popup-types{
    padding: 0;
    width: 100%;
    max-width: 250px;
    margin: auto;
}
.login-popup-types li{
    float: none;
    width: 100%;
    height: 35px;
    line-height: 35px;
    margin-bottom: 10px;
    list-style: none;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}
.login-popup-types li.facebook-login{
    background-color: #3B5998;
}
.login-popup-types li.normal-login{
    background-color: #FF5A60;
}
.login-popup-types li i{
    float: left;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-right: 1px solid #fff;
}
/**POPUP**/

/**CONTENT**/
.ht-home-vertical-line{
    width: 21px;
    margin: auto;
    margin-top:35px;
}
.front-content{
    height: 100%;
    overflow: auto;
    margin-left: -15px;
    margin-right: -15px;
    background: url(../img/diagonal-noise.png);
}

/**CONTENT**/


/**TAB**/
.preloader{
    width: 100%;
    height: 200px;
}
.tab-loading{
    padding: 20px;
    width: 250px;
    background: #fff;
    margin: 100px auto;
    text-align: center;
    font-size: 16px;
}
.tab-spinner {
  text-align: center;
  display: inline-block;
  margin-top: -2px;
}

.tab-spinner > div {
  width: 4px;
  height: 4px;
  background-color: #FF5A60;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.tab-spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.tab-spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}
.grid-container{
    margin-top: 50px !important;
    margin-bottom: 50px !important;
    position: relative;
}

.popularTabs.grid-container{
    margin-top: 0!important
}
.tab-body{
    color: #fff;
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    table-layout: fixed;
}
.tab-body .tab-header{
    height: 40px;
}
.profilePage.myprofile .tab-header{
    cursor: move
}
.gridster-item{
    /*min-width: 375px !important;*/
}

.tab-body .tab-new-link{
    height: 35px;
}
.tab-body .tab-header,
.tab-body .tab-content,
.tab-body .tab-new-link{
    display: table-row
}
@-moz-document url-prefix() {
    .tab-body .tab-header,
    .tab-body .tab-content,
    .tab-body .tab-new-link{
        position: relative
    }
    .slimScrollDiv, .link-list{
        display: -moz-grid;
    }
}
.tab-head{
    height: 40px;
    top: 0;
    position: relative;
    z-index: 50;
    display: table;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
}
.tab-head .tab-icon,.tab-head .tab-name{
    display: table-cell
}
.tab-icon{
    vertical-align: middle;
}
.tab-icon i{
    display: block;
    font-size: 19px;
}
.tab-name span{
    cursor: pointer;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.tab-container{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
}
.tab-body.pr .tab-head{
    background-color: #CDDC39
}
.tab-body .tab-head .tab-icon{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    background-color: rgba(0,0,0,0.1);
    text-transform: uppercase;
    position: relative;
}
.tab-body.pu .tab-head{
    background-color: #8BC34A
}
.tab-body.gr .tab-head{
    background-color: #FFC300
}
.tab-body.sc .tab-head{
    background-color: #4DD0E1
}
.tab-body.un .tab-head{
    background-color: #D1D3D4
}
.gridster-item:hover .tab-icons{
    z-index: 200
}
.tab-body.un .tab-status{
    display: none;
}

.tab-icons ul{
    padding: 0;
    height: 40px;
}
.tab-icons li{
    list-style: none;
    width: 50px;
    height: 50px;
    float: left;
}




.tab-name{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: absolute;
    padding-left: 25px;
    top: 0;
    left: 40px;
    right: 0;
    line-height: 40px;
    padding-right: 120px;
}
.link-item{
    line-height: 40px;
    background: #fff;
    color: #929497;
    position: relative;
    opacity: 1;
}
.link-item a,
.link-item a:hover,
.link-item a:visited,
.link-item a:active,
.link-item a:focus{
    color: #929497
}
.link-item.removing{
    -webkit-transition: all .3s; /* Safari */
    -moz-transition: all .3s;
    -o-transition: all .3s; /* Safari */
    transition: all .3s;
    -moz-transform: translateX(-100%); /* ??? Firefox */
    -ms-transform: translateX(-100%); /* ??? IE */
    -webkit-transform: translateX(-100%); /* ??? Safari, Chrome, iOS */
    -o-transform: translateX(-100%); /* ??? Opera */
    transform: translateX(-100%);
    opacity: 0;
    background: #FF5A60;
    color: #fff;
}
.link-label > div{
    height: 40px;
    display: inline-block;
    float: left;
    max-width: 100%;
}
.linkName{
    font-size: 14px;
    line-height: 14px;
    padding-top: 6px;
    font-weight: bold;
    color: #808080;
}
.linkDescription{
    font-size: 13px;
    line-height: 13px;
    padding-top: 4px;
    color: #a0a0a0;
}

.tab-content{
    z-index: 5;
    border-radius: 0 0 5px 5px;
}
.slimScrollDiv,.link-list{
    position: absolute;
    top: 0 !important;
    bottom: 0 !important;
    height: 100% !important;
    width: 100% !important;
}




.gridster-item-resizable-handler{
    z-index: 100 !important;
}
#editTab .sub-menu,
#newTab .sub-menu,
.moveToList .sub-menu{
    margin-top: -35px;
}
.moveToList .sub-menu li{
    display: block
}
.moveToList .sub-menu li div.menu-text{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: block;
}
.tab-color-label{
    width: 75px;
    border-right: 0;
    padding-right: 0;
}
.tab-color-label + input:not(:focus){
    border-left-color: transparent;
}
.tab-color-label + input{
    padding-left: 5px
}

.tabIcons{
    overflow: auto;
}
.tabIcons .form-control{
    padding: 6px
}
.slimScrollRail{
    right: 0 !important;
    width: 4px !important;
    background: transparent !important;
    border-left: 0 solid transparent;
    border-right: 0 solid transparent;
}
.slimScrollBar{
    right: 0!important;
    width: 4px !important;
}
.handle-se{
    bottom: 0!important;
    right: 0!important;
    border-width: 0 0 17px 17px!important;
}
.gridster-loaded .gridster-item{
    background-color: #ffffff;
    border-radius: 0;
    min-height:  40px;
}
.link-item{
    border-bottom: 1px solid #F1F2F2;
    display: table;
    width: 100%;
    table-layout: fixed;
}

.link-label{
    overflow: hidden;
    display: table-cell;
    padding-right: 15px;
}
.link-icon{
    width: 40px;
    height: 40px;
    border-right: 1px solid #F1F2F2;
    display: table-cell;
    position: relative;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    line-height: 35px;
    vertical-align: middle;
}
.link-icon > div:empty{
    display: none;
}
.link-icon > div {
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: 0;
    border: 0;
    padding: 0;
    background: none;
    outline: none;
    right: 0;
    padding-top: 5px;
    padding-right: 2px;
    font-size: 11px;
    z-index: 10;
    text-align: right;
    line-height: 20px;
}
.link-icon .fa{
    height: 35px;
    line-height: 35px;
    left: 0;
    right: 0;
}
.link-submit-icon{
    background-repeat: no-repeat;
    background-image: url(../img/menu-icons.png?t=5);
    background-position: center -408px;
    background-size: 23px;
    width: 40px;
    height: 40px;
}

.link-label .form-group{
    margin-bottom: 0;
}
.resetLocalGrid{
    margin-top: 30px;
    outline: none;
}
.tab-status{
    width: 20px;
    height: 20px;
    z-index:  9999;
    cursor: pointer;
    position: absolute;
    bottom: 1px;
    left: 0;
}

.tab-type{
    width: 20px;
    height: 20px;
    z-index:  9999;
    cursor: pointer;
    position: absolute;
    top: 1px;
    left: 0;
    background-repeat: no-repeat;
    background-size: 11px;
    background-position: center;
}
.pr-tab{
    background-image: url(../img/icons/privat-icon.svg);
}
.pb-tab{
    background-image: url(../img/icons/public-icon.svg);
}
.gr-tab{
    background-image: url(../img/icons/group-icon.svg);
}
.tab-type.gr-tab{
    background-size: 17px;
}
.form .tab-type{
    width: 100%;
    height: 100%;
    background-size: 20px;
}
.form .pr-tab{
    background-image: url(../img/icons/private-icon-gray.svg?t=1);
    background-size: 15px;
}
.form .pb-tab{
    background-image: url(../img/icons/public-icon-gray.svg?t=1);
}
.form .gr-tab{
    background-image: url(../img/icons/group-icon-gray.svg?t=2);
}
.un-tab{
    display: none;
}
.tab-body.pb .link-icon > div,
.tab-body.pr .link-icon > div,
.tab-body.un .link-icon > div{
    display: none;
}
.tab-status.mytab{
    background: url(../img/icons/my-tab.svg) center no-repeat;
    background-size: 10px;
}
.tab-status.lockedtab{
    background: url(../img/icons/locked.svg) center no-repeat;
    background-size: 10px;
}
.tab-status.unlockedtab{
    background: url(../img/icons/unlock.svg) center no-repeat;
    background-size: 10px;
}
.gridster-item .tab-include:hover .tab-icons{
    visibility: visible;
    opacity: 1;
}
.tab-icons{
    right: 0;
    position: absolute;
    z-index: 300;
    -webkit-transition: opacity .3s; /* Safari */
    -moz-transition: opacity .3s;
    -o-transition: opacity .3s; /* Safari */
    transition: opacity .3s;
}
.gridster-item-moving .tab-icons{
    opacity: 0!important;
    visibility: hidden!important;
}
.tab-icons:hover, .tab-icons.active{
    opacity: 1;
    visibility: visible;
}
.tab-icons.displayIcons{
    opacity: 1;
    visibility: visible;
}
.tab-icons > ul > li{
    width: 36px;
    height: 40px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: right 2px bottom 0px;
    cursor: pointer;
    margin-left: -5px;
}

.tab-icons li.filter{
    background-image: url(../img/icons/tab-filter.svg?t=8);
}
.tab-icons li.minimize{
    background-image: url(../img/icons/tab-minimize.svg?t=8);
    background-position: center 12px;
}
.tab-icons li.maximize{
    background-image: url(../img/icons/tab-maximize.svg?t=8);
}
.tab-icons li.options{
    background-image: url(../img/icons/tab-options.svg?t=8);
}

.options .sub-menu,
.filter .sub-menu{
    margin-top: -28px;
}
.options .sub-menu li.sub-title{
    padding-left: 15px;
}
.filter .sub-menu li.sub-title{
    padding-left: 15px;
}
.admins-icon{
    background-image: url(../img/icons/group-icon-gray.svg?t=2) !important;
    background-position: 10px center;
}
.edit-icon{background-position: 10px -65px;}
.remove-icon{background-position: 7px -240px;}
.shortcode-icon{background-position: 10px -100px;}
.new-link-icon{
    background-image: url(../img/icons/new-link.svg)
}
.new-link .link-label .form-group{
    display: block;
    width: 100%;
    background: #fff;
}
.new-link .form-group:after{
    width: 40px;
    height: 40px;
}
.new-link input{
    width: 100%
}
.new-tab-icon{background-position: center -30px;}
.new-tab-shortcode{background-position: center -101px;}


.menu-icon{
    background-repeat: no-repeat;
    background-image: url(../img/menu-icons.png?t=3);
    background-size: 21px;
    width: 28px;
    height: 28px;
}
.filter .menu-icon{
    background: none;
}
.filter .menu-icon:before{
    left: -10px;
}
.new-link-icon{
    background-repeat: no-repeat;
    background-image: url(../img/menu-icons.png?t=3);
    background-position: center -287px;
    width: 22px;
    background-size: 100%;
    position: relative;
    height: 25px;
    margin: auto;
}
.menu-icon:before, .menu-icon.active:before{
    width: 0;
    height: 28px;
    display: block;
    content:"";
    background:#FF5A60;
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all .2s; /* Safari */
    -moz-transition: all .2s;
    -o-transition: all .2s; /* Safari */
    transition: all .2s;
}
.tab-type-changer .menu-icon,
.account .menu-icon{
    background:  none;
}
.sub-menu li:hover .menu-icon:before, .menu-icon.active:before,
.context-menu li:hover .menu-icon:before, .menu-icon.active:before{
    width: 4px;
}
.open-link{
    background-image: url(../img/icons/open-link.svg)
}
.move-to-icon{background-position: 10px -345px;}
.share-icon{background-position: 10px -135px;}
.open-link-icon{background-position: 10px -275px;}
.copy-link{background-position: 10px -310px;}
.toggle-on-icon{
    background-position: 10px -205px;
}
.toggle-0-icon{background-position: 10px -205px;}
.toggle-1-icon{background-position: 10px -170px;}
.options .tab-plus,.context-menu .tab-plus{
    background-position: 10px -380px;
}
.tab-plus{
    background-position: 10px -445px;
}


.link-icon img{
    max-width: 20px;
    max-height: 20px;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -moz-transform: translateY(-50%); /* ??? Firefox */
    -ms-transform: translateY(-50%); /* ??? IE */
    -webkit-transform: translateY(-50%); /* ??? Safari, Chrome, iOS */
    -o-transform: translateY(-50%); /* ??? Opera */
    transform: translateY(-50%);
}
.radio + label{
    margin-left: 15px;
}
.radio + label div{
    margin-left: 25px;
    margin-top: -10px;
    width: 157px;
    text-align: left;
}
#editTab.form .form-group:after{
    width: 50px;
}
.social-share {
    margin-top: 15px !important;
}
.social-share .fa{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    color: #ffffff;
    margin: 0 3px;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}
.social-share .fa-twitter{
    background-color: #55ACEE
}
.social-share .fa-facebook{
    background-color: #3B5998
}
.social-share .fa-linkedin{
    background-color: #0077B5
}
.social-share .fa a{
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    outline: none;
}
.new-link{
    position: relative;
    z-index: 80
}
.new-link .form{
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 0;
}
.new-link .link-label{
    padding: 0;
}
.new-link input{
    border: 0;
    height:35px;
    background: #ffffff;
    width: 100%;
    outline: none;
    text-indent: 10px;
}
.new-link label{
    margin-bottom: 0;
    float: left;
    text-align: center;
    width: 100%;
    cursor: pointer
}
.new-link .form .form-group:after{
    border-radius: 0;
}
.new-link .link-label{
    overflow: visible;
}
.new-link .form .form-group:after{
    width: 40px;
    height: 40px;
}
.new-link .tooltip {
    left: 0!important;
    -moz-transform: translateX(-25%); /* ??? Firefox */
    -ms-transform: translateX(-25%); /* ??? IE */
    -webkit-transform: translateX(-25%); /* ??? Safari, Chrome, iOS */
    -o-transform: translateX(-25%); /* ??? Opera */
    transform: translateX(-25%);
}
.link-label{
    position: relative;
}
.link-item .link-label .linkName,
.link-item .link-label .linkDescription{
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 15px;
    cursor: pointer;
    max-width: 100%;
}
.link-label .link-row{
    width: 100%;
    height: 20px;
}
.link-item:hover .link-options{
    visibility: visible;
}
.as-sortable-item-handle{
    cursor: default!important
}
.no-touchevents .link-item:hover .link-label{
    background: #F1F2F2;
}
.link-item.selectedLink .link-label{
    background: #E6E6E6!important
}
.link-options{
    position: absolute;
    top: 0;
    right: 4px;
    visibility: hidden;
    background: #fff;
}
.link-options li{
    list-style: none;
    width: 34px;
    padding: 0 3px !important;
    height: 40px;
    float: left;
    margin: 0;
    background-repeat: no-repeat;
    background-image: url(../img/menu-icons.png?t=3);
    background-size: 25px;
    background-position-x: center;
    cursor: pointer;
}
.link-options li.edit-icon {
    background-position-y: -74px;
}
.link-options li.move-to-icon {
    background-position-y: -406px;
}
.link-options li.remove-icon {
    background-position-y: -282px;
}
.link-options li:last-child{
    border-right: 0;
}
.link-options li.new-link-icon{
    background-size: 22px
}
.link-options li.open-link-icon{
    background-size: 23px
}
.link-icons .sub-menu{
    margin-top: -35px;
    width: 245px;
}
.link-icons .sub-menu li{
    width: 35px;
    height: 35px;
    float: left;
    min-width: 35px;
    border: 1px solid #D1D3D4;
    text-align: center;
}
#editLink .input-group-addon,
#newTab .input-group-addon,
#editTab .input-group-addon{
    background: #fff;
    border-radius: 0;
}
.originalIcon{
    position: relative;
    height: 30px;
}
.originalIcon img{
    max-width: 20px;
    max-height: 20px;
    position: absolute;
    top: 50%;
    margin-top: 5px;
    cursor: pointer;
    -moz-transform: translateY(-50%); /* ??? Firefox */
    -ms-transform: translateY(-50%); /* ??? IE */
    -webkit-transform: translateY(-50%); /* ??? Safari, Chrome, iOS */
    -o-transform: translateY(-50%); /* ??? Opera */
    transform: translateY(-50%);   
    left: 0;
}

.link-icons .sub-menu li:last-child{
    border-radius: 0 0 5px 0;
}

.selectedIcon img{
    max-height: 20px;
    max-width: 20px;
}

.moveToList .sub-menu ul{
    max-height: 200px;
    overflow: auto;
    padding: 0;
    margin: 0;
    cursor: default;
}
.moveToList .sub-menu ul li{
    cursor: pointer;
}
.moveToList.has-sub > div.sub-menu{
    border-radius:  5px 0 5px 5px;
    overflow: hidden;
    border: 1px solid #D1D3D4;
    width: 220px
}
.moveToList.has-sub > div.sub-menu li{
    border-radius: 0!important;
    border-left: 0;
    border-right: 0;
}
.moveToList.has-sub > div.sub-menu li:first-child{
    border-top: 0
}
.moveToList.has-sub > div.sub-menu li:last-child{
    border-bottom: 0
}
.moveToList.has-sub > div.sub-menu:after{
    display: none;
}

.link-box{
    display: table;
    table-layout: fixed;
    width: 100%;
}

.upload-bookmarks{
    margin: 0;
    cursor: pointer;
    position: absolute;
    z-index: 20;
    display: block;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    background-image: url(../img/icons/upload.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}

.bookmark-import-process{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 49px;
    z-index: 100;
    overflow: hidden;
    border-radius: 4px 0 0 4px;
}
.bookmark-import-process div{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: red;
}


#newTab .information,
#editTab .information{
    margin-right: 5px;
    position: relative;
    top: -25px;
    /* position: relative; */
}


/**TAB**/



/**ACCOUNT**/
.settings-toggle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6.5px 0 6.5px;
    border-color: #D1D3D4 transparent transparent transparent;
    float: right;
    position: relative;
    top: 30px;
    left: 5px;
    cursor: pointer;
}
.settings-toggle .sub-menu{
    top: 32px;
    right: -27px;
}
.settings-toggle .menu-icon{
    background: none;
}
li.account{
    position: relative;
    padding: 0;
    width: 65px;
    cursor: pointer;
    height: 65px;
    background-color: #D1D3D4;
}
li.account img{
    width: 100%;
}
.thumb {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.thumb > div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: translate(50%,50%);
    -ms-transform: translate(50%,50%);
    transform: translate(50%,50%);
}
.thumb > div img {
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute;
    top: 0;
    left: 0;
}
.has-sub.active .sub-menu{
    visibility: visible;
    opacity: 1;
    -webkit-transition: all .3s; /* Safari */
    -moz-transition: all .3s;
    -o-transition: all .3s; /* Safari */
    transition: all .3s;
}
.sub-menu, .context-menu{
    padding: 0;
    display: inline-block;
    position: absolute;
    top: 68px;
    right: 0;
    visibility: hidden;   
    opacity: 0; 
    z-index: 3000;
    border: 1px solid #F1F2F2;
}
.sub-menu li, .context-menu li{
    list-style: none;
    height: 28px;
    line-height: 28px;
    padding: 0;
    /*display: table;*/
    background: #ffffff;
    position: relative;
    z-index: 11;
    width: 100%;
    color: #929497;
    text-align: left;
    min-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
}
.context-menu{
    visibility: visible !important;
    opacity: 1 !important;
    min-width: 200px !important;
    max-width: 200px;
    box-shadow: none;
}
.context-menu li{
    min-width: 200px !important;
    max-width: 200px;
    cursor: pointer;
}


.dropdown-menu{
    border-radius: 0;
}
.sub-title{
    color: #929497;
    text-align: left;
}

.sub-menu li a{
    display: block;
}
.sub-menu li div.menu-icon,
.context-menu li div.menu-icon{
    width: 32px !important;
    height: 28px;
    padding-left: 4px;
    position: relative;
    display: table-cell;
    margin-right: 15px;
    vertical-align: middle;
}

.sub-menu li div.menu-text,
.context-menu li div.menu-text{
    display: table-cell;
    padding: 0 10px;
}
.sub-menu li div.menu-text div,
.context-menu li div.menu-text div{
    float: left
}
.sub-menu li div.menu-text label,
.context-menu li div.menu-text label{
    margin-left: 0
}
.sub-menu li div.menu-text label span,
.context-menu li div.menu-text label span{
    margin-left: 21px;
    position: relative;
    top: -9px;
}
.sub-menu li div.menu-icon,
.context-menu li div.menu-icon{
    text-align: center;
}

.sub-menu img,
.context-menu img{
    width: 16px;
    margin: auto;
}

.account-fonttype .menu-text{
    padding-left: 15px;
}
.hi-user{
    line-height: 65px;
    padding: 0 25px !important;
    border-left: 1px solid #D1D3D4;
}

#timeline{
    position: relative;
}
.timeline-bg{
    background: url(../img/diagonal-noise.png);
    background-color: #BCBEC0;
}
.account-cover{
    height: 115px;
    background-color: rgba(255,255,255,.33);
}
.account-avatar{
    height: 45px;
    line-height: 45px;
}
.user-avatar{
    width: 130px;
    height: 130px;
    background: #fff;
    z-index: 10;
    position: absolute;
    -moz-transform: translateY(-33.3333%); /* ??? Firefox */
    -ms-transform: translateY(-33.3333%); /* ??? IE */
    -webkit-transform: translateY(-33.3333%); /* ??? Safari, Chrome, iOS */
    -o-transform: translateY(-33.3333%); /* ??? Opera */
    transform: translateY(-33.3333%);
    -webkit-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.22);
    -moz-box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.22);
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.22);
}
.user-avatar img{
    height: 130px;
}
.changeAvatar{
    width: 35px;
    height: 35px;
    background: rgba(0,0,0,0.3);
    margin: 3px;
    color: #fff;
    position: absolute;
    z-index: 10;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    cursor: pointer;
    display: none;
}
.user-avatar:hover .changeAvatar{
    display: block;
}
.changeAvatar:hover{
    font-size: 18px;
    background: rgba(0,0,0,0.5);
}
.uploadAvatar{
    display: block
}
.uploadAvatar input{
    display: none;
}
#avatar-placeholder{
    position: absolute;
    z-index: 20;
    background: rgba(255,90,90,.6);
    color: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}
.progressUpload span{
    position: relative;
    z-index: 30;
}
.spinner {
  width: 40px;
  height: 40px;

  position: relative;
  margin: 100px auto;
}

.double-bounce1, .double-bounce2 {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  
  -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
  animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
  -webkit-animation-delay: -1.0s;
  animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}
.progressUpload{
    position: absolute;
    font-family: 'EtelkaItaPro';
    -moz-transform: translateY(-50%); /* ??? Firefox */
    -ms-transform: translateY(-50%); /* ??? IE */
    -webkit-transform: translateY(-50%); /* ??? Safari, Chrome, iOS */
    -o-transform: translateY(-50%); /* ??? Opera */
    transform: translateY(-50%);
    left: 0;
    right: 0;
    top: 50%;
    text-align: center;
    color: #000000;
    font-size: 13px;
}
.user-name{
    margin-left: 150px;
    font-family: 'EtelkaRegPro';
    font-size: 22px;
    color: #ffffff;
}
.user-name a,.user-name a:hover{
    color: #fff;
}
.general-options{
    height: 60px;
}
.general-options ul.central > li{
    width: 60px;
    height: 60px;
    margin: 0 -3px;
    cursor: pointer;
    position: relative;
}
.new-tab{
    background: url(../img/icons/plus.svg) center #FF5A60 no-repeat;
    background-size: 30px;
    width: 60px;
    height: 60px
}
.import-bookmark{
    background: url(../img/icons/import.svg) center #59CDC8 no-repeat;
    background-size: 40px;
    width: 60px;
    height: 60px
}
.import-bookmark.uploadingBookmark{
    background-image: none;
}
.import-bookmark:not(.uploadingBookmark) .spinner{
    display: none;
}

.import-bookmark.uploadingBookmark .spinner {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-color: #fff;
  position: relative;
  top: 10px;
  border-radius: 100%;  
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}

@-webkit-keyframes sk-scaleout {
  0% { -webkit-transform: scale(0) }
  100% {
    -webkit-transform: scale(1.0);
    opacity: 0;
  }
}

@keyframes sk-scaleout {
  0% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 100% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 0;
  }
}


.general-options ul.central > li .sub-menu{
    margin-top: -8px;
    width: 190px;
}
.general-options .sub-menu li:first-child{
    text-align: left;
    padding-left: 15px;
    border-top: 1px solid #F1F2F2;
}

.account-password{
    width: 270px;
    margin-right: 15px;
}
.save-account-changes {
    text-align: center
}
.save-account-changes input{
    display: inline-block;
}
.settings .left-sidebar,
.settings .right-sidebar{
    overflow: inherit;
}
.settings-main{
    background-image: url(../img/settings-vertical-line.svg);
    background-repeat: no-repeat;
    background-position: center 15px;
}
/**ACCOUNT**/



/**SETTINGS**/
.settings{
    margin-top: 50px !important;
}
.settings .container{
    padding-left: 150px;
    padding-right: 150px;
}
.ht-settings-vertical-line {
    width: 16px;
    margin: auto;
    margin-top: 25px;
}
.preferance{
    overflow: inherit;
}
.preferance .form-group{
    position: relative;
}
.preferance .form-group input,
.preferance .form-group input[readonly]{
    background-color: rgba(255,255,255,1);
    cursor: default;
}
.preferance .open-options .sub-menu{
    margin-top: -33px;
}


.large-font-icon{
    font-size: 20px
}
.medium-font-icon{
    font-size: 16px
}
.small-font-icon{
    font-size: 12px
}
/**SETTINGS**/




/**FOOTER**/
.footer_main{
    background-color: #fff;
    background-image: url(../img/footer_logo.svg);
    background-repeat: no-repeat;
    background-position: left;
    background-size: contain;
}
.footer_main .col-md-6{
    padding:0
}
.footer_hi ul,
.footer_terms ul,
.social_hi ul{
    margin:0;
}
.footer_hi ul li a,
.footer_terms ul li a{
    line-height: 15px;
    position: relative;
}
.footer_hi ul li:before,
.footer_terms ul li:before{
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 15px;
    right: 0px;
    background-color: #58595b;
}
.footer_hi ul{
    padding:0;
}
.footer_terms ul,
.social_hi ul{
    padding:0;
    float: right;
}
.footer_hi ul li,
.footer_terms ul li{
    float: left;
    list-style-type: none;
    line-height: 15px;
    padding:15px 0;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.footer_hi ul li:first-child,
.footer_terms ul li:first-child{
    padding-left:0;
}
.footer_hi ul li:last-child,
.footer_terms ul li:last-child{
    padding-right: 0;
}
.footer_hi ul li:last-child:before,
.footer_terms ul li:last-child:before{
    display:none;
}
.top_border{
    width: 0;
    height: 3px;
    background-color: #ff5a60;
    position: absolute;
    left: 0;
    margin: auto;
    top: -14px;
    -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}
.footer_main ul li:hover .top_border{
    width:100%;
    -webkit-transition: all 0.5s;
     -moz-transition: all 0.5s;
     -o-transition: all 0.5s;
     transition: all 0.5s;
}
.copy_hi p{
    margin:0;
    padding-bottom:15px;
    padding-top: 10px;
    text-align: left;
}
.social_hi ul{
    margin-bottom:15px;
}
.social_hi ul li a{
    width:100%;
    height:100%;
    display:block;
    width: 34px;
    height: 34px;
    display: block;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    color: #fff;                                
    background-size: 100%;
    /*-ms-background-size: cover;*/
    background-repeat: no-repeat;
}
.social_hi ul li:nth-child(1) a{
    background-color: #5fa9dd;
}
.social_hi ul li:nth-child(2) a{
    background-color: #3c5a99
}
.social_hi ul li:nth-child(3) a{
    background-color: #0778b6;
}
.social_hi ul li{
    float:left;
    width:34px;
    height: 34px;
    margin-right:5px;
    border-radius:5px;
    list-style-type: none;
    border-radius: 5px;
    overflow: hidden;
}
.social_hi ul li:last-child{
    margin-right: 0;
}
.termsAndPolicy .ngdialog-content{
    width: 650px;
}
.tour-container .ngdialog-content{
    width: 800px;
}
.tour-container .popup-content{
    padding: 0;
}
.tour-container .popup-header-content{
    background: #fff;
}
.tour-container .popup-header-shadow{
    display: none;
}
.tour-container .popup-close{
    background-image: url(../img/close.svg);
}
.tour-container .ngdialog-overlay{
    background: none;
}
.termsAndPolicy .popup-content{
    height: 450px;
    overflow: auto;
    text-align: left;
}

.browserInfo .ngdialog-content{
    width: 650px;
}
.browserInfo .popup-content{
    height: 400px;
}
.contactModal .ngdialog-content{
    width: 500px;
}
.verifyResendModal .ngdialog-content{
    width:  550px;
}
.verificationCodeRequest{
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.account-status{
    display: inline-block;
    height: 30px;
    position: relative;
    top: 0;
    left: 140px;
}
.account-status .fa-check-circle{
    color: #8DC63F;
}
.account-status .fa-times-circle{
    color: #FF5A60;
}
/**FOOTER**/





/**REGISTER**/
.form .form-group{
    position: relative;
}
.form .form-group:after{
    display: none;
    width: 35px;
    height: 35px;
    border-radius: 0;
    background: #FF5A60;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    content: "\f071";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.form#login .form-group:after {
    width: 25px;
    height: 25px;
    top: 0;
    right: 0;
    line-height: 25px;
    font-size: 10px;
    padding-top: 0
}
.form .form-group.has-error:after{
    display: block;
}
.form .form-group.has-error.sub-error:after{
    right: 45px;
    z-index: 10;
}
.save-account-changes .form-group{
    display: inline-block;
    width: 270px;
    margin-right: 15px;
}
#avatarField:after{
    right: 47px;
}
/**REGISTER**/


/* ************************************** */
/* Mandatory CSS required for ng-sortable */
/* ************************************** */

.as-sortable-item, .as-sortable-placeholder {
    display: block;
}

.as-sortable-item {
    -ms-touch-action: none;
    touch-action: none;
    /* to disable context menu on iOS devices */
    -webkit-touch-callout: none;
}

.as-sortable-item-handle {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -moz-grab;
}

.as-sortable-placeholder + .link-item{
    border-top: 1px solid #D1D3D4;
}

.as-sortable-drag {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}
.as-sortable-dragging{
    border-top: 1px solid #D1D3D4;
    border-left: 1px solid #D1D3D4;
    border-right: 1px solid #D1D3D4;
}

.as-sortable-hidden {
    display: none !important;
}

.as-sortable-un-selectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.draggableLinks{
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
}
.profilePage .editableTab:not(.as-sortable-dragging){
    spadding-top: 35px;
}
.popover.load-admin-data{
    border-radius: 0;
    box-shadow:  none;
    padding-left: 10px;
    margin-left: -2px;
    border: 0;
    background: none;
}
.popover.load-admin-data .popover-content div:first-child{
    border:  1px solid #e5e6e7;
}
.popover.load-admin-data .popover-content div:last-child{
    border-top:  1px solid #e5e6e7;
    border-right:  1px solid #e5e6e7;
    border-bottom:  1px solid #e5e6e7;
}
.popover.load-admin-data .popover-content div{
    float: left;
    background:#fff;
    height: 52px;
}
.popover.load-admin-data .popover-content div p{
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
    line-height: 25px
}
.loadLinkAdmin{
    padding: 10px;
    background: #fff;
    border: #e5e6e7;
    height: auto!important;
}
.group-users{
    padding: 0;
}
.group-users li{
    list-style: none;
    text-align: left;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccdce;
    overflow: auto;
}
.loadedGroupUsers{
    display: none;
}
.loadedGroupUsers a{
    float: left;
}
.removeGroupUser{
    width: 15px;
    height: 15px;
    background-image: url(../img/icons/remove-icon-pink.svg);
    margin-top: 5px;
    float: right;
    cursor: pointer;
}
.group-general-admin{
    float: right;
    margin-top: 7px;
    font-size: 10px;
}
.group-user-image{
    max-width: 30px;
    max-height: 30px;
    margin-right: 10px;
}
.link-icon>div{
    cursor: pointer;
}


/*******START SIDEBAR*******/
.profilePage:not(.no-sidebar){
    padding-left: 68px;
}
#sidebar{
    width: 68px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #58595B;
    z-index: 3000;

}
.sidebar-open #sidebar{
    width: 368px;
}
body{
    overflow-x: hidden;
}

body.sidebar-open .main-container{
    left: 300px;
}
body.sidebar-open #sidebar #sidebar-collapse span{
    -ms-transform: translateY(-50%) rotate(-180deg); /* IE 9 */
    -webkit-transform: translateY(-50%) rotate(-180deg); /* Safari */
    transform: translateY(-50%) rotate(-180deg);
}
body.sidebar-open #header{
    padding-left: 368px;
}
#sidebar-list{
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #fff;
    height: 100%;
    padding-top: 68px;
    top: -68px;
    position: relative;
}
#sidebar .slimScrollBar,
#sidebar .slimScrollRail{
    width: 8px !important;
}
#sidebar-list > ul{
    padding: 0;
}
#sidebar-list > ul > li{
    list-style: none;
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 5px 15px;
    cursor: pointer;
    overflow: hidden
}
#sidebar-list > ul > li:hover{
    background: #2D2D2D;
}
#sidebar-list > ul > li > div{
    display: table-row;
    width: 100%;
}
#sidebar-list > ul > li > div > div{
    display: table-cell;
    overflow: hidden;
    vertical-align: top;
}
#sidebar-list > ul > li ul{
    padding: 0;
    display: none;
}
#sidebar-list > ul > li:hover ul{
    display: block;
}
#sidebar-list > ul > li:hover .links-count{
    display: block;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
#sidebar-list > ul > li ul > li{
    list-style: none;
    line-height: 20px;
    width: 100%;
    vertical-align: top;
    padding: 5px 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#sidebar-list .tab-icon{
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    font-size: 25px;
    overflow: visible;
    position: relative;
}
#sidebar-list .tab-icon i {
    line-height: 38px;
}
#sidebar-list .links-count{
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #fff;
    background: #fff;
    color:#58595B;
    border-radius: 50%;
    line-height: 20px;
    text-align: center;
    font-size: 10px;
    font-weight: bold;
    right: 0;
    top: 10px;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
#sidebar-list .t-name{
    line-height: 38px;
    margin-left: 25px;
}
#sidebar-list > ul > li .user-tab{
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 25px;
}
#sidebar-list > ul > li .user-tab:before{
    width: 15px;
    height: 15px;
    display: block;
    content: "";
    background: red;
    float: left;
    position: absolute;
    left: 3px;
    top: 10px;
    background: url(../img/sidebar-collapse.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all .5s; /* Safari */
    -moz-transition: all .5s;
    -o-transition: all .5s; /* Safari */
    transition: all .5s;
    -ms-transform: rotate(0); /* IE 9 */
    -webkit-transform: rotate(0); /* Safari */
    transform: rotate(0);
}
#sidebar-list > ul > li:hover .user-tab:before{
    -ms-transform: rotate(90deg); /* IE 9 */
    -webkit-transform: rotate(90deg); /* Safari */
    transform: rotate(90deg);
}


#sidebar-top{
    width: 100%;
    height: 68px;
    background-color: #404041;
    display: table;
}
#search, #sidebar-collapse,#search-submit{
    display: table-cell;
}
#search-submit{
    width: 0;
    height: 68px;
    background-image: url(../img/icons/icon-search.svg);
    background-repeat: no-repeat;
    background-size: 30px;
    background-position: center;
    cursor: pointer;
}
.sidebar-open #search-submit{
    width: 68px;
}
#top-bar{
    display: table-row;
}
#sidebar-collapse{
    width: 68px;
    height: 68px;
    position: relative;
    cursor: pointer;
}
#sidebar-collapse:hover,
#search-submit:hover{
    background-color: #2D2D2D;
}
#sidebar-collapse span{
    width: 20px;
    height: 20px;
    background: url(../img/sidebar-collapse.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -ms-transform: translateY(-50%); /* IE 9 */
    -webkit-transform: translateY(-50%); /* Safari */
    transform: translateY(-50%);
    -webkit-transition: all .5s; /* Safari */
    -moz-transition: all .5s;
    -o-transition: all .5s; /* Safari */
    transition: all .5s;
}
.filter-sidebar-links{
    width: 100%;
    height: 100%;
    background: none;
    border: 0;
    outline: none;
    text-indent: 15px;
    color: #fff;
    font-size: 20px;
    margin-left: -2px;
}