
.wrapper {
    overflow: visible !important;
}

.sidebar-menu .treeview {
    cursor: pointer;
}

.jericho_tab .tab_content {
    padding-top: 0px !important;
}

.jericho_tab .tab_content {
    padding-top: 0px !important;
}

.main-content {
    margin: 0;
    padding: 0;
    border-radius: 0;
}

.box-main {
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

.box-main > .box-header {
    border-bottom: 1px solid #eee;
    padding: 13px 10px 1px 15px;
}

.box-main > .box-header .box-title {
    font-size: 16px;
    margin-bottom: 13px;
    float: left;
}

.box-main > .box-header .box-tools {
    position: relative;
    top: -6px;
    right: 0;
}

.box-main > .box-header .box-tools .btn {
    padding-top: 2px;
    padding-bottom: 2px;
}

#contentTable {
    margin-bottom: 0px;
}

#searchForm .form-group {
    margin-bottom: 10px;
}

#searchForm.form-inline .control-label {
    padding-left: 10px;
    font-weight: normal;
    text-align: right;
    vertical-align: baseline;
}

#searchForm.form-inline .control-inline {
    display: inline-block;
    vertical-align: middle;
}

#inputForm.form-horizontal .form-unit {
    font-style: oblique;
    border-bottom: 1px solid #ddd;
    margin: 6px 8px 12px 10px;
    padding-bottom: 5px
}

#inputForm.form-horizontal .row {
    margin: 0px 55px 0px -15px !important;
}

#inputForm.form-horizontal .form-group > label, #inputForm.form-horizontal .form-group > div {
    padding-left: 5px;
    padding-right: 5px;
}

#inputForm.form-horizontal .form-group > label {
    padding-top: 4px;
    text-align: right;
}

#inputForm.form-horizontal input[type="checkbox"], #inputForm.form-horizontal input[type="radio"] {
    margin-top: 2px;
}

.list-btn-group-6 {
    text-align: center;
    width: 165px;
}

.list-btn-group-5 {
    text-align: center;
    width: 140px;
}

.list-btn-group-4 {
    text-align: center;
    width: 115px;
}

.list-btn-group-3 {
    text-align: center;
    width: 90px;
}

.list-btn-group-2 {
    text-align: center;
    width: 65px;
}

span.required {
    color: red;
}

label.radio-inline input[type=radio] {
    margin-top: 2px;
}

.text-line-through {
    text-decoration: line-through;
}

/*************************************/
/* select2 plugin                    */
/*                                   */
.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border-radius: 3px;
    padding: 5px 6px;
    height: 25px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 23px;
}

.select2-results__option {
    padding: 6px 12px;
    user-select: none;
    -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    padding-right: 0;
    height: auto;
    margin-top: -4px;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 6px;
    padding-left: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 23px;
    right: 3px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    padding: 1px 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    margin-right: 5px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 10px;
}

/*************************************/

/*************************************/
/* pagination                        */
/*                                   */
.pagination {
    margin: 2px 1px;
}

.pagination > li > a, .pagination > li > span {
    padding-left: 8px;
    padding-right: 8px;
}

.pagination .controls input {
    border: 0;
    width: 30px;
    padding: 0;
    margin: -3px 0 0 0;
    text-align: center;
}

/*************************************/

@keyframes fadeIn {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInDown {
    0% {
        transform: translateY(-20px)
    }
    100% {
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}
