/* here you can put your own css to customize and override the theme */
.opacity-10 {
    opacity: 10;
}

.bg-light-sky {
    background-color: #88d6da !important;
}

.bg-light-red {
    background-color: #debbbb !important;
}

.bg-light-orange {
    background-color: #e8c079 !important;
}

.bg-light-yellow {
    background-color: #dff0d8 !important;
}

.bg-light-blue {
    background-color: #749DFF !important;
}


.bg-vlight-red {
    background-color: #f2dede !important;
}

.bg-grey {
    background-color: #808080 !important;
}

.bg-voilet {
    background-color: #BA75FF !important;
}


.inline-Block {
    display: inline-block;
}


.spnAbbreviation {
    border-radius: 5px;
    font-size: 12px;
    padding: 1px 2px;
    margin: 1px 2px;
    width: 25px;
    text-align: center;
    height: 20px;
    border: 1pt solid #b2c5ca !important;
}

.abbreviationText {
    vertical-align: top;
    margin-top: 1px !important;
    /*border-radius:5px;
font-size:12px;
margin-bottom:5px;
padding-bottom:5px;
margin:1px 2px;
text-align:center;
height:20px;
border: none !important;*/
}



.action-icon {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    margin: 2px;
    padding: 0;
    border: 1px solid #2aace5;
    background: #fff;
    color: #2aace5;
    border-radius: 13px;
    width: 26px;
    height: 26px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box;
    padding: 3px;
}

    .action-icon:hover {
        border: 1px solid #2aace5;
        background: #2aace5;
        color: #fff;
    }

.height-80 {
height:80px !important;
}

/*.textArea {
min-width:500px;

}*/

    /*.table-shadow {
    background-color: white;
    padding: 1.5em;
    box-shadow: 3px 3px 20px rgba(0,0,0,0.3);
    border-radius: 3px;
}*/