﻿body {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
    color: #000;
    background-image: url("Images/page_background_top.jpg");
    background-position: top;
    background-repeat: repeat-x;
}


.clear {
    clear: both;
}

.aCenter {
    text-align: center;
}

.aLeft {
    text-align: left;
}

.aRight {
    text-align: right;
}


.clear {
    padding: 0 !important;
    margin: 0 !important;
    height: 1px !important;
    line-height: 1px !important;
    clear: both !important;
}


/******************************************************/



div.pageHeader img,
div.pageHeader * img {
    border: none;
}

div.pageHeader {
    padding-bottom: 10px;
    border: solid #000 0;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #2a2835;
    background-repeat: no-repeat;
}

    div.pageHeader > div {
        max-width: 1270px;
        display: block;
        margin: auto;
    }

#header-left {
    display: block;
    height: 85px;
    position: relative;
    left: 20px;
    top: 28px;
}

    #header-left .appName p {
        max-width: 525px;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
    }

@media only screen and (min-width: 600px) and (max-width: 1024px) {

    #header-left {
        height: 60px;
        top: 10px;
        left: 14px;
        margin-bottom: 10px;
    }

        #header-left .appName {
            font-size: 1.18rem;
            margin-top: 15px;
        }
}

@media only screen and (max-width: 599px) {

    #header-left {
        height: 40px;
        top: 10px;
        left: 10px;
        margin-bottom: 10px;
    }

        #header-left .appName {
            font-size: .68rem;
            margin-top: 0;
            line-height: 15px;
            max-width: 250px;
            text-align: left;
        }

            #header-left .appName p {
                display: table-cell;
                vertical-align: middle;
            }
}

.appName {
    display: table;
    font-size: 1.625rem;
    color: #fff;
    height: inherit;
    position: relative;
    left: 10px;
    line-height: 25px;
}

.logotype-image img, .logotype img {
    display: block;
}

.logotype-image img {
    float: left;
    height: 85px;
}

.logotype img {
    float: right;
    height: 45px;
}

@media only screen and (min-width: 1024px) {

    .logotype img {
        margin-right: 15px;
        margin-top: -7px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {

    .logotype {
        position: relative;
        bottom: 20px;
        right: 0;
        margin-right: 11px;
    }

    .logotype-image img {
        height: 60px;
    }

    .logotype img {
        height: 23px;
    }
}

@media only screen and (max-width: 599px) {

    div.pageHeader {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .logotype {
        position: relative;
        bottom: 20px;
        right: 0;
        margin-right: 10px;
    }

    .logotype-image img {
        height: 40px;
    }

    .logotype img {
        height: 23px;
    }
}

div.pageFooter img, div.header img {
    width: 100%;
    height: auto;
}

div.pageFooter img {
    margin-bottom: 1.5rem;
    max-width: 1004px;
}

/*****************************************************************/





.page {
    margin: 0;
    padding: 0;
    width: 100%;
    border: solid #000 0;
}



.pageHeaderBlock {
    padding: 0;
    margin: 0;
    clear: both;
    height: 136px;
    text-align: center;
    background-image: url("Images/bg_top.png");
    background-position: bottom;
    background-repeat: repeat-x;
}


.pageHeaderLoginBlock {
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    height: 36px;
    width: 950px;
    border: solid #000 0;
}



.pageHeaderUserInfo {
    float: left;
    width: 500px;
    height: 36px;
    text-align: left;
    line-height: 30px;
    border: solid #000 0;
}

    .pageHeaderUserInfo span {
        color: #FFF;
        font-weight: bold;
    }



.pageHeaderContent {
    padding: 0;
    width: 950px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
}

    .pageHeaderContent div {
        padding: 0;
        margin: 0;
    }

        .pageHeaderContent div table tr td {
            padding: 0;
        }


.pageBody {
    display: flex;
    margin: 0;
    min-height: 455px;
    clear: both;
    background-image: url("/Content/app/resources/images/background.jpg");
    background-position: 50%;
    background-size: cover;
    line-height: 1.4;
    font-family: Lato, sans-serif;
    font-size: 1rem;
}



.pageBodyContent {
    position: relative;
    background-color: #2a2835;
    padding: 10px;
}

@media only screen and (min-width: 1025px) {
    .pageBodyContent {
        margin: auto;
        width: 610px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1024px) {
    .pageBodyContent {
        margin: auto;
        width: 600px;
    }
}

@media only screen and (max-width: 599px) {
    .pageBody {
        min-height: 100px;
    }

    .pageBodyContent {
        width: 100%;
        padding: 0px;
    }
}

.messageBlockContent {
    background-color: #2a2835;
    padding: 2rem 3rem;
    margin-top: 3rem;
    margin-bottom: 3rem;
    margin: auto;
    border: 1px solid white;
    color: white;
}

.messageBlock {
    background-color: #2a2835;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 10px;
}

.contentBlock {
    display: block;
    float: right;
    width: 705px;
    text-align: left;
    padding-top: 4px;
    border: solid #000 0;
}

.pageFooter {
    display: block;
    clear: both;
    border: solid #000 0;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    color: #a1a1a1;
    font-size: 11px;
    background-color: transparent;
    background-image: url("Images/page_footer_hr_line.png");
    background-position: center top;
    background-repeat: no-repeat;
}

.loginBlock {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid #000 1px;
    padding: 0;
    width: 350px;
    text-align: center;
    line-height: 30px;
}


.loginBlock * span {
        line-height: 15px;
    }


    .loginBlock div {
        width: 330px;
        margin: auto;
        text-align: left;
    }


        .loginBlock div * input {
            width: 320px;
        }


/***********************************************************/


.cModalWindow {
    display: none;
    position: absolute;
}

.cModalWinHeader {
    height: 30px;
    line-height: 30px;
    background-image: url("Images/modal_top_left.png");
    background-position: top left;
    background-repeat: no-repeat;
    font-weight: bold;
    font-size: 12px;
    color: #777;
}


    .cModalWinHeader div {
        height: 30px;
        line-height: 30px;
        background-image: url("Images/modal_top_right.png");
        background-position: top right;
        background-repeat: no-repeat;
    }


        .cModalWinHeader div div {
            height: 30px;
            line-height: 30px;
            background-image: url("Images/modal_top_bg.png");
            background-position: top;
            background-repeat: repeat-x;
            margin: 0 8px 0 8px;
        }

    .cModalWinHeader * p {
        height: 30px;
        line-height: 30px;
        float: left;
        width: 80%;
        padding: 0;
        margin: 0;
    }

    .cModalWinHeader * span {
        float: right;
        text-decoration: none;
        background-image: url("Images/modal_close.png");
        background-repeat: no-repeat;
        width: 24px;
        height: 14px;
        line-height: 14px;
        margin-top: 8px;
        margin-right: 4px;
        cursor: pointer;
    }



.cModalWinFooter {
    height: 9px;
    line-height: 9px;
    background-image: url("Images/modal_bottom_left.png");
    background-position: top left;
    background-repeat: no-repeat;
}


.cModalWinContent {
    background-color: #F2F6F9;
    padding: 10px;
}



.cModalWinButtons {
    height: 40px;
    line-height: 40px;
    background-color: #F2F6F9;
}


    .cModalWinButtons div {
        margin-left: 10px;
        margin-right: 10px;
        padding-top: 10px;
        border-top: solid 1px #AAA;
    }


.cModalWinFooter div {
    height: 9px;
    line-height: 9px;
    background-image: url("Images/modal_bottom_right.png");
    background-position: top right;
    background-repeat: no-repeat;
}


    .cModalWinFooter div div {
        height: 9px;
        line-height: 9px;
        background-color: #F2F6F9;
        margin: 0 8px 0 8px;
    }


.fixed {
    position: fixed;
}


iframe {
    background-color: #F2F6F9;
}
