﻿* {
    padding: 0;
    margin: 0;
}

html, body {
    height: 100%;
}

body {
    font-family: "lucida sans", verdana, arial, helvetica, sans-serif;
    font-size: 75%;
}

h1 {
    font-size: 1.4em;
    padding: 10px 10px 0;
}

p {
    padding: 0 10px 1em;
}

.formlayout {
    border-radius:20px;
    background-color:mediumaquamarine;
}



#container {
    min-height: 100% !important;
    background-color: darkslateblue;
    width: 100%;
    margin: 0 auto;
}

* html #container {
    height: 100%;
}

.form1 {
    padding: 20px 0;
    margin: 0;
    background-color: darkslateblue;
    height: 100%;
}

.imageZone {
    background-color: white;
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.divcontainer {
    min-height: 100% !important;
    width: 30%;
    margin: 0;
    padding: 20px;
    float: left;
    background-color: white;
    text-align: center;
}

.auto-style1 {
    height: 24px;
}

.important {
    display: none !important;
}

.tabpage {
    padding: 0 0 10px 0;
    margin: 0;
    background-color: mediumaquamarine;
    border: none;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.round-bottom {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 0;
    margin: 0;
    background-color: mediumaquamarine;
    border: 1px solid mediumaquamarine;
}


* html divcontainer {
    height: 100%;
}

.rounded {
    border-radius: 20px;
}

#form1 {
    height: 100%;
    background-color: darkslateblue;
}

.roundbutton {
    width: 250px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    margin: 5px 0 0 30px;
    background-image: none;
    font-size: 15pt;
}


.smallroundbutton {
    width: 100px;
    height: 50px;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    background-image: none;
    background-color: white;
    border-bottom-width: 0;
}

.dxeErrorCell {
    color: red !important;
}

.lblCaption {
    margin-left: 50px;
}

.layoutItemInfo {
    border-radius: 8px;
    padding: 5px 10px;
    background-color: #D6EBEB;
}
