﻿.body
{
    color: #000;
    font-family: Book Antiqua;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: Red;
}

#h1
{
    padding: 0px;
    margin: 0px;
    font-family: Book Antiqua;
    text-transform: uppercase;
    -webkit-text-shadow: 2px 3px white;
    -moz-text-shadow: 2px 3px white;
    -o-text-shadow: 2px 3px white;
    color: Navy;
}
.secodary-header
{
    color: Black;
    font-family: Book Antiqua;
    padding: 0px;
    margin: 0px;
}
/*--sms-head--background-image: url(../images/background.jpg);*/
.sms-head
{
    height: 83px;
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
}
.ddlbox
{
    font-size: small;
    font-weight: 500;
    width: 94px;
    height: 25px;
}
/*TimeTable*/
.TimeTableTableHeading > td
{
    background: -o-linear-gradient(bottom, #998f86 5%, #998f86 100%);
    background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #998f86), color-stop(1, #998f86) );
    background: -moz-linear-gradient( center top, #998f86 5%, #998f86 100% );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= "#998f86" , endColorstr= "#998f86" );
    background: -o-linear-gradient(top,#998f86,998f86);
    background-color: #998f86;
    border: 1px solid #000000;
    text-align: center;
    border-width: 0px 0px 1px 1px;
    font-size: 12px;
    font-family: Book Antiqua;
    font-weight: bold;
    color: #ffffff;
    height: 35px;
}
.TimeTable
{
    background: #000;
    table-layout: fixed;
}
.TimeTable > tr > td
{
    border: 1px solid;
}
.odd1 > tr
{
    border: 1px solid #000000;
    background-color: #ffffff;
}
.even1 > tr
{
    border: 1px solid #000000;
    background-color: orange;
}
.deleteIconTimeT
{
    float: center;
    display: block;
    width: 16px;
    height: 16px;
    background: url('../Images/icon-delete-big1.gif' ) no-repeat 0 0;
}
/*end*/
.client-name
{
    float: left;
    height: 16px;
    padding: 8px 40px 10px 10px;
    font-size: 90%;
    color: #340e70;
    text-shadow: 2px 2px white;
    font-weight: bold;
    font-style: italic;
    color: #fff;
    margin: 0;
}
.signumlogo
{
    background-image: url(../images/signum-logo-master.png);
    float: right;
    width: 130px;
    height: 50px;
    margin-right: 20px;
}
/*--subheader--*/
.subheader
{
    width: 100%;
    color: #eee;
    height: 42px; /*--background-color: #4f4f4f;--*/
    background-color: #666;
    background-repeat: repeat-x;
    display: inline-block;
}
.subheader-info-left
{
    float: left;
    padding: 10px 34px;
    color: #fff;
}
.subheader-info-right
{
    float: right;
    padding: 10px 34px;
    color: #fff;
    color: White;
}

#span1
{
    margin-left: 64px;
}
#logout, #home
{
    color: #ccc;
    font-weight: bold;
}

#home:hover, #logout:hover
{
    color: #eee;
    font-weight: bold;
}



/*--app-body--*/
/*.app-body
{
	background-color: #fff;
	position: relative;
	clear: both;
	float: left;
	width: 100%;
	overflow: hidden;
	display: block;
	font-size: 75%;
	color: #000;
	font-family: Arial, "DejuVu Sans" ,sans-serif;
	border-bottom: 1px solid #cfcfcf;
}
.app-contentwrapper
{
	right: 85%;
	background: #f4f4f4;
	float: left;
	background: #e0e0e1;
	width: 100%;
	position: relative;
	display: block;
}
/*--app-content--
.app-content
{
	width: 85%;
	min-height: 500px;
	height: auto;
	left: 100%;
	float: left;
	position: relative;
	padding: 0 0 1em 0;
	display: block;
	background: #e0e0e1;
	border-left: solid 2px;
	overflow: auto;
}
.app-horizontal-menu
{
	background: #e0e0e1; /*--background: #616161 url( "" ) repeat-x;--
	text-align: left;
	font-weight: bold;
	font-size: 75%;
	padding: 0;
	min-height: 30px;
	height: auto;
	margin: 0;
}
.app-horizontal-menu-buttonbar
{
	color: #616161;
	font-weight: bolder;
	text-decoration: none;
	min-height: 30px; /*--background-image: url( "../images/app-horizontal-menu.png" );--
	background: #e0e0e1;
	background-repeat: repeat;
	overflow: hidden;
}
.app-horizontal-menu-buttonbar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	color: #616161;
	font-weight: bold;
}
.app-horizontal-menu-buttonbar li
{
	float: left;
	height: 22px;
	padding-top: 8px;
	background-image: url(   "../images/app-horizontal-bar.png" );
	background-repeat: no-repeat;
	background-position: right top;
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: none;
	font-size: 12px;
}
.app-horizontal-menu-buttonbar a, .app-horizontal-menu-buttonbar a:link
{
	color: #616161;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 7px 12px 7px 10px;
	border-bottom: solid 1px Black;
}
.app-horizontal-menu-buttonbar a:hover
{
	background-color: #d6d9da;
	color: maroon;
	border: 1px Black;
	font-weight: bolder;
}
.app-horizontal-menu-buttonbar a:active
{
	background-color: Silver;
	color: navy;
	font-weight: bolder;
	border: solid 1px Black;
}


/*--pagebody--
.app-horizontal-menu
{
	background: #e0e0e1; /*--background: #616161 url( "" ) repeat-x;--
	text-align: left;
	font-weight: bold;
	font-size: 75%;
	padding: 0;
	min-height: 30px;
	height: auto;
	margin: 0;
}
.app-horizontal-menu-buttonbar
{
	color: #616161;
	font-weight: bolder;
	text-decoration: none;
	min-height: 30px; /*--background-image: url( "../images/app-horizontal-menu.png" );--
	background: #e0e0e1;
	background-repeat: repeat;
	overflow: hidden;
}
.app-horizontal-menu-buttonbar ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	color: #616161;
	font-weight: bold;
}
.app-horizontal-menu-buttonbar li
{
	float: left;
	height: 22px;
	padding-top: 8px;
	background-image: url(   "../images/app-horizontal-bar.png" );
	background-repeat: no-repeat;
	background-position: right top;
	display: list-item;
	text-align: -webkit-match-parent;
	list-style: none;
	font-size: 12px;
}
.app-horizontal-menu-buttonbar a, .app-horizontal-menu-buttonbar a:link
{
	color: #616161;
	font-weight: bold;
	text-decoration: none;
	background-repeat: no-repeat;
	background-position: 10px center;
	padding: 7px 12px 7px 10px;
	border-bottom: solid 1px Black;
}
.app-horizontal-menu-buttonbar a:hover
{
	background-color: #d6d9da;
	color: maroon;
	border: 1px Black;
	font-weight: bolder;
}
.app-horizontal-menu-buttonbar a:active
{
	background-color: Silver;
	color: navy;
	font-weight: bolder;
	border: solid 1px Black;
}


/*--pagebody--*/
.pagebody
{
    color: #000;
    padding: 20px;
    min-height: 390px;
}
.header
{
    text-align: center;
    background: LIGHTSEAGREEN url( "#" ) repeat-x;
    text-align: left;
    font-weight: lighter;
    font-size: 120%;
    color: #303131;
    padding: 3px 5px;
    min-height: 21px;
    width: auto;
    padding-left: 500px;
}
/*--app-sidebar--*/
.app-sidebar
{
    width: 14%;
    left: 0%;
    float: left;
    position: relative;
    padding: 0 0 1em 0;
    background: #e0e0e1;
    overflow: hidden;
    vertical-align: top;
}
.app-subnavi
{
    height: 20px;
    width: 210px;
    padding: 3px 0 1px;
    overflow: hidden;
    -webkit-text-overflow: ellipsis;
    white-space: nowrap;
    margin: 0;
    display: block;
    white-space: nowrap;
    font-weight: bold;
}
.app-subnavi a:hover
{
    font-weight: bolder;
    color: Maroon;
}
.app-subnavi a:active
{
    font-weight: bolder;
    color: Maroon;
}

.wicked-WikiHome
{
    background-image: url(     "#" );
}
.app-subnavi-icon
{
    font-weight: bolder;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center right;
    display: inline-block;
    height: 20px;
    margin: -1px 8px 0 10px;
    vertical-align: middle;
    width: 20px;
    white-space: nowrap;
    font-size: 75%;
    color: #000;
}


a.icon
{
    display: block;
    width: 100%;
    height: 100%;
}
#app-sidebar a
{
    color: #000;
}
a
{
    cursor: pointer;
    text-decoration: none;
    color: #000;
}
.app-subnavi-point
{
    display: inline;
    padding: 0;
    margin: 0;
}
.accessKey
{
    text-decoration: underline;
    padding: 0;
    margin: 0;
    color: #000;
    cursor: pointer;
    white-space: nowrap;
}
.accessKey a:active
{
    background-color: Lime;
    text-transform: uppercase;
}
.wicked-WikiUsage
{
    background-image: url(     "#" );
}
.wicked-RecentChanges
{
    background-image: url(     "#" );
}
/*--app-pagefooter--*/
.app-pagefooter
{
    /*border-top: thin solid #ccc;*/
    margin: 20px 20px 0 20px;
    padding-left: 21cm;
    font-size: 90%;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    color: Navy;
    text-align: right; /*top:45%;*/
    bottom: 0;
    margin-bottom: 0px;
}
.app-pagefooter a, .app-pagefooter a:hover
{
    font-weight: bold;
    font-size: 13px;
    color: #1c5d8b;
    font-weight: bold;
    color: Maroon;
}
.app-pagefooter a:hover
{
    font-weight: bold;
    font-size: 13px;
    color: #1c5d8b;
    font-weight: bold;
    color: Maroon;
}
#SpanTitle
{
    font-weight: bolder;
    font-size: 20px;
    border: solid 1px maroon;
}
/*--Form--*/
.form
{
    width: auto;
    height: auto;
    font-size: small;
}
.button
{
    background-color: #444;
    color: #eee;
    font-weight: bold;
    border: 0px;
    padding: 10px 28px;
    cursor: pointer;
    font-size: x-small;
}
.button12 {
    background-color: limegreen;
    color: #eee;
    font-weight: bold;
    border: 0px;
    padding: 10px 28px;
    cursor: pointer;
    font-size: x-small;
}

.summary-sky-color
{
    float: right;
    font-size: small;
    background: #d1ecf7;
    color: #000;
    margin: 0 0 1em 1em;
    padding: 1em;
    border: 1px dotted #1593c7;
    height: auto;
    width: 500px;
    display: block;
}
.summary-blue-color
{
    float: left;
    font-size: small;
    background: #d1ecf7;
    color: #000;
    margin: 0 0 0 0;
    padding: 1em;
    border: 1px dotted #1593c7;
    height: auto;
    width: auto;
    display: block;
}
.summary-yellow-color
{
    float: left;
    font-size: small%;
    background: #fcf206;
    color: #000;
    margin: 0 0 0 0;
    padding: 1em;
    border: 1px dotted #ffcc00;
    height: 2px;
    width: auto;
    display: block;
}
.pageheader
{
    background-color: #000000;
    color: #a1a1a1;
    font-family: Book Antiqua;
    font-size: small;
    -moz-border-radius: 3px/3px;
    -webkit-border-radius: 3px 3px;
    -webkit-border-radius: 3px/3px;
    width: 100%;
}
A.tab:hover
{
    font-family: Book Antiqua;
    color: #990000;
    font-size: small;
    font-weight: bold;
    text-decoration: none;
}
A.tab:active
{
    font-family: Book Antiqua;
    color: #cc0000;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
}
.Label
{
    font-size: small;
    color: #000000;
    font-weight: 500;
    font-family: Book Antiqua;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none; /*position:relative; margin-right:1px;margin-left:6px;*/ /*float:right;*/
}
.normalfld
{
    background-color: #FFFFFF;
    width: 150px;
    padding: 1px 3px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: small;
}
.focusfld
{
    background-color: #FFFFCC; /*#FFFFCC*/
    width: 150px;
    padding: 1px 3px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: small;
}
.inputText, .inputPassword
{
    width: 150px;
    padding: 1px 3px;
    margin: 0 0 0 0;
    text-transform: uppercase;
    font-size: small;
}

/*****************/
/*   DATA TABLE  */
/*****************/

.data-table
{
    margin: 0px auto;
    width: 90%;
    margin-bottom: 10px;
    border: 1px solid #bfcfd8;
}


.data-table caption
{
    font-size: 10px;
    font-weight: bold;
    color: #fff;
    text-align: left;
    text-transform: uppercase;
    background: url(     '../Images/latest-tasks-caption.png' ) repeat-x;
    border-bottom: 1px solid #bfcfd8;
    padding: 9px 0 9px 20px;
}

.data-table thead tr th
{
    text-transform: uppercase;
    color: /*#7da0b1*/ white;
    font-weight: bold;
    font-size: 90%;
    text-align: left;
    height: 20px;
    border: 0;
    background-color: /* #deecf4*/ black;
    padding: 0 10px 0 10px;
}

.data-table tbody td
{
    padding: 2px 10px 2px 10px;
    border: 1px dotted #ccc; /*border: 1px solid #ccc;*/
    text-transform:capitalize;
}

.data-table tbody:hover
{
    cursor: pointer;
}

.data-table tbody td.select
{
    text-align: center;
}

.data-table tbody td.select input
{
    border: 0;
}

.data-table tbody td img.table-thumbnail
{
    border: 1px solid gray;
}
.data-table tbody td .table-edit
{
    float: left;
    display: block;
    height: 15px;
    background: url('../Images/Untitled1.png' ) no-repeat 0 0;
    margin-right: 10px;
    width: 20px;
}
.data-table tbody td .table-edits
{
    float: left;
    display: block;
    height: 16px;
    background: url('../Images/download.jpg' ) no-repeat 0 0;
    margin-right: 10px;
    width: 20px;
}
.data-table tbody td .table-delete
{
    float: left;
    display: block;
    height: 16px;
    width: 20px;
    background: url(     '../Images/deletes.png' ) no-repeat 0 0;
}
.data-table tbody td .table-download
{
    float: left;
    display: block;
    height: 16px;
    background: url(     '../Images/icon-download.png' ) no-repeat 0 0;
    border: solid 1px black;
    width: 20px;
}
.odd
{
    background-color: #fff;
}

.even
{
    background-color: #eee;
}

.over
{
    background-color: #92C2DA;
}

.select
{
    text-align: center;
}

#table-right-1
{
    float: right;
}

#table-action
{
    float: left;
    width: 125px;
    margin-right: 5px;
}



#table-right-1 .page-number
{
    float: left;
    padding: 0 5px 0 5px;
    line-height: 18px;
    background-color: #fff;
    border: 1px solid #ccc;
    color: #006DA6;
    font-size: 80%;
    text-align: center;
    margin-left: 5px;
    text-transform: uppercase;
}

#table-right-1 .page-number:hover, #table-right-1 .page-selected
{
    background-color: #006DA6;
    color: #fff;
    text-decoration: none;
}

#tabs
{
    border: 1px solid #ccc;
    height: 28px;
    background: #FFFFFF;
    padding-left: 1px;
    padding-top: 1px;
    -moz-box-shadow: inset 0 -2px 2px #dadada;
    -webkit-box-shadow: inset 0 -2px 2px #dadada;
    -webkit-box-shadow: inset 0 -2px 2px #dadada;
    -webkit-border-top-left-radius: 1px;
    -webkit-border-top-right-radius: 1px;
}

#tabs li
{
    float: left;
    list-style: none;
    border-top: 1px solid maroon /*#89AB20*/;
    border-left: 1px solid maroon /*#89AB20*/;
    border-right: 1px solid maroon /*#89AB20*/;
    margin-right: 1px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -moz-box-shadow: 0 -2px 2px #dadada;
    -webkit-box-shadow: 0 -2px 2px #dadada;
    -webkit-box-shadow: 0 -2px 2px #dadada;
}

#tabs li a
{
    font-family: Book Antiqua;
    font-size: 13px;
    font-weight: bold;
    color: maroon /*#89AB20*/;
    padding: 7px 14px 6px 12px;
    display: block;
    background: #FFFFFF;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    text-decoration: none;
    background: -moz-linear-gradient(top,#ebebeb,white 10%);
    background: -webkit-gradient(linear,0 0,0 10%,from(#ebebeb),to(white));
    border-top: 1px solid white;
    -webkit-text-shadow: -1px -1px 0 #fff;
    outline: none;
}

#tabs li a:hover, #tabs li a.inactive:hover
{
    border-top: 1px solid #dedede;
    color: #000000;
}

#tabs li a.inactive
{
    padding-top: 5px;
    padding-bottom: 5px;
    color: #666666;
    background: -moz-linear-gradient(top,#dedede,white 75%);
    background: -webkit-gradient(linear,0 0,0 75%,from(#dedede),to(white));
    border-top: 1px solid white;
}

/*New Table*/
table.gridtable
{
    font-family: Book Antiqua;
    font-size: 11px;
    color: #333333;
    border: 1px solid;
    border-width: 1px;
    border-color: #000000;
    border-collapse: collapse;
}
table.gridtable th
{
    border-width: 1px;
    padding: 8px;
    border: 1px solid;
    border-style: solid;
    border-color: #000000;
    background-color: #dedede;
}
table.gridtable td
{
    border-width: 1px;
    padding: 8px;
    border: 1px solid;
    border-style: solid;
    border-color: #000000;
    background-color: #ffffff;
}

#TimeTable
{
    font-family: Book Antiqua;
    width: 100%;
    border-collapse: collapse;
    background-color: #F7F9ED;
}

#TimeTable td, #TimeTable th
{
    font-size: 1em;
    border: 1px solid #98bf21;
    padding: 3px 7px 2px 7px;
}

#TimeTable th
{
    font-size: 1.1em;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 4px;
    background-color: #A7C942;
    color: #ffffff;
}

#TimeTable tr.alt td
{
    color: #000000;
    background-color: #EAF2D3;
}
.form-control
{
    text-transform: capitalize;
    font-weight: bold;
}
.footers
{
    /*top:96%;*/
    font-size: 90%;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    color: Navy; /*border-top: thin solid #ccc;*/
    bottom: 0;
    height: 50px;
    left: 5%;
    position: absolute;
}
