.domains .radio-main-addon {
    border: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
}

.domains .button-remove-addon {
    border: transparent !important;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
}

hr.separator {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.has-success .cke_chrome,
.has-success .select2-container--default .select2-selection--single,
.has-success .select2-selection .select2-selection--single {
    border-color: #00a65a;
}

.has-error .cke_chrome,
.has-error .select2-container--default .select2-selection--single,
.has-error .select2-selection .select2-selection--single {
    border-color: #dd4b39;
}

form .logo {
    max-height: 168px;
    max-width: 168px;
}

form .image,
form .background {
    max-height: 204px;
    max-width: 204px;
}



.main-header .logo {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
}

.main-header .logo img {
    height: 24px;
    vertical-align: middle;
    margin: 0 3px 8px 0;
}

.main-header .logo .logo-mini img {
    margin-right: 3px;
}

.content-header {
    position: fixed;
    top: 50px;
    right: 0;
    left: 230px;
    z-index: 1000;
    height: 50px;
    padding: 0;
    line-height: 34px;
}

.content-header h1 {
    line-height: 34px;
    font-size: 18px;
}

.sidebar-collapse {
    left: 50px;
}

.fixed .content-wrapper, .fixed .right-side {
    padding-top: 100px;
}

.content-header .navbar {
    border-radius: 0;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 0;
}

.navbar-form {
    height: 34px;
}

.navbar-form .input-group {
    position: relative;
    top: -2px;
}

.content-header .nav.navbar-nav:first-child {
    width: 200px;
}

.navbar-form .btn,
.navbar-form input {
    vertical-align: top !important;
}

.navbar-form .input-group input:first-child {
    border-radius: 3px 0 0 3px;
}

.navbar .brand {
    font-size: 18px;
}

.navbar .dropdown-menu > li > a > .fa {
    width: 16px;
    text-align: center;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a {
    color: #333333 !important;
}

.navbar-default .navbar-nav > li > a:hover {
    background-color: #e7e7e7;
}

div.image-container,
div.background-container,
div.logo-container {
    display: inline-block;
    position: relative;
}

div.background-container button.close,
div.logo-container button.close {
    position: absolute;
    top: 1px;
    right: 7px;
}

div.image-container .img-bordered,
div.background-container .img-bordered,
div.logo-container .img-bordered {
    padding: 17px;
}

.user-panel > .image > img {
    max-width: 30px;
}

.user-panel > .info > p {
    margin-bottom: 0;
    line-height: 20px;
    font-weight: normal;
}

tr.row-danger td {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

tr.row-success td {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

tr.row-warning td {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}

.navbar-form .input-group > .form-control {
    width: auto;
}

.navbar-form .input-group > .form-control:last-child {
    border-radius: 0 3px 3px 0;
    margin-left: -1px;
}

.navbar-form .select2 {
    line-height: 20px;
    vertical-align: top;

}

.navbar-form .form-group input[type="search"] {
    border-radius: 3px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        vertical-align: top !important;
    }
}

.navbar-form .select2-container--default .select2-selection--multiple {
    border-radius: 3px;
}

.navbar-form .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    padding: 4px 12px 4px;
}

.select2-search.select2-search--inline,
.select2-selection__choice{
    float: none !important;
    display: inline-block !important;
}

.select2-search.select2-search--inline {
    padding: 2px 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice,
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0;
}

