@CHARSET "ISO-8859-1";

.SavedSystemSpan
{
	padding: 10px;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    width: 70%;
    display: inline-block;
    text-align: left;
    background-color: #EDEDED;
    cursor: pointer;
    border-radius: 3px;
    border: 1px solid #CBCBCB;
    border-bottom: 0px;
    
    /*To disable text selection in mobile on press hold*/
    -webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

.SelectedSystem
{
	border: 1px solid #3DCD58;
}

.SavedSysName
{
	white-space: normal;
	word-wrap: break-word;
	font-weight: bold;
}

.SavedSysDate
{
	white-space: normal;
	word-wrap: break-word;
	padding-left: 0px;
}

.SaveSystemIconForHeader
{
	background-color: #DC0A0A;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    float: right;
    margin-top: -3px;
    margin-left: 10px;
    font-weight: normal;
}

#SaveSysTextDiv
{
	margin-top: 24px;
	margin-bottom: 24px;
}

.SaveSystemIcon
{
    background-color: #DC0A0A;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    font-size: 20px;
    color: #fff;
    line-height: 26px;
    text-align: center;
    float: right;
	margin-top: 3px;
	margin-left: 10px;
	
    span
    {
        padding: 7px;
    }
}

#SaveSysTitle
{
	float: left;
}

#SavedSystemList
{
	overflow-y: auto;
	overflow-x: hidden;
}