.leftbar {
    width: 70px;
    left: 0;
    top: 0;
    height: 100%;
    background: #2c3e50;
    z-index: 1500;
    position: fixed;
    padding: 0px;
    font-family: "proxima-nova", "Lato", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

.leftbar a {
    text-decoration: none;
}


.leftbar-main-links {
    margin: 0px; padding: 0px;
    list-style: none;
    width: 100%;
}

.leftbar-main-links li.service-icon a:hover{
    background: #5F7184;
}

.leftbar-main-links li.service-icon.active a {
    background: #f0f0f0;
}

.leftbar-main-links li.service-icon.service-icon-my.active a {
    /*background: #34495e;*/
}

.leftbar-main-links li {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid transparent;
    text-align: center;
}

.leftbar-main-links li a img {

}

.leftbar-main-links li a {
    color: white;
    font-size: 12px;
    font-weight: normal;
    text-align: center;
    width: 70px;
    height: 70px;
    display: block;
    padding-left: 10px; padding-right: 10px;
    background: #34495e;
    line-height: 12px;
}



.leftbar .leftbar-toggler { display: none; }


.leftbar-sublinks-block { padding-left: 0px; position: absolute; top: 0px; left: 70px; height: 100%; background: #F0F0F0; overflow: auto;}
.leftbar-sublinks-block h3 {
    margin-top: 20px;
    padding-left: 20px;
    color: #7f8c9a;
    font-weight: normal;
    margin-bottom: 20px;
}

.leftbar .service-icon-my .service-link { display: block}

.leftbar-sublinks-block ul, .leftbar-sublinks-block ul li { list-style: none; margin: 0px; padding: 0px; }
.leftbar-sublinks-block ul li a { display: block; color: #34495e; padding-left: 20px; text-transform: uppercase; color: #34495e; font-weight: bold; padding-top: 8px; padding-bottom: 8px; font-size: 1.1em; cursor: pointer; padding-right: 10px}
.leftbar-sublinks-block ul li a:hover { text-decoration: none; background: #E0E0E0}

.leftbar-sublinks-block .service-block { display: none; width: 200px; }
.leftbar .active-img { display: none}
.leftbar .active .passive-img { display: none}
.leftbar .active .active-img { display: block; margin-left: auto; margin-right: auto; }

.service-icon-my { padding: 0px;}
.leftbar-main-links .service-icon-my a { padding: 0px; margin-bottom: 0px; }
.leftbar-main-links .service-icon-my a img { margin-bottom: 0px}
.leftbar-main-links  .service-icon-saas, .leftbar-main-links .service-icon-my { border-bottom: 0px}

.leftbar-main-links  li a { display: table-cell; vertical-align: middle }
.service-icon-my .service-icon-img { height: 100%}


.service-icon-img { }
.service-icon-img table { width: 100%; height: 100%; border-spacing: 0; border-collapse: collapse;}
.service-icon-img table tr td {vertical-align: middle; text-align: center}

.leftbar .service-icon-my { }
.leftbar .service-icon-my.active { opacity: 1}

.service-icon a img.user-default-profile-image { margin-top: 5px; margin-bottom: 15px}

.left-menu-fade-wrapper {
    width: 100%; height: 100%;
    position: absolute;
    top: 0px;
    left:0px;
    overflow: hidden;
    display: none;
}

.left-menu-fade {
    background: #000;
    width: 100%; height: 100%;
    position: fixed;
    top: 0px;
    left:270px;
    z-index: 1000;
    opacity: 0.3;
}


/*
.content-container .cms-page-layout {
    margin-left: 70px;
}
*/

.content-after-leftbar .content-container .main-page-block {
    margin-left: 50px;
    margin-right: 50px;


}

.content-after-leftbar .content-container .main-page-block .container { margin-left: 0px; }

.content-after-leftbar {
    padding-left: 70px;
}

.gc-account-user-help {
  position: absolute;
  bottom: 0;
  background-color: #35495D;
  left: 0;
  right: 0;
  height: 60px;
  text-align: center;
  box-sizing: border-box;
  padding-top: 10px;
  cursor: pointer;
  display: inline-block;

	display: none;
}

.gc-account-user-help:hover {
  background-color: #5f7184;
}

@media (max-width: 767px) {


    .content-after-leftbar { padding-left: 30px; }
    .content-after-leftbar .content-container .main-page-block {
        margin-left: 0px;
        margin-right: 0px;
    }

    .gc-account-user-help {
		 display: none;
	 }

	 .leftbar.show-links .gc-account-user-help {
		 display: inline-block;

		 display: none;
	 }

    /*.content-after-leftbar { margin-left: 0px; padding-left: 15px}*/

    /*
    .content-container .cms-page-layout {
        margin-left: 0px;
    }
    */

    .gc-account-logo { display: none;}
    body { padding-top: 0px;}

    /*.page-actions { display: none}*/
    .needBePaid {
        padding-left: 40px !important;
    }

    .leftbar { width: auto; min-width: 30px; -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;}




    .leftbar .leftbar-toggler { height: 100%;  width: 30px; display: block; cursor: pointer; position: fixed; }
    .leftbar .leftbar-toggler .toggler-view { color: white; position: absolute; font-weight: bold; top: 50%; width: 8px; height: 16px; left: 5px }
    .leftbar .leftbar-blocks{ display: none; margin-left: 30px; }
    .leftbar.show-links .leftbar-blocks { display: block; }
    .leftbar .toggler-btn-open { display: block }
    .leftbar .toggler-btn-close { display: none }

    .leftbar.show-links .toggler-btn-open { display: none; }
    .leftbar.show-links .toggler-btn-close { display: block; }

    .leftbar-main-links img { width: 25px;}
    .leftbar-main-links .service-icon a { }
    .leftbar-main-links .service-icon-my a { }
    .leftbar-main-links .service-icon-my img { width: 60px;}
    .leftbar-main-links li a { width: 60px; height: 60px; }

    .service-icon-gc { display: none }

    .leftbar-sublinks-block{ width: 240px; }

    .leftbar-sublinks-block{ left: 90px; }

    .left-menu-fade { left: 330px; }

    .leftbar { width: auto; min-width: 30px; -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    /*
    .content-container {
        margin-left: 30px;
    }
    */

    /*navbar-collapse { background: #101010; text-align: right; margin-right: 20px; }*/

	.gc-account-user-help {
		left: 30px;
 	}
}




.leftbar-sublinks-block h3 { padding-right: 10px;}

.notify-count {
    position: absolute;
    right: 10px;
    font-weight: bold;
    background: #d2322d;
    width: 30px;
    text-align: center;
    padding: 5px 0px;
    color: white;
    border-radius: 10px;
    font-size: 12px;
}
.badge.notify-count {
    background: #d2322d;
}

/*.content-after-leftbar {
    position: absolute;
    left: 0px;
    height: 100%;
    width: 100%;
}*/

.leftbar-main-links  .notify-count { margin-top: 20px}
.leftbar-main-links  .notify-count.hide { display: none; }

.service-icon-user .notify-count {
    background: #ba9438;
}

.service-icon-notifications .notify-count {
    background: #72992e;
}


.leftbar h3 {
    font-size: 22px;
}
