/**
 * Current template's main css file.
 * 
 *      It contains all the main styles for your template.
 * 
 * @category    CodeIgniter
 * @package     Template
 * @subpackage  Stylesheet
 * @author      Karoly Ivan <karoly.ivan@rsoe.hu>
 * @copyright   (c) 2016, RSOE
 */ 

/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */
    
html {
        
    /* Your code goes here ... */
        
}

body {
        
    /* Your code goes here ... */
        
}

main {
    background: #E2E2E2;
}

.site.content {
    background: #E2E2E2;
}

.site.content .container {
    position: relative;
    z-index: 10;
}

.page-icon {
    width: 24px;
    color: #2F66B2;
    font-size: 22px;
    margin-left: 8%;
}

.subpage-buttons{
    float: right;
}

.back{
    float: left;
    margin-right: 4px;
    padding: 0 9px 0 8px;
    background: #2F66B2;
    border-radius: 100%;
}

.back a{
    font-size: 18px;
    color: #fff !important;
    font-weight: bold;
}

.back:hover{
    background: #F7AC4C !important;
}

.exit{
    float: right;
}

.btn-exit{
    background-color: #2F66B2 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 2px 7px !important;
    border-radius: 50% !important;
}

.btn-exit:hover{
    background-color: #F7AC4C !important;
}

.btn-filter{
    background-color: #2F66B2 !important;
    color: #fff !important;
    font-weight: bold;
    padding: 2px 7px !important;
    border-radius: 50% !important;
    margin-right: 5px;
}

.btn-filter:hover{
    background-color: #F7AC4C !important;
}

.page-title {
    color: #2F66B2;
    font-weight: bold;
}

.panel-body{
    padding-top: 0;
}

.panel-default {
    border-radius: 0 0 4px 4px;
    padding: 10px 20px;
    margin-top: 30px;
    box-shadow: 3px 3px 10px 0px #777;
}

.panel-heading {
    background: transparent !important;
    text-align: center;
    border: none !important;
}

hr.knot {
    background: url('../images/knot.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 18px;
    border: 0;
    position: relative;
    margin-top: 15px !important;
    margin-bottom: 0 !important;
}

hr.knot:before,
hr.knot:after {
    content: '';
    display: block;
    position: absolute;
    border: 1px dashed #2F66B2;
    top: 8px;
}

hr.knot:before {
    left: 0;
    right: 53%;
    margin-right: 10px;
}

hr.knot:after {
    right: 0;
    left: 53%;
    margin-left: 10px;
}

.slider.slider-horizontal{
    width: 60% !important;
}

.noUi-horizontal{
    height: 15px !important;
}

.noUi-connect{
    background: #337ab7 !important;
}

.noUi-horizontal .noUi-tooltip{
    bottom: unset !important;
    margin-top: 5px;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 758px) {
    
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}