﻿body {
    font-family: Tahoma;
    font-size: 12px;
    margin: 5px;
}

.innerDiv, .gridTitle, .footerDiv {
    font-family: Tahoma;
    font-size: 12px;
}

.bodyTable tr {
    background-color: gainsboro;
    font-family: Tahoma;
    font-size: 12px;
}

.headerTable thead {
    background-color: white;
    font-family: Tahoma;
    font-size: 12px;
}

input, textarea {
    border: 1px solid #bebebe;
    border-radius: 2px;
}

.sezione {
    font-size: 13px;
    /*text-align: center;*/
    /*background-color: rgb(155, 192, 221);*/
    background-color: #efefef;
}

    .sezione input {
        float: left;
        border-width: 0px;
    }


.box3d {
    box-shadow: 0px 2px 5px #000000;
    border: 1px solid white;
    border-radius: 3px;
}

textarea {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

fieldset {
    border: 1px solid #D3D3D3;
    margin: 4px 0px;
    border-radius: 3px;
}

legend {
    background-color: #DADFE0;
    border: 1px solid #999999;
    border-radius: 3px;
    color: #666666;
    font-size: 90%;
    padding: 0.2em 0.5em;
    text-align: left;
    text-shadow: 0 1px 1px #FFFFFF;
}

.loginbkg {
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
}

.loginbkg div {
	position:relative;
	width:100%;
	height:100%;
}

.loginbkg img {
	position:absolute;
	top:0px;
	left:0px;
	min-width:100%;
	min-height:100%;
	opacity:0;
	filter:alpha(opacity=0);
}

.login {
    width: 100%;
    text-align: center;
	position:absolute;
	top:0px;
	left:0px;
	z-index:100;
}

#controlLogin {
    width: 400px;
    margin: 100px auto 0px auto;
    border: solid 1px #dedede;
    box-shadow: 0px 2px 3px rgba(0,0,0,0.3);
    border-radius: 4px;
    padding: 20px 0px;
    text-align: center;
    background-color: #fbfbfb;
}

    #controlLogin table {
        width: 80%;
        margin: auto;
    }

    #controlLogin input[type=text], #controlLogin input[type=password] {
        border: solid 1px #cecece;
    }

    #controlLogin input[type=button] {
        border: solid 1px #144568;
        background-color: #144568;
        border-radius: 3px;
        box-shadow: 0px 1px 0px rgba(255,255,255,0.3) inset;
        color: #ffffff;
        font-size: 8pt;
        text-transform: uppercase;
        padding: 3px 25px;
        transition: all 0.3s #c04b92;
        -moz-transition: all 0.3s #c04b92;
        -webkit-transition: all 0.3s #c04b92;
        -o-transition: all 0.3s #c04b92;
    }

        #controlLogin input[type=button]:hover {
            background-color: #c04b92;
            border: solid 1px #c04b92;
        }

.intestazione {
    padding: 8px 20px;
    background-color: #fbfbfb;
}

    .intestazione .logo {
        float: left;
    }

    .intestazione #printers {
        float: right;
        margin: 10px;
    }

button, input[type=button], a.button {
    background-color: #D5DDDF;
    border: 1px solid #BABABA;
    border-radius: 3px;
    color: #555555;
    font-size: 9pt;
    padding: 2px 15px;
    /*text-shadow: 0px 1px 0px #ffffff;*/
    text-decoration:none;
}

.clear {
    clear: both;
}

.attesa {
    background-color: #144568;
    border: solid 1px #144568;
    moz-box-shadow: inset 0px 1px 0px 0px #1e6aa0;
    -webkit-box-shadow: inset 0px 1px 0px 0px #1e6aa0;
    box-shadow: inset 0px 1px 0px 0px #1e6aa0;
}

th {
    color: #444444;
    font-size: 8pt;
}

.toolbar {
    border-radius: 2px;
    background-color: gainsboro;
    padding-bottom: 5px;
}

    .toolbar button {
        padding: 6px;
        background-color: rgb(251, 207, 234);
        cursor: pointer;
        box-shadow: 3px 3px 4px #858585;
    }

        .toolbar button:active {
            padding: 6px;
            background-color: rgb(251, 207, 234);
            cursor: pointer;
            box-shadow: 1px 1px 4px #858585;
            left: 2px;
            top: 2px;
            position: relative;
        }

        .toolbar button:disabled {
            padding: 6px;
            background-color: gainsboro;
            cursor: auto;
            opacity: 0.5;
            box-shadow: 0px 0px 0px #858585;
        }

        .toolbar button img {
            vertical-align: top;
        }


.textcomplete-wrapper {
    width: 100%;
}


.ui-datepicker-trigger {
    vertical-align: sub;
}

button, input[type=button], a.button {
    padding: 6px;
    background-color: rgb(251, 207, 234);
    cursor: pointer;
    box-shadow: 3px 3px 4px #858585;
}

    button:active, input[type=button]:active, a.button:active {
        padding: 6px;
        background-color: rgb(251, 207, 234);
        cursor: pointer;
        box-shadow: 1px 1px 4px #858585;
        left: 2px;
        top: 2px;
        position: relative;
    }

    button:disabled, input[type=button]:disabled, a.button:disabled {
        padding: 6px;
        background-color: gainsboro;
        cursor: auto;
        opacity: 0.5;
        box-shadow: 0px 0px 0px #858585;
    }


    input[type=button] img {
        vertical-align: top;
    }

.fieldsetHidden {
    border: 0px;
    margin: -7px;
}

.header {
	background: #f7f7f7;
	padding: 10px 0px;
	border-bottom: solid 2px #dedede;
    position:fixed;
    width:100%;
    top:0px;
}

.header .logo {
	float:left;
	width:200px;
}

.header .logo-ref {
	float:left;
	margin:0px 0px 0px 30px;
	width:50px;
}

.header h1 {
	float: left;
	font-size: 10pt;
	margin: 15px 0 0 30px;
	color: #444;
}

.header .opt {
	float:right;
	text-align:right;
	margin-top:10px;
}

.header .opt .p {
	display: inline-block;
	float: left;
	margin-top: 2px;
}

.btn, button.btn, input[type=button].btn {	
	padding:3px 15px;
	border-radius:3px;
	color:#fff;
	font-size:9pt;
	font-weight:bold;
	box-shadow:none;
	border:none;
}

	.btn.menu{
		background-color:#0b4367;
		margin-top: 2px;
	}
	
	.btn.ricerca{
		background-color:#C04B90;
		margin:5px 10px 10px 0px;
	}
	
	
.btn.menu:active, button.btn.menu:active, input[type=button].btn.menu:active{
	background-color: #809CAE;	
}

.esami{
	background-color: #f7fcff;
}

.archivio{
	background-color:#fff4f4; 
}

.body-content {
	margin:20px 0px;
}

table.ricerca {
	margin-left:5px;
	border: 1px solid #DEDEDE;
}

table.ricerca th, .esami{
	border-right:1px solid #DEDEDE;
}

