﻿.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 {
    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;
}
.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: 1000000 !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
{
    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: 364px;
    word-break: break-word;
}

@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;
}

