/*  RESET browser defaults (Eric Meyer Global Reset)*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol,
form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
/*	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;*/
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
ul {
	list-style-type: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
.clearfloat {
	clear:both;
  	height:0;
  	font-size: 1px;
 	line-height: 0px;
}

/* END RESET browser defaults */

@font-face {
    font-family: 'DINNextRound-Regular';
    src: url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Regular.eot');
    src: local('DINNextRound-Regular'), 
         local('DINNextRound-Regular'), 
		 url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Regular.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Regular.woff') format('woff'), 
         url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Regular.ttf') format('truetype'),
         url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Regular.svg#DINNextRound-Regular') format('svg'); 
}

@font-face {
    font-family: 'DINNextRound-Bold';
    src: url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Bold.eot');
    src: local('DINNextRound-Bold'), 
         local('DINNextRound-Bold'), 
		 url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Bold.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Bold.woff') format('woff'), 
         url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Bold.ttf') format('truetype'),
         url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Bold.svg#DINNextRound-Bold') format('svg'); 
}

@font-face {
    font-family: 'DINNextRound-Light';
    src: url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Light.eot');
    src: local('DINNextRound-Light'), 
         local('DINNextRound-Light'), 
		 url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Light.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Light.woff') format('woff'), 
         url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Light.ttf') format('truetype'),
         url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Light.svg#DINNextRound-Light') format('svg'); 
}

@font-face {
    font-family: 'DINNextRound-Medium';
    src: url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Medium.eot');
    src: local('DINNextRound-Medium'), 
         local('DINNextRound-Medium'), 
		 url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Medium.eot?#iefix') format('embedded-opentype'),
		 url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Medium.woff') format('woff'), 
         url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Medium.ttf') format('truetype'),
         url('fonts/DINNEXTROUND/DINNextRoundedLTPro-Medium.svg#DINNextRound-Medium') format('svg'); 
}



/* GLOBAL */

.centered {
	text-align: center;
}

.bold {
	font-family: 'DINNextRound-Bold';
}

a {
	color: #333333;
}

input {
	background-position: 50%;
	background-repeat: repeat-x;
	border: 0;
	border-bottom: 1px solid #999999
}

input:hover {
	border-color: #a7bf32;
	border-bottom: 1px solid #999999;
}

input:focus {
	border-color: #0e518b;
	border-bottom: 1px solid #c53036;
}

select {
	height: 19px;
	line-height: 15px;
	border: 0;
	border-bottom: 1px solid #999999
}

textarea {
	border: 0;
	border-bottom: 1px solid #999999
}

input, select, textarea {
	font-size: 13px !important;
	font-family: 'DINNextRound-Light', Arial, Tahoma, Helvetica, Verdana, sans-serif !important;
	color: #676674 !important;
	letter-spacing: 0.5px;
}

input.checkbox {
	border: 0px;
	background-image: url();
	text-align: left;
	width: 15px !important;
}

br {
	clear: left;
}

html {
	height: 100%;
	
}

html.logged {
	
}

body {	
	color: #333333;
	font-family: 'DINNextRound-Regular', Arial, Tahoma, Helvetica, Verdana, sans-serif;
	font-size: 12px;
	height: 100%;
	background: #282830 url('../images/bg.png') no-repeat center top;
}

body.logged {
	background: #ffffff url('../images/bg-header.jpg') repeat-x left top !important;
}


/* header */
#header {
	float: left;
	width: 100%;
	height: 100px;
	position: relative;
}

#language {
	float: right;
	width: 100px;
	position: absolute;
	top: 25px;
	right: 0;
}

#language ul {
	float: left;
	margin: 0;
	padding: 0;
}

#language ul li {
	float: left;
	width: 35px;
	margin: 0;
	padding: 0;
}

#header .name {
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 10px;
}

#header .commands {
	position: absolute;
	top: 15px;
	right: 10px;
	width: 140px;
	z-index: 999;
}

#header .commands a {
	color: #F5F5F5;
	padding-top: 5px;
	padding-bottom: 5px;
	text-decoration: none;
}

#header .commands a:hover {
	color: #d6863c;
}

#header .commands span.user {
	float: left;
	width: 140px;
	height: 39px;
	padding-top: 46px;
	font-weight: bold;
	font-size: 13px;
	text-align: center;
	text-transform: uppercase;
	color: #a3a3b7;
	position: relative;
}

#header .commands span.user:hover,
#header .commands span.user_selected {
	color: #ffffff;
	cursor: pointer;
}

#header .commands span.user .icon {
	position: absolute;
	top: 8px;
	left: 57px;
	width: 26px;
	height: 31px;
	background: url('../images/bg-header-icons.jpg') no-repeat -116px top;
}

#header .commands span.user:hover .icon,
#header .commands span.user_selected .icon {
	background: url('../images/bg-header-icons.jpg') no-repeat -116px bottom;
}

#header .commands #user-block-wrapper {
	position: absolute;
	top: 77px;
	width: 140px;
	padding-top: 8px;
	background: url('../images/bg-commands-block-arrow.png') no-repeat center top;
	display: none;
}

#header .commands #user-block {
	float: left;
	width: 134px;
	margin-left: 3px;
	background: #e9e9e9;
	border: 1px solid #c7c7c7;
	border-top: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

#header .commands #user-block ul {
	float: left;
	width: 100%;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

#header .commands #user-block ul li {
	float: left;
	width: 100%;
	height: 39px;
	line-height: 39px;
}

#header .commands #user-block ul li a {
	float: left;
	width: 100%;
	height: 100%;
	font-size: 13px;
	text-transform: uppercase;
	color: #828186;
	box-sizing: border-box;
	padding: 0;
	padding-left: 30px;
	position: relative;
}

#header .commands #user-block ul li a:hover {
	background: #dcdcdc;
	color: #2d2d35;
}

#header .commands #user-block ul li a .icon {
	position: absolute;
	top: 13px;
	left: 10px;
	width: 12px;
	height: 12px;
	background: url('../images/bg-commands-icons.jpg') no-repeat left top;
}

#header .commands #user-block ul li a:hover .icon {
	background: url('../images/bg-commands-icons.jpg') no-repeat left bottom;
}

#header .commands #user-block ul li a .icon_logout {
	position: absolute;
	top: 13px;
	left: 10px;
	width: 12px;
	height: 12px;
	background: url('../images/bg-commands-icons.jpg') no-repeat -13px top;
}

#header .commands #user-block ul li a:hover .icon_logout {
	background: url('../images/bg-commands-icons.jpg') no-repeat -13px bottom;
}




#header .commands span.company {
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #272727;
}

#header .commands span.schedule {
	position: relative;
}

#header .commands span #schedule_alert {
	position: absolute;
	right: 0;
	top: -16px;
	width: 20px;
	height: 18px;
	background-color: #d6863c;
	border-radius: 10px 10px 10px 10px;
	color: #FFFFFF;
    font-size: 10px;
	text-align: center;
	line-height: 15px;
	padding-top: 2px;
}

#header .commands span #schedule_alert a {
	text-decoration: none;
	border: 0;
	padding: 0;
	font-size: 10px;
	font-family: 'DINNextRound-Bold';
	color: #FFFFFF;
}

#header .commands span #schedule_alert a:hover {
	color: #FFFFFF;
}

#header .commands span .hidden {
	display: none;
}

#header .commands span.schedule a {
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #272727;
}

#header .commands span.config a {
	padding-left: 9px;
	padding-right: 9px;
	border-left: 1px solid #272727;
}

#header .commands span.logout a {
	padding-left: 9px;
	padding-right: 17px;
	border-left: 1px solid #272727;
}

#header #subbar {
	float: left;
	width: 600px;
	margin-top: 15px;
}

#header #menu {
	float: left;
	width: 100%;
	height: 70px;	
}

#header #menu ul {
	float: left;
	height: 100%;
	margin: 0;
	padding-left: 0;
}

#header #menu ul ul {
	left: -15px;
	top: 75px;
	border-bottom: 1px solid #c7c7c7;
	border: 0;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

#header #menu ul li {
	float: left;
	margin-right: 6px;
	height: 100%;
}

#header #menu ul li a {
	float: left;
	width: 100px;
	height: 100%;
	color: #a3a3b7;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	padding-top: 44px;
	font-size: 13px;
	letter-spacing: 0.5px;
	position: relative;
	box-sizing: border-box;
}

#header #menu ul li a .icon {
	position: absolute;
	top: 10px;
	left: 0;
}

#header #menu ul li.selected a .dot,
#header #menu ul li a.selected .dot,
#header #menu ul li a:hover .dot {
	position: absolute;
	bottom: 0;
	left: 48px;
	width: 4px;
	height: 4px;
	background: url('../images/bg-header-icons.jpg') no-repeat right top !important;
}

#header #menu ul li a .icon_dashboard {
	left: 36px;
	width: 28px;
	height: 28px;
	background: url('../images/bg-header-icons.jpg') no-repeat left -3px;
}

#header #menu ul li.selected a .icon_dashboard,
#header #menu ul li a.selected .icon_dashboard,
#header #menu ul li a:hover .icon_dashboard {	
    background: url('../images/bg-header-icons.jpg') no-repeat left -31px !important;
}

#header #menu ul li a .icon_leads {
	top: 15px;
	left: 36px;
	width: 36px;
	height: 18px;
	background: url('../images/bg-header-icons.jpg') no-repeat -28px -8px;
}

#header #menu ul li.selected a .icon_leads,
#header #menu ul li a.selected .icon_leads,
#header #menu ul li a:hover .icon_leads {	
    background: url('../images/bg-header-icons.jpg') no-repeat -28px -31px !important;
}

#header #menu ul li a .icon_schedule {
	top: 10px;
	left: 36px;
	width: 28px;
	height: 28px;
	background: url('../images/bg-header-icons.jpg') no-repeat -64px -3px;
}

#header #menu ul li.selected a .icon_schedule,
#header #menu ul li a.selected .icon_schedule,
#header #menu ul li a:hover .icon_schedule {	
    background: url('../images/bg-header-icons.jpg') no-repeat -64px -31px !important;
}

#header #menu ul li a .icon_report {
	top: 8px;
	left: 36px;
	width: 24px;
	height: 31px;
	background: url('../images/bg-header-icons.jpg') no-repeat -92px 0;
}

#header #menu ul li.selected a .icon_report,
#header #menu ul li a.selected .icon_report,
#header #menu ul li a:hover .icon_report {	
    background: url('../images/bg-header-icons.jpg') no-repeat -92px -31px !important;
}
	
	
	
	
	
#header #menu ul li.selected a,
#header #menu ul li a.selected,
#header #menu ul li a:hover {	
    color: #FFFFFF;
    text-decoration: none;
}

#header #menu ul li ul {
	width: 130px;
	height: 78px;
	background: transparent url("../images/bg-commands-block-arrow.png") no-repeat scroll center 2px !important;
	border-bottom: 1px solid #c7c7c7;
	padding-top: 10px;
}

#header #menu ul li ul li {
	height: 39px;
}

#header #menu ul li ul li a {
	width: 100%;
	color: #828186;
	background-color: #e9e9e9;
	text-align: left;
	padding: 0 0 0 30px;
	font-size: 13px !important;
	height: 39px;
	line-height: 39px;
	border-left: 1px solid #c7c7c7;
	border-right: 1px solid #c7c7c7;
}

#header #menu ul li ul li a:hover {
	color: #2d2d35 !important;
	background-color: #dcdcdc !important;
}



#container-wrapper {
	float: left;
	width: 100%;
	background: url('../images/bg-login.png') repeat-y center top;
}

.logged #container-wrapper {
	background: url();
}

#container {
	width: 1000px;
	margin: 0 auto;
}


/* subcontainer */
#container #subcontainer {
	float: left;
	width: 100%;
	padding-bottom: 30px;
}

#container #subcontainer #mainerror {
	height: 150px;
	padding-top: 120px;
	padding-bottom: 40px;
	font-size: 12px;
	text-align: center;
}

#container #subcontainer #mainerror .content {
	padding-bottom: 40px;
	padding-left: 15px;
}

#container #subcontainer .top {
	float: left;
	width: 100%;
	height: 0px;
	z-index: 10;
	position: relative;
}

#container #subcontainer .top .menu {
	float: right;
	width: 600px;
	margin-top: -23px;
	margin-bottom: 15px;
	z-index: 10;
	position: relative;
}

#container #subcontainer .top .menu .option {
	float: right;
	width: 80px;
}

#container #subcontainer .top .menu .option .content {
	text-align: center;
}

#container #subcontainer .top .menu .option .content a {
	float: left;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center top;
	cursor: pointer;
	color: #69be73;
	text-decoration: none;
	font-family: 'DINNextRound-Bold';
	text-align: center;
	display: block;
	padding-top: 48px;
}

#container #subcontainer .center {
	float: left;
	width: 100%;
}


#container #subcontainer .center #content {
	margin-top: 35px;
}

#container #subcontainer .center #error {
	float: left;
	width: 1000px;
	height: 32px;
	margin: 5px 0;
	padding: 8px 0 3px 40px;
	font-family: 'DINNextRound-Regular';
	font-size: 13px;
	color: #f8baae;
	z-index: 1;
	position: relative;
	background: url("../images/icon_alert.png") no-repeat scroll 2px 0 #c62f36;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	box-sizing: border-box;
}

#container #subcontainer .center #ok {
	float: left;
	width: 1000px;
	height: 32px;
	margin: 5px 0;
	padding: 8px 0 3px 40px;
	font-family: 'DINNextRound-Regular';
	font-size: 13px;
	letter-spacing: 0.5px;
	color: #548b2d;
	z-index: 1;
	position: relative;
	background: url("../images/icon_success.png") no-repeat scroll 2px 0 #c5e1a4;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
	box-sizing: border-box;
}

#container #subcontainer .center #info {
	float: left;
	width: 940px;
	height: 21px;
	margin-top: 5px;
	padding: 9px 0 4px 50px;
	font-family: 'DINNextRound-Bold';
	color: #444444;
	z-index: 1;
	position: relative;
	background: url("../images/icon_info.png") no-repeat scroll 2px 0 #DDE9F7;
    border: 1px solid #50B0EC;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}


/* footer */
#footer {
	float: left;
	width: 100%;
	height: 100px;
	line-height: 100px;
	background: #2d2d35;
	color: #ffffff;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.5px;
}

#footer .footer-content {
	margin: 0 auto;
	width: 1000px;
	box-sizing: border-box;
	padding: 0 10px;
}

#footer .footer-content .copyright {
	float: left;
	width: 50%;
	position: relative;
}

#footer .footer-content .developed {
	float: left;
	width: 50%;
	text-align: right;
	position: relative;
}




#foot {
	float: left;
	width: 100%;
	padding-top: 0;
	padding-bottom: 20px;
	text-align: center;
	position: relative;
	color: #ffffff;
	font-family: 'DINNextRound-Light';
	text-transform: uppercase;
	font-size: 11px;
	line-height: 23px;
}

#foot a {
	text-decoration: none;
}

#foot a:hover {
	text-decoration: underline;
}

#foot img {
	margin-left: 3px;
}

#foot .footmenu {
	position: absolute;
	top: 5px;
}

#foot .footmenu ul {
	padding-left: 0;
}

#foot .footmenu ul li {
	float: left;
}

#foot .footmenu ul li a {
	text-decoration: none;
	padding-left: 5px;
	padding-right: 5px;
}

#foot .footmenu ul li a.home {
	padding-left: 0;
}



#foot .footmenu ul li a:hover,
#foot .footmenu ul li a.exclusive {
	color: #D6863C;
}




/* GLOBAL */
.block {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
    margin-bottom: 30px;
}

.block .title {
	width: 100%;
	height: 28px;
	font-family: 'DINNextRound-Bold';
	margin-bottom: 20px;
}

.block .title a {
	width: 100%;
	height: 20px;
	padding-left: 15px;
	padding-top: 4px;
	color: #333333;
    font-size: 16px;
}

.block .foot {
	width: 100%;
	height: 7px;
}

.block .foot a {
	width: 100%;
	height: 100%;
	display: block;
}


.block .content {
	padding-top: 30px;
	color: #999999;
	margin-left: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
}

.block .content input {
	width: 114px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
}

.block .content textarea,
.block .content select,
.block .content input {
	color: #000000;
}


.block .content input.button {
	width: 94px;
}

.block .content label {
	float: left;
	width: 160px;
	height: 28px;
	color: #d6863c;
	font-family: 'DINNextRound-Bold';
	text-align: right;
	padding-right: 10px;
	padding-top: 4px;
}

.block .content .buttons {
	width: 100%;
	margin-top: 50px;
}

.block .content input.button_medium {
	border: 1px solid #b4b4b4;
	width: 135px;
	height: 30px;	
	color: #666666;
	font-size: 11px;
	font-family: 'DINNextRound-Regular', Arial;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.block .content input.button_medium:hover {
	color: #ffffff;
}


.block .content input.button_add {
	width: 120px;
	height: 25px;	
	color: #ffffff !important;
	border: 0;
	background: #c62f36;
	font-size: 12px;
	font-family: 'DINNextRound-Regular', Arial !important;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}
.block .content input.button_add:hover {
	background: #2D2D35;
}


.block .content input.button_small {
	width: 120px;
	height: 34px;	
	color: #ffffff !important;
	border: 0;
	background: #807f91;
	font-size: 12px;
	font-family: 'DINNextRound-Regular', Arial !important;
	cursor: pointer;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-transform: uppercase;
}
.block .content input.button_small:hover {
	background: #696876;
}

.block .content input.button_small_back {
	padding-left: 30px !important;
	background: #807f91 url('../images/bg-buttons-icon-back.png') no-repeat 15px 5px;
}

.block .content input.button_small_back:hover {
	background: #696876 url('../images/bg-buttons-icon-back.png') no-repeat 15px 5px;
}

.block .content input.button_small_save {
	padding-left: 30px !important;
	background: #807f91 url('../images/bg-buttons-icon-save.png') no-repeat 15px 7px;
}

.block .content input.button_small_save:hover {
	background: #696876 url('../images/bg-buttons-icon-save.png') no-repeat 15px 7px;
}


.block .content input.button_smallest {
	border: 1px solid #b4b4b4;
	width: 55px;
	height: 30px;
	
	color: #666666;
	font-size: 11px;
	font-family: 'DINNextRound-Regular', Arial;
	cursor: pointer;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.block .content input.button_smallest:hover {
	color: #ffffff;
}

.block .content .introtext {
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	line-height: 20px;
	color: #333333;
	margin-bottom: 20px;
}

.block .content .highlight,
.block .content .highlight a {
	color: #D6863C;
}

.text_red {
	color: #c31a00;
}

.upper {
	text-transform: uppercase;
}

.right {
	text-align: right;
}



/* LOGIN */
#login {
	width: 700px;
	margin: 0 auto;
	padding: 150px;
}

#login .title {
	display: none;
}

#login .content label,
#register .content label {
	width: 120px;
	color: #999999;
	font-size: 14px;
	padding-top: 6px;
	padding-right: 20px;
	display: none;
}

#login .content,
#register .content {
	margin: 0 auto;
	width: 250px;
}

#login .content input.text,
#register .content input.text {
	margin: 0 auto 30px;
	width: 215px;
	height: 18px;
	font-size: 16px !important;
	padding-top: 5px;
	padding-bottom: 5px;
	background: transparent url('../images/bg-login-username.jpg') no-repeat 5px 4px;
	border: 0;
	border-bottom: 1px solid #4c4c58;
	font-family: 'DINNextRound-Light', Arial;
	color: #ffffff !important;
	padding-left: 35px;
}

#login .content input#password {
	background: transparent url('../images/bg-login-password.jpg') no-repeat 5px top;
}

#login .content .buttons,
#register .content .buttons {
	padding-top: 20px;
	padding-bottom: 20px;
}

#login .content .buttons input:hover ,
#register .content .buttons input:hover {
	opacity: 0.7;
}

#login .content .buttons .button_submit {
	width: 250px;
	height: 40px;
	line-height: 40px;
	background: #dd3333;
	border-radius: 5px;
	border: 0;
	color: #ffffff !important;
	font-family: 'DINNextRound-Medium', Arial !important;
	font-size: 17px !important;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	cursor: pointer;
}

#login .content .buttons .button_register {
	display: none;
}

#login .content .buttons .button_forgot,
#login .content .buttons .button_back {
	background: transparent;
	border: 0;
	text-transform: uppercase;
	color: #dd3333 !important;
	font-family: 'DINNextRound-Medium', Arial;
	margin-top: 30px;
	font-size: 13px !important;
	cursor: pointer;
}

#register .content input#security_code {
	width: 180px;
}

#captcha {
	float: right;
	margin-right: 75px;
}


#logout {
	width: 700px;
	margin: 0 auto;
	padding: 150px;
}

#logout .title {
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 30px;
}

#logout .title a {
	color: #C52E37;
	font-size: 20px;
}

#logout .content {
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	font-size: 16px;
}




/* TABS */
#objectview #tabs {
	border: 0;
	background-color: transparent;
}

#objectview #tabs > div {
	background-color: #ffffff;
}


#objectview #tabs .ui-tabs-nav {
	border: 0;
	background: url('') transparent;
	padding-left: 0;
	border-radius: 0;
}

#objectview #tabs .ui-tabs-nav li {
	width: 100px;
	height: 30px;
	margin: 0 10px;
	background: url();
	border: 0 !important;
	margin-bottom: 10px;
	text-align: center;
}

#objectview #tabs .ui-tabs-nav li a {
	width: inherit;
	height: 100%;
	border: 0 !important;
	padding: 0;
	text-transform: uppercase;
	font-family: 'DINNextRound-Regular';
	color: #676674;
}

#objectview #tabs .ui-tabs-nav a:hover {
	text-decoration: none;
}

#objectview #tabs .ui-tabs-nav li.ui-tabs-selected {
	padding-bottom: 0px;
}

#objectview #tabs .ui-tabs-nav li.ui-state-hover a,
#objectview #tabs .ui-tabs-nav li.ui-tabs-active a {
	background: #ffffff;
	font-family: 'DINNextRound-Bold';
	border-bottom: 2px solid #c52e35 !important;
	color: #2d2d35;
}


#objectview #tabs .ui-tabs-panel {
	border: 0;
}



/* OBJECT LIST */

#objectlist {
	float: left;
	width: 990px;
	margin-top: 0px;
}

#objectlist .title {
	width: 986px;
}

#objectlist .title a {
	width: 985px;
	text-transform: uppercase;
}

#objectlist .content {
	padding: 10px;
	position: relative;
}

#objectlist .content a:hover {
	text-decoration: underline;
}

#objectlist .foot {
	width: 200px;
}

#objectlist .content table.object_list {
	width: 100%;
}

#objectlist .content table.info {
	border: 0;
	background-color: transparent;
	margin-bottom: 30px;
}

#objectlist .content table.object_list td.col_filter {
	text-align: right;
	color: #000000;
}

#objectlist .content table.object_list td.col_filter select {
	width: 180px; 
	margin-left: 20px;
	font-size: 11px;
	padding: 2px;
	height: 22px;
}

#objectlist .content table.object_list td.col_filter input {
	width: 180px;
	font-size: 11px;
	padding: 2px;
	padding-left: 5px;
	padding-right: 5px;
	height: 16px;
}

#objectlist .content table.record_list {
	border-top: 1px solid #e0e0e0;
	padding-top: 30px;
}

#objectlist .content table.object_list .header a {
	color: #000000;
	font-size: 13px;
	text-transform: uppercase;
	text-decoration: none;
	padding: 10px 5px;
	display: block;
}

#objectlist .content table.object_list .header a:hover {
	text-decoration: underline;
}

#objectlist .content table.object_list tr.row:hover {
	background-color: #f3f3f3;
}

#objectlist .content table.object_list .data {
	vertical-align: middle;
	font-size: 13px;
	color: #676674;
}

#objectlist .content table.object_list .datadelete {
	width: 60px;
	text-align: center;
	border-bottom: 1px solid #e1e1e1;
}

#objectlist .content table.object_list .data a {
	color: #676674;
	text-decoration: none;
	font-family: 'DINNextRound-Light';
	font-size: 13px;
	display: block;
	padding: 10px 5px;
}

#objectlist .content table.object_list .data a.editcontent {
	cursor: pointer;
	float: left;
	width: 16px;
	height: 16px;
	background: url('../images/bg-buttons-record.png') no-repeat left 5px;
	padding: 0;
}

#objectlist .content table.object_list .data a.editcontent:hover {
	background: url('../images/bg-buttons-record.png') no-repeat left -11px;
}

#objectlist .content table.object_list .data a.deletecontent {
	cursor: pointer;
	float: left;
	width: 16px;
	height: 16px;
	background: url('../images/bg-buttons-record.png') no-repeat right top;
	padding: 0;
	margin-left: 15px;
}

#objectlist .content table.object_list .data a.deletecontent:hover {
	background: url('../images/bg-buttons-record.png') no-repeat right bottom;
}

#objectlist .content table.object_list .data a.datatitle {
	padding-left: 3px;
}

#objectlist .content table.object_list .col_text {
	width: 16%;
	color: #333333;
	font-family: 'DINNextRound-Medium';
	font-size: 16px;
	line-height: 25px;
	vertical-align: bottom;
	text-transform: uppercase;
}

#objectlist .content table.object_list .deleted {
	background-color: #dcdcdc;
}

#objectlist .content .pager {
	text-align: center;
	margin-top: 50px;
}

#objectlist .content .pager span.selectedpage {
	padding: 7px 10px 6px;
	color: #FFFFFF;
	font-family: 'DINNextRound-Regular';
	font-size: 14px;
    line-height: 22px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 0;
	margin-left: 1px;
	margin-right: 1px;
	background: #696876;
}

#objectlist .content .pager a.page {
	padding: 7px 10px 6px;
	color: #FFFFFF;
	font-family: 'DINNextRound-Regular';
	font-size: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-decoration: none;
	margin-left: 2px;
	margin-right: 2px;
	background: #8f8e9a;
	margin: 0 1px;
	text-align: center;
}

#objectlist .content .pager a.page:hover {
	background-color: #696876;
}

#objectlist .content .pager a.arrow {
	text-decoration: none;
	color: #0e518b;
}

#objectlist .content .pager .leftarrow {
	margin-right: 10px;
	position: relative;
}

#objectlist .content .pager .rightarrow {
	position: relative;
}

#objectlist .content .pager .rightarrow a,
#objectlist .content .pager .leftarrow a {
	padding: 7px 10px 6px;
	background: #8f8e9a;
	margin-left: 10px;
	color: #ffffff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'DINNextRound-Regular';
	font-size: 14px;
}

#objectlist .content .pager .rightarrow a:hover,
#objectlist .content .pager .leftarrow a:hover {
	background: #696876;
}




/* OBJECT VIEW */

#objectview {
	float: left;
	width: 820px;
	margin-top: 0px;
	margin-bottom: 30px;
}

#objectview .title {
	width: 100%;
}

#objectview .title a {
	width: 100%;
}

#objectview .content {
	position: relative;
	padding: 10px;
}

#objectview .content a {
	width: 180px;
	padding-left: 10px;
	text-decoration: none;
	margin-bottom: 30px;
/*	color: #7daf3e;*/
	display: block;
	overflow: hidden;
}

#objectview .content a:hover {
	text-decoration: underline;
}


#objectview .content .users {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #e0e0e0;
}

#objectview .content legend {
	font-size: 12px;
	color: #7daf3e;
	text-transform: uppercase;
}

#objectview .content table.user_view {
	color: #4d4d4d;
	font-size: 11px;
	line-height: 16px;
}

#objectview .content table.user_view .created_field,
#objectview .content table.user_view .updated_field {
	width: 15%;
	text-align: right;
	padding-top: 3px;
	text-transform: uppercase;
}

#objectview .content table.user_view .created_data,
#objectview .content table.user_view .updated_data {
	padding-left: 20px;
	padding-top: 3px;
	color: #c52e35;
	font-size: 13px;
	font-family: 'DINNextRound-Light', Arial, Verdana;
}

#objectview .content table.object_view {
	width: 100%;
}

#objectview .content table.object_view_double {
	width: 50%;
	float: left;
}

#objectview .content table.object_view tr {
	height: 45px;
}

#objectview .content table.object_view td {

}

#objectview .content table.object_view .col_field {
	width: 130px;
	height: 13px;
	color: #2d2d35;
	vertical-align: middle;
	font-size: 13px;
	font-family: 'DINNextRound-Regular', Arial, Verdana;
}

#objectview .content table.object_view .col_field_confirmed div {
	text-decoration: line-through;
}

#objectview .content table.object_view .col_field_confirmed span {
	color: #000000;
	font-family: 'DINNextRound-Medium', Arial, Verdana;
	font-size: 14px;
	text-transform: uppercase;
}

#objectview .content table.object_view .col_data {
	color: #676674;
	height: 13px;
	vertical-align: middle;
	font-size: 13px;
	font-family: 'DINNextRound-Light', Arial, Verdana;
}

#objectview .content table.object_view .col_data a {
	color: #0e518b;
	text-decoration: none;
}

#objectview .content table.object_view .col_data a.object_link {
	padding: 0;
	position: relative;
	top: 15px;
	color: #C62F36;
}

#objectview .content table.object_view .col_data a.object_link:hover {
	color: #000000;
	text-decoration: none;
}

#objectview .content table.object_view .col_data img {
	position: absolute;
}

#objectview .content table.object_view .col_data a:hover {
	text-decoration: underline;
}

#objectview .content table.object_view .col_data input {
	width: 597px;
	height: 16px;
	padding-top: 4px;
	padding-left: 4px;
	padding-right: 4px;
}

#objectview .content table.object_view .col_data_double {
	width: 229px;
}

#objectview .content table.object_view .col_data_double input {
	width: 215px;
}

#objectview .content table.object_view .col_data_double input.date {
	width: 278px;
}

#objectview .content table.object_view .col_data_double label {
	height: auto;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
}

#objectview .content table.object_view .col_data select {
	width: 606px;
	font-size: 11px;
	height: 24px !important;
	line-height: 20px !important;
	padding-top: 4px !important;
	font-family: 'DINNextRound-Regular', Arial, Verdana;
}

#objectview .content table.object_view .col_data_double select {
	width: 223px;
}

#objectview .content table.object_view .col_data textarea {
	width: 598px;
	padding: 4px;
	font-size: 11px;
	font-family: 'DINNextRound-Regular', Arial, Verdana;
}

#objectview .content table.object_view .col_data .norecords,
#objectview .content table.user_list .col_data .norecords {
	width: 100%;
	font-family: 'DINNextRound-Light', Arial, Verdana;
	text-transform: none;
	text-decoration: none;
	color: #969698;
	padding: 0;
}

#objectview .content .info {
	padding-top: 30px;
	font-size: 10px;
	font-family: 'DINNextRound-Bold';
	color: #333333;
}


#objectbuttons {
	float: right;
	width: 150px;
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: 0;	
	padding-left: 13px;
	border-left: 1px solid #e0e0e0;
}

#objectbuttons .title {
	width: 100%;
	margin-bottom: 0;
}

#objectbuttons .title a {
	width: 100%;
}

#objectbuttons .content {
	float: left;
	width: 100%;
	padding-top: 20px;
	box-sizing: border-box;
}

#objectbuttons .content a {
	float: left;
	width: 100%;
	height: 50px;
	line-height: 40px;
	text-decoration: none;
	text-transform: uppercase;
	color: #807f91;
	cursor: pointer;
	padding-left: 30px;
	box-sizing: border-box;
	position: relative;
}

#objectbuttons .content a .icon {
	position: absolute;
	top: 8px;
	left: 0;
	width: 25px;
	height: 23px;
	background: url('../images/bg-configuration-icons.png') no-repeat -38px top;
}

#objectbuttons .content a:hover .icon,
#objectbuttons .content a.selected .icon {
	background: url('../images/bg-configuration-icons.png') no-repeat -38px bottom;
}

#objectbuttons .content a .icon_users {
	width: 18px;
	height: 23px;
	background: url('../images/bg-configuration-icons.png') no-repeat left top;
}

#objectbuttons .content a:hover .icon_users,
#objectbuttons .content a.selected .icon_users {
	background: url('../images/bg-configuration-icons.png') no-repeat left bottom;
}

#objectbuttons .content a .icon_lead_status {
	width: 20px;
	height: 21px;
	background: url('../images/bg-configuration-icons.png') no-repeat -18px top;
}

#objectbuttons .content a:hover .icon_lead_status,
#objectbuttons .content a.selected .icon_lead_status {
	background: url('../images/bg-configuration-icons.png') no-repeat -18px -23px;
}

#objectbuttons .content a .label {
	color: #807f91;
	font-size: 13px;
}

#objectbuttons .content a:hover .label,
#objectbuttons .content a.selected .label {
	color: #dd3431;
}



/* FULL CALENDAR */
a.fc-event:hover {
	text-decoration: none !important;
	color: #333333 !important;
}

a.fc-event:hover .fc-event-inner {
	color: #333333 !important;
}

.fc-head-container,
.fc-widget-header {
	border: 0 !important;
	height: 30px;
	text-transform: uppercase;
	color: #2c2d35;
	font-size: 13px;
}

.fc-day {
	border-color: #c0becc;
}

.fc-today {	
	background: #f3f3f3 !important;
}	

.fc-event-container .fc-content {
	padding: 5px 0;
}

.fc .fc-button-group .fc-prev-button,
.fc .fc-button-group .fc-next-button {
	width: 33px;
	height: 34px;
}

.fc .fc-button-group > * {
	border: 0;
	background: #7f7f8b url();
	color: #ffffff;
	margin: 0 1px 0 0 !important;
	text-shadow: none !important;
	font-family: 'DINNextRound-Regular';
	font-size: 13px;
}

.fc .fc-toolbar > * > .fc-today-button,
#button_add {
	height: 34px;
	border: 0;
	background: #7f7f8b;
	color: #ffffff;
	padding: 0 10px;
}

#button_add {
	width: 70px;
	position: absolute;
	top: 10px;
	left: 140px;
	border-radius: 3px;
	line-height: 34px;
	cursor: pointer;
	background: #c62f36;
	text-align: center;
}

#button_add a {
	color: #ffffff;
	padding: 0;
	margin: 0;
	display: block;
	height: 100%;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 13px;
}

#button_add a:hover {
	text-decoration: none !important;
}

#button_add:hover {
	background: #696876;
}

.fc .fc-toolbar > * > .fc-state-disabled {
	background: #b3b4b9;
	color: #333333;
}

.fc .fc-button-group > *:hover {
	background: #696876 !important;
}

.fc .fc-button-group .fc-button {
	height: 34px;
}

.fc-state-default {
	text-shadow: none !important;
}

.fc-toolbar {
	margin-bottom: 30px !important;
}

.fc-toolbar h2 {
	color: #2c2d35;
	text-transform: uppercase;
}



/* DATE PICKER */
#ui-datepicker-div {
	border-radius: 0;
	border-color: #c7c7c7;
	z-index: 999 !important;
}

.ui-datepicker-header {
	border: 0;
	background: url();
}

.ui-datepicker-month {
	text-transform: uppercase;
	color: #2c2d35;
}

.ui-datepicker th {
	text-transform: uppercase;
	color: #a7a5b0;
	font-weight: normal;
	font-size: 11px;
}

.ui-datepicker-calendar .ui-state-default {
	border: 0;
	background: url();
}

.ui-datepicker-calendar .ui-state-highlight,
.ui-datepicker-calendar .ui-state-active {
	background: #a5a6ab;
	color: #ffffff;
}

.ui-datepicker-calendar .ui-state-hover {
	background: #696876;
	color: #ffffff;
}

.ui-timepicker-div dl dt {
	font-size: 11px;
	color: #807f91;
}

.ui-datepicker .ui-datepicker-buttonpane button {
	background: #c62f36 none repeat scroll 0 0;
	color: #ffffff;
	font-size: 11px;
	text-transform: uppercase;
	border-radius: 3px;
	border: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button:hover {
	background: #2d2d35;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	background: url();
	border: 0;
	cursor: pointer;
}


/* MODAL */
.ui-dialog {
	border-radius: 0;
	border: 0;
	font-family: 'DINNextRound-Light' !important;
}


.ui-dialog .ui-dialog-title {
	width: 100%;
	font-family: 'DINNextRound-Medium' !important;
}

.ui-dialog-titlebar {
	border-radius: 0;
	background: url();
	border: 0;
	text-transform: uppercase;
	text-align: center;
}

.ui-dialog-content {
	text-transform: uppercase;
	text-align: center;
	color: #696878;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	line-height: 24px;
}

.ui-dialog-buttonpane {
	border: 0;
}

.ui-dialog .ui-dialog-buttonpane button {
	border: 0;
	background: #696876 url();
	color: #ffffff;
	text-transform: uppercase;
	border-radius: 2px;
}

.ui-dialog .ui-dialog-buttonpane button:hover {
	opacity: 0.7;
}

.ui-widget {
	font-family: 'DINNextRound-Regular';
}

.ui-widget-header .ui-dialog-titlebar-close {
	border: 0 !important;
	background: transparent url('../images/bg-modal-close.jpg') no-repeat center center !important;
}

.ui-widget-header .ui-dialog-titlebar-close:hover {
	opacity: 0.7;
}

.ui-widget-header .ui-dialog-titlebar-close span {
	background: url() !important;
}
