﻿.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('/images/ProgressImage.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}

.success {
    color: green;
}

.failure {
    color: red;
}

.m-0 {
    margin-left: 0 !important;
}


.p-2 {
    padding: 2px !important;
}

.txtEditor {
    width: 100%;
    height: 259px;
}

.divEditor{
    display:flex;
    justify-content:space-between;
    width:80%;
}

@media (max-width:800px)
{

    .divEditor {
        display: flex;
        justify-content: space-between;
        width: 100% !important;
    }
}

@media (max-width:480px){
    .widthFix{
        width:160px !important;
    }
}

.flex-2 {
    flex-grow: 2;
    flex-shrink: 2;
    flex-basis: 0%;
}

.flex-1 {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0%;
}