.wrapper{
    margin: 0 auto -60px;
}
/*** Topbar ***/
.topbar ul.lenguages li a {
    padding: 2px 10px;
}
#login_error {
    width: 190px;
    text-align: center;
    border-radius: 5px ! important;
    padding: 2px 30px 2px 10px;
    margin-top: -10px;
    margin-bottom: 35px;
}
.header .topbar ul.languages {
    background: none repeat scroll 0 0 #f0f0f0;
    display: none;
    left: -5px;
    list-style: outside none none;
    min-width: 101px;
    padding: 4px 0;
    position: absolute;
    top: 25px;
}
@media (min-width: 320px) and (max-width: 993px) {
    #login_error {
        margin-bottom: 0 !important;
        margin-top: 0;
    }
}
/*** End Topbar ***/
/*** Navbar ***/
#logo-header, #logo-footer {
    height: 54px;
    width: 190px;
}
.header .navbar-brand {
    top: -20px;
}
.navbar-header {
    height: 41px !important;
}
#second_navbar, #second_navbar .navbar-collapse {
    background-color: #F7F7F7;
    margin-top: 1px;
}
#second_navbar a{
    text-transform: capitalize;
}
@media (max-width: 445px){
    .navbar-brand {
        padding: 10px 15px 15px 15px!important
    }
}
.header .navbar-default .navbar-nav > li > a {
    padding: 9px 25px 9px 20px;
}
/*** End Navbar ***/
#topcontrol img{
    background: url('../../frontend/images/up.png') no-repeat 0px 50%;
}
/*** Footer ***/
.payment_methods{
    margin-top: 5px;
    padding: 0;
}
.payment_methods li {
    display: inline-block;
    list-style: none outside none;
    margin-bottom: 5px;
    margin-right: 3px;
}
.payment_methods li img {
    height: 31px;
    width: 45px;
}
.payment_methods li:hover {
    opacity: 0.8;
}
.link-list li {
    border-top: 1px solid #E4E9F0;
}
.link-list a {
    color: #eee;
    display: inline-block;
    font-size: 11px !important;
    padding: 6px 0;
    text-transform: uppercase;
}
#form_subscribe .help-block{
    color: #dadada;
}
/*** End Footer ***/
/*** Profile ***/
.profile .panel-default .panel-heading {
    background-color: #F5F5F5 !important;
    border-bottom: 2px solid #DDDDDD;
}
.profile .panel-default h3.panel-title {
    color: #333333 !important;
    font-size: 16px;
}
.sidebar-nav-v1 li ul a {
    padding: 6px 0 6px 17px;
}
.profile-body .panel-default .panel-body {
    padding: 5px 10px 5px 0;
}
#download_csv:hover{
    cursor: pointer;
}
.profile .col-md-2{
    padding-left: 0
}
.profile .col-md-10{
    padding-right: 0
}
.profile .custom-panel-heading {
    color: #ffffff;
    background: #717984;
    padding: 7px 15px;
    border-bottom: solid 3px #f7f7f7;
}
.profile .custom-panel-heading h1{
    color: #ffffff;
    font-size: 24px;
}
.profile .table th {
    min-width: 0;
}
.profile .table th {
    min-width: 0;
}
.profile .table a{
    color: #00bfbf;
}
.profile .table a:hover{
    text-decoration: none;
}
/*** End Profile ***/
img#loading-image{
    z-index: 10000;
    position: absolute;
    left: 45%;
    top: auto;
    display: none;
}
.ajax-loader{
    position: absolute;
    display: block;
    top:50%;
    left:50%;
    margin-left: -110px;
    margin-top: 9px
}

.image-center{
    display: block;
    float: none !important;
    height: auto !important;
    margin-left: auto;
    margin-right: auto !important;
    width: auto !important;
}

#plan_edit .form-control{
    margin-bottom: 5px;
    height: 25px;
    height: auto;
}

.default_green_background {
    background: #00bfbf !important;
}

/**   Overrides  **/
.content-boxes-v6 i {
    color: #fff;
    width: 120px;
    height: 120px;
    padding: 38px;
    font-size: 45px;
    line-height: 45px;
    position: relative;
    text-align: center;
    background: #dedede;
    margin-bottom: 25px;
    display: inline-block;
}

.btn-u.btn-brd.custom-btn-brd {
    background: none;
    border: solid 2px transparent;
    border-color: #e67e22;
    color: #ffffff;
    padding: 8px 25px;
}

h1.title-v3-md.custom-title-v3-md, h2.title-v3-md.custom-title-v3-md {
    font-size: 18px;
    line-height: 24px;
}