﻿table.ODT_SimpleTable
{
	margin: 20px auto;
}

.exq-notification {
	padding: 20px;
	margin: 2px;
	border: 1px solid #eee;
	border-left-width: 5px;
	border-radius: 3px;
}

.exq-notification > h4 {
	margin-top: 0;
	font-size: 1.4em;
}

.exq-notification-error {
	border-left-color: #ce4844;
}

.exq-notification-warning {
  	border-left-color: #aa6708;
}

.exq-notification-info {
  	border-left-color: #1b809e;
}

.exq-notification-success {
  	border-left-color: #3c763d;
}

.fixed 
{
	position: fixed;
}

.btn {
	background-color: #00A8ED;
    border: 0 none;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial,Verdana,Helvetica,Sans-Serif;
    font-size: 12px;
    font-weight: bold;
}

.btn-green {
	background-color: #cae691;
	color: #000;
	border: none;
}

.btn-lg {
	line-height: 4em;
}

.cemter-text {
	text-align: center;
}

.cemter-text span {
	margin: 0 auto;
}

.ODT_SimpleTable td {
    border: none;
    border-collapse: collapse;
    padding-left: 5px;
}

table.no-border {
	border: none;
}

table.dataTable {
    border-collapse: collapse;
    border-spacing: 0;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #efefef;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #fff !important;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none;
}

.ODT_SimpleTable th {
	border: 2px solid #fff;
}