/*GLOBALS*/
/* Defaults */
* {margin: 0;}
a {border: 0;}
a {color:#015DBC; text-decoration:none;}
a:visited {color:#015DBC;}
a:focus, a:hover {color:#000000; text-decoration:underline;}
h4 {margin:5px 0px;}
html { width: 100%; height: 100%; color: #4E4E4E; margin: 0; padding: 0;}
body {width: 100%; height: 100%; font-family: Verdana, Arial, sans-serif; font-size: 76%; margin: 0; padding: 0; background: url('../../img/vio/header-grad.png') repeat-x left top;}
code {background: #eee; border: solid 1px #999; }
#wrapper {margin:0; padding:0; display:block; min-width:1000px; width:97%; height: 100%; margin: 0 auto;}
img {border:none !important;}
.mandatory {color: red;}
.error {width: auto; margin:0 auto; text-align: center; padding: 20px 10px;border:1px solid #FF0000; background-color: #FF9090; color: #FFFFFF;}
#error_message {width: 20%; margin:0 auto; text-align: center; padding: 20px 10px;}
.success {width: auto; margin:0 auto; text-align: center; padding: 20px 10px;border:1px solid #009933; background-color: #A8DCB9; color: #FFFFFF;}
#message {padding: 10px;color: red; font-weight: bold; display: block; clear: both; float: none;}
#languages {height: 30px; margin:0; padding:0; float: right; width:auto; text-align: right; margin-top:5px; color:#FFFFFF;}
#languages .language_name {width:auto; float: left; padding: 0 10px; margin-top:3px;}
#languages form {display:inline; padding:0; margin:0;width:auto;}
#languages select {margin:0; padding:0; width: auto;  float: left;}
#user {height: 30px; margin:0; padding:0; width: auto; float:right; padding: 0px 10px; margin-top:8px; color:#FFFFFF;}
#user a {color: #F3EC1D; text-decoration: none}
#user a:hover {text-decoration: underline}
#add {float: left; width: auto;  padding-right:10px;}
#add a {padding:3px 6px 3px 20px; color:#F3EC1D; background:url('../../img/vio/add-small.png') no-repeat 4px 5px #000; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#add a:hover {color:#000; background:url('../../img/vio/add-small-over.png') no-repeat 4px 5px #F3EC1D; text-decoration:none;}
.cancel {float: left; width: auto;  padding-right:10px;}
.cancel a {padding:3px 6px 3px 6px; color:#F3EC1D; background-color: #000; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.cancel a:hover {color:#000; background-color: #F3EC1D; text-decoration:none;}

#tooltip {position:absolute; border:1px solid #333; background:#f7f5d1; padding:2px 5px; color:#333;display:none;}	

/* INFOS */
.info_mandratory {text-align: left; float: left; width: 200px; color: #666666;}

/* Colors */
.white {color: white;}
.green {color: green;}
.red   {color: red;}

.clear {clear: both; margin:0; padding:0;display:block;}

/* Content */
#content { clear: both; width: 100%; margin: 0 auto;}
#content .title { text-align: left; margin: 5px 0px; font-size: 1.42em; color: #333333; font-weight: bold; width: 100%; padding-bottom:5px;}

/* LIMIT */
.records_per_page {float: right; width: auto; padding:0; margin:0;}
.records_per_page .element {padding:0; margin:0; width: auto; height: auto;}

/* form */
.form_container {min-width: 600px; max-width: 630px; clear: both;padding: 10px; margin:10px 0;  border:1px solid #E0E0E0; background-color: #EEEEEE;}
.form {width: 630px; clear: both;}
.form div {padding: 3px 1px;}
.form .clear {padding: 1px 0px;clear: both;}
.form .options {width: 100%; padding: 10px; clear: both; text-align: right;}
.form .options input {margin-right: 10px;  background:#000; border:1px solid #000; padding:1px 5px; color:#F3EC1D; cursor:pointer; margin:4px 10px 0 0; overflow:visible; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

.form div .form_label {float: left;}
.form div input[type='text'] {width: 100%;}
.form div input[type='radio'] {width: 10px; display: inline; margin-right: 20px;}
.form div select {width: 200px; float: left; margin-right:10px;}
.form div textarea {width: 100%; float: left;}
.form .form_name {}
.form .form_parent_key {}
.form .form_destination_type {}
.form .form_description {}
.form .form_status {}
.form .user_key {}
.form .form_datecreated {}
.form .form_dateupdated {}

.pagination {font-size: 13px; width: auto; clear: both; padding: 5px; margin:15px 0 10px 0;}
.total_records{width: 200px;  float: left; text-align: left;}
.pagination_numbers {width: auto; float: right; text-align: right; margin-top:3px; padding-right: 20px;}
.pagination_numbers a {padding:2px 6px 3px 6px; color:#F3EC1D; background:#000; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
.pagination_numbers a:hover {color:#000; background:#F3EC1D; text-decoration:none;}
.pagination_numbers strong{padding:2px 6px 3px 6px; background:#D4D4D4; color:#000; font-weight:normal; -moz-border-radius: 3px; -webkit-border-radius: 3px;}


label {clear: both; width: 100%; font-size: 110%; color: #96887E;}
textarea {border: none; width: 100%; height: 100%; border: 1px solid #D0D0D0;  margin:2px 0px;}
select {width: 100%; border: none; border: 1px solid #D0D0D0; margin:2px 0px;}

input {clear: both; margin:2px 0px;}
input[type="text"] {border:none; border: 1px solid #D0D0D0;}
input[type="password"] {border:none; border: 1px solid #D0D0D0;}
input.checkbox {background-color: transparent; border: none; width: auto;}
input.radio {background-color: transparent; border: none; width: auto;}
input.submit {width: auto; background:#000; border:1px solid #000; padding:1px 5px; color:#F3EC1D; cursor:pointer; margin:4px 10px 0 0; overflow:visible; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
input.email {width: 100%;}
input.text {border:2px solid #5c5c5c; font-size: 120%; color: #EEEEEE; clear:both; margin: 0;  width: 100%; border: 1px solid #D0D0D0;}
input.name {width: 100%;}
input.text#captcha {border:2px solid #5c5c5c; font-size: 120%; color: #EEEEEE; clear:both; margin: 0;  width: auto;}
input.password {border:2px solid #5c5c5c; font-size: 120%; color: #EEEEEE; clear:both; margin: 0;  width: 100%;}
input.button {width: 75px; background:#000; border:1px solid #000; padding:1px 5px; color:#F3EC1D; cursor:pointer; margin:4px 10px 0 0; overflow:visible; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

/* FORM BUTTONS */
input.image_send {float: right; display: block; background:#000; border:1px solid #000; padding:1px 5px; color:#F3EC1D; cursor:pointer; margin:4px 10px 0 0; overflow:visible; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
input.image_send:hover {color: #92B234}
input.image_reset {float: right; display: block; background:#000; border:1px solid #000; padding:1px 5px; color:#F3EC1D; cursor:pointer; margin:4px 10px 0 0; overflow:visible; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
input.image_reset:hover {color: #DD4715}

/* SEARCH */
.search_body {clear: both; border:1px solid #E0E0E0; padding:5px; margin: 5px 0px; width: 100%; background-color: #EEEEEE;}
.search {text-align: left;}
.search .search_options_block {float: left; width: auto; text-align: left;padding:3px 0;}
.search .search_options {float: left; width: auto; padding: 3px 8px; margin:0; border-left:1px solid #D0D0D0;}
.search_body input {width: auto; padding:0; margin:0;}
.search_body select {width: auto; padding:0; margin:0;}
.search_body label {padding:0; margin:0; display:block;}
.search_label { width: auto;  clear: both;}
.search_button { text-align: left; float: left; width: 100px; height: auto; margin: 0; padding: 0; margin-top:13px; padding-left: 15px;}
.search_button input {width: auto; background:#000; border:1px solid #000; padding:1px 5px; color:#F3EC1D; cursor:pointer; margin:4px 10px 0 0; overflow:visible; -moz-border-radius: 3px; -webkit-border-radius: 3px;}

/* begin overall style */
#formater {}
#page
{
	/*width: 850px;*/
	width:100%;
	margin: 0 auto;
	padding: 0;		
}

#header
{
	margin: 0;
	padding: 0;
	height: 83px;
}

#logo
{
	width: 15%;
	font-size: 0.1px;
	float: right;
	color: #333333;
}

#logo img {margin-right: 10px; float: right;}

#mainmenu
{
  height: 45px;
	width: 80%;
	float: left;
}
#mainmenu:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}

#mainmenu ul
{	
	width:auto;
	padding: 0;
	margin: 0;
	padding-top:8px;
	list-style:none; 
	font-size:1.17em;
}

#mainmenu ul li
{
	display:inline;
	float: left;
	height: 37px;
	margin-right: 10px;
	background: url('../../img/vio/nav-tab-right.png') no-repeat 100% 3px;
}

#mainmenu ul li a
{
  white-space:nowrap;
  padding:12px 10px 0 10px;
	color: #676643;
	text-decoration: none;
	font-weight: bold;
	display:block; 
	position:relative;
	background: url('../../img/vio/nav-tab-left.png')  no-repeat 0 3px;
}


#mainmenu li:hover, #mainmenu ul li.sfhover {background-position:100% 0px;}
#mainmenu li:hover a, #mainmenu ul li.sfhover a {background-position:0 0px;}

#mainmenu li.active, #mainmenu li.active:hover, #mainmenu ul li.sfhover.active {background-position:100% -45px;}
#mainmenu li.active a, #mainmenu li.active a:hover {background-position:0 -45px; color:#262626;}

#mainmenu ul li a .selected 
{
	background: #7E7E7E;
	color: #333333; 
	font-size: 16px;
}

/*submenu*/
#submenu
{
	width: 100%;
	height: 39px;
	border-bottom: 1px solid #E0DAC1;
}

#submenu ul
{
	padding: 0;
	margin: 0;
	padding: 10px 0 0 0;
}

#submenu ul li
{
	padding: 0;
	margin: 0;
	display: block;
  float: left;
  padding: 3px 0px;
}

#submenu ul li a
{
	padding: 2px 12px 4px 12px;
	color: #676643;
	text-decoration: none;
	border-right:1px solid #E0DAC1;
}

#submenu ul li a:hover, #submenu ul li a.active
{
	background: #F5F3C5;/*#E6F2FF*/;
	color: #262626;/*#6399cd*/;
}


#footer
{
	margin: 10px 0 0 0;
	font-size:.92em;
	text-align: right;
	clear: both;
}

#footer .left{float: left; width: 40%; text-align: left;}
#footer .left img {float: left;}
#footer .right{float: right; width: 40%; text-align: right;}

/* end of overall style */

/* begin data grid style */
table.dataGrid
{
	background: white;
	border-collapse: collapse;
	width: 100%;
}

table.dataGrid th, table.dataGrid td
{
	font-size: 0.9em;
	border: 1px #4F81BD solid;
	padding: 0.3em;
}

table.dataGrid th
{
	background: #d3dfee;
	text-align: center;
}

table.dataGrid th.label
{
	width: 150px;
}

table.dataGrid tr.odd
{
	background: #E6F2FF;
}
/* end of data grid style */

.actionBar
{
	margin: 10px;
}

div.item
{
	margin: 10px 0 0 0;
	border: 1px solid silver;
	padding: 5px;
}

#body {
 clear: both;
 margin: 15px 0 0 0;
}

/*Dynamic TABS*/

.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
}
/* RECORDS */
#sorting_form {}
#records            {border-bottom:2px solid #E0DAC1;font-size:.92em; border-collapse:collapse; border-spacing:1px; min-width:1000px; padding:0; margin:0; width: 100%; height: 100%; color: #555555;}
#records .headers   {font-weight: normal; height: 20px; width: 100%; color: #4E4E4E;}

#records .headers {text-align: left; background-color: #EEEEEE;}
#records .headers .header_options      {}
#records .headers .header_creationdate {width: 100px; }
#records .headers th {margin:0; padding:0px 2px;white-space: nowrap; font-weight: normal; height: 25px;}
#records .headers .selected {background: #D4D4D4; color: #4E4E4E;}
#records .headers a:hover {text-decoration:underline; color: #4E4E4E;  cursor: pointer;cursor: hand;}
#records .headers a {color: #4E4E4E; font-weight: normal; background: url('../../img/vio/sorting.png') no-repeat right center; padding-right: 15px; width: 40px;}
#records .headers a.ASC {color: #4E4E4E; background: url('../../img/vio/sorting_asc.png') no-repeat right center; padding-right: 15px; width: 40px;}
#records .headers a.DESC{color: #4E4E4E; background: url('../../img/vio/sorting_desc.png') no-repeat right center; padding-right: 15px; width: 40px;}

#records .header_is_hidden {width: 60px;}
#records .header_is_active {width: 60px;}
#records .header_datecreated {width: 140px;}
#records .header_dateupdated {width: 140px;}
#records .header_options {width: 120px;}

#records .row { height: 100%; padding: 3px;}
#records .row_new { height: 100%; padding: 3px;}
#records .row_new td {font-weight: bold; color: #000000;}
#records  td a {float: left; margin-left: 5px;}
#records  td span {float: left; margin-left: 5px;}
#records .row_selected { height: 100%; padding: 3px; color: #000000; background-color: #F3F0E6;}
#records .row_selected a {float: left; margin-left: 5px; color: #FF0000;}
#records .row_selected span {float: left; margin-left: 5px; color: #FF0000;}
#records .row_deleted {background-color: #DBA091;}

#records tr {}
#records td {padding:3px 2px; text-align: left; min-height: 20px; height: 25px; border-bottom:1px solid #E0DAC1;}
.td_off {background: #F3F0E6;}
.td_selected {}

#records a.edit, #records a.delete  {color:#F3EC1D; background:#000; padding:2px 4px 2px 4px; font-size:1.08em; -moz-border-radius: 3px; -webkit-border-radius: 3px;}
#records a.edit:hover, #records a.delete:hover  {color:#000; background:#F3EC1D; text-decoration:none;}

#records .row .element_name         {text-align: left;}
#records .row_selected .element_name {text-align: left;}
#records .element_options {text-align: center;}
#records .element_options a  {float: none;}

#records .row .element_options      {text-align: center;}
#records .row .element_options  a   {float: none;}
#records .row .element_creationdate {width: 100px; text-align: center;}
.elements .elements {display: none;}

.dropdown_element {display:block; padding-left: 15px; font-size: 12px; color: blue;}
.dropdown_header {font-size: 13px; border-top:1px dashed #AAAAAA; background-color: #EEEEEE; margin-top: 5px;}
.email_validation_false {color: #FF0000; border:1px solid red;}
.email_validation_true {color: green; border:1px solid green; }
.multidropdown_holder {font-size: 11px; font-weight: normal; color: #000000; width: 250px; height: 400px; overflow:auto; background-color: #EEEEEE; padding: 5px;}
.multidropdown_holder .header {border-top:1px solid #DDDDDD; font-weight: bold; font-size: 13px; }
.multidropdown_holder div {width: auto; color: #000000;}
.multidropdown_holder div:hover {color: #000000; background-color: #FFFFFF; display: block; width: auto;}
.multidropdown input {float: left;}
.multidropdown label {float: left;}

/* the overlayed element */ 
div.overlay { 
     
    /* growing background image */ 
    background-image:url(../../img/vio/white.png); 
     
    /* dimensions after the growing animation finishes  */ 
    width:650px; 
    height:470px;         
     
    /* initially overlay is hidden */ 
    display:none; 
     
    /* some padding to layout nested elements nicely  */ 
    padding:55px; 
} 
 
/* default close button positioned on upper right corner */ 
div.overlay div.close { 
    background-image:url(../../img/vio/close.png); 
    position:absolute; 
    right:5px; 
    top:5px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
} 
 
 
/* black */ 
div.overlay.black { 
    background:url(../../img/vio/transparent.png) no-repeat !important; 
    color:#fff; 
} 
 
/* petrol */ 
div.overlay.petrol { 
    background:url(../../img/vio/petrol.png) no-repeat !important; 
    color:#fff; 
} 
 
div.black h2, div.petrol h2 { 
    color:#ddd;         
}


div.tooltip { 
    background-color:#000; 
    outline:1px solid #669; 
    border:2px solid #fff; 
    padding:10px 15px; 
    width:340px; 
    display:none; 
    color:#fff; 
    text-align:left; 
    font-size:12px; 
    -moz-outline-radius:4px; 
    -webkit-outline-radius:4px; 
}

div.tooltip b {color: red;}
div.tooltip hr {display: block; height: 1px; border:0; padding:0; margin:3px 0;border:1px solid #333333;}

/* located in demo.css and creates a little calendar icon
 * instead of a text link for "Choose date"
 */
a.dp-choose-date {
    color: transparent;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 5px 3px 0;
    display: block;
    font-size:1px;
    overflow: hidden;
    background: url('../../img/vio/calendar.png') no-repeat; 
}
a.dp-choose-date.dp-disabled {
    background-position: 0 -20px;
    cursor: default;
}
/* makes the input field shorter once the date picker code
 * has run (to allow space for the calendar icon
 */
input.dp-applied {
    width: 140px;
    float: left;
}
a.dp-choose-date {display:inline; float: left; color:#95B9E9; font-size: 99px; margin-top: 0px;}
