
/* Reset properties ======================================================== */

.control-label {
text-align: left;
/*font-size:90%;*/
/*color: #777777;*/
 font-weight: 500;
}


label {
    font-weight: 500;
}

 
.fc-title {
    font-size: 1.1em !important;
}


/* Colors ======================================================== */

/*
         .default {
            color: black\9;
        }
        .default:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
        }
 
  
  
  
  
       .green {
            color: black\9;
            background-color: #b6ff00\9;
        }
        .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
            background-color: #b6ff00;
        }


       .lime {
            color: black\9;
            background-color: #0F0\9;
        }
        .lime:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .green:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
            background-color: #0F0;
        }




        .yellow {
            color: black\9;
            background-color: yellow\9;
        }
        .yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .yellow:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
            background-color: yellow;
        }


        .red {
            color: black\9;
            background-color: #e83636\9;
        }
        .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
            background-color: #e83636;
        }



        .darkred {
            color: #FFF\9;
            background-color: #900\9;
        }
        .darkred:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: #FFF;
            background-color: #900;
        }



        .orange {
            color: black\9;
            background-color: #F60\9;
        }
        .orange:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
            background-color: #F60;
        }



        .magenta {
            color: black\9;
            background-color: #F39\9;
        }
        .magenta:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
            background-color: #F39;
        }



        .blue {
            color: #FFF\9;
            background-color: blue\9;
        }
        .blue:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: #FFF;
            background-color: blue;
        }




        .aqua {
            color: black\9;
            background-color: aqua\9;
        }
        .aqua:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
            background-color: aqua;
        }





        .brown {
            color: #FFF\9;
            background-color: brown\9;
        }
        .brown:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: #FFF;
            background-color: brown;
        }




        .purple {
            color: black\9;
            background-color: #F06\9;
        }
        .purple:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
            background-color: #F06;
        }



        .gray {
            color: #FFF\9;
            background-color: gray\9;
        }
        .gray:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: #FFF;
            background-color: gray;
        }




        .gold {
            color: black\9;
            background-color: #C90\9;
        }
        .gold:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected), .jqx-widget .red:not(.jqx-grid-cell-hover):not(.jqx-grid-cell-selected) {
            color: black;
            background-color: #C90;
        }

*/