@import url(http://fonts.googleapis.com/css?family=Raleway:400,200);
@import "https://fonts.googleapis.com/css?family=Alegreya+Sans:400,300,700,800&subset=latin,latin-ext";
@import "https://fonts.googleapis.com/css?family=Alegreya+Sans+SC:400,700&subset=latin,latin-ext";

@font-face {
    font-family: "weather";
    font-style: normal;
    font-weight: normal;
    src: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.eot?#iefix") format("embedded-opentype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.woff") format("woff"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.ttf") format("truetype"), url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/93/artill_clean_icons-webfont.svg#artill_clean_weather_iconsRg") format("svg");
}
.site-header, .site-footer{
	display:none !important;
}
.site{
	background-color: transparent !important;	
	max-width:100% !important;
}
#loginform{
	    margin: 0 auto;
    width: 200px;
}
.dashleft{
left:0;
max-width: 10%;
min-width:100px;
height:100%;	
height:100vh;
background-color: #e3000b;
position:fixed;
overflow: auto;

}
.dashright{
right:0;
top:0;
	max-width: 90%;
	width:90%;
 	height:100%;	
    height:100vh;
	position:absolute;

}

.dashrighttro{
float:right;
width:90%;
 	

}
	  
.dashtop20{
	width:20%;
	max-width: 20%;
	height:50%;	
    height:50vh;
	float:left;
}

.dashtop40{
	width:240%;
	max-width: 40%;
	height:50%;	
    height:50vh;
	float:left;
}
.dashtop60{
	width:60%;
	max-width: 60%;
	height:50%;	
    height:50vh;
	float:left;
}
.dash100{
	width:100%;
	max-width: 100%;
	height:50%;	
    height:50vh;
	float:left;
}
.dashtop25{
	width:25%;
	max-width: 25%;
	height:100%;	
    height:50vh;
	float:left;
}
.trosbutt{
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #e3000b  0%, #e3000b  100%) repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color #e3000b ;
}
.logoorg{
background-color: #e3000b;
background-image:url(../img/logo-large.png)	;
background-position:center;
background-repeat:no-repeat;
background-size:contain;
cursor:pointer;
}
.menulogo{
height: 200px;
	
}
#user_login, #user_pass{
	float:right;
}
#sat{
	font-size:120px;
	color:#e3000b;
	text-align:center;
font-family: Alegreya Sans,sans-serif;
font-weight:800;
margin:0 !important;
}
.dan{
	font-size:40px;
	color:#E3444C;
	text-align:center;
font-family: Alegreya Sans,sans-serif;
font-weight:800;
text-transform:uppercase;
margin:0 !important;

}
.userdata{
    color: #ffffff;
    font-family: Alegreya Sans,sans-serif;
    max-width: 100%;
	text-align:center;
	background-color: #e3000b;
	font-weight:bold;
	font-size:20px;
text-transform:uppercase;
}
.userdata p{
	margin:0px !important;
}
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#cssmenu {
    max-width: 100%;
  font-family: Raleway, sans-serif;
  color: #ffffff;
}
#cssmenu ul ul {
  display: none;
}
#cssmenu > ul > li.active > ul {
  display: block;
}
.align-right {
  float: right;
}
#cssmenu > ul > li > a {
  padding: 16px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 16px;
  text-decoration: none;
  color: #ffffff;
  background: #e3000b;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu > ul > li > a:hover {
  color: #d8f3f0;
}
#cssmenu ul > li.menu-item-has-children > a:after {
  position: absolute;
  right: 26px;
  top: 19px;
  z-index: 5;
  display: block;
  height: 10px;
  width: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.menu-item-has-children > a:before {
  position: absolute;
  right: 22px;
  top: 23px;
  display: block;
  width: 10px;
  height: 2px;
  background: #ffffff;
  content: "";
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}
#cssmenu ul > li.menu-item-has-children.open > a:after,
#cssmenu ul > li.menu-item-has-children.open > a:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#cssmenu ul ul li a {
  padding: 14px 22px;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  text-decoration: none;
  color: #dddddd;
  background: #49505a;
  -webkit-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
}
#cssmenu ul ul ul li a {
  padding-left: 32px;
}
#cssmenu ul ul li a:hover {
  color: #ffffff;
}
#cssmenu ul ul > li.menu-item-has-children > a:after {
  top: 16px;
  right: 26px;
  background: #dddddd;
}
#cssmenu ul ul > li.menu-item-has-children > a:before {
  top: 20px;
  background: #dddddd;
}

#weather {
  width: 100%;
  margin: 0px auto;
  text-align: center;
  text-transform: uppercase;
  background-color:#e3000b;
  height:100%;
}

i {
  color: #fff;
   font-family: weather;
  font-size: 300px;
  font-weight: bold;
  font-style: normal;
  line-height: 0.9;
  margin-top:20px;
}

.icon-0:before { content: ":"; }
.icon-1:before { content: "p"; }
.icon-2:before { content: "S"; }
.icon-3:before { content: "Q"; }
.icon-4:before { content: "S"; }
.icon-5:before { content: "W"; }
.icon-6:before { content: "W"; }
.icon-7:before { content: "W"; }
.icon-8:before { content: "W"; }
.icon-9:before { content: "I"; }
.icon-10:before { content: "W"; }
.icon-11:before { content: "I"; }
.icon-12:before { content: "I"; }
.icon-13:before { content: "I"; }
.icon-14:before { content: "I"; }
.icon-15:before { content: "W"; }
.icon-16:before { content: "I"; }
.icon-17:before { content: "W"; }
.icon-18:before { content: "U"; }
.icon-19:before { content: "Z"; }
.icon-20:before { content: "Z"; }
.icon-21:before { content: "Z"; }
.icon-22:before { content: "Z"; }
.icon-23:before { content: "Z"; }
.icon-24:before { content: "E"; }
.icon-25:before { content: "E"; }
.icon-26:before { content: "3"; }
.icon-27:before { content: "a"; }
.icon-28:before { content: "A"; }
.icon-29:before { content: "a"; }
.icon-30:before { content: "A"; }
.icon-31:before { content: "6"; }
.icon-32:before { content: "1"; }
.icon-33:before { content: "6"; }
.icon-34:before { content: "1"; }
.icon-35:before { content: "W"; }
.icon-36:before { content: "1"; }
.icon-37:before { content: "S"; }
.icon-38:before { content: "S"; }
.icon-39:before { content: "S"; }
.icon-40:before { content: "M"; }
.icon-41:before { content: "W"; }
.icon-42:before { content: "I"; }
.icon-43:before { content: "W"; }
.icon-44:before { content: "a"; }
.icon-45:before { content: "S"; }
.icon-46:before { content: "U"; }
.icon-47:before { content: "S"; }

#weather h2 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 60px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  font-family: Alegreya Sans,sans-serif;

}

#weather h3 {
  margin: 0 0 8px;
  color: #fff;
  font-size: 50px;
  font-weight: 800;
  text-align: center;
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
  font-family: Alegreya Sans,sans-serif;

}
.pretrazi {
background-color: transparent;
    background-image: url("../img/search-icon.png");
    background-position: 5px center;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    width:100%;
    height:50px;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
	padding-left:40px;
}
input:focus, textarea:focus {
    border: 2px solid #e3000b !important;
    outline: 0 none;
}
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.upload-btn {
  border: 2px solid gray;
  color: gray;
  background-color: #fff !important;
  background:linear-gradient(to bottom, #fff 0%, #fff 100%);
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 20px;
  font-weight: bold;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
 @media only screen and (max-width: 1600px) {
i {
  font-size: 150px;
}
#weather h2 {
  font-size: 30px;
}

#weather h3 {
  font-size: 25px;
 }
 #sat{
	font-size:60px;}
.dan{
	font-size:20px;
}
 }
 
 @media only screen and (max-width: 1200px) {
i {
  font-size: 100px;
}
#weather h2 {
  font-size: 20px;
}

#weather h3 {
  font-size: 15px;
 }
 #sat{
	font-size:30px;}
.dan{
	font-size:10px;
}
 }

table {
    *border-collapse: collapse; /* IE7 and lower */
    border-spacing: 0;
    width: 100%;    
	font-size:12px;
}

.bordered {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc; 
    -moz-box-shadow: 0 1px 1px #ccc; 
    box-shadow: 0 1px 1px #ccc; 
		line-height: 1 !important;
        
}
.bordered tr.total{
	background-color:#bfbfbf;
}
.bordered tr{
font-size:12px !important;	
border-top: 2px solid #ccc;

}
.bordered td:hover {
    background: #F5F5F5;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;     
}    
    
.bordered td, .bordered th {
    /*border-left: 1px solid #ccc;*/
    
    padding: 10px;
    text-align: left;    
}

.bordered th {
    background-color: #000000;
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    -moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    border-top: none;
    text-shadow: 0 1px 0 rgba(255,255,255,.5);*/ 
	font-size:12px !important;
	color:#ffffff;
}

.bordered td:first-child, .bordered th:first-child {
    border-left: none;
}

.bordered th:first-child {
   /* -moz-border-radius: 6px 0 0 0;
    -webkit-border-radius: 6px 0 0 0;
    border-radius: 6px 0 0 0;*/
}

.bordered th:last-child {
   /* -moz-border-radius: 0 6px 0 0;
    -webkit-border-radius: 0 6px 0 0;
    border-radius: 0 6px 0 0;*/
}

.bordered th:only-child{
   /* -moz-border-radius: 6px 6px 0 0;
    -webkit-border-radius: 6px 6px 0 0;
    border-radius: 6px 6px 0 0;*/
}

.bordered tr:last-child td:first-child {
    /*-moz-border-radius: 0 0 0 6px;
    -webkit-border-radius: 0 0 0 6px;
    border-radius: 0 0 0 6px;*/
}

.bordered tr:last-child td:last-child {
   /* -moz-border-radius: 0 0 6px 0;
    -webkit-border-radius: 0 0 6px 0;
    border-radius: 0 0 6px 0;*/
}
.jazavacb{
padding: 5px 5px 5px !important;	
}
.dnone{
	 
	 display: none;
	 
 }
	.jazavacha{
	background-color:#000000;
	color:#ffffff;
	font-size:16px;
	padding:10px;
	font-family:Arial, Helvetica, sans-serif !important;
	font-weight:bold !important;
	width:50%;
	}
	.jazavacp{
	color:#000000;
	font-size:12px;
	margin: 0 0 4px !important;
	padding-left:10px;
	}
	
	.vertical-text {
	
	font-size:6px !important;
	width:55px;
	text-transform:none !important;
	text-align:center !important;
}

.headerSortDown, .headerSortUp {
    background-color: #e3000b !important;
}
#sort .header{
	cursor:pointer !important;
	}
	.red{
	background-image:url(../img/red.jpg);
	background-repeat:no-repeat;
	background-position: center;	
	}
	
	.yellow{
	background-image:url(../img/yellow.jpg);
	background-repeat:no-repeat;
	background-position: center;	
	}
	
	.green{
	background-image:url(../img/green.jpg);
	background-repeat:no-repeat;
	background-position: center;	
	}
	
.red:hover{
background-image:url(../img/red.jpg) !important;
	background-repeat:no-repeat !important;
	background-position: center !important;	
	
		}
		
		.yellow:hover{
background-image:url(../img/yellow.jpg) !important;
	background-repeat:no-repeat !important;
	background-position: center !important;	
	
		}
		
		.green:hover{
background-image:url(../img/green.jpg) !important;
	background-repeat:no-repeat !important;
	background-position: center !important;	
	
		}
		.erd td{
			
			text-align: center !important;
		}
		
.ui-autocomplete{
z-index: 999;
background-color: #fff;
width: 200px;
list-style:none;	
}
	
	@media print {
    .noprint, .noprint * {
        display:none !important;
    }}
	
.filtertrazi input{
	height:41px;
	margin:0px !important;
	width:150px;
}