﻿/* font color main */
body { font-family: sans-serif; color: #222; }

/* buttons */
button:not(.ui-button), input[type=button], input[type=submit], a.button{
	border: none;
	box-shadow: none;
	background: url('../img/elements/table/tick.png') 5px no-repeat #5CB85C;
	/*background: #5CB85C; */
	color: #fff;
	/*text-shadow: 0 1px #000;*/
	padding-left: 22px;
}

button.flat, input[type=button].flat, input[type=submit].flat, a.button.flat {
	border: none;
	box-shadow: none;
	background: url('../img/elements/table/tick.png') 5px no-repeat #5CB85C;
	/*background: #5CB85C; */
	color: #fff;
	/*text-shadow: 0 1px #000;*/
	padding-left: 22px;
	text-transform: capitalize;
}

.coursePlay{
	background-color: #5CB85C;
    float: right;
    margin-bottom: 5px;
    margin-right: 5px;
    padding: 1% 3%;
    width: auto;		
}

.box .header h2 {
	background-color: #485A78;
}

/* top nav colors */
ul.nav_colors li a.first_child, ul.nav_colors li a.first_child + ul
{
	background: #F8A949;
	color: #FFFFFF;
	text-shadow: none;
}

ul.nav_colors li a.second_child, ul.nav_colors li a.second_child + ul
{
	background: #77AE3A;
	color: #FFFFFF;
	text-shadow: none;
}

ul.nav_colors li a.third_child, ul.nav_colors li a.third_child + ul
{
	background: #486177;
	color: #FFFFFF;
	text-shadow: none;
}

ul.nav_colors li a.fourth_child, ul.nav_colors li a.fourth_child + ul
{
	background: #53B5DF;
	color: #FFFFFF;
	text-shadow: none;
}

ul.nav_colors li a.fifth_child, ul.nav_colors li a.fifth_child + ul
{
	background: #7992A2;
	color: #FFFFFF;
	text-shadow: none;
}

ul.nav_colors li a.sixth_child, ul.nav_colors li a.sixth_child + ul
{
	background: #E35756;
	color: #FFFFFF;
	text-shadow: none;
}

/* top menu hover color */
ul#nav li:hover > ul li a:hover, ul li.topMenuActive a  {
	color: #120000!important;
	text-decoration: none;
	text-shadow: none;
}

/* homepage boxes */
#plussign{
	background-color: #7992A2;
}

.center-holder{
	background: none repeat scroll 0 0 #42be94;
}

table.home_styled1 thead {
	background: url('../img/elements/table/star.png') 5px no-repeat #F8A949;
	color: #FFFFFF;	
}

table.home_styled1 td {
	padding: 8px 12px;
	border-bottom: 1px solid #F8A949;
	border-right: 1px solid #F8A949;
}

table.home_styled1 td:first-child {
	border-left: 1px solid #F8A949;
	padding-left: 8px 12px;
}

table.home_styled1 thead tr td:first-child {
	padding-left: 40px;
}

table.home_styled1 td:last-child {
	border-right: 1px solid #F8A949	;
	border-bottom: 1px solid #F8A949 ;
}

table.home_styled3 thead {
	background: url('../img/elements/table/fb.png') 5px no-repeat #485A78;
	color: #FFFFFF;	
}

table.home_styled3 td {
	padding: 8px 12px;
	border-bottom: 1px solid #485A78;
	border-right: 1px solid #485A78;
}

table.home_styled3 td:first-child {
	border-left: 1px solid #485A78;
	padding: 1px 0 0 0;
}

table.home_styled3 thead tr td:first-child {
	padding: 8px 12px 8px 40px;
}

table.home_styled3 td:last-child {
	border-right: 1px solid #485A78	;
	border-bottom: 1px solid #485A78 ;
}

table.home_styled2 thead {
	background: url('../img/elements/table/chat.png') 5px no-repeat #53B5DF;
	color: #FFFFFF;	
}

table.home_styled2 td {
	padding: 8px 12px;
	border-bottom: 1px solid #53B5DF;
	border-right: 1px solid #53B5DF;
}

table.home_styled2 td:first-child {
	border-left: 1px solid #53B5DF;
	padding-left: 20px;
}

table.home_styled2 thead tr td:first-child {
	padding-left: 50px;
}


table.home_styled2 td:last-child {
	border-right: 1px solid #53B5DF	;
	border-bottom: 1px solid #53B5DF ;
}

table.home_styled4 thead {
	background: url('../img/elements/table/lnk.png') 5px no-repeat #E35756;
	color: #FFFFFF;	
}

table.home_styled4 td {
	padding: 8px 12px;
	border-bottom: 1px solid #E35756;
	border-right: 1px solid #E35756;
}

table.home_styled4 td:first-child {
	border-left: 1px solid #E35756;
	padding: 10px 20px;
}

table.home_styled4 thead tr td:first-child {
	padding: 8px 12px 8px 40px;
}

table.home_styled4 td:last-child {
	border-right: 1px solid #E35756	;
	border-bottom: 1px solid #E35756 ;
}

table.home_styled9 thead {
	background: url('../img/elements/table/group-chat.png') 5px no-repeat #4657A4;
	color: #FFFFFF;	
}
table.home_styled9 td {
	padding: 8px 12px;
	border-bottom: 1px solid #4657A4;
	border-right: 1px solid #4657A4;
}
table.home_styled9 td:first-child {
	border-left: 1px solid #4657A4;
	padding: 10px 20px;
}
table.home_styled9 thead tr td:first-child {
	padding: 8px 12px 8px 40px;
}
table.home_styled9 td:last-child {
	border-right: 1px solid #584E56	;
	border-bottom: 1px solid #584E56 ;
}
table.home_styled5 thead {
	background: url('../img/elements/table/calender.png') 5px no-repeat #77AE3A;
	color: #FFFFFF;	
}

table.home_styled5 td {
	padding: 8px 12px;
	border-bottom: 1px solid #77AE3A;
	border-right: 1px solid #77AE3A;
}

table.home_styled5 td:first-child {
	border-left: 1px solid #77AE3A;
	padding: 10px 20px;
}

table.home_styled5 thead tr td:first-child {
	padding: 8px 12px 8px 40px;
}

table.home_styled5 td:last-child {
	border-right: 1px solid #77AE3A	;
	border-bottom: 1px solid #77AE3A ;
}

/* datatable */
.dataTables_wrapper .filters {
	background: #485A78;
}

/* icons */
.icon-envelope:before { content: url(icons/mail.png); background-color: #7992A2; height: 19px; }
.icon-cog:before                  { content: url(icons/settings.png); background-color: #77AE3A; height: 19px;  }
.icon-edit:before                 { content: url(icons/edit.png); background-color: #F0AD4E; height: 19px; }
.icon-resize-full:before          { content: url(icons/arrow.png); background-color: #77AE3A; height: 19px;  }
.icon-gift:before                 { content: url(icons/associated.png); background-color: #445D74; height: 19px; }
.icon-fire:before                 { content: url(icons/enroll.png); background-color: #53B5DF; height: 19px; }
.icon-eye-open:before             { content: url(icons/view.png); background-color: #53B5DF; height: 19px; }
.icon-bar-chart:before            { content: url(icons/report.png); background-color: #7992A2; height: 19px; }
.icon-external-link:before        { content: url(icons/respond.png); background-color: #486177; height: 19px; }
.icon-signin:before               { content: url(icons/assign.png); background-color: #55E028; height: 19px; }
.icon-columns:before              { content: url(icons/transcrpt.png); background-color: #77AE3A; height: 19px; }
.icon-dashboard:before            { content: url(icons/icon.png); background-color: #486177; height: 19px; }
.icon-remove:before            { content: url(icons/terminate.png); background-color: #F0AD4E; height: 19px; }
/* body backgroun color */
body.studentTab {
	background-color: #fbcf9b;
}

body.instructorTab {
	background-color: #eaf4df;
}

body.managerTab {
	background-color: #e1e5eb;
}

body.developerTab {
	background-color: #e8f5fb;
}

body.reporterTab {
	background-color: #dfe7ee;
}

body.adminTab {
	background-color: #fdf1f1;
}