
.ml0 {
  margin-left: 0px !important;
}

.w0 {
  width: 0px !important;
}

.color-white{
  color: white;
}

/*COLORSET AND SETTING */
.colorset-border-top  {
  border-top: 2px solid;
  border-top-color: #17a2b8;
}

.colorset-c  {
  color: #17a2b8 !important;
}

.colorset-bbc  {
  border-bottom-color: #17a2b8!important;
}

.colorset-bg  {
  background-color: #5CBDCD !important;
}

.colorset-bl li.list-group-item:hover,.colorset-bl li.list-group-item.active{
  border-left: 2px solid #17a2b8;
}

.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:focus {
    color: #17a2b8;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active {
    color: #17a2b8;
    border-bottom-color: #17a2b8;
}
.nav.nav-tabs.nav-linetriangle .nav-item a.nav-link.active:before {
    border-top-color: #17a2b8;
}


.brand-with{
    max-width: 300px;
    max-height: 60px;
}

.logo{
    padding: 2rem;
}

.logo img{
  width: 35%;
  margin:0;
}


.logotr{
    padding: 2rem;
}

.logotr img{
  width: 35%;
  margin:0;
}
/*------------------------------*/


.colorset-1{
  background: white;
}


.navbar-belt .content ul li:hover {
  background-color: rgba(0, 0, 0, .03);
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  -o-transform: translateY(2px);
  transform: translateY(2px);
}

.navbar-belt ul li{
  
  text-align: center;
  line-height: 1.4 !important;
}

.header-top{
  min-height: 4rem;
}

.header-top .navbar-container ul.nav li > a.nav-link {
    font-size: 1.15rem;
    padding: 1rem 1rem;
}

.mb05{
  margin-bottom: .5rem;
}
.pl03{
  padding-left: .3rem;
}

.mr05{
  margin-right: .5rem!important;
}

.mt05{
  margin-top: .5rem;
}

.px-06{
  padding-top: .6rem!important;
  padding-bottom: .6rem!important;
}


.bt-none{
  border-top: none!important;
}

.tt-c{
  text-transform: capitalize;
}

.fs1{
  font-size: 1rem!important;
}


.menu-title{
    background-color: #ededed6b!important;
    padding: 1rem;
    font-size: 1.12rem;
    font-weight: 500;
    letter-spacing: .05rem;
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #626e82;
}



.list-group li.list-group-item:hover,
.list-group li.list-group-item.active{
  color: #1e2122 !important;
  background-color: #f4f5fa;
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  transform: translateX(2px);
  cursor:pointer;
}


.pdf {
    background-image: url(../img/svg/pdf.svg);
}
.pdf2 {
    background-image: url(http://asosindex.com.tr/assets/img/svg/pdf.svg);
}
.folder {
    background-image: url(../img/svg/user.svg);
}
.user {
    background-image: url(../img/svg/user.svg);
}
.team {
    background-image: url(../img/svg/team.svg);
}
.pin {
    background-image: url(../img/svg/pin.svg);
}
.time {
    background-image: url(../img/svg/time.svg);
}
.list {
    background-image: url(../img/svg/list.svg);
}
.picture {
    background-image: url(../img/svg/picture.svg);
}
.manual {
    background-image: url(../img/svg/manual.svg);
}
.edit {
    background-image: url(../img/svg/edit.svg);
}
.link {
    background-image: url(../img/svg/link.svg);
}
.issue {
    background-image: url(../img/svg/issue.svg);
}
.stats {
    background-image: url(../img/svg/stats.svg);
}
.article {
    background-image: url(../img/svg/article.svg);
}
.previous-issue{
    background-image: url(../img/svg/previous-issue.svg);
}
.eye{
    background-image: url(../img/svg/eye.svg);
}


.svg {
    height: 30px;
    background-repeat: no-repeat;
    width: 30px;
    margin: 2px;
}

.svg-small{
  height: 16px;
  margin: 3px;
  width: 16px;
}

.svg-small2{
  height: 19px;
  margin: 3px;
  width: 19px;
}

.auto-align{
  margin-top: auto;
  margin-bottom: auto;
}

.fw600{
  font-weight: 600;
}

.heading-info{
  position: absolute;
  right: 15px;
}
.heading-info a{
  font-family: 'Quicksand', Georgia, 'Times New Roman', Times, serif;
  color: #464855;
  font-size: medium;
}

.lg-year .list-group-item{
    padding: .5rem .5rem;
}

.mx-03{
  margin-left: .3rem !important;
  margin-right: .3rem !important;
}

.head-color{
  background-color: #f4f5fa!important;
}

.special-border1{
  border: 1px solid #e4e7ed;
}

footer{
  border-top: 1px solid rgba(0, 0, 0, .1);
  background-color: white;
  color: #6b6f82;
  font-size: 1.1rem;
}

#scroll-top {
    z-index: 99;
    position: fixed;
    bottom: 50px;
    right: 30px;
    display: none;
    cursor: pointer;
}

.font-weight-bold2 {
    font-weight: 500 !important;
}


.customizer {
    top: 55%!important;
}

.customizer-content{
    background-color: #f4f5fa;
}
.border-left-blue-grey.border-left-lighten-4 {
    border-top: 1px solid #31474f66 !important;
    border-left: 1px solid #31474f66 !important;
}

.mh100{
  min-height:100vh;
}
.mh15{
  min-height:15vh;
}
.customizer .customizer-content {
    height: 45% !important;
}

.customizer .bgcolor{
    background: rgba(248, 250, 248, 0.49);
}
