div.ajax-loading{
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    z-index: 9999999;
    background-color:#FFFFFF;
    opacity: 0.5;
    filter: alpha(opacity=70); /* ie */
    -moz-opacity: 0.7; /* mozilla */
    display:none;
}
div.ajax-loading * {
    height:100%;
    width:100%;
    background-image: url('../images/loading.GIF');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 6;
    filter: alpha(opacity=100); /* ie */
    -moz-opacity: 1; /* mozilla */
}

div.ajax-interceptor{
    position: fixed;
    top: 0;
    left: 0;
    height:100%;
    width:100%;
    z-index: 9999999;
    background-color:#FFFFFF;
    opacity: 0.5;
    filter: alpha(opacity=70); /* ie */
    -moz-opacity: 0.7; /* mozilla */
}
div.ajax-interceptor * {
    height:100%;
    width:100%;
    background-image: url('../images/loading.GIF');
    background-position:  center center;
    background-repeat: no-repeat;
    opacity: 6;
    filter: alpha(opacity=100); /* ie */
    -moz-opacity: 1; /* mozilla */
}

.alignRightCrr { 
    text-align: right; 
}
.alignCenterTbl { 
    text-align: center; 
}

.user-item{
    border-radius: 6px;
    height: 85px;
    margin: 8px;
    border: 1px solid rgba(204, 204, 204, 0.38);

}

.user-item:hover{
    -webkit-box-shadow: 0px 0px 38px 1px rgba(158, 158, 158, 0.6);
    -moz-box-shadow: 0px 0px 38px 1px rgba(158, 158, 158, 0.6);
    box-shadow: 0px 0px 38px 1px rgba(158, 158, 158, 0.6);
}

.user-name{
    /* padding: 3px 2px 2px 16px; */
    border: 2px solid #ccc;
    margin: 0px;
    border-radius: 100%;
    color: #000;
    font-size: xx-large;
    font-style: normal;
    width: 60px;
    padding: 4px 0 0 17px;
    height: 60px;
    margin-top: 11px;
}

.user-edit{
    margin-top: 12px;
    font-size: larger;
}

.user-edit:hover{
    font-size: x-larger;
}

.btnContract {
    margin-right: 1%;
}
.user-MultiLineOptions{
    border-radius: 6px;
    margin: 8px;
    border: 1px solid rgba(204, 204, 204, 0.38);
    padding-left: 15px;
    padding-right: 15px; 
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight:bold;
}

.user-MultiLineOptions:hover{
    -webkit-box-shadow: 0px 0px 38px 1px rgba(158, 158, 158, 0.6);
    -moz-box-shadow: 0px 0px 38px 1px rgba(158, 158, 158, 0.6);
    box-shadow: 0px 0px 38px 1px rgba(158, 158, 158, 0.6);
}

.user-MultiLine{
    border-radius: 6px;
    height: 105px;
    margin: 8px;
    border: 1px solid rgba(204, 204, 204, 0.38);

}

.user-MultiLine:hover{
    -webkit-box-shadow: 0px 0px 38px 1px rgba(158, 158, 158, 0.6);
    -moz-box-shadow: 0px 0px 38px 1px rgba(158, 158, 158, 0.6);
    box-shadow: 0px 0px 38px 1px rgba(158, 158, 158, 0.6);
}

.user-MultiLineOK{
    border-radius: 6px;
    height: 105px;
    margin: 8px;
    border: 1px solid rgba(204, 204, 204, 0.38);
    background-color: #5cb85c!important

}

.user-MultiLineDiscarderd{
    border-radius: 6px;
    height: 105px;
    margin: 8px;
    border: 1px solid rgba(204, 204, 204, 0.38);
    background-color: #d9534f!important;

}
.user-MultiLineDiscarderd label{
    color: white;    
}
.user-MultiLineOK label{
    color: white;    
}

.toast-top-full-widthMultiLine {
    top: 10px;
    right: 0;
    width: 100%;
}
.toast-top-full-widthMultiLine .toast {
    margin-bottom: 0;
}

.tableMultiLine td{
    padding: 10px;
    text-align: left;    
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.1);
    transition: 0.3s;
}

.card:hover {
    box-shadow: 0 10px 22px 0 rgba(0,0,0,0.5);    
}

body{
    overflow-x: hidden;
}
.site-menubar{
    overflow: auto;
}
.site-menubar::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
}

.site-menubar::-webkit-scrollbar
{
    width: 12px;
    background-color: #F5F5F5;
}

.site-menubar::-webkit-scrollbar-thumb
{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #555;
}