﻿@charset "utf-8";

* {
    margin: 0px;
    padding: 0px;
}

body {
    background-image: url('../MasterFiles/background.png');
    background-repeat: repeat-x;
    font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #444;
}

a, a:link {
    text-decoration: none;
    color: #e19c2d;
}

    a:hover {
        text-decoration: none;
    }

.top {
    margin: auto;
    height: 38px;
    width: 940px;
}

.loginpage .logo img {
    height: 110px;
}

.top ul {
    list-style-type: none;
    color: #d8d8d8;
    font-size: 12px;
    width: auto;
    float: right;
}

    .top ul li {
        display: block;
        float: left;
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 12px;
        padding-bottom: 4px;
        border-right-width: 1px;
        border-right-style: solid;
        border-right-color: #000;
    }

        .top ul li:nth-child(2) {
            padding-right: 0px;
        }

        .top ul li:nth-child(4) {
            padding: 0px;
            padding-right: 10px;
            padding-left: 10px;
        }

        .top ul li:nth-child(5) {
            padding: 0px;
            padding-right: 10px;
            padding-left: 10px;
        }


        .top ul li a {
            color: #d8d8d8;
        }

.header {
    height: 105px;
    width: 940px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

    .header .logo {
        float: left;
        height: 110px;
        width: auto;
    }

    .header ul {
        float: right;
        list-style-type: none;
        width: auto;
        margin-top: 45px;
    }

        .header ul li {
            border-left: 1px solid #E9B817;
            display: block;
            float: left;
            font-size: 16px;
            padding-bottom: 4px;
            padding-left: 10px;
            padding-right: 10px;
        }

            .header ul li:first-child {
                border: none;
            }

            .header ul li a {
                color: #000000;
            }

                .header ul li a:hover {
                    color: #d0840a;
                }

            .header ul li.selected a {
                color: #d0840a;
            }

.header_bottom {
    height: 25px;
    width: 940px;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d9d9d9;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

    .header_bottom .hb_left {
        float: left;
        height: 25px;
        width: auto;
        color: #daa34b;
        font-weight: bold;
    }

    .header_bottom .hb_right {
        float: right;
        height: 25px;
        width: auto;
        color: #000;
    }

.header_bottom_helper {
    height: 25px;
    width: 940px;
    margin-right: auto;
    margin-bottom: auto;
    margin-left: auto;
}

    .header_bottom_helper ul {
        float: right;
        list-style-type: none;
        width: auto;
    }

        .header_bottom_helper ul li {
            display: block;
            float: left;
            padding-left: 10px;
        }

.main_picture {
    margin: auto;
    height: 295px;
    width: 940px;
}

.inside_pict {
    margin: auto;
    height: 140px;
    width: 940px;
}

.content {
    height: auto;
    min-height: 165px;
    width: 940px;
    margin-top: -70px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

    .content .left {
        float: left;
        height: 55px;
        width: 240px;
    }

    .content .right {
        background-color: white;
        float: left;
        height: auto;
        height: 55px;
        /*	min-height:600px;*/
        width: 700px;
    }

        .content .right#login {
            background-image: url('../MasterFiles/transparent.png');
            float: left;
            height: auto;
            min-height: 165px;
            width: 700px;
        }

    .content .left .gap {
        float: left;
        height: 54px;
        width: 240px;
        margin-bottom: 10px;
    }

    /*gia breadcrumb*/
    .content .right .breadcrumb {
        border-bottom: 1px solid #CCCCCC;
        font-size: 12px;
        height: 20px;
        margin: auto auto 20px;
        padding-top: 15px;
        width: 660px;
    }

    .content .right .active {
        font-size: 12px;
        float: left;
    }

    .content .right .breadcrumb .active a {
        color: #444444;
    }

    .content .right .active {
        color: #d0840a;
        font-size: 12px;
        float: left;
    }
    /*gia breadcrumb*/

    .content .contentPH .non_active {
        font-size: 12px;
        float: left;
    }

        .content .contentPH .non_active a {
            color: #444444;
        }

    .content .contentPH .active {
        color: #d0840a;
        font-size: 12px;
        float: left;
    }

    .content .contentPH {
        height: auto;
        width: 940px;
        margin-top: auto;
        margin-right: auto;
        margin-bottom: 20px;
        margin-left: auto;
        /*	font-size: 18px;*/
        position: relative;
        float: left;
    }

        .content .contentPH strong {
            color: #e19c2d;
        }



        .content .contentPH p {
            margin: auto;
            width: 660px;
        }

            .content .contentPH p strong {
                color: #e19c2d;
            }

    .content .shadow {
        text-align: center;
        float: right;
        height: 7px;
        width: 700px;
    }

.footer {
    margin: auto;
    height: 100px;
    width: 100%;
    background-image: url('../MasterFiles/line_footer.png');
    background-repeat: repeat-x;
}



.footer940 {
    margin: auto;
    height: 100px;
    width: 940px;
    position: relative;
}

.footer_gap {
    clear: both;
    height: 20px;
    width: 100%;
}



.legal,
.helpdesk {
    position: absolute;
    margin: 20px 10px;
}

.helpdesk {
    left: 175px;
}

.legal {
    left: 522px;
}

.adv-banner {
    position: absolute;
    left: 185px;
    top: 88px;
}

.copyrights {
    position: absolute;
    right: 0px;
    margin-top: 12px;
    text-align: right;
}

.epafos_logo {
    position: absolute;
    margin-top: 12px;
}

.content .right .title {
    float: left;
    height: auto;
    width: 660px;
    margin-left: 20px;
    margin-top: 50px;
    font-size: 24px;
    color: #444;
}
/*gia thn login*/
.content .right .enter_details {
    height: 60px;
    width: 660px;
    float: left;
    margin-left: 20px;
}

.content .right .ed_box {
    height: 60px;
    width: 280px;
    float: left;
}

    .content .right .ed_box .ed_text {
        float: left;
        height: 22px;
        width: 100%;
        padding-top: 4px;
        font-size: 14px;
    }

    .content .right .ed_box .ed_field {
        float: left;
        height: 34px;
        width: 100%;
    }

        .content .right .ed_box .ed_field input {
            float: left;
            height: 32px;
            width: 274px;
            padding-left: 4px;
            border: 1px solid #b2c4d4;
            border-radius: 4px;
            box-shadow: inset 2px 2px 2px #e5eaef;
        }
/*telos gia thn login*/

/*telos gia formes*/
.content .contentPH .enter_details {
    height: 60px;
    width: 660px;
    float: left;
    margin-left: 20px;
}

.content .contentPH .ed_box {
    height: 60px;
    width: 280px;
    float: left;
}

    .content .contentPH .ed_box .ed_text {
        float: left;
        height: 22px;
        width: 100%;
        padding-top: 4px;
        font-size: 14px;
    }

    .content .contentPH .ed_box .ed_field {
        float: left;
        height: 34px;
        width: 100%;
    }
/*.content .contentPH .ed_box .ed_field input {*/
table .dxeTextBoxSysdxeTextBox {
    float: left;
    /*height: 32px;*/
    /*width: 274px;*/
    padding-left: 4px;
    border: 1px solid #b2c4d4;
    border-radius: 4px;
    box-shadow: inset 2px 2px 2px #e5eaef;
}
/*telos gia formes*/


.content .contentPH .ed_box .ed_field_sm textarea {
    float: left;
    height: 100%;
    min-height: 100px;
    width: 100%;
    padding-left: 4px;
    border: 1px solid #b2c4d4;
    border-radius: 4px;
    box-shadow: inset 2px 2px 2px #e5eaef;
}

.content .contentPH .ed_box .ed_field_sm {
    float: left;
    height: 24px;
    width: 100%;
}

    .content .contentPH .ed_box .ed_field_sm select {
        float: left;
        height: 100%;
        width: 100%;
        padding-left: 4px;
        border: 1px solid #b2c4d4;
        border-radius: 3px;
        box-shadow: inset 2px 2px 2px #e5eaef;
    }
/*.content .contentPH .ed_box .ed_field_sm input {*/
.ed_field_sm input {
    float: left;
    height: 100%;
    width: 100%;
    padding-left: 4px;
    border: 1px solid #b2c4d4;
    border-radius: 3px;
    box-shadow: inset 2px 2px 2px #e5eaef;
}

.attention img {
    padding-top: 10px;
    padding-left: 5px;
}

/*gia leuko kouti poy peftei panw sthn eikona*/
.content .right .boxy_gap {
    float: left;
    height: 60px;
    width: 12px;
}

a.orange_btn {
    text-shadow: #9d5919 1px 1px 1px;
    color: #FFF;
    font-size: 12px;
    float: left;
    border: 1px solid #ca862e;
    padding: 14px;
    border-radius: 4px;
    margin-top: 25px;
    padding: 8px 12px;
    background: #f1b85c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYjg1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2I1NjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f1b85c 0%, #b5641d 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1b85c), color-stop(98%,#b5641d));
    background: -webkit-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: -o-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: -ms-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b85c', endColorstr='#b5641d',GradientType=0 );
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
    -o-transition: all 0.5s ease 0.2s; /* Opera */
}

    a.orange_btn:hover {
        background: #dda140;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYTE0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjUxMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dda140 0%, #9b510f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dda140), color-stop(100%,#9b510f));
        background: -webkit-linear-gradient(top, #dda140 0%,#9b510f 100%);
        background: -o-linear-gradient(top, #dda140 0%,#9b510f 100%);
        background: -ms-linear-gradient(top, #dda140 0%,#9b510f 100%);
        background: linear-gradient(top, #dda140 0%,#9b510f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dda140', endColorstr='#9b510f',GradientType=0 );
        transition: all 0.5s ease 0.2s;
        -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
        -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
        -o-transition: all 0.5s ease 0.2s; /* Opera */
    }

.orange_btn {
    text-shadow: #9d5919 1px 1px 1px;
    color: #FFF;
    font-size: 12px;
    border: 1px solid #ca862e;
    padding: 14px;
    border-radius: 4px;
    padding: 8px 12px;
    background: #f1b85c;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYjg1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2I1NjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f1b85c 0%, #b5641d 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1b85c), color-stop(98%,#b5641d));
    background: -webkit-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: -o-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: -ms-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b85c', endColorstr='#b5641d',GradientType=0 );
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
    -o-transition: all 0.5s ease 0.2s; /* Opera */
}

.orange_btn {
    margin-top: 25px;
}

    .orange_btn:hover {
        background: #dda140;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYTE0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjUxMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dda140 0%, #9b510f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dda140), color-stop(100%,#9b510f));
        background: -webkit-linear-gradient(top, #dda140 0%,#9b510f 100%);
        background: -o-linear-gradient(top, #dda140 0%,#9b510f 100%);
        background: -ms-linear-gradient(top, #dda140 0%,#9b510f 100%);
        background: linear-gradient(top, #dda140 0%,#9b510f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dda140', endColorstr='#9b510f',GradientType=0 );
        transition: all 0.5s ease 0.2s;
        -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
        -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
        -o-transition: all 0.5s ease 0.2s; /* Opera */
    }


.content .contentPH .fields_container {
    height: auto;
    /*width: 660px;*/
    width: auto;
    margin-top: auto;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: 20px;
    font-size: 18px;
    float: left;
}

h1 {
    float: left;
    height: auto;
    width: 660px;
    font-size: 18px;
    color: #e19c2d;
    font-weight: bold;
}

/*apo base Normal  -------------------------------- */
h2, h3, h4 {
    margin: 0;
    font-weight: normal;
}

h2, h3 {
    padding: 0 0 9px;
}

h4 {
    padding-bottom: 21px;
    border-bottom: 1px dashed #999;
    font-size: 9pt;
    font-weight: bold;
}

.pull-quote {
    padding: 6px 0;
    line-height: 20px;
    text-transform: uppercase;
    font-size: 9pt;
}
/* telos apo base */

.content .contentPH .fields_container .buttons_box {
    float: left;
    height: 40px;
    width: 100%;
    margin-top: 10px;
}
/*.content .contentPH .fields_container .splitter {*/
.splitter {
    height: 1px;
    width: 660px;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #d9d9d9;
    border-bottom-color: #d9d9d9;
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
}

.content .contentPH .grid_title {
    float: left;
    height: auto;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    width: 660px;
    margin-left: 20px;
    padding-bottom: 5px;
}

    .content .contentPH .grid_title .gt_title {
        color: #E19C2D;
        float: left;
        font-size: 18px;
        font-weight: bold;
    }
/*.content .contentPH .grid_title .gt_brief {
	float: right;
	margin-top: 6px;
}*/


.content .contentPH .grid tr td a img {
    padding: 1px;
}

.ed_gap {
    width: 100%;
    clear: both;
    height: 10px;
}
/*kouti mtpy*/
/*.content .left .boxy_left {*/
table.paymentTbl, table.totalstlb {
    float: left;
    height: auto;
    width: 220px;
    border: 1px solid #CCC;
    margin-top: 30px;
    border-radius: 6px;
    background-color: #f5f7f9;
    padding-bottom: 4px;
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
    /*.content .left .boxy_left .bl_box {*/
    table.paymentTbl .bl_box, table.totalstlb .bl_box {
        height: auto;
        width: 200px;
        margin-top: 10px;
        margin-left: 5px;
    }
        /*.content .left .boxy_left .bl_box .bl_title {*/
        table.paymentTbl .bl_box .bl_title, table.totalstlb .bl_box .bl_title {
            margin: auto;
            width: 180px;
            border-radius: 4px 4px 0px 0px;
            background-image: url('../Images/btitle.png');
            color: #FFF;
            text-align: center;
        }


.left-column-table {
    border: 1px solid #CCC;
    border-radius: 4px;
    margin-bottom: 3px;
    background-color: #ffffff;
    text-align: center;
    width: 200px;
    margin-bottom: 8px;
}



/*telos kouti mtpy*/

/*morfopoihsh yparxontwn classewn*/
/* Layout  -------------------------------- */
.layout-grid {
    width: 100%;
}

    .layout-grid td {
        vertical-align: top;
    }

        .layout-grid td.layout-left {
            font-size: 18px;
            color: #d0840a;
            height: auto;
            width: 220px;
            padding-top: 20px;
            padding-right: 20px;
        }

            .layout-grid td.layout-left a {
                color: #d0840a;
            }

            .layout-grid td.layout-left dl.navig-left dt, dd {
                padding-top: 8px;
                padding-bottom: 8px;
                border-bottom-width: 1px;
                border-bottom-style: solid;
                border-bottom-color: #d8d8d8;
                color: #444444;
                padding-left: 35px;
                background-repeat: no-repeat;
                background-position: left center;
            }

            .layout-grid td.layout-left dl.navig-left dt {
                color: #444444;
                font-weight: bolder;
            }

            .layout-grid td.layout-left a:hover {
                color: #000000;
            }
            /*aristero menu selected*/
            .layout-grid td.layout-left dl.navig-left dd a.selected {
                color: #444444;
            }

.home_img {
    background-image: url('../images/home.png');
}

.help_img {
    background-image: url('../Images/help.png');
}

.cash_img {
    background-image: url('../Images/money.png');
}

.accounts_img {
    background-image: url('../Images/employees_salary.png');
}

.cash_in_img {
    background-image: url('../Images/cash_in.png');
}

.cash_out_img {
    background-image: url('../Images/cash_out.png');
}

.cash_in_out_img {
    background-image: url('../Images/cash_in_out.png');
}

.customer_img {
    background-image: url('../Images/basket.png');
}

.customers_img {
    background-image: url('../Images/employee.png');
}

.customers_contracts_img {
    background-image: url('../Images/employees_contracts.png');
}

.customers_contracts_basic_img {
    background-image: url('../Images/basic_data.png');
}

.customers_contracts_change_img {
    background-image: url('../Images/cash_in_out.png');
}

.customers_contracts_confirmation_img {
    background-image: url('../Images/certificate.png');
}

.contact_img {
    background-image: url('../Images/contact.png');
}

.user_img {
    background-image: url('../Images/user.png');
}

.suppliers_img {
    background-image: url('../Images/suppliers.png');
}

.employee_img {
    background-image: url('../Images/employee.png');
}

.employees_contracts_img {
    background-image: url('../Images/employees_contracts.png');
}

.employees_salary_img {
    background-image: url('../Images/employees_salary.png');
}

.payment_img {
    background-image: url('../Images/employees_salary.png');
}

.personal_data_img {
    background-image: url('../Images/personal_data.png');
}

.reports_img {
    background-image: url('../Images/employees_contracts.png');
}

.topfolder_img {
    background-image: url('../Images/topfolder.png');
}

.viewall_img {
    background-image: url('../Images/viewall.png');
}

.createfile_img {
    background-image: url('../Images/createfile.png');
}

.settings_img {
    background-image: url('../Images/settings.png');
}

.preview_img {
    background-image: url('../Images/preview.png');
}

.fiscal_year_img {
    background-image: url('../Images/clock.png');
}

.usage_periods_img {
    background-image: url('../Images/clock.png');
}


.change_password_img {
    background-image: url('../Images/change_password.png');
}

.epiloges_img {
    background-image: url('../Images/epiloges.png');
}

.error_img {
    background-image: url('../Images/error.png');
}

.header_img {
    background-image: url('../Images/header.png');
}

.sort_img {
    background-image: url('../Images/sort.png');
}

.basic_data_img {
    background-image: url('../Images/basic_data.png');
}

.schoolCom_img {
    background-image: url('../Images/schoolCom.png');
}

.school_img {
    background-image: url('../Images/school.png');
}

.material_img {
    background-image: url('../Images/note.png');
}

.message_img {
    background-image: url('../Images/message.png');
}

.announcement_img {
    background-image: url('../Images/announcement.png');
}

.other_img {
    background-image: url('../Images/other.png');
}

.archive_img {
    background-image: url('../Images/archive.png');
}

.letters_img {
    background-image: url('../Images/letters.png');
}

.suitcase_img {
    background-image: url('../Images/suitcase.png');
}

.letters-settings_img {
    background-image: url('../Images/letters-settings.png');
}

.fix_img {
    background-image: url('../Images/fix.png');
}



.layout-grid td.layout-right {
    background-color: #FFFFFF;
    padding: 0 20px 20px;
    width: auto;
    height: auto;
}

    .layout-grid td.layout-right table .navig-right {
        width: 640px;
    }

.navig-link {
    margin-left: 15px;
    width: 620px;
    float: left;
    background-image: url('../Images/arrow.png');
    background-repeat: no-repeat;
    background-position: left 7px;
    padding-left: 15px;
    font-weight: bold;
}

a .navig-link, .navig-link {
    font-size: 18px;
    /*color: #e19c2d;*/
}

    a:hover .navig-link, .navig-link:hover {
        font-size: 18px;
        color: #c27e12;
    }


.navig-text {
    float: left;
    clear: left;
    font-size: 16px;
    color: #444444;
    margin-bottom: 25px;
    padding-left: 15px;
    width: 95%;
}

a.btn {
    text-shadow: #9d5919 1px 1px 1px;
    color: #FFF;
    font-size: 12px;
    border: 1px solid #ca862e;
    border-radius: 4px;
    margin-top: 25px;
    padding: 8px 12px;
    background: #f1b85c;
    margin: -2px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYjg1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2I1NjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f1b85c 0%, #b5641d 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1b85c), color-stop(98%,#b5641d));
    background: -webkit-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: -o-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: -ms-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b85c', endColorstr='#b5641d',GradientType=0 );
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
    -o-transition: all 0.5s ease 0.2s; /* Opera */
}

a.btn {
    float: left;
}

    a.btn:hover {
        background: #dda140;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYTE0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjUxMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, #dda140 0%, #9b510f 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dda140), color-stop(100%,#9b510f));
        background: -webkit-linear-gradient(top, #dda140 0%,#9b510f 100%);
        background: -o-linear-gradient(top, #dda140 0%,#9b510f 100%);
        background: -ms-linear-gradient(top, #dda140 0%,#9b510f 100%);
        background: linear-gradient(top, #dda140 0%,#9b510f 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dda140', endColorstr='#9b510f',GradientType=0 );
        transition: all 0.5s ease 0.2s;
        -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
        -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
        -o-transition: all 0.5s ease 0.2s; /* Opera */
    }

a.innerbtn {
    float: left;
    text-shadow: 1px 1px 1px #081F3A;
    color: #FFFFFF;
    font-size: 12px;
    border: 1px solid #9BAEC4;
    border-radius: 4px;
    margin-top: 25px;
    padding: 4px 12px;
    background: #f1b85c;
    margin: -2px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYjg1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2I1NjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #D7ECFF 0%, #25578F 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#D7ECFF), color-stop(98%,#25578F ));
    background: -webkit-linear-gradient(top, #D7ECFF 0%,#25578F 98%);
    background: -o-linear-gradient(top, #D7ECFF 0%,#25578F 98%);
    background: -ms-linear-gradient(top, #D7ECFF 0%,#25578F 98%);
    background: linear-gradient(top, #D7ECFF 0%,#25578F 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D7ECFF', endColorstr='#25578F',GradientType=0 );
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
    -o-transition: all 0.5s ease 0.2s; /* Opera */
}

    a.innerbtn:hover {
        float: left;
        text-shadow: 1px 1px 1px #081F3A;
        color: #FFFFFF;
        font-size: 12px;
        border: 1px solid #9BAEC4;
        border-radius: 4px;
        margin-top: 25px;
        padding: 4px 12px;
        background: #f1b85c;
        margin: -2px;
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYjg1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2I1NjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, #C5DEF5 0%, #0C3563 98%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#C5DEF5), color-stop(98%,#0C3563 ));
        background: -webkit-linear-gradient(top, #C5DEF5 0%,#0C3563 98%);
        background: -o-linear-gradient(top, #C5DEF5 0%,#0C3563 98%);
        background: -ms-linear-gradient(top, #C5DEF5 0%,#0C3563 98%);
        background: linear-gradient(top, #C5DEF5 0%,#0C3563 98%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C5DEF5', endColorstr='#0C3563',GradientType=0 );
        transition: all 0.5s ease 0.2s;
        -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
        -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
        -o-transition: all 0.5s ease 0.2s; /* Opera */
    }


.filter-area, .edit-area {
    width: 100%;
    height: 1px;
    margin-bottom: 1px;
    table-layout: fixed;
}

.edit-area, .report-area {
    margin-top: 0;
    padding-bottom: 15px;
}

.filter-area {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 5px;
}

.report-area {
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
    border-radius: 16px;
    box-shadow: 2px 2px rgba(120,120,120,0.2);
    margin-bottom: 5px;
    width: 100%;
    table-layout: fixed;
}



.filter_btn {
    float: right;
    padding-top: 10px;
    width: 190px;
    border-spacing: 0;
}

    .filter_btn td {
        width: 90px;
    }

td .formPrompt {
    text-align: left;
    vertical-align: top;
    /*width: 165px;*/
    padding-top: 2px;
    font-size: 14px;
    /*height: 22px;*/
}

/*.formPromptDetails
{
    font-size:11px; 
    font-weight:normal;
}*/

td .formField {
    text-align: left;
    vertical-align: top;
    padding: 0;
}



.TitleGrid {
    border-bottom: 1px #D9D9D9 dotted;
    border-top: 1px solid #D9D9D9;
    float: left;
    height: auto;
    width: 660px;
    font-size: 18px;
    color: #e19c2d;
    font-weight: bold;
    padding-top: 15px;
}

/*grid*/

.dxgvControl, .dxgvControl_clb {
    background-color: #ffffff;
    border: 0;
    font-size: 13px;
    font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
    color: #444;
}


table .dxgvControl td, table .dxgvControl_clb td {
    max-width: 660px;
}

.dxgvTitlePanel, .dxgvTitlePanel_clb {
    margin-top: 6px;
    background-color: #ffffff;
    color: #444;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    border-bottom-color: #CCC;
    width: 100%;
    font-size: 12px;
}

.dxgvGroupPanel, .dxgvGroupPanel_clb {
    background-color: #ffffff;
    border: none;
}

.dxgvHeader, .dxgvHeader_clb {
    font-size: 12px;
    padding-top: 10px;
    background-color: #ffffff;
    border-right: 1px solid #CFCFCF;
    font-weight: bold;
    background-color: #e4f2ff;
}

.dxgvHeader_clb {
    border-bottom: 1px solid #CFCFCF;
}

.dxgvTable, .dxgvTable_clb {
    border: 1px solid #CFCFCF;
    height: 30px;
}

    .dxgvTable td, .dxgvTable_clb td {
        vertical-align: bottom;
    }

.dxgvHeader table, .dxgvHeader_clb table {
    color: #D0840A;
}

.layout-grid td .dxgvDataRow {
    background-color: #f7f7f7;
    color: #444444;
}


.layout-grid td .altRow {
    background-color: #eaeaea;
}

.layout-grid td .dxgv {
    /*   height:60px;*/
    vertical-align: middle;
}

.dxgvEditFormDisplayRow_clb td.dxgv,
.dxgvDataRow_clb td.dxgv,
.dxgvDataRowAlt_clb td.dxgv,
.dxgvSelectedRow_clb td.dxgv,
.dxgvFocusedRow_clb td.dxgv {
    overflow: hidden;
    border-bottom: 1px Solid #CFCFCF;
    border-right: 1px Solid #CFCFCF;
    border-top-width: 0;
    border-left-width: 0;
    padding: 3px 6px 4px;
}

.dxgvSelectedRow_clb {
    background-color: #A0A0A0;
    color: White;
}

.dxgvFocusedRow_clb {
    background-color: #8D8D8D;
    color: White;
}

    .dxgvSelectedRow_clb .dxgvCommandColumn_clb a,
    .dxgvFocusedRow_clb .dxgvCommandColumn_clb a {
        color: White;
    }

        .dxgvSelectedRow_clb .dxgvCommandColumn_clb a:hover,
        .dxgvFocusedRow_clb .dxgvCommandColumn_clb a:hover {
            color: #F0F0F0;
        }

.dxgvFooter_clb {
    background-color: #D7D7D7;
    white-space: nowrap;
}

    .dxgvFooter_clb td.dxgv {
        padding: 5px 6px 6px;
        border-bottom: 1px Solid #BCBCBC;
        border-right-width: 0;
    }

.dxgvEmptyDataRow_clb {
    color: Gray;
}

    .dxgvEmptyDataRow_clb td.dxgv {
        border-bottom: 1px Solid #CFCFCF;
        text-align: center;
    }

.dxGridView_gvHeaderFilterActive {
    background-position: -23px -36px;
    height: 16px;
    width: 15px;
    Background-image: url(../Images/imagelist.png);
}


/*header dxDateEdit*/
.dxeEditArea_header, input[type="text"].dxeEditArea_header {
    font: 12px Tahoma, Geneva, sans-serif;
}



input.dxeEditArea_header[type="text"] {
    height: 14px;
    margin-bottom: 0px;
    background-color: transparent;
    font-size: 8pt;
    color: #D8D8D8;
}

.dxEditors_edtDropDown_header {
    background-position: -118px -146px;
    width: 10px;
    height: 10px;
    display: block;
    margin: auto;
}


.dxEditors_edtDropDown_header, .dxEditors_edtDropDownDisabled_header {
    background-image: url('../Images/DXR.png');
    background-repeat: no-repeat;
    background-color: transparent;
}


.dxeButtonEdit_header {
    background-color: rgba(0,0,0,0.5);
    border: 0px none #fff;
    cursor: default;
    position: relative;
    padding: 0 8px;
    top: 0px;
    margin-top: -10px;
    height: 32px;
    width: 100%;
}


.dxeButtonEditButton_header {
    vertical-align: middle;
    border: none;
    cursor: pointer;
    font: normal 11px Tahoma, Geneva, sans-serif;
    text-align: center;
    white-space: nowrap;
    padding: 0px 2px 1px 3px;
}


.dxeCalendar_header {
    border: 1px solid #9f9f9f;
    background-color: White;
    color: Black;
    font-weight: normal;
    cursor: default;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}


    .dxeCalendar_header td.dxMonthGrid {
        padding: 8px 20px;
    }

    .dxeCalendar_header td.dxMonthGridWithWeekNumbers {
        padding: 5px 20px 8px 8px;
    }

    .dxeCalendar_header td.dxMonthGridWithWeekNumbersRtl {
        padding: 5px 8px 8px 20px;
    }

.dxeCalendarWeekNumber_header {
    font: 9px Tahoma, Geneva, sans-serif;
    text-align: right;
    padding: 6px 8px 6px 4px;
    color: #bfbfbf;
}

.dxeCalendarDay_header {
    font: 12px Tahoma, Geneva, sans-serif;
    padding: 4px 6px;
    text-align: center;
}

.dxeCalendarDayHeader_header {
    font: 12px Tahoma, Geneva, sans-serif;
    padding: 2px 4px 5px;
    border-bottom: 1px solid #cfcfcf;
}

.dxeCalendarWeekend_header {
    color: #c00000;
}

.dxeCalendarOtherMonth_header {
    color: #888;
}

.dxeCalendarToday_header {
    padding: 3px 3px 2px;
    border: 1px solid #c00000;
}

.dxeCalendarSelected_header {
    color: White;
    background-color: #8d8d8d;
}

.dxeCalendarFooter_header {
    background-color: #ededed;
    padding: 8px 0px;
    border-top: 1px solid #d6d6d6;
}

.dxeCalendarButton_header {
    vertical-align: middle;
    border: 1px solid #7f7f7f;
    cursor: pointer;
    font: normal 11px Tahoma, Geneva, sans-serif;
    text-align: center;
    white-space: nowrap;
    font-size: 12px;
    background: #e5e5e5 url('../DXR.axd?r=1_88-jMlP9') repeat-x top;
    padding: 3px 11px 4px;
    min-width: 37px;
}

.dxeCalendarHeader_header {
    font: 12px Tahoma, Geneva, sans-serif;
    background-color: #dcdcdc;
    border-top: 1px solid #c9c9c9;
    border-right: 0 solid #c9c9c9;
    border-bottom: 1px solid #c9c9c9;
    border-left: 0 solid #c9c9c9;
    padding: 4px 7px;
}

.dxeCalendarOutOfRange_header {
    color: #d0d0d0;
}

.dxeCalendarHeader_header td.dxe {
    text-align: center;
    cursor: pointer;
}

.dxEditors_edtCalendarPrevYear_header,
.dxEditors_edtCalendarPrevYearDisabled_header,
.dxEditors_edtCalendarPrevMonth_header,
.dxEditors_edtCalendarPrevMonthDisabled_header,
.dxEditors_edtCalendarNextMonth_header,
.dxEditors_edtCalendarNextMonthDisabled_header,
.dxEditors_edtCalendarNextYear_header,
.dxEditors_edtCalendarNextYearDisabled_header,
.dxEditors_edtCalendarFNPrevYear_header,
.dxEditors_edtCalendarFNNextYear_header {
    display: block;
    margin: auto;
}

.dxEditors_edtCalendarNextMonth_header {
    background-position: 0px -204px;
    width: 11px;
    height: 12px;
    background-image: url('../Images/DXR.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxEditors_edtCalendarNextYear_header {
    background-position: -84px -204px;
    width: 11px;
    height: 12px;
    background-image: url('../Images/DXR.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxEditors_edtCalendarPrevMonth_header {
    background-position: -98px -204px;
    width: 11px;
    height: 12px;
    background-image: url('../Images/DXR.png');
    background-repeat: no-repeat;
    background-color: transparent;
}

.dxEditors_edtCalendarPrevYear_header {
    background-position: -36px -204px;
    width: 11px;
    height: 12px;
    background-image: url('../Images/DXR.png');
    background-repeat: no-repeat;
    background-color: transparent;
}



/****/

.content .contentPH .dxvsRC ul li {
    background-image: none;
    margin: 0;
}

.content .contentPH .dxgvPagerBottomPanel {
    /*border : 2px solid #CFCFCF;  */
    border-top: 1px solid #CFCFCF;
}

    .content .contentPH .dxgvPagerBottomPanel .dxpSummary /*, .dxpPageNumber */ {
        font-size: 11px;
    }

/* για τα ul*/
.content .contentPH .dxtvControl {
    max-width: 640px;
}

    .content .contentPH .dxtvControl ul {
        margin: 0;
        padding: 0;
        width: 90%;
        max-width: 620px;
    }

        .content .contentPH .dxtvControl ul li {
            background-image: none;
            width: 90%;
            padding: 5px 0px;
            margin-bottom: 0;
        }

            .content .contentPH .dxtvControl ul li ul {
                width: 100%;
            }

            .content .contentPH .dxtvControl ul li .dxtv-nd {
                font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
            }

/*������� �� ����� edit*/
.actions {
    position: relative;
    float: right;
    /*padding: 15px 0 0 0;*/
    padding: 0;
}

    .actions a.actionButton, .sendButton {
        /*text-shadow: #9d5919 1px 1px 1px;
	color: #FFF;
	font-size: 12px;
	/*float: left;
	border: 1px solid #ca862e;
	margin-top: 25px;
    padding: 8px 12px;
	background-color: #f1b85c;*/
        text-shadow: #9d5919 1px 1px 1px;
        color: #FFF;
        font-size: 12px;
        float: left;
        border: 1px solid #ca862e;
        border-radius: 4px;
        margin-top: 25px;
        padding: 8px 12px;
        background: #f1b85c;
        margin: 2px;
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYjg1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2I1NjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, #f1b85c 0%, #b5641d 98%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1b85c), color-stop(98%,#b5641d));
        background: -webkit-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
        background: -o-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
        background: -ms-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
        background: linear-gradient(top, #f1b85c 0%,#b5641d 98%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b85c', endColorstr='#b5641d',GradientType=0 );
        border-radius: 4px;
        transition: all 0.5s ease 0.2s;
        -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
        -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
        -o-transition: all 0.5s ease 0.2s; /* Opera */
    }

        .actions a.actionButton:hover, .sendButton:hover {
            background-color: #dda140;
            background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYTE0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjUxMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
            background: -moz-linear-gradient(top, #dda140 0%, #9b510f 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dda140), color-stop(100%,#9b510f));
            background: -webkit-linear-gradient(top, #dda140 0%,#9b510f 100%);
            background: -o-linear-gradient(top, #dda140 0%,#9b510f 100%);
            background: -ms-linear-gradient(top, #dda140 0%,#9b510f 100%);
            background: linear-gradient(top, #dda140 0%,#9b510f 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dda140', endColorstr='#9b510f',GradientType=0 );
            transition: all 0.5s ease 0.2s;
            -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
            -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
            -o-transition: all 0.5s ease 0.2s; /* Opera */
        }
/*titlos se forma edit*/
.rowHeader {
    /*border-bottom: 3px solid wheat;*/
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 2px 5px;
    background: #818ca9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxOGNhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #818ca9 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#818ca9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #818ca9 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #818ca9 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #818ca9 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #818ca9 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#818ca9', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}

.rowHeader-disabled {
    /*border-bottom: 3px solid wheat;*/
    color: rgb(255, 255, 255);
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 2px 5px;
    background: #818ca9; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgxOGNhOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, #C7C7C7 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#818ca9), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, #C7C7C7 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left, #C7C7C7 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left, #C7C7C7 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to right, #C7C7C7 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#C7C7C7', endColorstr='#ffffff',GradientType=1 ); /* IE6-8 */
}



.from_to {
    font-style: italic;
    float: left;
    width: 40px;
}

.from_to_text {
    float: left;
    max-width: 90px;
    margin-right: 10px;
}

/*apo base.css*/
.formPromptMandatory {
    color: #5d5e60;
    font-weight: bold;
}

.textReadOnly {
    background-color: #F5FFE1;
    font-weight: bold;
}



.formDeductions {
    text-align: right;
    vertical-align: text-bottom;
    width: 250px;
    color: Red;
    volume: medium;
}




/*.infoTbl {
    background-color: #e2effa;
    box-shadow: 0px -5px 8px -8px rgba(0, 0, 255, 0.6);
    display: block;
    font-size: 9pt;
    margin: 5px auto;
    padding: 5px;
    width: 550px;
    background-image: url(tooltipbottom.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}*/

.formPromptDetails {
    color: sienna;
    font-size: 10pt;
    font-style: italic;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    width: 100%;
}


.infoTbl {
    padding: 0px;
    background-color: #fff;
    width: 100%;
    box-shadow: 0px 0px 10px -5px rgba(59%,47%,44%,0.9);
    border: 2px solid #ddd;
}


    .infoTbl td {
        background-color: #ECF1F5;
        padding: 4px !important;
    }

    .infoTbl th {
        background-color: #CCD8E5;
    }


/*��� validation messages*/


.dxvsValidationSummary {
    background: url("../Images/warning-msg.png") no-repeat scroll 10px center transparent;
    border: 1px solid rgba(230, 40, 40, 0.7);
    box-shadow: 4px 4px rgba(230, 40, 40, 0.22);
    color: red;
    display: block;
    font: 12px Tahoma;
    padding: 10px 10px 10px 50px;
    width: 600px;
    float: left;
    margin: 10px;
    background-color: #ffffb0;
}


/*��� validation messages*/
/*.edit-area .dxvsValidationSummary ul, .dxvsValidationSummary .dxvsRC ul {
       width: 560px;
    }

        .edit-area .dxvsValidationSummary ul li, .dxvsValidationSummary .dxvsRC ul li {
            width: 540px;
        }*/

.validation {
    position: relative;
    float: left;
    width: auto;
}


    .validation ul li {
        list-style-type: none;
        transform: translateX(20px);
    }



/*gia image se validation*/
.dxeErrorCell img {
    margin: 0;
}

.dxeControlsCell {
    padding-right: 0;
}

/*rewards table at employees contracts*/
.rewards-area {
    width: 100%;
}

deductions-area {
    width: 100%;
}

.parameters {
    width: 660px;
}

    .parameters td {
        width: auto;
    }

.dxeBase {
    font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-bottom: 10px;
    padding-top: 10px;
}


/*deduction - reward*/

.mnuAddDeduction {
    border: 1px solid #afafaf;
    /*border-radius: 7px;*/
    padding: 1px 1px 0px 1px !important;
    width: 150px !important;
    display: block;
    margin: 10px;
    float: left !important;
    box-shadow: 2px 2px rgba(100,100,100,0.2);
    font-size: 9pt;
    background: rgb(226,226,226) !important; /* Old browsers */
    background: -moz-linear-gradient(top, rgba(226,226,226,1) 0%, rgba(219,219,219,1) 50%, rgba(209,209,209,1) 51%, rgba(254,254,254,1) 100%) !important; /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,1)), color-stop(50%,rgba(219,219,219,1)), color-stop(51%,rgba(209,209,209,1)), color-stop(100%,rgba(254,254,254,1))) !important; /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%) !important; /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%) !important; /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%) !important; /* IE10+ */
    background: linear-gradient(to bottom, rgba(226,226,226,1) 0%,rgba(219,219,219,1) 50%,rgba(209,209,209,1) 51%,rgba(254,254,254,1) 100%) !important; /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ) !important; /* IE6-9 */
}


table.deductions-area tbody tr td.deductions-MainHeader, table.rewards-area tbody tr.rewards-MainHeader td {
    background-position: 5px 3px;
    background-repeat: no-repeat;
    padding: 6px 8px 5px 27px;
}

table.deductions-area tbody tr td.deductions-MainHeader {
    background-color: #FFB0B0;
    box-shadow: 2px 2px #EFEFEF;
    background-image: url('../Images/minus_ded.png');
}


table.rewards-area {
    border: 1px solid #dddddd;
    background-color: #f5fff6;
    box-shadow: 2px 2px #ddedde;
}


table.deductions-area {
    background-color: #FFF0F0;
    border: 1px solid #DDDDDD;
    box-shadow: 2px 2px 1px #EFEFEF;
    margin-top: 10px;
    width: 100%;
}

table.rewards-area tbody tr.rewards-MainHeader td {
    background-color: #B0DFB0;
    background-image: url("../Images/plus_ded.png");
}



.rewards-Header {
    font-style: italic;
    width: 20%;
}

.deductions-Headers {
    font-style: italic;
    width: 200px;
    font-size: 10pt;
}



.divMessageNotification .wrap.flex {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1px;
    flex-wrap: nowrap;
    flex-direction: column;
    img

{
    width: auto;
    height: 22px;
    margin: 0;
    padding: 0;
}

label {
    transform: translateY(-5px);
}

}




span.megaTooltip {
    background-color: papayawhip;
    background-image: url("../Images/get_info.png");
    background-position: 5px;
    background-repeat: no-repeat;
    border-radius: 6px 6px 6px 6px;
    display: block;
    font-size: 9pt;
    margin: 5px auto;
    padding: 5px 5px 5px 40px;
    min-height: 25px;
}

span.megaAlertTooltip h3 {
    border-bottom: 1px dotted #111111;
    padding: 4px 0px;
    font-weight: bold;
    margin: 0px;
    color: #111111;
}


span.megaAlertTooltip {
    background-color: #FDFDB0;
    background-image: url("../Images/speaker.png");
    background-position: 5px 7px;
    background-repeat: no-repeat;
    color: #555555;
    display: block;
    font-size: 9pt;
    margin: 15px auto;
    min-height: 25px;
    padding: 5px 5px 10px 40px;
    line-height: 10pt;
    border-left: 5px solid #ffcc00;
    box-shadow: 4px 5px 0px #efefd0;
}


.lct_text {
    width: 120px;
}


td.lct_text {
    background: #E1A322;
    color: #FFFFFF;
    font-size: 9pt;
    margin: auto;
    text-align: right;
    padding: 3px 6px;
    border-radius: 4px;
}



.lct_bottom_row td.lct_text {
    border-radius: 7px;
    color: #000000;
    font-size: 9pt;
    margin: auto;
    padding: 3px 6px;
    text-align: right;
    box-shadow: 1px 1px #cdddce;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}


/*reports*/
.reports-titlerpt2 a {
    color: #5C94F1;
    font-size: 12pt;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
}

.reports-titlerpt1 a {
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari and Chrome */
    -o-transition: all 0.5s; /* Opera */
    color: #E19C2D;
    font-size: 12pt;
    margin-left: 2px;
}

    .reports-titlerpt1 a:hover, .reports-titlerpt2 a:hover {
        color: #333333;
        margin-left: 10px;
    }

.reports-title a {
    background-image: url("../Images/printDoc.png");
    background-position: 1px 1px;
    background-repeat: no-repeat;
    color: #505071;
    float: left;
    font-weight: normal;
    padding: 4px 0px 4px 20px;
    font-size: 12pt;
    line-height: 18px;
}

.reports-title {
    position: relative;
    overflow: visible !important;
}

    .reports-title a img {
        position: absolute;
        right: 0px;
        top: 0px;
    }

.reports-description {
    color: #333333;
    font-size: 8pt !important;
    font-style: italic;
    margin: 0px;
    padding: 0px 6px 6px 3px;
    float: left;
}

.dxtv-nd img.dxtv-ndImg {
    display: none;
}



span.dxtv-elbNoLn {
    height: auto !important;
}


.reports-title-selected a {
    background-position: 1px 1px;
    font-size: 12pt;
    padding-left: 20px;
    float: left;
    background-repeat: no-repeat;
    color: #23a92f;
    background-image: url("../Images/foundDoc.png");
}


td.layout-right h2 a.collapsed {
    background-color: #E4E4E4;
    background-image: url("../Images/expand-plus.png");
    background-position: 10px 4px;
    background-repeat: no-repeat;
    border-radius: 9px;
    border-top: 5px solid #71B7E8;
    box-shadow: 2px 2px rgba(100, 100, 100, 0.1);
    color: #2F2F2F;
    display: block;
    font-size: 10pt;
    padding: 2px 30px;
    text-shadow: 0 0 1px #626262;
    margin-top: 10px;
}



td.layout-right h2 a.expanded {
    background-color: #E4E4E4;
    background-image: url("../Images/expand-minus.png");
    background-position: 10px 4px;
    background-repeat: no-repeat;
    border-radius: 9px;
    border-top: 5px solid #71B7E8;
    box-shadow: 2px 2px rgba(100, 100, 100, 0.1);
    color: #2F2F2F;
    display: block;
    font-size: 10pt;
    padding: 2px 30px;
    text-shadow: 0 0 1px #626262;
    margin-top: 10px;
}

td.layout-left table.table-report-search span {
    text-shadow: 0px 0px 1px #8d8d8d;
    color: #333333;
}


td.layout-left table.table-report-search {
    background-color: #EEEEEE;
    background-image: url("../Images/searchwatermark.png");
    background-position: 10px 5px;
    background-repeat: no-repeat;
    border: 0 none;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 3px 3px rgba(100, 100, 100, 0.2);
    font-size: 10pt;
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #dddddd;
}

.report-hefo-headers {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: Gray;
    border-bottom-width: 2px;
}

    .report-hefo-headers th {
        font-size: 12pt;
        text-align: left;
    }

.report-hefo-groupA {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: #B8C0C4;
    border-bottom-width: 3px;
    /*background-color:#DFE7EB;*/
}

    .report-hefo-groupA td {
        text-align: left;
        vertical-align: middle;
        font-size: 10pt;
    }

.report-hefo-groupB {
    width: 100%;
    border-bottom-style: solid;
    border-bottom-color: #B8C0C4;
    border-bottom-width: 3px;
}

    .report-hefo-groupB td {
        text-align: left;
        vertical-align: middle;
        font-size: 10pt;
    }

.report_cash_data {
    border-color: white;
    border-radius: 16px;
    border-style: solid;
    padding-bottom: 8px;
    border-width: 2px;
}


.importantNote {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 7px;
    padding-right: 7px;
    box-shadow: 2px 2px #dfdfdf;
    background-color: #FECB06 !important;
    color: #4d4d4d !important;
}

div.dxmLite ul {
    margin: 0px !important;
    padding: 0px !important;
    background-color: #F2F2F2 !important;
    max-width: 300px !important;
}

div.dxmLite li {
    margin: 0px !important;
    padding: 0px !important;
    background-image: none !important;
    max-width: 295px !important;
}

.dxmLite .dxm-popup {
    border: none;
    background-color: rgb(238, 238, 238);
    height: 100%;
}


div#ctl00_ContentData_memoUp_TD_T0.dxm-main ul.dx li, div#ctl00_ContentData_memoUp_TD_T1.dxm-main ul.dx li {
    width: auto;
    height: auto;
}

div#ctl00_ContentData_memoUp_TD_T0.dxm-main ul.dx, div#ctl00_ContentData_memoUp_TD_T1.dxm-main ul.dx {
    float: none !important;
    display: inline;
}

div#ctl00_ContentData_memoDown_TD_T0.dxm-main ul.dx li, div#ctl00_ContentData_memoDown_TD_T1.dxm-main ul.dx li {
    width: auto;
    height: auto;
}

div#ctl00_ContentData_memoDown_TD_T0.dxm-main ul.dx, div#ctl00_ContentData_memoDown_TD_T1.dxm-main ul.dx {
    float: none !important;
    display: inline;
}


#ctl00_ContentData_memoDown_TC_TC li, #ctl00_ContentData_memoUp_TC_TC li {
    width: auto !important;
    background-image: none;
    margin: 0 !important;
    padding: 0 !important;
}

div.gridfooterRev {
    float: right;
    padding-right: 20px;
    background-image: url("../Images/incomes.png");
    background-repeat: no-repeat;
    background-position: right 3px;
    clear: both;
    font-size: 9pt;
    font-weight: bold;
    color: #4E6427;
}

div.gridfooterExp {
    float: right;
    clear: both;
    padding-right: 20px;
    background-image: url("../Images/outcomes.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    color: #752017;
    font-weight: bold;
    font-size: 9pt;
}

div.gridfooterPay {
    float: right;
    clear: both;
    padding-right: 20px;
    background-image: url("../Images/outcomes.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    color: #752017;
    font-weight: bold;
    font-size: 9pt;
}

div.gridfooterCredMovement {
    float: left;
    clear: both;
    padding-right: 20px;
    background-image: url("../Images/movements.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    color: #367cc4;
    font-weight: bold;
    font-size: 9pt;
}

div.gridfooterRevMovement {
    float: left;
    clear: both;
    padding-right: 20px;
    background-image: url("../Images/revenues.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    font-size: 9pt;
    font-weight: bold;
    color: grey;
}

div.gridfooterExpMovement {
    float: left;
    clear: both;
    padding-right: 20px;
    background-image: url("../Images/expenses.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    color: grey;
    font-weight: bold;
    font-size: 9pt;
}

div.gridfooterPayOffMovement {
    float: left;
    clear: both;
    padding-right: 20px;
    background-image: url("../Images/outcomes.png");
    background-repeat: no-repeat;
    background-position: right 0px;
    color: #752017;
    font-weight: bold;
    font-size: 9pt;
}

div.gridfooterGrand {
    float: right;
    clear: both;
    padding-right: 20px;
    background-repeat: no-repeat;
    background-position: right 0px;
    color: Black;
    font-weight: bold;
    font-size: 9pt;
}

.dxtbControl .dxmLite .dxm-main {
    border-width: 0;
    width: 100%;
}

.dxheHtmlViewArea, .dxheDesignViewArea, .dxhePreviewArea {
    background-color: #FFFFFF;
    background-image: none;
    margin: 0;
    min-height: 100px;
}


.watermark {
    background-attachment: scroll;
    background-image: url("../Images/watermark.png");
    background-position: center center;
    background-repeat: no-repeat;
    height: 209px;
    left: 0px;
    opacity: 0.9;
    position: fixed;
    top: 0px;
    width: 209px;
    z-index: 100;
}

a.lnkpopup {
    float: left;
    background-color: #D6993B;
    border-radius: 4px;
    padding: 3px 6px 3px 23px;
    color: #fff;
    font-size: 9pt;
    margin: 0px 10px 0px 0px;
    box-shadow: 0px 0px 3px #D6993B;
    text-shadow: 1px 1px #965900;
    background-image: url(../Images/plus_ded.png);
    background-repeat: no-repeat;
    background-position: 2px;
}

    a.lnkpopup:hover {
        cursor: pointer;
        background-color: #FFD97B;
        color: #333;
        text-shadow: 0 0;
    }

.dxbButton_pSC .dxb span {
    background-color: #ffcc00;
    background-image: url("../Images/recalculate.png");
    background-position: 7px 3px;
    background-repeat: no-repeat;
    border-radius: 3px 3px 3px 3px;
    color: #000000;
    display: block;
    font-size: 9pt;
    padding: 2px 4px 2px 29px;
    text-align: left;
    width: 67px;
}


    .dxbButton_pSC .dxb span:hover {
        background-color: #FFDC10;
        box-shadow: 0 0 4px #FFCC00;
    }

/*Export Xls + PDF*/

#ctl00_ContentData_btnPDFExport, #ctl00_ContentData_btnPDFExport1, #ctl00_ContentData_btnPDFExport2 {
    background-image: url('../images/iconset25.png');
    background-repeat: no-repeat;
    background-color: transparent !important;
    width: 23px !important;
    height: 25px !important;
    background-position: -25px 0;
    cursor: pointer;
    float: left;
    margin: 2px;
    padding: 0px !important;
    border: 0px none transparent;
}

#ctl00_ContentData_btnXlsExport, #ctl00_ContentData_btnXlsExport1, #ctl00_ContentData_btnXlsExport2 {
    background-image: url('../images/iconset25.png');
    background-repeat: no-repeat;
    background-color: transparent !important;
    width: 23px !important;
    height: 25px !important;
    background-position: -50px 0;
    cursor: pointer;
    float: left;
    margin: 2px;
    padding: 0px !important;
    border: 0px none transparent;
}

.dxGridView_gvDetailCollapsedButton_clb {
    background-image: url(/DXR.axd?r=3_5-iU3q6);
    background-color: transparent;
    background-repeat: no-repeat;
}

/*Saraies - mass update results*/
.cls_results {
    display: block;
    float: left;
    clear: both;
    font-size: 14px;
    color: rgb(75, 170, 75);
}

.cls_errors a {
    font-size: 12px;
    text-decoration: underline;
    color: rgb(224, 53, 53);
}

.box-printTitles {
    background-color: rgb(228, 228, 228);
    padding-top: 9px;
    padding-bottom: 1px;
    padding-left: 9px;
    border-radius: 11px;
}

td.layout-right h3 a.expanded {
    background-color: #E4E4E4;
    background-image: url("../Images/expand-minus.png");
    background-position: 10px 4px;
    background-repeat: no-repeat;
    box-shadow: 2px 2px rgba(100, 100, 100, 0.1);
    color: #2F2F2F;
    display: block;
    font-size: 10pt;
    padding: 2px 30px;
    text-shadow: 0 0 1px #626262;
}

td.layout-right h3 a.collapsed {
    background-color: #E4E4E4;
    background-image: url("../Images/expand-plus.png");
    background-position: 10px 4px;
    background-repeat: no-repeat;
    box-shadow: 2px 2px rgba(100, 100, 100, 0.1);
    color: #2F2F2F;
    display: block;
    font-size: 10pt;
    padding: 2px 30px;
    text-shadow: 0 0 1px #626262;
}

table.tlbEAPInfo {
    border: 0px none;
    background-color: #fff;
    border-collapse: inherit;
    font-size: 8pt;
    margin-top: 10px;
}

.tdEAPInfoLeft {
    background-color: rgb(236, 222, 199);
    color: #333333;
    margin: 1px;
}

.tdEAPInfoRight {
    background-color: papayawhip;
    margin: 1px;
}

table.tlbEAPInfo tr:hover td {
    background-color: #ffffff;
    color: teal;
}

table.tlbEAPInfo a {
    transition: all 0.6s ease 0s;
    cursor: help;
    padding: 3px 7px;
}

table.tlbEAPInfo td.tdEAPInfoLeft a {
    color: #444;
}

table.tlbEAPInfo td.tdEAPInfoRight a {
    color: #444;
}

a#actl00_ContentData_divEAPInfo {
    top: 8px;
}

a#adivPaymentsTable,
a#actl00_ContentData_divEAPInfo,
a#adivPaymentsΙΚΑTable,
a#adivPaymentsEASTable,
a#adivPaymentsAEPPTable,
a#adivPaymentsEADSTable,
a#adivPaymentsForPublicTable {
    font-size: 10pt;
    color: #fff;
    display: block;
    margin: 0 3px;
    text-align: left;
    padding: 2px 20px 2px 5px;
    transition: all 0.5s ease 0s;
    position: relative;
    background-color: tan;
    border-radius: 4px;
    cursor: pointer;
}

    a#adivPaymentsTable:hover,
    a#actl00_ContentData_divEAPInfo:hover,
    a#adivPaymentsΙΚΑTable:hover,
    a#adivPaymentsEASTable:hover,
    a#adivPaymentsAEPPTable:hover,
    a#adivPaymentsForPublicTable:hover,
    a#adivPaymentsEADSTable:hover,
    a#adivPaymentsTable.expanded:hover,
    a#actl00_ContentData_divEAPInfo.expanded:hover,
    a#adivPaymentsΙΚΑTable.expanded:hover,
    a#adivPaymentsEASTable.expanded:hover,
    a#adivPaymentsAEPPTable.expanded:hover,
    a#adivPaymentsEADSTable.expanded:hover,
    a#adivPaymentsForPublicTable.expanded:hover {
        background-color: tan;
        color: rgb(255, 255, 255);
    }

    a#adivPaymentsTable:after,
    a#actl00_ContentData_divEAPInfo:after,
    a#adivPaymentsΙΚΑTable:after,
    a#adivPaymentsEASTable:after,
    a#adivPaymentsAEPPTable:after,
    a#adivPaymentsEADSTable:after,
    a#adivPaymentsForPublicTable:after {
        content: "";
        position: absolute;
        right: 10px;
        bottom: 30%;
        border-style: solid;
        border-width: 7px 4px 0px 4px;
        border-color: #fff transparent transparent transparent;
        transition: all 0.5s ease 0s;
    }

    a#adivPaymentsTable:hover:after,
    a#actl00_ContentData_divEAPInfo:hover:after,
    a#adivPaymentsΙΚΑTable:hover:after,
    a#adivPaymentsEASTable:hover:after,
    a#adivPaymentsAEPPTable:hover:after,
    a#adivPaymentsForPublicTable:hover:after,
    a#adivPaymentsEADSTable:hover:after,
    a#adivPaymentsTable.expanded:after,
    a#actl00_ContentData_divEAPInfo.expanded:after,
    a#adivPaymentsΙΚΑTable.expanded:after,
    a#adivPaymentsEASTable.expanded:after,
    a#adivPaymentsAEPPTable.expanded:after,
    a#adivPaymentsEADSTable.expanded:after,
    a#adivPaymentsForPublicTable.expanded:after {
        border-color: tan transparent transparent transparent;
        bottom: -5px;
        border-width: 7px 7px 0px 7px;
    }

    a#adivPaymentsTable:hover:before,
    a#actl00_ContentData_divEAPInfo:hover:before,
    a#adivPaymentsΙΚΑTable:hover:before,
    a#adivPaymentsTable.expanded:before,
    a#adivPaymentsEASTable:hover:before,
    a#adivPaymentsAEPPTable:hover:before,
    a#adivPaymentsForPublicTable:hover:before,
    a#adivPaymentsEADSTable:hover:before,
    a#actl00_ContentData_divEAPInfo.expanded:before,
    a#adivPaymentsΙΚΑTable.expanded:before,
    a#adivPaymentsEASTable.expanded:before,
    a#adivPaymentsAEPPTable.expanded:before,
    a#adivPaymentsEADSTable.expanded:before,
    a#adivPaymentsForPublicTable.expanded:before {
        border-color: rgb(151, 162, 194);
    }

#divPaymentsTable {
    cursor: default;
}
/*BΙΒΛΙΟ ΥΛΙΚΟΥ*/
.completedestruct {
    padding: 10px;
    background: #ECECEC;
    border-left: 5px solid #D93700;
    font-size: 18px;
    margin: 20px 0;
    border-radius: 0 10px 10px 0;
    color: #D93700;
    text-shadow: 1px 1px #ffffff;
}

.limiteddestruct {
    padding: 10px;
    background: #ECECEC;
    border-left: 5px solid #D97600;
    font-size: 18px;
    margin: 20px 0;
    border-radius: 0 10px 10px 0;
    color: #D97600;
    text-shadow: 1px 1px #fff;
}

.dxbButton_pConnect {
    background: #C4E78B;
    border: 1px solid #b2ca7f;
    border-radius: 7px;
    box-shadow: 2px 10px 8px -8px #b3b4b6;
    -webkit-box-shadow: 2px 10px 8px -8px #b3b4b6;
    -o-box-shadow: 2px 10px 8px -8px #b3b4b6;
    -mz-box-shadow: 2px 10px 8px -8px #b3b4b6;
    display: block;
    float: right;
    font-size: 13px;
    margin: 10px;
    padding: 6px 8px 8px 40px;
    text-shadow: 1px 1px #C4E78B;
    position: relative;
    color: #48631E;
    overflow: hidden;
}


    .dxbButton_pConnect:hover {
        background: url("../Images/hover_shadow.png") repeat-y right #C4E78B;
        box-shadow: 2px 9px 8px -8px #b3b4b6;
        -webkit-box-shadow: 2px 9px 8px -8px #b3b4b6;
        -o-box-shadow: 2px 9px 8px -8px #b3b4b6;
        -mz-box-shadow: 2px 9px 8px -8px #b3b4b6;
    }


    .dxbButton_pConnect span:before {
        content: "";
        width: 34px;
        height: 50px;
        position: absolute;
        left: 0px;
        top: -10px;
        background: url("../Images/link-icon2.jpg") no-repeat center center;
    }


.dxbButton_pDisconnect {
    background: #F6CA4C;
    border: 1px solid #DCB544;
    border-radius: 7px;
    box-shadow: 2px 10px 8px -8px #b3b4b6;
    -webkit-box-shadow: 2px 10px 8px -8px #b3b4b6;
    -o-box-shadow: 2px 10px 8px -8px #b3b4b6;
    -mz-box-shadow: 2px 10px 8px -8px #b3b4b6;
    display: block;
    float: right;
    font-size: 13px;
    margin: 10px;
    padding: 8px 10px 10px 40px;
    text-shadow: 1px 1px #f7d572;
    position: relative;
    overflow: hidden;
}

    .dxbButton_pDisconnect:hover {
        background: url("../Images/hover_shadow.png") repeat-y right #f6ca4c;
        box-shadow: 2px 9px 8px -8px #b3b4b6;
        -webkit-box-shadow: 2px 9px 8px -8px #b3b4b6;
        -o-box-shadow: 2px 9px 8px -8px #b3b4b6;
        -mz-box-shadow: 2px 9px 8px -8px #b3b4b6;
    }

    .dxbButton_pDisconnect span:before {
        content: "";
        width: 34px;
        height: 50px;
        position: absolute;
        left: 0px;
        top: -8px;
        background: url("../Images/link-break-icon2.jpg") no-repeat center center;
    }


.hlp {
    float: right;
}

    .hlp a {
        width: 129px;
        height: 50px;
        background: url('../Images/odigies-ekkinisis.svg')no-repeat center center;
        display: block;
        outline: 0 !important;
    }

        .hlp a:hover {
            background: url('../Images/odigies-ekkinisis-hover.svg')no-repeat center center;
        }

.msgsc {
    float: right;
}

    .msgsc a {
        width: 129px;
        height: 50px;
        background: url('../Images/aitiseis-sxep.svg')no-repeat center center;
        display: block;
        outline: 0 !important;
    }

        .msgsc a:hover {
            background: url('../Images/aitiseis-sxep-hover.svg')no-repeat center center;
        }



/*Html editor css styles*/
.HtmP {
    font-size: 10px;
    color: red;
}

.show_hide {
    padding: 5px 10px 5px 5px;
    background: #E5E5E5;
    border-bottom: 1px dotted #cccccc;
    border-radius: 6px;
}

    .show_hide:hover {
        background: #E2E2E2;
    }

.btnShow, .btnHide, .btnShowMore, .btnHideMore {
    font-size: 14px;
    color: #444444;
    cursor: pointer;
    line-height: 20px;
    text-shadow: 1px 1px #ffffff;
}

.btnShow, .btnShowMore {
    background: url("../Images/more.png") no-repeat center right;
}

.btnHide, .btnHideMore {
    background: url("../Images/less.png") no-repeat center right;
}

    .btnShowMore a, .btnHideMore a {
        color: #444444;
    }

.btnShow:before {
    content: "Άνοιγμα περισσότερων κριτηρίων";
}

.btnHide:before {
    content: "Κλείσιμο περισσότερων κριτηρίων";
}

.leftBanner { /*border-bottom:8px solid #e19c2d;*/
    margin-top: 30px;
}

.announce-left h4 {
    position: relative;
    font-size: 20px !important;
    color: #fff !important;
    text-align: center !important;
    padding: 3px 0px 10px 0px !important;
    margin-top: 20px !important;
    background: #DA5F47 !important;
    font-weight: normal !important;
    border: none !important;
    letter-spacing: 0.03em;
    text-shadow: 2px 2px 0px #C0543F;
    -webkit-text-shadow: 2px 2px 0px #C0543F;
    -moz-text-shadow: 2px 2px 0px #C0543F;
    -ms-text-shadow: 2px 2px 0px #C0543F;
    box-shadow: 0px -3px 0px #C0543F;
    -webkit-box-shadow: 0px -3px 0px #C0543F;
    -moz-box-shadow: 0px -3px 0px #C0543F;
    -ms-box-shadow: 0px -3px 0px #C0543F;
}

    .announce-left h4:after {
        content: "";
        position: absolute !important;
        bottom: -8px !important;
        left: 46.5%;
        border-top: 8px solid #DA5F47 !important;
        border-left: 8px solid transparent !important;
        border-right: 8px solid transparent !important;
    }

.announce-left {
    text-align: center;
}

.leftBanner {
    border-bottom: none !important;
}

.announce-left > a {
    color: #ffffff !important;
    padding: 6px;
    background: #C0543F;
    display: block !important;
    font-weight: normal;
    text-shadow: 1px 1px 0px #810202;
    -webkit-text-shadow: 1px 1px 0px #810202;
    -moz-text-shadow: 1px 1px 0px #810202;
    -ms-text-shadow: 1px 1px 0px #810202;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}


    .announce-left > a:hover {
        background: #A21A1A;
    }


.leftBanner a {
    padding: 0px !important;
    background: transparent !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
}


/* PopUp menu ----------------------          
                ----------------------------------*/

#ctl00_pmUserSettings {
    position: absolute !important;
    top: 44px !important;
    height: auto !important;
    width: auto !important;
}



.dxmSubMenu_sm {
    box-shadow: 0px 0px 10px #C9C9C9 !important;
    -webkit-box-shadow: 0px 0px 10px #C9C9C9 !important;
    -moz-box-shadow: 0px 0px 10px #C9C9C9 !important;
    -ms-box-shadow: 0px 0px 10px #C9C9C9 !important;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border: 1px solid #cccccc;
    overflow: hidden;
}

#ctl00_lblUserName {
    position: relative;
    padding-right: 15px;
}

    #ctl00_lblUserName:after {
        content: "";
        position: absolute !important;
        top: 6px !important;
        right: 0px !important;
        border-top: 5px solid #cccccc !important;
        border-left: 5px solid transparent !important;
        border-right: 5px solid transparent !important;
    }



.dxmSubMenu_sm tr {
    background: #ffffff !important;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
}

    .dxmSubMenu_sm tr:hover {
        background: #F9DA51 !important;
    }

#ctl00_pmUserSettings_DXI0_T span, #ctl00_pmUserSettings_DXI1_T span {
    font-size: 12px !important;
    padding: 0px 0px 0px 14px !important;
    position: relative !important;
    text-shadow: 1px 1px 0px #ffffff;
    -webkit-text-shadow: 1px 1px 0px #ffffff;
    -moz-text-shadow: 1px 1px 0px #ffffff;
    -ms-text-shadow: 1px 1px 0px #ffffff;
}

#ctl00_pmUserSettings_DXI0_T {
    padding: 5px;
}

#ctl00_pmUserSettings_DXI1_T {
    padding: 5px;
}

    #ctl00_pmUserSettings_DXI1_T span:before {
        content: "";
        width: 20px !important;
        height: 20px !important;
        position: absolute !important;
        top: -4px !important;
        left: -14px !important;
        background: url("../Images/password.png") no-repeat center center !important;
    }

#ctl00_pmUserSettings_DXI0_T span:before {
    content: "";
    width: 20px !important;
    height: 20px !important;
    position: absolute;
    top: -4px !important;
    left: -14px !important;
    background: url("../Images/user-small.png") no-repeat center center !important;
}

#ReportViewer1_Div {
    float: left;
}

.trUserRightsNode {
    max-width: 300px;
    font-size: 10pt;
    word-wrap: normal;
    display: inline-block;
}

.MetroCheckButton {
    text-decoration: none;
    color: #ca862e !important;
    border-style: solid;
    border-width: 1px;
    padding: 3px 3px 3px 3px;
    margin-left: 3px;
}

    .MetroCheckButton:hover {
        text-decoration: none;
        color: #5d5e60 !important;
        border-style: solid;
        border-width: 1px;
        padding: 3px 3px 3px 3px;
        margin-left: 3px;
    }

.deductions-Amnts div {
    background: none !important;
    border: none !important;
}

.truncated {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.top ul li {
    position: relative;
}

a#lnkbridge {
    background-color: #ED5901;
    box-shadow: inset 0 0 3px #333333;
    position: relative;
    left: 13px;
    top: -1px;
    color: #ffffff;
    font-weight: bold;
    padding: 12px 16px 11px;
}

    a#lnkbridge:hover {
        background-color: #F1B85C;
    }

.btnBatchProcess {
    background-image: url('../images/iconset25.png');
    background-repeat: no-repeat;
    width: 23px;
    height: 25px;
    background-position: 0 0;
    cursor: pointer;
    float: left;
    margin: 2px;
}

.btn-pop {
    display: block;
    padding: 5px 8px;
    background: linear-gradient(#F1B75B, #B5641D);
    background-size: 1px 70px;
    margin: 1px;
    color: #fff;
    border: 1px solid #CA862E;
    border-radius: 4px;
    font-size: 10pt;
    text-shadow: 1px 1px #B5641D;
    transition: all 0.3s ease 0s;
    background-color: #CA8625;
}

    .btn-pop:hover {
        cursor: pointer;
        background-position: 10px;
    }

.popup_btn {
    text-shadow: #9d5919 1px 1px 1px;
    color: #FFF !important;
    font-size: 12px;
    border: 1px solid #ca862e;
    border-radius: 4px;
    margin-top: 25px;
    padding: 8px 12px;
    background: #f1b85c;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YxYjg1YyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk4JSIgc3RvcC1jb2xvcj0iI2I1NjQxZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top, #f1b85c 0%, #b5641d 98%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f1b85c), color-stop(98%,#b5641d));
    background: -webkit-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: -o-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: -ms-linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    background: linear-gradient(top, #f1b85c 0%,#b5641d 98%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1b85c', endColorstr='#b5641d',GradientType=0 );
    border-radius: 4px;
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
    -o-transition: all 0.5s ease 0.2s; /* Opera */
}

.btn-pop:hover {
    background-color: #dda140;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RkYTE0MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YjUxMGYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #dda140 0%, #9b510f 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dda140), color-stop(100%,#9b510f));
    background: -webkit-linear-gradient(top, #dda140 0%,#9b510f 100%);
    background: -o-linear-gradient(top, #dda140 0%,#9b510f 100%);
    background: -ms-linear-gradient(top, #dda140 0%,#9b510f 100%);
    background: linear-gradient(top, #dda140 0%,#9b510f 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dda140', endColorstr='#9b510f',GradientType=0 );
    transition: all 0.5s ease 0.2s;
    -moz-transition: all 0.5s ease 0.2s; /* Firefox 4 */
    -webkit-transition: all 0.5s ease 0.2s; /* Safari and Chrome */
    -o-transition: all 0.5s ease 0.2s; /* Opera */
}

.warning {
    color: red !important;
}

.dataNextPrev ul {
    width: auto;
    position: absolute;
    top: -50px;
    right: 20px;
}

    .dataNextPrev ul li {
        list-style: none;
        display: inline-block;
    }

        .dataNextPrev ul li a {
            width: 20px;
            height: 20px;
            text-indent: -99999px;
            font-size: 9pt;
            background-image: linear-gradient(#ddd,#ccc);
            display: block;
            border-radius: 3px;
            border: 1px solid #ccc;
            position: relative;
        }

            .dataNextPrev ul li a:hover {
                background-image: linear-gradient(#f9cc00,#f9cc00);
                border-color: #ffcc00;
            }

            .dataNextPrev ul li a:after {
                content: "";
                position: absolute;
                border-width: 5px;
                border-style: solid;
                top: 25%;
            }

            .dataNextPrev ul li a.disabled {
                background-image: linear-gradient(#eee,#ddd);
                border-color: #ddd;
                cursor: default;
                opacity: 0.5;
            }

#ctl00_ContentData_lnkNextPrevious_btnNext:after {
    border-color: transparent transparent transparent #777;
    left: 40%;
}

#ctl00_ContentData_lnkNextPrevious_btnPrevious:after {
    border-color: transparent #777 transparent transparent;
    left: 15%;
}

.notvalid-note {
    color: rgb(194, 92, 18);
    font-size: 14px;
    font-weight: 700;
    margin-left: 26px;
    padding: 2px 8px 2px 9px;
    margin-top: 5px;
}
/*----Παλιά αρχεία---*/
.layout-right > a.collapsed {
    color: #ffffff;
    background: #B8AB89;
    padding: 10px 20px;
    display: inline-block;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0px 1px #A69B7E inset;
    -ms-box-shadow: 0 0 0px 1px #A69B7E inset;
    box-shadow: 0 0 0px 1px #A69B7E inset;
    -webkit-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.38);
    -ms-text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.38);
    text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.38);
    -webkit-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

    .layout-right > a.collapsed:hover {
        background: #A09474;
    }

.tlbOldFiles {
    border-spacing: 0 !important;
    margin-top: 2px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

    .tlbOldFiles tr {
        background: #FFFEEF;
        display: block;
        border-top: 1px solid #D8D6B5;
        border-bottom: 2px solid #ffffff;
        -webkit-transition: all 0.2s linear 0s;
        -ms-transition: all 0.2s linear 0s;
        transition: all 0.2s linear 0s;
    }

        .tlbOldFiles tr:hover {
            background: #F4F3E5;
        }

    .tlbOldFiles span {
        color: #887272;
        padding: 10px 20px;
        display: inline-block;
        margin: 0;
    }

        .tlbOldFiles span.navig-link {
            color: #897F66 !important;
            -webkit-text-shadow: 0 1px 0 #FFFDD8;
            -ms-text-shadow: 0 1px 0 #FFFDD8;
            text-shadow: 0 1px 0 #FFFDD8;
            background-image: none !important;
        }

        .tlbOldFiles span.notvalid-note {
            color: #977F66;
            background: #F4F3E5;
            margin-left: 20px !important;
            padding: 3px 10px 5px !important;
            border-left: 2px solid #B8AB89;
            border-right: 2px solid #B8AB89;
            -webkit-border-radius: 5px;
            -ms-border-radius: 5px;
            border-radius: 5px;
            -webkit-text-shadow: 0 1px 0 #ffffff;
            -ms-text-shadow: 0 1px 0 #ffffff;
            text-shadow: 0 1px 0 #ffffff;
            font-weight: normal;
        }

        .tlbOldFiles span.navig-text {
            color: #5A5252 !important;
            font-size: 14px !important;
            padding-bottom: 20px !important;
        }

.alnkSearchProtocol,
.alnkShowProtocol,
.alnkDelinkProtocol {
    cursor: pointer;
    color: #fff !important;
    font-size: 12px;
    padding: 2px 8px 3px !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    -ms-border-radius: 3px !important;
    -o-border-radius: 3px !important;
    border-radius: 3px !important;
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}


.alnkSearchProtocol {
    background: #FFB642;
    text-shadow: #593908 1px 1px 1px;
}

    .alnkSearchProtocol:hover {
        background: #DA9B36;
    }

.alnkShowProtocol {
    background: #9DABD2;
    text-shadow: #385296 1px 1px 1px;
}

    .alnkShowProtocol:hover {
        background: #6F85C2;
    }

.alnkDelinkProtocol {
    background: #FF6969;
    text-shadow: #AE1F1F 1px 1px 1px;
}

    .alnkDelinkProtocol:hover {
        background: #E04B4B;
    }


/* Message */

section.message {
    display: block;
    padding: 0px 0;
}

    section.message .clearfix {
        width: 100%;
        float: none;
        clear: both;
    }

    section.message .header {
        padding: 0;
        margin: 0;
        display: table;
        table-layout: fixed;
        height: auto;
        width: 100%;
        word-wrap: break-word;
    }

        section.message .header h3 {
            background-color: #444;
            color: #fefefe;
            padding: 0px;
            margin: 0;
            font-size: 105%;
            text-shadow: 1px 0 #333;
            font-weight: 700;
            word-wrap: break-word;
            display: table;
            table-layout: fixed;
            width: 100%;
        }

        section.message .header h4 {
            background-color: #444;
            color: #fefefe;
            padding: 8px;
            margin: 0;
            font-size: 105%;
            text-shadow: 1px 0 #333;
            font-weight: 700;
            word-wrap: break-word;
            border-bottom: 0;
        }

        section.message .header span.message-num {
            background-color: #999;
            display: table-cell;
            padding: 7px;
            margin: 0 10px 0 0;
            font-size: 10pt;
            width: 80px;
            text-align: center;
        }

        section.message .header span.message-subject {
            display: table-cell;
            padding-bottom: 5px;
            padding-left: 6px;
        }

    section.message .info {
        display: block;
        width: 100%;
        padding: 5px 0;
        box-sizing: border-box;
        text-align: right;
    }

    section.message .tag {
        background-color: #ececec;
        display: inline-block;
        padding: 3px 5px;
        margin: 0;
        float: none;
        font-size: 9pt;
    }

    section.message .info .announcement-info {
        float: left;
        width: 100%;
    }

        section.message .info .announcement-info .tag {
            background: none;
            float: left;
        }

    section.message .info .tag.date .icon-date {
        background-image: url(../Images/conditions.png);
        background-position: -90px 0;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        margin-top: -2px;
    }


    section.message .info .tag.time .icon-time1 {
        background-image: url(../Images/conditions.png);
        background-position: -120px 0;
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 4px;
        margin-top: -1px;
    }

    section.message .canceled {
        background-color: #b93e3e;
        color: #fefefe;
    }

    section.message .ongoing {
        background-color: #ea6a15;
        color: #fefefe;
    }

    section.message .notstarted {
        background-color: #e9d926;
        color: #010101;
    }

    section.message .finished {
        background-color: #70b953;
        color: #fefefe;
    }

    section.message .side {
        display: inline-block;
        width: 120px;
        margin-right: 10px;
    }

        section.message .side .avatar {
            background-color: #efefef;
            padding: 10px;
            font-size: 9pt;
            text-align: center;
            margin-bottom: 5px;
        }

        section.message .side .button-group,
        .dxgvTable .button-group {
            display: block;
            width: 100%;
            text-align: center;
        }

    section.message .main.full strong {
        color: inherit;
    }

.status-btn:before {
    left: 1px !important;
    top: 1px !important;
    background-color: white !important;
    cursor: pointer !important;
}

.button-group .btn:hover {
    opacity: 1
}

.button-group .btn {
    position: relative;
    padding: 6px !important;
    padding-left: 32px !important;
    cursor: pointer;
    opacity: 0.88;
}

    .button-group .btn:before {
        content: "";
        position: absolute;
        left: 5px;
        top: -6px;
        box-sizing: border-box;
        background-image: url(../Images/conditions.png);
        background-repeat: no-repeat;
        width: 26px;
        height: 25px;
        border: 1px solid transparent;
        cursor: default;
        background-color: transparent;
    }

    .button-group .btn.finished:before {
        background-position: 0 0;
    }

    .button-group .btn.notstarted:before {
        background-position: -180px 0px;
    }

    .button-group .btn.ongoing:before {
        background-position: -60px 0px;
    }

    .button-group .btn.canceled:before {
        background-position: -30px 0px;
    }

    .button-group .btn.active {
        opacity: 1;
        cursor: pointer;
    }

section.message .main {
    display: inline-block;
    width: calc(100% - 135px);
    vertical-align: top;
    word-wrap: break-word;
    padding: 10px;
    box-sizing: border-box;
    background-color: rgba(200,200,200,0.1);
    font-size: 10pt;
    box-shadow: inset 0px 0px 17px -9px #232323;
    min-height: 80px;
    color: #666;
}


    section.message .main.full {
        width: 100%;
        /*max-width: 664px;*/
        display: inline-block;
    }

/* End of Message */

/* Message List */

.divMessageList {
    padding: 0px;
}


.msgHeader {
    width: 100%;
    /* border-radius: 6px; */
    cursor: pointer;
    font-size: 10pt;
    display: block;
}

    .msgHeader > a {
        display: table;
        color: #232323;
        width: 100%;
        table-layout: fixed;
    }

    .msgHeader:hover {
        background-color: #CDCDCD;
    }

.msgCreatedBy {
    padding: 10px;
    width: 100px;
    height: 100%;
    display: table-cell;
    background: #e9e9e9;
    box-sizing: border-box;
    /*
    color: white;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 13px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
        */
}

.msgBodyShort {
    padding: 10px;
    /* color: #432; */
    width: 360px;
    display: table-cell;
    box-sizing: border-box;
}

.msgTimeElapsed {
    padding: 10px;
    font-size: 8pt;
    display: table-cell;
    width: 195px;
    box-sizing: border-box;
    text-align: right;
}

    .msgTimeElapsed .icon-timeElapsed {
        width: 32px;
        height: 32px;
        background-image: url('../Images/conditions3.png');
        display: inline-block;
        background-position: -150px 0;
        vertical-align: middle;
    }

.msgMain {
    padding: 8px;
    background-color: #f6f6f6;
    /*   border-radius: 4px;
    border: 2px solid;
    border-color: #beb995;
     */
}

.msgDate {
    display: inline-block;
    background-color: #aeaeae;
    color: #fff;
    font-size: 8pt;
    padding: 3px 5px;
}

.msgBody {
    font-size: 14px;
}


.messageSchoolCommittee {
    margin-bottom: 1px;
    background-color: #efefef;
}


.messageSchool {
    margin-bottom: 1px;
    background-color: #EAE4DC;
}

    .messageSchool .msgCreatedBy {
        background-color: #E3D8CA;
    }


/* End of Message List*/

.sendButton {
    float: left;
    padding: 6px;
    padding-top: 5px;
    padding-bottom: 4px;
}

.divMessageNotification {
    display: block;
}

    .divMessageNotification .wrap {
        position: relative;
    }

    .divMessageNotification span.imgMessage {
        position: absolute;
        color: #ffffff;
        background-color: #ED5901;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 16px;
        height: 16px;
        top: 0px;
        padding: 0;
        right: 0px;
        font-size: 8px;
        text-align: center;
        font-weight: bold;
        border-radius: 20px;
        z-index: 999999;
    }

    .divMessageNotification img.imgMessage {
        height: 26px;
        width: auto;
        background-color: transparent;
        margin-top: 9px;
    }

.hasMessage {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: 3; /* Chrome, Safari, Opera */
    animation-iteration-count: 3;
    -webkit-animation-name: tada;
    animation-name: tada;
}


@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%, 20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
    }

    30%, 50%, 70%, 90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%, 60%, 80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.divAnnouncementOuter {
    background-color: inherit;
    border: none;
    height: 0px;
    padding: 0px;
    float: none;
}

.divAnnouncement {
    padding: 0px;
    margin: 0px;
    max-width: 580px;
    width: 100%;
    display: inline-block;
}

.divAnnouncementHeader {
    display: inline-block;
    font-size: 14px;
    color: black;
    width: 640px;
}

    .divAnnouncementHeader a {
        color: black;
    }

.divAnnouncementBody, .divAnnouncementDate, .divAnnouncementFooter {
    background-color: silver;
    padding: 5px;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 0px;
    margin-bottom: 0px;
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 15px;
    font-weight: normal;
}

.divAnnouncementSubject, body.dxheDesignViewArea {
    background-color: #444;
    color: #fefefe;
    padding: 0px;
    margin: 0;
    font-size: 105%;
    text-shadow: 1px 0 #333;
    font-weight: 700;
}

.divAnnouncementBody {
    color: black;
    background-color: #F4EEEE;
}

.divAnnouncementDate {
    background-color: #874468;
    color: white;
    border-bottom-left-radius: 6px;
    width: auto;
    display: table-cell;
}

.divAnnouncementFooter {
    display: table-row;
    padding: 0px;
    padding-right: 20px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}


.divNewAnnouncement:hover {
    background-color: #c8d384;
}

table.tblAttachments {
    width: 100%;
}

.divAttachments {
    margin-bottom: 8px;
    border-style: dotted;
    border-color: rgb(127, 127, 127);
    border-width: 0;
    border-top-width: 1px;
}

.divAttachment {
    width: 100%;
    display: inline-block;
    margin-top: 1px;
    margin-bottom: 1px;
    border-bottom: 1px solid #CDF;
    box-sizing: border-box;
}

.divAttachmentName:before {
    content: "";
    position: absolute;
    left: 5px;
    top: 2px;
    box-sizing: border-box;
    background-image: url(../Images/iconset25.png);
    background-repeat: no-repeat;
    width: 24px;
    height: 25px;
    border: 0px solid transparent;
}


.jpg:before, .jpe:before, .jpeg:before, .bmp:before, .png:before, .gif:before {
    background-position: -73px 0px;
}

.zip:before, .rar:before {
    background-position: -146px 0;
}

.pdf:before {
    background-position: -24px 0;
}

.unknown:before {
    background-position: -170px 0;
}

.txt:before, .rtf:before {
    background-position: -195px 0px;
}

.ppt:before, .ppts:before,, .pptx:before {
    background-position: -122px 0px;
}

.doc:before, .docx:before {
    background-position: -97px 0;
}

.xls:before, .xlsx:before {
    background-position: -49px 0;
}

.divAttachmentName.full {
    width: 616px;
}

.divAttachmentName {
    width: 593px;
    color: black;
    display: inline;
    padding: 4px;
    padding-left: 35px !important;
    position: relative;
    overflow: hidden;
}

.divAttachmentRemove {
    background-repeat: no-repeat;
    background-image: url("../Images/del.png");
    background-position: center;
    height: 21px;
    width: 6px;
}

.divAttachmentRemove, .tblAttachments a, .dxucControl .dxucBrowseButton a {
    color: #222;
    background-color: #F9F9F9;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    padding-left: 8px;
    padding-right: 8px;
}

    .divAttachmentRemove:hover, .tblAttachments a:hover, .dxucControl .dxucBrowseButtonHover a {
        color: #e19c2d;
    }

.dxucControl .dxucBrowseButton {
    padding: 0;
    border: 0;
    background-color: inherit;
    margin: 0;
}

.dxucControl .dxucBrowseButtonHover {
    padding: 0;
    border: 0;
    background-color: inherit;
    margin: 0;
}

td#ctl00_ContentData_announcementView_CCell {
    padding: 0px;
}

#ctl00_ContentData_announcementView_ICell section.message .main {
    background-color: transparent !important;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    border-bottom: 1px solid #F1F1F1;
}

.newannouncement {
    background-color: #e7e724;
    color: #404041;
    display: inline-block;
    padding: 0px 7px 0px 10px;
    margin-right: 3px;
    height: 24px;
    line-height: 24px;
    font-size: 8pt;
    text-align: center;
}

.unpublished {
    background-color: #ed4401;
    color: #fff;
    display: inline-block;
    padding: 0px 8px 0px 10px;
    height: 24px;
    line-height: 24px;
    font-size: 8pt;
    float: right;
    text-align: center;
}

.published {
    background-color: #69BB04;
    color: #fff;
    display: inline-block;
    padding: 0px 8px 0px 10px;
    height: 24px;
    line-height: 24px;
    font-size: 8pt;
    float: right;
    text-align: center;
}

#ctl00_ContentData_divNewAnnouncement {
    margin-top: 20px;
    float: right;
    clear: both;
}


.btn-msg {
    display: inline-block;
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.delete-item {
    background-image: url("../Images/del.png");
}

.edit-item {
    background-image: url("../Images/edit.png");
}

.readmore-btn {
    display: block;
    width: 165px;
    padding: 2px 10px;
    font-size: 10pt;
    margin-top: 20px;
    text-align: left;
    font-weight: 600;
}

/* Default page - right layout grid*/
section.large {
    width: 440px;
    float: left;
    box-sizing: border-box;
}

section.min {
    float: left;
    width: 220px;
    box-sizing: border-box;
}

.layout-grid td.layout-right section .tile {
    background-color: #f9f9f9;
    border: 1px solid #dadadb;
    padding: 10px;
    box-sizing: border-box;
    float: left;
    width: 210px;
    min-height: 150px;
    margin: 5px;
    position: relative;
}

    .layout-grid td.layout-right section .tile.size2 {
        width: 430px;
    }


p.readmore {
    display: block;
    width: 100%;
    padding: 10px 0 0 0;
    font-weight: bold;
}

.tile h4 {
    padding: 2px 0;
    border: 0 none;
    font-size: 120%;
    color: #464646;
}

.tile .dxhlDate {
    width: 100%;
    text-align: center;
    height: 47px;
    width: 47px;
    padding: 2px;
    color: #FFFFFF;
    text-shadow: #313131 1px 1px 1px;
    background-color: #464646;
    position: relative;
}

.tile span.day {
    font-size: 200%;
    font-weight: bold;
    display: block;
}

.tile .main {
    display: inline-block;
    width: 100%;
}

.tile .side {
    display: table-cell;
    width: 15%;
    vertical-align: top;
}

.tile .pager a {
    font-size: 265%;
    color: #282828;
}

.tile .dxhlHeader, .tile .dxhlContent {
    width: 335px;
    word-wrap: break-word;
    overflow: hidden;
}

.dxhlControl {
    font-family: "Segoe UI", "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.dxncControl a {
    color: #e19c2d !important;
}

/*Profile Dropdown Menu (Top bar)*/
#ctl00_pmUserSettings .dxm-popupMain {
    background-color: #232323;
    padding: 1px;
    position: relative;
}

    #ctl00_pmUserSettings .dxm-popupMain:before {
        content: "";
        position: absolute;
        border-width: 8px;
        border-style: solid;
        border-color: transparent transparent #232323 transparent;
        top: -15px;
        right: 10px;
        z-index: 9999;
    }

    #ctl00_pmUserSettings .dxm-popupMain li.dxm-item {
        color: #fff;
        padding: 6px 17px !important;
        box-shadow: 0 1px 0 #121212,0 2px 0 #444;
        transition: all 0.1s ease-out 0s;
    }


        #ctl00_pmUserSettings .dxm-popupMain li.dxm-item:hover {
            background-color: #f0f0f0;
            color: #333;
        }


        #ctl00_pmUserSettings .dxm-popupMain li.dxm-item:last-child {
            box-shadow: 0 0;
        }

        #ctl00_pmUserSettings .dxm-popupMain li.dxm-item .dxm-content span.dx-vam {
            text-shadow: 0 0 0 transparent !important;
        }


.dxtvControl .dxtv-ndSel {
    background-color: transparent !important;
    border: none !important;
}


.rptviewsinner {
    background-color: #ecebeb;
}

a.lnkinnerview {
    color: #777272 !important;
    font-size: 12px;
}


    a.lnkinnerview:hover {
        color: #383636 !important;
    }




.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}




.layout-grid td .dxgvDataRow.dxgvFocusedRow {
    background-color: #ece1cb;
}


.layout-grid td .dxgvDataRow.dxgvSelectedRow {
    background-color: #ece1cb;
}


#filtergrid {
    color: #c07f35;
    background-color: beige;
}

ul[id*="cpanelDocuments"] {
    display: block;
    width: 100%;
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px;
    margin-top: 10px;
    box-sizing: border-box;
}

    ul[id*="cpanelDocuments"] > li {
        display: inline-block;
        position: relative;
        width: calc(25% - 4px);
        height: 150px;
        overflow: hidden;
        border: 1px solid rgba(0,0,0,0.08);
        padding: 10px;
        margin: 2px;
        box-sizing: border-box;
        vertical-align: top;
    }

        ul[id*="cpanelDocuments"] > li .f-remove,
        ul[id*="cpanelDocuments"] > li .fld-remove {
            position: absolute;
            top: 4px;
            right: 4px;
        }

            ul[id*="cpanelDocuments"] > li .f-remove > *,
            ul[id*="cpanelDocuments"] > li .fld-remove > * {
                border: 0 none transparent;
                background: transparent;
                cursor: pointer;
            }

        ul[id*="cpanelDocuments"] > li .f-check,
        ul[id*="cpanelDocuments"] > li .fld-check {
            position: absolute;
            top: 5px;
            left: 5px;
        }

        ul[id*="cpanelDocuments"] > li .f-info,
        ul[id*="cpanelDocuments"] > li .fld-info {
            position: absolute;
            bottom: 10px;
            left: 10px;
            cursor: help;
        }

        ul[id*="cpanelDocuments"] > li .f-title,
        ul[id*="cpanelDocuments"] > li .fld-title {
            position: absolute;
            display: block;
            bottom: 7px;
            right: 10px;
            line-height: 1;
            padding: 5px;
            box-sizing: border-box;
            width: calc(100% - 40px);
            color: #232323;
            height: 23px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            ul[id*="cpanelDocuments"] > li .f-title a,
            ul[id*="cpanelDocuments"] > li .fld-title a {
                color: #232323;
                text-decoration: underline;
                cursor: pointer;
            }

        ul[id*="cpanelDocuments"] > li .f-size {
            position: absolute;
            top: 8px;
            right: 35px;
        }

        ul[id*="cpanelDocuments"] > li .icon-arrow-up,
        ul[id*="cpanelDocuments"] > li [class*='flaticon'],
        ul[id*="cpanelDocuments"] > li .icon-folder-close {
            position: absolute;
            top: calc(50% - 30px);
            left: calc(50% - 30px);
            font-size: 60px;
            color: rgb(229, 167, 79);
            cursor: pointer;
        }

        ul[id*="cpanelDocuments"] > li .icon-arrow-up {
            color: rgba(100, 100, 100,0.4);
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon"]:before {
            font-size: 45px;
            margin-left: 10px
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon-rar"]:before,
        ul[id*="cpanelDocuments"] > li [class*="flaticon-zip"]:before {
            color: #333;
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon-xls"]:before,
        ul[id*="cpanelDocuments"] > li [class*="flaticon-xlsx"]:before {
            color: #335500;
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon-pdf"]:before {
            color: #aa4400;
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon-docx"]:before,
        ul[id*="cpanelDocuments"] > li [class*="flaticon-doc"]:before {
            color: #0044aa;
        }


        ul[id*="cpanelDocuments"] > li [class*="flaticon-png"]:before {
            color: #a1a1a1;
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon-jpg"]:before {
            color: #ccc0c0;
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon-txt"]:before {
            color: #555555;
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon-rtf"]:before {
            color: #555555;
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon-pptx"]:before,
        ul[id*="cpanelDocuments"] > li [class*="flaticon-ppt"]:before {
            color: #cc7300;
        }

        ul[id*="cpanelDocuments"] > li [class*="flaticon-bmp"]:before {
            color: #cccc44;
        }

#trUploadFiles > td > table[id*='ContentData_uplDocument'] {
    width: 100% !important;
    margin-top: 10px;
}

#trUploadFiles .dxTF.dxucEditArea {
    line-height: 22px;
    height: 22px;
    color: rgba(0,0,0,0.5);
    padding-left: 5px;
}

#trUploadFiles .dxCB.dxucTextBox {
    height: 22px;
    line-height: 22px;
    background-color: rgba(0,0,0,0.05);
    border-left: 1px solid rgba(0,0,0,0.2) !important;
}

    #trUploadFiles .dxCB.dxucTextBox a {
        height: 22px;
        line-height: 22px;
    }

        #trUploadFiles .dxCB.dxucTextBox a img {
            display: block;
            margin: 4px;
        }

#trUploadFiles .dxucControl .dxucBrowseButton {
    border: 1px solid rgba(0,0,0,0.3);
}

#trUploadFiles .dxucControl .dxucButton {
    padding: 1px;
    box-sizing: border-box;
}

    #trUploadFiles .dxucControl .dxucButton a {
        border: 1px solid #dddddd;
        display: block;
        padding: 6px 10px;
        font-size: 11px;
        box-shadow: 0 0 0 transparent !important;
        text-shadow: 1px 1px rgba(0,0,0,0.3);
        background: linear-gradient(#cccccc,#aaaaaa);
        border-radius: 3px;
        color: #efefef;
        cursor: pointer;
    }

#trCreateFolder > td > table .actionButton,
#trUploadFiles .dxucControl [id*='uplDocument_Upload'].dxucButton a {
    border: 1px solid #008800;
    box-sizing: border-box;
    display: block;
    padding: 6px 10px;
    font-size: 11px;
    box-shadow: 0 0 0 transparent !important;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    background: linear-gradient(#339911,#226633);
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
}

#trUploadFiles .dxucControl .dxucButton.dxRB a {
    border: 1px solid #aa0000;
    background: linear-gradient(#cc0000,#aa0000);
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
}

.dxucButton.dxucDisabled.dxucButtonDisabled {
    opacity: 0.6;
    border: 1px solid rgba(0,0,0,0.1) !important;
}

#trUploadFiles [id*="ContentData_uplDocument_FileList"] {
    border: 1px solid rgba(0,0,0,0.1);
    background: linear-gradient(to bottom right,#eeeeee 50%,#efefef);
    padding: 2px;
    margin: 10px 0 10px 0px;
    box-sizing: border-box;
}

    #trUploadFiles [id*="ContentData_uplDocument_FileList"] li {
        border-bottom: 1px solid rgba(0,0,0,0.1);
        padding: 5px;
    }

        #trUploadFiles [id*="ContentData_uplDocument_FileList"] li:last-child {
            border-bottom: 0px solid rgba(0,0,0,0.1);
        }

#trCreateFolder > td > table {
    margin-top: 20px;
    border: 1px solid rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 0px;
}

    #trCreateFolder > td > table > tbody > tr > td {
        display: block;
    }

        #trCreateFolder > td > table > tbody > tr > td:nth-child(1) {
            padding: 5px;
            font-size: 12px;
        }

        #trCreateFolder > td > table > tbody > tr > td #parentfolder {
            display: block !important;
            ;
            margin-top: 10px;
            color: #333333;
        }

        #trCreateFolder > td > table > tbody > tr > td:nth-child(2),
        #trCreateFolder > td > table > tbody > tr > td:nth-child(3) {
            display: inline-block;
        }

        #trCreateFolder > td > table > tbody > tr > td table.dxeTextBoxSys {
            margin: 10px 10px 10px 10px;
        }

        #trCreateFolder > td > table > tbody > tr > td > .actionButton {
            margin: 5px 0;
        }

.fld-empty div {
    display: block;
    width: 90%;
    height: 90%;
    background-color: rgba(0,0,0,0.05);
    padding: 20px;
    box-sizing: border-box;
    margin: 8px auto;
    color: rgba(10,0,0,0.5);
}

.docroot {
    padding: 2px 10px 2px 10px;
    color: grey;
    border: solid 1px #e5e5e5;
    margin-top: 10px;
}

    .docroot > .icon-folder-open {
        color: rgb(229, 167, 79)
    }

#tdUploadFiles {
    border: solid 1px #e5e5e5;
    padding: 2px 10px 2px 10px;
}


.list-blocks ul[id*='cpanelDocuments_tlbDocuments'] {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    width: 100%;
    /*max-width:660px;*/
    max-height: 550px;
    overflow-y: scroll;
    border: 0 none;
}

    .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li {
        display: flex;
        flex-wrap: nowrap;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        width: 100%;
        height: auto;
        line-height: 1;
        padding: 5px;
        margin: 0 0 1px;
        min-height: none;
        max-height: none;
    }

        .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li * {
            position: initial;
            box-sizing: border-box;
            margin: 0;
            padding: 0;
        }

        .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div {
            padding: 3px;
        }


            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.f-info,
            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.fld-info {
                flex: 1 1 auto;
                order: 1;
                cursor: pointer;
            }

            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.f-remove,
            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.fld-remove {
                flex: 1 1 auto;
                order: 2;
                cursor: pointer;
            }

            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.f-check,
            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.fld-check {
                flex: 1 1 auto;
                order: 3;
            }

            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.f-img,
            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.fld-img {
                flex: 1 1 auto;
                order: 4;
                cursor: pointer;
            }

            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.f-title,
            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.fld-title {
                flex: 1 1 auto;
                order: 5;
                cursor: pointer;
            }


            .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > div.f-size {
                flex: 1 1 auto;
                order: 6;
                text-align: right;
            }

        .list-blocks ul[id*="cpanelDocuments"] > li [class*="flaticon"],
        .list-blocks ul[id*='cpanelDocuments_tlbDocuments'] > li > .fld.fld-img .icon-folder-close {
            font-size: 12pt;
            cursor: pointer;
        }

            .list-blocks ul[id*="cpanelDocuments"] > li [class*="flaticon"]::before {
                font-size: 18px;
                margin-left: -1px;
            }

.btn-list {
    border: 1px solid #c1c1c1;
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 10px;
    font-size: 11px;
    box-shadow: 0 0 0 transparent !important;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    background: linear-gradient(#aaafa9,#b7b7b7);
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
}

.btn-list-selected {
    border: 1px solid #007bff;
    box-sizing: border-box;
    display: inline-block;
    padding: 6px 10px;
    font-size: 11px;
    box-shadow: 0 0 0 transparent !important;
    text-shadow: 1px 1px rgba(0,0,0,0.3);
    background: linear-gradient(#007bff,#0d5cb1);
    border-radius: 3px;
    color: #ffffff;
    cursor: pointer;
}

.dxeTextBoxDefaultWidthSys,
.dxeButtonEditSys,
.dxeMemoSys {
    width: 97%;
}

    .dxeTextBoxDefaultWidthSys input,
    .dxeButtonEditSys input {
        padding: 3px !important;
    }

table#ctl00_ContentData_txtTaxTitle_ET {
}

.dxeRoot {
    width: 100% !important;
}


.layout-grid td.dxeButtonEditButton,
.layout-grid td.dxeButton {
    vertical-align: middle;
}


.top ul table.dxeValidStEditorTable {
    margin-top: 5px;
}


.top ul li > a#lnkLogout,
.top ul li > span {
    margin-top: 10px;
    display: block;
}

.top ul li > a#lnkbridge {
    margin-top: 0px;
    display: block;
}

.top ul li:nth-child(1) {
    border: 0;
}

.top ul li {
    height: 38px;
    padding: 0 10px;
}


div#ctl00_ContentData_forum {
    margin: 0 auto;
    display: block;
    text-align: center;
}
