/** COMMON STYLES **/
html 
{
    background-color: #fff;
}


body
{
    min-width: 1100px;
    font-family: Microsoft Sans Serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin: 0;
    padding: 0;
}

@media screen and (max-width:1140px) {
    body {
        min-width: 320px;
    }
}

div#WholeContent
{
    position: relative;
}

div#pop_up_canvas
{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1001;
    opacity: 0;
    background-color: rgba(255, 255, 255, 0.8);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#5affffff', endColorstr='#5affffff'); /* IE */ /*FILTER: progid : DXImageTransform.Microsoft.gradient ( startColorstr =         #5AFFFFFF, endColorstr = #5AFFFFFF );*/
}

div#popper div#popper_bar
{
    height: 31px;
    border: 1px solid #bdbcbd;
    padding-left: 12px;
    background: url('/Content/Images/new/bars_bg_small.gif') repeat-x;
    cursor: move;
}
div#popper div#popper_header
{
    font-size: 16px;
    text-align: left;
}
div#popper div#popper_header {
    font-size: 16px;
    text-align: left;
}

div#popper div#popper_body
{
    padding: 30px;
    border-left: 1px solid #bdbcbd;
    border-right: 1px solid #bdbcbd;
    border-bottom: 1px solid #bdbcbd;
    background-color: #fff;
}
div#popper div#popper_body div#popper_text
{
    padding: 5px;
}
div#popper_body div.error
{
    border: 1px solid #e90026;
    color: red;
    text-align: center;
}
div#popper_body div.success
{
    border: 1px solid #36a5ca;
    color: #36a5ca;
    text-align: center;
}
div#point_popper
{
    position: absolute;
    width: 408px;
    padding-top: 16px;
    margin: 0 auto;
    z-index: 1003;
}
div#point_popper a.s_close_btn
{
    position: absolute;
    top: 30px;
    right: 22px;
    cursor: pointer;
}
div#point_popper div#popper_body
{
    border: 1px solid #36a5ca;
    padding: 40px 30px 32px 22px;
    background-color: #fff;
}
div#point_popper div#popper_body div#popper_header
{
    font-weight: bold;
    margin-bottom: 10px;
}
div#point_popper div#popper_body div#popper_text
{
    text-align: justify;
    padding: 5px;
}
div.dialog_bar
{
    height: 31px;
    border: 1px solid #bdbcbd;
    padding-left: 12px;
    background: url('/Content/Images/new/bars_bg_small.gif') repeat-x;
    cursor: move;
}
div.dialog_box div.dialog_body
{
    padding: 30px;
    border-left: 1px solid #bdbcbd;
    border-right: 1px solid #bdbcbd;
    border-bottom: 1px solid #bdbcbd;
}
div.info_box
{
    position: absolute;
    width: 408px;
    padding-top: 16px;
    margin: 0 auto;
    z-index: 1003;
}
div.info_box a.s_close_btn
{
    position: absolute;
    top: 30px;
    right: 22px;
    cursor: pointer;
}
div.info_box div.wrapper
{
    border: 1px solid #36a5ca;
    padding: 40px 30px 32px 22px;
    background-color: #fff;
}
div.info_box div.wrapper div.info_header
{
    font-weight: bold;
    margin-bottom: 10px;
}
div.info_box div.wrapper div.info_text
{
    text-align: justify;
}

/*Forms*/
div#FormControl
{
    width: 800px;
    background-color: #F0F0F0;
    margin: 0;
    position: relative;
}

.Pit11Mobile {
    margin-bottom: 0px;
}

@media screen and (max-device-width: 800px) {
    div#FormControl {
        -webkit-transform:scale(1.3);
        -o-transform: scale(1.3);
        -ie-transform: scale(1.3);
        -moz-transform: scale(1.3);
        transform: scale(1.3);
        margin-left:90px;
        margin-top:180px;
    }

    .Pit11Mobile {
        margin-bottom: 150px;
    }
}

    #FormControl input[type="text"] {
        border: 0px none transparent;
        position: absolute;
        background-color: transparent;
        padding: 0px;
    }

        #FormControl input[type="text"]:hover {
            border: 1px ridge #008080;
            background-color: white;
            padding: 0px;
            margin: 0px;
        }

    #FormImage {
        width: 800px;
        height: auto;
        image-rendering: -webkit-optimize-contrast;
    }

    #FormImageWide {
        width: auto;
        height: 800px;
        image-rendering: -webkit-optimize-contrast;
    }

/*Menu*****/
.blockMenu {
    display: block !important;
    width: inherit !important;
    height: inherit !important;
}

    div#Menu {
        width: 255px;
        background-color: #F0F0F0;
        position: relative;
        z-index: 2;
    }

    div#MenuHeader {
        height: 47px;
        width: 255px;
        background: url("/ImgResources/bars_bg.gif") repeat-x scroll 0 0 transparent;
        border: 1px solid #BDBCBD;
        color: #048FBD;
        font-size: 20px;
        height: 47px;
        line-height: 47px;
        text-align: center;
    }

    div#Menu img {
    }

    /*div#Accordion
{
    position:absolute;
    width: 202px;
    min-height: 200px;
    left:260px;
    top:50px;
}*/

    .list_active .link_text, .list_done .link_text, .list_inactive .link_text {
        float: left;
        width: 195px;
        max-width: 195px;
        position: static !important;
        padding: 10px 10px 10px 10px;
    }

    .ico_subaccordion {
        float: right;
        margin: 0 10px;
    }

    .link_ico {
        float: right;
        width: 40px;
        height: 37px;
        min-height: 37px;
        padding: 0 !important;
        position: static !important;
    }

        .link_ico .helper {
            display: inline-block;
            height: 100%;
            vertical-align: middle;
        }

        .link_ico img {
            margin: 0;
            max-height: 20px;
            vertical-align: middle;
        }

    .list_active {
        border: 1px solid #048FBD;
        cursor: default;
        display: block;
        font-size: 15px;
        position: relative;
        background-color: #047FAD;
        color: #fff;
        min-height: 35px;
        width: 255px;
        text-align: left;
    }

        .list_active a {
            color: #fff;
        }

    .list_inactive {
        text-align: left;
        border-style: solid;
        border-width: 0px 1px 1px 1px;
        border-color: #909090;
        cursor: default;
        display: block;
        font-size: 15px;
        position: relative;
        background-color: #afafaf;
        color: #fff;
        min-height: 35px;
        width: 255px;
    }

        .list_inactive a {
            color: #fff;
        }

    .list_done {
        border: 1px solid #aaa;
        border-width: 0px 1px 1px 1px;
        text-align: left;
        cursor: pointer;
        display: block;
        font-size: 15px;
        position: relative;
        background-color: White;
        color: #444;
        min-height: 35px;
        width: 255px;
    }

        .list_done a {
            color: #444;
        }

    div#Accordion > div {
        border-top: 1px solid #fff;
    }

        div#Accordion > div > div {
            margin: 0px;
            position: relative;
        }

    div#EditBar {
        height: 47px;
        background-image: url('/ImgResources/bars_bg.gif');
        border: 1px solid #BDBCBD;
        overflow: hidden;
    }

        div#EditBar > div {
            overflow: hidden;
            width: auto;
        }

            div#EditBar > div > div {
                border: 1px solid #8E8E8E;
                border-radius: 9px;
                height: 18px;
                margin-left: 7px;
                margin-right: -2px;
                margin-top: 14px;
                overflow: hidden;
                width: auto;
                background: rgb(229,229,229); /* Old browsers */
                /* IE9 SVG, needs conditional override of 'filter' to 'none' */
                background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
                background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(229,229,229,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
                background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
                background: -o-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
                background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
                background: linear-gradient(to bottom, rgba(229,229,229,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
            }

        div#EditBar > span {
            color: #666;
            font-size: 14px;
            display: inline-block;
            width: 66px;
            float: left;
            margin-top: 15px;
            text-align: right;
        }

    @media screen and (max-device-width: 800px) {
        div#EditBar > span {
            font-size: 35px;
            width: 120px;
            margin-top: 5px;
        }
    }

    div#EditBar > div > div > div {
        height: 100%;
        border-radius: 0 12px 12px 0;
        overflow: hidden;
        text-align: right;
        background: rgb(180,227,145); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2I0ZTM5MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iIzYxYzQxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiNGUzOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top, rgba(180,227,145,1) 0%, rgba(97,196,25,1) 50%, rgba(180,227,145,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(180,227,145,1)), color-stop(50%,rgba(97,196,25,1)), color-stop(100%,rgba(180,227,145,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(180,227,145,1) 0%,rgba(97,196,25,1) 50%,rgba(180,227,145,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4e391', endColorstr='#b4e391',GradientType=0 ); /* IE6-8 */
    }

        div#EditBar > div > div > div > span {
            color: #000;
            margin-right: 20px;
        }

    img#closeImg {
        cursor: pointer;
        float: right;
        height: 12px;
        margin: 18px 15px 15px;
        width: 12px;
    }

    @media screen and (max-device-width: 800px) {
        img#closeImg {
            margin: 8px 15px 15px;
            width: 30px;
            height: 30px;
        }
    }

    div#EditBar a {
        float: right;
        margin: 5px 10px 0px 0px;
        position: relative;
    }

    /***Wizard**/

    .wizLabel {
        background: #D6EBF2;
        min-width: 500px;
        padding: 10px;
        display: block;
        margin: 0px;
    }



    /** CHOOSE WAY **/

    .chway-btnsend, .chway-btnprint {
        width: 225px;
        height: 50px;
        margin: 0 auto;
        display: block;
        margin-top: 10%;
    }

    .chway-pnl4bttns {
        width: 540px;
        height: 70px;
    }


    /** Last step modal **/
    /* Modal Content */
    .modalPopup {
        display: none; /* Hidden by default */
        position: fixed; /* Stay in place */
        z-index: 10; /* Sit on top */
        padding-top: 100px; /* Location of the box */
        left: 0;
        top: 0;
        width: 100%; /* Full width */
        max-width: 100%;
        height: 100%; /* Full height */
        overflow: auto; /* Enable scroll if needed */
        background-color: rgb(0,0,0); /* Fallback color */
        background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    }

.modalPopup-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    max-width: min(100%,440px);
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
    background-image: url('/ImgResources/coffee_background.png');
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #0a647d;
    background-repeat: no-repeat;
}

    /* Add Animation */
    @-webkit-keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    @keyframes animatetop {
        from {
            top: -300px;
            opacity: 0
        }

        to {
            top: 0;
            opacity: 1
        }
    }

    /* The Close Button */
    .closeModalPopup {
        color: black;
        float: right;
        font-size: 28px;
        font-weight: bold;
        padding-right: 5px;
    }

        .closeModalPopup:hover,
        .closeModalPopup:focus {
            color: #000;
            text-decoration: none;
            cursor: pointer;
        }

    .modalPopup-header {
        padding: 2px 16px;
        background-color: #5bbfdc;
        color: white;
    }

.modalPopup-body {
    position: relative;
    margin-top: 375px;
    max-width: 100%;
    align-items: center;
    text-align: center;
}

    .modalPopup-footer {
        padding: 2px 16px;
        background-color: #5bbfdc;
        color: white;
        text-align: center;
    }

    .modalPopup-topText {
        margin-left: 1.25%;
        position: relative;
        width: 100%;
        height: auto;
        max-height: 200px;
        max-width: 778px;
    }

    .modalPopup-imageFirstEelement {
        display: inline-block;
        vertical-align: top;
        max-height: 100px;
        max-width: 100px;
        width: 100%;
        height: auto;
        margin-top: 7%;
        margin-left: 10%;
    }

    .modalPopup-imageholderRestElements {
        display: inline-block;
        vertical-align: top;
        max-height: 100px;
        max-width: 100px;
        width: 100%;
        height: auto;
        margin-top: 7%;
        margin-left: 7.5%;
        cursor: pointer;
    }

    .modalPopup-imageholderMoney {
        display: inline-block;
        vertical-align: top;
        max-height: 100px;
        max-width: 100px;
        width: 100%;
        height: auto;
        margin-top: 4.5%;
    }

    .modalPopup-linkcontainer {
        width: 80%;
        position: absolute;
        margin-top: 5%;
        margin-left: 11%;
        padding: 5px;
        color: white;
        display: none;
        vertical-align: top;
        background: rgba(65,115,110,0.8);
        z-index: 3;
        border-radius: 25px;
    }

    .modalPopup-linkcontainerText {
        padding: 4%;
    }



    .hover-share {
        position: absolute;
        margin-left: 6.68%;
        display: none;
        vertical-align: top;
    }

    .hover-copy {
        position: absolute;
        margin-left: 28.5%;
        display: none;
        vertical-align: top;
    }

    .hover-sendmail {
        position: absolute;
        margin-left: 47.5%;
        display: none;
        vertical-align: top;
    }

    .shareViaMailForm {
        display: none;
        vertical-align: central;
        position: absolute;
        background: rgba(65,115,110,0.8);
        color: white;
        margin-top: 5%;
        margin-left: 11%;
        z-index: 3;
        width: 80%;
        border-radius: 25px;
    }

    .modalPopup-nameInput {
        width: 85%;
        height: 30px;
        background: rgba(65,115,110,0.8);
        border-radius: 5px;
        border-color: white;
        border-style: solid;
        color: white;
    }

    .modalPopup-emialInput {
        width: 100%;
        height: 30px;
        background: rgba(65,115,110,0.8);
        border-radius: 5px;
        border-color: white;
        border-style: solid;
        color: white;
    }


    .modalPopup-MailForm-NameLabel {
        margin-bottom: 1%;
    }

    .modalPopup-MailForm-MailLabel {
        margin-bottom: 1%;
    }

    .modalPopup-MailForm-NameDiv {
        margin-top: 5%;
        margin-bottom: 5%;
        display: inline-block;
    }

    .modalPopup-MailForm-MailDiv {
        margin-top: 5%;
        margin-bottom: 5%;
        margin-left: 4%;
        display: inline-block;
    }
