
* {
	margin:0;
	padding:0;
}

/** General Style Info **/
html{
}

body {
	font-family:helvetica,arial,sans-serif;
	font-size:90%;
	margin: 0;
}
a {
	color: #73462F;
	text-decoration: none;
	font-weight: normal;
}
a:hover {
	color: black;
	text-decoration:none;
}

table {
	border-collapse: collapse;
}
table tr td {
	vertical-align:top;
}

h3 {
	color: #666666;
}

#logo {
    position: absolute;
    float: left;
    top: 10px;
	left:10px;
    width: 25px;
    height: 25px;
    background-image: url("/theme/CRM/img/crm.icon.png");
    background-size: 25px;
	background-repeat: no-repeat;
	z-index:99;
	display:none;
}

/* Layout NEW */
.container {
	background-image: -webkit-linear-gradient(top left, white 0%, #D7D7D7 100%); 
	background-image: -moz-linear-gradient(right bottom, white 0%, #D7D7D7 100%); 
	background-image: -o-linear-gradient(white 0%, #D7D7D7 100%); 
	background-image: linear-gradient(white 0%, #D7D7D7 100%);
	height:100vh;
	width:100%;
	display: table;
}
.left-column { 
	border: 1px solid #A4A4A4; 
	padding: .5em; 
	margin: .5em; 
	background-color:white;
}
.right-column {
	margin: .5em; 
}
.columns-container {
	margin-top:5px;
}
.nav-home {
}
.navbar {
	z-index:99;
}
.page-home tr td:first-child {
	display:none;
}


@media screen and (min-width: 47.5em ) {
	.page-home tr td:first-child {
		display:block;
	}
	.columns-container {
		float: left;
		width: calc(100% - 19em);
	}
	.left-column {
		width: 15.75em;
		margin-right: -19.3em;
		float: left;
	}
	.right-column {
		margin-left: 18em;
		float: left;
		width: 100%;
	}
	.history tr td:last-child {
		display:block;
	}
	.nav-home {
		padding-left:45px;
		display:block;
	}
	#logo {
		display: block;
	}
}


/* Content */
#title {
	font-size:20px;
	color: #666666;
	float: left;
	margin-bottom: -37px;
	background-color: #eee;
	width: calc(100% - 18px);
	padding: 8px;
	font-family: Montserrat,sans-serif;
	border: 1px #A4A4A4 solid;
}

/** Menu **/
.menu {
	margin-bottom:20px;  
}
.menu h3 {
	color: #666666;
	font-size: 100%;
	font-weight: normal;
	border-bottom: 1px silver solid;
	padding:10px;
	margin-bottom:0.5em;
	font-family: Montserrat,sans-serif;
}
.menu ol {
	padding-bottom:15px
}
.menu ol li {
	margin: 0px 12px;
	padding-left: 20px;
	margin-left: 2px;
	list-style: none;
	white-space: nowrap;
}
.menu ol li a {
	white-space: nowrap;
}

/* List */
.list {
	width:100%;
	margin-bottom:10px;
	margin-top:10px;
	color:#666666;
	border: 1px silver solid;
	box-shadow: 3px 3px 10px 1px silver;
	overflow-x: auto;
	display:block;
}
.list tr {
	vertical-align:top;
	height:25px;
}
.list tr:hover {
	background-color:#F6F6F6;
}
.list tr td p {
	margin:0px;
}
.list tr td {
	vertical-align:middle;
}
.list tr td span {
	display:block;
	padding-left:8px;
	padding-right:8px;
	white-space:nowrap;
}
.list tr td input {
	clear: both;
	font-size: 85%;
	padding: 2px;
	padding-left:8px;
	width:100%;
	border:0px;
	background-color:transparent;
	color:#666666;
}
.list tr th {
	text-align:left;
	padding:8px;
	padding-bottom: 6px;
	padding-top: 6px;
}
.list tr th a {
	color:#666666;
	text-decoration:none;
	font-weight:bold;
}
.list tr th:hover a {
	color:black;
}
.list-spacer {
	width:255px;
}
tr.list-break-1 {
	height:10px;
}
tr.list-break-2 {
	height:10px;
}
.list-break-1 td {
	border-bottom: 1px dotted silver;
}
.list-index  {
	border-bottom:1px #E1DEDE solid;
}
.list-index  a {
	color:#2D4C8B;
	font-weight:bold;
	text-decoration:none;
}
.list-index  a:hover {
	color:black;
}

.list label {
	color: #666666;
}
.list-button {
	text-transform:uppercase;
}
.list-view {
	padding:10px;
	color:#666666;
	border: 1px #A4A4A4 solid;
	box-shadow: 3px 3px 10px 1px silver;
	margin-top:4px;
	background-color:white;
}
.list-view  table {
	width:100%;
}
.list-view  table tr td {
	padding:3px;
}
.list-view  table tr td:first-child {
	width:15%;
}
.list-edit {
	padding:10px;
	color:#666666;
	border: 1px #A4A4A4 solid;
	box-shadow: 3px 3px 10px 1px silver;
	background-color:white;
}
.list-edit  table {
	width:100%;
}
.list-button-clipzone {
	position:relative;
	width:18px;
	height:18px;
	overflow:hidden;
	float:right;
	background-color: #666666;
	margin-left: 6px;
	padding: 2px;
	border-radius: 3px;
}
.list-button-clipzone a img {
	margin:3px;
}
.list-button-edit, .list-button-delete {
}
.list-button-edit img {
	position:absolute;
	clip: rect(72px, 18px, 88px, 0px);
	top: -72px;
	left: 1px;
}
.list-button-delete img {
	position:absolute;
	clip: rect(0px, 472px, 18px, 455px);
	top: 0px;
	left: -455px;
}

.list-footer {
	width:100%;
	margin-top:17px;
}

/** history **/

.history {
	width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 20px;
}
.history tr td:last-child {
	display:none;
}
.history div {
	text-align:right;
	padding-right: 6px;
	color: #666666;
}

/** Notes **/
.notes {
	box-shadow: 2px 2px 10px silver;
	background-color:none;
	border: 1px #A4A4A4 solid;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom:10px;
	width:100%;
	margin-top: 50px;
	color:#666666;
}
.notes tr td:first-child{
	border: 0px;
	background-color:white;
}
.notes tr td{
	border: 0px;
	background-color:white;
	padding:4px;
	padding-left:16px;
	padding-right:16px;
}

/** Paging **/
.paging {
	color: #ccc;
	margin-top: 1em;
	clear:both;
}
.paging .current,
.paging .disabled,
.paging a {
	text-decoration: none;
	padding: 5px 8px;
	display: inline-block
}
.paging > span {
	display: inline-block;
	border: 0px;
	border-left: 0;
}
.paging > span:hover {
	background: #efefef;
}
.paging .prev {
	border-left: 0px solid #ccc;
	-moz-border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	border-radius: 4px 0 0 4px;
}
.paging .next {
	-moz-border-radius: 0 4px 4px 0;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
}
.paging .disabled {
	color: #ddd;
}
.paging .disabled:hover {
	background: transparent;
}
.paging .current {
	background: #efefef;
	color: #c73e14;
}

/* Breadcrump */
.breadcrumb {
  padding: 8px 15px;
  margin: 0 0 20px;
  list-style: none;
  background-color: #f5f5f5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
	font-family: Montserrat,sans-serif;
	font-size: 13px;
	border: 1px solid #A4A4A4;
}

.breadcrumb > li {
  display: inline-block;
  *display: inline;
  text-shadow: 0 1px 0 #ffffff;
  *zoom: 1;
}

.breadcrumb > li > .divider {
  padding: 0 5px;
  color: #666666;
}

.breadcrumb > .active {
  color: #666666;
}

/* Link-Button */
.button {
	padding: 4px 8px;
	border: 1px solid #73462F;
	border-radius: 0px;
	text-decoration: none;
	min-width: 0px;
	margin-right: 1px;
	color: white;
	font-family: Montserrat,sans-serif;
	background-color: #73462F;
	font-size: 12px;
	text-transform: uppercase;
}
a.button:hover {
	background: #ededed;
	border-color: #73462F;
	text-decoration: none;
}

/* Link-Button-Left */
.button-left {
	font-size:16px;
	font-family:calibri;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	background-color:#2D4C8B;
	border: 1px #2D4C8B solid;
	padding: 5px;
	display:block;
	text-align:center;
}
a.button-left:link, a.button-left:visited {
	color:white;
}
a.button-left:hover {
	font-size:16px;
	font-family:calibri;
	text-transform:uppercase;
	color:#2D4C8B;
	background-color:white;
	font-weight:bold;
}
input[type=submit].button-left {
	width:100%;
	font-size:16px;
	font-family:calibri;
	text-transform:uppercase;
	text-decoration:none;
	color:white;
	background-color:#2D4C8B;
	border: 1px #2D4C8B solid;
	padding: 5px;
	display:block;
	text-align:center;
}
input[type=submit]:hover.button-left {
	font-size:16px;
	font-family:calibri;
	text-transform:uppercase;
	color:#2D4C8B;
	background-color:white;
	font-weight:bold;
}

/* List-Form */
.list-tooltip {
	border: 1px silver solid;
	padding: 15px;
	background-color: #F3F3F3;
	font-style: italic;
	color: #666666;
}
.list-label {
	width:235px;	
	padding:10px;
	padding-top:16px;
	color:#666666;
	text-align:right;
}
.list-input {
	padding:10px;
	padding-left:0px;
}
.list-input p {
	margin: 0px;
}
.list-input input {
	width:100%;
	font-size:16px;
	font-family:Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;;
	color:#666666;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px silver solid;
}
.list-input input:focus, .list-input select:focus {
	border-color: #73462F;
	box-shadow: 0 0 10px #73462F;
}
.list-input input[type=checkbox] {
	width:auto;
	font-size:16px;
	font-family:calibri;
	color:#666666;
	padding: 4px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px silver solid;
}
.list-input input[readonly=readonly]  {
    background-color: #eee;
	cursor:not-allowed;
}
.list-search-outer {
	position: relative;
}
.list-search {
	display: block;
	position: absolute;
	top: 8px;
	right: 40px;
}
.checkbox label {
	padding-left:10px;
}
.list-input input[type=submit] {
	padding: 4px 8px;
	border: 1px solid #73462F;
	border-radius: 0px;
	text-decoration: none;
	min-width: 0px;
	margin-right: 1px;
	color: white;
	font-family: Montserrat,sans-serif;
	background-color: #73462F;
	font-size: 12px;
	text-transform: uppercase;
	width:auto;
}
.list-input input[type=submit]:hover {
	background: #ededed;
	border-color: #73462F;
	text-decoration: none;
	color:black;
}
.list-input textarea {
	width:99%;
	font-size:16px;
	font-family:calibri;
	color:#666666;
	padding: 4px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border: 1px silver solid;	
}
.list-input select {
	font-size:16px;
	font-family:calibri;
	color:#666666;
	padding: 4px;
	border-radius: 3px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: 1px silver solid;
}
.input-search {
	width:204px;
	font-size:16px;
	font-family:calibri;
	margin-bottom:10px;
}
.control-group-checkbox {
	padding:7px;
	padding-bottom:0px;
}
.control-group-checkbox div fieldset{
    padding-left: 10px;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border: 1px silver solid;
}

/* Alert */
.alert {
  margin:auto;
  text-align:right;
  padding: 8px 35px 8px 14px;
  margin-bottom: 20px;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.alert,
.alert h4 {
  color: #c09853;
}

.alert h4 {
  margin: 0;
}

.alert .close {
  position: relative;
  top: -2px;
  right: -21px;
  line-height: 20px;
}

.alert-success {
  color: #666666;
  background-color: #FFF8EC;
  border-color: #A4A4A4;
}

.alert-success h4 {
  color: #468847;
}

.alert-danger,
.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger h4,
.alert-error h4 {
  color: #b94a48;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info h4 {
  color: #3a87ad;
}

.alert-block {
  padding-top: 14px;
  padding-bottom: 14px;
}

.alert-block > p,
.alert-block > ul {
  margin-bottom: 0;
}

.alert-block p + p {
  margin-top: 5px;
}

.close {
  float: right;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #000000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.2;
  filter: alpha(opacity=20);
}

.close:hover,
.close:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}
