﻿/* Globals */

.iv_bold {
	font-weight: bold;	
}

.iv_hide {
	display: none;	
}

.iv_center {
	text-align: center;	
}

.iv_round_corners {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.iv_button
{
	padding: 5px;
	background-color: #f5f5f5;
	border: solid 1px #eeeeee;
	border-color: #eee #dedede #dedede #eee;
	font-weight: bold;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
	cursor: pointer;
	width: auto;
	overflow: visible;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;	
}

.iv_button:hover, .iv_addbutton:hover, .iv_listing_copy:hover, .iv_listing_report:hover, .iv_edit:hover {
	background-color: #ddd;
	border-color: #eee;	
}

.iv_disabled {
	color: #808080;
	cursor: default;
}

.iv_disabled:hover 
{
    background-color: #f5f5f5;
	color: #808080;
	cursor: default;
}

.iv_positive {
	padding-left: 25px;
	background: #f5f5f5 url(/DesktopModules/Intevista/img/icons/tick.png) no-repeat 5px center;
	color: #529214;
}

.iv_positive:hover {
	background-color: #e6efc2;
	border-color: #c6d880;
}

.iv_negative {
	padding-left: 25px;
	background: #f5f5f5 url(/DesktopModules/Intevista/img/icons/cross.png) no-repeat 5px center;
	color: #d12f19;
}

.iv_negative:hover {
	background-color: #fbe3e4;
	border-color: #fbc2c4;
}

.iv_search {
	padding-left: 25px;
	background: #f5f5f5 url(/DesktopModules/Intevista/img/icons/search.png) no-repeat 5px center;
	color: #3e81b5;
}

.iv_search:hover {
	background-color: #EFF5FA;
	border-color: #E3F0FB;
}

.iv_addbutton
{
    padding-left: 25px;
    background: transparent url(/DesktopModules/Intevista/img/icons/new.png) no-repeat left center;
}

.iv_returntolist
{
    text-align: right;
    margin: 0px;
    padding: 0px;
}
.iv_returntolist a {
	padding-left: 20px;
	background: transparent url(/desktopmodules/intevista/img/icons/return.png) no-repeat left center;
}


.iv_formheader h3 span
{
    font-size: inherit;
}
.iv_formheader span
{
    font-size: smaller;
}


/* Table Tools */
.TableTools_button
{
    cursor: pointer;
}


/* Simple Modals */

#simplemodal-overlay {
	background-color: #000;
}

#simplemodal-container {
	border: solid 1px #ccc;
	background-color: #fff;	
	padding: 25px 50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

/* Forms */

.iv_form_header {
	font-size: medium;
	font-weight: bold;
	margin-bottom: .75em;	
}

.iv_form_header a {
	float: right;
	font-weight: normal;
	font-size: small;
	margin-left: 20px;	
	padding-left: 20px;
}

.iv_form_header .iv_introduction {
	font-weight: normal;
	font-size: small;	
}

.iv_form {
	border: solid 1px #ccc;
	padding: 10px;
	background-color: #fff;	
	margin-bottom: 10px;
	line-height: 20px;
}

.iv_form .iv_form_line {
	margin-bottom: 20px;
}

.iv_form .iv_label {
	font-weight: bold;
	width: 120px;
	margin-right: 5px;
	white-space: nowrap;
}

.iv_form .iv_form_title {
	font-weight: bold;
	line-height: 16px;	
}

.iv_form input[type=checkbox], .iv_form input[type=radio] {
	width: 15px;
	padding-left: 0;
	margin-left: 0;
	margin-right: 4px;	
}

.iv_form label {
	margin-right: 4px;	
}

.iv_form hr {
	border: 0;
	border-bottom: solid 1px #ccc;
	height: 1px;	
}

.iv_form .iv_validator {
	padding-left: 21px;
	margin-left: 5px;	
	background: transparent url(/DesktopModules/Intevista/img/icons/alert.png) no-repeat left center;
}

.iv_form .iv_help {
	font-size: x-small;
	color: #666;	
}

.iv_date {
	width: 100px;
	text-align: center;	
}

/* Form buttons */



/* Form messages */

div.iv_message_success, div.iv_message_warning, div.iv_message_error {
	padding-left: 21px;
	margin-top: 10px;
}

div.iv_message_success {
	background: transparent url(/DesktopModules/Intevista/img/icons/tick.png) no-repeat left center;
	color: #3e8236;
}

div.iv_message_warning {
	background: transparent url(/DesktopModules/Intevista/img/icons/alert.png) no-repeat left center;
}

div.iv_message_error {
	background: transparent url(/DesktopModules/Intevista/img/icons/cross.png) no-repeat left center;
	color: #cc0000;
}

/* Tables */

table.iv_datatable {
	line-height: 17px;	
}

table.iv_table th, table.iv_datatable th {
	font-weight: bold;
	padding-bottom: 2px;
	border-bottom: solid 1px #ccc;
	line-height: 19px;
	text-align: left;
}

table.iv_datatable td
{
    vertical-align: top;
}

td.iv_icon {
	width: 20px;
}

td.iv_icon img {
	border: 0;	
}

/* Fixes float containers */

.iv_clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}


/* New form styling */
.iv_formheader
{
    padding: 4px;
	z-index: 100;
	background-color: #fafafa;
	border: solid 1px #ccc;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	margin-top: 10px;
}

.iv_formheader h3
{
    margin: 0px;
}

.iv_formcontent
{
    padding: 10px;
	z-index: 100;
	background-color: #ffffff;
	border: solid 1px #ccc;
	border-top: 0px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	margin-bottom: 10px;
}