@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400);

.grid-view table.items th
{
	
	background: #007dc1 !important;
}
.switch:hover{
    cursor:pointer;
}
.switch{
color: white;
background: orange;
border: none;
padding: 7px;
margin-left: 10px;
border-radius: 2px;
}
#ui-datepicker-div{
    
    width:20em !important;
}
#button:hover{
color:white;
}    

    .white:hover{
     color:white !important;   
    }
  .success{
      color: green; 
      
  }
  .yiiTab ul.tabs{
font-family: 'Open Sans', sans-serif !important;

	  
  }
body
{ 
	margin: 0;
	padding: 0;
	color: #555;
font-family: 'Open Sans', sans-serif !important;
background-image:url("wallpaper.jpg"); 
        background-size:cover;
        background-repeat: no-repeat;
        
    /*background-image: radial-gradient(circle farthest-side at center 50%, #7fb179, #03296d 125%);
     height: 100%; */
    /* margin: 0; */
    /* background-repeat: no-repeat; */
    background-attachment: fixed;


}
.buttons input {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:0px 2px 2px rgb(211, 211, 211);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	border:none !important;
	display:inline-block;
	cursor:pointer;
	color:#666666;
	font-family:Trebuchet MS;
	font-size:15px;
	padding:8px 0px 24px 0px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.buttons input:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}
.buttons input:active {
	position:relative;
	top:1px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
  background-color:rgba(255, 255, 255, 0.7);
  background-image:url('loading.gif');
  background-repeat: no-repeat;
  background-position: center;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
box-shadow:0px 5px 5px #555
}

#header
{
	margin: 0;
	padding: 0;
        
}

.total-footer{
	background: rgb(35, 112, 179);
    padding: 20px;
	color:white;
}

#aforms tr:hover {
background:  #59BE4E;
color: rgb(255, 255, 255);
}
#cforms tr:hover {
background:  #59BE4E;
color: rgb(255, 255, 255);
}
#bforms tr:hover {
background:  #59BE4E;
color: rgb(255, 255, 255);
}
#dforms tr:hover {
background:  #59BE4E;
color: rgb(255, 255, 255);
}
table[id*="forms"] tr:hover a{
    color:white
}
.yiiTab ul.tabs a.active {
        border-bottom: 1px solid white;
    color: white !important;
}
.yiiTab ul.tabs a
{
   background: rgba(85, 85, 85, 0.05) !important;
       -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    padding: 7px 0.5em !important;
    margin: 0 0 0 -2px !important;
    border: 1px solid #E2E2E2 !important;
    border-bottom: none;
    background: #E4E4E4;
    text-decoration: none;
    line-height: 30px;
    border-radius: 2px;
}

.yiiTab ul.tabs a.active
{
   background: #4183BE !important;
}
.parent  {
     pointer-events: none;
   cursor: not-allowed;
background: rgb(195, 195, 195);
opacity: .5;

}
.titles{
    background-image:url("lines.png");
    padding:5px;
    color:white;
}
#page
{ 
	margin-top: 20px;
	margin-bottom: 5px;
	background: white;
}

#header
{
	margin: 0;
	padding: 0;
}
#content
{
    padding: 20px;
	    min-height: 200px;
}

#sidebar
{
	padding: 20px 20px 20px 0;
}

#footer
{
	padding: 15px 0px 15px 10px;
	
	font-size: 0.9em;
	text-align: center;
	border-top: 1px solid #BABABA;
	background: #EFEFEF;
    color: black;
}

#logo
{
	padding: 10px 20px;
	font-size: 100%;
        color:rgb(17, 137, 184);
/*        text-shadow: 1px 1px 2px rgb(24, 20, 20);*/
}

#mainmenu
{
background: #2370b3; /* Old browsers */
}

#mainmenu ul
{
	padding:15px 25px 15px 25px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:15px;
	font-weight:normal;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: rgb(255, 255, 255);
	background-color:rgb(89, 190, 78);
	text-decoration:none;
           padding: 8px;
    border-radius: 3px;
        transition: all .5s;
}
 
div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{ 
	padding: 3px 8px;
	background: #555;
	border-left: #F7F7F7;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #fff;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#F7F7F7;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #59BE4E;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #59BE4E;
}

.operations li a:hover
{
	background: #59BE4E;
        color:white;
}