﻿
html,
body,
form {
    margin: 0;
    padding: 0;
    height: 96%;
    background-color: white;
    color: #333333;
    font-family: "Arial";
    font-size: 12pt;
}

.headerArea {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
}

.contentArea {
    height: 100%;
    /*vertical-align: top;*/
    display: block;
    width: 98%;
}

.UppercaseText {
    text-transform: uppercase;
}

.DetailTab {
    width: 100% !Important;
    height: 99% !important;
    background: #555555;
    top: 0px;
    bottom: 80px;
}

.container {
    min-height: 100%;
    position: relative;
}

.containerArea {
    width: 100%;
    height: 100%;
    padding-top: 100px;
}

.allContentArea {
    padding-top: 100px;
    height: 100%;
}

.footerArea {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 64px; /* Height of the footer */
}


.Header {
    background-color: #326E6B;
    height: 81px;
    border-width: 0px;
    border-color: white;
    border-style: solid;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

.BottomButtonArea {
    position: fixed;
    width: 80%;
    left: 35px;
}




div.RadMenu ul.rmRootGroup {
    background-color: #326E6B;
}

/*div.RadMenu ul.rmActive {
    background-color: #383838;
}*/



div.RadMenu .rmText {
    color: white !important;
}

div.RadMenu_Default {
    background-image: none;
}

div.RadMenu .rmGroup .rmItem a.rmLink {
    background-color: #326E6B !important;
    color: green;
}

    div.RadMenu .rmGroup .rmItem a.rmLink:hover {
        background-color: red !important;
        color: green;
    }

div.RadMenu .rmGroup .rmFocused,
div.RadMenu .rmGroup .rmFocused:hover {
    background-color: red !important;
}

div.RadMenu .rmGroup .rmSelected,
div.RadMenu .rmGroup .rmSelected:hover {
    background-color: red !important;
}

div.RadMenu .rmGroup .rmExpanded {
    background-color: #326E6B !important;
}

    div.RadMenu .rmGroup .rmExpanded:hover {
        background-color: red !important;
    }


.CurrentDateArea {
    position: fixed;
    width: 20%;
    min-width: 200px;
    text-align: right;
    bottom: 25px;
    right: 15px;
}


.BottomButtonArea button {
    height: 32px;
}

.Footer {
    background-color: #383838;
    height: 64px;
    border-width: 0px;
    border-color: white;
    border-style: solid;
    position: fixed;
    width: 100%;
    bottom: 0;
}

.WhiteBandTop {
    background: red;
    height: 14px;
    width: 100%;
    position: fixed;
    top: 10px;
}

.WhiteBandBottom {
    background: white;
    height: 14px;
    width: 100%;
    position: fixed;
    bottom: 8px;
}

.PageTitle {
    position: fixed;
    top: 25px;
    color: white;
    font-family: "Arial";
    font-weight: bold;
    font-style: italic;
    font-size: 18pt;
}

.MenuArea {
    position: absolute;
    margin: auto;
    vertical-align: bottom;
    top: 35px;
    right: 0;
    bottom: 0;
    left: 0;
    width: 450px;
    height: 40px;
    color: black;
    font-family: "Arial";
    font-weight: bold;
    font-size: 18pt;
}


.LoggedUserArea {
    position: absolute;
    margin: auto;
    top: 25px;
    right: 0;
    bottom: 0;
    text-wrap: none;
    border-spacing: 0;
    padding: 0;
}

    .LoggedUserArea table {
        vertical-align: bottom;
        border-spacing: 0;
        padding: 0;
    }

.LoggedUserToolTip {
    background-color: #484E56;
    border-width: 1px;
    border-color: #326E6B;
    border-style: solid;
}

div.RadToolTip {
    background-color: #484E56;
    border-width: 1px;
    border-color: #326E6B;
    border-style: solid;
    padding: 0px;
}




/*Table td {
    border-width: 1px;
    border-color: white;
    border-style: solid;
}*/
a:link {
    color: black;
    text-decoration: none;
}

a:hover {
    color: #326E6B;
    text-decoration: none;
}

.checkRtl {
    direction: rtl;
}


/*html .RadButton.rbCheckBox .rbText {
    color: white;
}*/

.RadGrid {
    border-radius: 10px;
    overflow: hidden;
}

/*.RadMenu ul.rmActive, .RadMenu ul.rmRootGroup {
    background-color: #484E56;
    color: white;
    border-width: 0px;
}*/

.BigLink {
    font-size: 16px;
    font-weight: bold;
}

.tableLabel {
    white-space: nowrap;
}

.DarkBack {
    background-color: #383838;
}


.ScrollingDiv {
    overflow-y: auto;
    display: block;
    border-width: 1px;
    border-style: solid;
    border: white;
}


th.rgHeader, th.rgResizeCol {
    background-color: #383838 !important;
    background-image: none !important;
    font-size: 14px;
}


    th.rgHeader a:link {
        color: white;
        font-weight: bold;
        text-decoration: none;
    }


    th.rgHeader a:hover {
        color: yellow;
        font-weight: bold;
        text-decoration: underline;
    }


.rgFooter, .rgFooter td {
    background-color: #383838 !important;
    background-image: none !important;
    color: white;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

rgFooter a:link {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

rgFooter a:hover {
    color: yellow;
    font-weight: bold;
    text-decoration: underline;
}


.TelerikModalOverlay {
    background: #383838 !important;
    opacity: .9 !important;
    -moz-opacity: .9 !important;
}


div.GridContextMenu .rmItem { /*change menu item color*/
    color: black;
}

.GridContextMenu { /*change z-index which is an inline attribute*/
    z-index: 123456 !important;
}

.GridAutoHeight .rgDataDiv {
    height: 100% !important;
}


.RadGrid .rgSelectedRow td {
    background-color: #326E6B !important;
    color: white !important;
}


.ChildGridHeader {
    background-color: darkgray !important;
    background-image: none !important;
}
 


.wizard-container {
    width: 725px;
    margin: 40px auto 80px;
    padding: 0 80px;
    border: 0;
    background: url(../Images/shadow.png) no-repeat 0 bottom;
}


    .wizard-container .wizardHeader {
        width: 100%;
        height: 25px;
        background: #326E6B;
        color: white;
        text-align: center;
        border: 3px solid #4dd6e3;
        font-weight: bold;
        padding-top: 8px;
    }
 
    /*Wizard*/
    .wizard-container .RadWizard {
        padding: 20px;
        border: 1px solid #f1f1f1;
        border-bottom: 0;
        box-shadow: 0 0 0 1px #fff;
    }

.background-black .wizard-container .RadWizard,
.background-blackmetrotouch .wizard-container .RadWizard,
.background-glow .wizard-container .RadWizard,
.background-office2010black .wizard-container .RadWizard {
    border: 0;
    box-shadow: 0;
}

.wizard-container .RadWizard_Material .rwzBreadCrumb .rwzText:before {
    display: none;
}

.wizard-container .RadWizard_Material .rwzBreadCrumb .rwzLink {
    padding-left: 0;
}


.rwzImage {
    background-image: url(Images/bread-crumb-icons.png);
}

html .RadWizard .rwzBreadCrumb span.rwzImage {
    width: 24px;
    height: 24px;
}

.wizard-container .Iniziamo.rwzImage {
    background-position: 0 0;
}

.wizard-container .rwzSelected .Iniziamo.rwzImage {
    background-position: -25px 0;
}

.wizard-container .rwzDisabled .Iniziamo.rwzImage {
    background-position: -50px 0;
}


.wizard-container .ChiaveDer.rwzImage {
    background-position: 0 -25px;
}

.wizard-container .rwzSelected .ChiaveDer.rwzImage {
    background-position: -25px -25px;
}

.wizard-container .rwzDisabled .ChiaveDer.rwzImage {
    background-position: -50px -25px;
}


.wizard-container .FileCER.rwzImage {
    background-position: 0 -50px;
}

.wizard-container .rwzSelected .FileCER.rwzImage {
    background-position: -25px -50px;
}

.wizard-container .rwzDisabled .FileCER.rwzImage {
    background-position: -50px -50px;
}


.wizard-container .confirmation.rwzImage {
    background-position: 0 -75px;
}

.wizard-container .rwzSelected .confirmation.rwzImage {
    background-position: -25px -75px;
}

.wizard-container .rwzDisabled .confirmation.rwzImage {
    background-position: -50px -75px;
}


.wizard-container .RadWizard .rwzContent {
    overflow: hidden;
    background-color: #f5f5f6;
    line-height: 2em;
    margin: 0 -20px;
    padding: 0 20px;
}

.background-black .wizard-container .rwzContent,
.background-blackmetrotouch .wizard-container .rwzContent,
.background-glow .wizard-container .rwzContent,
.background-office2010black .wizard-container .rwzContent {
    background-color: transparent;
    background-color: rgba(255,255,255,0.1);
}

.background-silver .wizard-container .rwzContent {
    background-color: transparent;
    background-color: rgba(255,255,255,0.5);
}

.background-sunset .wizard-container .rwzContent {
    background: #f9f5f0;
}

/*Wizard content*/
.wizard-container .inputWapper {
    display: inline-block;
    *display: inline;
    width: 320px;
    position: relative;
    zoom: 1;
}

    .wizard-container .inputWapper.first {
        margin-right: 35px;
    }

    .wizard-container .inputWapper label {
        display: block;
        margin: 5px 0 0;
    }

.wizard-container .validator {
    color: #ff0000;
    position: absolute;
    top: 10px;
    right: 0;
}

.wizard-container .anti-spam-policy {
    margin-top: 40px;
}

.wizard-container .conditions {
    display: block;
    color: #a7a7a7;
    font-size: 0.857em;
}

.wizard-container .inputWapper.date .riLabel {
    position: absolute;
}

.wizard-container .RadWizard .rwzStep {
    height: 100%;
    position: relative;
}

.wizard-container .RadWizard.rwzComplete {
    padding-top: 95px;
}

.wizard-container .rwzStep p {
    margin: 0;
    padding: 10px 0;
}

.wizard-container .RadWizard .complete {
    height: auto;
    padding: 75px 0;
    text-align: center;
}
