/*
 * Licensed to the Apache Software Foundation (ASF) under one
 * or more contributor license agreements.  See the NOTICE file
 * distributed with this work for additional information
 * regarding copyright ownership.  The ASF licenses this file
 * to you under the Apache License, Version 2.0 (the
 * "License"); you may not use this file except in compliance
 * with the License.  You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing,
 * software distributed under the License is distributed on an
 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
 * KIND, either express or implied.  See the License for the
 * specific language governing permissions and limitations
 * under the License.
 */
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0); /* make transparent link selection, adjust last value opacity 0 to 1.0 */
}

body {
    -webkit-touch-callout: none;                /* prevent callout to copy image, etc when tap to hold */
    -webkit-text-size-adjust: none;             /* prevent webkit from resizing text to fit */
    -webkit-user-select: none;                  /* prevent copy paste, to allow, change 'none' to 'text' */
    background-color:transparent;
    background-image:linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-ms-linear-gradient(top, #A7A7A7 0%, #E4E4E4 51%);
    background-image:-webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, #A7A7A7),
        color-stop(0.51, #E4E4E4)
    );
    background-attachment:fixed;
    font-family:'HelveticaNeue-Light', 'HelveticaNeue', Helvetica, Arial, sans-serif;
    font-size:12px;

	
	background-image:url(../image/pgv.jpg);
	background-repeat:no-repeat;
	background-size:100% 100%;
	opacity:0.9;
}


.left-inner-addon {
    position: relative;
}
.left-inner-addon input {
    padding-left: 30px;    
}
.left-inner-addon i {
    position: absolute;
    padding: 10px 12px;
    pointer-events: none;
}

.footer
{
	margin-top:10px;
	font-size:7pt;
	color:#666;
}

.fa-white
{
	color:white;
}

button
{
	color:#FFF;
}

.c_content {
	/*float: right;*/
	width: 97%;
	/*margin: 31px 0 3px 0; */
	height:auto;
	max-height:auto;
	margin: 0 auto;
	padding: 0px 10px 10px 10px;
	color: #000;
	background-color: #FFFFFF;
	border:2px solid #CCC;
	border-radius: 20px;
	clear:both;
}

th{
	padding: 2px 4px;
	text-align: center;
	border:2px solid #CCC;
	vertical-align:middle;
}

td{
	border:2px solid #CCC;	
	padding: 2px 4px;
}

table{
	border:2px solid #CCC;
}

.c_contentlogin {
	/*float: right;*/
	width: 95%;
	/*margin: 31px 0 3px 0; */
	height:auto;
	max-height:auto;
	margin: 20px 0 0px 0;
	padding: 0px 10px 10px 10px;
	color: #000;
	background-color: #FFFFFF;
	border:2px solid #CCC;
	border-radius: 20px;
	overflow:auto;
}

.exp_content{
	margin:0 0 0px 0;
	padding:3px 0px;
	height:35px;
	color:#000;
	border-bottom:2px solid #1C5A98;
	/*background-color:#1C5A98;*/
	font-variant:small-caps;
	font-weight:bold;
	font-size:1.2em;
	text-align:center;
	vertical-align:middle;
}

/*dropdown 1*/
.dropdown-submenu>.dropdown-menu {
    top:5;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display:block;
}
.dropdown-submenu>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu.pull-left {
    float:none;
}
.dropdown-submenu.pull-left>.dropdown-menu {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}

/*dropdown 2*/
.dropdown-submenu1>.dropdown-menu1 {
    top:35;
    left:100%;
    margin-top:-6px;
    margin-left:-1px;
    -webkit-border-radius:0 6px 6px 6px;
    -moz-border-radius:0 6px 6px 6px;
    border-radius:0 6px 6px 6px;
}

.dropdown-submenu1:hover>.dropdown-menu1 {
    display:block;
}
.dropdown-submenu1>a:after {
    display:block;
    content:" ";
    float:right;
    width:0;
    height:0;
    border-color:transparent;
    border-style:solid;
    border-width:5px 0 5px 5px;
    border-left-color:#cccccc;
    margin-top:5px;
    margin-right:-10px;
}
.dropdown-submenu1:hover>a:after {
    border-left-color:#ffffff;
}
.dropdown-submenu1.pull-left {
    float:none;
}
.dropdown-submenu1.pull-left>.dropdown-menu1 {
    left:-100%;
    margin-left:10px;
    -webkit-border-radius:6px 0 6px 6px;
    -moz-border-radius:6px 0 6px 6px;
    border-radius:6px 0 6px 6px;
}