/* FONT STACK */
body {
    margin: 0px 0px;
    padding: 0px;
    font: normal 12px Tahoma, Geneva, sans-serif;
    color: #333;
    background: #fff; /*url(../images/bg.png) left top repeat;*/
}

ul, ol {
    list-style: none;
    padding: 0px 0px;
    margin: 0;
}

h1, h2, h3, h4, h5, h6, p, pre, ul, li, ol, table {
    margin: 0;
    padding: 0;
}

ul, li, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.clear {
    clear: both;
}

.header {
    width: 100%;
    min-height: 125px;
    text-align: right;
    background: url(../images/biglogo.png) left 50% no-repeat;
}

.content {
    min-height: 450px;
}

.content h1 {
    /*border-bottom: 1px solid #CCCCCC;*/
    margin: 0.8em 0.4em 0.3em;
    padding: 0 0.25em;
    font: italic normal 25px georgia;
}

/* CREATE/EDIT FORMS AND SHOW PAGES */

fieldset,
.property-list {
    /*margin: 0.6em 1.25em 0 0;*/
    /*padding: 0.3em 1.8em 1.25em 0;*/
    position: relative;
    zoom: 1;
    border: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.property-list .fieldcontain {
    list-style: none;
    overflow: hidden;
    zoom: 1;
}

.fieldcontain {
    /*margin: 0;*/
    /*margin-top: 1em;*/
    /*margin-left: 1.5em;*/
    border: 1px solid #ccc;
    border-width: 1px 0 0 0;
    padding: .4em 0 .4em 1.5em;
}

.fieldcontain label,
.fieldcontain .property-label {
    color: #000000;
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    width: 42%;
}

.fieldcontain .property-label {
    float: left;
}

.fieldcontain .property-value {
    display: block;
    /*margin-left: 13%;*/
}

label {
    cursor: pointer;
    display: inline-block;
    margin: 0 0.25em 0 0;
}

input, select, textarea {
    background-color: #fcfcfc;
    border: 1px solid #cccccc;
    font-size: 1em;
    padding: 0.2em 0.4em;
}

select {
    padding: 0.2em 0.2em 0.2em 0;
}

select[multiple] {
    vertical-align: top;
}

/*textarea {*/
/*width: 250px;*/
/*height: 150px;*/
/*overflow: auto; *//* IE always renders vertical scrollbar without this */
/*vertical-align: top;*/
/*}*/

input[type=checkbox], input[type=radio] {
    background-color: transparent;
    border: 0;
    padding: 0;
}

input:focus, select:focus, textarea:focus {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
    outline: 0;
    -moz-box-shadow: 0 0 0.5em #ffffff;
    -webkit-box-shadow: 0 0 0.5em #ffffff;
    box-shadow: 0 0 0.5em #ffffff;
}

.required-indicator {
    color: #48802C;
    display: inline-block;
    font-weight: bold;
    margin-left: 0.3em;
    position: relative;
    top: 0.1em;
}

ul.one-to-many {
    /*display: inline-block;*/
    list-style-position: inside;
    vertical-align: top;
}

.ie6 ul.one-to-many, .ie7 ul.one-to-many {
    display: inline;
    zoom: 1;
}

ul.one-to-many li.add {
    list-style-type: none;
}

/* EMBEDDED PROPERTIES */

fieldset.embedded {
    background-color: transparent;
    border: 1px solid #CCCCCC;
    padding-left: 0;
    padding-right: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

fieldset.embedded legend {
    margin: 0 1em;
}

/* MESSAGES AND ERRORS */

.errors,
.message {
    font-size: 0.8em;
    line-height: 2;
    margin: 1em 2em;
    padding: 0.5em;
}

.message {
    background: #f3f3ff;
    border: 1px solid #b2d1ff;
    color: #006dba;
    -moz-box-shadow: 0 0 0.25em #b2d1ff;
    -webkit-box-shadow: 0 0 0.25em #b2d1ff;
    box-shadow: 0 0 0.25em #b2d1ff;
}

.errors {
    background: #fff3f3;
    border: 1px solid #ffaaaa;
    color: #cc0000;
    -moz-box-shadow: 0 0 0.25em #ff8888;
    -webkit-box-shadow: 0 0 0.25em #ff8888;
    box-shadow: 0 0 0.25em #ff8888;
}

.errors ul,
.message {
    padding: 0;
}

.errors li {
    list-style: none;
    background: transparent url(../images/skin/exclamation.png) 0 50% no-repeat;
    text-indent: 22px;
}

.message {
    background: transparent url(../images/skin/information.png) 0 50% no-repeat;
    text-indent: 22px;
}

/* form fields with errors */

.error input, .error select, .error textarea {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

.error input:focus, .error select:focus, .error textarea:focus {
    -moz-box-shadow: 0 0 0.5em #ffaaaa;
    -webkit-box-shadow: 0 0 0.5em #ffaaaa;
    box-shadow: 0 0 0.5em #ffaaaa;
}

/* same effects for browsers that support HTML5 client-side validation (these have to be specified separately or IE will ignore the entire rule) */

input:invalid, select:invalid, textarea:invalid {
    background: #fff3f3;
    border-color: #ffaaaa;
    color: #cc0000;
}

input:invalid:focus, select:invalid:focus, textarea:invalid:focus {
    -moz-box-shadow: 0 0 0.5em #ffaaaa;
    -webkit-box-shadow: 0 0 0.5em #ffaaaa;
    box-shadow: 0 0 0.5em #ffaaaa;
}

/* TABLES */

table {
    text-align: center;
    font-family: tahoma;
    font-weight: normal;
    font-size: 14px;
    color: #404040;
    width: 100%;
    background-color: #fafafa;
    border: 1px #ccc dotted;
    border-collapse: collapse;
    border-spacing: 0px;
}

tr {
    border: 0;
}

tr>td:first-child, tr>th:first-child {
    /*padding-left: 1.25em;*/
}

tr>td:last-child, tr>th:last-child {
    /*padding-right: 1.25em;*/
}

/*td, th { border-bottom: 1px solid #E9A84E;
border-top: 0px;
border-left: 1px solid #E9A84E;
border-right: 0px;
text-align: left;
/*text-indent: 10px;
font-family: tahoma;
font-weight: normal;
font-size: 12px;
color: #404040;
background-color: #fafafa;
padding: 5px 0 5px 5px;
} */

/*th { border-bottom: 2px solid #E9A84E;
border-left: 1px solid #E9A84E;
background-color: #BEC8D1;
text-align: left;
text-indent: 5px;
font-family: Verdana;
font-weight: bold;
font-size: 11px;
color: #fff; }   */

th {

    /* background-color: #D87B38;
  padding: 7px 0;*/
}

th {
    white-space: nowrap;
}

th a {
    display: block;
    text-decoration: none;
}

th a:link, th a:visited {
    color: #ffffff;
}

th a:hover, th a:focus {
    color: #333333;
}

th.sortable a {
    background-position: 96% center;
    background-repeat: no-repeat;
    padding-right: 1.1em;
}

th.asc a {
    background-image: url(../images/skin/sorted_asc.gif);
}

th.desc a {
    background-image: url(../images/skin/sorted_desc.png);
}

.odd td {
    background: #ffffff;
}

.even {
    background: #ffffff;
}

.oddt {
    background: #f2d7d5;
}
.event {
    background: #d4e6f1;
}

.eventt {
    background: #FFFFE0;
}

th:hover, tr:hover {
    /*background: #E1F2B6;*/
}

/* ACTION BUTTONS */

.buttons {
    /*background-color: #efefef;*/
    overflow: hidden;
    padding: 0.3em;
    /*-moz-box-shadow: 0 0 3px 1px #aaaaaa;*/
    /*-webkit-box-shadow: 0 0 3px 1px #aaaaaa;*/
    /*box-shadow: 0 0 3px 1px #aaaaaa;*/
    margin: 0.1em 0 0 0;
    border: none;
}

.buttons input,
.buttons a {
    background-color: transparent;
    border: 0;
    color: red;
    cursor: pointer;
    display: inline-block;
    margin: 0 0.25em 0;
    overflow: visible;
    padding: 0.25em 0.7em;
    text-decoration: none;

    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.buttons input:hover, .buttons input:focus,
.buttons a:hover, .buttons a:focus {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.no-borderradius .buttons input:hover, .no-borderradius .buttons input:focus,
.no-borderradius .buttons a:hover, .no-borderradius .buttons a:focus {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

.buttons .delete, .buttons .edit, .buttons .save {
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 25px;
}

.buttons .delete {
    background-image: url(../images/skin/database_delete.png);
}

.buttons .edit {
    background-image: url(../images/skin/database_edit.png);
}

.buttons .save {
    background-image: url('../images/skin/database_save.png');
}

a.skip {
    position: absolute;
    left: -9999px;
}

/* NAVIGATION MENU */

.nav {
    background-color: #efefef;
    padding: 0.5em 0.75em;
    -moz-box-shadow: 0 0 3px 1px #aaaaaa;
    -webkit-box-shadow: 0 0 3px 1px #aaaaaa;
    box-shadow: 0 0 3px 1px #aaaaaa;
    zoom: 1;
}

.nav ul {
    overflow: hidden;
    padding-left: 0;
    zoom: 1;
}

.nav li {
    display: block;
    float: left;
    list-style-type: none;
    margin-right: 0.5em;
    padding: 0;
}

.nav a {
    color: #666666;
    display: block;
    padding: 0.25em 0.7em;
    text-decoration: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.nav a:active, .nav a:visited {
    color: #666666;
}

.nav a:focus, .nav a:hover {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

.no-borderradius .nav a:focus, .no-borderradius .nav a:hover {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

.nav a.home, .nav a.list, .nav a.create {
    background-position: 0.7em center;
    background-repeat: no-repeat;
    text-indent: 25px;
}

.nav a.home {
    background-image: url(../images/skin/house.png);
}

.nav a.list {
    background-image: url(../images/skin/database_table.png);
}

.nav a.create {
    background-image: url(../images/skin/database_add.png);
}

/* PAGINATION */

.pagination {
    border-top: 0;
    margin: 0;
    /*padding: 0.3em 0.2em;*/
    text-align: center;
    -moz-box-shadow: 0 0 3px 1px #AAAAAA;
    -webkit-box-shadow: 0 0 3px 1px #AAAAAA;
    box-shadow: 0 0 3px 1px #AAAAAA;
    /*background-color: #EFEFEF;*/
    height: 25px;
    padding-top: 3px;
}

.pagination a,
.pagination .currentStep {
    color: #666666;
    display: inline-block;
    margin: 0 0.1em;
    padding: 0.25em 0.7em;
    text-decoration: none;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    border-radius: 0.3em;
}

.pagination a:hover, .pagination a:focus,
.pagination .currentStep {
    background-color: #999999;
    color: #ffffff;
    outline: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
}

k2
.no-borderradius .pagination a:hover, .no-borderradius .pagination a:focus,
.no-borderradius .pagination .currentStep {
    background-color: transparent;
    color: #444444;
    text-decoration: underline;
}

.footer {
    padding: 10px 0;
    border-top: 1px solid #cccccc;
    width: 100%;
    text-align: center;
    background-color: #eeeeee; /*margin-top: 15px; */
    color: #666;
}

.description {
    padding-top: 30px;
    padding-right: 40px;
}

.description h1, .description p {
    text-align: right;
}

.description h1 {
    font: normal 35px georgia;
}

.description p {
    font: italic normal 20px georgia;
}

/*.bread-crumb{ display: none; }*/

fieldset.buttons {
    width: 300px;
    margin-left: 0;
}

li.last_item {
    border-bottom: 1px solid #ccc;
}

/* NED ADDED CSS DATE- 1/1/2013
*****************************************/

h3.h3-block {
    margin-top: 25px;
    clear: right;
    padding: 8px 0;
}

h3.h3-block span {
    background: url('../images/block-bg.png') left top repeat-x;
    padding: 7px 10px;
    font: bold 12px Tahoma, Geneva, sans-serif;
    color: #fff;
}

.top-block {
    background: #e8f3f9;
    border: 1px solid #d3e4ec;
}

table.head-table {
    border-collapse: collapse;
    width: 90%;
    margin: auto;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #13262c;
    margin-top: 10px;
}

table.head-table td {
    padding: 5px 5px 5px 10px;
    text-align: left;
}

span.require-class {
    color: #cc0202;
    font: bold 11px Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

input[type=text], select {
    width: 280px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
    border-radius: 5px;
}

input[type=number] {
    width: 280px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

input.mid-szed {
    width: 280px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

input.small-szed {
    width: 140px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

input.tiny-szed {
    width: 110px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

input.full-size {
    width: 94%;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

textarea {
    height: 30px;
    width: 280px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

.button-div a {
    text-align: center;
}

.button-div img {
    padding-right: 8px;
    margin-left: 5px;
}

#div-title-page {
    /*background: #f3f5f4; border: 1px solid #d5e6ee;   */
    padding-top: 10px;
}

#div-title-page table {
    border: 0 !important;
    background: none !important;
}

#div-title-page table tr td {
    border: 0 !important;
    background: none !important;
}

#div-title-page h2 {
    font-weight: normal;
}

table.style-table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

table.style-table tr th {
    /*background: #5a8294 url('../images/style-table-head.png') left top repeat-x;*/
    background: #5a8294 url('../images/table-head.png') left top repeat-x;
    border: 1px solid #194453;
    color: #fff;
    text-shadow: 1px 2px 1px #333;
    padding: 7px 5px;
    text-align: center;
}

table.style-table tr td {
    padding: 5px 0 5px 10px;
    border: 1px solid #d3e4ec;
    font: normal 12px tahoma;
    color: #13262c;
}

table.style-table tr td p {
}

table.style-table tr:hover {
    background: #ef9494;
}

select {
    width: 290px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
    border-radius: 5px;
    height: 35px;
}

.search-box {
    margin: auto;
    width: 680px;
    background: url('../images/searchbox.png') right top no-repeat;
    margin-top: 10px;
    margin-bottom: 15px;
}

.search-box h3 {
    margin: 0;
    padding: 0;
    font: bold 12px Arial, Helvetica, sans-serif;
}

input.search-input {
    margin-left: 30px;
    padding: 10px 5px;
    font-size: 15px;
    border: 0;
    width: 390px; /*border: 1px solid #CCC;*/
    background: none;
}

input.submit-input {
    padding: 5px 5px;
    margin-left: 10px;
    margin-top: -2px;
    border: 0;
    background: none;
    font: bold 12px Tahoma, Geneva, sans-serif;
    color: #fff;
    text-shadow: 1px 2px 1px #333;
    cursor: pointer;
}

select.search-input {
    margin-left: 20px;
    padding: 10px 5px;
    font-size: 15px;
    border: 0;
    width: 370px; /*border: 1px solid #CCC;*/
    background: none;
}

.clr {
    clear: both;
    height: 0;
    overflow: hidden;
}

#wrapper {
    margin: auto;
}

#header {
    width: 1000px;
    margin: auto;
    padding-bottom: 20px;
}

.content {
    margin: auto;
    width: 1000px;
}

#left-div {
}

#container {
    width: 1000px;
    margin: auto;
    background: url(../images/containerbg.png) center top repeat-y;
    padding-top: 15px;
    padding-bottom: 5px;
}

#content-block {
    margin: auto;
    width: 960px;
}

#div-title-page {
    background: #f3f5f4;
    border: 1px solid #d5e6ee;
    padding: 10px 15px;
}

#div-title-page h2 {
    font-weight: normal;
}

h3.h3-block {
    margin-top: 25px;
    clear: right;
    padding: 8px 0;
}

h3.h3-block span {
    background: url(../images/block-bg.png) left top repeat-x;
    padding: 7px 10px;
    font: bold 12px Tahoma, Geneva, sans-serif;
    color: #fff;
}

.top-block {
    background: #e8f3f9;
    border: 1px solid #d3e4ec;
}

table.head-table {
    border-collapse: collapse;
    width: 90%;
    margin: auto;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #13262c;
    margin-top: 10px;
}

table.head-table td {
    padding: 5px 5px 5px 10px;
}

span.require-class {
    color: #cc0202;
    font: bold 11px Arial, Helvetica, sans-serif;
    padding-left: 5px;
}

input.mid-szed {
    width: 280px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

input.small-szed {
    width: 140px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

input.tiny-szed {
    width: 110px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

input.full-size {
    width: 94%;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

textarea {
    width: 280px;
    height: 50px;
    background: #fffaeb;
    border: 1px solid #d3e4ec;
    padding: 5px;
}

input.mid-szed-white {
    width: 200px;
    background: #fff url(../images/whitebg.png) left top repeat-x;
    border: 1px solid #d3e4ec;
    padding: 5px 5px;
}

input.mid-szed-white-small {
    width: 90px;
    background: #fff url(../images/whitebg.png) left top repeat-x;
    border: 1px solid #d3e4ec;
    padding: 3px 5px;
}

input.white-class {
    background: #FFF;
    border-color: #b6d4e4;
}

table.style-no-hover tr:hover {
    background: none !important;
}

.search-box {
    margin: auto;
    width: 630px;
    background: url(../images/searchbox.png) right top no-repeat;
    margin-top: 25px;
    margin-bottom: 20px;
}

.search-box h3 {
    margin: 0;
    padding: 0;
    font: bold 12px Arial, Helvetica, sans-serif;
}

input.search-input {
    margin-left: 20px;
    padding: 10px 5px;
    font-size: 15px;
    border: 0;
    width: 370px; /*border: 1px solid #CCC;*/
    background: none;
}

input.submit-input {
    padding: 5px 5px;
    margin-left: 25px;
    margin-top: -2px;
    border: 0;
    background: none;
    font: bold 12px Tahoma, Geneva, sans-serif;
    color: #fff;
    text-shadow: 1px 2px 1px #333;
    cursor: pointer;
}

input.disable-item, textarea.disable-btn, select.disable-btn {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 1px solid #CCCCCC;
}

table.style-table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

table.style-table tr th {
    /*background: #5a8294 url(../images/style-table-head.png) left top repeat-x;*/
    background: #5a8294 url(../images/table-head.png) left top repeat-x;
    border: 1px solid #194453;
    color: #fff;
    text-shadow: 1px 2px 1px #333;
    padding: 7px 5px;
    text-align: center;
}

table.style-table tr td {
    padding: 5px 0 5px 10px;
    border: 1px solid #d3e4ec;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #13262c;
}

table.style-table tr td p {
}

table.style-table tr:hover {
    background: #ef9494;
}

table.aprvl-sts-table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

table.aprvl-sts-table tr th {
    /*background: #5a8294 url(../images/style-table-head.png) left top repeat-x;*/
    background: #5a8294 url(../images/table-head.png) left top repeat-x;
    border: 1px solid #194453;
    color: #fff;
    text-shadow: 1px 2px 1px #333;
    padding: 7px 5px;
    text-align: center;
}

table.aprvl-sts-table tr td {
    padding: 5px 0 5px 10px;
    border: 1px solid #d3e4ec;
    font: normal 12px Arial, Helvetica, sans-serif;
    color: #13262c;
}

table.aprvl-sts-table tr td p {
}

table.aprvl-sts-table tr:hover {
    background: #ef9494;
}

tr.odd td {
    background: #FAFAFA;
    border: 1px solid #D1D1D1;
}

.common p {
    font: normal 11px Arial, Helvetica, sans-serif;
    color: #666;
}

input.users {
    background: #FFF;
    color: #666;
    border: 1px solid #D1D1D1;
    width: 248px;
    padding: 4px 5px;
    margin-bottom: 10px;
}

.button-div {
    text-align: center;
}

.button-div a {
    text-align: center;
}

.button-div img {
    padding-right: 8px;
    margin-left: 5px;
}

#adv2 {
    margin-top: 25px;
}

#adv2 ul li a {
    display: block;
    float: left;
    /*background: url(../images/style-table-head.png) repeat-x scroll left top #5A8294;*/
    background: url(../images/table-head.png) repeat-x scroll left top #5A8294;
    padding: 7px 15px;
    margin-right: 2px;
    border: 1px solid #194453;
    color: #fff;
    text-shadow: 1px 1px 1px #333;
    font: bold 11px Tahoma, Geneva, sans-serif;
}

#adv2 ul li a.selected {
    border: 1px solid #6e3403;
    background: url(../images/selected.png) repeat-x scroll left top #d17a30;
}

.div-tab {
    background: #e8f3f9;
    border: 1px solid #d9e7ee;
    padding-bottom: 20px;
    padding-left: 20px;
}

input.save {
    background: url(../images/save.png) left top no-repeat;
    width: 102px;
    height: 37px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    margin-right: 10px;
}

input.cancel {
    background: url(../images/cancel.png) left top no-repeat;
    width: 102px;
    height: 37px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    margin-right: 10px;
}

input.add-btn {
    margin: 5px 0 0 0;
    background: url(../images/selected.png) left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
}

.scroll-div {
    width: 97%;
    margin: 0;
    margin-top: 25px;
    height: 120px;
    overflow: auto;
    padding-bottom: 5px;
}

.scroll-div table tr:hover {
    background: none !important;
}

#footer-bg {
    background: url(../images/bottombg.png) center top no-repeat;
    height: 10px;
    overflow: hidden;
}

/*input.save{ background: url('../images/save.png') left top no-repeat; width: 102px; height: 37px; overflow: hidden; cursor: pointer; border:0; margin-right: 10px; }*/
input.cancel {
    background: url('../images/cancel.png') left top no-repeat;
    width: 102px;
    height: 37px;
    overflow: hidden;
    cursor: pointer;
    border: 0;
    margin-right: 10px;
}

input.save-btn {
    margin: 5px 0 0 0;
    background: url('../images/selected.png') left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
}

input.update-btn {
    margin: 5px 0 0 0;
    background: url('../images/selected.png') left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
}

input.delete-btn {
    margin: 5px 0 0 0;
    background: url('../images/selected.png') left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
    display: none;
}

input.apply-btn {
    margin: 5px 0 0 0;
    background: url('../images/selected.png') left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
}

input.add-dtl-btn {
    margin: 5px 0 0 0;
    background: url('../images/selected.png') left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
}

input.search-btn {
    margin: 5px 0 0 0;
    background: url('../images/selected.png') left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
}

input.delete-dtl-btn {
    margin: 5px 0 0 0;
    background: url('../images/selected.png') left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
}

a.edit-link {
    margin: 5px 0 0 0;
    background: url('../images/selected.png') left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
}

.tempButtonDesign {
    border-color: #FFFFFF;

}

.emp_blk_box {
    padding: 10px;
    margin-bottom: 20px;
    background: #EEEEEE;
    border: 1px solid #C3D9FF;
    overflow-x: auto;
}

.emp_blk_box table.style-table {
    background: #fff !important;
}

.emp_blk_box span.property-label {
    display: block;
    width: 80% !important;
    font-size: 15px !important;
    font-weight: bold !important;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.emp_blk_box table.style-table tr:hover {
    background: #C3D9FF !important;
    cursor: pointer;
}

td.bold-td {
    font-weight: bold;
}

/*************** UPDATE CSS *************/
.content {
}

.full-content {
    width: auto;
    margin: 0 2%;
}

table.emp_table tr th {
    padding: 15px 10px;
    text-align: center;
    border-radius: 0;
}

table.emp_table tr td {
    padding: 5px;
    text-align: center;
    border-radius: 0;
    white-space: nowrap;
}

table.emp_table tr.even:hover {
    background: #C3D9FF !important;
    cursor: pointer;
}

table.emp_table tr.odd {
    background: #000 !important;
}

table.style-table tr.warning {
    background: #ef9494;
}

select.emp_subsec {
    width: 96%;
}

select.emp_any {
    width: 95%;
}

input.emp_id {
    width: 91%;
    margin-top: 10px;
}

img.avatar {
    position: relative;
    top: 2px;
}

table.emp_searchTable {
    /*border-width: 1px 0 1px 0;*/
    border:none;
    background: #fff;
}

table.emp_searchTable tr td {
    text-align: left;
}

table.emp_searchTable select {
    font-size: 12px;
    width: 201px;
}

table.emp_searchTable .comSrch {
    font-size: 12px;
    width: 190px;
}

table.emp_searchTable .submitSrch {
    font-size: 12px;
    width: 201px;
}
label.label-class {
    font-size: 11px;
    font-weight: bold;
}

/* css by rubel*/

/*#gradeScoreDiv{
    float:left;
    width:25%;
}

#divExamContent{
    float:left;
    width:70%;
    margin-left: 16px;
}*/

.wrapperGradeScore {
    overflow: hidden;
    width: 100%;
    padding-left: 34px;
    margin-left: -6px;
}

.wrapperInside {
    float: left;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    width: 471px;
}

table.TopSheetExam-table {
    border-collapse: collapse;
    width: 90%;
    height: 155px;
    margin: auto;
    margin-left: 14px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #13262c;
    margin-top: 30px;
}

/* End css by rubel*/

/*
---------------- TABLE WIDTH COMMON CSS STYLE ------------------
*/

input.btnOrgModal {
    background: #ccc;
    border-radius: 4px;
    padding: 4px;
}

.w50 {
    width: 50px;
}

.w60 {
    width: 60px;
}

.w90 {
    width: 90px;
}

.w120 {
    width: 120px;
}

.w140 {
    width: 140px;
}

.w160 {
    width: 160px;
}

.w180 {
    width: 180px;
}

.w200 {
    width: 200px;
}

.w230 {
    width: 230px;
}

.w260 {
    width: 260px;
}

.w280 {
    width: 280px;
}

/* css by rubel*/

/*#gradeScoreDiv{
    float:left;
    width:25%;
}

#divExamContent{
    float:left;
    width:70%;
    margin-left: 16px;
}*/

.wrapperGradeScore {
    overflow: hidden;
    width: 100%;
    padding-left: 34px;
    margin-left: -6px;
}

.wrapperInside {
    float: left;
    padding-bottom: 1000px;
    margin-bottom: -1000px;
    width: 471px;
}

table.TopSheetExam-table {
    border-collapse: collapse;
    width: 90%;
    height: 155px;
    margin: auto;
    margin-left: 14px;
    font: bold 12px Arial, Helvetica, sans-serif;
    color: #13262c;
    margin-top: 30px;
}

/* End css by rubel*/

/*
--------------- Custom Css 7-4-2014 -------------------- */

table.TopSheetExam-table td {
    line-height: 1rem !important;
}

#divVivaContent table.head-table {
    margin-left: 49px;
    text-align: left;
}

#divVivaContent table.head-table th {
    padding-left: 10px;
    padding-top: 10px;
}

#divVivaContent table.head-table input[type="text"] {
    width: 275px !important;
}

#divMedicalContent table.head-table {
    text-align: left;
}

#divMedicalContent table.head-table th {
    padding-left: 10px;
    padding-top: 10px;
}

#divMiscContent table.head-table th {
    text-align: left;
}

#divMiscContent table.head-table th {
    padding-left: 10px;
    line-height: 32px;
}

table.aprvl-sts-table {
    margin: auto;
    width: 90%;
}

/*saif*/
.lightText {
    color: #9B9B9B;
}

/*Only for employee master*/
table.emp_master_table {
    width: 100%;
    position: relative;
    border: none;
}

table.emp_master_table tr td {
    padding: 1px 2px;
    font-size: 11px;
    font-family: "Proxima Nova Regular", "Segoe UI", Roboto, "Droid Sans", "Helvetica Neue", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    border: 1px dotted #ccc;
    text-align: center;
}

table.emp_master_table tr th {
    font-weight: bold;
    font-size: 12px;
    color: #fff;
    background-color: #145471;
}

table.emp_master_table tr.odd td {
    background: #FAFAFA;
    border: 1px solid #D1D1D1;
}

table.emp_master_table tr:hover td {
    background: none;
}





/* column width css */

table.emp_master_table tr th.class1 {
    width: 1.5%;
}

table.emp_master_table tr th.class2 {
    width: 2.99%;
    font-size: 12px;
}

table.emp_master_table tr th.class2 a {
    text-decoration: none;
    color: #111;

}

table.emp_master_table tr th.class2:hover a {
    color: #4E51FC;
    text-decoration: underline;

}

table.emp_master_table tr th.class3 {
    width: 4%;
}

table.emp_master_table tr th.class4 {
    width: 12.36%;
    font-size: 12px;
}

table.emp_master_table tr th.class5 {
    width: 5.39%;
}

table.emp_master_table tr th.class6 {
    width: 14.67%;
}

table.emp_master_table tr th.class7 {
    width: 10.63%;
}

table.emp_master_table tr th.class8 {
    width: 5.76%;
}

table.emp_master_table tr th.class9 {
    width: 8.8%;
}

table.emp_master_table tr th.class10 {
    width: 5.24%;
}

table.emp_master_table tr th.class11 {
    width: 5.46%;
}

table.emp_master_table tr th.class12 {
    width: 5.54%;
}

table.emp_master_table tr th.class13 {
    width: 8.38%;
}

table.emp_master_table tr th.class14 {
    width: 4.49%;
}

table.emp_master_table tr th.class15 {
    width: 4.79%;
}

/*th.clas11, th.clas22, th.clas33, th.clas44, th.clas55, th.clas66, th.clas77, th.clas88, th.clas99, th.clas010, th.clas011, th.clas022,*/
/*th.clas033, th.clas044, th.clas055{*/
/*word-wrap: break-word;*/
/*display: table-cell;*/
/*white-space: normal;*/
/*}*/

/*th.class11{*/
/*width: 1%;*/
/*}*/

/*th.class22{*/
/*width: 3%;*/
/*}*/

/*th.class33{*/
/*width: 3.9%;*/
/*}*/

/*th.class44{*/
/*width: 7.2%;*/
/*}*/

/*th.class55{*/
/*width: 5.5%;*/
/*}*/

/*th.class66{*/
/*width: 7.75%;*/
/*}*/

/*th.class77{*/
/*width: 5.55%;*/
/*}*/

/*th.class88{*/
/*width: 4%;*/
/*}*/

/*th.class99{*/
/*width: 8.1%;*/
/*}*/

/*th.class010{*/
/*width: 1%;*/
/*}*/

/*th.class011{*/
/*width: 5.6%;*/
/*}*/

/*th.class022{*/
/*width: 5%;*/
/*}*/

/*th.class033{*/
/*width: 12.8%;*/
/*}*/

/*th.class044{*/
/*width: 2%;*/
/*}*/

/*th.class055{*/
/*width: auto;*/
/*}*/



.floatingHeader {
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
}

/** end of column width css */

div.details div.row {
    display: block;
    clear: both;
    padding: 1px 10px;
}

div.details div.row div.title {
    float: left;
    width: 100px;
    text-align: right;
    font-weight: bold;
}

div.details div.row div.value {
    float: left;
    margin-left: 5px;
}

table.emp_master_table  tr td.class7 div.details,
table.emp_master_table  tr td.class10 div.details,
table.emp_master_table  tr td.class4 div.details {
    display: none;
    position: absolute;
    border: 3px solid #EF680B;
    padding: 3px 10px;
    margin-top: -50px;
    margin-left: 100px;
    text-align: left;
    background: none repeat scroll 0 0 #fefed3;
    color: #111111;
    overflow: hidden;
    padding: 1.25em 1em;
    z-index: 100;

}

table.emp_master_table  tr td.class7:hover div.details,
table.emp_master_table  tr td.class10:hover div.details,
table.emp_master_table  tr td.class4:hover div.details {
    display: block;
    cursor: pointer;

}
/******by amit***/
div.left table.personaladd tr td {
    border: 1px solid;
    font-size: 12px;
    font-weight: bold;
}
.personaladd1{

    border: 1px solid #000000;

}
.twidth{
    width:31%;
}

.twidth1{
    width:62%;
}

.personaladd1 tr td{
    border: 1px solid #000000;
    font-size: 12px;
    height: 26px;
}

.align_left_age{
    border: 0px solid #000000;
    font-size: 12px;
    height: 26px;
}

.personaladd1 .align_left  {
    text-align: center;
    font-weight: bold;
    background-color: #DAEEF3;
    width:19%;

}

.Personalhead {
    width:100%;
    height: 30px;
    font-size: 16px;
    font-weight: normal;
    /*background: url("../images/style-table-head.png") repeat-x scroll left top #5a8294;*/
    background: url("../images/table-head.png") repeat-x scroll left top #5a8294;
    color: #000;
    /*text-shadow: 1px 2px 1px #333;*/
}
.clear {

    height: 12px;

}
.detail_e {
    /*background: url("../images/style-table-head.png") repeat-x scroll left top #5a8294;*/
    background: url("../images/table-head.png") repeat-x scroll left top #5a8294;
    color: #fff;
    text-shadow: 1px 2px 1px #333;
}


.personaladd2{

    border: 1px solid #000000;

}
.personaladd2 td{


}
.personaladd2 tr td{

    border: 1px solid #000000;
    font-size: 12px;
    height: 26px;

}
.personaladd2 .align_left  {

    text-align: center;
    font-weight: bold;
    background-color: #DAEEF3;
    width:37.5%;

}
.personaladd3{

    border: 1px solid #000000;

}
.personaladd3 td{


}
.personaladd3 tr td{

    border: 1px solid #000000;
    font-size: 12px;
    height: 26px;
    margin: none;


}
.personaladd3 .align_left  {

    text-align: left;
    font-weight: bold;
    background-color: #DAEEF3;

}
.personaladd3 .blank {
    width: 16px;
}

.head1{

    text-align: left;
}

table.mainMenu{
    border: none;
    background-color: #fff;
}

input.delete-btn1 {
    margin: 5px 0 0 0;
    background: url('../images/selected.png') left top repeat-x;
    border: 1px solid #ea7400;
    padding: 5px 15px;
    color: #fff;
}

.panel-body{padding: 0px !important;}
.panel-body table th, .panel-body table td {padding: 5px !important;}
.field-clear{padding-top:10px;}

.txt-col-gray{color:#eee;}
.txt-col-red{color:#f00;}
