﻿.table.table-bordered th, .table.table-bordered td {
    border: 1px solid #ddd;
    padding: 5px;
}


.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.color_reminder {
    color: #C9C9C9;
}

.color_bubble_reminder {
    background-color: #FF2600 !important;
}

.top_message_success .top_message_close,.top_message_error .top_message_close {
    cursor: pointer;
    float: right;
    padding-right: 5px;
}
/* top message*/
.top_message_success { 
    background-color: black;  
    opacity:0.8; 
    color: orange;
    font-weight: bold;
    line-height: 50px;
    display: none;
    float: right;
    font-weight: bold;
    height: 50px;
    left: 0;        
    vertical-align: middle;
    font-size: 14px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0px;
    z-index: 11000 !important;
}
.top_message_success_image {
    width: 25px;
    height: 23px;
    border: 0;
}
.top_message_error {
    font-weight: bold;
    background-color: black;  
    opacity:0.8; 
    color: #FFF ;
    display: none;
    float: right;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    left: 0;   
    line-height: 50px;
    vertical-align: middle;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0px;
    z-index: 11000 !important;
}

#progressbox, #progressboxfile {
 border: 1px solid #999999;
 padding: 1px; 
 position:relative;
 width:95%;
 border-radius: 3px;
 margin: 10px;
 text-align:left;
}
#progressbar, #progressbarfile {
 height:20px;
 border-radius: 3px;
 background-color: #999999;
 width:1%;
}
#statustxt, #statustxtfile {
 top:3px;
 left:50%;
 position:absolute;
 display:inline-block;
 color: #666666;
}
#trial-header
{
    background-color: black;  
    opacity:0.4; 
    color:#fff;
}
#trial-header a
{
    color: orange;
}
.main-popup
{
    overflow : visible;
    top:0px;
}
.quote-event, .quote-event .dhx_title, .quote-event .dhx_body {
    background-color:#1e6198 !important;
}
.status-bubble-quote {
    width:16px;
    height:16px;
}

.item-name-content {
    max-width:410px;
}

@media only screen and (max-width:590px) {
    .item-name-content {
        max-width: 100%;
    }

    .button-full-width-mob {
        width: 100%;
    }
}

.arrow-post-code {
    position:relative;
    top:-1px;
    font-size:9px !important;  
    margin-right:0px !important;
}

.dhx_cal_navline div.dhx_minical_icon {
    position:initial;
    float:left;
    margin-top:1px;
}

.dhx_mini_calendar .dhx_month_body {
    height: 0px !important;
}

.objs-wrapper {
    cursor:pointer;
}