/***************************************

Intensic CMS

***************************************/
/* arimo-regular - latin-ext_latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 400;
  src: url('fonts/arimo-v13-latin-ext_latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Arimo Regular'), local('Arimo-Regular'),
       url('fonts/arimo-v13-latin-ext_latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/arimo-v13-latin-ext_latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/arimo-v13-latin-ext_latin-regular.woff') format('woff'), /* Modern Browsers */
       url('fonts/arimo-v13-latin-ext_latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/arimo-v13-latin-ext_latin-regular.svg#Arimo') format('svg'); /* Legacy iOS */
}
/* arimo-700 - latin-ext_latin */
@font-face {
  font-family: 'Arimo';
  font-style: normal;
  font-weight: 700;
  src: url('fonts/arimo-v13-latin-ext_latin-700.eot'); /* IE9 Compat Modes */
  src: local('Arimo Bold'), local('Arimo-Bold'),
       url('fonts/arimo-v13-latin-ext_latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('fonts/arimo-v13-latin-ext_latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('fonts/arimo-v13-latin-ext_latin-700.woff') format('woff'), /* Modern Browsers */
       url('fonts/arimo-v13-latin-ext_latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('fonts/arimo-v13-latin-ext_latin-700.svg#Arimo') format('svg'); /* Legacy iOS */
}

* {
	outline: 0;
}
body, html {
   margin:0px; padding:0px;
   font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
   font-size:12px;
   /* background: url(../images/header_bg.png) 0 0 repeat-x; */
   /* background-color:#f4f4f4; */
	font-family: 'Arimo', Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
	background-color: #f8f8f8;
}

body.login {
   margin:0px; padding:0px;
   font-family: Arial, 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
   font-size:12px;
   /* background: url(../images/header_bg_login.png) 0 0 repeat-x; */
   background-color:#eeeeee;  
}

.div_form_error {
   border: 2px solid red;
   background-color: #FFdddd;
   padding: 10px;
   font-weight: bold;
}

img {
   border:0px;
}

.sCenter {
   text-align: center;
}

.inform_div {
   padding: 10px;
   background-color: #fcffa7;
   border: 1px solid #ffeda7;
}

input {    
   /* margin: 3px 5px 3px 0; */
   color: #181818;    
   font-size: 13px;    
   border: 1px solid #cccccc;
   padding:3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   background: url(../images/input_bg.gif);
   margin-bottom:5px;
}
input[disabled="disabled"] {    
   background: #d5d5d5;
}

input:focus {
   background: none;
   background-color: #ffffe5;    
}

textarea {   
   font-size: 13px;    
   border: 1px solid #cccccc;
   padding:3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   margin-bottom:5px;    
}

select {
   font-size: 13px;    
   border: 1px solid #cccccc;
   padding:3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   margin-bottom:5px;
}

h1 {
   margin: 8px 0 12px 0;
   font-size:30px;
   font-weight:normal;
}

h1 span {
   color:#888888;
   font-size: 26px;
}

input.submit, button.submit {    
   background: none;
   background-color: #0087d7;
   padding:4px;
   font-size:13px;
   color:#ffffff;
   border: none;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   font-size:14px;
}

input.submit:hover, button.submit:hover {
   background-color: #c5c5c5;
   cursor: pointer;
   background-color: #0f97e8;
}

input.submit:active, button.submit:active {    
   cursor: pointer;
   color:#000000;
}

input.checkbox {        
   padding:0px;
   margin-top:9px;
   border: 0px;
}



/*********************************************/
/* MENU */
/*********************************************/

#menu {
   width:100%;
   background-color:#cbcbcb;
   background: url('../images/menu_bg.jpg') repeat-x;
   height:30px;
   min-width:980px;   
}

#menu_container {    
   width:100%;
}

#menu_left {
   float:left;
   width:700px;  
}

#menu_right {
   float:right;
   width:300px;  
   text-align:right;
}

#menu_right span {
   padding: 7px 12px 8px 12px;    
   font-family: Arial, "Lucida Sans Unicode";
   color: #555;
   text-decoration:none;
   font-size:12px;
}

#menu_right ul {
   margin:0px;
   padding-top:7px;
   padding-left:3px;
}

#menu_right ul li {
   display: inline;
}

#menu_right ul {
   margin:0px;
   padding-top:7px;
   padding-left:3px;
}

#menu_right ul li {
   display: inline;
}

#menu_right ul li a {
   padding: 8px 12px 9px 12px;    
   font-family: Arial, "Lucida Sans Unicode";
   color: #222;
   text-decoration:none;
   font-size:12px;
}

#menu_right ul li a:hover {
   text-decoration:underline;
   color:#f4f4f4;
}

#menu_right ul li a.selected {
   background-color: #f4f4f4;
   color:#000000;    
}

#menu_left ul {
   margin:0px;
   padding-top:7px;
   padding-left:0px;
}

#menu_left ul li {
   display: inline;
   position: relative;        
}

#menu_left ul li a {
   padding: 7px 12px 8px 12px;    
   font-family: Arial, "Lucida Sans Unicode";
   color: #222;
   text-decoration:none;
   font-size:12px;
   border-right: 1px solid #c5c5c5;
   aborder-right: 1px solid #e0e0e0;
   margin-top: 0px;    
}

#menu_left ul li a:hover {
   color:#f4f4f4;
   background-color: #666;   
}

#menu_left ul li a.selected {
   background-color: #f4f4f4;
   color:#000000;    
}

#menu_left ul li a.active {
   color:#eeeeee;
   background-color: #666;   
}

#menu_left ul li a.selected:hover {
   color:#eeeeee;
   background-color: #666; 
}

#menu_left ul.level1 {
   position: absolute;
   top:22px;    
   left:0px;
   width:165px;
   background-color:#666;
   display:none;
   padding-top:0px;
   z-index: 100;
}

#menu_left ul.level1 li {
   margin: 0;
   padding: 0;
}

#menu_left ul.level1 li a {
   display:block;
   border-top: 1px solid #555;
   color: #fff;
}

#menu_left ul.level1 li a:hover {
   background-color:#777;   
   color:#ffffff;
}


/*********************************************/
/* HEADER */
/*********************************************/

#headerbar {
   width:100%;    
   height:44px;
   min-width:980px;    
}

#headerbar_container {    
   margin:0 10px 0 10px;
}

#logo {
   background: url(../images/intensic_cms.png) 0 0 no-repeat;
   width: 135px;
   height: 20px;    
   color: #ffffff;
   margin-top:12px;
   margin-left:3px;
   float:left;    
   display:block;
}

#logo a {
   float: left;
   color:#ffffff;
   text-decoration:none;
   width: 135px;
   height: 20px;
}

#logo a span {
   visibility: hidden;    
}

#projekt {
   font-size:12px;
   color: #ffffff;
   padding-top:14px;
   float:left;
   margin-left:35px;
}

#projekt a {
   color:#ffffff;
   font-size:1.1em; margin-right: 0px;
   font-weight: bold;   
}

#projekt a:hover {
   text-decoration: none;
}

#projekt_new_window {
   margin-left:5px;
}

#search {
   font-size:13px;
   color: #ffffff;
   padding-top:7px;
   float:right;
   margin-left:35px;
   margin-right:35px;
}

#search form {
   padding: 0;
   margin: 0;
}

#search form input {
   padding: 3px;
}

#search form input.submit {
   font-size:12px;
   font-size: 14px;
   font-weight: normal;
   color: #181818;
   border: none;
   margin: 0;
   padding: 0;
   background: none; 
   vertical-align: middle;      
}

#search a {
   color:#ffffff;
   font-size:12px;
}

#prihlaseny {
   float:right;
   font-size:12px;
   color:#ffffff;
   margin-top:14px;
   text-align:right;
   padding-right:2px;
}

#prihlaseny img {
   vertical-align: middle;
}

#prihlaseny a {
   color:#ffffff;   
}

#prihlaseny a.user {
   font-weight: bold;   
}

#prihlaseny a:hover {
   text-decoration:none;
}


/*********************************************/
/* CONTENT */
/*********************************************/

#content_container {     
   margin: 10px 10px 10px 10px;   
   border:1px solid #c9c9c9;    
   min-height: 400px;
   min-width:960px;
   background-color:#ffffff;
   -moz-box-shadow: 0 0 5px #dedede;
   -webkit-box-shadow: 0 0 5px#dedede;
   box-shadow: 0 0 5px #dedede;
   /*display:inline-block;*/    
}

#content_container_login {     
   border:1px solid #c9c9c9; 
   background-color:#ffffff; 
   margin: 0px auto;
   margin-top: 75px; 
   width:350px;   
   -moz-box-shadow: 0 0 5px #dedede;
   -webkit-box-shadow: 0 0 5px#dedede;
   box-shadow: 0 0 5px #dedede;     
}

#footer {
   margin: 10px auto; 
   width:350px;
   color:#999999;
   text-align: center;
   font-size: 0.93em;    
}

#ccontent {
   margin:10px 15px 10px 15px;
}

#content_login {
   margin:20px 25px 20px 25px;
}

#ccontent a,
#content_login a {
   color: #0087d7;
}

#ccontent h1,
#content_login h1 {
   margin-bottom:20px;
}

#ccontent label,
#content_login label {
   float:left;
   width:160px;    
   margin-right:0px;
   padding-top:6px;
}

#ccontent .label_long {
   float:left;
   width:190px;    
   margin-right:0px;
   padding-top:9px;
}

#breadcrumbs {
   font-size:11px;
   font-family:  Arial, sans-serif;
}

#breadcrumbs a {
   color: #999999;
   font-size: 12px;
   font-family: Arial, "Lucida Sans Unicode";
   font-size:12px;
   color: #999999;
}

a {    
   color: #ff0000;
}

a:hover {
   text-decoration:none;
}

table td {
   padding: 5px 0;    
}



table {
   margin: 0px;
   padding: 0px;   
   border-collapse: collapse;     
}

table.items thead {
   background-color:#f8f8f8; 
   font-weight:bold;  
}

table.items tbody tr:hover {
   background-color:#f3f3f3;    
    
}

table.items td {
   padding: 6px;   
   border: 1px solid #dddddd;
   font-size:12px;
   background-color: #fff;
}

table.items td.td_order_number {
   padding: 1px; 
   padding-left: 3px;
}

.filter {
   border:1px solid #dddddd;
   padding:10px;
   margin-bottom:15px;
   background-color: #f8f8f8;
   font-family: Arial;
}

.filter table {
   margin-top:10px;
}

.filter table td {
   padding: 0px;   
   border: 0px;        
}

.filter_label {
   font-size:14px;
   font-weight:bold;    
}

table th {
   padding: 5px;   
   border: 1px solid #dddddd;
   background-color:#eeeeee; 
}

table.items td.level2 {
   padding-left:20px;
}

table.items td.level3 {
   padding-left:40px;
}

table.items td.level4 {
   padding-left:60px;
}

fieldset {
   border:1px solid #dddddd;
   width:300px;
}

legend {
   padding:10px;
}

#ccontent .add_new {
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   background-color: #00b032;
   padding:7px;
   color: #ffffff;    
   text-decoration:none;
   font-weight:bold;
}

#ccontent .add_new:hover {
   background-color:#19b846; 
   background-color:#26bc51;     
}

#ccontent .add_new:active {
   color:#000000;
}

input.btn_new, button.btn_new {    
   background: none;
   background-color: #00b032;
   padding:4px;
   font-size:13px;
   color:#ffffff;
   border: none;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   font-size:14px;
}

input.btn_new:hover, button.btn_new:hover {
   cursor: pointer;
   background-color: #26bc51;
}

input.btn_new:active, button.btn_new:active {    
   cursor: pointer;
   color:#000000;
}

input.btn_publish, button.btn_publish {    
   background: none;
   background-color: #21ba78;
   padding:4px;
   font-size:13px;
   color:#ffffff;
   border: none;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   font-size:14px;
}

input.btn_publish:hover, button.btn_publish:hover {
   cursor: pointer;
   background-color: #3bc287;
}

input.btn_publish:active, button.btn_publish:active {    
   cursor: pointer;
   color:#000000;
}

input.btn_discard, button.btn_discard {    
   background: none;
   background-color: #ba4221;
   padding:4px;
   font-size:13px;
   color:#ffffff;
   border: none;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
   border-radius: 3px;
   font-size:14px;
}

input.btn_discard:hover, button.btn_discard:hover {
   cursor: pointer;
   background-color: #c2583b;
}

input.btn_discard:active, button.btn_discard:active {    
   cursor: pointer;
   color:#000000;
}

.edited {
   background-color: #c2b63b;
   padding: 3px;
   -webkit-border-radius: 2px;
   -moz-border-radius: 2px;
   border-radius: 2px;
   color: #fff;
}

.biglabel {
   font-size:17px;    
}

.biginput {
   font-size:17px;
}

table.login {
   border: 1px solid #eeeeee;    
}

table.login thead {
   background-color:#f8f8f8; 
   font-weight:bold;  
}

table.login td {
   padding: 10px;
   font-size:12px;
}

input.grey {
   background: none;
   background-color: #ccc;    
   cursor: pointer;    
   border: 1px solid #aaa;
}

input.grey:hover {
   background-color: #bbb;
}

input.grey:active{
   background-color: #999;
}

table.orders_table thead {
   background-color:#f8f8f8; 
   font-weight:bold;  
}

table.orders_table tr.table_header {
   background-color:#f8f8f8; 
   font-weight:bold;
}

table.orders_table tbody tr:hover {
   background-color:#f3f3f3;        
}

table.orders_table td {
   padding: 6px;   
   border: 1px solid #dddddd;
   font-size:12px;
}

.page_preview_container {
   border: 1px solid #e3e3e3; 
   margin-bottom: 10px; padding:7px; 
   background-color: #f3f3f3; 
   width: 500px;
}

#paging p {
   line-height:200%;
   font-weight:bold;
}


.filter_container {
   border: 1px solid #e3e3e3;  
   margin-bottom: 10px; 
   padding:7px;  
   background-color: #f3f3f3;  
}

.filter_title {
   font-size:14px;
   font-weight: bold;
}

.div_filter {
   margin-top: 10px;
}

/*
    clearfix
*/
/* float clearing for IE6 */
* html .clearfix{
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}