﻿*{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}
a{
    color: red;
    

}
.formlogin
{
  background: url(../images/dragon-bg.png) no-repeat;
  background-size: 65%;
  margin: 0px;
  background-color: #1b222a;
	
}
#lbl_systemlogin{
    font-size: 15px;
}
input:-webkit-autofill{
    background-color: rgb(250, 255, 189);
background-image: none;
color: rgb(0, 0, 0);
}

.Button {
    color: #FFF;
background-color: #1268c1;
    border: none;
    border: 1px solid #ccc;

	display:inline-block;
	cursor:pointer;
    font-size: 16px;
	padding:6px 15px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
    margin-top: 4px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    
}
.Button:hover {
	
    background: #FF6405;
    
}

.ButtonRed {
padding: 2px 11px;
color: #FFF;
background-color: red;
border: none;
border: 1px solid #ccc;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;
border-radius: 6px;
display: inline-block;
cursor: pointer;
font-size: 11px;
text-decoration: none;
text-shadow: 0px 1px 0px #ffffff;
margin-top: 0px;
float: right;
-webkit-transition: all 0.5s;
-moz-transition: all 0.5s;
transition: all 0.5s;
}
.ButtonRed:hover {
	
    background-color: rgb(160, 0, 0);
    
}
strong
{
    color: rgb(148, 62, 62);
}

.form-control, Input[type="text"], Input[type="password"], textarea{
font-size: 14px;
height: 30px;
margin-bottom: 5px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 3px;
-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
box-shadow: 0px 0px 8px #d9d9d9; 
-moz-box-shadow: 0px 0px 8px #d9d9d9; 
-webkit-box-shadow: 0px 0px 8px #d9d9d9; 
}
.label-textbox{
-moz-border-radius: 5px 0 0 5px;
-webkit-border-radius: 5px 0 0 5px;
padding-right: 7px;
}

.right-radius{
-webkit-border-top-right-radius: 27px;
-webkit-border-bottom-right-radius: 27px;
-moz-border-radius-topright: 27px;
-moz-border-radius-bottomright: 27px;
border-top-right-radius: 27px;
border-bottom-right-radius: 27px;
}
.left-radius{
-webkit-border-top-left-radius: 27px;
-webkit-border-bottom-left-radius: 27px;
-moz-border-radius-topleft: 27px;
-moz-border-radius-bottomleft: 27px;
border-top-left-radius: 27px;
border-bottom-left-radius: 27px;
}
/* The CSS */
select {
    margin: 0;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
    display: inline-block;
    cursor:pointer;
    height: 30px;
    margin-bottom: 5px;
}
option{
     transition: opacity .5s ease-out;
    -moz-transition: opacity .5s ease-out;
    -webkit-transition: opacity .5s ease-out;
   -o-transition: opacity .5s ease-out;
}
table, tbody{
    border:transparent;
    
}

.header {
font-size: 13px; 
font-style: normal; 
font-weight: normal; 
color: gray;
text-decoration: none;
padding-left: 5px;
}


.tabrole{
    font-size:13px;
}
/*Buttons and icons with gradient effect*/
.btngradient{-webkit-filter:grayscale(1%) opacity(1)}*{transition:all 0.3s ease}
.btngradient:hover{-webkit-filter:grayscale(100%) opacity(0.5)}



#full-page-container
{
	overflow: auto;
    
}
.scroll-pane
{
	width: 100%;
	height: 200px;
	overflow: auto;
}
.horizontal-only
{
	height: auto;
	max-height: 200px;
}

.messages {
background: rgba(140, 8, 8, 0.5);
padding: 10px;
color: White;
list-style:none;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 1px solid red;
font-size: 15px;
}

#slideshow #slideshowWindow {
	width:883px;
	height:672px;
	margin:0;
	padding:0;
	position:relative;
	overflow:hidden;
}

#slideshow #slideshowWindow .slide {
	margin:0;
	padding:0;
	width:883px;
	height:672px;
	float:left;
	position:relative;
}