@import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:400,300);

@font-face {
    font-family: 'oswaldbold';
    src: url('fonts/oswald-bold-webfont.eot');
    src: url('fonts/oswald-bold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/oswald-bold-webfont.woff') format('woff'), url('fonts/oswald-bold-webfont.ttf') format('truetype'), url('fonts/oswald-bold-webfont.svg#oswaldbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'oswaldlight';
    src: url('fonts/oswald-light-webfont.eot');
    src: url('fonts/oswald-light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/oswald-light-webfont.woff') format('woff'), url('fonts/oswald-light-webfont.ttf') format('truetype'), url('fonts/oswald-light-webfont.svg#oswaldlight') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'oswaldregular';
    src: url('fonts/Oswald-Regular.eot');
    src: url('fonts/Oswald-Regular.eot?#iefix') format('embedded-opentype'), url('fonts/Oswald-Regular.woff') format('woff'), url('fonts/Oswald-Regular.ttf') format('truetype'), url('fonts/Oswald-Regular.svg#oswaldregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

.company_name {
    font-family: oswaldregular;
    font-size: 18px;
    color: #0D47A1;
    margin-right: 5px;
    font-weight: bold;
}

.company_user_name {
    font-family: oswaldlight;
    font-size: 12px;
    color: Gray;
    margin-right: 5px;
}

.page_title {
    font-family: oswaldregular;
    font-size: 15px;
    width: 100%;
    color: #0D47A1;
    margin-bottom: 5px;
    font-weight: bold;
}

.page_title_links {
    font-family: oswaldregular;
    font-size: 12px;
    width: 100%;
    margin-bottom: 5px;
    text-align: right;
    color: Blue;
}

    .page_title_links a {
        color: Blue;
    }


.user_controls {
    text-align: center;
    margin-bottom: 10px;
}

.user_controls_buttons li {
    list-style: none;
    float: right;
    padding-left: 5px;
}




.dataTables_filter {
    /*display: none;  */
    font-family: Sans-Serif;
    font-size: 12px;
}

/*.DataTables_Table_0
{
    width: 140px;
    overflow: hidden;
    border-bottom: 1px solid #CCC;
    margin-right: 20px;
    margin-top: -19px /*16px*/; margin-bottom: 11px; background: url(../img/arrow.png) right center no-repeat;
}

*/ .dataTables_length {
    /*display: none;*/
    font-family: Sans-Serif;
    font-size: 12px;
}

.main_container {
    min-height: 400px;
    max-width: 100%;
}

.scroll-text {
    border: 1px solid red;
    width: 400px;
    height: 4.5em;
    overflow: hidden;
}

    .scroll-text ul {
        width: 800px;
        height: 100px;
        overflow: hidden;
        margin: 0;
    }

        .scroll-text ul li {
            height: 1.5em;
        }

.scroll-img {
    width: 100%;
    height: 142px;
    overflow: hidden;
    font-size: 0;
}

    .scroll-img ul {
        width: 1000px;
        height: 600px;
        margin: 0;
    }

        .scroll-img ul li {
            display: inline-block;
            margin: 10px 0 10px 10px;
        }

#demo4.scroll-img ul,
#demo5.scroll-img ul {
    width: 1500px;
}

#demo5-btn {
    width: 680px;
    padding-top: 10px;
}

#demo6 {
    width: 815px;
    margin: 0 auto;
}

#demo6-queue {
    width: 680px;
}

    #demo6 p, #demo6-queue p {
        width: 124px;
        height: 124px;
        background-color: lightgray;
        font-family: 'Amaranth', sans-serif;
        font-size: 82px;
        text-align: center;
        display: table-cell;
        vertical-align: middle;
    }

@media only screen and (max-width : 640px) {
    #demo6 {
        width: 180px;
        margin: 0 auto;
        height: 92px;
    }
}

@media only screen and (min-width : 640px) and (max-width:800px) {
    #demo6 {
        width: 500px;
        margin: 0 auto;
        height: 92px;
    }
}


a {
    text-decoration: none;
    color: #0B3861;
}

    a:visited {
        text-decoration: none;
        color: #0B3861;
    }

.center_text {
    text-align: center;
}

.dropdown {
    padding: 5px;
}

@media only screen and (max-width : 700px) {
    .user_controls_buttons {
        text-align: center;
    }

        .user_controls_buttons li {
            list-style: none;
            float: none;
            margin-bottom: 4px;
        }
}


#ContentPlaceHolder1_btn_pdf {
    display: none;
}


.require {
    color: red;
}

/*input[type="radio"]:checked+label {
  padding-left:15px;
}*/


.radiolist input[type="radio"] ~ * {
    padding-left: 3px;
}


.accordionHeader {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #2E4d7B;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeader a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeader a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionHeaderSelected {
    border: 1px solid #2F4F4F;
    color: white;
    background-color: #5078B3;
    font-family: Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}

    .accordionHeaderSelected a {
        color: #FFFFFF;
        background: none;
        text-decoration: none;
    }

        .accordionHeaderSelected a:hover {
            background: none;
            text-decoration: underline;
        }

.accordionContent {
    /*background-color: #D3DEEF;*/
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    padding-top: 10px;
}

.accordionHeader {
    background-image: url(../Images/plus.gif);
    background-repeat: no-repeat;
    background-position: 4px 7px;
    padding-left: 18px;
}

.accordionHeaderSelected {
    background-image: url(../Images/minus.gif);
    background-repeat: no-repeat;
    background-position: 4px 7px;
    padding-left: 18px;
}

