﻿

  
.btn-RedWebX
{
    background-color:#e05050;color:white;
}
.btn-RedWebX:hover{
    background-color:rgba(224, 80, 80, 0.86) ; color:white;  
}


 
.no-paddingX{
    padding:0!important;
}
.no-marginX{
    margin:0!important;
}

.text-redx{
    color:#e05050;
}








.ContentPanelCustom
{
 
    padding-left:5px;
    padding-right:5px;
    margin-top:5px!important;
} 
 
.AlertMessage
{
    opacity:0.9;

}

.main-header-add{
    padding: 5px 5px 0px 5px!important; margin-bottom:0px!important; margin-top:0px!important;
}



body::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #d5e1e5;
}

body::-webkit-scrollbar-thumb {
    background-color: #31708F;
    border-radius: 10px;
}

body::-webkit-scrollbar-thumb:hover {
        background-color: #56b14f;
        /*border: 1px solid #31708F;*/
    }

body::-webkit-scrollbar-thumb:active {
        background-color: #56b14f;
        /*border: 1px solid #31708F;*/
    }

body::-webkit-scrollbar-track {
    /*border: 1px #dc3e3e solid;*/
    border-radius: 10px;
    -webkit-box-shadow: 0 0 2px #dc3e3e inset;
}

.TobsDatetimeDivHolder {
    border: solid 1px silver;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
}


.TobsDatetimeDivHolderNoBorder {
    border: none!important;
    background-color: white;
    border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    display: inline-block;
    padding-left: 4px;
    padding-right: 4px;
}


.TobsDropDownListDefaultcssDateTime {
    padding-top: 3px;
    padding-bottom: 3px;
    border: none;
    /*border-bottom-style: inset; border-bottom-width: 1px;
     border-color: #0F7FAF;*/
    background-color: #ffffff;
    border-radius: 0;
    margin-top: 2px;
    cursor: pointer;
    -moz-appearance: none; /* Firefox */
    -webkit-appearance: none; /* Safari and Chrome */
    appearance: none;
    min-height:30px;
}

