﻿#processingNotice {
    position: relative;
    /*top: 100px;
	left: 100px;*/
    background-color: Red;
    color: White;
    font-size: 1.6em;
    font-family: Tahoma;
    width: 350px;
    text-align: center;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 4px;
}

#mipasLoading {
    position: relative;
    /*top: 100px;
	left: 100px;*/
    background-color: Silver;
    color: White;
    font-size: 1.6em;
    font-family: Tahoma;
    width: 350px;
    text-align: center;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 4px;
}

.input-have-more-one-item {
    border: 1px solid #000080;
    background-color: #8AFF8A;
}


/*.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}
*/

.ui-tooltip, .arrow:after {
    background: #3C82BB;
    border: 2px solid white;
}

.ui-tooltip {
    padding: 10px 20px;
    color: white;
    border-radius: 10px;
    max-width: 250px;
    font: bold 14px "Helvetica Neue", Sans-Serif;
    text-align: center;
    text-transform: uppercase;
    box-shadow: 0 0 7px black;
}

.arrow {
    width: 70px;
    height: 16px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -35px;
    bottom: -16px;
}

    .arrow.top {
        top: -16px;
        bottom: auto;
    }

    .arrow.left {
        left: 20%;
    }

    .arrow:after {
        content: "";
        position: absolute;
        left: 20px;
        top: -20px;
        width: 25px;
        height: 25px;
        box-shadow: 6px 5px 9px -9px black;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        tranform: rotate(45deg);
    }

    .arrow.top:after {
        bottom: -20px;
        top: auto;
    }

.text-file {
    border-right: thin groove;
    border-top: thin groove;
    border-left: thin groove;
    width: 500px;
    color: Blue;
    font-weight: bold;
    border-bottom: thin groove;
    background-color: lightblue;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #ff0000;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid {
    display: none;
}
