/* FONTS */
body { background: #fff; -webkit-print-color-adjust:exact; font-family: 'Roboto', sans-serif; }
/* TYPOGRAPHY */
p { font:normal normal 400 14px/18px 'Roboto', sans-serif; color: #666; }
h1, h1 > a, h1 > span { margin: 10px 0; font: 400 22px "Roboto"; color: #333; }
h2 { margin: 5px 0 10px 0; font: 400 22px "Roboto", sans-serif; color: #333; }
h3 { 
    margin: 0;
    font: 400 17px/21px "Roboto", sans-serif;
    padding: 0;
    position: relative;
    color: #333;
    clear: both;
}
h4 { margin: 0;
    font: 600 15px/20px "Roboto", sans-serif;
    padding: 0;
    position: relative;
    color: #111; 
}
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 16px; margin: 2.33em 0; }

a { color: #51afeb; text-decoration:none; font:normal normal 500 12px "Roboto", sans-serif; }
fieldset {
    border: 2px solid #dadada;
    border-left: none;
    border-right: none;
    border-bottom: none;
    padding: 5px 0px 5px 10px;
}
legend {
    font-size: 14px;
    font-weight: 400;
    color: #444;
    font-family: "Roboto", sans-serif;
    line-height: 20px;
}
/* LAYOUT */
#logo {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: 300;
    color: #f1f1f1;
    padding: 8px 15px;
}
#main-wrap {
    width: 100%;
    float: left;
}
#body-wrap {
    width: 100%;
    margin: 0 auto;
    float: none;
    padding: 0 20px 0 120px;
}
#navigation-wrap {
    width: 160px;
    height: 100%;
    background: #353535;
    position: fixed;
    text-align: center;
}
.menu-item {
    
}
.menu-item a {
    display: block;
    padding: 10px 10px;
    color: #999;
    font: normal 300 18px/20px 'Roboto', sans-serif;
    text-align: left;
    text-decoration: none;
    width: 100%;
    position: relative;
}
.menu-item span {
    font-size: 14px;
    color: #dadada;
    font-weight: 400;
    /*display: block;*/
}
.menu-item > a:hover {
    text-decoration: none;
    color: #fff;
}
.menu-item > a:hover span {
    color: #fff;
}
.menu-item.menu-active a {
    color: #fff;
    background: #64b5f6;
}
.menu-item.menu-active a span {
    color: #fff;
}
.menu-separator {
    border-top: 1px solid #464646;
}
.page-header {
    max-width: 1120px;
    float: none;
    margin: 0 auto 15px auto;
    height: 54px;
    border-bottom: 2px solid #e2e2e2;
    display: block;
    padding: 11px 0;
}
.page-title {    
    padding: 6px 0 6px 0;
    margin: 0;
    float: left;
    line-height: 20px;
    font-size: 22px;
}
.page-title a {
    font: 400 22px "Roboto";
}
.page-header button {
    float: right;
}
.page-content {
    max-width: 1120px;
    float: none;
    margin: 0 auto;
}
.notification-success {
    color: #fff;
    padding: 10px 15px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background: #64b5f6;
    margin: 10px 0;
}
.notification-error {
    color: #fff;
    padding: 10px 15px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    background: #d3434f;
    margin: 10px 0;
}
/* DATA TABLE */
.data-table {
    width: 100%;
}
.col-img img {
    width: 28px;
    height: auto;
}
.dataTables_length {
    padding: 3px 0;
    color: #444;
    margin-top: 20px;
}
.dataTables_length label {
    display: flex;
}
.dataTables_length select {
    width: auto;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: -10px;
}

.dataTables_filter {
    padding: 5px 0;
    margin-top: 20px;
}

.dataTables_filter input {
    width: auto;
    margin-top: -8px;
}
.dataTables_filter label {
    display: flex;
}
.filtered-page .dataTables_wrapper {
    margin-top: 20px;
    border-top: 2px solid #e2e2e2;
}
.dataTables_wrapper .html5buttons{
    text-align: right;
    margin-top: 10px;
}

table.dataTable thead th,table.lista thead th, table.dataTable thead td {
    padding: 5px 0 5px 10px;
    border-bottom: 1px solid #eaeaea;
    background-color: #f1f1f1 !important;
    color: #5E5E5E;
    text-shadow: none;
    text-align: left;
    margin: 0;
    border-right: 0;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #D2D2D2;
}
table.dataTable tbody tr {
    background: none;
}
.col-actions {
    width: 150px !important;
}
.col-actions-wider {
    width: 200px !important;
}
.col-actions-wider .btn, .col-actions-wider button {
    padding: 4px 10px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 4px 10px !important;
    border-bottom: 1px solid #eaeaea;
}
.color-block {
    color: #fff;
    padding: 3px 10px;
    width: 70px;
    float: left;
}
/* ELEMENTS */
.form-element select {
    padding: 6px 10px;
    border: 1px solid #C0C0C0;
    width: 100%;
    float: left;
}
.form-element button {
    width: 100%;
}

/* jQuery UI Fixes */
.modal-form { display: none; width: 100% !important; }
.modal-form li {
	list-style: none;
	position: relative;
	width: 100%;
    margin-bottom: 5px;
}
.modal-form label {
	position: absolute;
	top: 4px;
	font: 500 13px/17px 'Roboto', sans-serif;
}
.modal-form .modal-input-holder {
	width: 100%;
	padding-left: 120px;
}

.modal-form .modal-input-holder input {
	line-height: inherit;
}


.modal-form .modal-textarea-holder {
    padding-top: 25px;
}
.modal-form input, .modal-form select, .modal-form textarea {
	width: 100%;
    background: 0;
	padding: 4px;
	border: 1px solid #D0D0D0;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
	outline-color: #2297E0;
}
.modal-form input[type="checkbox"] {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) inset;
    width: auto;
    width: 17px;
    height: 17px;
}

.modal-form input:hover {
      
}
.modal-form input:focus {
    
}
.modal-form .cover-upload {
	position: relative;
	height: 27px;
}
.modal-form .cover-upload input[type=file] {
	width: 100%;
	height: 27px;
	position: absolute;
	top: 0px;
	left: 0px;
	opacity: 0;
	z-index: 2;
}
.modal-form .cover-upload button {
    width: 30%;
    padding: 2px 0 1px 0;
    float: right;
    box-shadow: none;
    font: bold 12px/20px 'Roboto', sans-serif;
}
.modal-form .cover-upload input[type=text] {
	width: 70%;
	float: left;
}

.invalid {
	background: #FFEFEF !important;
}

.modal-form li.invalid {
	background: #FFEFEF;
}

.modal-form li.invalid label {
	color: #f00;
}
.form-errors {
    background: #FFEFEF;
    margin: 0 0 10px 0;
    display: none;
}
.form-errors h3 {
    color: #FF3232;
    font: bold 13px/17px 'Roboto', sans-serif;
    border-bottom: 1px solid #FF3232;
    padding: 4px 0;
    margin: 0 0 5px 0
}
.form-errors ul {
    padding: 0 0 0 25px;
    margin: 0;
}
.form-errors li {
    color: #f00;
    font: 300 12px/19px Arial, sans-serif;
    list-style-type: square;
    line-height: 19px;
    margin: 0;
    display: none;
}
#modal-loading {
    background: url(../images/loading-ffffff.gif) center center no-repeat;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
    padding-top: 160px;
    font: 300 17px/17px "Roboto", Arial;
    display: none;
}
.ui-dialog .ui-dialog-buttonset button {
    margin: 0 0 0 8px;
    float: right;
}
.ui-dialog .ui-dialog-content {
    display: block !important;
}
.ui-tabs .ui-tabs-nav li {
    width: auto;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-bottom: 1px solid #DDD;
}
.ui-widget .ui-widget {
    padding: 0;
}
.ui-tabs .ui-tabs-panel {
    padding: 10px 0 5px 0;
}
.ui-button:active {
    top: 0;
}
#request-wait {
    position: absolute;
    color: #FFF;
    background: rgba(0, 0, 0, 0.9);
    z-index: 10;
    padding: 20px 10px;
    width: 70%;
    left: 15%;
    top: 40%;
    display: none;
}
/* Chosen Fixes */
.chosen-container-single .chosen-single {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1) inset;
    padding: 1px 5px;
    height: auto;
}
.chosen-container.chosen-with-drop .chosen-drop {
    left: 0;
    border: 1px solid #ddd;
    border-top: 0;
    box-shadow: 0px 2px 2px #d0d0d0;
    border-radius: 0;
}
.chosen-container-active.chosen-with-drop .chosen-single {
    border-color: #ddd;
    background: #fff;
    box-shadow: 0px 2px 2px #d0d0d0;
}
.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #ddd;
}
.chosen-container .chosen-results li.highlighted {
    background: #4bafff;
}
/* Table Filters */
#table-filters {
    margin-top: -5px;
}
#btn-filter {
    width: 100%;
    margin-top: 17px;
}
/* Markers */
.marker .fa {
    font-weight: bold;
    font-size: 13px;
}
.marker {
    float: left;
    background: #4bafff;
    padding: 0px 8px;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    font-size: 12px;
    width: 110px;
}
.marker-warning {
    background: yellow;
    color:black;
}
.marker-error {
    background: #f44336;
}
.marker-regular {
    background: green;
    color:white;
}
.marker-another {
    background: blue;
    color:white;
}
.marker-correct {
    background: #4CAF50;
}
table.lista .staza {
    width:10%;
    text-align: center;
}
table.lista .broj {
    width:5%;
}
table.lista .disc {
    width:15%;
}
table.lista a {
    font-size:20px;
}