    #menuLeft > aside > header > h2
    {
        text-align: center
    }
    #menuLeft > aside > div
    {
        text-align: center
    }
    #content > section > article > header > h2
    {
        text-align: center
    }
    #content > section > article > div
    {
        text-align: centers
    }
    #menuRight > aside > header > h2
    {
        text-align: center
    }
    #menuRight > aside > div
    {
        text-align: center
    }
/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/
@font-face
{
    src: url("../../fonts/DroidSans-webfont.eot");
    src: url("../../fonts/DroidSans-webfont.eot?#iefix") format("embedded-opentype"),
    url("../../fonts/DroidSans-webfont.woff") format("woff"),
    url("../../fonts/DroidSans-webfont.ttf") format("truetype"),
    url("../../fonts/DroidSans-webfont.svg#DroidSansRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}
*
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html, body
{
    height: 100%;
    margin: 0;
}
html>/**/body
{
    min-height: 100%;
}
body
{
    font-family: DroidSans, Tahoma, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555555;
    /* word-break: break-all; */
    word-wrap: break-word;
}
html>/**/body #wrapper
{
    height: 100%;
}
#content article h1, #content article h2, #content article h3, #content article h4, #content article h5, #content article h6
{
    padding: 0;
    margin: 0;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-word;
    overflow-wrap: anywhere;
}
/*********************************************************************************/
/* MOBILE                                                                        */
/*********************************************************************************/
@media screen and (max-width:800px){
    body
    {

    }
    #wrapper
    {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    #wrapper > header:first-child
    {
        height: 48px;
        width: 100%;

        text-align: center;
        box-shadow: none;
        z-index: 10;
        background-color: #0B4A7B;
        display: table-row;
    }
    #wrapper > header:first-child h1
    {
        width: 100%;
        text-align: center;
        font-size: 17px;
        color: #000000;
        overflow: hidden;
        white-space: nowrap;
    }
    #wrapper > header:first-child a, #wrapper header:first-child h1 a:link, #wrapper header:first-child h1 a:visited, #wrapper header:first-child h1 a:active
    {
        text-decoration: none;
        color: #ffffff;
    }

    nav
    {
        display: none;
    }

    #include
    {
        height: 100%;
    }
    #includeWrapper
    {
        display: flex;
        flex-direction: column;
    }
    #include #menuLeft, #include #content,#include #menuRight
    {
        width: 100%;
    }

    #menuLeft, #content article, #menuRight
    {
        font-size: 16px;
    }
    #menuLeft
    {
        box-shadow: none;
        order: 2;
    }
    aside header
    {
        height: 44px;
        text-align: left;
        line-height: 44px;
        color: #000000;
        overflow: hidden;
        white-space: nowrap;
        background-color: #0B4A7B;
    }
    aside header h2
    {
        margin: 20px 0 0 0;
        font-size: 20px;
    }
    aside div
    {
        margin: 0 10px 10px 10px;
        font-size: 15px;
        font-weight: bold;
        line-height: 40px;

    }
    aside > div > a, aside > div > a:link, aside > div > a:visited, aside > div > a:hover
    {
        color: #000000;
        font-weight: normal;
    }
    article a, article a:link, article a:visited, article a:hover
    {
        color: #000000;
        font-weight: normal;
    }

    #content
    {
        background: #ffffff;
        color: #000000;
        order: 1;
    }
    #content section
    {
        margin-bottom: 10px;
        color: #000000;
    }

    #content section #modul, #content section #modulhide
    {
        display: none;
    }
    #content section article
    {
        padding: 10px 10px 0 10px;

    }
    #content section article header
    {
        width: 100%;
        height: auto;
        background: #fff;
        background-image: none !important;
        color: #000000;
        font-weight: 200;
        font-size: 25px;
        box-shadow: none;
        text-align: left;
    }
    #content section article header h2
    {
        font-size: 30px;
        line-height: 35px;
    }

/*
    #content section article div
    {
        padding: 0 20px 0 20px;
    }
*/
    #menuRight
    {
        color: #ffffff;
        order: 3;
    }

    aside
    {

    }
    aside div
    {
        padding: 10px 0 14px 10px;
    }
    aside header
    {
        float: left;
        height: 44px;
        width: 100%;
        margin-bottom: 10px;
        padding: 0 10px 0 10px;
        color: #ffffff;
        line-height: 0;
        overflow: hidden;
        white-space: nowrap;
        box-shadow: none;
        text-align: center;
    }
    aside div
    {
        clear: both;
        padding: 0 20px 0 20px;
    }
    aside div a, aside div a:link, aside div a:visited, aside div a:hover, aside div a:hover
    {
        color: #000000;
    }
    footer
    {
        display: table-row;
    }
}
@media screen and (min-width: 801px) {
/*********************************************************************************/
/* DESKTOP                                                                       */
/*********************************************************************************/

    body
    {
        background-color: #EEEEEE;
    }

    #wrapper
    {
        display: table;
        table-layout: fixed;
        width: 100%;
    }
    header
    {
        display: table-row;
        width: 100%;
        line-height: 60px;
        background-color: #0B4A7B;
    }
    header, header h1, header nav ul
    {
        height: 60px;
        overflow: hidden;
    }
    header h1
    {
        width: 30%;
        float: left;
        padding-left: 20px;
    }
    #include
    {
        display: table-cell;
        height: 100%;
        /* padding: 0 150px 0 150px; */
        background-color: #ffffff;
    }
    #includeWrapper
    {
        display : table;
        width : 100%;
        height : 100%;
        /* border-left: 2px solid #E0E4E5;
        border-right: 2px solid #E0E4E5; */
    }
    #menuLeft, #content, #menuRight
    {
        display : table-cell;
        height:100%;
        vertical-align: top;
        background-color: #eeeeee;
    }
    #menuLeft > aside
    {
        padding: 5px 5px 5px 0;
    }
    #menuRight > aside
    {
        padding: 5px 0 5px 5px;
    }
    aside header
    {
        float: left;
        height: 44px;
        margin-bottom: 10px;
        text-align: left;
        line-height: 25px;
        color: #ffffff;
        overflow: hidden;
        white-space: nowrap;
    }
    aside header h2
    {
        margin: 10px 10px 0 10px;
        font-size: 20px;
    }
    aside div
    {
        margin: 0 10px 10px 10px;
        font-size: 15px;
        color: #555555;
        font-weight: bold;
    }
    aside > div > a, aside > div > a:link, aside > div > a:visited, aside > div > a:hover
    {
        color: #555555;
        font-weight: normal;
    }

    article a, article a:link, article a:visited, article a:hover
    {
        color: #555555;
        font-weight: normal;
    }
    #content #modul
    {
        width: 100%;
        height: 45px;
        line-height: 30px;
        color: white;
        text-align: center;
        white-space: nowrap;
        overflow: hidden;
    }
    #content section #modulhide
    {
        display: none;
    }
    #content section #modul h2
    {
        height: 60px;
        line-height: 50px;
        overflow: hidden;
        white-space: pre-line;
        word-wrap: break-word;
        margin-top: 5px;
        font-size: 28px;
        width: 100%;
        background-color: #0B4A7B;
        text-align: center;
    }
    #content section article
    {
        padding: 5px 0 0 0;
        font-size: 15px;
    }
    #content section article header
    {
        line-height: 40px;
        height: 44px;
        font-size: 35px;
        display:inline-block;
        padding: 0 10px 0 10px;
    }
    #content > section > article > header > h2
    {
        font-size: 30px;
        padding-bottom: 10px;
        color: #ffffff;
        margin-left: 5px;
    }
    #content > section > article > div
    {
        padding: 0 10px 0 10px;
    }
    footer
    {
        display: table-row;
        height: 20px;
        background-color: #0B4A7B;
    }
    #menuLeft
    {
        width: 20%;
    }
    #menuRight
    {
        width: 20%;
    }
}
/*********************************************************************************/
/* TABLET                                                                        */
/*********************************************************************************/
@media screen and (min-width:801px) and (max-width:1279px) {
    body
    {
        background: #212121;
    }
    #content
    {
        color: #000000;
    }
    #content section article
    {
        box-shadow: none;
    }
    aside > div > a, aside > div > a:link, aside > div > a:visited, aside > div > a:hover
    {
        color: #000000;
        font-weight: normal;
        line-height: 20px;
    }
}
/*********************************************************************************/
/* Button                                                                        */
/*********************************************************************************/
@media only screen and (min-width: 800px){
    button
    {
        height: 44px;
        border: 1px solid #d4d4d4;
        background-color: #0B4A7B;
        color: #ffffff;
        cursor: pointer;
        white-space: nowrap;
        font-size: 12px;
        border-radius: 0;
        font-weight: bold;
        padding: 0 15px 0 15px;
    }
    #button
    {
        height: 44px;
        display: inline-block;
        color: #ffffff;
        text-decoration: none;
        min-width: 100px;
        font-size: 12px;
        padding: 13px 30px;
        border: 1px solid #d4d4d4;
        background-color: #0B4A7B;
        margin: 5px 0 0 0;
        font-weight: bold;
        white-space: nowrap;
    }
    .button a, .button a:link, .button a:visited, .button a:focus, .button a:hover
    {
        color: #ffffff;
        font-weight: bold;
    }
}
@media only screen and (max-width: 800px){
    button
    {
        height: 44px;
        padding: 5px 15px 1px 15px;
        border: 1px solid #d4d4d4;
        background-color: #ececec;
        color: #000000;
        cursor: pointer;
        white-space: nowrap;
        font-weight: bold;
        font-size: 15px;
        line-height: 30px;
        border-radius: 0;
    }
    #button
    {
        height: 44px;
        min-width: 100px;
        padding: 8px 16px;
        white-space: nowrap;
        display: inline-block;
        background-color: #ececec;
        color: #000000;
        text-decoration: none;
        line-height: 30px;
        cursor: pointer;
        text-align: center;
        border: 1px solid #d4d4d4;
        margin-top: 5px;
        font-size: 15px;
    }
    #button a, #button a:link, #button a:visited, #button a:focus, #button a:hover
    {
        color: #ffffff;
        font-weight: bold;
    }
}
/*********************************************************************************/
/* Confirm                                                                       */
/*********************************************************************************/
.confirm
{
    display: table;
    width: 90%;
    margin: auto;
}
.confirm .caption
{
    display: table-caption;
    text-align: center;
}
.confirm .cell
{
    display: table-cell;
    width: 50%;
    padding-top: 15px;
    text-align: center;
}
.confirm a:link,.confirm a:visited, .confirm a:hover, .confirm a:active
{
    color: #555555;
}
﻿/*********************************************************************************/
/* Form                                                                          */
/*********************************************************************************/
form
{
    width: 100%;
}
form h2,form h3
{
    text-align: center;
}
form > div
{
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 5px 0;
}
form > label
{
    text-align: right;
}
form > div > label
{
    width: 30%;
    float: left;
    height: 29px;
    line-height: 29px;
    padding-right: 5px;
    text-align: right;
}
form > div > div
{
    width: 70%;
    float: right;
}
form .text
{
    line-height: 30px;
    text-align: left;
}
form input
{
    width: 100%;
    height: 30px;
    border: 1px solid #537FB3;
}
form textarea
{
    width: 100%;
    height: 150px;
    border: 1px solid #537FB3;
}
form input:focus,form textarea:focus
{
    outline: 0;
    border-color: #4697e4;
}
form select
{
    width: 100%;
    height: 30px;
    border: 1px solid #537FB3;
    font-size:13px;
    color:#000000;
    background: url('images/form/arrow.png') no-repeat 100% 4px #fff; /* add your own arrow image */
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    -moz-appearance: none;

}

form .checkbox, form .radio
{
    text-align: left;
}
form input[type="radio"]
{
    display:none;
}
form input[type="radio"] + label
{
    font-size:14px;
    height:30px;
    line-height:30px;
}
form input[type="radio"] + label span
{
    display:inline-block;
    width:18px;
    height:30px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url("images/form/radio.png") left top no-repeat;
    cursor:pointer;
}
form input[type="radio"]:checked + label span
{
    background:url("images/form/radio.png") -20px top no-repeat;
}
form input[type="radio"]:disabled + label span
{
    background:url("images/form/radio.png") -40px top no-repeat;
    cursor: auto;
}
form input[type="radio"]:checked:disabled + label span
{
    background:url("images/form/radio.png") -60px top no-repeat;
    cursor: auto;
}

form input[type="checkbox"]
{
    display:none;
}
form input[type="checkbox"] + label
{
    font-size:14px;
    height:30px;
    line-height:30px;
}
form input[type="checkbox"] + label span
{
    display:inline-block;
    width:18px;
    height:18px;
    margin:-2px 4px 0 0;
    vertical-align:middle;
    background:url("images/form/checkbox.png") left top no-repeat;
    cursor:pointer;
}
form input[type="checkbox"]:checked + label span
{
    background:url("images/form/checkbox.png") -18px top no-repeat;
}
form input[type="checkbox"]:disabled + label span
{
    background:url("images/form/checkbox.png") -36px top no-repeat;
    cursor: auto;
}
form input[type="checkbox"]:checked:disabled + label span
{
    background:url("images/form/checkbox.png") -54px top no-repeat;
    cursor: auto;
}
form > div
{
    text-align: center;
}
@media (max-width: 800px) {
    form input[type="radio"] + label span
    {
        background:url("images/form/radio_bila.png") left top no-repeat;
    }
    form input[type="radio"]:checked + label span
    {
        background:url("images/form/radio_bila.png") -20px top no-repeat;
    }
    form input[type="radio"]:disabled + label span
    {
        background:url("images/form/radio_bila.png") -40px top no-repeat;
    }
    form input[type="radio"]:checked:disabled + label span
    {
        background:url("images/form/radio_bila.png") -60px top no-repeat;
    }
}
@media (max-width: 1024px) {
    form > div {
        margin: 0 0 5px 0;
    }
    form > div > label
    {
        width: 100%;
        margin: 0 0 5px 0;
        text-align: center;
    }
    form .text
    {
        line-height: 30px;
        text-align: center;
    }
    form > div > div
    {
        width: 100%;
        float: none;
    }
    form .checkbox,form .radio
    {
        display: table;
        border-collapse:separate;
    }
    [type="checkbox"] + label, [type="radio"] + label
    {
        align-items: center;
        margin-left: 47%;
    }
    form .checkbox,form .radio
    {
        line-height: 50px;
    }
}
/*********************************************************************************/
/* Navagation                                                                    */
/*********************************************************************************/
.topnav {
    overflow: hidden;
    background-color: #0B4A7B;
    display: table-row;
    height: 30px;
}

.topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}
.active {
    background-color: #0B4A7B;
    color: white;
}

.topnav .iconMobile {
    display: none;
}
.dropdown {
    float: left;
    overflow: hidden;
}
.dropdown-mobile {
    display: none;
    float: left;
    overflow: hidden;
}
.dropdown .dropbtn {
    font-size: 17px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #0B4A7B;
    min-width: 160px;
    z-index: 1;
    color: #FFFFFF;
    font-size: 16px;
    padding-left: 5px;
}
.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
    background-color: #0B4A7B;
    color: white;
}

.dropdown-content a:hover {
    background-color: #0B4A7B;
    color: black;
}

.dropdown:hover .dropdown-content {
    display: block;
}
.topnav a, .topnav a:link, .topnav a:visited, .topnav a:hover, .dropbtn
{
    color: #ffffff;
    font-weight: normal;
}
/*
#mobileMenuAdmin
{
    display: none;
}
*/
@media screen and (max-width: 800px) {
    .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
    }
    .topnav a.iconMobile {
        float: right;
        display: block;
    }
    /*
    #mobileMenuAdmin
    {
        display: block;
    }
    #menuLeft,#menuRight{
        display: none;
    }
    */
}

@media screen and (max-width: 800px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .iconMobile {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: left;
    }
    .dropdown-mobile {
        position: absolute;
        right: 0;
        top: 0;
    }
    .topnav.responsive .dropdown {float: none;}
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
        display: block;
        width: 100%;
        text-align: left;
        font-weight: normal;
    }
    .dropdown-content{
        padding-left: 15px;
    }
}
/*********************************************************************************/
/* Notification lista                                                            */
/*********************************************************************************/
.notificationslat
{
    display: table-row;
    width: 100%;
    height: 50px;
    line-height: 45px;
    color: #000000;
    text-align:center;
    font-size: 20px;
    overflow: hidden;
    white-space: nowrap;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 20px, rgba(255,255,255,0.1) 20px, rgba(255,255,255,0.1) 40px );
}
.nswarning
{
    background-color: #fa4;
    border-color: #d82;
}
.nsinfo
{
    background-color: #6af;
    border-color: #48d;
}
/*********************************************************************************/
/* Notification                                                                  */
/*********************************************************************************/
.box_not_not_wrapper
{
    display: table;
    margin: 0 auto;
    width: 100%;
}
.box_not
{
    min-width: 50px;
    padding: 20px 50px;
    text-align:left;
    color:black;
    font-size: 14px;
    margin-top: 5px;
}
.success_not
{
    background: url('images/notification/success.png'), #efffb9;
    background-color: #efffb9;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #99c600;
}
.error_not
{
    background: url('images/notification/error.png'), #fccac2;
    background-color: #fccac2;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #eb5339;
}
.warning_not
{
    background: url('images/notification/warning.png'), #ffeaa8;
    background-color: #ffeaa8;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #f9b416;
}
.info_not
 {
     background: url('images/notification/info.png'), #d0e4f4;
     background-color: #d0e4f4;
     background-position: 10px 14px;
     background-repeat: no-repeat;
     border: 1px solid #4d8fcb;
 }
.infofile_not
{
    background: url('images/notification/info.png'), #d0e4f4;
    background-color: #d0e4f4;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #4d8fcb;
}
.tip_not
{
    background: url('images/notification/bulb.png'), #ffeac8;
    background-color: #ffeac8;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #d38e4a;
}
.message_not
{
    background: url('images/notification/message.png'), #f2f2f2;
    background-color: #f2f2f2;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #aaa;
}
.download_not
{
    background: url('images/notification/download.png'), #efffb9;
    background-color: #efffb9;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #99c600;
}
.edit_not
{
    background: url('images/notification/edit.png'), #ffeaa8;
    background-color: #ffeaa8;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #f9b416;
}
.chat_not
{
    background: url('images/notification/chat.png'), #d0e4f4;
    background-color: #d0e4f4;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #4d8fcb;
}
.lock_not
{
    background: url('images/notification/lock.png'), #f2f2f2;
    background-color: #f2f2f2;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #aaa;
}
.construction_not
{
    background: url('images/notification/construction.png'), #ffeac8;
    background-color: #ffeac8;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #d38e4a;
}
.bash_not
{
    background: url('images/notification/bash.png'), #ffeac8;
    background-color: #f5f5f5;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #aaa;
}
.code_not
{
    background: url('images/notification/code.png'), #ffeac8;
    background-color: #f5f5f5;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #aaa;
}
.not_codes, .not_bashs
{
    width: 100%;
    resize: none;

    min-width: 50px;
    padding: 20px 50px;
    text-align:left;
    color:black;
    font-size: 14px;
    margin-top: 5px;


    background: url('images/notification/bash.png'), #ffeac8;
    background-color: #f5f5f5;
    background-position: 10px 14px;
    background-repeat: no-repeat;
    border: 1px solid #aaa;
}
.not_codes:focus, .not_codes:focus,.not_bashs:focus, .not_bashs:focus
{
    outline: none;
}
/*********************************************************************************/
/* Responsive                                                                    */
/*********************************************************************************/
#resp
{
    width: 100%;
}
#resp > div
{
    clear: both;
    overflow: hidden;
    padding: 1px;
    margin: 0 0 5px 0;
}
#resp > label
{
    text-align: right;
}
#resp > div > label
{
    width: 30%;
    float: left;
    height: 29px;
    line-height: 29px;
    padding-right: 5px;
    text-align: right;
}
#resp > div > div
{
    width: 70%;
    float: right;
}
#resp .text
{
    line-height: 30px;
    text-align: left;
    /* word-break:break-all; */
}
#resp .text img
{
    padding-left: 5px;
    padding-right: 5px;
}
#resp input
{
    width: 100%;
    height: 30px;
    border: 1px solid #537FB3;
}
#resp textarea
{
    width: 100%;
    height: 100px;
    border: 1px solid #537FB3;
}
#resp input:focus,#resp textarea:focus
{
    outline: 0;
    border-color: #4697e4;
}
#resp select
{
    width: 100%;
    height: 30px;
    padding-top: 5px;
    border: 1px solid #537FB3;
    font-size:13px;
    color:#000000;
    background: url('images/form/arrow.png') no-repeat 100% 4px #fff; /* add your own arrow image */
    -webkit-appearance: none; /* gets rid of default appearance in Webkit browsers*/
    -moz-appearance: none; /* Get rid of default appearance for older Firefox browsers */
    -ms-appearance: none; /* get rid of default appearance for IE8, 9 and 10*/
    appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}
#resp select::-ms-expand
{
    display: none;
}
#resp .checkbox, #resp .radio
{
    text-align: left;
}
#resp input[type="radio"]
{
    display:none;
}
#resp input[type="radio"] + label
{
    font-size:14px;
    height:30px;
    line-height:30px;
}
#resp input[type="radio"] + label span
{
    display:inline-block;
    width:18px;
    height:30px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url("images/form/radio.png") left top no-repeat;
    cursor:pointer;
}
#resp input[type="radio"]:checked + label span
{
    background:url("images/form/radio.png") -20px top no-repeat;
}
#resp input[type="radio"]:disabled + label span
{
    background:url("images/form/radio.png") -40px top no-repeat;
    cursor: auto;
}
#resp input[type="radio"]:checked:disabled + label span
{
    background:url("images/form/radio.png") -60px top no-repeat;
    cursor: auto;
}
#resp input[type="checkbox"]
{
    display:none;
}
#resp input[type="checkbox"] + label
{
    font-size:14px;
    height:30px;
    line-height:30px;
}
#resp input[type="checkbox"] + label span
{
    display:inline-block;
    width:18px;
    height:30px;
    margin:-1px 4px 0 0;
    vertical-align:middle;
    background:url("images/form/checkbox.png") left top no-repeat;
    cursor:pointer;
}
#resp input[type="checkbox"]:checked + label span
{
    background:url("images/form/checkbox.png") -18px top no-repeat;
}
#resp input[type="checkbox"]:disabled + label span
{
    background:url("images/form/checkbox.png") -36px top no-repeat;
    cursor: auto;
}
#resp input[type="checkbox"]:checked:disabled + label span
{
    background:url("images/form/checkbox.png") -54px top no-repeat;
    cursor: auto;
}
#resp a, #resp a:link, #resp a:visited, #resp a:hover, #resp a:hover
{
    color: #555555;
    text-decoration: underline;
}
@media (max-width: 1024px) {
    #resp > div {
        margin: 0 0 5px 0;
    }
    #resp > div > label
    {
        width: 100%;
        float: none;
        margin: 0 0 5px 0;
    }
    #resp > div > div
    {
        width: 100%;
        float: none;
        text-align: center;
    }
    #resp .text img
    {
        padding-left: 10px;
        padding-right: 10px;
    }
    #resp .text
    {
        width: 100%;
        text-align: center;
    }
    #resp .checkbox #resp .radio
    {
        display: table;
        border-collapse:separate;
    }
    #resp .checkbox label, #resp .radio label
    {
        display: table-row;
    }
    #resp .checkbox br, #resp .radio br
    {
        display: block;
        margin: 0;
    }
    #resp a, #resp a:link, #resp a:visited, #resp a:hover, #resp a:hover
    {
        color: #000000;
        text-decoration: underline;
    }
}
/*********************************************************************************/
/* Table                                                                         */
/*********************************************************************************/
table
{
    width: 100%;
    border-spacing: 0;
    border: 1px solid #C0C0C0;
}
table th
{
    text-align: center;
    vertical-align: middle;
    font-weight: bold;
    background-color: #0B4A7B;
    border-right: 1px solid #C0C0C0;
    color: #ffffff;

}
table th:last-child
{
    border-right: 0;
}
table td
{
    text-align: center;
    padding: 0;
    border-top: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
}
table .text
{
    text-align: left;
}
table td:last-child
{
    border-right: 0;
}
table td img
{
    vertical-align: middle;
}
table td, table th
{
    padding: 6px;
}
table tr:nth-child(even){
    background: #ffffff;
}
@media only screen and (min-width: 1024px){
    table tr:hover {
        background-color: #ffff99;
    }
}
@media only screen and (max-width: 1024px){
    table, thead, tbody, th, td, tr
    {
        display: block;
    }
    table thead tr
    {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    table tr
    {
        border-top: 1px solid #C0C0C0;
    }
    table tr:first-child
    {
        border: none;
    }
    table td
    {
        position: relative;
        padding-left: 50%;
        border: none;
    }
    table td
    {
        text-align: left;
    }
    table td:before
    {
        position: absolute;
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
        text-align: right;
    }
    table :nth-child(-n+3)
    {
        text-align: left;
        width: auto;
    }
    table tbody tr td:nth-last-child(1) img
    {
        padding-right: 10px;
    }
}

