﻿body
{
    padding:0;
    margin:0;
    font-family:Verdana, Geneva, sans-serif ;
	font-size:10pt;
    background: #f5f5f5;
}

table {
	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;
	border-collapse: collapse; color: #323232;	line-height: 1.4;
}
p{	line-height: 1.4; color: #323232;}
.textbody {
	font-family: Verdana, Geneva, sans-serif;	font-size: 10pt;
	color: #323232;	line-height: 1.4;
}

/*wrapper*/
#wrapper
{    
    margin:auto;
}

@media (min-width: 768px) {
  #wrapper {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #wrapper {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  #wrapper {
    width: 1140px;
  }
}


/*top*/

#top, #center
{
    margin-bottom: 10px;    
}

#center
{
    width: 100%;
    overflow:auto;
}


    #top .navbar-nav, #page-content #center  /*content & plugin*/
    {
          background: #eeeeee;          
    }
	
	

	
.buttonSearch{
	color: #ffffff;
	text-decoration: none;
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 11px;	
	background-color:#023b68;
	margin-left:10px;
	border:none;
	font-weight:bold;
    padding:5px 10px;
    border-radius:5px;
}

.Search input{
	background-color: #ffffff;
	color: #323232;
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 12px;
	width: 160px;
	height:20px;
	border: #8a8a8a 1px solid;
}
.Search {
	background-color: #ffffff;
	color: #323232;
	font-family: Verdana, Geneva, sans-serif ;
	font-size: 12px;
	border: #8a8a8a 1px solid;
	width: 160px;
	height:25px;
	margin:5px;
}


/*center*/

    #center .row
    {
        margin:0px;
        background-color:#f5f5f5;
    }

    #center .left_content
    {
        height: auto;
        background-color:#fff;
        border:1px solid #dedede;padding:20px;
    }

    #center .right_content .col-md-12:nth-of-type(1)
    {
        height:100px;
        background-color:aqua;
    }

    #center .right_content .col-md-12:nth-of-type(2)
    {
        width:200px;
    }

    #center .right_content .col-md-12:nth-of-type(3)
    {
        height:100px;
        background:gray;
    }

    #center .right_content .col-md-12:nth-of-type(4)
    {
        height:100px;
        background:blue;
    }


/*footer*/
#footer
{
    height: 50px !important;
    background: #2a6eaf !important;
	color:#FFFFFF !important;
	font-size:9pt !important;      
}


@media (max-device-width: 768px)
{
    .padding0
    {
        padding: 0px;
    }
    #center .left_content{
        padding:10px;
    }
    #plugin{
        margin-top:20px;
    }
}

@media (min-width: 768px)
{
    .paddingRight0
    {
        padding-right: 0px; 
    }
}


#plugin{ background-color:#FFFFFF; padding:10px;border:1px solid #dedede; }

.text_left-right a:link {
 color:#154a78; TEXT-DECORATION: underline;
}
.text_left-right a:visited {
 color:#154a78; TEXT-DECORATION: underline;
}
.text_left-right a:hover {
 color:#154a78; TEXT-DECORATION: none;
}
.text_left-right a:active {
 text-decoration: underline; color:#154a78;
}

.text_left-right {
 font-family: Verdana, Geneva, sans-serif; font-size: 8pt;
 color: #181818; line-height: 1.4;
}

.title_left-right {
 font-family: Verdana, Geneva, sans-serif; font-size: 14pt;
 color: #2a6eaf; line-height: 1.4;
 margin-top:10px;
}


.copyright
{	
	color: #ffffff!important;
	text-align:center;
	font-size:9pt!important;

}
.copyright a
{
	color:#ffffff;
	text-align:center;
	text-decoration: none;
	font-size:9pt;
}
.copyright a:hover
{
	color: #ffffff;
	text-align:center;
	text-decoration: underline;	
	font-size:9pt;
}

/*.col-md-4{
	width:30%!important;
}*/
/*.col-md-8
{
	width:68%!important;
	margin-right:2%;
}*/
/*
fieldset{
border:1px solid #ccc!important;
	}
	*/
#banner img {
    margin:auto;
    display: block;
    height: auto;
    max-width: 100%;
	width:100%;
}
#content img {
  border: 0;
  display: block;
  margin: auto;
  height: auto;
  max-width: 100%;
}
.nav > li a:focus
{
bacground-color:#000;
}

.left_content fieldset{
    border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    margin:10px;
    
}
.left_content input, optgroup, select, textarea{
     border-color: #aaaaaa;
    border-style: solid;
    border-width: 1px;
    margin-left:5px;
    margin-top:3px;
   
}

@media (max-width: 947px){
	#banner img {
		margin:auto;
		display: block;
		max-width: 100%;
		height: auto !important;
	}	
	
	.slide-frame{
	    position: relative;
		z-index: 0;
		width: 100% !important;	
		height: auto !important;		
	}
	
	.wppa-container{
		width: 100% !important;
		height:300px;
	}

	#banner > table{
		width: 100% !important;
		height: auto !important;
	}
}


@media (max-width: 449px){
	.wppa-container{
		width: 100% !important;
		height:150px;
	}
}


