/* 1KA default theme */

body {
    color: #ffffff;
    font-size: 75%;
    font-family: "Times New Roman", Times, serif;
    font-family: "Times New Roman", Serif; !important;
    background-color: #ffffff;	
}

#outercontainer {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}

#container {
	position: relative;
	margin-top: 30px;
}


/* Warning bar (preview, cookie) */
#cookie_alert, #test_alert {   
    height: 26px;
	
	line-height: 25px;
	color: #ffffff;
	
	background-color: #D32143;
    border-bottom: 1px solid #ffffff;
}
#cookie_alert a, #test_alert a {
	text-decoration: none;
	font-weight: bold;
	color: #ffffff;
}
#cookie_alert a:hover, #test_alert a:hover {
	text-decoration: underline;
}
#cookie_alert span, #test_alert span {
    color: #ffffff;
}
#cookie_alert span a, #test_alert span a {
	color: #ffffff;
	font-weight: normal;
}


/* Header - logo, naslov, progressbar */
h1 {
    margin: 0px auto 1px;
	padding: 120px 0 0 0;
	
	font-size: 24px;
	color: #D32143;
    text-align: center;
}
h1.evalvacija{
	margin-bottom: 0;
}

#logo {
	right: auto;
	left: 0px;
	top: 0px;
	
	background: url(http://192.168.12.12/main/survey/uploads/1054_full%20banner.png)-no-repeat scroll 100% 0 transparent;
	background-repeat: no-repeat;
}
#logo.english{
}
#logo a{
	width: 500px;
	height: 100px;
}

#progress_bar {
	right: 0px;
	left: auto;
	top: 105px;
}
#progress_bar span {
	float: left!important;	/* ie6,7 doesnt support inline-block */
	display: block;
	width: 10px;
	
	font-size: 10px;
	color:#000000;
}
#progress_bar div {
	height: 10px;
	width: 30px;
	padding: 1px;
	margin: 0 5px;
	
	border: 1px #cccccc solid;
	background-color: #ffffff;
}
#progress_bar div span {
	height: 10px;
	background-color: #000000;
}
#progress_bar p a {
	color: #000000;
	text-decoration: none;
}
#progress_bar p a:hover {
	color: #000000;
}


/* Spremenljivke */
.spremenljivka {
    margin: 0px 0px 0px 0px;
    /*padding: 10px 2px 20px 12px !important;*/
	padding: 15px !important;
	font-family: "Times New Roman", Times, serif;
        font: "Times New Roman";
	border-bottom: 2px #D32143 dotted;
}
.spremenljivka.limited{
	outline: 1px #000000 solid;
}
.required, .required_require, .required_limit {
	outline: 1px #D32143 solid;
}

.spremenljivka .naslov{
	/*padding-left: 5px;*/
	padding-bottom: 10px;
    margin-top: 2px;
	font: "Times New Roman"
        font-size: 14px;
	font-weight: normal;
}
.spremenljivka .naslov .spremenljivka_info{
	/*font-size: 100%;*/
	color: #000000;
	font: "Times New Roman"
font-style: italic;
	font-weight: normal;
}

div.variabla, 
td.question,
td.differential{
	font: "Times New Roman"
	font-size: 13px;

}

div.variable_holder {
	padding: 20px;
	background-color: #ffffff;
}

.variable_holder.inline{
    padding: 0px;
}

div.variable_holder thead {
	font-weight: 600;
}
table.grid_table tbody tr:nth-child(2n+1) {
	background-color: #D32143;
}

div.variable_holder .frame_ranking{
	border: 1px #B9C5D9 solid;
	background-color: #EFF2F7;
}
div.variable_holder .frame_ranking_hover {
	border: 1px #D32143 solid;
	background-color: #D32143;
}

span.reminder {
	left: 3px;
}

textarea, input[type=text]{
	padding: 5px 7px;
	color:#000000;
        font: "Times New Roman";
	border: 1px #939dc0 solid;
}


/* Gumbi na dnu */
div.buttons {
	padding: 30px 20px 35px;
	margin: 0 10px;
	
	/*border-top: 1px #D32143 solid;*/
}
div.buttons input {
	cursor: pointer;
	
	margin: 8px 10px;
    /*padding: 7px 11px;*/
	padding: 6px 8px;
	
	text-align: center;
	/*font-size: 15px;*/

        font-size: 13px;
        
       font-weight: bold;
   	font: "Times New Roman";
       color: #ffffff;
	
	border-radius: 4px;
	border: 0; 
}
div.buttons input.next {
	background-color: #D32143;
	border: 1px solid #D32143;
        font: "Times New Roman";
}
div.buttons input.next:hover {
	background-color: #D32143;
	border: 1px solid #D32143;
        font: "Times New Roman";
}
div.buttons input.prev {
	color: #D32143;
	background-color: #ffffff;
	border: 1px solid #D32143;
}
div.buttons input.prev:hover {
	color: #FFFFFF;
	background-color: #D32143;
}


/* Footer */
#footer_survey {
	padding: 30px;
	
	background-color: #ffffff;
	border-top: 5px #eff2f7 solid;
}
#footer_survey p,
#footer_survey a, 
#footer_survey a:visited {
	color: #D32143;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none;
}
#footer_survey a:hover, #footer_survey a:active {
	text-decoration: none;
}


/* awesome radio in checkboxi */
input[type="checkbox"] + span.enka-checkbox-radio,
input[type="radio"] + span.enka-checkbox-radio,
.custom_radio_picture.obarvan > label > span.enka-custom-radio:before{
	color: #3D5F95;
}

.drag_and_drop {
	top: -9px;
    left: -12px;	
}

.drag_and_drop_right{
	top: -9px!important;
    left: -12px!important;	
}

.frame_dropping_titles {
    width: 240px;
    padding: 5px;
    margin: 0px auto 0px auto;
    height: 15px;
    text-align: center;
    background-color: #FFFFFF;
    border-top: 2px solid #b9c5d9;
    border-left: 2px solid #b9c5d9;
    border-right: 2px solid #b9c5d9;
	font-size: 13px;
}

.drag_and_drop_box {
	top: -9px;
    left: -12px;	
}

.drag_and_drop_box_right{
	top: 19px!important;
    left: -12px!important;	
}

.drag_and_drop_box_right_after_refresh{
	/*top: 44px!important;*/
    left: -12px!important;
}

.drag_and_drop_box_right_over{
    left: -12px!important;	
}

.drag_and_drop_box img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.frame_dropping_titles_box {
    width: 240px;
    padding: 5px;
    margin: 0px auto 0px auto;
    height: 15px;
    text-align: center;
    background-color: #FFFFFF;
	font-size: 13px;
}