@import url(http://fonts.googleapis.com/css?family=Dosis:300,400,500,600,700);

*{
    font-family: 'Dosis', sans-serif;
}

#background{
    background-color: #96acbc;    
    background-image: url("../img/background.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: 100%;
    top: 0;
    z-index: -1;
}
#main-header .container,
#page,
#main-footer{
    width: 1170px;
    margin: auto;
    padding: 0;
    text-shadow:none;
}
.nav-space{
    padding: 0 60px;
}
#cart{
    padding: 20px;
    position: relative;
    min-height: 360px;
}
#main-header,
#main-side,
#sub-header,
.not-cart{
    color: #5a6378;
    font: 13px/17px Roboto,sans-serif
}
.spacing{
    padding:20px;
}
.space{
    padding:10px;
}

/*
    HEADER
*/

#main-header{
    height: 46px;
    margin-bottom: 50px;
}

#main-header a{
    color: #469eeb;
    text-shadow: none;
}
#main-header .brand{
     color: #2e96ea;
     font-weight: 600;
     line-height: 22px;
}

#main-header span.icon{
    color: #2e96ea;
    font-size: 19px;
}
#sub-header span.icon{
    font-size: 32px;
    color:#6a8499;
    line-height: 20px;
}
#main-header span.menu_text{
    color: #2e96ea;
    font-size: 14px;
    padding-left:5px;
    font-weight: 500;
    vertical-align: middle;
 }
 #main-header b.caret{
    color:#8c9aa8;
    vertical-align: middle;
    margin:0;
    margin-left:4px;
 }
#main-header .navbar-inner{
    border-radius: 0;
    border:0;
    color: #2e96ea;
    position: fixed;
    z-index: 999;
    padding: 0;
    filter: none;
    height: 46px;
    background: white;
    box-shadow: 0 1px 1px rgba(0,0,0,0.3);
    width: 100%;
}

#main-section{
    background: #fff; 
    overflow: hidden;
    min-height: 450px;
}
#main-section.cmd-cart{
    background: #f1f1f1;
}

#main-header .divider-vertical{
    border-left: 1px solid #dfe4ea;
    border-right: none;
    height: 15px;
    margin: 14px 2px 0;
}
#main-header .nav .dropdown > .dropdown-toggle .caret,
#sub-header .dropdown  .dropdown-toggle .caret {
    border-bottom-color: #8c9aa8;
    border-top-color: #8c9aa8;
}
#main-header .nav > li.round span.icon{
    font-size:19px;
}
#main-header span.menu_text {
    color: #2e96ea;
    font-size: 14px;
    padding-left: 10px;
    font-weight: 500;
    vertical-align: middle;
}
#main-header .nav > li.round > a{
    padding: 0;
}
#main-header .nav > li.open > a{
    background: none;
}
#main-header .dropdown-menu a{
    color: #4f6271;
}
#main-header .dropdown-menu a:hover,
#main-header .dropdown-menu a:focus{
    color:white;
    background:#2e96ea;
    background-image:none;
}
#main-header .nav .badge{
    background-color: #ff6b6b;
    font-size: 10px;
    font-weight: bold;
    line-height: 15px;
    margin: -5px -8px 0 -7px;
    padding: 0 5px 1px;
    vertical-align: top;
}
#main-header .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
#main-header .dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
#main-header .dropdown-menu:after, 
#main-header .dropdown-menu.pull-right:after {
    left: auto;
    right: 13px;
}
#main-header .dropdown-menu:before, 
#main-header .dropdown-menu.pull-right:before {
    left: auto;
    right: 12px;
}
.header-thin{
    font-weight: normal;
}
h3.header-thin{
    font-size:21px
}

/*--------- sub header ---------*/

#sub-header > a div:last-child{
    background: #f8630e;
    border-radius: 50%;
    display: inline-block;
    min-width:15px;
    min-height:15px;
    color:#fff;
    font-size: 10px;
    text-align: center;
    line-height: 15px;
    position: relative;
    top: -10px;
    right:-8px;
    padding:2px;
    font-weight:bold;
}
#sub-header > a div:last-child:empty{
    display:none
}
#sub-header a {
    margin: 10px;
}
#sub-header span.icon {
    font-size: 32px;
    color: #6a8499;
    line-height: 20px;
}
#sub-header .circle-full{
    height: 38px;
    margin:0;
}
#sub-header .circle-full .icon-stack{
    background: #6bc7ce;
    border: 2px solid #23a69c;
    border-radius: 18px;
    font-size: 16px;
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    color:#fff;
    margin-left: 7px;
    vertical-align: middle;
    transition: all 1s;
}
/*#sub-header .circle-full .icon-stack:hover {
    
}*/
#sub-header .circle-full li{
    display: inline-block;
}
#sub-header #account,
#sub-header .circle-full li a{
    color:#495b69;
    padding: 10px 3px;
}
#sub-header .circle-full li a:hover{
    text-decoration: none;
}

/* sub-header dropdown*/

#sub-header .dropdown-menu li{
    display: block;
    margin-left:0;
    padding: 0;
}
#sub-header .dropdown-menu li a{
    display: block;
    margin-left:0;
    padding: 5px 20px;
    font-size:13px;
}
#sub-header .dropdown-menu a{
    color: #4f6271
}
#sub-header .dropdown-menu a:hover,
#sub-header .dropdown-menu a:focus{
    color:white;
    background:#2e96ea;
    background-image: none; 
}

#sub-header .dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    left: 9px;
    position: absolute;
    top: -7px;
}
#sub-header .dropdown-menu:after {
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
    top: -6px;
}
#sub-header .dropdown-menu:after, 
#sub-header .dropdown-menu.pull-right:after {
    right: 13px;
    left: auto;
}
#sub-header .dropdown-menu:before, 
#sub-header .dropdown-menu.pull-right:before {
    right: 13px;
    left: auto;
}

/* search */

#sub-header  li.round{
    border: 2px solid #2e96ea;
    min-height: 32px;
    min-width: 32px;
    background: #6fb3e9;
    border-radius: 18px;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color:#fff;
    margin-top: 1px;
    vertical-align: middle;
}
#sub-header  li.round i{
    color:#fff;
}
#main-search .dropdown-menu{
    top:30px;
    left: auto;
    right:-9px;
}    
#main-search .dropdown .dropdown-toggle{
    font-size: 14px;
    color:#fff;
    margin-right:5px;
    padding: 0
}
#main-search .dropdown .dropdown-toggle .caret{
    margin-top:15px;
    border-top-color:white
}

/* your account */

#sub-header #account{
    vertical-align: middle;
    font-weight: bold;
}
#sub-header #account .caret{
    margin-top: 10px;
}
#sub-header #account .dropdown-menu{
    top:30px;
    left: auto;
    right:-13px;
}


#main-search .dropdown{
    margin: 0 5px;
}
#main-search{
    text-align: left;
    white-space: nowrap;
    min-width: 14px;
    position: relative;
}

#sub-header #main-search > a {
    border-radius: 50%;
    left: 0;
    padding: 3px 8px;
    position: absolute;
    top: 0;
}
#main-search > a:focus,
#main-search.active > a{
    background: none;
    outline: none;
    box-shadow:none;
}
#main-search .search-content{
    width: 0px;
    height: 0px;
    transition: width 300ms;
    overflow:hidden;
}
#main-search.active .search-content{
    width: 240px;
    line-height: 26px;
}
#main-search input {
    background: none;
    border: none;
    box-shadow: none;
    color: #fff;
    margin: 0;
    max-width: 150px;
    padding: 0;
    vertical-align: middle;
}
#main-search .search-content > span{
    display: block;
    overflow: hidden;
    margin:0 5px 0 30px;
}


#page-header h2{
    color:#2e96ea;
    font-weight: 300;
    margin-bottom: 0;
}
#page-header h4{
    color:#4f6271;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom:20px;
}
#sub-header{
    background: -webkit-linear-gradient(left, #e1e8ed , #aacce7);
    background: -o-linear-gradient(right, #e1e8ed, #aacce7); 
    background: -moz-linear-gradient(right, #e1e8ed, #aacce7); 
    background: linear-gradient(to right, #e1e8ed , #aacce7);
    height: 38px;
    font-size: 16px;
    padding: 10px 25px 10px 25px;
    line-height: 38px;
    color: white;
    border-bottom: 1px solid #bfc6cd;
    transition: padding 50ms;
}
#sub-header .separator-vertical{
    line-height: 25px;
    font-size: 25px;
    margin: 20px;
    margin-left: 10px;
    margin-right:10px;
    border-left: none;
}
#sub-header a{
    margin: 10px; 
}
#sub-header .circle-full a{
    margin: 0;
}
#main-section{
    background: white; 
    overflow: hidden;
}
#main-section.cmd-cart{
    background: #f1f1f1;
  text-decoration: none;
}
/*
    FOOTER
*/
#main-footer,
#main-footer a{
    color: #515865;
    background: none;
    transition: color 200ms;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}
#main-footer{
    margin-top:15px;
}
#main-footer a:hover{
    color: #626a7a;
}
#section-border{
    background: #f8fafb;
    overflow: hidden;
    border-top: 1px solid #bfc6cd;
}
/*
    SIDE NAV
*/
#main-side{
    background: #fff;
    width: 58px;
    position: fixed;
    left: 0;
    top: 96px;
    z-index: 10;
}
#main-side nav{
    margin: 0;
    padding: 0;
    white-space: nowrap;
}
#main-side a::after{
    display: none;
}
#main-side nav li{
    position: relative;
}
#main-side nav li a{
    font-size: 13px;
    font-weight: bold;
    line-height: 30px;
    padding: 8px 25px;
    white-space: nowrap;
    color: #66717f;
    overflow: hidden;
}
#main-side nav > li > a > span{
    opacity: 0;
    padding: 16px 15px;
    padding-left: 0;
    margin-left: -4px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #66717f;
    height: 18px;
}
#main-side header{
    /*width: 8px;*/
    background: #e3e5e6;
    text-align: right;
    line-height: 38px;
    padding: 10px 25px;
    cursor: pointer;
}
#main-side header i{
    vertical-align: middle;
    font-size: 14px;
    line-height: 38px;
    color: #7b8599;
}

#main-side nav .icon{
    color: #2e96ea;
    margin-left:5px;
    font-size: 20px;
    line-height: 14px;
}
#main-side nav .border{
   display: inline-block;
   width:30px;
   height:30px;
   border:2px solid #929fa5;
   border-radius: 50%;
   margin:0 auto;
   position:relative;
   left: -15px;
}
#main-side nav li:hover > a{
    color:white;
    background: #2e96ea;
}
#main-side nav li:hover > a > span{
    opacity: 1;
    background: #2e96ea;
    color:#fff;
}
#main-side nav li:hover .border{
    border-color:white;
}

#main-side nav li:hover .icon{
    color:white;
}

/* hover class */
#main-side.hover{
    width: auto;
}
#main-side.hover nav > li{
   /* width:152px; */
}
#main-side.hover nav > li > a{
    box-sizing:border-box;
    margin-right: -20px;
    border-radius: 0 6px 6px 0;
}
#main-side.hover nav > li a > span{
    opacity: 1;
}
#main-side.hover header{
    /*width: 102px;*/
    position: relative;
    z-index: 1;
}
#main-side.hover nav{
    /*width: 110px;*/
}
#main-side.hover nav:before {
    /*width: 152px;*/
}
.unfold #main-side a::after,
#main-side.hover a::after{
    display: block;
}

/* unfold */

.unfold #main-side{
    width: auto;
}
.unfold #main-side.hover nav:before{
    content: none;
}
.unfold #main-side nav > li > a > span{
    opacity: 1;
    color: inherit;
}
.unfold #main-side header,
.unfold #main-side nav{
    width: auto;
    border-right: none;
}
.unfold #main-side nav > li > a{
    margin-right: -20px;
}
.unfold #main-side nav > li:hover > a{
    border-radius: 0 6px 6px 0;
}

/* active element */

#main-side nav li.active .icon{
    color:white;
}
#main-side nav li.active .border{
    border-color:white;
}
#main-side nav li.active > a > span{
    opacity: 1;
    background: #2e96ea;
    color:#fff;
}
.unfold #main-side nav li.active > a{
    border-radius: 0 6px 6px 0;
    padding-right: 0;
}
#main-side nav li.active> a{
    color:white;
    background: #2e96ea;
}

/* Dorpdown */

#main-side .dropdown-menu{
    border: 1px solid #CBD3DA;
    border-radius: 0;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    left: 100%;
    margin: 0;
    padding: 0;
    top: 0;
}
#main-side .dropdown-menu > li{
    border-bottom: 1px solid #e5e9ec;
}
#main-side .dropdown-menu li:first-child a.active::before{
    content: ".";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid rgba(0, 0, 0, 0);
    left: -12px;
    border-right-color: #3DAEE9;
    top: 18px;
    overflow: hidden
}
#main-side .dropdown-menu:before{
    content: ".";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: 7px solid rgba(0, 0, 0, 0);
    left: -13px;
    border-right-color: #fff;
    top: 18px;
    overflow: hidden
}
#main-side .dropdown-menu a{
    line-height: 32px;
    width: 100%;
    box-sizing:border-box;
    border-radius: 0;
    padding: 5px 25px;
    color: #848587;
    border-color: #DADCE0;
}
#main-side .dropdown-menu a.active{
    background: #34aadc;
    box-shadow:none;
    border-color: #DADCE0;
}
#main-side .dropdown-menu li:hover a,
#main-side .dropdown-menu li a:focus{
    background: white;
    color:#3daee9;
    border-color: #DADCE0;
    margin-right: 0;
    border-radius: 0;
    background: #f2f4f5;
}
#main-side .dropdown-menu li:hover a.active{
    background: #34aadc;
    box-shadow:none;
    color:white;
}
#main-side li:hover > .dropdown-menu{
    display: block;
}


/*
    LOGIN WIDGET
*/
.separator-horizontal{
    height: 20px;
    width: 100%;
    clear:both;
}
#login-widget .add-on{
    text-shadow:0 -1px 0 #9f9f9f;
}

#login-widget-block, 
#login-widget-option{
    width:320px;
    margin:auto;
}  
#login-widget form{
    margin-bottom: 0px;
}
.down_arrow{
    height: 5px;
    width:280px;
    background: url(../img/arrow.png) no-repeat;
    margin: 0 auto;
} 
#login-widget-block{
    background: #406480;
    margin-top:200px;
    position: relative;
    width:320px;
    padding: 0 40px;
    text-align: center;
    border-radius: 5px;
}

#login-widget-block .add-on,
#login-widget-block input{
    line-height: 30px;
    font-size: 16px;
    height: 30px;
    padding: 4px 14px;
}
#login-widget-block .add-on{
    background:#2bcdc1;
    color:#fff;
    border-color: #2bcdc1;
    border-radius: 3px 0 0 3px;
}
#login-widget-block .add-on.icon-lock{
    padding-right: 14px;
    background:#2bcdc1;
    border-color: #2bcdc1;
}
#login-widget-block input{
    border-color: #c3c4cd;
    border-radius: 0 3px 3px 0;
    background: #e1e6ee;
    background-position: 98% center !important;
    font-size: 14px;
}
#login-widget-block input:focus{
    color: #555;
}
#login-widget-block input[type="password"]{
    width:202px;
    border-top-right-radius: 0; 
    border-bottom-right-radius: 0; 
    color: #586e7f;
}
#login-widget-block input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 500px white inset;
}
#login-widget #login-widget-submit{
    background: #2e96ea;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 30px;
    padding: 5px 14px;
    text-transform: none;
    font-weight: bold;
    box-shadow: none;
    vertical-align: middle;
}
#login-widget #login-widget-submit .progress-inner{
    background: #2984cd;
}
#login-widget #login-widget-submit:hover{
    background: #2984cd;
    box-shadow: none;
}
#login-widget-user,
#login-widget-password{
    width: 245px;
}
#login-widget-option{
    padding: 10px 10px;
    padding-right: 0;
    width:400px;
}
#login-widget-option p{
    color:#687199;
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
}
#login-widget-option a{
    color: #3680c1;
    float: right;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 1px 1px #99c0cf;
    text-transform: uppercase;
    cursor: pointer;
}
#login-widget #login-widget-close{
    color: #f8630e;
    cursor: pointer;
    font-size: 15px;
    line-height: 27px;
    position: absolute;
    text-align: center;
    right: -5px;
    top: -13px;
}
#login-widget #login-widget-close i.fa-circle{
    color: #2e96ea;
    font-size: 30px;
    line-height: 27px;
}
#login-widget #login-widget-close i.fa-times{
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 15px;
    position: relative;
    top: -33px;
    right: -6px;
    z-index: 1;
}
#login-widget #login-widget-close .icon-remove{
    line-height: 26px;
}
#login-widget {
    background: url(../img/login_background.png);
    height: 100%;
    width:100%;
    background-size: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}
/*sign in button*/
#login-widget  .btn-sign-in{
    font-size: 12px;
    background: #2e96ea;
    color:#fff;
    text-shadow:none;
    border-radius: 25px;
    border:none;
    line-height:20px;
    box-shadow: none;
    font-weight: 600;
    padding: 8px 18px 8px;
    padding-right: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left:0px; 
    overflow: hidden;
    cursor: pointer;
    float: left;
}
#login-widget  .btn-sign-in:before{
    font-family: 'FontAwesome';
    content:"\f090";
    font-weight: normal;
    font-size:13px;
    padding: 12px 20px 12px 18px;
    color: #fff;
    background: #267abf;
    position: relative;
    left:-18px;
    border-top-left-radius: 13px;
    border-bottom-left-radius: 13px;
}
#login-widget .fa-refresh{
    cursor:pointer
}
#login-widget .captcha-input .captcha-bg{
    width: 80px;
    height: 38px;
    border: 1px solid #c3c4cd;
    border-left:none;
    padding: 0;
    border-radius: 0 4px 4px 0;
    display:inline-block;
    background: white no-repeat center center;
    background-size: 80px 40px;
}
#login-widget .captcha-input .captcha-bg::after{
    content: "?";
}
#login-widget .captcha-input img{
    width: 80px;
    height: 36px;
    padding: 0px 0 ;
    border-radius: 0 4px 4px 0;
}
#login-widget .captcha-input input{
    width: 163px;
    border-radius: 0;
}
/* Breadcrumb */

.container-breadcrumb {
    margin:0 20px 20px;
    height: 40px;
}
.container-breadcrumb li {
    color:#666e7f;
    font-size:14px;
    line-height:51px;
    margin-right:5px;
    display: inline;
    text-transform: uppercase;
    font-weight: 600;
}
.container-breadcrumb li:hover, 
.container-breadcrumb li:focus {
    opacity:1;
    transition: opacity 0.3s ease;
}
.container-breadcrumb li .icon {
    font-size:14px;
}
.container-breadcrumb li > a {
    color:#677180;
    background:transparent;
}
.container-breadcrumb li > a:hover {
    color:#808c9e;
    text-decoration:none;
}
.container-breadcrumb li .divider {
    margin: 0 0 0 5px;
}
.container-breadcrumb li.active ~ li{
    color:#2e96ea
}
.brcrm{
    line-height: 25px;
}


/*
    DASHBOARD
*/

#board-details{
    margin-left: 20px;
}
#board-services{
    overflow: hidden;
    background: white;
    border: 1px solid #b1b8be;
}
#board-services .nav-overflow{
    height: 60px;
    overflow: hidden;
    margin-bottom: 1px;
}
#board-services .nav{
    height: 60px;
}
#board-services .nav a,
#board-services .dropdown-nav a{
    line-height: 40px;
    color: #aee1ec;
    border-radius: 0;
    padding: 10px 29px;
    border:none;
    border-left: none;
    margin: 0;
    font-weight: bold;
}
#board-services .dropdown-nav a{
    display: block;
}
#board-services .nav a:hover,
#board-services .dropdown-nav ul a:hover{
    text-decoration: none;
    color:white;
}
#board-services .nav a .badge{
    background: #2e96ea;
    color:#fff;
}
#board-services .nav a:hover .badge{
    background: #1f8fe9;
}
#board-services .dropdown-nav ul a:hover .badge{
    background: white;
    color:#3DAEE9;
}
#board-services .nav a:focus{
    outline: none;
}
#board-services .nav li:first-child a{
    border:none;
}
#board-services .nav li.active a{
    border-bottom: 2px solid white;
    color: white
}
#board-services-more.dropdown-menu li a{
    border-bottom: 1px solid #dadce0;
    color: #848587;
    line-height: 32px;
    padding: 5px 25px;
}
#board-services-more.dropdown-menu li:last-child a{
    border:none;
}
#board-services-more.dropdown-menu li a:hover, 
#board-services-more.dropdown-menu li a:focus {
    background: white;
    border-color: #dadce0;
    color: #3daee9;
    box-shadow:none;
}

#board-services-more.dropdown-menu li a:hover .badge {
    color: white;
}
#board-details .spacing,
#board-services .spacing{
    padding: 0 27px;
    margin: 38px 0;
}

#board-services .table{
    font-size: 14px;
}
#board-services .table td .icon{
    font-size: 20px;
    color: #77808a;
}
#board-services .table td{
    border-color: #e5e9ec;
    height: 45px;
    line-height: 18px;
    min-width: 50px;
    padding: 8px 0;
    vertical-align: middle;
}
#board-services .table td:first-child{
    padding: 5px 0 5px 20px;
}
#board-services .no-services a.btn{
    color: white;
    padding: 8px 15px;
}
#board-services .table td a{
    font-size: 13px; 
    color: #469eeb;
}
#board-services .table td a span,
#board-services .table td small{
    color:#586e7f
}
#board-services .table td small{
    font-size: 11px;
}
#board-services .table tr:first-child td{
    border: none;
}
#board-services .table td:last-child{
    text-align: center;
    width: 50px;
}

#board-details ul.dashboard-list{
    background: #acb2d9;
    background: linear-gradient(to bottom, #acb2d9 0%, #959bbc 80%); 
    min-width:26%
}

#board-services .slides-wrapper{
    min-height:25px;
}

#board-invoices ul.dashboard-list li:last-child{
    text-align: center
}

#board-invoices ul.dashboard-list{
    background: #84c2dc;
    background: linear-gradient(to bottom, #84c2dc 0%, #37abdc 80%); 
    padding-top: 40px;
    min-width:26%
}

#board-invoices-list{
    overflow: hidden;
    background: white;
}
#board-invoices-list .table:first-of-type{
    margin: 0;
}
#board-invoices .table{
    table-layout: fixed;
    font-size: 12px;
}
#board-invoices .table td,
#board-invoices .table th{
    line-height: 18px;
    overflow: hidden;
    padding: 17px 8px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#board-invoices .table td:first-child,
#board-invoices .table th:first-child{
    padding-left: 20px;
}
#board-invoices .table td:last-child,
#board-invoices .table th:last-child{
    width: 20px;
}

#board-invoices .slides-wrapper{
    min-height:250px;
}
/*
QUICK LINKS
*/

#quick-links{
    margin-right: -15px;
}
#quick-links > div{
    width: 25%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 15px;
}

#quick-links a{
    background: #828fb3;
    background: linear-gradient(to bottom, #707b9a 0%, #828fb3 100%); 
    display: block;
    overflow: hidden;
    min-height: 220px;
    padding: 20px;
    color: white;
    font-weight: bold;
    text-align: center;
}
#quick-links a > strong{
    font-size: 15px
}
#quick-links a > p{
    font-size: 12px
}
#quick-links a:hover, 
#quick-links a:focus{
    outline: none;
    text-decoration: none;
    background: #828fb3;
}

/*
PULSE
*/
.pulse-icon{
    background:  rgba(0, 0, 0, 0.1);
    border: 2px solid rgba(0, 0, 0, 0.25);
    border-radius: 50%;
    position: relative;
    text-align: center;
}
#quick-links .pulse-icon{
    font-size: 28px;
    line-height: 80px;
    height: 80px;
    width: 80px;

    display: block;
    margin: 30px auto 40px;
}

ul.dashboard-list li .pulse-icon{
    font-size: 28px;
    margin: 0 20px 0 15px;
    padding: 8px 11px;
}



.not-cart .btn .caret{
    margin-left: 3px;
    margin-right: 2px;
}
.not-cart .btn.progress-button{
    white-space:nowrap;
    text-shadow: none;
}

.not-cart .btn.progress-button.btn-mini{
    padding: 0px 6px;
    line-height: 20px;
}
.not-cart .btn.progress-button.btn-small{
    padding: 0px 10px;
    line-height: 24px;
}
.not-cart .btn.progress-button.btn-large{
    padding: 0px 19px;
    line-height: 45px;
}

.not-cart .btn.progress-button .progress,
.not-cart .btn.progress-button .progress-inner {
    background: rgba(0, 0, 0, 0.3);
}
.not-cart .btn.progress-button.state-loading{
    border-radius: 0;
}
.not-cart .btn.btn-large [class^=icon-]{
    margin-right: 5px;
}

.btn.btn-y-primary{
    border: 2px solid #686f98;
    background: #4d5472;
}
.btn.btn-y-primary:hover{
    border: 2px solid #7a83b3;
    background: #565d7f;
}
.btn.btn-y-success{
    border: 2px solid #8fce35;
    background: #728684;
    background-color: rgba(143, 206, 53, 0.14);
}
.btn.btn-y-success:hover{
    border: 2px solid #96d838;
    background-color: rgba(143, 206, 53, 0.24);
}

.not-cart .btn.slide-right,
.not-cart .btn.slide-left{
    padding: 4px 8px;
    margin-right: 10px;
}
/*
    TICKETS
*/
#board-tickets .ticket-list{
    overflow: hidden;
    max-height: 426px;
    margin-left: -1px;
}
#board-tickets .ticket-view{
    padding: 0;
    background: #eef1f5;
}
#board-tickets .ticket-controls .pull-right{
    font-size: 13px;
    vertical-align: middle;
    margin-top: 15px;
}
#board-tickets .ticket-controls .pull-left{
    font-size: 13px;
    /*vertical-align: middle;*/
    margin-top: 15px;
}
#board-tickets .ticket-controls .pull-left a img{
    margin-bottom: 4px;
}
#board-tickets .ticket-controls .label{
    margin: 0 15px 0 5px;
}
#board-tickets .ticket-controls a{
    color: white;
    margin: 0 5px;
    text-decoration: none;
}
#board-tickets .ticket-view .content-scroll{
    overflow: hidden;
    max-height: 392px;
    min-height: 109px;
    padding: 15px 20px 15px 0;
}
#board-tickets .ticket-view .nicescroll-rails div{
    margin-right: 6px;
}
#board-tickets .bottom-border-nav{
    width: 30.5%;
    border-left: 1px solid rgb(203,211,218);
    margin-left: -1px;
}
.board-header{
    background: #686c7e;
    border: medium none;
    border-radius: 0;
    color: white;
    line-height: 32px;
    margin: 0;
    overflow: hidden;
}
#board-tickets .pull-left .board-header{
    background: #4eb7cd;
    overflow: visible;
}
#board-tickets .ticket-view .board-header .pull-right .btn{
    margin-left: 17px;
}
#board-tickets .bottom-border-nav{
    background: #faf9fb;
    position: relative;
    z-index: 1;
}
#board-tickets .bottom-border-nav .nav li{
  /*  min-width: 30%;
    width: 30%;*/
    padding: 0;
    box-sizing:border-box;
}
#board-tickets .bottom-border-nav .nav{
    border-bottom: none;
    background: #eef1f5;
}
#board-tickets{
    border-bottom: 1px solid #e5e5f2;
    background: #eef1f5;
}
#board-tickets .ticket-list a{
    background: white;
    display: block;
    padding: 20px;
    border-top: 1px solid #e5e5f2;
    overflow: hidden;
    text-overflow: ellipsis;
    color:#687081;
}
#board-tickets .ticket-list .ticket:last-child:first-child a{
    border-bottom: 1px solid #e5e5f2;
}
#board-tickets .ticket-list a:hover,
#board-tickets .ticket-list a:focus{
    text-decoration: none;
    outline: none;
    border-left: 1px solid #707b9a;
    padding-left: 19px;
    color: #fff;
    background: #2e96ea;
    box-shadow: inset 4px 0 0 #2373b4;
}
#board-tickets .ticket-list a:hover span,
#board-tickets .ticket-list a:focus span{
    color: #fff;
}
#board-tickets .ticket-list .active a{
    border-left: 1px solid rgb(203, 211, 218);
    padding-left: 19px;
    border-top-color: rgb(203, 211, 218);
    background-color: #2e96ea;
    color:#fff;
    box-shadow: inset 4px 0 0 #2373b4;
}
#board-tickets .ticket-list .active a span{
    color:#fff;
}
#board-tickets .foot{
    padding: 20px;
    text-align: center;
    background: #cdcdd9;
}
.ticket-view{
    padding: 20px;
    overflow: auto;
    border-right: 1px solid #D5D5D5;
}
.ticket-reply{

}

.ticket-timeline{
    width: 30px;
    float: left;
    position: relative;
    text-align: right;
}
.ticket-timeline::after{
    display: block;
    content: "\e6b2";
    font: 20px/36px Stroke-Gap-Icons;
    text-align: center;
    color: white;
    width: 36px;
    height: 36px;
    position: absolute;
    right: -20px;
    top: 0;
    border-radius: 50%;
}
.ticket-admin .ticket-timeline::after{
    content: "\e64a";
    font-size: 18px;
}
.ticket-client .ticket-timeline::after{
    content: "\e6b2";
    font-size: 16px;
}
.ticket-admin .ticket-timeline::after{
    background: #2bcdc1;
}
.ticket-admin .ticket-timeline{
    float: right;
    margin-right:25px;
}
.ticket-client .ticket-timeline::after{
    background: #2e96ea;
}

.ticket-timeline .date{
    font-size: 10px;
    color:#9aa6bf
}
.ticket-timeline .time{
    font-size: 24px;
    color:#515865
}
.ticket-reply-msg{
    overflow: auto;
    padding: 0 0 10px 20px;
}
.ticket-reply:last-of-type .ticket-reply-msg{
    border-left-color: transparent; 
}
.reply-bubble{
    border-radius: 3px;
    margin-left: 15px;
    position: relative;
    padding: 1px;
    margin-top: 1px;
    background-color: #c3c4cd;
}
.ticket-client .reply-bubble .time span:nth-child(1){
    color:#469eeb;
    margin-right: 3px;
    font-weight: bold;
}
.ticket-client .reply-bubble .time span:nth-child(2){
    color:#858fa5;
    margin-right: 3px;
}
.ticket-client .reply-bubble .time span:nth-child(3){
    color:#515865;
    margin-right: 3px;
    font-weight: bold;
}
.ticket-admin .reply-bubble .time span:nth-child(1){
    color:#26b4a9;
    margin-right: 3px;
    font-weight: bold;
}
.reply-bubble .reply-bubble-inner{
    padding: 10px;
    background: transparent;
}
.ticket-client .reply-bubble{
    background: #fff;
    border-radius: 6px;
    border: 1px solid #b2b8bf;
    width:70%;
}
.ticket-client .reply-bubble::before{
    border-right: 9px solid #b2b8bf;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    content: "";
    display: inline-block;
    left: -9px;
    position: absolute;
    top: 7px;
}
.ticket-client .reply-bubble::after{
    border-right: 7px solid #fff;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    display: inline-block;
    left: -7px;
    position: absolute;
    top: 8px;
}
.ticket-admin .reply-bubble{
    background: #f4fcfc; 
    border-radius: 6px;
    border: 1px solid #55d7cd;
    width:70%;
    float: right;
    margin-right: 15px;
}
.ticket-admin .reply-bubble::before{
    border-left: 9px solid #55d7cd;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    content: "";
    display: inline-block;
    right: -9px;
    position: absolute;
    top: 7px;
}
.ticket-admin .reply-bubble::after{
    border-left: 7px solid #f4fcfc;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    content: "";
    display: inline-block;
    right: -7px;
    position: absolute;
    top: 9px;
}

.reply-bubble a, .reply-bubble a:hover, .reply-bubble a:focus{
    text-decoration: none;
    outline: none;
}
.reply-bubble-inner > div{
    margin: 0 0 10px;
}
.ticket-reply:last-child .ticket-reply-msg{
    padding-bottom: 0;
}
.reply-bubble .pull-right{
    margin-left: 5px;
}
.reply-bubble .date-time{
    cursor: help;
    color: #999ab3;
}
.tickets-table td, .tickets-table th{
    background: white;
    border: none;
    border-bottom: 1px solid #D5D5D5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.table-spacing td:first-child, .table-spacing th:first-child{
    padding-left: 20px;
}
.table-spacing td:last-child, .table-spacing th:last-child{
    padding-right: 20px;
}
.spacing{
    padding: 0 20px;
    margin: 20px 0;
}
.padding{
    padding: 20px;
}
.table tbody.pagination{
    border-top: none;
}
.table tbody.pagination td{
    padding: 0px 20px;
    text-align: right;
    border-bottom: 1px solid #ddd;
}
.table tbody.pagination td ul{
    box-shadow: none;
}
.table tbody.pagination td li{
    vertical-align: bottom;
}
.table tbody.pagination td li a{
    border-radius: 0;
    border:none;
    border-right: 1px solid #DDDDDD;
    padding: 5px 12px;
}
.table tbody.pagination td li:last-child a{
    border:none;
}
.rating-input{
    margin: 0 5px;
    cursor: pointer;
}
.rating-input.read-only{
    cursor: default;
}
#hintarea {
    list-style: none outside none;
    margin: 0 0 10px;
    padding: 0 20px 10px;
}
#hintarea span {
    color: #808080;
    font-size: 11px;
}
#hintarea p {
    margin: 10px 0 0;
}
/* Support */

.support-content,
.support-left-content {
    background:#ECF0F1;
    margin-left: 0;
}
.support-content .support-left-content .header-title,
.support-content .support-left-content .header-title h4 {
    color:inherit;
    background:none;
    border-radius:0;
    box-shadow:none;
    text-shadow:none;
    padding:0;
}

.support-content .right-content {
    box-shadow:none;
    overflow: hidden;
    width: auto;
    border-radius: 0;
}
.support-content .right-content .header-title {
    color:#fff;
    background:#686c7e;
    text-shadow:none;
    box-shadow:none;
    border-radius:0;
}
.support-content .right-content .header-title h2 {
    color:#fff;
}

/*
BOTTOM-BORDER-NAV
*/

.bottom-border-nav .nav{

    border-bottom: 1px solid #D5D5D5;
    margin: 0
}
.bottom-border-nav .nav li{
    line-height: 50px;
    margin-bottom: -1px;
    min-width: 50px;
    padding: 0 20px;
    text-align: center;
}
.bottom-border-nav .nav .active a{
    color: #11ABF5;
    background: none;
}

.bottom-border-nav .nav .active a::after,
.bottom-border-nav .nav a:hover::after{
    border-bottom: 2px solid #11ABF5;
    bottom: -16px;
    content: "_";
    display: inline-block;
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
}
.bottom-border-nav .nav a:hover::after{
    border-bottom-color: inherit;
}
.bottom-border-nav .nav a{
    font-weight: bold;
    background: inherit;
    border-radius: 0;
    color: #A4ACBB;
    display: inline;
    line-height: 50px;
    padding: 0;
    position: relative;
}
.bottom-border-nav .nav a:focus,
.bottom-border-nav .nav a:hover{
    outline: none;
    background: none;
}
.bottom-border-nav .nav a,
.bottom-border-nav .nav li{
    overflow: hidden;
    text-overflow: ellipsis;
}
.bottom-border-nav .nav a [class^=icon]{
    margin-right: 5px;
}


/*
MISC
*/

.icon-sort {
    margin-right:5px;
}
ul.dashboard-list{
    color: white;
    font-weight: bold;
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
ul.dashboard-list li{
    padding: 33px 10px 20px;
    height: 70px /* IE 1px-off */
}
ul.dashboard-list li + li::before{
    background: rgba(255, 255, 255, 0.35);
    content: "-";
    display: block;
    font-size: 0;
    height: 2px;
    margin: -25px 5px 29px;
}
ul.dashboard-list li:last-child::before{
    content: none;
}

ul.dashboard-list span{
    font-size: 14px
}
ul.dashboard-list p{
    font-size: 21px;
    min-height: 40px;
}
ul.dashboard-list li:last-child{
    background: none repeat scroll 0 0 #3d425a;
    height: 60px;
    line-height: 60px;
    padding: 0 20px;
    white-space: nowrap;
}
.table-pages{
    background: transparent;
    line-height: 20px;
    height: 20px;
    margin-top: -20px;
    padding: 20px 0;
}
.table-pages h4{
    margin:0!important;
}

.slides-wrapper{
    padding-bottom: 1px;
    margin-top: -1px;
}
.table.ui-slide-disabled {
    margin: 0;
}
.ui-slide-wrapp{
    position: absolute;
    z-index: 10;
    background: white;
}

.nicescroll-rails div{
    background: #cbd3da;
    border-radius: 4px;
    margin-right: 2px;
}
.separator-horizontal{
    height: 20px;
    width: 100%;
    clear:both;
}
.badge-top{
    font-size: 10px;
    line-height: 15px;
    margin-right: -15px;
    padding: 0 5px 1px;
    background: #53C2D9;
    vertical-align: top!important;
}
.table-details {
    height: 41px;
    margin: 5px auto;
    padding-bottom: 8px;

    border-bottom:1px solid #E5E5E5;
}
.detailed-info {
    border-right: 1px solid #E5E5E5;
    display: inline-block;
    height: 35px;
    margin-bottom: 10px;
    padding: 3px 14px;
    text-align: center;
    vertical-align: top;
}
.table-details > .detailed-info:last-child {
    border: medium none !important;
}
.detailed-info span {
    color: #68767F;
    font-size: 14px;
    font-weight: bold;
}
.detailed-info p {
    color: #434C52;
    font-family: "Lucida Sans Unicode","Lucida Grande", Arial, sans-serif;
    font-size: 10px;
    opacity: 0.4;
    text-transform: uppercase;
}
.download-box{
    float: left;
    width: 33%;
    margin: 20px 0;
}
.overflow-elipsis{
    overflow: hidden;
    text-overflow: ellipsis;
}

.suggested-products .pull-left {
    margin-left: 16px;
}

.square-box {
    background:#3DAEE9;
    position:relative;
    border-radius:3px;
    width:212px;
    height:129px;
    box-shadow:0 1px 2px 0 rgba(0,0,0,.15);
    transition: all 0.4s linear 0s;
    -webkit-transition: all 0.4s linear 0s;
    -moz-transition: all 0.4s linear 0s;
    -o-transition: all 0.4s linear 0s;
    -ms-transition: all 0.4s linear 0s;
}

.square-box.small-box {
    width:129px;
    height:129px;
}
.square-box.large-box {
    width:268px;
    height:129px;
}
.square-box .middle-cricle {
    background:rgba(255, 255, 255, .15);
    width:62px;
    height:62px;
    border-radius:31px;
    position:absolute;
    left:50%;
    top:50%;
    margin:-31px 0 0 -31px;
    z-index:10;
    text-align:center;
}
.square-box .middle-cricle i {
    color:#fff;
    font-size:30px;
    position:relative;
    top:16px;
}
.square-box:hover .middle-cricle i {
    color: #3DAEE9;
}
.square-box p {
    color:#fff;
    font-size:14px;
    font-weight:bold;
    position:absolute;
    left:10px;
    bottom:5px;
    margin:0;
}

.square-box:after, 
.square-box:before {
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
.square-box .middle-cricle:after {
    content:'';
    width:100%;
    height:100%;
    border-radius:50%;
    box-shadow: 0 0 0 4px #FFFFFF;
    left: -7px;
    opacity: 0;
    padding: 7px;
    top: -7px;
    position: absolute;
    transform: scale(0.8);
    
    transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    -webkit-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    -moz-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    -o-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
    -ms-transition: transform 0.3s ease 0s, opacity 0.3s ease 0s;
}
.square-box:hover .middle-cricle:after {
    opacity: 1;
    transform: scale(1);
}
.square-box:hover .middle-cricle {
    background:#fff;
}

.square-box.blue-box {
    background:#2980b9;
}
.square-box.blue-box:hover .middle-cricle i {
    color:#2573a7;
}
.square-box.blue-box:hover {
    background:#2573a7;
}


.square-box.add-more-box {
    background:#e1e1e6;
}

.square-box.square-box-sky-blue {
    background:#3daeea;
}
.square-box.square-box-sky-blue:hover .middle-cricle i {
    color:#369ada;
}
.square-box.square-box-sky-blue:hover {
    background:#369ada;
}

.square-box.square-box-green {
    background:#84bf31;
}
.square-box.square-box-green:hover .middle-cricle i {
    color:#74aa2b;
}
.square-box.square-box-green:hover {
    background:#74aa2b;
}

.square-box.square-box-grey {
    background:#9ea1a6;
}
.square-box.square-box-grey:hover .middle-cricle i {
    color:#8b8e93;
}
.square-box.square-box-grey:hover {
    background:#8b8e93;
}

.square-box.small-box {
    width:129px;
    height:129px;
}
.square-box.large-box {
    width:268px;
    height:129px;
}
.square-box .left-btns {
    position: absolute;
    bottom: 15px;
    left: 15px;
}
.square-list.root-list{
    width: 680px;
    margin: 0 auto 20px;
}
.square-list.root-list li{
    display: block;
    float:left;
    width: 33%;
}

.domain-widgets li{
    display: inline
}
.domain-widgets li a{
    min-width: 16px;
}
.cmd-tickets .container-breadcrumb.view{
    margin-bottom: 13px;
}

.slides_pagination li.current a {
    background: #3DAEE9;
}
.slides_pagination li a {
    background: #9fa3a7;
    border-radius: 5px;
    font-size: 0;
    padding: 6px;
}
#cart-gateway-list span{
    padding: 5px;
}
#cart-login td input,
#cart-gateway-list span input{
    vertical-align: middle;
    margin: 0 3px 0 0;
}
#cart-login td{
    padding: 10px;
    vertical-align: middle;
}
ul.wbox_menu li.bgon2, ul.wbox_menu li.bgoff2{
    border-radius: 3px 3px 0 0;
    font-size: 14px;
    font-weight: normal;
}
ul.wbox_menu li.bgon2 input, ul.wbox_menu li.bgoff2 input{
    margin: 0 5px 0 0;
    vertical-align: middle;
}
.wbox_header + .wbox_content{
    box-shadow: none;
}
.news-body .date{
    margin-top: -10px;
    font-size: 12px;
}
.news-view .news-body *{
    margin-top: 0;
    margin-bottom: 0;
    line-height: 20px;
}

input.parsley-error:focus, textarea.parsley-error:focus, select.parsley-error:focus {
    border-color: #EE5F5B;
    color: #B94A48;
    box-shadow: 0 0 6px #F8B9B7;
}
#page th a[data-sorter],
#page td a[data-sorter]{
   color: #515865;
   opacity: 0.6;
}
#page th.active a[data-sorter],
#page td.active a[data-sorter]{
    opacity: 1;
}
#page a[data-sorter]{
    font-weight:normal
}
#page a[data-sorter]:focus{
    outline:none;
    text-decoration: none;
}
#page a.desc,
#page a.asc{
    background: none;
}
#page .active a.desc .icon-sort:before{
    content:"\f0de";
}
#page .active a.asc .icon-sort:before{
    content:"\f0dd";
}
/*
    MISC
*/


/* Shared Hosting Example */

.shared-hosting-example {
    border:1px solid #d7d8d9;
    border-radius:6px;
    overflow:hidden;
    background:#ecf0f1;
}
.sh-menu {
    background:#ecf0f1;
    width:178px;
    padding:0;
}
.sh-menu > li > a {
    padding:25px 0;
    display:block;
    margin:0;
}
.sh-menu > li {
    border-top:1px solid #d7d8d9;
}
.shared-hosting-example .sh-icon {
    color:#666f80;
    font-size:18px;
    text-align:center;
}
.shared-hosting-example p.sh-text {
    color:#666f80;
    font-size:12px;
    font-weight:bold;
    text-align:center;
    text-shadow:none;
    margin:0;
}
.sh-menu > li > a:hover,
.sh-menu > li > a:focus {
    background:#34aadc;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.sh-menu > li > a:hover > *,
.sh-menu > li > a:focus > * {
    color:#fff; 
}
.sh-menu > li > a:hover > * {
    color:#fff;
}
.sh-menu > li.active a,
.sh-menu > li.active > a:hover,
.sh-menu > li.active > a:focus {
    background-color:#fff;
    width:179px;
}
.sh-menu > li.active > a > *,
.sh-menu > li.active > a:hover > *,
.sh-menu > li.active > a:focus > * {
    color:#68767f;
}
.sh-container {
    padding:15px 30px;
    overflow:hidden;
    background:#fff;
    min-height:521px;
    border-left:1px solid #d7d8d9;
}

/* End of Shared Hosting Example */


/* Shared Hosting */

.shared-hosting-menu {
    width:280px;
    margin:0;
    float:left;
        border-right:1px solid #b1b8be;
}
.shared-hosting-menu .header,
.shosting-container .header {
    height:36px;
    margin:0 0 0 -1px;
    background:#e0e6ec;
    border-left:1px solid #b1b8be;
    border-bottom:1px solid #d9d9d9;
}
.shared-hosting-menu .header p,
.shosting-container .header p {
    color: #4f6271;
    font-size: 17.5px;
    line-height: 20px;
    font-weight:bold;
    margin:0 0 0 15px;
    line-height:36px;
    text-transform: uppercase;
}
.shared-hosting-menu ul li a {
    padding-left:15px;
    border-bottom:1px solid #b1b8be;
}
.shared-hosting-menu ul li:last-child a {
    border-bottom: medium none;
}
.shared-hosting-menu ul li {
    margin-bottom:1px;
    position:relative;
}
.shared-hosting-menu ul li a p {
    display:inline-block;
    margin-left:8px;
}
.shared-hosting-menu ul li a,
.shared-hosting-menu ul li {
    color:#586e7f;
    font-size:12px;
    font-weight:bold;
    height:42px;
    line-height:40px;
}
.shared-hosting-menu ul li.active a {
    color:#ffffff;
    height:43px;
    background:#34aadc;
    text-shadow:none;
}
.shared-hosting-menu ul li:hover a {
    background:#34aadc;
    color:#ffffff;
    text-shadow:none;
    transition: background 0.5s ease;
    -moz-transition: background 0.5s ease;
    -ms-transition: background 0.5s ease;
    -webkit-transition: background 0.5s ease;
    -o-transition: background 0.5s ease;
}
.shared-hosting-menu ul li:hover .c-border,
.shared-hosting-menu ul li.active .c-border {
    display:none;
}
.shared-hosting-menu .c-border {
    margin:0;
}
.shared-hosting-menu .bg-fix {
    position:absolute;
    top:0;
    left:279px;
    display:none;
    border-bottom: 22px solid transparent;
    border-left: 12px solid #34aadc;
    border-top: 22px solid transparent;
}
.shared-hosting-menu li.active .bg-fix {
    display:block;
}

/* Shared Hosting Icons */

.shared-hosting-menu .icon-sh-details {
    background:url(../img/shared-hosting-icons.png);
    width:16px;
    height:16px;
    margin:-1px 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-password {
    background:url(../img/shared-hosting-icons.png) 0 -16px;
    width:16px;
    height:15px;
    margin:0 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-login {
    background:url(../img/shared-hosting-icons.png) 0 -31px;
    width:16px;
    height:15px;
    margin:0 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-acp {
    background:url(../img/shared-hosting-icons.png) 0 -46px;
    width:16px;
    height:15px;
    margin:0 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-mail {
    background:url(../img/shared-hosting-icons.png) 0 -61px;
    width:16px;
    height:14px;
    margin:1px 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-ftp {
    background:url(../img/shared-hosting-icons.png) 0 -75px;
    width:16px;
    height:16px;
    margin:-1px 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-backup {
    background:url(../img/shared-hosting-icons.png) 0 -92px;
    width:16px;
    height:15px;
    margin:0 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-database {
    background:url(../img/shared-hosting-icons.png) 0 -107px;
    width:16px;
    height:16px;
    margin:-1px 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-contact {
    background:url(../img/shared-hosting-icons.png) 0 -123px;
    width:16px;
    height:16px;
    margin:-1px 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-dns {
    background:url(../img/shared-hosting-icons.png) 0 -139px;
    width:16px;
    height:16px;
    margin:-1px 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-epp {
    background:url(../img/shared-hosting-icons.png) 0 -155px;
    width:16px;
    height:15px;
    margin:-1px 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-ns {
    background:url(../img/shared-hosting-icons.png) 0 -170px;
    width:16px;
    height:16px;
    margin:-1px 0 0 0;
    display:inline-block;
    vertical-align:middle;
}
.shared-hosting-menu .icon-sh-privacy {
    background:url(../img/shared-hosting-icons.png) 0 -186px;
    width:16px;
    height:16px;
    margin:-1px 0 0 0;
    display:inline-block;
    vertical-align:middle;
}

.shared-hosting-menu .quick-menu .link-list li:hover a span i,
.shared-hosting-menu .quick-menu .link-list li.active a span i {
    background-position:0 -9px;
    display:inline-block;
}

.shared-wrapper {
    background:#ecf0f1;
    border:1px solid #b1b8be;
    overflow:hidden;
}
.shosting-container {
    overflow: auto;
    margin:0;
}
.shosting-container .padding {
    background:#fff;
    padding:10px 25px;
    border-left:1px solid #dadada;
    margin-left:-1px;
    min-height:550px;
}
.shosting-container h2 {
    color: #28c0b5;
    font-size: 24.5px;
    font-weight:bold;
}
.shosting-container .padding > p {
    color:#68767f;
    font-size:11px;
}
.p-top {
    margin-top:15px;
}
.shosting-container table td span {
    margin-right:10px;
}
.shosting-container h3 {
    color:#68767f;
    font-size:14px;
    font-weight:bold;
}
.icon-renewal {
    background:url(../img/shared-hosting-icons.png) 0 -218px;
    width:15px;
    height:15px;
    margin:0 0 0 0;
}
.icon-cart {
    background:url(../img/shared-hosting-icons.png) 0 -202px;
    width:15px;
    height:16px;
    margin:0 0 0 0;
}
.icon-manage-ns {
    background:url(../img/shared-hosting-icons.png) 0 -233px;
    width:16px;
    height:11px;
    margin:2px 0 0 0;
}
.m-icon {
    margin:0 5px;
}
.shosting-container .account-info-container {
    width:100%;
    min-height:auto;
    box-shadow:none;
}
.shosting-container form {
    margin:0;
}
.shosting-container label {
    margin-top:8px;
}
.shosting-container .domain-contacts span {
    color:#68767f;
    font-size:12px;
    display:inline-block;
    vertical-align:middle;
    margin:4px 8px 0 0;
}
.shosting-container .domain-contacts select {
    margin-top:10px;
    width:47%;
}
.tab-header {
    width:100%;
    height:47px;
    border-bottom:1px solid #d9d9d9;
}
.tab-header p {
    color:#68767f;
    font-size:12px;
    font-weight:bold;
    line-height:47px;
    padding-left:11px;
}
.sidebar-block {
    border:none;
}
.no-border {
    border: medium none !important;
}

.shosting-container table tr td:first-child {
    font-weight: bold;
    width: 150px;
}
.shosting-container table tbody tr:nth-child(2n+2) td {
    background: none repeat scroll 0 0 #e6ebf1;
}

.shosting-container table thead td,
.shosting-container table th {
    background: none repeat scroll 0 0 #e6ebf1;
    border-bottom: 1px solid #b1b8be;
    color: #687081;
    text-transform: uppercase;
}

/* buttons */
.not-cart .btn-group > .btn-primary:first-child,
.not-cart .btn-primary,
.not-cart .btn-success,
.not-cart .btn-info,
.not-cart .btn-warning,
.not-cart .btn-danger{
  border:none;
  text-shadow:none;
  color: #fff;
  border-radius: 25px;
  text-transform: uppercase;
  font-weight: bold;
}
.not-cart .btn:focus{
  border:none;
  outline: none;
} 
.not-cart #buttons button{
  margin-left: 10px;
} 
.not-cart .btn-primary,
#ui .label-primary{
  background: #2e96ea;
}
.not-cart .btn-success,
.not-cart .label-success{
  background: #28c0b5;
}
.not-cart .btn-info,
.not-cart .label-info{
  background: #48beef;
}
.not-cart .btn-warning,
.not-cart .label-warning{
  background: #f8630e;
}
.not-cart .btn-danger,
.not-cart .label-important{
  background: #e62b1e;
}
.not-cart .btn-default,
.not-cart .label-default{
  background: #9ba2a7;
}
.not-cart .btn-small .icon{
    line-height: 15px;
}
.not-cart .btn-large .icon{
    font-size: 18px;
    line-height: 18px;
    display:inline;
    background: none;
}
.controls input + .btn,
.content-search input + .btn{
    border-radius: 1px 25px 25px 1px;
    margin-left: -4px;
}
.content-search input{
    margin:0;
}
/* SORTING */
.icon-sort {
    font-family: fontawesome;
    font-style: normal;
    margin-right: 5px;
}
.not-cart a.desc,
.not-cart a.asc{
    background: none;
}
.not-cart a:hover .icon-sort{
    text-decoration: none;
}
.not-cart a.asc .icon-sort:before{
    content: "\f0de"
}
.not-cart a.desc .icon-sort:before{
    content: "\f0dd"
}
/*
    LABELS
*/
.not-cart .label{
    border: medium none;
    border-radius: 2px;
    padding: 4px 15px;
    text-transform: uppercase;
}
.not-cart .label-inverse{
  background: #848a8e;
}

.label-Active,
.label-Client-Reply,
.label-Paid,
.label-Active:hover,
.label-Client-Reply:hover,
.label-Paid:hover{
    background: #2bcdc1
}
.label-Pending,
.label-PendingTransfer,
.label-PendingRegistration,
.label-Unpaid,
.label-danger,
.label-Pending:hover,
.label-PendingTransfer:hover,
.label-PendingRegistration:hover,
.label-Unpaid:hover,
.label-danger:hover{
    background: #ee4d44
}
.label-Suspended,
.label-Answered,
.label-Fraud,
.label-Suspended:hover,
.label-Answered:hover,
.label-Fraud:hover{
    background: #ff9000
}
.label-Terminated,
.label-Expired,
.label-Cancelled,
.label-Terminated:hover,
.label-Expired:hover,
.label-Cancelled:hover{
    background: #9fa3a7
}
.label-Open,
.label-In-Progress,
.label-Open:hover,
.label-In-Progress:hover{
    background: #48beef
}

/* Affiliates */
.commission-plan-box {
    border:none;
    background: #FAFAFA;
    border-color: #D8D8D8 #CCCCCC #BFBFBF;
    border-image: none;
    border-left: 1px solid #CCCCCC;
    border-radius: 8px;
    border-right: 1px solid #CCCCCC;
    border-style: solid;
    border-width: 1px;
    height: 38px;
    margin-top: 15px;
    padding: 3px 0;
}
.commission-plan-radio {
    border-right: 1px solid #CACDD2;
    float: left;
    height: 38px;
    line-height: 38px;
    margin-top: -3px;
    padding: 3px 4px;
}
.commission-plan-text {
    border-right: 1px solid #CACDD2;
    float: left;
    height: 38px;
    margin-top: -3px;
    padding: 3px 0;
}
.commission-plan-text p, .commission-plan-applies p {
    color: #818181;
    font-size: 11px;
    line-height: 40px;
    padding: 0 15px;
}
.commission-plan-applies {
    overflow: hidden;
    width: auto;
}
.commission-plan-more {
    cursor: pointer;
    margin: 9px 10px 0 0;
}
.commission-plan-more span {
    color: #666666;
    font-size: 12px;
}
.commission-plan-applies p span {
    font-size: 10px;
    font-weight: bold;
    text-shadow: none;
}
/* End of Affiliates */