.theme-default{
	background:#FFF;
	color: #000
}
.theme-default #header{
	background:#FFF;
}
.theme-default .bg-alt{
	background:#000;
	color:#FFF
}
.theme-default .border-bottom {
    border-bottom: 1px solid #ededed;
    border-color: #ccc;
    padding: 9px 0;
}
.theme-default .shadow-lg2{
    box-shadow: 0 1rem 3rem rgba(0,0,0,.5) !important;
}
.theme-default .modal-content2 {
    background-color: #FFF;
    color: #000;
}




.theme-dark{
	background:#000;
	color: #FFF
}
.theme-dark #header{
	background:#000;
}
.theme-dark .bg-alt{
	background:#FFF;
	color:#000
}
.theme-dark .border-bottom {
    border-bottom: 1px solid #fff;
    border-color: #fff;
    padding: 9px 0;
}
.theme-dark .shadow-lg2 {
    box-shadow: 0 1rem 3rem rgba(256,256,256,.5) !important;
}
.theme-dark .modal-content2 {
    background-color: #000;
    color: #FFF;
}




.theme-red{
	background:red;
	color: #FFF
}
.theme-red #header{
	background:red;
}
.theme-red .bg-alt{
	background:#FFF;
	color:red
}
.theme-red .border-bottom {
    border-bottom: 1px solid #fff;
    border-color: #fff;
    padding: 9px 0;
}
.theme-red .shadow-lg2{
    box-shadow: 0 1rem 3rem rgba(256,256,256,.5) !important;
}
.theme-red .modal-content2 {
    background-color: red;
    color: #FFF;
}




.theme-blue{
	background:#000080;
	color: #FFF
}
.theme-blue #header{
	background:#000080;
}
.theme-blue .bg-alt{
	background:#FFF;
	color:#000080
}
.theme-blue .border-bottom {
    border-bottom: 1px solid #fff;
    border-color: #fff;
    padding: 9px 0;
}
.theme-blue .shadow-lg2{
    box-shadow: 0 1rem 3rem rgba(256,256,256,.5) !important;
}
.theme-blue .modal-content2 {
    background-color: #000080;
    color: #FFF;
}




.theme-green{
	background:#008000;
	color: #FFF
}
.theme-green #header{
	background:#008000;
}
.theme-green .bg-alt{
	background:#FFF;
	color:#008000
}
.theme-green .border-bottom {
    border-bottom: 1px solid #fff;
    border-color: #fff;
    padding: 9px 0;
}
.theme-green .shadow-lg2{
    box-shadow: 0 1rem 3rem rgba(256,256,256,.5) !important;
}
.theme-green .modal-content2 {
    background-color: #008000;
    color: #FFF;
}




.theme-purple{
	background:#800080;
	color: #FFF
}
.theme-purple #header{
	background:#800080;
}
.theme-purple .bg-alt{
	background:#FFF;
	color:#800080
}
.theme-purple .border-bottom {
    border-bottom: 1px solid #fff;
    border-color: #fff;
    padding: 9px 0;
}
.theme-purple .shadow-lg2{
    box-shadow: 0 1rem 3rem rgba(256,256,256,.5) !important;
}
.theme-purple .modal-content2 {
    background-color: #800080;
    color: #FFF;
}




.theme-ox{
	background:#4A0000;
	color: #FFF
}
.theme-ox #header{
	background:#4A0000;
}
.theme-ox .bg-alt{
	background:#FFF;
	color:#4A0000
}
.theme-ox .border-bottom {
    border-bottom: 1px solid #fff;
    border-color: #fff;
    padding: 9px 0;
}
.theme-ox .shadow-lg2{
    box-shadow: 0 1rem 3rem rgba(256,256,256,.5) !important;
}
.theme-ox .modal-content2 {
    background-color: #4A0000;
    color: #FFF;
}



.bg-transparent{
	background:transparent !important;
}


.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(256,256,256,.5) !important;
}