body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

.header {
    -moz-box-shadow: 0 0 2px #000;
    -webkit-box-shadow: 0 0 2px #000;
    background: #fff;
    box-shadow: 0 0 2px #000;
    min-height: 105px;
    position: relative;
    z-index: 60;
}

.main {
    background: #afafaf;
    background: -moz-linear-gradient(top, #aaaaaa 0%, #dadada 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aaaaaa), color-stop(100%, #dadada));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #aaaaaa 0%, #dadada 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #aaaaaa 0%, #dadada 100%);
    /* Opera 11.10+ */
    /* IE10+ */
    background: -webkit-gradient(linear, left top, left bottom, from(#aaaaaa), to(#dadada));
    background: linear-gradient(to bottom, #aaaaaa 0%, #dadada 100%);
    min-height: 600px;
    padding: 0 0 50px 0;
    position: relative;
}



.header-title {
    padding: 40px 0 0 160px;
    position: absolute;
    top: 0px;
}

.main-content {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.panel {
    border: 0;
}

.panel-default > .panel-heading-custom {
    color: black;
    font-weight: bold;
}

.pagingBlock {
    padding-bottom: 40px;
    padding-right: 10px;
}

.row.vdivide [class*='col-']:not(:last-child):after {
    background: #e0e0e0;
    bottom: 0;
    content: "";
    display: block;
    min-height: 70px;
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
}

.footer {
    background: #999;
    height: 74px;
}

@media only screen and (min-width: 48em) {
    footer {
        height: 80px;
    }
}



.horizontal-header-menu > ul {
    border-right: 1px solid #d7d7d7;
    float: right;
    list-style-type: none;
    margin: 18px 10px 0 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

    .horizontal-header-menu > ul > li {
        border-left: 1px solid #d7d7d7;
        display: block;
        float: left;
        font-size: 16px !important;
        height: 30px;
        padding: 5px 12px;
    }

        .horizontal-header-menu > ul > li > span {
            bottom: 1px;
            display: block;
            float: left;
            padding: 8px 0 0 0;
            position: relative;
        }



        .horizontal-header-menu > ul > li .icon-size {
            height: 24px;
            /*font-size:20px;*/
            width: 24px;
        }

/* horizontal-footer-menu end */




/* horizontal-footer-menu beginn */

.horizontal-footer-menu {
    text-align: center;
}

    .horizontal-footer-menu > ul {
        font-size: 14px;
        list-style: none;
        padding: 8px 0 0 0;
    }

        .horizontal-footer-menu > ul > li {
            display: inline-block;
            padding: 0 3px;
        }

            .horizontal-footer-menu > ul > li:after {
                content: "|";
                padding: 0 3px 0 13px;
            }

            .horizontal-footer-menu > ul > li.lastItem:after {
                content: none;
            }

/* horizontal-footer-menu end */


/* vertical-menu beginn */

.vertical-menu {
    font-family: "franklin-book", Arial, sans-serif !important;
    font-size: 14px !important;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
}

    .vertical-menu > li {
        margin: 0 !important;
        padding: 0 !important;
    }

        .vertical-menu > li > a {
            background: #fff;
            color: black;
            display: block;
            margin: 0 0 1px 0;
            padding: 12px 30px 12px 22px;
            text-decoration: none;
        }

    .vertical-menu .head {
        background: #ffcc05;
        color: black;
        display: block;
        font-size: 17px !important;
        margin: 0 0 1px 0;
        padding: 12px 20px 9px 15px;
    }

.vertical-menu-col {
    padding-left: 0px;
    padding-right: 0px;
}

.vertical-menu a:hover {
    background: #dfdfdf;
    text-decoration: none;
}

.vertical-menu a.active {
    background: #dfdfdf;
    font-weight: bold;
    text-decoration: none;
}

/* vertical-menu end */

.navbar {
    min-height: 85px !important;
}

/*collapse  Menu*/

.vertical-collapse-menu {
    font-family: "franklin-book", Arial, sans-serif !important;
    font-size: 14px !important;
    list-style-type: none;
    margin: 0 !important;
    padding: 0 !important;
    width: 100%;
    z-index: 1000 !important;
}


    .vertical-collapse-menu .head {
        background: #ffcc05;
        color: black;
        display: block;
        font-size: 17px !important;
        margin: 0 0 0 0;
        padding: 12px 20px 9px 15px;
    }

    .vertical-collapse-menu > li {
        margin: 0 !important;
        padding: 0 !important;
    }

        .vertical-collapse-menu > li > a {
            color: black;
            display: block;
            text-decoration: none;
            margin: 0 0 1px 0;
            padding: 12px 30px 12px 22px;
        }

    .vertical-collapse-menu .dropdown {
        background: #ffcc05;
        border: 1px solid #ccc;
        width: 400px;
    }

    .vertical-collapse-menu .dropdown-menu {
        margin: 0;
        padding: 0;
        z-index: 1000 !important;
    }

    .vertical-collapse-menu .dropdown > ul.dropdown-menu {
        box-shadow: none;
        margin-left: -1px;
        margin-top: 2px;
        width: 400px;
    }

.linkX {
    text-decoration: underline !important;
}

    .linkX a:hover {
        text-decoration: none !important;
    }


.has-error {
    color: #a94442 !important;
}

.header-logo {
    padding: 7px 0 0 9px;
    position: absolute;
    top: 0px;
    z-index: 30;
}



@media only screen and (max-width: 480px) {
    .h1-xxs,
    .h2-xxs,
    .h3-xxs {
        margin-top: 10px;
        margin-bottom: 5px;
    }

        .h1-xxs small,
        .h2-xxs small,
        .h3-xxs small,
        .h1-xxs .small,
        .h2-xxs .small,
        .h3-xxs .small {
            font-size: 65%;
        }

    .h4-xxs,
    .h5-xxs,
    .h6-xxs {
        margin-top: 5px;
        margin-bottom: 5px;
    }

        .h4-xxs small,
        .h5-xxs small,
        .h6-xxs small,
        .h4-xxs .small,
        .h5-xxs .small,
        .h6-xxs .small {
            font-size: 75%;
        }

    .h1-xxs {
        font-size: 23px;
    }

    .h2-xxs {
        font-size: 17px;
    }

    .h3-xxs {
        font-size: 12px;
    }

    .h4-xxs {
        font-size: 9px;
    }

    .h5-xxs {
        font-size: 6px;
    }

    .h6-xxs {
        font-size: 3px;
    }

    /*.header-logo-image {
            width: 57px;
            height: 57px;
        }*/
}

@media only screen and (min-width: 480px) {
    .h1-xs,
    .h2-xs,
    .h3-xs {
        margin-top: 21px;
        margin-bottom: 10.5px;
    }

        .h1-xs small,
        .h2-xs small,
        .h3-xs small,
        .h1-xs .small,
        .h2-xs .small,
        .h3-xs .small {
            font-size: 65%;
        }

    .h4-xs,
    .h5-xs,
    .h6-xs {
        margin-top: 10.5px;
        margin-bottom: 10.5px;
    }

        .h4-xs small,
        .h5-xs small,
        .h6-xs small,
        .h4-xs .small,
        .h5-xs .small,
        .h6-xs .small {
            font-size: 75%;
        }

    .h1-xs {
        font-size: 29px;
    }

    .h2-xs {
        font-size: 22px;
    }

    .h3-xs {
        font-size: 16px;
    }

    .h4-xs {
        font-size: 9px;
    }

    .h5-xs {
        font-size: 5px;
    }

    .h6-xs {
        font-size: 3px;
    }
}

@media only screen and (min-width: 768px) {
    .h1-sm,
    .h2-sm,
    .h3-sm {
        margin-top: 21px;
        margin-bottom: 10.5px;
    }

        .h1-sm small,
        .h2-sm small,
        .h3-sm small,
        .h1-sm .small,
        .h2-sm .small,
        .h3-sm .small {
            font-size: 65%;
        }

    .h4-sm,
    .h5-sm,
    .h6-sm {
        margin-top: 10.5px;
        margin-bottom: 10.5px;
    }

        .h4-sm small,
        .h5-sm small,
        .h6-sm small,
        .h4-sm .small,
        .h5-sm .small,
        .h6-sm .small {
            font-size: 75%;
        }

    .h1-sm {
        font-size: 39px;
    }

    .h2-sm {
        font-size: 32px;
    }

    .h3-sm {
        font-size: 26px;
    }

    .h4-sm {
        font-size: 19px;
    }

    .h5-sm {
        font-size: 15px;
    }

    .h6-sm {
        font-size: 13px;
    }
}

@media only screen and (min-width: 992px) {
    .h1-md,
    .h2-md,
    .h3-md {
        margin-top: 21px;
        margin-bottom: 10.5px;
    }

        .h1-md small,
        .h2-md small,
        .h3-md small,
        .h1-md .small,
        .h2-md .small,
        .h3-md .small {
            font-size: 65%;
        }

    .h4-md,
    .h5-md,
    .h6-md {
        margin-top: 10.5px;
        margin-bottom: 10.5px;
    }

        .h4-md small,
        .h5-md small,
        .h6-md small,
        .h4-md .small,
        .h5-md .small,
        .h6-md .small {
            font-size: 75%;
        }

    .h1-md {
        font-size: 39px;
    }

    .h2-md {
        font-size: 32px;
    }

    .h3-md {
        font-size: 26px;
    }

    .h4-md {
        font-size: 19px;
    }

    .h5-md {
        font-size: 15px;
    }

    .h6-md {
        font-size: 13px;
    }
}

@media only screen and (min-width: 1200px) {
    .h1-lg,
    .h2-lg,
    .h3-lg {
        margin-top: 21px;
        margin-bottom: 10.5px;
    }

        .h1-lg small,
        .h2-lg small,
        .h3-lg small,
        .h1-lg .small,
        .h2-lg .small,
        .h3-lg .small {
            font-size: 65%;
        }

    .h4-lg,
    .h5-lg,
    .h6-lg {
        margin-top: 10.5px;
        margin-bottom: 10.5px;
    }

        .h4-lg small,
        .h5-lg small,
        .h6-lg small,
        .h4-lg .small,
        .h5-lg .small,
        .h6-lg .small {
            font-size: 75%;
        }

    .h1-lg {
        font-size: 39px;
    }

    .h2-lg {
        font-size: 32px;
    }

    .h3-lg {
        font-size: 26px;
    }

    .h4-lg {
        font-size: 19px;
    }

    .h5-lg {
        font-size: 15px;
    }

    .h6-lg {
        font-size: 13px;
    }
}
