section.inner-page {
    padding: 12px 0;
    overflow: visible;
}

.badge {
    font-weight: 300;
    height: 18px;
    border-radius: 12px !important;
    padding: 3px 6px 3px 6px;
    text-shadow: none !important;
    text-align: center;
    vertical-align: middle;
}

.status-badge {
    margin-bottom: 10px !important;
}

.landing-block {
    max-width: 1200px;
}

.btn {
    border-radius: 4px !important;
    border-width: 0;
    padding: 7px 14px;
    font-size: 14px;
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.dropdown-toggle:after {
    content: none;
}

.btn-group > .dropdown-menu:before {
    position: absolute;
    top: -8px;
    left: 9px;
    right: auto;
    display: inline-block !important;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #e0e0e0;
    border-left: 8px solid transparent;
    content: '';
}

.btn.dropdown-toggle, .btn-group .btn.dropdown-toggle, .btn:hover, .btn:disabled, .btn[disabled], .btn:focus, .btn:active, .btn.active {
    outline: none !important;
    background-image: none !important;
    filter: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active {
    color: #fff;
    background-color: #68b4f1;
    border-color: #68b4f1;
}

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active, .show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #51a8ef;
    border-color: #51a8ef;
}

.btn-info:active, .btn-info.active {
    background-image: none;
    background-color: #51a8ef;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    background-color: #269abc;
    border-color: #269abc;
}

.btn-group.open .dropdown-toggle {
    box-shadow: none;
}


.btn-info {
    color: #ffffff;
    background-color: #89c4f4;
    border-color: #89c4f4;
}


.btn-success {
    color: #fff !important;
    background-color: #45B6AF;
    border-color: #45B6AF;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active {
    color: #fff;
    background-color: #3b9c96;
    border-color: #3b9c96;
}

.btn-success:active:hover, .btn-success.active:hover {
    background-color: #37918b !important;
}

.btn-success:active, .btn-success.active {
    background-image: none;
    background-color: #348a84;
}

.label-success {
    background-color: #3b9c96;
}

.label-primary {
    background-color:#357EBD;
}

.label-danger {
    background-color: #f3565d;
}

.text-success {
    color: #3b9c96 !important;
}

.text-danger {
    color: #3b9c96 !important;
}

.table>colgroup+thead>tr:first-child>th {
    border-top: 1px solid #ddd;
}

.modal-header {
    display: block;
}

.modal-content {
    border-radius: 6px !important;
}

.modal-header .close {
    margin-top: -4px !important;
    margin: 0;
    padding: 0;
}

.form-control {
    border-radius: 4px !important;
}

.input-group-btn:last-child > .btn {
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.input-group-btn > .btn:not(:last-child) {
    border-radius: 0px !important;
}

.input-group .form-control:first-child {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-container--krajee .select2-selection {
    border-radius: 4px !important;
}

.select2-container--krajee.select2-container--open.select2-container--below .select2-selection {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.select2-container--open .select2-dropdown--below {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}

.select2-search--dropdown {
    border-radius: 0 !important;
}

.new-year-logo-img{
    margin-top: -35px !important;
    max-height: 80px !important;
    height: 80px !important;
    max-width: 200px !important;
    width: 200px;
    margin-left: -19px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .new-year-logo-img {
        height: 100px !important;
        max-height: 150px !important;
        width: 150px !important;
        max-width: 200px !important;
        margin-left: -10px;
        margin-top: -45px;
    }
}