a {
    text-decoration:none !important;
}
.logo{
    max-width: 80px;
    border-radius: 99rem;
}
#flash_msg{
	position: absolute;
    z-index: 9;
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
#flash_msg > div{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%);
}
.mb-4-up, .my-4-up{
    margin-bottom: 1.8rem!important;
}
.msg{ color:#F00!important; }

/*close arrow show*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
input[type="number"]{
    -moz-appearance: textfield;
}
.EditImg{
    border: 1px solid #ccc; 
    max-height:300px;
    height:300px;
    width:100%;
    max-width:100%;
    background-position:center!important;
    background-size:contain!important;
    background-repeat:no-repeat!important;
}
.pickimg{
    position: absolute;
    top: 0px; left:0%;
    z-index: 2;
    width:100%;
    height: 100%;
    opacity: 0;
}
.EditImgMsg{
    color: #aaa;
    text-align: right;
    top: 5%;
    right: 2%;
    position: relative;
    width: 100%;
}
.ui-state-default{
    display: inline-block;
    cursor: pointer;
    margin: .5%;
}
.hidden{
    display:none!important;
}

/*use_list tags*/
div.crm_tags,
div.members_tags,
#dataTable div.crm_tags.all-radius{
    background: #4CAF50;
    border: 1px #006b61 solid;
    padding: 3px 10px;
    font-size: .9em;
    border-radius:8px;
    color: #FFF;
    cursor: pointer;
}
#dataTable div.crm_tags{
    border-radius:8px 0 0 8px;
}
a.crm_tags_del{
    background: #c71b0f;
    border: 1px #6b0000 solid;
    padding: 3px 10px;
    margin-left: -5px;
    font-size: .9em;
    border-radius:0 8px 8px 0;
    color: #FFF;
    cursor: pointer;
}
a.crm_tags_del:hover{
    background: #ff0000;
    color: #FFF;
}
div.members_tags.checked{
    background: #c1c1c1;
    border: 1px #c2c2c2 solid;
}
/*use_list tags*/









@media screen and (max-width:1024px){
    .mb-4-up, .my-4-up{
        margin-bottom:auto !important;
    }  
}