﻿textarea {
    box-sizing: border-box;
    border: none;
    background-color: #EEEEEE;
    padding: 5px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

input[type=text], input[type=password], select {
    box-sizing: border-box;
    background-color: #EEEEEE;
    padding: 5px;
    height: 25px;
    line-height: 25px;
    border: none;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.listItems {
    width: 100%;
    background-color: #FFFFFF;
    padding: 0px;
    border-spacing: 1px;
    border: none;
}

    .listItems tr {
        /*height:25px;*/
    }

    .listItems td {
        padding: 0px;
        border-spacing: 0px;
        border: none;
        overflow: hidden;
    }

    .listItems input {
        display: none;
    }

    /*.listItems label {
        width: 100%;
        display: block;
        background-color: #eee;
        height: 25px;
        line-height: 26px;
        text-indent: 5px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }*/
    .listItems label {
        width: 100%;
        display: block;
        background-color: #eee;
        /*height: 25px;
        line-height: 26px;*/
        padding: 7px;
        border-radius: 3px;
        box-sizing: border-box;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

        .listItems label:hover {
            background-color: #CCCCCC;
        }

    .listItems input:checked ~ label {
        background-color: #336699;
        color: #FFFFFF;
    }

        .listItems input:checked ~ label:hover {
            opacity: 0.7;
        }

/* CUSTOM CALEDAR CONTROL */

.CalWrapper {
    text-align: center;
    padding: 2px;
    background-color:#EEEEEE;
    /*border: 1px solid #CCCCCC;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.listItemsCal {
    width: 100%;
    background-color: #EEEEEE;
    padding: 0px;
    border-spacing: 0px;
    border: none;
}

    .listItemsCal tr {
        /*height:25px;*/
    }

    .listItemsCal td {
        padding: 0px;
        border-spacing: 0px;
        border: none;
        overflow: hidden;
    }

    .listItemsCal input {
        display: none;
    }

    .listItemsCal label {
        width: 100%;
        display: block;
        background-color: #EEEEEE;
        height: 25px;
        line-height: 26px;
        border-radius: 3px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }

        .listItemsCal label:hover {
            background-color: #CCCCCC;
        }

    .listItemsCal input:checked ~ label {
        background-color: #336699;
        color: #FFFFFF;
    }

        .listItemsCal input:checked ~ label:hover {
            opacity: 0.7;
        }


.ProgressContainer {
    position: absolute;
    padding: 20px;
    z-index: 2000;
    text-align: center;
    /*top: -2000px;
    left: -2000px;*/
    background-color: #000000;
    /*border: #FFFFFF 1px solid;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.DivCenter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #000000;
    border: 1px solid #FFFFFF;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 10000;
}

.PopUpFeedback {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*min-width: 300px;
    max-width: 500px;*/
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 10000;
}

.PopUpFeedbackFailure {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*min-width: 300px;
    max-width: 500px;*/
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 20000;
}

.PopUpTest {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.PopUpGeneral {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*min-width: 300px;
    max-width: 500px;*/
    background-color: #FFFFFF;
    border: 1px solid #000000;
    padding: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 5000;
}

.POW_Close {
    background-color: #FFFFFF;
    height: 25px;
    width: 25px;
    font-size: 12px;
    font-weight: bolder;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    cursor: default;
    border: 0;
    float: right;
    border-top-right-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
}

    .POW_Close:hover {
        color: #FFFFFF;
        background-color: #FF0000;
    }

    .POW_Close:active {
        opacity: 0.5;
    }

.PopUp {
	position: absolute;
	background-color: #000000;
	border: 1px solid #000000;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: none;
}

.PopUp_Header {
	position: relative;
	background-color: #000000;
	height: 25px;
	border-bottom: 1px solid #000000;
	cursor: default;
	border-top-left-radius: 4px;
	-moz-border-top-left-radius: 4px;
	-webkit-border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	-moz-border-top-right-radius: 4px;
	-webkit-border-top-right-radius: 4px;
}

.PopUp_Title {
	float: left;
	height: 25px;
	line-height: 26px;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
	font-style: italic;
}

.PopUp_Close {
    float: right;
    background-color: #FFFFFF;
    height: 25px;
    line-height: 26px;
    width: 25px;
    text-align: center;
    font-size: 16px;
    /*font-family:'Wingdings 2';*/
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    cursor: default;
    border-top-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
}

.PopUp_Close:hover{
			color: #FFFFFF;
			background-color: #FF0000;
	}

.PopUp_Close:active{
	opacity: 0.5;
}

.PopUp_Contents {
    position:relative;
	clear: both;
	background-color: #FFFFFF;
	/*overflow-y: auto;*/
	padding: 5px;
	border-bottom-left-radius: 4px;
	-moz-border-bottom-left-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	-moz-border-bottom-right-radius: 4px;
	-webkit-border-bottom-right-radius: 4px;
}

.BtnGridItem {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    opacity:0.0;
    background-color:#336699;
}
    .BtnGridItem:hover {
        opacity:0.3;
    }

.BtnRed {
    background-color: #FF0000;
    color: #FFFFFF;
}

.BtnBlue {
    background-color: #336699;
    color: #FFFFFF;
}

.BtnGreen {
    background-color: #188549;
    color: #FFFFFF;
}

.BtnYellow {
    background-color: #ffd800;
    color:#000000;
}

.BtnGrey {
    background-color: #EEEEEE;
    color: #336699;
}

.BtnBlack {
    background-color: #000000;
    color: #FFFFFF;
}

.BtnSmall {
    position: relative;
    padding: 4px 6px 4px 6px;
    margin: 0;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    border-radius: 3px;
    font-size: 8px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}
.BtnSmall:hover {
    background-color: #000000;
    color: #FFFFFF;
}

    .BtnSmall:disabled, .BtnSmall:active {
        background-color: #000000;
        color: #FFFFFF;
        opacity: 0.5;
    }

.BtnMedium {
    position: relative;
    padding: 5px 7px 5px 7px;
    border: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 10px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .BtnMedium:hover {
        background-color: #000000;
        color: #FFFFFF;
    }
    .BtnMedium:disabled, .BtnMedium:active {
        background-color: #000000;
        color: #FFFFFF;
        opacity: 0.5;
    }

.BtnLarge {
    position: relative;
    padding: 6px 9px 6px 9px;
    border: 0;
    margin: 0;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

    .BtnLarge:hover {
        background-color: #000000;
        color: #FFFFFF;
    }

    .BtnLarge:disabled, .BtnLarge:active {
        background-color: #000000;
        color: #FFFFFF;
        opacity: 0.5;
    }

.PopOptions {
    position: absolute;
    padding:1px;
    width:200px;
    background-color: #CCCCCC;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    z-index:1000;
}

.GridSafari {
    padding: 10px;
    background-color: #dee7eb;
    border: 1px solid #336699;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}

.CheckboxListScroll {
    height: 150px;
    overflow-y:scroll;
}

.CustDropDown_Container {
    position: relative;
    cursor: pointer;
}

.CustDropDown_Selected {
    white-space: nowrap;
    overflow: hidden;
}

.CustDropDown_List {
    display: none;
    position: absolute;
    z-index: 1;
}

.CustDropDown_Item {
    align-items: center;
    white-space: nowrap;
}