.action-btn-top {
    position: absolute;
    top: 105px;
    z-index: 10;
}
.action-btn-top.btn1 {right: 15px;}
.action-btn-top.btn2 {right: 95px;}
.action-btn-top.btn3 {right: 190px;}
.action-btn-top.btn4 {right: 269px;}
.action-btn-top.btn5 {right: 348px;}

.action-btn-bottom {
    position: absolute;
    bottom: 0;
    z-index: 10;
}
.action-btn-bottom.btn1 {right: 25px;}
.action-btn-bottom.btn2 {right: 126px;}
.action-btn-bottom.btn3 {right: 244px;}
.error_msg { color:#dd4b39 !important; }
/*AdminLTE css override*/
.box { padding: 25px 25px 5px 25px;}
.alert {position:fixed ; overflow: auto;top:20px; right: 40%;z-index:20000;width:300px;box-sizing:content-box;font-weight:bold}
/*.datepicker{*/
    /*z-index: 10000 !important;*/
/*}*/
.box-body .btn-flat{
    padding-left: 40px;
    padding-right: 40px;
    text-transform: uppercase;
}
.underline {
    text-decoration: underline;
    font-weight: bold;
}
tbody > tr {
    cursor: auto;
}
textarea{
    resize: vertical;
}
.select2-container {
    width: 100% !important;
}

.wide-modal {
    width: 900px !important;
}

.fa-gun:before{
    content: url('../images/gun.html');
}

.fa-gunbig:before{
    content: url('../images/gun-big.html');
}

.datepicker {
    padding:0 !important;
    z-index: 10000 !important;
}

.user-panel>.info {
    position : relative !important;
    left : 0 !important;
}

.select-day-month {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    width: 28%;
    cursor: pointer;
    text-align-last: center;
    -moz-text-align-last: center;
}
.select-year {
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 3px;
    width: 38%;
    cursor: pointer;
    text-align-last: center;
    -moz-text-align-last: center;
}

.display-only {
    border: 1px solid rgb(210, 214, 222);
    height: 33px;
    padding: 5px;
    background-color: #eeeeee;
    cursor: not-allowed;
}

.custom-no-display {
    display: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

/*.name {*/
    /*max-width: 120px;*/
    /*text-overflow: ellipsis;*/
    /*overflow: hidden;*/
/*}*/

ul.ColVis_collection {
    -moz-column-count: 4;
    -moz-column-gap: 200px;
    -webkit-column-count: 4;
    -webkit-column-gap: 20px;
    column-count: 4;
    column-gap: 20px;
}

/********* CUSTOM SKIN *********/
.skin-blue .user-panel>.info, .skin-blue .user-panel>.info>a {
    color: #252122 !important;
    font-size: 16px;
}
aside.main-sidebar {
    background-color: #fff !important;
    padding-top: 0 !important;
}
.skin-blue .sidebar-menu>li.header {
    color: #ffffff !important;
    background: #8e24aa !important;
    font-size: 16px !important;
    text-align: center !important;
}
.skin-blue .sidebar a {
    color: #252122 !important;
}
.skin-blue .sidebar-menu>li:hover>a, .skin-blue .sidebar-menu>li.active>a {
    color: #fff !important;
    background: #34327d !important;
    border-left-color: #ffffff;
}
.skin-blue .main-header .navbar {
    background-color: #8e24aa !important;
}
.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #34327d;
}
.control-sidebar-dark, .control-sidebar-dark+.control-sidebar-bg {
    background: #8e24aa !important;
}
.skin-blue .sidebar-menu>li>.treeview-menu {
    /* background: #252122 !important; */
}
.skin-blue .treeview-menu>li>a {
    color: #bebebe !important;
}
.skin-blue .treeview-menu>li.active>a, .skin-blue .treeview-menu>li>a:hover {
    color: #fff !important;
}
.skin-blue .treeview>a, .skin-blue .treeview>a:hover {
    color: #fff !important;
}
.btn-primary {
    background-color: #34327d !important;
    border-color: #e5e3db !important;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
    background-color: #34327d !important;
}

.box.box-primary {
    border-top-color: #8e24aa !important;
}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff !important;
    background-color: #8e24aa !important;
    border-radius: 3px 3px 0 0;
    border-top-color: #8e24aa !important;
}

.btn-link {
    display: block;
    width: 100%;
    padding: 3px 20px;
    clear: both;
    color: #333;
    white-space: nowrap;
    background-color: transparent;
    border: none;
    text-align: left;
}
.btn-link:hover { background-color: #e1e3e9; color: #333; text-decoration: none; outline: none;}


.btn-orange-kba {
    color: #fff;
    background-color: #8e24aa;
    border-color: #8e24aa;
}
.btn-orange-kba:focus,
.btn-orange-kba.focus {
    color: #fff;
    background-color: #286090;
    border-color: #122b40;
}
.btn-orange-kba:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}
.form_title {
    background: #f3f0cf;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 20px;
}