.btn-group {
    display: block;
    margin-bottom: 1.5em;
}

.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

a.pagination-button {
    display: inline-block;
    height: 15px;
    line-height: 14px;
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #333;
    background-color: #e6e6e6;
}

.btn-toolbar {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 0;
}

.btn-group {
    position: relative;
    display: inline-block;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
}

.btn-group {
    display: block;
    margin-bottom: 1.5em;
}

.btn-group>.btn:first-child {
    margin-left: 0;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -webkit-border-top-left-radius: 4px;
    border-top-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-topleft: 4px;
}

.btn-group .block-section{
    display: -moz-grid-group !important;    
}

.table-striped th {
    font-size: 13px;
}

table.settings-table #filter button {
    padding:7px 10px !important;
}

table#dbTableHistory .history-col1 
{
    width: 25px; height: 15px;
    -webkit-border-radius: 10%;
    -moz-border-radius: 10%;
    border-radius: 10%;
    text-align: center;
    color: white;
    font-size: 18px;
    padding-bottom: 5px;
}

.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
    color: #fff;
    background-color: #222;
}

table#dbTableReports #header-dbtable 
{
    background-color: #3e4b88 !important;
    font-family: arial;
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
}

.tab {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #ccc;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.help_img {
    
}

.dbTable_select .dbTable_select {
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 6px 12px;
    vertical-align: middle;
    width: 140px;
}

.dz-success{
    border-color: green !important;
}

.alert-error{
    background-color:#f2dede;
    border-color:#eed3d7;
    color:#b94a48;
}

.freezed {
    background-color: #EAEDF1 !important;    
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 6;
}

.label-Overdue {
    background-color: #e74c3c;
}

.label-Future {
    background-color: #27ae60;
}

.label-Today {
    background-color: #e67e22;
}

.label-Unassigned {
    background-color: #999999;
}

.label-Completed {
    background-color: rgb(76, 85, 98);
}

.label-Rejected {
    background-color: rgb(220,45,75	);
}

.label-In-Progress {
    background-color: rgb(184, 65, 206);
}

.label-Rescheduled {
    background-color: rgb(76, 83, 223);
}

.label-Creating {
    background-color: rgb(76, 179, 223);
}

.attachment-container:hover .gi-edit,
.attachment-container:hover .gi-delete,
.attachment-container:hover .attachment-buttons
{
    display: inline-block;
    font-size: 24px;	
}

.attachment-grid i
{
    max-height: 250px !important; font-size: 10vw !important;
}

.attachment-buttons i:hover
{
    font-size: 30px !important;
    font-weight: bold;
}

.attachment-buttons
{
    display: none;
    position: absolute; right: 5px; top: 3px; z-index: 99999999;
    padding: 4px;
}


.attachment-buttons i
{
    display: none;
}

.ql-font-arial { font-family: 'Arial'; }
.ql-font-sansserif { font-family: 'Sans-serif'; }
.ql-font-roboto { font-family: 'Roboto'; }