﻿hr.botton-title
{
    margin: 0 -10px 0 -10px;
    border-width: 2px;
}

label {
    margin-bottom: 0px;
    margin-top: 3px;
    font-weight: normal;
}

.form-group {
    margin-bottom: 0px;
}

.pagination 
{
    margin: 0;
}
.wrapper-pagination {
   padding: 0px !important;
}
    
.pagination > li > a, .pagination > li > span {
    padding: 3px 6px;
}

.progress {
    margin-bottom: 0px
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #810608;
    border-color: #810608;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    color: #000;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    background-color: #f52427;
    border-color: #f52427;
    color: #fff;
} 

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 4px;
    vertical-align: middle;
}

a:focus a:hover {
    text-decoration: none;
}

.btn-default {
    background-image: none;
    background-repeat: no-repeat;
    text-shadow: none;
}

/*Modal*/

.modal {
     overflow: auto !important;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 10px 5px;
    background-color: #E6E8EA;
    cursor: move;
}
.modal-body {
    padding: 0 10px 10px;
    max-height: calc(100vh - 150px);
    overflow-y: auto;
    background-color: #F6F8FA;
}
.modal-footer {
    padding: 7px 10px;
    background-color: #F6F8FA;
}
.modal-alert-body {
    max-height: 500px; 
    overflow-x: auto; 
    padding-top: 10px;
}
.modal-backdrop {
    background-color: transparent;
}
.modal-title {
    font-size: 15px;
    font-weight: bolder;
}


body {
    font-size: 12px;
}
.form-control {
    width: 100% !important;
    font-size: 12px;
    height: 28px;
    padding: 3px 6px;
}
.btn {
    font-size: 12px;
    padding: 5px 10px;
}

select.input-sm {
    height: 25px;
    line-height: 25px;
}   

.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

fieldset[disabled] .btn-default.active, .btn-default[disabled].active {
    background-color: #810608;
    background-image: none;
    border-color: #810608;
    color: white;
}
.btn-default:active, .btn-default.active, .btn-default.active.focus, .btn-default.active:hover {
    background-color: #810608;
    border-color: #810608;
    color: white;
}

.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}

input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control {
    line-height: 1.42857143;
}