
@import 'reset.min.css';
@import 'grid.css';
@import 'fonts.css';

html, 
body {
    width: 100%;
    background: #FFF;
    font: 300 16px Roboto, Helvetica, Verdana;
    color: #303030;
}

a { 
    color: inherit; 
    text-decoration: none; 
    -webkit-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    -moz-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    -o-transition: color .25s ease, background-color .25s ease, border-color .25s ease;
    transition: color .25s ease, background-color .25s ease, border-color .25s ease;
}

a u {
    text-decoration: none;
    border-bottom: 1px solid transparent;
}
    a u {
        text-decoration: none;
        -webkit-transition: border-color .35s ease;
        -moz-transition: border-color .35s ease;
        -o-transition: border-color .35s ease;
        transition: border-color .35s ease;
    }
        a:hover u {
            border-color: #000000;
        }
    
u a {
    border-bottom: 1px solid #000000;
    -webkit-transition: border-color .35s ease;
    -moz-transition: border-color .35s ease;
    -o-transition: border-color .35s ease;
    transition: border-color .35s ease;
}
/*
    u a:hover {
        border-color: transparent;
    }
*/
a[data-history="back"]:before {
    display: inline-block;
    content: '\27F5';
    font-size: 21px;
    margin: 3px 10px 0 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', Helvetica, Verdana;
    font-weight: 800;
    color: #000;
    padding: 0 !important;
    margin: 0 !important;
}
h1 {
    font-size: 310%;
}
h2 {
    font-size: 250%;
    letter-spacing: 5px;
    line-height: 1.2em;
}
h3 { 
    font-size: 180%;
    margin: 5px 0 !important;
}
h4 {
    font-size: 125%;
}
h5 {
    font-size: 100%;
    font-weight: 700;
    margin-bottom: 20px !important;
}
h6 {
    font-size: 100%;
    font-weight: inherit;
    margin-bottom: 10px;
}

strong, b {
    font-family: inherit;
    font-weight: 500;
}

small {
    font-size: 90%;
}

sup {
    font-size: smaller;
    vertical-align: super;
}
sub {
    font-size: smaller;
    vertical-align: sub;
}

address {
    font-style: normal;
}

hr {
    width: 100%;
    border: none;
    background: #363636;
}

fieldset legend {
    width: 100%;
    font: 170% Lato, Helvetica, Verdana, sans-serif;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}
    
p {
    line-height: 1.5em;
}

img {
    max-width: 100%;
    height: auto;
}

header h1,
header h2,
header h3,
header h4,
header h5,
header h6 {
    color: inherit;
}

table {
    font-size: 100%;
}
    table th,
    table td {
        font-size: 65%;
        font-weight: 300;
        letter-spacing: 2px;
        padding: 8px;
    }
    table td {
        font-size: 110%;
        letter-spacing: 0;
    }

input[type="submit"],
button,
.button {
    cursor: pointer !important;
    display: inline-block;
    max-width: 100%;
    box-sizing: border-box;
    border: none;
    background: #EB393B;
    font: 100 100% Roboto, Helvetica, Arial;
    color: #FFF;
    text-align: center;
    padding: 20px 30px 18px 30px !important;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}
    
input[type="submit"][disabled] {
    opacity: .15;
}
input[type="submit"]:hover,
button:hover,
.button:hover {
    
}
input[type="submit"][disabled]:hover,
button[disabled]:hover,
.button.disabled:hover {
    background: inherit !important;
    border-color: inherit !important;
    color: inherit !important;
}
input[type="submit"]:active {
    background-color: #CBB58F;
}
input[type="text"]:not(.cke_dialog_ui_input_text),
input[type="email"],
input[type="password"],
input[type="time"],
input[type="datetime-local"],
input[type="date"],
input[type="number"],
textarea:not(.cke_dialog_ui_input_text) {
    width: 100%;
    border: none;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #FFF;
    font: 200 100% Roboto, Helvetica, Verdana;
    color: inherit;
    line-height: 1.5em;
    padding: 15px !important;
}


*:focus {
    outline: none;
}

textarea:not([class*="cke"]) {
    height: 150px;
    padding: 15px !important;
}
textarea[rows="2"] {
    height: 200px;
}

label[for] {
    cursor: pointer;
}

input[data-plugin="icheck"] {
    visibility: hidden;
}

nav ol, 
nav ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

noscript {
    display: block;
    border-bottom: 1px solid #EEEEEE;
    font-size: 12px;
    text-transform: uppercase;
    padding: 15px 0;
}
    
#ajax { 
    display: none; 
    position: absolute; 
    width: 100%; 
    height: 100%; 
    top: 0px; 
    left: 0px;
    z-index: 777;
}
    #ajax-content {
        position: relative;
        width: 100%;
        height: 100%;
    }
    
::-moz-selection { 
    background-color: #DDD;
    color: #FFFFFF; 
}
::selection { 
    background-color: #DDD; 
    color: #FFFFFF; 
}

::-webkit-input-placeholder {
    font-weight: 300;
    color: #929292;
}
:-moz-placeholder {
    font-weight: 300;
    color: #929292;
}
::-moz-placeholder {
    font-weight: 300;
    color: #929292;
}
:-ms-input-placeholder {  
    font-weight: 300;
    color: #929292;
}

input[placeholder="*"]::-webkit-input-placeholder {
   font-style: normal;
   text-align: right;
}
input[placeholder="*"]:-moz-placeholder {
   font-style: normal;
   text-align: right;
}
input[placeholder="*"]::-moz-placeholder {
   font-style: normal;
   text-align: right;
}
input[placeholder="*"]:-ms-input-placeholder {  
   font-style: normal;
   text-align: right;
}

/*
 *******************
 * globals class
 *******************
 */
.clear {
    display: block;
    clear: both;
    width: 100%;
    height: 0;
}
.disabled {
    cursor: default;
    opacity: .3;
}

.visible-on-mobile,
.visible-on-tablet {
    display: none !important;
}
.hidden {
    display: none;
}

.grayscale {
    filter: url("data:image/svg+xml;utf8,&lt;svg xmlns=\'http://www.w3.org/2000/svg\'&gt;&lt;filter id=\'grayscale\'&gt;&lt;feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}

.left {
    float: left !important;
}
.right {
    float: right !important;
}
.side-left {
    float: left;
    width: 50%;
    box-sizing: border-box;
}
.side-right {
    float: right !important;
    width: 50%;
    box-sizing: border-box;
}

.align-left {
    text-align: left !important;
}
.align-center {
    text-align: center !important;
}
.align-right {
    text-align: right !important;
}
.valign-top {
    vertical-align: top !important;
}
.valign-middle {
    vertical-align: middle !important;
}
.valign-bottom {
    vertical-align: bottom !important;
}

.onload {
    opacity: 0;
    -webkit-transition: opacity .35s ease-in-out;
    -moz-transition: opacity .35s ease-in-out;
    -o-transition: opacity .35s ease-in-out;
    transition: opacity .35s ease-in-out;
}
    .onload.loaded {
        opacity: 1;
    }

/*
 *******************
 * ui
 *******************
 */

.select {
    position: relative;
    display: inline-block;
    zoom: 1;
    *display: inline;
    width: auto;
    min-width: 235px;
    color: #292B37;
    vertical-align: middle;
}
    .select > a {
        display: block;
        border: 1px solid #E9ECF3;
        background: #F1F1F1;
        font: 13px Lato, Helvetica, Verdana;
        color: #3B3C3E;
        line-height: 1.5em;
        margin-left: 10px;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: inset 0px 1px 1px 0px rgba(50, 50, 50, 0.55);
        -moz-box-shadow:    inset 0px 1px 1px 0px rgba(50, 50, 50, 0.55);
        box-shadow:         inset 0px 1px 1px 0px rgba(50, 50, 50, 0.55);
    }
        .select > a:after {
            position: absolute;
            content: '';
            top: 0;
            right: 0;
            width: 34px;
            height: calc(100% - 9px);
            background: #FFFFFF;
            box-sizing: border-box;
            z-index: 1;
            margin: 5px;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            border-radius: 3px;
            -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, .45);
            -moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, .45);
            box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, .45);
        }
        .select i.ui-icons {
            position: absolute;
            content: '';
            top: 50%;
            right: 0;
            width: 22px;
            height: 11px;
            font-size: 12px;
            text-align: center;
            line-height: 12px;
            margin: 0 11px;
            margin-top: -5px;
            z-index: 2;
        }
        .select .value {
            overflow: hidden;
            display: block;
            box-sizing: border-box;
            width: calc(100% - 48px);
            white-space: nowrap;
            padding: 8px 22px 5px 15px;
        }
        
    .select:hover .options {
        display: block;
    }
    .select .options {        
        position: absolute;
        display: none;
        list-style: none;
        overflow: hidden;
        overflow-y: auto;
        width: calc(100% - 20px);
        max-height: 235px;
        background: #F1F1F1;
        border-top: 1px solid #E9ECF3;
        margin: 0 15px;
        margin-top: -1px;
        z-index: 456;
        -webkit-box-shadow: 0px 1px 1px 0px rgba(50, 50, 50, 0.4);
        -moz-box-shadow:    0px 1px 1px 0px rgba(50, 50, 50, 0.4);
        box-shadow:         0px 1px 1px 0px rgba(50, 50, 50, 0.4);
        -webkit-border-bottom-right-radius: 8px;
        -webkit-border-bottom-left-radius: 8px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 8px;
        border-bottom-left-radius: 8px;
    }
        .select .options a {
            display: block;
            border-bottom: 1px solid #E9ECF3;
            font-size: 13px;
            padding: 8px 15px;
        }
        .select .options a:hover {
            background: #A7B7D7;
            color: #FFFFFF;
        }
        .select .options label input[type="checkbox"] {
            display: inline-block;
            zoom: 1;
            *display: inline;
            vertical-align: middle;
            margin: 5px 10px;
        }
        
.accordion {
    list-style: none !important;
    
}
    .accordion .accordion-header {
        cursor: pointer;
    }
    .accordion .accordion-content {
        display: none;
    }
        .accordion .accordion-header:focus + .accordion-content {
            display: block;
        }
/*        
#notice {
    display: none;
}
    #notice:before {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(255,255,255,.98);
        z-index: 999;
    }
    #notice #notice-content {
        position: fixed;
        top: 50%;
        left: 50%;
        width: 700px;
        box-sizing: border-box;
        background: #FDD300;
        font-size: 18px;
        text-align: center;
        color: #000;
        padding: 50px 50px 30px 50px;
        z-index: 1000;
        -webkit-transform: translate(-50%,-50%);
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
        #notice #notice-content a[data-action="close"] {
            float: right;
            display: block;
            width: 15px;
            height: 15px;
            border: 1px solid white;
            margin: -30px;
        }
        #notice #notice-content #notice-responseText {
            font-size: 21px;
            line-height: 1.5em;
        }
        #notice #notice-content #notice-responseText .rarr {
            font-size: 20px;
        }
        #notice #notice-content footer {
            margin-top: 30px;
        }
            #notice #notice-content footer .button {
                padding: 20px 75px !important;
            }
*/

#db9 {
    opacity: 1;
    display: inline-block;
    width: 29px;
    height: 12px;
    background: transparent url(../../images/db9.png) no-repeat center;
    background-size: contain;
    vertical-align: middle;
}

#cookies-notification {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    background: #EFEFEF;
    font-weight: 100;   
    font-size: 85%;
    color: #666666;
    padding: 15px 30px;
    z-index: 12;
}
    #cookies-notification > p {
        display: inline-block;
        width: calc(100% - 300px);
        
        vertical-align: middle;
    }
    #cookies-notification a:hover u {
        border-color: #999999;
    }
    
    #ui-button-cookies-accept {
        display: inline-block;
        background: #F9AE1E;
        color: #FFF;
        margin-left: 20px;
        padding: 5px 10px;
    }