.editPage{
    min-height: 580px;
}

.EditSlide th, .EditSlide td {
    padding: 5px;
}

.beta table, .beta tr, .beta td, .beta th 
{
        border:1px solid #e3e3e3;
        vertical-align: middle;
        /*border-spacing: 10px;
        border-collapse: separate;*/
} 
        
.betaRow
{
    font-weight: normal;
    vertical-align: middle;
    max-width: 350px;
    overflow-wrap: break-word;
    padding: 5px;
    text-align: center;
    max-height: 200px;
}

.betaRow tr, betaRow2 tr
{
    max-height: 200px !important;
    word-wrap: break-word;
}
.betaRow2
{
    padding: 10px;
    overflow-y:scroll;
    max-height: 200px;
}
        
.beta th 
{
    color: #fff;
    font-weight: normal;
    vertical-align: middle;
    text-align: center;
    padding: 5px;
}    

.hidden
{
    display: none;
}
    
.editicon
{
    display: block;
    width: 25px;
    height: 25px;
    background: url(<%= ResolveUrl("~/DesktopModules/GeoCGI_Carousel/images/edit.png")%>) no-repeat;
    float: left;
}

.editicon span
{
    display: none;
}

/*Border for the tabs*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
    border: 1px solid #f1c10a !important;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
    background:#f1c10a !important;
}
::selection
 {
    background: #f1c10a !important; /* army yellow */
 }
::-moz-selection {
    background: #f1c10a !important; /* army yellow */

}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover
{
    border: 1px solid #f1c10a !important; /* army yellow */
}
