﻿h1.title {
    color: #fff;
    font-size: 22px;
    padding: 5px 15px;
    margin-bottom: 15px;
    background: #938883; /* Old browsers */
    background: -moz-linear-gradient(top, #938883 0%, #786e6a 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #938883 0%,#786e6a 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #938883 0%,#786e6a 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#938883', endColorstr='#786e6a',GradientType=0 ); /* IE6-9 */
}

h2.title {
    padding-left: 18px;
    background: url(images/r-arrow.png) no-repeat left center;
    line-height: 30px;
    color: #55504e;
    margin-bottom: 10px;
    font-size: 20px;
}

h3.title {
    line-height: 30px;
    color: #75caba;
    margin-bottom: 5px;
    font-size: 17px;
}

h3.steps {
    margin-bottom: 10px;
    font-weight: normal;
}

    h3.steps strong {
        color: #75caba;
        font-size: 36px;
        font-weight: normal;
    }

p {
    margin-bottom: 10px;
    line-height: 22px;
}

.red-text {
    color: #fb5175;
    font-weight: bold;
}

.lightbox {
    display: none;
    min-width: 300px;
}

    .lightbox li .submit-box {
        margin-top: 10px;
        margin-bottom: 20px;
        border-top: 0;
        border-bottom: 1px solid #ddd9d8;
    }

    .lightbox strong.title {
        font-size: 15px;
        margin-bottom: 5px;
        display: block;
    }

.block {
    margin-bottom: 30px;
}

.submit-box {
    text-align: right;
    padding: 10px 0;
    border-top: 1px solid #ddd9d8;
    overflow: hidden;
    clear: both;
    margin-bottom: 30px;
}

    .submit-box > * {
        padding: 5px 10px;
        display: inline-block;
        border: none;
        line-height: 30px;
        text-align: center;
        min-width: 110px;
        background: none;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        margin: 0 5px;
        box-sizing: border-box;
        vertical-align: middle;
        -webkit-appearance: none;
        background: #beb4b1; /* Old browsers */
        background: -moz-linear-gradient(top, #beb4b1 0%, #9f908b 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #beb4b1 0%,#9f908b 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #beb4b1 0%,#9f908b 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb4b1', endColorstr='#9f908b',GradientType=0 ); /* IE6-9 */
    }

        .submit-box > *.disabled,
        .submit-box > *:disabled {
            background: #d5d5d5;
            color: #9d9d9d;
        }

        .submit-box > *:hover {
            background: #fb7995;
            filter: none;
        }

        .submit-box > *:last-child {
            margin-right: 0;
        }

.content ul li {
    position: relative;
    padding-left: 10px;
    line-height: 24px;
}

    .content ul li:after {
        position: absolute;
        content: '.';
        left: 0;
        top: -6px;
        font-size: 20px;
    }


.left-right {
    overflow: hidden;
    border-collapse: collapse;
    border-spacing: 0;
    line-height: 33px;
}

    .left-right th {
        text-align: left;
        padding: 0px 15px;
    }

    .left-right td {
        text-align: right;
        padding: 0px 15px;
    }

.calendar-box {
    overflow: hidden;
    width: 100%;
    border-spacing: 1px;
    border: 0;
    border-collapse: separate;
    table-layout: fixed;
    text-align: center;
    background: #ddd9d8;
}

    .calendar-box th {
        background: #a29895;
        color: #fff;
        padding: 5px;
        font-size: 13px;
    }

    .calendar-box td {
        border-spacing: 0;
        background: #fff;
        position: relative;
        vertical-align: middle;
        height: 95px;
    }

        .calendar-box td.blue {
            background: #e1f5f7;
        }

        .calendar-box td.grey {
            background: #f6f3ed;
        }

        .calendar-box td a {
            display: inline-block;
            border: 0;
            padding: 4px;
            text-decoration: none;
            font-weight: bold;
            color: #55504e;
            line-height: 22px;
        }


        .calendar-box td span {
            position: absolute;
            top: 4px;
            right: 4px;
            font-weight: normal;
            font-size: 13px;
            color: #ada69e;
        }


.green-border {
    overflow: hidden;
    margin-bottom: 30px;
    border: 2px solid #c3e2dc;
    color: #55504e;
    background: #fff;
}

    .green-border .submit-box {
        border-top: 1px solid #c3e2dc;
        padding: 10px;
        margin-bottom: 0;
    }



.box-row {
    overflow: hidden;
    padding: 10px 20px;
    color: #776d69;
    display: table;
    width: 100%;
    table-layout: fixed;
    box-sizing: border-box;
}



.green-border .box-row {
    border-top: 1px solid #d0d0d0;
}

.box-row:first-child {
    border-top: none;
}

.box-col {
    padding-left: 23px;
    padding-right: 23px;
    overflow: hidden;
    margin-left: 23px;
    border-right: 1px solid #d0d0d0;
    box-sizing: border-box;
    display: table-cell;
}

    .box-col table {
        line-height: 22px;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
    }

    .box-col:first-child {
        margin-left: 0;
        padding-left: 0;
    }

    .box-col:last-child {
        border: 0;
    }

    .box-col th {
        min-width: 100px;
        color: #333;
    }

    .box-col th, .box-col td {
        line-height: 25px;
    }

    .box-col th {
        text-align: left;
        padding-right: 15px;
        vertical-align: top;
        white-space: nowrap;
    }

    .box-col td {
        padding-right: 15px;
    }

    .box-col th.required {
        position: relative;
    }

        .box-col th.required:after {
            position: absolute;
            content: "";
            height: 5px;
            width: 5px;
            background: #fb5175;
            right: 5px;
            top: 15px;
            border-radius: 5px;
        }

.input-form-title {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

input[type="text"],
input[type="password"],
select,
input[type="checkbox"],
input[type="radio"] {
    margin-right: 5px;
    vertical-align: middle;
    box-sizing: border-box;
}

    input[type="text"] + span,
    select + span {
        font-size: 13px;
    }


input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
}

input[type="radio"] {
    border-radius: 100%;
}

input[type="text"],
input[type="password"],
select {
    border: 1px solid #b4a9a5;
    line-height: 22px;
    height: 24px;
    padding: 0 5px;
}

input {
    -webkit-border-radius: 0;
}

    input::-moz-focus-inner {
        border: 0;
    }

.w-long {
    width: 300px;
}

.w-small {
    width: 100px;
}

.w-min {
    width: 50px;
}


select {
    padding: 0;
    height: 24px;
}

.caption {
    padding: 10px 0;
}

    .caption img {
        display: inline-block;
        vertical-align: middle;
    }

.scroll-box {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 400px;
    margin-bottom: 20px;
}

    .scroll-box table {
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px;
        background: #ddd9d8;
    }

        .scroll-box table th {
            color: #fff;
            padding: 5px;
            text-align: center;
            background: #c6bcb8;
            font-weight: normal;
        }

            .scroll-box table th a {
                color: #fff;
                text-decoration: none;
                background: url(images/w-d-arrow.png) no-repeat right center;
                padding-right: 12px;
                display: inline-block;
            }

        .scroll-box table tr:nth-child(2n+1) th {
            background: #a29895;
        }

        .scroll-box table td {
            padding: 5px;
            background: #fff;
            text-align: center;
        }

        .scroll-box table tr:nth-child(2n+1) td {
            background: #f7fdfc;
        }

    .scroll-box.no-odd-even table tr:nth-child(2n+1) td {
        background: #fff;
    }

    .scroll-box table td span {
        text-align: left;
        display: block;
    }

    .scroll-box table td a.red-text {
        text-decoration: none;
    }

    .scroll-box table td span.star {
        width: 35px;
        line-height: 35px;
        text-align: center;
        display: inline-block;
    }

    .scroll-box table td a.attach {
        text-indent: -999px;
        overflow: hidden;
        background: url(images/download.png) no-repeat center;
        height: 25px;
        width: 25px;
        border: none;
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
    }

    .scroll-box table td input[type="text"] {
        width: 100%;
    }



.note {
    background: #ffeaef;
    padding: 15px 20px;
    margin-bottom: 30px;
    color: #55504e;
}

    .note h2 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .note ul li {
        position: relative;
        padding-left: 10px;
        line-height: 24px;
    }

        .note ul li:after {
            position: absolute;
            content: '.';
            left: 0;
            top: -5px;
            font-size: 20px;
        }

.note-form {
    display: table;
    width: 100%;
}

.datepicker {
    width: 100px;
}

    .datepicker + button {
        text-indent: -999px;
        overflow: hidden;
        background: url(images/calander-btn.png) no-repeat center;
        height: 25px;
        width: 25px;
        border: none;
        cursor: pointer;
        vertical-align: middle;
        display: inline-block;
    }


.weather-bar {
    width: 980px;
    margin: 0 auto;
    padding: 10px 22px;
    background: #b4aaa9;
    color: #fff;
    display: table;
    z-index: 20;
    margin-bottom: -57px;
    position: relative;
    z-index: 20;
    font-size: 19px;
    overflow: hidden;
}

    .weather-bar .green {
        color: #baf5e7;
        margin: 0 10px;
        display: inline-block;
    }

    .weather-bar .col-title + .green {
        font-weight: 600;
    }

    .weather-bar .arrow {
        background: url(images/w-arrow.png) no-repeat center;
        height: 12px;
        width: 20px;
        display: inline-block;
    }

    .weather-bar .col {
        display: table-cell;
        vertical-align: middle;
        padding: 0 20px;
        position: relative;
    }

    .weather-bar .weather-txt {
        font-size: 30px;
        margin: 0 5px;
        vertical-align: middle;
    }

    .weather-bar .col img {
        vertical-align: middle;
        margin: 0 15px;
    }

    .weather-bar .col:first-child {
        border-left: none;
        padding: 0;
    }

        .weather-bar .col:first-child > * {
            z-index: 2;
            position: relative;
        }

        .weather-bar .col:first-child:before {
            position: absolute;
            right: 0;
            background: #a0928d;
            content: "";
            left: -30px;
            bottom: -30px;
            top: -30px;
            z-index: 0;
        }

    .weather-bar .col:last-child {
        text-align: right;
        padding-right: 0;
        border-left: 1px solid #e1ddd5;
    }

    .weather-bar .cel {
        vertical-align: top;
        font-size: 15px;
    }


.home-slider {
    height: 348px;
    overflow: hidden;
}


    .home-slider .slick-arrow {
        position: absolute;
        background: none;
        border: none;
        background-image: url(images/home-main-next-prev.png);
        top: 140px;
        height: 101px;
        width: 41px;
        z-index: 10;
        display: block;
        overflow: hidden;
        text-indent: -9999px;
        cursor: pointer;
    }

        .home-slider .slick-arrow:focus {
            outline: none;
        }

        .home-slider .slick-arrow.slick-prev {
            left: 0%;
            background-position: right top;
        }

        .home-slider .slick-arrow.slick-next {
            right: 0;
            background-position: left top;
        }

        .home-slider .slick-arrow.slick-prev:hover {
            background-position: right bottom;
        }

        .home-slider .slick-arrow.slick-next:hover {
            background-position: left bottom;
        }


    .home-slider .slick-dots {
        position: absolute;
        bottom: 70px;
        left: 0;
        right: 0;
        text-align: center;
        padding: 10px 0px;
    }

        .home-slider .slick-dots li {
            display: inline-block;
        }

            .home-slider .slick-dots li button {
                display: block;
                text-indent: -999px;
                overflow: hidden;
                height: 15px;
                width: 15px;
                border: none;
                border-radius: 10px;
                margin: 0 5px;
                background: #e6dfd8;
                cursor: pointer;
            }

                .home-slider .slick-dots li button:hover, .home-slider .slick-dots li.slick-active button {
                    background: #4db7a1;
                }

.home .content {
    margin-top: -80px;
    position: relative;
    z-index: 10;
    background: none;
}


.home-top {
    overflow: hidden;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 30px;
}

    .home-top .show-up-message {
        float: left;
        background: #fff;
    }

        .home-top .show-up-message h2 {
            background: url(images/title-bg.png) no-repeat left top;
            color: #fff;
            font-size: 15px;
            line-height: 30px;
            padding: 0 20px;
            text-transform: uppercase;
            font-weight: normal;
            position: relative;
        }

            .home-top .show-up-message h2:before {
                content: '';
                top: 12px;
                left: 8px;
                background: #fff;
                height: 5px;
                width: 5px;
                position: absolute;
                border-radius: 5px;
            }

        .home-top .show-up-message .messages {
            overflow: hidden;
        }

            .home-top .show-up-message .messages .item {
                float: left;
                width: 294px;
                padding: 10px 25px;
            }

                .home-top .show-up-message .messages .item .show-title {
                    position: relative;
                }

                    .home-top .show-up-message .messages .item .show-title h3 {
                        text-transform: uppercase;
                        line-height: 30px;
                        border-bottom: 1px solid #e8e6e5;
                        margin-bottom: 10px;
                        font-weight: normal;
                    }

                    .home-top .show-up-message .messages .item .show-title a {
                        position: absolute;
                        right: 0;
                        top: 0;
                        line-height: 20px;
                        padding: 3px;
                        min-width: 20px;
                        text-align: center;
                        text-decoration: none;
                        color: #fff;
                        background: #fc3d66;
                        border-radius: 20px 20px 20px 0;
                        font-size: 13px;
                    }

    .home-top .home-news {
        float: right;
        width: 270px;
        height: 167px;
        overflow: hidden;
        padding: 22px 20px;
        background: #49c2ac;
        color: #fff;
        border-top: 3px solid #baf5e7;
    }

        .home-top .home-news h2 {
            font-size: 15px;
        }

        .home-top .home-news p {
            word-wrap: break-word;
        }

.home-request {
    overflow: hidden;
    overflow: hidden;
    line-height: 22px;
    margin-bottom: 30px;
    background: #fff;
}

    .home-request.home-request h2 {
        background: url(images/title-bg.png) no-repeat left top;
        color: #fff;
        font-size: 15px;
        line-height: 30px;
        padding: 0 20px;
        text-transform: uppercase;
        font-weight: normal;
        position: relative;
    }

    .home-request h2:before {
        content: '';
        top: 12px;
        left: 8px;
        background: #fff;
        height: 5px;
        width: 5px;
        position: absolute;
        border-radius: 5px;
    }

    .home-request .request-list {
        display: table;
        table-layout: fixed;
        width: 100%;
        box-sizing: border-box;
        padding: 20px 0;
        padding-bottom: 28px;
    }

        .home-request .request-list > div {
            display: table-cell;
            padding: 0 35px;
        }

            .home-request .request-list > div.-left {
                border-right: 1px solid #ded8d8;
            }

            .home-request .request-list > div ul li {
                list-style: none;
                background: none;
                padding: 0;
                padding-left: 10px;
            }

                .home-request .request-list > div ul li a {
                    display: table;
                    width: 100%;
                    text-decoration: none;
                }

                    .home-request .request-list > div ul li a span {
                        display: table-cell;
                    }

                        .home-request .request-list > div ul li a span:last-child {
                            width: 70px;
                            text-align: right;
                        }

.home-news .item {
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
}

.home-news .slick-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    text-align: center;
}

    .home-news .slick-dots li {
        list-style: none;
        display: inline-block;
        padding-left: 0;
        margin: 0 5px;
        height: 10px;
        overflow: hidden;
        cursor: pointer;
    }

        .home-news .slick-dots li button {
            text-indent: -999px;
            background: #fff;
            height: 10px;
            overflow: hidden;
            width: 10px;
            display: block;
            border-radius: 10px;
            border: 0;
            cursor: pointer;
        }

        .home-news .slick-dots li.slick-active button, .home-news .slick-dots li:hover button {
            background: #fb5175;
        }

.functions {
    margin-bottom: 30px;
}

    .functions .title-block {
        position: relative;
    }


        .functions .title-block .settings {
            position: absolute;
            right: 0;
            top: 0;
            border: 2px solid #c7bcb8;
            padding: 0 5px;
            line-height: 26px;
            text-decoration: none;
            color: #55504e;
            padding-left: 30px;
            background: url(images/settings-icon.png) 5px top no-repeat;
        }

            .functions .title-block .settings:hover {
                background-position: 5px bottom;
                color: #fb809a;
                border-color: #f1bcc7;
            }

    .functions .row {
        margin-bottom: 15px;
        overflow: hidden;
    }

        .functions .row div {
            float: left;
            width: 186px;
            margin-left: 12px;
        }

            .functions .row div:first-child {
                margin-left: 0;
            }

            .functions .row div a {
                position: relative;
                display: table-cell;
                padding-left: 77px;
                vertical-align: middle;
                width: 186px;
                box-sizing: border-box;
                height: 68px;
                border-radius: 5px;
                color: #fff;
                text-decoration: none;
                font-size: 17px;
                background: #beb4b1; /* Old browsers */
                background: -moz-linear-gradient(top, #beb4b1 0%, #9f908b 99%); /* FF3.6-15 */
                background: -webkit-linear-gradient(top, #beb4b1 0%,#9f908b 99%); /* Chrome10-25,Safari5.1-6 */
                background: linear-gradient(to bottom, #beb4b1 0%,#9f908b 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
            }

                .functions .row div a:hover {
                    background: #fb7995;
                }

                .functions .row div a img {
                    display: block;
                }

                .functions .row div a span.fn-img {
                    position: absolute;
                    left: 10px;
                    top: 12px;
                }

                .functions .row div a span.num {
                    position: absolute;
                    left: 30px;
                    bottom: 10px;
                    line-height: 20px;
                    padding: 3px;
                    min-width: 20px;
                    text-align: center;
                    text-decoration: none;
                    color: #fff;
                    background: #fc3d66;
                    border-radius: 20px 20px 20px 0;
                    font-size: 13px;
                }

.news-slider {
    overflow: hidden;
}

    .news-slider .items {
        width: 470px;
        height: 175px;
        float: left;
        background: #f3eee9;
        margin: 10px;
        box-sizing: border-box;
        position: relative;
        overflow: hidden;
    }

        .news-slider .items .right {
            float: left;
            padding: 20px;
        }

            .news-slider .items .right a {
                text-decoration: none;
            }

        .news-slider .items .left {
            float: left;
            width: 239px;
            position: relative;
        }

            .news-slider .items .left img {
                display: block;
            }

            .news-slider .items .left a {
                bottom: 0;
                right: 0;
                position: absolute;
                display: block;
                text-indent: -999px;
                overflow: hidden;
                height: 35px;
                width: 35px;
            }

                .news-slider .items .left a.zoom {
                    background: url(images/zoom-icon.png) no-repeat center;
                }

                .news-slider .items .left a.play {
                    background: url(images/play-icon.png) no-repeat center;
                }

        .news-slider .items .slick-arrow {
            position: absolute;
            bottom: 10px;
            background-image: url(images/home-sub-next-prev.png);
            background-repeat: no-repeat;
            border: none;
            cursor: pointer;
            height: 22px;
            width: 22px;
            display: block;
            overflow: hidden;
            text-indent: -999px;
            background-color: transparent;
            z-index: 10;
        }

            .news-slider .items .slick-arrow.slick-prev {
                background-position: top left;
                right: 50px;
            }

            .news-slider .items .slick-arrow.slick-next {
                background-position: top right;
                right: 20px;
            }

                .news-slider .items .slick-arrow.slick-next:hover {
                    background-position: bottom right;
                }

            .news-slider .items .slick-arrow.slick-prev:hover {
                background-position: bottom left;
            }

    .news-slider .slick-dots {
        position: absolute;
        bottom: 0;
        left: 250px;
        text-align: center;
        padding: 10px 0px;
    }

        .news-slider .slick-dots li {
            display: inline-block;
            position: static;
            padding: 0;
        }

            .news-slider .slick-dots li:after {
                content: "";
            }

            .news-slider .slick-dots li button {
                display: block;
                text-indent: -999px;
                overflow: hidden;
                height: 10px;
                width: 10px;
                border: none;
                border-radius: 10px;
                margin: 0 5px;
                background: #fff;
                cursor: pointer;
            }

                .news-slider .slick-dots li button:hover, .news-slider .slick-dots li.slick-active button {
                    background: #4db7a1;
                }

.quick-search {
    overflow: hidden;
    margin: 0 auto;
    width: 1024px;
}

    .quick-search .left .submit-box {
        border-top: none;
        margin-bottom: 0;
    }

    .quick-search .left {
        float: left;
        background: #f3eee9;
    }

    .quick-search .right {
        float: left;
    }

        .quick-search .right img {
            display: block;
        }

    .quick-search .left h2 {
        background: url(images/title-bg.png) no-repeat left top;
        color: #fff;
        font-size: 15px;
        line-height: 30px;
        padding: 0 20px;
        padding-left: 33px;
        text-transform: uppercase;
        font-weight: normal;
        position: relative;
    }

        .quick-search .left h2:before {
            content: '';
            top: 12px;
            left: 20px;
            background: #fff;
            height: 5px;
            width: 5px;
            position: absolute;
            border-radius: 5px;
        }

    .quick-search .left .quick-form {
        padding: 21px 20px;
        width: 271px;
    }

    .quick-search .left .form-input {
        margin-bottom: 20px;
    }

    .quick-search .left .quick-form label {
        padding-left: 13px;
        background: url(images/r-arrow.png) no-repeat left center;
        color: #55504e;
        margin-right: 10px;
        display: inline-block;
        line-height: 22px;
    }

    .quick-search .left .quick-form select {
        border: 1px solid #b4a9a5;
        background: #f3eee9;
        min-width: 100px;
        height: 22px;
        display: inline-block;
    }


    .quick-search .left .submit-box > * {
        display: block;
        float: left;
        width: 48%;
        margin: 0;
    }

        .quick-search .left .submit-box > *:first-child {
            margin-right: 10px;
        }


.breadcrumb {
    overflow: hidden;
    margin: 0 auto;
    width: 1024px;
    box-sizing: border-box;
    padding: 10px;
    background: #e6e3e3;
}

    .breadcrumb a, .breadcrumb span {
        margin: 0 10px;
        display: inline-block;
        color: #55504e;
    }

.widget-table {
    overflow: hidden;
    margin: 10px 0px;
    background: #fff;
}

    .widget-table table {
        width: 100%;
        border: 0;
        border-collapse: separate;
        font-size: 13px;
        border-spacing: 1px;
    }

        .widget-table table thead th {
            background: #a29895;
            color: #fff;
            padding: 5px;
            font-size: 13px;
        }

        .widget-table table td {
            padding: 5px;
            text-align: center;
            cursor: n-resize;
        }

            .widget-table table td img.func {
                background: #a29895;
                border-radius: 3px;
                padding: 3px;
                display: block;
                margin: 0 auto;
            }


    .widget-table .ui-sortable-disabled {
        opacity: 0.3;
    }

    .widget-table .ui-sortable-handle td {
        border-bottom: 1px solid #ddd9d8;
        border-top: 1px solid #ddd9d8;
    }

        .widget-table .ui-sortable-handle td:first-child {
            border-left: 1px solid #ddd9d8;
        }

        .widget-table .ui-sortable-handle td:last-child {
            border-right: 1px solid #ddd9d8;
        }

    .widget-table td a.delete {
        height: 25px;
        width: 25px;
        text-indent: -9999px;
        overflow: hidden;
        display: inline-block;
        background: url(images/delete.png) no-repeat top center;
    }

        .widget-table td a.delete:hover {
            background-position: center bottom;
        }


.foreword {
    overflow: hidden;
    padding: 20px;
    background: #fff;
    border: 2px solid #d6d3d1;
    margin-bottom: 20px;
}

    .foreword .left {
        float: left;
        padding-right: 20px;
        overflow: hidden;
        width: 58%;
    }

    .foreword .right {
        float: left;
        padding-left: 20px;
        border-left: 1px solid #d1d0d0;
        width: 36%;
    }


    .foreword .left h2 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .foreword .right .col {
        display: inline-block;
        width: 46%;
        vertical-align: top;
        padding: 10px 5px;
    }

    .foreword .right .submit-box {
        border: 0;
        margin-bottom: 0;
    }

.date-box {
    overflow: hidden;
    margin-top: 17px;
}



.sum-box {
    overflow: hidden;
    background: #eae6e4;
    padding: 14px 0;
    margin-top: 17px;
}

    .sum-box h2 {
        font-size: 18px;
        margin: 0 27px;
    }

        .sum-box h2 strong {
            color: #fb5175;
            font-size: 30px;
            margin-right: 10px;
            font-weight: normal;
            vertical-align: text-bottom;
            line-height: 25px;
        }


    .sum-box .tables {
        display: block;
        padding: 0 20px;
    }

        .sum-box .tables .-table {
            display: inline-block;
            padding: 0 20px;
            width: calc((100%/3) - 3px);
            box-sizing: border-box;
            vertical-align: top;
        }

            .sum-box .tables .-table table {
                width: 100%;
            }

    .sum-box td {
        border-bottom: 1px solid #fff;
        line-height: 33px;
    }

        .sum-box td:last-child {
            font-weight: bold;
            text-align: right;
        }

    .sum-box tr:last-child:not(:first-child) td {
        border: none;
    }

.flight-detail-action {
    overflow: hidden;
    text-align: right;
    margin-bottom: 15px;
}

    .flight-detail-action a {
        padding: 5px 10px;
        display: inline-block;
        border: none;
        position: relative;
        padding-left: 35px;
        line-height: 30px;
        text-align: center;
        background: none;
        text-decoration: none;
        cursor: pointer;
        font-size: 16px;
        color: #fff;
        margin: 0 5px;
        background: #91d8dc; /* Old browsers */
        background: -moz-linear-gradient(top, #91d8dc 0%, #6bb9be 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #91d8dc 0%,#6bb9be 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #91d8dc 0%,#6bb9be 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91d8dc', endColorstr='#6bb9be',GradientType=0 ); /* IE6-9 */
    }

        .flight-detail-action a:hover {
            background: #fb809a;
            filter: none;
        }

        .flight-detail-action a:after {
            content: "";
            bottom: 0;
            width: 30px;
            top: 0;
            left: 5px;
            position: absolute;
        }

        .flight-detail-action a.user:after {
            background: url(images/icon1.png) no-repeat center;
        }

        .flight-detail-action a.bus:after {
            background: url(images/icon2.png) no-repeat center;
        }

        .flight-detail-action a.plus:after {
            background: url(images/plus.png) no-repeat center;
        }

        .flight-detail-action a.minus:after {
            background: url(images/minius.png) no-repeat center;
        }

.flight-status {
    background: #fbf4ed;
    overflow: hidden;
    margin-bottom: 30px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    border-spacing: 40px;
}

    .flight-status .col {
        margin-right: 60px;
        display: table-cell;
        vertical-align: middle;
    }

        .flight-status .col h2 {
            line-height: 50px;
            border-bottom: 1px solid #fff;
            margin-bottom: 10px;
            padding-left: 45px;
            color: #55504e;
        }

            .flight-status .col h2.checked {
                background: url(images/confirm.png) no-repeat left center;
            }

            .flight-status .col h2.dep {
                background: url(images/takeoff.png) no-repeat left center;
            }

            .flight-status .col h2.arr {
                background: url(images/landing.png) no-repeat left center;
            }

        .flight-status .col table {
            border-collapse: collapse;
            border-spacing: 0;
            border: 0;
            font-weight: bold;
        }

            .flight-status .col table th {
                padding-right: 15px;
            }

.flight-information {
    overflow: hidden;
    color: #55504e;
    margin-bottom: 30px;
}

    .flight-information .item {
        background: #fbf4ed;
        margin-bottom: 10px;
        overflow: hidden;
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .flight-information .item .col {
            display: table-cell;
            vertical-align: middle;
            text-align: center;
            padding: 10px;
        }

            .flight-information .item .col:first-child {
                border-right: 1px solid #fff;
                width: 100px;
            }

            .flight-information .item .col .shift-box {
                border-bottom: 1px solid #fff;
                padding: 5px 0;
                margin: 0 20px;
            }

                .flight-information .item .col .shift-box .shift {
                    display: inline-block;
                    vertical-align: bottom;
                    font-size: 15px;
                }

                .flight-information .item .col .shift-box .shift-no {
                    font-size: 60px;
                    color: #fc3d66;
                    font-weight: normal;
                    vertical-align: bottom;
                    line-height: 50px;
                }

            .flight-information .item .col .dest-map {
                padding: 15px 0;
                background: url(images/g-arrow.png) no-repeat center;
                overflow: hidden;
                width: 50%;
                margin: 0 auto;
                font-weight: bold;
            }

                .flight-information .item .col .dest-map .from {
                    float: left;
                }

                .flight-information .item .col .dest-map .to {
                    float: right;
                }

            .flight-information .item .col .left-right {
                min-width: 90%;
                padding-right: 20px;
                padding-left: 20px;
                box-sizing: border-box;
            }

                .flight-information .item .col .left-right td,
                .flight-information .item .col .left-right th {
                    border-bottom: 1px solid #fff;
                }

            .flight-information .item .col .status {
                display: block;
                padding: 10px 0;
                padding-left: 55px;
            }


                .flight-information .item .col .status span, .flight-information .item .col .status strong {
                    display: block;
                    text-align: left;
                    line-height: 22px;
                }

                .flight-information .item .col .status strong {
                    font-size: 20px;
                }

                .flight-information .item .col .status.take-off {
                    background: url(images/takeoff.png) no-repeat left center;
                }

                .flight-information .item .col .status.landing {
                    background: url(images/landing.png) no-repeat left center;
                }

.crew-members {
    overflow: hidden;
}

    .crew-members .item {
        overflow: hidden;
        margin-bottom: 10px;
        display: table;
        width: 100%;
        border: 0;
        border-spacing: 0;
        background: #fff;
    }

        .crew-members .item .col {
            display: table-cell;
            vertical-align: middle;
            padding: 15px 0;
        }

            .crew-members .item .col:first-child {
                background: #ffeff2;
                padding: 10px 20px;
                width: 200px;
            }

                .crew-members .item .col:first-child span {
                    display: block;
                    font-size: 18px;
                    line-height: 25px;
                    color: #55504e;
                }

                    .crew-members .item .col:first-child span:first-child {
                        font-size: 18px;
                    }

.schedule-list {
    overflow: hidden;
    margin-bottom: 30px;
}

.tip {
    text-align: right;
    padding: 20px 0;
}


    .tip > span {
        margin-left: 30px;
        padding-left: 20px;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        font-size: 16px;
    }

    .tip span > span {
        position: absolute;
        height: 13px;
        border: 1px solid #ddd9d8;
        width: 13px;
        left: 0;
        top: 4px;
        content: "";
    }

    .tip span.unconfirmed-tip > span {
        background: #fdbf6d;
    }

    .tip span.confirmed-tip > span {
        background: #fff;
    }

    .tip span.unread-tip > span {
        background: #f98099;
    }


.schedule-list .list {
    overflow-x: hidden;
    overflow-y: auto;
    height: 425px;
}

    .schedule-list .list table {
        width: 100%;
        border-spacing: 1px;
        border-collapse: separate;
        background: #ddd9d8;
    }

        .schedule-list .list table td {
            background: #fff;
            padding: 13px;
        }

            .schedule-list .list table td:first-child {
                width: 25px;
            }

        .schedule-list .list table tr.unread td {
            background: #f98099;
            color: #fff;
        }

        .schedule-list .list table tr.unconfirmed td {
            background: #fdbf6d;
            color: #fff;
        }

.block-hours {
    background: #eae6e4;
    padding: 15px 0;
    color: #55504e;
    margin-bottom: 30px;
}

    .block-hours .hours {
        width: 100%;
        display: table;
        padding: 0 20px;
        table-layout: fixed;
        box-sizing: border-box;
        overflow: hidden;
    }

        .block-hours .hours .col {
            display: table-cell;
            padding-left: 20px;
            border-left: 1px solid #fff;
        }

.fake-pdf {
    overflow: hidden;
    margin-bottom: 30px;
}

    .fake-pdf img {
        display: block;
    }


.app-buttons {
    overflow: hidden;
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 30px;
}

    .app-buttons a {
        padding: 15px 25px;
        padding-left: 50px;
        margin: 0 5px;
        display: inline-block;
        border: none;
        text-align: center;
        background: none;
        text-decoration: none;
        cursor: pointer;
        font-size: 20px;
        position: relative;
        color: #fff;
        border-radius: 5px;
        background: #beb4b1; /* Old browsers */
        background: -moz-linear-gradient(top, #beb4b1 0%, #9f908b 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #beb4b1 0%,#9f908b 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #beb4b1 0%,#9f908b 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }

        .app-buttons a:hover {
            background: #fb7995;
        }

        .app-buttons a:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            width: 45px;
        }

        .app-buttons a.txt:after {
            background: url(images/edit.png) no-repeat center;
        }

        .app-buttons a.search:after {
            background: url(images/search.png) no-repeat center;
        }

        .app-buttons a.detail:after {
            background: url(images/detail.png) no-repeat center;
        }

.summary {
    overflow: hidden;
    margin-bottom: 30px;
}

    .summary .sum-box {
        width: 22%;
        display: table-cell;
        vertical-align: top;
    }

    .summary .informations {
        background: #fbf4ed;
        margin-left: 10px;
        width: 76.9%;
        display: table-cell;
        vertical-align: top;
    }

.twin-tables {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}

    .twin-tables .controls {
        position: absolute;
        text-align: center;
        left: 48%;
        right: 48%;
        top: 0;
        bottom: 0;
        padding: 85px 0;
    }

        .twin-tables .controls button {
            display: block;
            height: 35px;
            width: 35px;
            margin-bottom: 10px;
            cursor: pointer;
            color: #fff;
            text-indent: -999px;
            font-size: 30px;
            background-image: url(images/move-arrows.png);
            border: 0;
            background-repeat: no-repeat;
            overflow: hidden;
        }

            .twin-tables .controls button.move-to-left {
                background-position: left bottom;
            }

            .twin-tables .controls button.move-to-right {
                background-position: left top;
            }

            .twin-tables .controls button:disabled {
                background-position-x: right;
            }

    .twin-tables .item {
        float: right;
        margin-left: 10px;
        width: 49%;
    }

    .twin-tables.sortable .item {
        width: 47%;
        height: 260px;
        overflow-x: auto;
        overflow-y: auto;
        border: 1px solid #ccc;
    }

    .twin-tables .item:first-child {
        float: left;
        margin-left: 0;
    }

    .twin-tables .item table {
        width: 100.1%;
        border-collapse: collapse;
        border-spacing: 0;
        background: #fff;
    }

        .twin-tables .item table caption {
            background: #a29895;
            padding: 5px;
            color: #fff;
        }

        .twin-tables .item table td {
            padding: 10px;
            vertical-align: top;
        }


        .twin-tables .item table tr.selected td {
            background: #fb5175;
            color: #fff;
            vertical-align: top;
        }

.crew-form {
    overflow: hidden;
    background: #fbf4ed;
    padding: 20px;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}

    .crew-form .col {
        display: table-cell;
        padding-right: 20px;
    }

        .crew-form .col:last-child {
            padding: 0;
        }

        .crew-form .col label {
            font-weight: bold;
            padding-right: 15px;
        }

    .crew-form .submit-box {
        padding: 0;
        border: 0;
        margin-bottom: 0;
    }

.app-serial-no {
    overflow: hidden;
    background: #fbf4ed;
    display: table;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}


    .app-serial-no strong {
        font-size: 36px;
        color: #fc3d66;
        font-weight: normal;
        margin: 5px 0;
        display: block;
    }

.route-info {
    background: #fbf4ed;
    overflow: hidden;
    margin-bottom: 30px;
}

    .route-info h3 {
        color: #fb5175;
        font-weight: normal;
        font-size: 30px;
    }

.tabular-list {
    overflow: hidden;
    margin-bottom: 30px;
}

    .tabular-list .box-row {
        border-bottom: 1px solid #d0d0d0;
        padding-left: 0;
        padding-right: 0;
    }


.tabs {
    overflow: hidden;
}

    .tabs .tab-links {
        overflow: hidden;
        display: table;
        width: 100%;
        table-layout: fixed;
    }

        .tabs .tab-links a {
            padding: 15px 0;
            line-height: 18px;
            font-size: 18px;
            background: #8bd5c7;
            color: #fff;
            text-decoration: none;
            display: table-cell;
            text-align: center;
            white-space: nowrap;
            border-left: 2px solid #fff;
            border-bottom: 2px solid #fff;
        }

            .tabs .tab-links a:first-child {
                border-left: 0;
            }

            .tabs .tab-links a.active, .tabs .tab-links a:hover {
                background: #ff86a0;
                border-bottom: 0;
            }


.tab-panels {
    overflow: hidden;
}

    .tab-panels .panel {
        border: 3px solid #ff86a0;
        padding: 20px;
    }


.desc-list {
    overflow: hidden;
}

    .desc-list .item {
        overflow: hidden;
        background: #fff;
        margin-bottom: 10px;
    }

        .desc-list .item .top {
            background: #eae6e4;
            padding: 10px;
        }

            .desc-list .item .top li {
                display: inline-block;
                margin-right: 20px;
            }

        .desc-list .item .des {
            border: 1px solid #ddd9d8;
            padding: 10px;
        }

        .desc-list .item .top.pink {
            background: #fce6ec;
            padding: 0;
        }

        .desc-list .item .top.yellow {
            background: #fdead1;
            padding: 0;
        }

        .desc-list .item .top.pink span:first-child {
            width: 110px;
            display: inline-block;
            padding: 10px 20px;
            background: #f98099;
            color: #fff;
            margin-right: 15px;
        }

        .desc-list .item .top.yellow span:first-child {
            width: 110px;
            display: inline-block;
            padding: 10px 20px;
            background: #fdbf6d;
            color: #fff;
            margin-right: 15px;
        }

.acordions {
    overflow: hidden;
}

.acordion-item {
    overflow: hidden;
    margin-bottom: 10px;
    background: #F3F3F3;
}

    .acordion-item a.trigger {
        display: block;
        position: relative;
        padding: 12px;
        padding-left: 50px;
        text-decoration: none;
    }

        .acordion-item a.trigger:after {
            position: absolute;
            content: "";
            height: 22px;
            width: 22px;
            background-image: url(images/acordion.png);
            background-position: bottom center;
            top: 12px;
            left: 20px;
        }

    .acordion-item.opened a.trigger:after {
        background-position: top center;
    }

    .acordion-item .acordion-content {
        border-top: 1px solid #d9d3d1;
        padding: 20px;
        display: none;
    }

    .acordion-item.opened .acordion-content {
        display: block;
        line-height: 25px;
    }

    .acordion-item .acordion-content h2 {
        font-size: 15px;
        margin-bottom: 5px;
    }

    .acordion-item .class-list .item {
        border-top: 1px solid #d9d3d1;
        overflow: hidden;
        margin-bottom: 20px;
        padding-top: 20px;
        color: #55504e;
    }

        .acordion-item .class-list .item:first-child {
            border: none;
            margin-bottom: 0px;
            padding-top: 0px;
        }

        .acordion-item .class-list .item .left {
            float: left;
            width: 200px;
            margin-right: 10px;
        }

            .acordion-item .class-list .item .left img {
                display: block;
            }

        .acordion-item .class-list .item .right {
            float: left;
            width: 660px;
            color: #55504e;
        }

            .acordion-item .class-list .item .right table {
                border: 0;
                border-collapse: collapse;
            }

                .acordion-item .class-list .item .right table th {
                    text-align: left;
                    vertical-align: top;
                }

                .acordion-item .class-list .item .right table th,
                .acordion-item .class-list .item .right table td {
                    padding: 5px 20px;
                    min-width: 80px;
                }

                    .acordion-item .class-list .item .right table td .note-btn {
                        text-indent: -999px;
                        overflow: hidden;
                        background: url(images/note.png) no-repeat top center;
                        height: 25px;
                        width: 25px;
                        border: none;
                        cursor: pointer;
                        vertical-align: middle;
                        display: inline-block;
                    }

                    .acordion-item .class-list .item .right table td .sound {
                        text-indent: -999px;
                        overflow: hidden;
                        background: url(images/sound.png) no-repeat top center;
                        height: 25px;
                        width: 25px;
                        border: none;
                        cursor: pointer;
                        vertical-align: middle;
                        display: inline-block;
                    }

                    .acordion-item .class-list .item .right table td .note-btn:hover {
                        background-position-y: bottom;
                    }

    .acordion-item .submit-box {
        border: 0;
        padding: 0;
        margin-top: 20px;
        margin-bottom: 0;
    }

.sitemap {
    background: #fbf4ed;
    margin-bottom: 30px;
    padding: 20px;
}

    .sitemap .row {
        padding-top: 20px;
        margin-bottom: 20px;
        border-top: 1px solid #fff;
        overflow: hidden;
    }

        .sitemap .row:first-child {
            padding-top: 0;
            border: 0;
        }

        .sitemap .row .col {
            float: left;
            margin-right: 20px;
            width: 220px;
        }

            .sitemap .row .col:last-child {
                margin-right: 0;
            }

            .sitemap .row .col a {
                display: inline-block;
                text-decoration: none;
                line-height: 26px;
            }

            .sitemap .row .col > a {
                color: #75caba;
                font-size: 17px;
                margin-bottom: 5px;
            }

            .sitemap .row .col a:hover {
                text-decoration: underline;
            }

.quick-links {
    overflow: hidden;
}

    .quick-links .row {
        overflow: hidden;
        margin-bottom: 25px;
    }

    .quick-links .item {
        margin: 7px;
        float: left;
    }

    .quick-links .row .item a {
        width: 231px;
        padding: 20px;
        height: 138px;
        display: table-cell;
        vertical-align: middle;
        box-sizing: border-box;
        text-decoration: none;
        color: #fff;
        margin: 0 5px;
        box-sizing: border-box;
        font-size: 20px;
        text-align: center;
        border-radius: 5px;
        background: #beb4b1; /* Old browsers */
        background: -moz-linear-gradient(top, #beb4b1 0%, #9f908b 99%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #beb4b1 0%,#9f908b 99%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #beb4b1 0%,#9f908b 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#beb4b1', endColorstr='#9f908b',GradientType=0 ); /* IE6-9 */
    }

        .quick-links .row .item a:hover {
            background: #fb7995;
            filter: none;
        }


.question-box {
    overflow: hidden;
    padding: 15px;
    border: 2px solid #d6d3d1;
    background: #fff;
    color: #55504e;
    margin-bottom: 20px;
}

    .question-box h2 {
        font-size: 18px;
        color: #fb5175;
        font-weight: normal;
        margin-bottom: 10px;
    }

        .question-box h2 span {
            font-size: 30px;
        }

.answer-box {
    overflow: hidden;
    background: #fbf4ed;
    padding: 20px 15px;
    margin-bottom: 20px;
}

    .answer-box .col {
        display: table-cell;
        vertical-align: top;
        padding-right: 20px;
        white-space: nowrap;
    }

    .answer-box .row {
        margin-bottom: 15px;
        padding-top: 15px;
        border-top: 1px solid #fff;
    }

        .answer-box .row:first-child {
            padding-top: 0;
            border: 0;
        }

    .answer-box .col:last-child {
        padding-right: 0;
    }

    .answer-box .col > div {
        margin-bottom: 10px;
    }

        .answer-box .col > div label {
            font-weight: bold;
            margin-right: 15px;
        }

.top-box {
    overflow: hidden;
    padding: 10px 20px;
    color: #776d69;
}

    .top-box .left {
        float: left;
        padding-left: 10px;
        position: relative;
        color: #fb5175;
        display: block;
    }

        .top-box .left:after {
            position: absolute;
            content: "";
            height: 5px;
            width: 5px;
            background: #fb5175;
            left: 0;
            top: 7px;
            border-radius: 5px;
        }

    .top-box .right {
        float: right;
        text-align: right;
        display: block;
    }

.personal-form {
    overflow: hidden;
    color: #776d69;
}

    .personal-form .box-row {
        border-bottom: 1px solid #cfcfcf;
    }

        .personal-form .box-row:last-child {
            border: 0;
        }

/*Mobile*/
.mobile-content {
    padding: 20px 10px;
    background: #f9f5f1;
}

.mobile-functions a .welcome-box p {
    padding: 0 10px;
    font-size: 23px;
    color: #776d69;
    margin-bottom: 20px;
}

.welcome-box p {
    margin-bottom: 10px;
}

    .welcome-box p span {
        color: #50b6a4;
        font-weight: bold;
    }


.mobile-functions {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}

    .mobile-functions a {
        flex: 1 0 30%;
        box-sizing: border-box;
        background: #9f908b;
        color: #fff;
        text-align: center;
        text-decoration: none;
        margin: 2%;
        padding: 2%;
        border-radius: 10px;
        box-sizing: border-box;
        font-size: 32px;
        font-weight: bold;
    }

        .mobile-functions a img {
            display: block;
            margin: 2% auto;
        }

.progress-bar {
    background: #e3e3e3;
    color: #434343;
    padding: 10px;
    box-shadow: 0 -1px 2px 0 #afafaf,inset 0 -1px 1px 0 #fff;
    border-radius: 5px;
    margin: 2px;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 25px;
    overflow: hidden;
    margin-bottom: 20px;
}

    .progress-bar .total-progress {
        background: #fff;
        position: relative;
        overflow: hidden;
        height: 30px;
        border-radius: 3px;
    }

.total-progress .current-progress {
    color: #fff;
    border-radius: 3px;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    box-shadow: inset 0 -3px 0px -2px #444;
    box-sizing: border-box;
    height: 100%;
    text-align: center;
    line-height: 30px;
    background: #5ed1df; /* Old browsers */
    background: -moz-linear-gradient(top, #5ed1df 0%, #2aa3b2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #5ed1df 0%,#2aa3b2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #5ed1df 0%,#2aa3b2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
