/* Go crazy with your own styles here */
/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
/*font faces*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: normal;
    src: url(../Fonts/Roboto/RobotoCondensed-Regular.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Light';
    font-style: normal;
    font-weight: normal;
    src: url(../Fonts/Roboto/RobotoCondensed-Light.ttf) format('truetype');
}

@font-face {
    font-family: 'Roboto-Bold';
    font-style: normal;
    font-weight: normal;
    src: url(../Fonts/Roboto/RobotoCondensed-Bold.ttf) format('truetype');
}

@font-face {
    font-family: 'Georgia';
    font-style: normal;
    font-weight: normal;
    src: url(../Fonts/Georgia/georgia_0.eot), url(../Fonts/Georgia/georgia_0.eot?#iefix) format('eot'), url(../Fonts/Georgia/georgia_0.ttf) format('truetype');
}

@font-face {
    font-family: 'Georgia-Italic';
    font-style: normal;
    font-weight: normal;
    src: url(../Fonts/Georgia/georgiai_0.eot), url(../Fonts/Georgia/georgiai_0.eot?#iefix) format('eot'), url(../Fonts/Georgia/georgiai_0.ttf) format('truetype');
}
/*-----------------------------------------------
				   RESET STYLES
------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

b, strong {
    font-weight: bold;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a, input, select {
    outline: none !important;
}

/*-----------------------------------------------
				   COMMON STYLES
------------------------------------------------*/
.alignR {
    text-align: right !important;
}

.alignL {
    text-align: left !important;
}

.floatL {
    float: left !important;
}

.floatR {
    float: right !important;
}

.wrapper {
    background: #fff;
    padding: 10px 0 0 0;
}

.mainHeader, #mainCarousel .item, .contentContainer, .footerTop, .footerBottom {
    padding: 0 4%;
}

/*-----------------------------------------------
				   HEADER STYLES
------------------------------------------------*/
.mainHeader {
    /*font-family: 'Roboto', Arial, Sans-Serif;*/
    font-family: 'Georgia', Times, Serif;
    color: #656565;
    line-height: 1;
}

    .mainHeader a.mainLogo {
        width: 70px;
        height: 70px;
        margin-right: 15px;
        margin-top: 20px;
        margin-bottom: 20px;
        display: block;
        border: none;
    }

        .mainHeader a.mainLogo img {
            width: 100%;
            height: auto;
        }

    .mainHeader a {
        line-height: 1;
        padding-bottom: 1px;
        border-bottom: 1px solid #A9A99F;
        text-decoration: none !important;
    }

    .mainHeader h1 {
        width: auto;
        color: #3385ad;
        font-size: 1.31em;
        margin-top: 32px;
    }

        .mainHeader h1 span {
            display: block;
            margin-bottom: 3px;
        }

    .mainHeader p {
        font-family: 'Roboto', Arial, Sans-Serif;
    }

.languageContainer {
    margin-bottom: 35px;
}

.languageContainer, .searchContainer {
    padding-left: 20%;
}

    .languageContainer a {
        display: inline-block;
        text-transform: uppercase;
    }

    .searchContainer input {
        font-family: 'Georgia', Times, Serif;
        display: inline-block;
        width: calc(100% - 23px);
        padding-left: 10px;
        outline: none;
        border: none;
        border-bottom: 1px solid #A9A99F;
    }

        .searchContainer input[type="submit"] {
            display: inline-block;
            width: 16px;
            height: 16px;
            border: none;
            color: transparent;
            content: "";
            background: url(../img/searchIcon.png) no-repeat center right;
            background-size: 100% 100%;
        }

/*---- NAVIGATION ----*/
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
}

.navbar-default {
    background-color: transparent;
}

.navbar-toggle {
    margin-right: 0;
}

#main-navigation {
    margin-top: 50px;
    display: none !important;
}

    #main-navigation li,
    #main-navigation div {
        float: left;
        margin: 0 24px 0 0;
        height: 30px;
        padding-bottom: 17px;
    }

        #main-navigation li a,
        #main-navigation div a {
            color: #656565;
            font-size: 0.875em;
            line-height: 1;
            border-bottom: 1px solid #DBDBDB;
        }

            #main-navigation div a.activeFilter {
                background: url(../img/smallBlueRightPointer.png) no-repeat left center;
                background-size: 4px 7px;
                padding-left: 10px;
            }

    #main-navigation.navbar-collapse.in {
        display: block !important;
    }


.firstNavElem {
    width: 12px;
}

    .firstNavElem a {
        display: block;
        border: none;
        width: 100%;
        height: 100%;
        background: url(../img/navHomeInactive.png) no-repeat center center;
        background-size: 12px 13px;
    }

    .firstNavElem.activeNavElem a {
        background: url(../img/navHome.png) no-repeat center center;
    }

.activeNavElem {
    background: url(../img/navPointer.png) no-repeat center bottom;
    background-size: 7px 4px;
}

/*-----------------------------------------------
				  CAROUSEL STYLES
------------------------------------------------*/
#mainCarousel {
    margin-bottom: 20px;
}

    #mainCarousel a {
        color: #fff !important;
        text-decoration: none;
    }

        #mainCarousel a:hover {
            /*text-decoration: underline;*/
        }

    #mainCarousel .item {
        height: 310px;
    }

        #mainCarousel .item.greenBgn {
            background: url(../img/carouselBgnGreen.png) no-repeat 0 0;
            background-size: 100% 100%;
        }

        #mainCarousel .item.blueBgn {
            background: url(../img/carouselBgnBlue.png) no-repeat 0 0;
            background-size: 100% 100%;
        }

        #mainCarousel .item.munsellBgn {
            background: url(../img/carouselBgnMunsell.png) no-repeat 0 0;
            background-size: 100% 100%;
        }

    #mainCarousel .carouselContent {
        padding: 50px 25px;
    }

.carouselTopImg {
    width: 100%;
    height: 10px;
    background: url(../img/red-line.png) no-repeat 0 0;
    background-size: 100% 100%;
}

.carousel-indicators {
    bottom: -20px;
}

    .carousel-indicators li {
        border-radius: 0;
        width: 26px;
        height: 10px;
        border: none;
        background-color: #A9A99F;
        margin: 0;
        margin-right: 7px !important;
        padding: 0;
    }

    .carousel-indicators .active {
        background-color: #FF4D33;
        width: 26px;
        height: 10px;
        border: none;
        margin: 0;
        padding: 0;
    }

/*content*/
.carouselContent {
    color: #fff;
}

    .carouselContent h3 {
        font-family: 'Roboto-Light', Arial, Sans-Serif;
        font-size: 1.3125em;
        line-height: 1em;
    }



    .carouselContent p {
        font-family: 'Georgia-Italic', Times, Serif;
        font-size: 2.625em;
        line-height: 1em;
    }

        .carouselContent p span {
            font-family: 'Georgia-Italic', Times, Serif;
            display: inline-block;
            font-size: 2.38em;
            line-height: 1em;
        }

/*------------------------------------------------
				   CONTENT STYLES
------------------------------------------------*/
.contentContainer {
    position: relative;
    margin-top: 40px;
    padding-bottom: 75px;
    background: url(../img/foter-picture.png) no-repeat right bottom;
    font-family: Georgia, Times, serif;
}

aside {
    margin-left: 15px;
}
/*---- news container ----*/
/*main*/
/*remove ressets*/

.richContentZone {
    /*padding-left:10px;*/
    margin-bottom: 30px;
}

    .richContentZone h1 {
        font-weight: bold;
        font-size: 1.2em;
        margin-top: 30px;
        margin-bottom: 20px;
        /*margin-left:10px;*/
    }

    .richContentZone h2 {
        font-weight: bold;
        font-size: 1.1em;
        margin-top: 20px;
        margin-bottom: 15px;
    }

.mainContent {
    padding-left: 15px;
}

    .mainContent .richContentZone i {
        font-style: italic;
        font-size: 0.875em;
        line-height: 1.44em;
        font-family: Georgia, Times, serif;
    }

    .mainContent .richContentZone p i {
        font-size: 1em;
        line-height: 1em;
        font-family: Georgia, Times, serif;
    }

    .mainContent .richContentZone strong {
        font-weight: bold;
        margin-bottom: 5px;
        display: inline-block;
        font-size: 0.875em;
        line-height: 1.44em;
        font-family: Georgia, Times, serif;
    }

    .mainContent .richContentZone p strong {
        font-size: 1em;
        line-height: 1em;
        font-weight: bold;
    }

    .mainContent .richContentZone ul {
        list-style: disc outside none;
        padding-left: 40px;
        margin: 16px 0;
        font-size: 0.875em;
        line-height: 1.44em;
    }

        .mainContent .richContentZone ul li, .mainContent .richContentZone ol li,
        .tooltip ul li, .tooltip ol li {
            margin-bottom: 5px;
        }

            .mainContent .richContentZone ul li p, .mainContent .richContentZone ol li p {
                font-size: 1em;
                line-height: 1em;
            }

.tooltip ul {
    list-style: disc outside none;
    padding-left: 20px;
    margin: 5px 0;
}

.mainContent .richContentZone p {
    font-size: 0.875em;
    line-height: 1.44em;
    margin-bottom: 20px !important;
    font-family: Georgia, Times, serif;
}

.newsContainer .news, .asideNewsContent, .newsContainer .allNews {
    padding-right: 10px;
}

.newsSubTitle {
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 30px;
    margin-bottom: 20px;
}

.asideNewsContent, .news {
    padding-left: 10px;
}

.mainContent .newsContainer h3, .contentContainer .asideHomeCategory h5 {
    text-transform: uppercase;
    font-family: 'Roboto-Light', Arial, Sans-Serif;
    font-size: 1.125em;
    line-height: 1.666em;
    color: #8D8D8D;
    margin-bottom: 28px;
}

    .mainContent .newsContainer h3:before, .contentContainer .asideHomeCategory h5:before {
        content: attr(data-content);
        color: #fff;
        background: #8D8D8D;
        border-radius: 100%;
        padding: 2px 10px;
        margin-right: 10px;
    }

.goBackNav {
    font-size: 0.875em;
    line-height: 1em;
    padding-left: 10px;
    background: url('../img/leftPointerNav.png') no-repeat left center;
    margin-top: 20px;
    display: inline-block;
}

.searchContent {
    margin-top: 30px;
}


    .searchContent span:nth-child(2) {
        background: url('../img/blueDoubleLeftArrow.png') no-repeat left center;
        padding-left: 12px;
    }

    .searchContent span:nth-child(3) {
        padding-left: 8px;
        background: url('../img/smallBlueLeftPointer.png') no-repeat left center;
    }

    .searchContent span:nth-child(4) {
        text-align: center;
    }


    .searchContent span:nth-child(5) {
        padding-right: 8px;
        background: url('../img/smallBlueRightPointer.png') no-repeat right center;
    }

    .searchContent span:nth-child(6) {
        padding-right: 12px;
        background: url('../img/blueDoubleRightArrow.png') no-repeat right center;
    }

    .searchContent span {
        text-align: left;
        width: 19%;
        display: inline-block;
    }

        .searchContent span:nth-child(5) {
            text-align: right;
        }

        .searchContent span:last-of-type {
            text-align: right;
        }

div#infoMsg:focus {
    outline: none;
}

/*titles styles*/
/*(2) bold title*/
.boldTitle {
    font-family: 'Roboto-Bold', Arial, Sans-Serif;
    font-size: 1.0625em;
    line-height: 1em;
    margin: 0 0 40px 10px;
}
/*(3) bold title + uppercase*/
.boldUpTitle {
    font-family: 'Roboto-Bold', Arial, Sans-Serif;
    font-size: 1.0625em;
    line-height: 1em;
    margin: 0 0 40px 10px;
    text-transform: uppercase;
}


.news {
    margin-top: 28px;
    border-bottom: 1px solid #DBDBDB;
}


    .news .xlsxBgn, .news .docBgn, .news .pptxBgn, .news .pdfBgn, .news .noBgn {
        margin-top: -15px;
    }

        .news .xlsxBgn a, .news .docBgn a, .news .pptxBgn a, .news .pdfBgn a {
            padding-left: 27px;
            margin-right: 5px;
            display: inline-block;
            background-size: 16px 16px;
            line-height: 16px;
        }

        .news .xlsxBgn a {
            background: url('../img/a-xls.jpg') no-repeat 5px center;
        }

        .news .docBgn a {
            background: url('../img/a-doc.jpg') no-repeat 5px center;
        }

        .news .pptxBgn a {
            background: url('../img/a-ppt.jpg') no-repeat 5px center;
        }


        .news .pdfBgn a {
            background: url('../img/a-pdf.jpg') no-repeat 5px center;
        }



.contentContainer a {
    color: #006598;
    text-decoration: underline !important;
}

.news h2,
.news h4,
.idesInMediaContainer .mediaTitle h2 {
    font-family: 'Georgia', Times, Serif;
    font-size: 1.125em;
    line-height: 1em;
    margin-bottom: 14px;
}

    .news p, .xlsxBgn, .docBgn, .pdfBgn, .jobTitle, .news h4 span, .news h6 span {
        font-family: 'Georgia-Italic', Times, Serif;
        font-size: 0.9375em;
        line-height: 1em;
        color: #323232;
        margin-bottom: 28px;
    }

        .news p.mainNewsContent {
            font-family: 'Georgia', Times, Serif;
        }

.newsContainer .allNews {
    font-family: 'Georgia', Times, Serif;
    display: inline-block;
    background: url(../img/smallBluePointer.png) no-repeat right 4px;
    background-size: 5px 9px;
    padding-right: 10px;
    font-size: 0.875em;
    line-height: 1em;
    margin-top: 28px;
}

/*magazine*/
.magazineSubTitle {
    font-size: 1.1em;
    font-weight: bold;
    margin-bottom: 5px;
}


.news h4 span {
    font-size: 0.875em;
    line-height: 0.875em;
}

    .news h4 span:before {
        content: "-";
    }

.news h4 {
    margin-bottom: 10px;
    font-size: 1.1em;
}

.news .titleSubInfo {
    display: inline-block;
    margin-bottom: 20px;
}

.jobTitle span {
    display: block;
    line-height: 1.2em;
}



/*aside*/
.asideNewsContent {
    font-family: 'Georgia', Times, Serif;
}

    .asideNewsContent p {
        font-size: 0.875em;
        line-height: 1.44em;
        color: #323232;
        margin-bottom: 10px;
    }

    .asideNewsContent a {
        display: inline-block;
        font-size: 1.125em;
        line-height: 1.3em;
        margin-bottom: 27px;
    }



/*---- choose list container ----*/
.articleNav li {
    float: left;
}

h1.secondTypeTitle,
h4.secondTypeTitle {
    color: #A9A99F;
    font-family: 'Roboto-Bold', Arial, Sans-Serif;
    font-size: 1.0625em;
    line-height: 1em;
    margin: 0 0 40px 0;
    text-transform: uppercase;
}

.chooseList ul {
    /*padding-left:10px;*/
}

.chooseList .articleNav {
    font-family: 'Georgia', Times, Serif;
    margin-bottom: 15px;
    list-style: none;
    max-width: 60%;
}

    .chooseList .articleNav a {
        display: block;
        font-size: 0.875em;
        line-height: 1em;
        padding: 5px 0;
        width: 24px;
        text-align: center;
        margin-right: 3px;
        margin-bottom: 5px;
        color: #fff;
        background: #006598;
        text-decoration: none !important;
        outline: none;
    }

        .chooseList .articleNav a.inactive {
            background: #DCDCDC;
            color: #919191;
        }

        .chooseList .articleNav a:hover {
            background: #FF4D33;
        }

        .chooseList .articleNav a.inactive:hover {
            background: #DCDCDC;
            cursor: default;
        }

        .chooseList .articleNav a.articleNavCurrent {
            background: #FF4D33;
        }

.chooseList .auditorsCounter {
    font-family: 'Georgia', Times, Serif;
    font-size: 1em;
    line-height: 1em;
    margin-left: 10px;
    margin-bottom: 30px;
}

    .chooseList .auditorsCounter span {
        display: block;
        padding-top: 5px;
    }

.chooseList .articleContent {
    font-family: 'Georgia-Italic', Times, Serif;
}

.chooseList header {
    margin-bottom: 10px;
}

#loginForm form {
    padding: 10px 2%;
}

#loginForm label {
    padding-right: 20px;
    display: inline-block;
}
/*bootstrap trable edit*/
.contentContainer .table-striped td {
    padding: 10px !important;
    color: #323232;
    font-size: 1em;
    line-height: 1.3em;
}

    .contentContainer .table-striped td:first-child {
        color: #8D8D8D;
        font-style: italic;
    }

.contentContainer .table-striped a {
    display: block;
}

.contentContainer .table-striped a {
    line-height: 1em;
}

.contentContainer .table-striped > tbody > tr td {
    border: none;
}

.contentContainer .table-striped > tbody > tr {
    background: transparent;
}

    .contentContainer .table-striped > tbody > tr:nth-of-type(odd) {
        background: #EBEFF1;
    }
/*end bootstrap trable edit*/

/*---- current auditor profile ----*/
.auditorProfile h2 {
    font-family: 'Roboto-Light', Arial, Sans-Serif;
    color: #FF4D33;
    font-size: 3em;
    line-height: 1em;
    margin-top: 30px;
    margin-bottom: 50px;
    padding-left: 10px;
}

.auditorProfile .auditorTitleInfo {
    font-family: 'Georgia', Times, Serif;
    font-size: 1.0625em;
    line-height: 1em;
    color: #323232;
    margin-bottom: 45px;
    padding-left: 10px;
}

/*.contentContainer .table-striped td:last-child { 
	font-family: 'Georgia-Italic', Times, Serif;
}*/
.table-striped br {
    display: none;
}

.contentContainer .table-striped td:last-child {
    font-family: 'Georgia', Times, Serif;
}

    .contentContainer .table-striped td:last-child span {
        display: block;
        margin-bottom: 5px;
        line-height: 1.2em;
    }

/*---- ides media ----*/
.idesInMediaContainerWrapper .searchContent {
    padding: 0 6%;
    width: 66%;
    margin-bottom: 30px;
    margin-top: 0;
}

.idesInMediaContainerWrapper .idesInMediaContainer {
    padding-bottom: 0;
}

.idesInMediaContainerWrapper .media-wrapper {
    min-height: 330px;
}

.idesInMediaContainer h4 {
    margin-left: 15px;
}

.idesInMediaContainer .mediaText {
    margin-top: 25px;
}

.idesInMediaContainer .mediaTitle {
    height: 51px;
    margin-bottom: 5px;
}

.idesInMediaContainer .mediaContent {
    width: 100%;
    max-width: 320px;
    height: 230px;
    margin-bottom: 10px;
}

    .idesInMediaContainer .mediaContent img, .idesInMediaContainer .mediaContent iframe {
        width: 100%;
        max-width: 320px;
        max-height: 220px;
    }

    .idesInMediaContainer .mediaContent iframe {
        height: 210px;
    }

.idesInMediaContainer .mediaDate {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
    height: 23px;
}

.currentMedia.idesInMediaContainer .mediaContent img {
    width: 100%;
    height: 100%;
    max-height: 375px;
    max-width: 500px;
}

.currentMedia.idesInMediaContainer .mediaContent iframe {
    width: 100%;
    height: 100%;
    min-height: 281px;
    max-height: 315px;
    max-width: 500px;
}

.currentMedia.idesInMediaContainer .mediaContent {
    width: 100%;
    height: auto;
    max-width: 500px;
    max-height: 375px;
}

.currentMedia .mediaTitle, .currentMedia .mediaContent, .currentMedia .mediaDate, .currentMedia .mediaText {
    margin-left: 15px;
}

.currentMedia .mediaDate {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.currentMedia h5 {
    font-weight: bold;
    font-size: 1.2em;
}

.idesInMediaContainer .col-sl-3 {
    margin-bottom: 50px;
}

/*---- registers aside filters ----*/
/*main*/
.asideSpecialCategory {
    font-family: 'Roboto', Arial, Sans-Serif;
    background: #FF4D33;
    padding: 16px 10px 3px 10px;
    margin-bottom: 40px;
    margin-left: 15px;
}

    .asideSpecialCategory a {
        display: inline-block;
        font-size: 1em;
        line-height: 1.095em;
        margin-bottom: 20px;
        padding-left: 10px;
        color: #FFB8AD;
        text-decoration: underline !important;
        width: 90%;
    }

        .asideSpecialCategory a.activeFilter {
            color: #fff;
            text-decoration: none !important;
            background: url(../img/smallWhitePointer.png) no-repeat left center;
            background-size: 4px 7px;
            cursor: default;
        }


    .asideSpecialCategory div img {
        display: none;
    }

    .asideSpecialCategory div.empty-form img {
        display: inline;
        margin-top: 0;
        height: 16px;
        width: 16px;
    }


    .asideSpecialCategory a span {
        width: 90%;
    }

    .asideSpecialCategory ul {
        margin-bottom: 10px;
        padding-left: 15px;
    }

        .asideSpecialCategory ul li a,
        .asideMainCategory ul li a {
            margin-bottom: 10px;
            font-size: 0.9em;
        }

.asideMainCategory li {
    margin: 10px 0;
}
/*search results*/

#searchResultsContainer ul {
    padding-bottom: 20px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #DBDBDB;
}

    #searchResultsContainer ul li {
        margin-bottom: 20px;
    }

        #searchResultsContainer ul li a {
            line-height: 1.2em;
        }

/*search*/
.asideMainCategory {
    padding: 10px;
    margin-bottom: 65px;
}

    .asideMainCategory h5 {
        font-family: 'Roboto-Light', Arial, Sans-Serif;
        font-size: 1.0625em;
        line-height: 1em;
        margin-bottom: 25px;
        color: #8D8D8D;
        margin-top: -5px;
        text-transform: uppercase;
    }

    .asideMainCategory p,
    .customForm label {
        font-family: 'Georgia', Times, Serif;
        font-size: 1em;
        line-height: 1.2em;
        color: #323232;
        margin-bottom: 10px;
    }

    .asideMainCategory p {
        line-height: 1.4em;
    }

    .asideMainCategory input, .asideMainCategory select {
        font-family: 'Georgia', Times, Serif;
        font-size: 0.75em;
        line-height: 1em;
        color: #323232;
        border: 1px solid #DBDBDB;
        width: 100%;
        padding: 3px 10px;
        margin-bottom: 20px;
    }

    .asideMainCategory .controlsFilter input,
    .customForm .btn.btn-primary {
        font-family: 'Roboto', Arial, Sans-Serif;
        background-color: #006598;
        font-size: 0.875em;
        line-height: 1em;
        padding: 8px 15px;
        border: none;
        color: #fff;
        width: auto;
        border-radius: 0;
    }

        .asideMainCategory .controlsFilter input:hover,
        .customForm .btn.btn-primary:hover {
            background-color: #FF4D33;
        }

/*umbraco forms*/
.customForm .form-control {
    height: auto;
}

.customForm .checkboxlist input[type="radio"],
.customForm .checkboxlist input[type="checkbox"] {
    margin: 0 0 0.4% 0;
    width: 100%;
    display: inline-block;
    height: auto;
}

.customForm .checkboxlist div,
.customForm .checkboxlist label {
    margin: 5px 0;
}

.customForm textarea {
    resize: none;
}

.customForm fieldset,
.customForm label,
.customForm legend {
    margin: 2% 0;
}

.customForm .umbraco-forms-page.form-horizontal {
    background: #ebeff1;
    padding: 2%;
}

.customForm .form-control.radio,
.customForm .form-control.checkbox {
    border: none;
    box-shadow: none;
    background-color: transparent;
    min-height: 17px;
}

.customForm .form-control.checkbox {
    max-width: 50%;
    float: left;
    margin-top: 5px;
}

.customForm h2 {
    font-size: 1.5em;
}

.customForm .umbraco-forms-caption {
    padding: 1px 0 15px 0;
}

.customForm h4 {
    font-size: 1.12em;
}

.form-horizontal .control-label {
    text-align: left;
    height: 34px;
    vertical-align: middle;
}

    .form-horizontal .control-label span {
        color: #FF4D33;
    }

.customForm label,
.customForm h2,
.customForm h4,
.customForm legend,
.customForm th {
    color: #006598;
}

.customForm legend {
    line-height: 1.19em;
}

.customForm strong {
    font-weight: bold;
    color: #2a6496;
}

.customForm table input {
    width: 100%;
    min-height: 16px;
}

.customForm table thead > tr > th {
    /*text-align: center;*/
    vertical-align: middle;
}

.customForm select {
    width: 100% !important;
}

    .customForm select option {
        /* wrap text in compatible browsers */
        -moz-white-space: pre-wrap;
        -o-white-space: pre-wrap;
        white-space: pre-wrap;
        /* hide text that can't wrap with an ellipsis */
        overflow: hidden;
        text-overflow: ellipsis;
    }

.form-group {
    margin-bottom: 10px !important;
}

.long-field {
    margin-bottom: 30px !important;
}

.customForm label {
    padding-top: 0 !important;
    line-height: 1.1em;
    display: table-cell;
}

.dynamic-form-wrapper .form-group,
.dynamic-form-wrapper .form-group-dyn {
    margin-bottom: 10px;
}

.customfieldforsecondform .form-group {
    margin-left: 0;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #006598;
}

.separator {
    padding: 10px 0;
}

.logon {
    margin-top: 1%;
}

    .logon span {
        font-weight: bold;
    }

.info-tooltip {
    height: 16px;
    width: 16px;
    margin: 0;
    display: inline-block;
    vertical-align: top;
    margin-top: 7px;
}

.hideLabel {
    display: none;
}

.small-fields legend {
    font-size: 1.5em;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('/fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon, .icon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-search:before {
    content: "\e003";
}

.icon-trash:before {
    content: "\e020";
}

.icon-pencil:before {
    content: "\270f";
}

.icon-save-file:before {
    content: "\e202";
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    display: inline-block;
    text-decoration: inherit;
    speak: none;
}

.deleteButton, .editButton {
    padding: 4px 8px;
    line-height: 1;
}

a.btn.btn-primary {
    text-decoration: none !important;
}

#importExcelButton {
    margin-top: 15px;
}
/*-----------------------------------------------
				   FOOTER STYLES
------------------------------------------------*/
footer a {
    text-decoration: underline;
    color: #006598;
}

/*-- top zone --*/
footer .footerTop {
    background-color: #EBEFF1;
    padding-bottom: 20px;
    padding-top: 20px;
}

.footerRowPart {
    margin-bottom: 45px;
}

    .footerRowPart:last-child {
        margin-bottom: 0;
    }

    .footerRowPart h5 {
        font-family: 'Roboto', Arial, Sans-Serif;
        font-size: 0.9375em;
        line-height: 1;
    }

    .footerRowPart li {
        margin: 8px 0;
    }

        .footerRowPart li a {
            font-family: 'Georgia-Italic', Times, Serif;
            font-size: 0.875em;
            line-height: 1;
        }

        .footerRowPart li:first-child {
            margin-top: 16px;
        }

        .footerRowPart li:last-child {
            margin-bottom: 0;
        }

    .footerRowPart p {
        font-family: 'Georgia-Italic', Times, Serif;
        line-height: 1;
        padding: 3px 0;
        font-size: 0.875em;
    }

.subsPart {
    background-color: #ADD6EB;
    padding: 12px 10px 16px 10px;
}

    .subsPart h5 {
        font-family: 'Roboto-Light', Arial, Sans-Serif;
        margin-bottom: 12px;
        font-size: 1.125em;
        line-height: 1;
    }

    .subsPart input {
        font-family: 'Georgia', Times, Serif;
        width: 100%;
        margin-bottom: 10px;
        font-size: 0.8125em;
        padding: 7px 8px;
        border: none;
    }

    .subsPart .submitBtn {
        font-family: 'Roboto', Arial, Sans-Serif;
        width: auto;
        padding: 9px 8px;
        margin: 15px 0 0 0;
        background-color: #006598;
        color: #fff;
        font-size: 0.875em;
        line-height: 1;
    }

.subsPart {
    position: relative;
}

    .subsPart #result {
        position: absolute;
        top: 75px;
        font-family: Georgia,serif;
        font-size: 14px;
    }

    .subsPart .submitBtn:hover {
        background-color: #FF4D33;
    }

    .subsPart #result.alert-success {
        background-color: transparent;
        border-color: transparent;
    }

.siteMapNav span {
    display: none;
}

.siteMapNav ul {
    margin-bottom: 10px;
    font-size: 20px;
}

.siteMapNav > ul > li > a {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 20px;
}

.siteMapNav ul ul ul li {
    font-size: 16px;
}


.siteMapNav ul ul ul li {
    margin: 10px 0 10px 20px;
}

.siteMapNav a {
    text-decoration: none !important;
}

    .siteMapNav a:hover {
        text-decoration: underline !important;
    }

.siteMap {
    font-family: 'Georgia-Italic', Times, Serif;
    text-align: right;
}

    .siteMap a {
        display: inline-block;
        margin-top: 20px;
    }

#map {
    margin-top: 20px;
    height: 330px;
    width: 100%;
}

.dynamic-form-wrapper .alert {
    padding: 10px 15px;
    margin-bottom: 5px;
}

    .dynamic-form-wrapper .alert:focus {
        outline: none;
    }
/*-- bottom zone --*/
.footerBottom {
    font-family: 'Georgia-Italic', Times, Serif;
}

    .footerBottom p {
        font-style: italic;
        margin: 20px 0 0 0;
    }

.richContentZone ol {
    counter-reset: list;
    font-size: .875em;
    line-height: 1.44em;
    list-style: decimal outside none;
    padding-left: 40px;
    margin: 16px 0;
}

.help-block + .tooltip > .tooltip-inner {
    background-color: #FF4D33;
    min-width: 450px;
    max-width: 550px;
    padding: 10px;
    text-align: left;
}

.help-block + .tooltip > .tooltip-arrow {
    border-bottom-color: #FF4D33;
}

.show-tooltip label {
    width: 90%;
    display: inline-block !important;
}
.additional-data .show-tooltip label {
    width: auto;
    line-height: 30px;
}
.additional-data .show-tooltip img {
    margin-top: 10px;
}

.import-wrapper {
    display: none;
}

/*-----------------------------------------------
			MEDIA QUERIES - RESPONSIVE
------------------------------------------------*/
body {
    font-size: 1em;
}

@media (min-width: 1600px) {
    .asideMainCategory {
        margin-bottom: 10%;
    }

    .customForm .umbraco-forms-page.form-horizontal {
        padding: 1%;
    }

    .customForm fieldset, .customForm label, .customForm legend {
        margin: 1% 0;
    }

    .show-tooltip label {
        width: 92%;
    }

    .asideSpecialCategory ul li a,
    .asideMainCategory ul li a {
        font-size: 1em;
    }
}

@media (max-width: 1165px) {
    #main-navigation li,
    #main-navigation div {
        margin: 0 15px 0 0;
    }

    .carousel-inner {
        font-size: 0.9em !important;
    }

    .carouselContent {
        padding: 40px 15px;
    }

    #mainCarousel .item {
        height: 270px;
    }

    body {
        font-size: 0.9em !important;
    }

    .mainHeader h1 {
        font-size: 1.1em;
    }

    .asideSpecialCategory ul li a, .asideMainCategory ul li a {
        font-size: 12px;
    }
}

@media (max-width: 991px) {
    .mainContent {
        margin-bottom: 35px;
    }

    body {
        font-size: 1em !important;
    }

    .footerBottom {
        font-size: 0.8em;
    }

    #mainCarousel .item {
        height: 220px;
    }

    nav {
        font-size: 1.1em !important;
    }

    .carousel-inner {
        font-size: 0.5em !important;
    }

    .firstNavElem a {
        background-position: right center;
    }

    #main-navigation {
        margin-top: 0;
        margin-bottom: 15px;
    }

    .customForm .form-control.checkbox {
        max-width: 33%;
    }

    .activeNavElem {
        background: none;
    }

    .languageContainer, .searchContainer {
        width: 30%;
        padding: 0;
    }

    .languageContainer {
        margin-top: -50px;
        margin-left: 100px;
    }

        .languageContainer a {
            display: block;
            margin-bottom: 10px;
            float: none !important;
            border: none;
        }

    .searchContainer {
        float: right;
        margin-top: -20px;
        margin-bottom: 20px;
    }

    .mainHeader h1 {
        font-size: 1em;
    }

        .mainHeader h1.floatL {
            display: none;
        }

    .navbar-header {
        margin-bottom: 15px;
        margin-top: -75px;
    }

    .firstNavElem.activeNavElem a {
        background-position: right center;
    }

    .mainHeader a.mainLogo {
        width: 60px;
        height: 60px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-collapse.collapse {
        display: none !important;
    }

        .navbar-collapse.collapse.in {
            display: block !important;
        }

    .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }

    .navbar-header {
        float: none;
    }

    .customForm .checkboxlist label {
        font-size: 0.9em;
        height: auto !important;
        line-height: 1.25em;
    }
}

@media (max-width: 768px) {
    .idesInMediaContainerWrapper .searchContent {
        padding: 0 6%;
        width: 90%;
        margin-bottom: 30px;
    }

    .contentContainer .row .col-sm-4 {
        float: left !important;
    }

    .contentContainer .row .col-sm-8 {
        float: right !important;
    }

    .contentContainer .row .long-field .col-sm-8 {
        float: left !important;
    }

    .chooseList .articleNav {
        max-width: 80%;
    }

    .footerRowPart {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .currentMedia.idesInMediaContainer .mediaContent {
        width: 100%;
        height: auto;
        max-width: 320px;
        max-height: 240px;
    }

    .languageContainer {
        width: 40%;
    }

    .searchContainer {
        width: 40%;
    }

    .customForm h2 {
        font-size: 1.2em;
    }

    .customForm .umbraco-forms-caption {
        padding: 5px;
    }

    .asideMainCategory p,
    .customForm label {
        font-size: 0.9em;
        height: auto !important;
        line-height: 1.25em;
    }

    .customForm fieldset,
    .customForm legend {
        margin: 2%;
    }

    .long-field {
        margin-bottom: 7% !important;
    }

        .long-field .control-label {
            height: auto;
        }

    table {
        font-size: 12px;
    }

    .contentContainer .table-striped td {
        padding: 2% !important;
        font-size: 12px;
        line-height: 1.1em;
    }

    .deleteButton, .editButton {
        padding: 2px 5px;
        line-height: 1.4em;
        font-size: 10px;
        margin: 0;
    }

    .help-block + .tooltip > .tooltip-inner {
        min-width: 350px;
    }
}


@media (max-width: 500px) {
    .firstNavElem.activeNavElem a {
        background-position: left center;
    }

    #main-navigation li,
    #main-navigation div {
        float: none;
        width: 100%;
        margin: 0;
        height: auto;
        padding-bottom: 15px;
        padding-left: 5%;
        text-align: left;
    }

    .registersArticleContent .searchContent {
        width: 240px;
        margin-right: auto;
        margin-left: auto;
    }

    .searchContent span {
        padding: 5px 0;
        width: 30px;
        background-color: #006598;
    }

        .searchContent span:nth-child(2) {
            background: url('../img/whiteDoubleLeftArrow.png') no-repeat 10px center #006598;
            margin-right: 2.5%;
        }

        .searchContent span:nth-child(3) {
            background: url('../img/whiteSingleLeftArrow.png') no-repeat 12px center #006598;
            margin-right: 2.5%;
        }

        .searchContent span:nth-child(4) {
            margin-right: 2.5%;
            width: 70px;
            background: none;
            color: #006598;
        }

        .searchContent span:nth-child(5) {
            margin-right: 2.5%;
            background: url('../img/whiteSingleRightArrow.png') no-repeat 13px center #006598;
        }

        .searchContent span:nth-child(6) {
            background: url('../img/whiteDoubleRightArrow.png') no-repeat 10px center #006598;
        }

        .searchContent span a {
            content: '';
            color: transparent;
        }

    .searchContainer {
        width: 100%;
    }
}

/* styles for validation helpers */
span.field-validation-error,
label.field-validation-error {
    color: #b94a48 !important;
    font-size: 14px !important;
    font-family: Georgia,serif !important;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error,
select.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.errorInformation {
    padding-top: 50px;
    font-size: 33px;
    font-weight: bold;
    text-align: center;
}
