﻿/* DEFAULTS
----------------------------------------------------------*/

body   
{
    /*background: #F1F1F1;*/
    /*background-color:#eaeaea;*/
    background: #F1F1F1;
    font-size: .80em;
    font-family: "Segoe UI","Helvetica Neue", "Lucida Grande", Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #696969;
    
    
}

a.ain:link
{
    /*color: #034af3;*/
    color:black;
    font-size: .80em;
    
}
a.ain:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:link, a:visited
{
    /*color: #034af3;*/
    color:Black;
    font-size: .90em;
    
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}



p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

TABLE.report
{
border-collapse: collapse;

}

.report TH
{
font-weight:bold;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
background-color:#D0D0D0;
color:black;
font-size:12px;

}

TABLE.log
{
border-collapse: collapse;
font:11px "segoe ui",arial,sans-serif;
}

.log TH
{
font-weight:bold;
padding-top: 2px;
padding-right: 2px;
padding-bottom: 2px;
padding-left: 2px;
background-color:#D0D0D0;
color:black;
text-align:left;
}
.log TD
{
color:Black;

}
.log CAPTION
{
color:Black;
font:12px "segoe ui",arial,sans-serif;
text-align:left;
background-color:ButtonShadow;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
    
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* FORM ELEMENTS
----------------------------------------------------------*/

legend 
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
    
}

input
{
font:12px "segoe ui",arial,sans-serif;
}

label
{
font:12px "segoe ui",arial,sans-serif;
}

select
{
font:12px "segoe ui",arial,sans-serif;
}

span
{
font:12px "segoe ui",arial,sans-serif;
}

textarea 
{
font:12px "segoe ui",arial,sans-serif;
background-color:#ffffcc;
}

input.textEntry 
{
    width: 320px;
    border: 1px solid #ccc;
}

.datavalue
{
font:12px "segoe ui",arial,sans-serif;
font-weight:bold;
color:black;
}

.datavalue_nobold
{
color:black;
font-weight:normal;
}

/* MISC
----------------------------------------------------------*/


.failureNotification
{
    font-size: 1.2em;
    color: Red;
}
.infoNotification
{
    font-size: 1.2em;
    color:InfoText;
}



div.divider
{
width:100%;padding:0px;background-color:#D0D0D0;
border-radius:5px 5px 5px 5px;
border-bottom:solid 1px gray;
border-right:solid 1px gray;
border-top:solid 1px silver;
border-left:solid 1px silver;
margin-bottom:2px;

}
.divider SPAN
{
color:Black;
font-weight:bold;
font-variant: small-caps;
}

div.rounded
{
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}

div.innerform
{
border-radius:5px 5px 5px 5px;
background-color:#F1F1F1;
padding:6px;
border-bottom:solid 1px gray;
border-right:solid 1px gray;
border-top:solid 1px silver;
border-left:solid 1px silver;
}

.innerform span
{
    color:Black;
}    

div.innerform_barva
{
background-color:#D0D0D0;
}

div.gridheader
{
background-color:#D0D0D0;
padding:4px;
}

div.bigtext
{
width:100%;border:dashed 1px gray;background-color:#ffffcc;margin-top:5px;color:Black;
}

div.framework_header
{
width:100%;
padding:0px;
background-color:#D0D0D0;
height:35px;
border-bottom:solid 1px gray;

}
span.framework_header_span
{
color:Black;
font-weight:bold;
font-variant: small-caps;
font-family:Arial;

}


.timestamp
{
    font-size: 11px;
    color: gray;
    
}



/* user control:OrderList
----------------------------------------------------------*/

A.orderlist
{
	text-decoration:none;
	padding:2px;
	font:12px "segoe ui",arial,sans-serif;
	
}
A.orderlist:hover
{
	color: #882501;
	border:solid 1px #ca4b0c;
	
	background-color: #ffe79c;
	
}

A.orderlist_sel
{
	color: #882501;
	border:solid 1px #ca4b0c;
	padding:2px;
	background-color: #ffa517;
	text-decoration:none;
	font:12px "segoe ui",arial,sans-serif;
}

A.orderlist_nolink
{
	text-decoration:none;
	padding:2px;
	font:12px "segoe ui",arial,sans-serif;
	color:Black;
	cursor:default;
}


/* sliding panely - modré editační plochy
----------------------------------------------------------*/

.slidingDiv1
{
    margin-top:5px;padding:0px;padding-bottom:10px;background-color: #F1F1F1;   width:100%;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border-bottom:solid 1px gray;border-right: solid 1px gray;border-left:solid 1px silver;border-top:solid 1px silver;
}
.slidingDiv1 span {color:Black;}

.slidingDiv2
{
    margin-top:5px;padding:0px;padding-bottom:10px;background-color: #F1F1F1;   width:100%;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border-bottom:solid 1px gray;border-right: solid 1px gray;border-left:solid 1px silver;border-top:solid 1px silver;
}
.slidingDiv2 span {color:Black;}

.slidingDiv3
{
    margin-top:5px;padding:0px;padding-bottom:10px;background-color: #F1F1F1;   width:100%;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border-bottom:solid 1px gray;border-right: solid 1px gray;border-left:solid 1px silver;border-top:solid 1px silver;
}
.slidingDiv3 span {color:Black;}

.slidingDiv4
{
    margin-top:5px;padding:0px;padding-bottom:10px;background-color: #F1F1F1;   width:100%;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border-bottom:solid 1px gray;border-right: solid 1px gray;border-left:solid 1px silver;border-top:solid 1px silver;
}
.slidingDiv4 span {color:Black;}

.slidingDiv5
{
    margin-top:5px;padding:0px;padding-bottom:10px;background-color: #F1F1F1;   width:100%;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border-bottom:solid 1px gray;border-right: solid 1px gray;border-left:solid 1px silver;border-top:solid 1px silver;
}
.slidingDiv5 span {color:Black;}

.slidingDiv6
{
    margin-top:5px;padding:0px;padding-bottom:10px;background-color: #F1F1F1;   width:100%;-moz-border-radius: 5px;-webkit-border-radius: 5px;border-radius: 5px;border-bottom:solid 1px gray;border-right: solid 1px gray;border-left:solid 1px silver;border-top:solid 1px silver;
}
.slidingDiv6 span {color:Black;}
 
.show_hide1 {display:none;}
.show_hide2 {display:none;}
.show_hide3 {display:none;}
.show_hide4 {display:none;}
.show_hide5 {display:none;}
.show_hide6 {display:none;}

.slidinHeader{ font-size: 1.3em;color: #666666;font-variant: small-caps;text-transform: none;font-weight: bold;margin-bottom: 10px;}


/* Timesheet Calendar
----------------------------------------------------------*/
.hhmm_null
        {
        font-size:11px;
        font-family:Arial;
        color:silver;        
        }                
        
.hhmm_notnull
        {
        font-size:11px;
        font-family:Arial;
        color:red;
        font-weight:bold;
        }
        
        
.a12
{
background-image:url('../Images/a12.gif');
background-repeat:no-repeat;
background-position:center;
} 
.a13
{
background-image:url('../Images/a13.gif');
background-repeat:no-repeat;
background-position:center;
} 
.a14
{
background-image:url('../Images/a14.gif');
background-repeat:no-repeat;
background-position:center;
}   
.a16
{
background-image:url('../Images/a16.gif');
background-repeat:no-repeat;
background-position:center;
}  
.corr_236
{
background-image:url('../Images/correction_down.gif');
background-repeat:no-repeat;
background-position:center;
} 
.corr_4
{
background-image:url('../Images/correction.gif');
background-repeat:no-repeat;
background-position:center;
} 
.a2
{
background-color:red;
} 
.a3
{
background-color:brown;
} 
.a4
{
background-color:green;
}   
.a6
{
background-color:pink;
}  

.i_r
{
background-color:red;
}  
.i_y
{
background-color:yellow;
}  
  

TR.tr_dotted TD
{
border-bottom-style: dotted;
border-bottom-width: 1px;
}


.insolvence
{
background-image:url('../Images/insolvence.png');
background-repeat:no-repeat;
background-position:center;
}

.plan
{
background-image:url('../Images/plan.gif');
background-repeat:no-repeat;
background-position:center;
}

a img {
   border:none;
}

.sr     /* výsledek hledání přes AutoComplete ---*/
{
    position: relative;
    width: 100%;
    
}


.sr a   /* výsledek hledání přes AutoComplete ---*/
{
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color:black;
    
   
}

.sr_add     /* doplňkové informace u vyhledaného záznamu ---*/
{
    color:gray;
    
    
}


/*vlastní tlačítka*/
.data-link 
{
    font: normal 12px/19px Arial !important;     
    white-space: pre;   
    padding: 2px 2px;
    background: white;
    color: black;
    border-top: solid 1px #FFFAFA;
    border-left:solid 1px #FFFAFA;
    border-bottom: solid 2px #D3D3D3;
    border-right: solid 1px #D3D3D3;  
    border-radius: 4px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    
    text-decoration:none;
}

.data-link:hover {
    background: #ffe79c;
    border-top: solid 1px silver;
    border-left:solid 1px silver;
    border-bottom: solid 2px gray;
    border-right: solid 1px gray; 
    text-decoration: none;
    color:Black;
}
.data-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #ffa517;
    border-top: solid 1px #c98400;
    border-left:solid 1px #c98400;
    border-bottom: solid 2px #c98400;
    border-right: solid 1px #c98400;
}


.data-link-clue
{
    font: normal 12px/19px Arial !important;      
    padding: 2px 2px;
    background: white;    
    color: black;
    border-top: solid 1px #FFFAFA;
    border-left:solid 1px #FFFAFA;
    border-bottom: solid 2px #D3D3D3;
    border-right: solid 1px #D3D3D3;
    
    border-radius: 4px;
     -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    
    text-decoration:none;
}
.data-link-clue:hover {
    background: #ffe79c;
    border-top: solid 1px silver;
    border-left:solid 1px silver;
    border-bottom: solid 2px gray;
    border-right: solid 1px gray; 
    text-decoration: none;
    color:Black;
}

.data-link-clue:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #ffa517;
    border-top: solid 1px #c98400;
    border-left:solid 1px #c98400;
    border-bottom: solid 2px #c98400;
    border-right: solid 1px #c98400;
}


.button-link 
{
    font: normal 12px/19px Arial !important;      
    white-space: pre;
    padding: 2px 2px;
    background: buttonface;
    color: black;
    border-top: solid 1px silver;
    border-left:solid 1px silver;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray;
    
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;      
    
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
    
    -webkit-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    transition-duration: 0.2s;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
    text-decoration:none;
}
.button-link:hover {
    background-color: #ffe79c;
    border-top: solid 1px silver;
    border-left:solid 1px silver;
    border-bottom: solid 1px gray;
    border-right: solid 1px gray; 
    text-decoration: none;
    color:Black;
}
.button-link:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #ffa517;
    border: solid 1px #c98400;
}



IMG.data-link-image
{
    border:0px;
    vertical-align:middle;
    padding-bottom:1px;
    padding-left:0px;
    width:16px;
    height:16px;
}

a.headercluetip
{
font-size: .80em;
color:Black;
font-weight:bold;
font-variant: small-caps;
font-family:Arial;
text-decoration:none;
} 

a.headercluetip:hover
{    
    
    text-decoration:underline;
    
}

   

/*nadpis v CLUE TIP okně*/
.ctip_header_div
{
    padding:6px;
    border-bottom:solid 1px silver;
    background-color:#F1F1F1;
}

.ctip_header_span
{
    font-weight:bold;
    color:black;
    font-size:14px;
    font-family:Arial;
}



/*ovál pro profil jednoho kontaktního média*/




DIV.box_workflow
{
border-radius:5px 5px 5px 5px;
background-color:#F1F1F1;
padding:6px;
border-bottom:solid 1px silver;
border-right:solid 1px silver;

min-width:260px;
}

div.box_ctip_content
{
border-radius:5px 5px 5px 5px;
background-color:#F1F1F1;
padding:6px;
border-bottom:solid 1px gray;
border-right:solid 1px gray;
border-top:solid 1px silver;
border-left:solid 1px silver;
min-height:20px;
min-width:130px;
}

.box_ctip_content span
{
    color:Black;
    }


/*tlačítko datalink2 - link z obou stran*/
.data-link2-left
{
    font: normal 12px/19px Arial !important;     
    white-space: pre;   
    padding: 2px 2px;
    background: white;
    color: black;
    border-top: solid 1px #F3F3F3;
    border-left:solid 1px #F3F3F3;
    border-bottom: solid 2px #D3D3D3;
    border-right: solid 1px #D3D3D3;  
    border-radius: 4px 0px 0px 4px;
   
    
    
    text-decoration:none;
}

.data-link2-left:hover {
    background: #ffe79c;
    border-top: solid 1px silver;
    border-left:solid 1px silver;
    border-bottom: solid 2px gray;
    
    text-decoration: none;
    color:Black;
}
.data-link2-left:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #ffa517;
    border-top: solid 1px #c98400;
    border-left:solid 1px #c98400;
    border-bottom: solid 2px #c98400;
    border-right: solid 1px #c98400;
}


a.data-link2-right
{
    font: normal 12px/19px Arial !important;     
    margin-left:-4px;
    padding: 2px 2px;
    
    background: white;
    color: black;
    border-top: solid 1px #F3F3F3;
    border-left:solid 1px #FFFAFA;
    border-bottom: solid 2px #D3D3D3;
    border-right: solid 2px #D3D3D3;  
    border-radius: 0px 4px 4px 0px;
    
    text-decoration:none;
}

a.data-link2-right:hover {
    background: #ffe79c;
    border-top: solid 1px silver;
    border-right:solid 1px silver;
    border-bottom: solid 2px gray;
    border-right: solid 2px gray; 
    text-decoration: none;
    color:Black;
}

a.data-link2-right:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #ffa517;
    border-top: solid 1px #c98400;
    border-left:solid 1px #c98400;
    border-bottom: solid 2px #c98400;
    border-right: solid 2px #c98400;
}

.data-link2-right-image
{
vertical-align:text-bottom;padding-bottom:1px;padding-left:0px;border:0px;

}


/*data-link2 tlačítko - šedé
/*tlačítko datalink2 - link z obou stran*/
.button-link2-left
{
    font: normal 12px/19px Arial !important;     
    white-space: pre;   
    padding: 2px 2px;
    background: buttonface;
    color: black;
    border-top: solid 1px #D3D3D3;
    border-left:solid 1px #D3D3D3;
    border-bottom: solid 2px silver;
    border-right: solid 1px silver;
    
    border-radius: 4px 0px 0px 4px;
   
    
    
    text-decoration:none;
}

.button-link2-left:hover {
    background: #ffe79c;
    border-top: solid 1px silver;
    border-left:solid 1px silver;
    border-bottom: solid 2px gray;
   
    text-decoration: none;
    color:Black;
}
.button-link2-left:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #ffa517;
    border-top: solid 1px #c98400;
    border-left:solid 1px #c98400;
    border-bottom: solid 2px #c98400;
    border-right: solid 1px #c98400;
}


.button-link2-right
{
    font: normal 12px/19px Arial !important;     
    margin-left:-4px;
    padding: 2px 2px;
    
    background: buttonface;
    color: black;
    border-top: solid 1px #D3D3D3;
    border-left: solid 1px #F2F2F2;
    border-bottom: solid 2px silver;
    border-right: solid 2px silver;  
    border-radius: 0px 4px 4px 0px;
   
    text-decoration:none;
}

.button-link2-right:hover {
    background: #ffe79c;
    border-top: solid 1px silver;   
    
    border-bottom: solid 2px gray;
    border-right: solid 2px gray; 
    text-decoration: none;
    color:Black;
}

.button-link2-right:active {
    -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.6);
    background: #ffa517;
    border-top: solid 1px #c98400;
    border-left:solid 1px #c98400;
    border-bottom: solid 2px #c98400;
    border-right: solid 2px #c98400;
}
