﻿
/* set theme */
body.theme1 #sidebar .nav-sidebar > li {
  background-color: #e6a235;
}
body.theme1 #sidebar .nav-sidebar > li.active {
  background-color: #dd7633;
}
body.theme1 #tab {
	border-bottom: 6px solid #dd7633;
	width: 97.1%;
}
body.theme1 #tab > a.active {
  background-color: #dd7633;
}

body.theme1 a {
    
        color:#dd7633;
    
 }

 body.theme1 input[type=submit]:hover 
 {
	background-color: #dd7633;
	color:#FFF;
	text-decoration:none;
}

 body.theme1 .buttonActive 
 {
	background-color: #e6a235;
	color:#FFF;
	text-decoration:none;
}



body.theme2 #sidebar .nav-sidebar > li {
  background-color: #4daf7c;
}
body.theme2 #sidebar .nav-sidebar > li.active {
  background-color: #217e4f;
}
body.theme2 #tab {
	border-bottom: 6px solid #217e4f;
	width: 97.1%;
}
body.theme2 #tab > a.active {
  background-color: #217e4f;
}

body.theme2 a {
    
        color:#217e4f;
    
 }

 body.theme2 input[type=submit]:hover 
 {
	background-color: #217e4f;
	color:#FFF;
	text-decoration:none;
}

  body.theme2 .buttonActive 
 {
	background-color: #4daf7c;
	color:#FFF;
	text-decoration:none;
}


body.theme3 #sidebar .nav-sidebar > li {
  background-color: #1d8be0;
}
body.theme3 #sidebar .nav-sidebar > li.active {
  background-color: #005bad;
}
body.theme3 #tab {
	border-bottom: 6px solid #005bad;
	width: 97.1%;
}
body.theme3 #tab > a.active {
  background-color: #005bad;
}

body.theme3 a {
    
        color:#005bad;
    
 }

body.theme3 input[type=submit]:hover 
 {
	background-color: #005bad;
	color:#FFF;
	text-decoration:none;
}



  body.theme3 .buttonActive 
 {
	background-color: #1d8be0;
	color:#FFF;
	text-decoration:none;
}


body.theme4 #sidebar .nav-sidebar > li {
  background-color: #c10551;
}
body.theme4 #sidebar .nav-sidebar > li.active {
  background-color: #910026;
}
body.theme4 #tab {
	border-bottom: 6px solid #910026;
	width: 97.1%;
}
body.theme4 #tab > a.active {
  background-color: #910026;
}

body.theme4 a {
    
        color:#910026;
    
 }

body.theme4 input[type=submit]:hover 
 {
	background-color: #910026;
	color:#FFF;
	text-decoration:none;
}


  body.theme4 .buttonActive 
 {
	background-color: #c10551;
	color:#FFF;
	text-decoration:none;
}
