#main_content {
    margin-top: 15px;
}

.bold {
    font-weight: bold;
    margin: 0px !important;
    display: inline-block;
}

.search_inner {
    width: 20%;
    float: left;
    display: inline-block;
    margin-right: 10px;
    height: 100%;
}

.search_inner:last-child {
    margin: 0px;
}

#search_category {
    border: 1px solid #ccc;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

span.search_inner * {
    width: 100%;
    height: 100%;
}

.glyphicon {
    margin-right: 10px;
    font-size: 19px;
}

.smaller {
    font-size: 16px !important;
    margin-top: 10px;
}

#search_results {
    display: none;
}

.custom_panel {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: -3px 6px 15px rgba(68, 68, 68, 0.15);
    padding: 10px;
    margin-left: 15px;
    margin-bottom: 30px;
    margin-right: 15px;
    flex: 1;
}

/*.custom_panel:nth-child(2){
    margin-left: 10px;
}*/
.custom_panel_header {
    padding: 10px;
    width: 100%;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 140%;
    color:#444;
    text-transform: uppercase;
    border: 0;
}

.custom_panel_body {
    padding: 10px;
}

#questions_more {
    float: right;
    color: #3A7DC3;
}

#questions_more:hover {
    margin-right: 5px;
    color: black;
}

.pointer {
    cursor: pointer;
}

.bottom_margined {
    margin-bottom: 10px;
}

.right {
    text-align: right;
}

.blue_gradient {
    color: white;
    background: rgb(51, 122, 183);
    background: -moz-linear-gradient(top, rgb(51, 122, 183) 0%, rgb(43, 99, 183) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(51, 122, 183)), color-stop(100%, rgb(43, 99, 183)));
    background: -webkit-linear-gradient(top, rgb(51, 122, 183) 0%, rgb(43, 99, 183) 100%);
    background: -o-linear-gradient(top, rgb(51, 122, 183) 0%, rgb(43, 99, 183) 100%);
    background: -ms-linear-gradient(top, rgb(51, 122, 183) 0%, rgb(43, 99, 183) 100%);
    background: linear-gradient(to bottom, rgb(51, 122, 183) 0%, rgb(43, 99, 183) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fefefe', endColorstr='#dbdbdb', GradientType=0);
}

.pointer {
    cursor: pointer;
}

.gyik_question {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    cursor: pointer;
}

.gyik_answer {
    display: none;
}

.searchresultinfo {
    font-size: 12px;
    font-weight: bold;
    color: #0c0c0c;
}


#searchParamsContainer {
    margin-left: 15px;
    margin-right: 15px;
}

.searchInputLabel {
    line-height: 34px;
    text-align: right;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;

    color: #444444;
}

.searchButton {
    width: 187px;
    height: 34px;
}

#ttPanels .row {
    display: flex;
    margin-bottom: 30px;
}

.ttPanel {
    background-color: #fff;
    border-radius: 20px;
    padding: 10px;
    height: 100%;
    box-shadow: -3px 6px 15px rgba(68, 68, 68, 0.15);
}

.ttPanelHeader {
    color: #444;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
}

.ttPanelBody {
    padding: 10px;
}

.ttPanelBody p a {
    color: #444;
    text-decoration: none;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}

.ttPanelBody span {
    margin-top: 32px;
    display: block;
}

.searchButton,
.ttPanelBody span a {
    padding: 7px 20px 7px 20px;
    background-color: #1E2E51;
    border: 2px solid #1E2E51;
    border-radius: 24px;
    transition: all ease-in-out 170ms;

    font-family: Roboto;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-decoration: none;
}

.searchButton:hover,
.ttPanelBody span a:hover {
    background-color: #488282;
    border-color: #488282;
    text-decoration: none;
}

.dataSheet {
    background-color: #f5f5f5;
    border-radius: 5px;
    moz-border-radius: 5px;
    webkit-border-radius: 5px;
    padding: 15px;
    display: inline-table;
}

.sdataSheetBtnToSZKR {
    text-align: right;
}

.dataSheet .row {
    margin-bottom: 10px;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#searchParamsContainer .form-control {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 5px;
    text-align: center;

    background: #FFFFFF;
    border: 1px solid #488282;
    box-sizing: border-box;
    border-radius: 25px;

    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: rgba(72, 130, 130, 0.75);
}

@media (max-width: 992px) {
    .searchInputLabel {
        text-align: left;
    }

    .searchButton {
        margin-top: 10px;
    }

    #ttPanels .row {
        display: block;
        margin-bottom: 0px;
    }

    .ttPanel {
        margin-bottom: 30px;
    }

    .sdataSheetBtnToSZKR {
        text-align: left;
        margin-top: 10px;
    }
}

.gyik-header {

    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;

    color: #1E2E51;
}