* {
    margin: 0;
    padding: 0;
}
body {
    background: #eaeaea;
    text-align: center;
    font-family: calibri,verdana,arial;
    font-size: 14px;
    color: #333333;
}
.subcontainer {
    width: 1000px;
    height: auto;
    background: #eaeaea;
    border: 1px solid #cccccc;
    margin: auto;
    text-align: left;

}
.container {
    width: 1100px;
    height: auto;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin: auto;
    text-align: left;

}
.header1 {
    color: black; 
    background-color: #dddddd;
    font-size: 120%; 
    font-weight: bold; 
    text-align: left;
    width: 25%;
}
.containerdomes {
    width: 1000px;
    height: 700px;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    margin: auto;
    text-align: left;

}
div.sticky {
    position: -webkit-sticky; /* Safari */
    position: sticky;
    top: 0;
    background-color: white;
    z-index: 100;
}
.header {
    padding: 10px;
}
.main_title {
    background: #8ec3ce;
    color: #ffffff;
    padding: 8px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.contentpaidia {
    background: #dedcd9;
}
.Xmain_title {
    background: #8ec3ce;
    color: #ffffff;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.sub_title {
    color: #000000;
    padding: 2px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.sub_title_progr {
    color: #8B0000;
    padding: 2px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.symmetoxh_sub_title {
    color: #8B0000;
    padding: 2px;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
}
.symmetoxh_sub_title_combo {
    color: #8B0000;
    font-weight: bold;
    margin-top:3px;
    margin-bottom:3px;
}
.symmetoxh_sub_title_combo:disabled{
    color: #8B0000;
    font-weight: bold;
    margin-top:3px;
    margin-bottom:3px;
}
.orario_combo:disabled{
    color: black;
    margin-top:3px;
    margin-bottom:3px;
}
.content {
    padding: 15px;
    line-height: 30px;
    min-height: 400px; 
    height: auto;
    margin-left: 80px;
    margin-right: 80px;
}
.contendomes {
    padding: 15px;
    /*height: 300px;*/
    /*min-height: 100px;*/
    margin-left: 5px;
    margin-right: 5px;
    overflow: scroll;
}
.contentedit {
    padding: 15px;
    line-height: 30px;
    min-height: 400px;
    margin-left: 80px;
    margin-right: 80px;
}
.content ul{
    position:relative;
    left: -30px;
    width: 95%;
    list-style-image:url(/images/arrow_orange.gif)
} 

.content li{
    position:relative;
    margin-top:5px;
    margin-bottom:15px;
    margin-left:100px;
    line-height:20px;
} 

.content a:link , .content  a:visited , .content  a:active {
    text-decoration:none;
    color:#000000;
}

.content a:hover {
    font-size: 12px;
    font-weight: bold;
    color:#5e5e5e;
    /*color: #8ec3ce*/
} 

.footer {
    padding: 5px;
    text-align: right;
}
.footer a {
    color: #999999;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}


input[type=reset] {
    background: #7e7e7e; 
    padding: 5px; 
    width : 100px;
    display: inline-block; 
    border: none; 
    cursor: pointer; 
    border-radius: 5px; 
}

input[type=reset]:hover { 
    background: #999; 
}

#results {
    font-family: Calibri, "Trebuchet MS", Arial, Helvetica, sans-serif;
    width: 100%;
    table-layout:fixed;
    border-collapse: collapse;
}

#results td {
    font-size: 1em;
    border: 1px solid #d3d3d3;
    padding: 2px 5px 2px 5px;
    line-height: 20px;
    overflow: hidden;
}

#results th {
    font-size: 1em;
    padding: 1px 5px 1px 5px;
    line-height: 20px;
    overflow: hidden;
    background-color: #d3d3d3
}

#results tr.alt  td {
    /*	color: #000000; */
    line-height: 20px;
    background-color: #EAF2D3;
}

/*
label{
        display: block;
        float: left;
        margin-left: 100px;
        width : 160px;    
        font-size: 110%;
} */

.clearfix:after {
    clear: both;
    display: block;
    content: "";
}
.text { 
    margin: 0; 
    padding: 0; 
    width: 100px;
    padding-bottom: 1.25em; 
} 
.textradio { 
    margin: 0; 
    padding: 0; 
    padding-bottom: 2em; 
} 
.textradio label { 
    margin: 0; 
    padding: 0; 
    display: block; 
    font-size: 100%; 
    padding-top: .1em; 
    padding-right: .25em; 
    width: 20em; 
    text-align: right; 
    float: left; 
} 
.text label { 
    margin: 0; 
    padding: 0; 
    display: block; 
    font-size: 100%; 
    padding-top: .1em; 
    padding-right: .25em; 
    width: 10em; 
    text-align: right; 
    float: left; 
} 

.text input, div.text textarea { 
    margin: 0; 
    padding: 0; 
    width: 40em; 
    display: block; 
    font-size: 100%; 
    background: #8ec3ce;
    background-color:#e5e5e5;
    /*vertical-align: top;*/
} 

input[type="text"] {
    padding:5px;
    border:2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

input[type="password"] {
    padding:5px;
    border:2px solid #ccc;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

/*.radio-toolbar input[type="radio"] {
   display: none;
}

.radio-toolbar label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    padding-left: 25px;
    margin-right: 15px;
    font-size: 13px;

}
.radio-toolbar label:before {
    content: "";
    display: inline-block;
 
    width: 16px;
    height: 16px;
 
    margin-right: 5px;
    position: absolute;
    left: 0;
    bottom: 1px;
    background-color: #aaa;
    box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
        border-radius: 8px;
}

.radio-toolbar input[type="radio"]:checked + label {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}*/
.radio-toolbar input[type="radio"] {
    display:inline-block;
    /*width: 15px;*/
    width:auto;
    height: 15px;
}

.radio-toolbar label {
    display:inline-block;
    /*background-color:#ddd;*/
    padding:1px 1px;
    width : auto; 
    /*padding:4px 11px;*/
    margin-left: 5px;
    font-family:Tahoma;
    font-size:small;
}

.radio-toolbar input[type="radio"]:checked + label { 
    background-color:#bbb;
}
a.one:link {color:#ff0000;}
a.one:visited {color:#0000ff;}
a.one:hover {color:#ffcc00;}

a.two:link {color:#ff0000;}
a.two:visited {color:#0000ff;}
a.two:hover {font-size:150%;}

a.three:link {color:#ff0000;}
a.three:visited {color:#0000ff;}
a.three:hover {background:#66ff66;}

a.four:link {color:#ff0000;}
a.four:visited {color:#0000ff;}
a.four:hover {font-family:monospace;}

a.five:link {color:#ff0000;text-decoration:none;}
a.five:visited {color:#0000ff;text-decoration:none;}
a.five:hover {text-decoration:underline;}

.hoverTable{
    width:100%; 
    /*border-collapse:collapse; */
}
.hoverTable td{ 
    border:#aeaeae 1px solid;
}
.hoverTable th{ 
    border:#aeaeae 1px solid;
    text-align: center;
    height: 50px;
}
/* Define the default color for all the table rows */
.hoverTable tr{
    background: #F0F0FF;
}
/* Define the hover highlight color for the table row */
.hoverTable tr:hover {
    background-color: #dddddd;
}

.hoverTableekpros{
    width:100%; 
    border-collapse:collapse; 
}
.hoverTableekpros td{ 
    padding:1px; border:#dddddd 1px solid;
}
.hoverTableekpros th{ 
    padding:1px; border:#aeaeae 1px solid;text-align: left;
}
/* Define the default color for all the table rows */
.hoverTableekpros tr{
    background: #dddddd;
}
/* Define the hover highlight color for the table row */
.hoverTableekpros tr:hover {
    background-color: #dddddd;
}

.tableEktos{
    width:100%; 
    border-collapse:collapse; 
}
.tableEktos td {
    width:25%;
    padding:2px; border:#333333 1px solid;
}
.tableEktos th{ 
    padding:4px; border:#aeaeae 1px solid;text-align: left;
}
/* Define the default color for all the table rows */
.tableEktos tr{
    background: #dddddd;
}
/* Define the hover highlight color for the table row */
.tableEktos tr:hover {
    background-color: #dddddd;
}


.hoverTabledet{
    width:100%; 
    border-collapse:collapse; 
}
.hoverTabledet td{ 
    padding:1px; border:#aeaeae 1px solid;
}
/* Define the default color for all the table rows */
.hoverTabledet tr{
    background: #F3F3F0;
}
/* Define the hover highlight color for the table row */
.hoverTabledet tr:hover {
    background-color: #dddddd;
}

::-webkit-input-placeholder { color:#994C00; }

.show_error {
    color: red;
    margin: 4px 4px 4px 6px;
    font-family:Tahoma;
    font-size: 14px;
    font-weight: bold;
    text-align:left;	
}

.error {
    color: red;
    font-family:Tahoma;
    font-weight: bold;
    font-size: 14px;

}
::-webkit-input-placeholder { color:#994C00; }
::-moz-placeholder { color:#994C00; } /* firefox 19+ */
::-ms-input-placeholder { color:#994C00; } /* ie */
::input:-moz-placeholder { color:#994C00; }

.input_table {	
    background: #e0dddd;
    height: auto;
    font-family:Tahohma;
    font-size: small;
    border: 2px solid transparent;
    padding:3px;
    width :700px;
}

.cCursorPointer{
    cursor: pointer;
}

.domhYpalTh {
    background: #dddddd;
    color:#660000;
    font-family:Tahoma;
    font-size: small;
    /*width :2px;*/
}
.domhYpalTd {
    /*background: #eeeeee;*/
    min-height: 15px; 
    border:none;
    padding: 4px 6px 4px 6px;
}

.domhYpalTh.mx {
    width : 80%;
}
.domhYpalTd.mx {
    width : 80%;
}

.domhYpalTh.dt {
    width : 30%;
}
.domhYpalTd.dt {
    width : 30%;
}
.domhYpalTh.md {
    width : 50%;
}
.domhYpalTd.md {
    width : 50%;
}
.whImg {
    margin-bottom: -6px;
    border: 1px outset #a3b979;
    cursor: pointer;
}

.headerekprosop {
    color: black; 
    background-color: #dddddd;

    font-weight: bold; 
    text-align: left;
    padding:3px;
}
.editEkprosop {
    min-height: 15px; 
    width : 90%;
    text-align: left;
}

.editDynamAA {
    min-height: 15px; 
    width : 20px;
    text-align: center;
    background-color: #f7f5e3;
}

.editDynamKat {
    min-height: 15px; 
    width : 170px;
    text-align: left;
    background-color: #f7f5e3;
}

.whBigImg {
    width:30px;
    height:30px;
    margin: 1px;
    border: 1px outset #a3b979;
}
.thStyle {
    background: #d2cdcd; 
    color:#660000;
    font-family:Tahoma;
    font-size: small;
}
.dynDomhHeader {
    background: #d2cdcd; 
    color:#660000;
    font-family:Tahoma;
    font-size: small;
}

.dynDomh {
    background-color: #f7f5e3;
    min-height: 15px; 
    width : 600px;
    padding: 2px;
    text-align: left;
}

.dynPosoHeader {
    width : 100px;
    background: #d2cdcd; 
    color:#660000;
    font-family:Tahoma;
    font-size: small;
    padding: 2px;
    text-align: center;
    cursor: default;
}
.dynPoso {
    min-height: 15px; 
    width : 100px;
    text-align: center;
    background-color: #f7f5e3;
}
.dynPosoEdit {
    min-height: 15px; 
    width : 80px;
    text-align: center;
    background-color: white;
}

.floatLeftReturn {
    display: inline;
    float: left;
    clear: both;
    margin: 5px;
}

.floatRightReturn {
    display: inline;
    float: right;
    clear: both;
    margin: 5px;
}

.floatLeft {
    display: inline;
    float: left;
    clear: both;
}

.floatRight {
    display: inline;
    float: right;
    clear: both;
}

.hasErrors {
    background-color: pink;
}
.errorMessages {
    color: red;
}
.readOnly {
    background-color: #eeeeee;
}
.vishidden {
    visibility: hidden;
}

.cPrintBtnLabel {
    width:200px;
    text-align:center;
    vertical-align:top;
    padding-top:2px;
}

.cShowPdfButtonLeft {
    display: inline-block;
    background: #dddddd; 
    cursor: pointer;
    width : 640px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding: 2px 2px 2px 10px;
    border: 2px solid #9a9a9a;
    border-style: outset;
    border-radius: 5px;
    text-align:left;
}
.cShowPdfButtonRight {
    clear: both;
    float: right;
    position: relative;
    padding: 4px 10px 4px 2px;
    vertical-align:middle;
}

.cActionButton {
    margin-bottom: 6px;
    background: #dddddd; 
    width : 100px;
    display: inline-block; 
    cursor: pointer;
    padding: 2px;
    border: 2px solid #9a9a9a;
    border-style: outset;
    border-radius: 5px; 
}
.cActionButtonFirst {
    margin-bottom: 6px;
    background: #dddddd; 
    width : 600px;
    display: inline-block; 
    cursor: pointer;
    padding: 2px;
    border: 2px solid #9a9a9a;
    border-style: outset;
    border-radius: 5px; 
}
.cLongButton {
    margin-bottom: 6px;
    background: #dddddd;
    display: inline; 
    cursor: pointer;
    padding: 2px;
    border: 2px solid #9a9a9a;
    border-style: outset;
    border-radius: 5px; 
}
.unselectable{
   cursor: not-allowed;
   pointer-events: none;
}
.pointer-events-none {
    pointer-events: none;
}
.cLongButton.tab {
    border-collapse: collapse;
    display: inline-block; 
    padding: 0px;
}

.cActions          { width: 5px; }
.bshow {  display: inline-block;   }
.bhide { display: none; }
.cHide             { display: none; }
.domhYpalTdx {
    background: #eeeeee;
    min-height: 15px; 
    width : 100%;
    border:none;
}
.cedit { }
.cmove { }
.cdelete { }
.cHideEMD { display: none; }

.cCode        {  display: none; }
.cFVoucher {}
.cSeq {     width: 40px; text-align: center; }

.whImg {
    margin-bottom: -6px;
    border: 1px outset #a3b979;
    cursor: pointer;
}
.wsImg {
    margin-bottom: 0px;
    border: 1px outset #a3b979;
    cursor: pointer;
}
.wrImg {
    margin-bottom: 0px;
    border: 1px outset #a3b979;
    border-right: 0px;
    cursor: pointer;
}
.wlImg {
    margin-bottom: 0px;
    border: 1px outset #a3b979;
    border-left: 0px;
    cursor: pointer;
}

.gallerybox {
    background-color:#CCC;
    border-color:#000;
    -moz-border-radius: 15px;
    border-radius: 15px;
}

.divx {
    height: 55px;
    width:100%;
    text-align: center;
    margin: 1px;
    color: #8B0000;
    background-color:lightgrey;

}
.input_table_small {	
    background: #e0dddd;
    height: auto;
    font-family:Tahohma;
    font-size: small;
    border: 1px solid #cccccc;
    padding:3px;
    text-align: center;
    font-weight: bold;

}
.errorMessages {
    color: red;
}

/*.cDate_ypografhs 
{ width: 140px; text-align: center; }*/
.select_style {
    background:#ffffff;
    width:100%;
    font-family:Tahoma;
    font-size: small;
}
.dialog_style {
    width:auto;
}
.text_dis {
    background-color: #dddddd;
}

.cIndexLabel{
    display: block;
    float: left;
    width : 160px;
    font-size: 110%;
    vertical-align: middle;
    margin-left: 40px;
    margin-bottom: 10px;
    cursor: pointer;
}

.float-right {
    float: right;
    position: relative;
    z-index:1;
    width:400px;
    /*padding: 2px;*/
    /*margin:4px;*/
    font-size:12px;
    margin-top: 10px;
    margin-right: 30px;
}

.inputpopup { 
    width: 100px;
    padding-bottom: 1.25em; 
}

.editPopup {
    border:none;
    background-color: #f7f5e3;
}

.noEdit100 {
    width: 100px;
    text-align:center;
    padding-bottom: 1.25em; 
    border:none;
    background-color: #f7f5e3;
}

.rightHeader80 {
    width: 80px;
    text-align:right;
    padding:6px;
}
