﻿ .superblue{
            background-color:#23b7e5;
            color:white;
        }

        .superpurple{
             background-color:#7266ba;
            color:white;
        }

        .superpurpleRow{
             background-color:#ccc3fd;
            
        }

        .supergreen{
             background-color:#27c24c;
            color:white;
        }

        .superorange{
             background-color:#ff902b;
            color:white;
        } 
        
        .superorangeRow{
             background-color:#ffcc9e;
           
        }     

         .superredRow{
             background-color:#f4acb7;
           
        } 
           .superred{
             background-color:#f63a56;
            color:white;
           
        } 
           .center {
    margin: auto;
    margin-left:470px;
    width: 60%;
    /*padding: 10px;*/
}
        
        }   
        
        /**********Form Css**********************************************/
  
    .input.form-control{
        height:30px;
    }
    .Date{
        cursor:pointer;
    }
    /* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,#MainContent_PropertyDesc {
    max-width: 280px;
}  