.row {
    margin-left: 0px;
    margin-right: 0px;
}

#wrapper {
    padding-left: 70px;
    transition: all .4s ease 0s;
    height: 100%;
    border-top: 0px solid #fff;
}

#sidebar-wrapper {
    margin-left: -250px;
    left: 70px;
    width: 253px;
    background: #2e2e2e url("/img/bg-dark.png") repeat scroll 0 0;
    position: fixed;
    height: 100%;
    z-index: 10000;
    transition: all .4s ease 0s;
    border-right: 3px solid #19b0f7;
    box-shadow: -1px 10px 15px #000;
}

.sidebar-nav {
    display: block;
    float: left;
    width: 200px;
    list-style: none;
    margin: 0;
    padding: 0;
}

#page-content-wrapper {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    height: auto;
}

#wrapper.active {
    padding-left: 200px;
}

#wrapper.active #sidebar-wrapper {
    left: 250px;
}

#page-content-wrapper {
    width: 100%;
}

#sidebar_menu li a, .sidebar-nav li a {
    color: #999;
    display: block;
    float: left;
    text-decoration: none;
    width: 250px;
    background: #252525;
    border-top: 1px solid #373737;
    border-bottom: 1px solid #1A1A1A;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -o-transition: background .5s;
    -ms-transition: background .5s;
    transition: background .5s;
}

.sidebar_name {
    padding-top: 25px;
    color: #fff;
    opacity: .7;
}

.sidebar-nav li {
    line-height: 40px;
    text-indent: 20px;
}

.sidebar-nav li a {
    color: #fff;
    display: block;
    text-decoration: none;
}

.sidebar-nav li a.active {
    color: #fff;
    background: #19b0f7;
    text-decoration: none;
}

.sidebar-nav li a.active:hover {
    color: #fff;
    text-decoration: none;
}

.sidebar-nav li a:hover {
    color: #19b0f7;
    text-decoration: none;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand {
    line-height: 60px;
    font-size: 18px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
    padding-bottom: 15px;
}

.sidebar-nav > .sidebar-brand img {
    width: 150px;
    float: left;
    padding-top: 15px;
    padding-left: 15px;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

#main_icon {
    float: right;
    height: 30px;
    width: 30px;
    display: block;
    margin-top: 17px;
    margin-right: 17px;
    background: transparent url(/img/bonicloud-logo-min.png) center bottom no-repeat;
    background-size: cover;
}

.sub_icon {
    float: right;
    padding-right: 28px;
    padding-top: 10px;
}

.content-header {
    height: 65px;
    line-height: 65px;
}

.content-header h1 {
    margin: 0;
    margin-left: 20px;
    line-height: 65px;
    display: inline-block;
}

@media (max-width: 767px) {
    #wrapper {
        transition: all .4s ease 0s;
    }

    #wrapper.active #sidebar-wrapper {
        transition: all .4s ease 0s;
    }
}

.footer {
    margin-top: 0px;
    margin-bottom: 30px;
    line-height: 30px;
    border-top: 2px solid #19b0f7;
}

.footer .copyright-logo {
    height: 18px;
    margin-top: 3px;
    margin-left: 5px;
}

.well {
    margin-top: 30px;
}

.content-wrapper {
    margin-left: 90px;
    margin-right: 15px;
}

.header {
    background: #19b0f7 url(/img/bonicloud-background.jpg) 0 0 repeat-x;
    height: 68px;
    background-size: cover;
    margin-left: -16px;
    margin-right: -15px;
    border-top: 2px solid #19b0f7;
    border-bottom: 2px solid #19b0f7;
    box-shadow: 0px 5px 5px #999;
    color: #fff;
    font-size: 12px;
    padding: 10px 0px;
    margin-top: 0px;
    line-height: 20px;
}

.header a {
    color: #fff;
}

.header img {
    margin-top: 5px;
    height: 35px;
}

.content .container {
    padding: 0px;
}

.content .well {
    padding-bottom: 20px;
    margin-bottom: 0px;
}

.btn {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.36857;
    padding: 5px 10px;
}

.info-text {
    margin: 20px 15px;
    font-size: 12px;
    padding: 15px;
    padding-left: 65px;
    border-radius: 10px;
    background: #fff url(/img/info.png) 15px center no-repeat;
    border: 1px solid #f2f2f2;
    min-height: 70px;
}

#searchButtonBar {
    margin-top: 0px;
    position: absolute;
    z-index: 1000;
    right: 0px;
    top: 40px;
}

.form-control {
    background-color: #fefefe;
    background-image: none;
    border: 0px;
    border-bottom: 1px solid #f2f2f2;
    border-radius: 0px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
    color: #555;
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 1.42857;
    padding: 5px 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.form-control[type="checkbox"] {
    width: 20px;
}

.form-control:focus {
    border-color: #19b0f7;
    outline: 0;
    -webkit-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.075);
}

.hasErrors:focus,
.hasErrors {
    border-color: #ff0000;
}

label {
    font-size: 13px;
}

.topspace15 {
    margin-top: 15px;
}

.leftspace10 {
    margin-left: 10px;
}

.bottompadding0 {
    padding-bottom: 0px;
}

.bottommargin0 {
    margin-bottom: 0px;
}

.rightspace0 {
    margin-right: 0px;
}

.leftspace0 {
    margin-left: 0px;
}

.rightpadding0 {
    padding-right: 0px;
}

.leftpadding0 {
    padding-left: 0px;
}

.toppadding0 {
    padding-top: 0px;
}

.toppadding15 {
    padding-top: 15px;
}

.toppadding7 {
    padding-top: 7px;
}

.topspace0 {
    margin-top: 0px;
}

.table > tbody > tr > td.padding0,
.padding0 {
    padding: 0px;
}

.table > tbody > tr > td.padding0 > .table {
    margin-bottom: 0px;
    border: 0px;
}

.well {
    position: relative;
}

.accountEditInfo a {
    color: #31708f;
}
