.gsTable
{
    display:table; 
    width:100%;
    border: 1px solid #DDD;
    background-color: #C0DED5;
    
}

.gsRow
{
    display:table-row;
    
       
}

.gsTableCell
{
    display:table-cell;    
    width:25%;
    vertical-align:top;
}
.gsControlContainer
{
    position:relative;
    padding: 10px 10px;
    width:100%;
    
}
.gsLabel
{
    width:100%;
    
    text-align:left;
    
   
}

.gsControl
{
    width:100%;
    text-align: left;
}

.gsSelect, 
.gsMulti
{
    min-width:225px;
    width:225px;    
}


.ui-multiselect {
    background-color:white;
    background-image:none;
}

.gsButton {
    background: #084239;
    text-decoration: none;
    float: right;
    color: #fff;
    font-weight: 700;
    line-height: 18px;
    padding: 5px 13px 7px;
    transition: all 300ms ease 0s;
    cursor: auto;
    margin-right: 20px;
    margin-top:30px;
}

.gsButton:link{
	color:white !important;
}

.gsButton:visited{
	color:white !important;
}

.gsButton {
	color:white !important;
}

.gsButton[disabled="disabled"] {
    background: #DDDDDD;
    color: black;
	
}

.gsButton:focus{
	background: #084239;
    text-decoration: none;
    float: right;
    color: #fff;
    font-weight: 700;
    line-height: 18px;
    padding: 5px 13px 7px;
    transition: all 300ms ease 0s;
    cursor: auto;
    margin-right: 20px;
    margin-top:30px;
}



