﻿html,body {
	height:100%;
	padding:0px;
	margin:0px;
	border:none;
}

#header
{
    position: relative;
	height:100px;
    background: #5ebce3 url('../img/bgHeader.jpg') top left no-repeat;
}

#logo
{
    position: absolute;
    top: 20px;
    right: 30px;
}

@media screen and (max-width: 560px)
{
    #logo
    {
        display: none;
    }
}

#toolbar
{
	height:44px;
}

#content
{
	width:100%;
}

#footer
{
	/*height:34px;*/
	z-index:100000;
}

.MainTitleBar
{
    position: absolute;
    top: 60px;
    left: 120px;
	height:40px;
	line-height:40px;
	font-family:Tahoma;
	font-size:12px;
	color:#ffffff;
	font-weight:bold;
}

.MainTitleBar_right
{
	
	padding:0 40px 0 0;
	float:right;
	height:40px;
	line-height:40px;
	font-family:Tahoma;
	font-size:12px;
	color:#e0e0e0;
}
.messagePane
{
	padding: 5px;
	font-size: 12px;
	border: 1px solid black;
	background-color: White;
}
.modalBackground {
	background-color:Gray;
	filter:alpha(opacity=70);
	opacity:0.7;
}
.FasciaUPRadPane
{
	width:100%;
	height:23px;
	vertical-align:middle;
	background: transparent url(../img/midTopRepeater.gif) repeat-x 0 0;
}
/************ EDIT FORM *****************/
.MainForm
{

}
.MainFormRow
{
	font:normal 12px Tahoma;
}
.MainForm INPUT
{
	font:normal 12px Tahoma;
}
.MainFormSections TD{
	background-color:#929292;
	color:White;
	font-weight:bold;
	padding:2px 0px 2px 2px;
	font:normal 12px Tahoma;
}
.EditForm
{
}
.EditForm_left
{
	float:left;
	width:430px;
    padding: 10px;
}
.EditForm_right
{
	float:right;
	width:430px;
    padding: 10px;
}
.EditFormRow
{
	height:33px;
}
.EditFormLabel
{
	/*margin:0px 0px 0px 7px;*/
	width:150px;
	line-height:25px;
    color: Gray;
}

.EditFormInfo
{
	line-height:25px;
    color: Gray;
    font-style: italic;
    padding: 10px 0;
}

.EditFormData
{
	margin:-23px 10px 0px 150px;
}
.EditFormData INPUT
{
}
.EditFormButton
{
	position:absolute;
	top:0px;
	left:160px;
	margin:5px 0px 0px 0px;
}
.EditFormHead
{
	text-align:right;
	vertical-align:middle;
	clear:both;
	height:30px;
	padding:12px 10px 10px 0px;
}
.EditFormFoot
{
	text-align:right;
	height:10px;
	vertical-align:middle;
	clear:both;
	height:25px;
	margin:10px 5px 10px 0px;
}

.rgCommandCell > span
{
    margin-top: 5px;
    margin-bottom: 5px;
}

.rbPrimaryIcon
{
    top: 5px !important;
}

/*** BORDERED BOX ***/
.borderedBox
{
    border: 1px solid #e7ecf1;
    box-shadow: 0 2px 3px 2px rgba(0,0,0,.03);
    padding: 12px 20px 15px;
    margin: 0 0 20px 0;
    border-radius: 2px;
    box-sizing:border-box;
}

.boxTitle
{
    font-size: 16px;
    font-weight: bold;
    color: #5ebce3;
    min-height: 36px;
    margin-bottom: 20px;
    border-bottom: 1px solid #eef1f5;
}

.boxTitleRed
{
    color: #E35E5E;
}

.boxFooter
{
    font-size: 14px;
    color: #5ebce3;
    margin-top: 20px;
    border-top: 1px solid #eef1f5;
    padding-top: 10px;
}

.boxButton
{
    cursor: pointer;
    color: white;
    background-color: #659be0;
    border-color: #508edb;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 2px;
    border-width: 0;
    overflow: hidden;
    padding: 9px 14px 8px;
    transition: box-shadow .28s cubic-bezier(.4,0,.2,1);
}

    .boxButton:hover
    {
        box-shadow: 0 3px 6px rgba(0,0,0,.2),0 3px 6px rgba(0,0,0,.26);
    }

.boxButtonGreen
{
    background-color: #65e073;
    border-color: #5edb50;
}

.boxButtonYellow
{
    background-color: #e0bf65;
    border-color: #dbd450;
}

/*** Menu strumenti lista agenzie***/
.ToolsAgenzie .rmRootGroup
{
    border: none !important;
    background-color: transparent !important;
}

.ToolsAgenzie .rmItem
{
    border: none !important;
}

.ToolsAgenzie .rmRootLink:hover
{
    background-color: transparent !important;
}

.ToolsAgenzie .rmSelected > .rmRootLink, .ToolsAgenzie .rmExpanded > .rmRootLink
{
    background-color: transparent !important;
}

/*** Email manager***/
.EmailManagerRow
{
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

.EmailManagerRow:first-of-type
{
    padding-top: 20px;
}

.EmailManagerRow > .borderedBox
{
    margin-bottom: 0 !important;
}

#EmailManager .ruBrowse
{
    /*width: 100% !important;*/
}

/*** Utenze manager***/
.UtenzeManagerRow
{
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

    .UtenzeManagerRow:first-of-type
    {
        padding-top: 20px;
    }

    .UtenzeManagerRow > .borderedBox
    {
        margin-bottom: 0 !important;
    }

.tblUtenzeManager
{
    font-size: 14px;
    color: #646465;
    text-align: left;
}

    .tblUtenzeManager th
    {
        color: #878787;
        font-weight: bold;
        text-align: left;
        padding: 10px;
        background-color: #e6e6e6;
    }

    .tblUtenzeManager td
    {
        padding: 5px;
        border-bottom: 1px solid #e3e3e3;
    }
    .tblUtenzeManager td:last-of-type
    {
        text-align: right;
    }

/*** Scheduler ***/
.SchedulerRow
{
    padding: 0 20px 20px 20px;
    overflow: hidden;
}

    .SchedulerRow:first-of-type
    {
        padding-top: 20px;
    }

    .SchedulerRow > .borderedBox
    {
        margin-bottom: 0 !important;
    }

/*** BOX ***/
.boxContent
{
    
}

.boxItem
{
    padding-bottom:20px;
    overflow: hidden;
}

.boxItemDesc
{
    font-size: 14px;
    color: #646465;
    width: 30%;
    float: left;
}

.boxItemField
{
    width: 70%;
    float: right;
}

.boxItemDescNOF
{
    font-size: 14px;
    color: #646465;
}

.boxItemFieldNOF
{
}

/*** VARIE ***/
.floatLeft
{
    float: left;
    width: 49%;
    min-width: 400px;
}

    .floatLeft:first-of-type
    {
            margin-right: 2%;
    }

.rbLinkButton
{
    border: none !important;
    padding-top: 0.3em !important;
    color: black !important;
}

.logTable
{
    width: 100%;
}

.loghiagenzia_container
{
    background-color: #2793c1;
    padding: 10px;
}

.green
{
    color: #5cb85c;
}

.red
{
    color: #c9302c;
}

#ContentPlaceHolder1_PNL_Attachments .floatLeft
{
    margin-top: 1%;
}