﻿
/* mobile devices / small PC screens */
@import url("mobile.css") only screen and (max-width:1023px) ;
@import url("mobile.css") only screen and (max-height:700px) ;
@import url("mobile.css") only screen and (min-height:701px) and (max-height:799px) and (max-width:799px);

/* standard desktops */
@import url("desktop.css")  only screen and  (min-width:1024px) and (min-height:800px);
@import url("desktop.css") only screen and (min-height:701px) and (max-height:799px) and (min-width:800px);

 .CASIActionButton
 {
     
    background-color: silver;
    padding: 2px 10px 2px 10px;
    width: auto;
    min-width: 150px;
    font-size: 18pt;
    border-radius: 8px;
    color: black;
}



.sys_100Center
{

    width: 100%; text-align: center
}



.sys_RelativeLeft {
    position: relative;
    text-align: left;
}


.sys_DisplayNone {
    display:none;
}

.sys_invisible
{
    visibility:hidden;

}

.sys_visible
{ visibility:visible;

}


.LaunchEntryDiv

{

display: inline-table; font-size: 12pt; text-align: left; border: 2px solid darkgray; width: 50%;
    }

.LaunchStartDivButtonSpacer
{
    width:700px; padding:10px 10px 10px 10px;text-align:center;display:inline-block;
}
.LaunchStartButton
{
    width:80%;
    

}
.LaunchDataLabel
{
    font-size:12pt;
    font-weight:bold;
}

.LaunchDataConfirm
{
    font-size:12pt;
    color:black;
}

 .LaunchTextBox,.LaunchDropDown
 {
     font-size:12pt;
 }

 .LaunchTableEntry td
 {
     padding-bottom:10px;
 }

 .LaunchTableConfirm td
 {
     padding-bottom:4px;

 }
 .LaunchStartNewButton
 {
     
 }

 .LaunchStartConfirmDivInside
 {padding:10px 10px 10px 10px;}

 .LaunchStartConfirm
 {
     padding-top:8px; padding-bottom:4px;color:red; 
 }

 .LaunchDivValidator
 {
     display:inline-block;
     padding-left:0px;
 }

 .LaunchStartDonorNotFoundButtonStart, .LaunchStartDonorNotFoundButtonAgain

 {
     width:400px;
 }

 .LaunchStartConfirmDivButtonYes, .LaunchStartConfirmDivButtonNo
 { display:inline-block}

