/*
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/worksans-bold-webfont.woff2') format('woff2'),
    url('../fonts/worksans-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/worksans-medium-webfont.woff2') format('woff2'),
    url('../fonts/worksans-medium-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/worksans-regular-webfont.woff2') format('woff2'),
    url('../fonts/worksans-regular-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Work Sans';
    src: url('../fonts/worksans-semibold-webfont.woff2') format('woff2'),
    url('../fonts/worksans-semibold-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,600,700,800,900&subset=latin-ext');

/*  ----------  LAYOUT  ----------  */
html{
    overflow: auto;
}

body{
    background: #cecece;
}

#layout{
    color: #000;
    font-family: 'Roboto';
    line-height: 1.25;
    font-weight: 400;
    max-width: 1400px;
    margin: 0 auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
}

#layout #content{
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    position: relative;
}

#layout .container{
    max-width: 1240px;
    width: 100%;
}

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

#layout a:hover{
    text-decoration: none;
}

#layout a:focus{
    outline-offset: 4px;
}

#main-content a{
    display: inline-block;
}

#layout p{
    margin-bottom: 25px;
}

#layout h2{
    font-weight: bold;
    font-size: 34px;
    margin-bottom: 30px;
}

#layout h3{
    position: relative;
    font-weight: 800;
    font-size: 30px;
    margin-bottom: 30px;
    width: 100%;
    display: block;
}

#layout .subpage-content h3:after{
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    width: 60px;
    height: 1px;
    background: #0eb0f1;
    margin: 5px 0;
}

#layout h4{
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 15px;
}

#layout strong,
#layout b{
    font-weight: bold;
}

#layout em{
    font-style: italic;
}

#layout h3 a{
    color: inherit;
}

#layout .padding-large{
    padding-top: 60px;
    padding-bottom: 60px;
}

.flex-wrapper{
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

#layout .error-page{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 60px;
    height: 100%;
}

#layout .error-page h3{
    margin-bottom: 60px;
    text-align: center;
}

/*  ----------  BUTTONS  ----------  */
#layout .button{
    font-weight: 500;
    padding: 9px 15px;
    font-size: 16px;
    /*text-transform: uppercase;*/
    border-radius: 0;
}

#layout .button.blue{
    background-color: #0eb0f1;
    color: #fff;
}

#layout .button.dark{
    background-color: #27233c;
    color: #fff;
}

#layout .button.light{
    background-color: #fff;
    color: #000;
}

/*  ----------  FORMS  ----------  */
#layout .input-group{
    width: 100%;
}

#layout .form-control{
    border-radius: 0;
    height: auto;
    -webkit-box-shadow: 0 0 0 transparent;
    box-shadow: 0 0 0 transparent;
    border: 1px solid #e0e0e0;
    margin-bottom: 10px;
    color: #333;
    padding: 8px 15px;
    -webkit-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms;
}

#layout .form-group label{
    line-height: 1.5;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

#layout .form-control:active,
#layout .form-control:focus{
    border: 1px solid #00aeef;
}

#layout .form-group select option{
    font-weight: 300;
    line-height: 1.25;
}

/*  ----------  LISTS  ----------  */
#main-content ul {
    list-style: none outside;
    margin-bottom: 15px;
    padding-left: 20px;
}

#main-content ol {
    list-style: decimal;
    margin-bottom: 15px;
}

#main-content ul li{
    position: relative;
    padding-bottom: 15px;
}


#main-content ul li:last-child{
    padding-bottom: 15px;
}

#main-content ul:not(.pagination) li:before{
    content: '';
    display: block;
    position: absolute;
    top: 7px;
    left: -15px;
    width: 6px;
    height: 6px;
    background-color: #00aeef;
    border-radius: 50%;
}

/*  ----------  IFRAME  ----------  */
.iframe-container{
    max-width: 100%;
    margin-top: 15px;
    margin-bottom: 30px;
}

/*  ----------  LISTS  ----------  */
#main-content table.table{
    width: 100%;
}

#main-content table.table tr th{
    position: relative;
    padding: 15px 20px;
    background: #00adef;
    color: #fff;
    font-size: 18px;

}

#main-content table.table tr td{
    position: relative;
    background: #ebebeb;
    min-width: 30px;
    padding: 10px 15px;
    font-weight: 300;
    /* font-size: 16px; */
    line-height: 1.25;
}


#main-content table.table tr th:not(:last-of-type):after,
#main-content table.table tr td:not(:last-of-type):after{
    content: '';
    position: absolute;
    top: 5px;
    bottom: 5px;
    right: 0;
    background: #fff;
    width: 1px;
}

#main-content table.table tr:nth-of-type(odd) td{
    background: #dcdcdc;
}



body>.ui-pnotify{
    display: none;
}