.cbcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    padding-top: 3px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
    /*font-size: 22px;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.cbcontainer input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border-radius: 4px;
}

/* On mouse-over, add a grey background color */
.cbcontainer:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.cbcontainer input:checked ~ .checkmark {
    background-color: #3B78C9;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.cbcontainer input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.cbcontainer .checkmark:after {
    left: 9px;
    top: 5px;
    width: 6px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}            

/* Style the search field */
form.ordinacija_search input[type=text] {
    padding: 10px;
    font-size: 17px;
    border: 2px;
    border-color: #3B78C9;
    border-radius: 4px;
    float: left;
    width: 80%;
    background: #f1f1f1;
    color: #000000;
}

/* Style the submit button */
form.ordinacija_search button {
    float: left;
    width: 20%;
    padding: 10px;
    background: #3B78C9;
    color: white;
    font-size: 17px;
    border: 2px;
    border-radius: 4px;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
}

form.ordinacija_search button:hover {
    background: #0b7dda;
}

/* Clear floats */
form.ordinacija_search::after {
    content: "";
    clear: both;
    display: table;
}

.langtable {
    width: auto;
}

.langtable td {
    padding: 5px 10px 5px 10px;
}

/*
.container {
    padding-bottom: 15px;
    padding-top: 15px;
}
*/
h4.tittle-w3layouts {
    margin-top: 0.5em;
}

a.links {
    font-size: large;
}

/*-- bottom-to-top --*/
#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 26px;
    right: 2%;
    overflow: hidden;
    z-index: 999;
    width: 40px;
    height: 40px;
    border: none;
    text-indent: 100%;
    background: url("/images/double-up-arrow.png") no-repeat 0px 0px;
    background-size: 40px;
	outline: 0;
}
#toTopHover {
    width: 40px;
    height: 40px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}
/*-- //bottom-to-top --*/

