﻿html, body {
    margin: 0;
    padding: 0;
    min-width: 320px;

    font-size:14px;
        /*width:100%;
    height:100%;*/
	color:#575756;
}
* {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
    -webkit-appearance: none;
    	font-family:fibraonealt-light;
}


input[type='checkbox']
{
   -webkit-appearance:checkbox;
}

body {
    min-width:100%;
    min-height:100%;
}

.clear
{
    clear:both;
}

.pp{
   
 
}
@media(max-width:1175px)
{
    .pp
    {
        padding-left:25px;
        padding-right:25px;
    }
}
@media(max-width:600px)
{
    .pp
    {
        padding-left:10px;
        padding-right:10px;
    }
}


a
{
      color:#008C83;
      text-decoration:none;
}

body .ui-widget
{
       font-size: 16px;
    color: #008086;
    font-weight: 500;
        font-family: halcom, san-serif;
}
body .ui-menu .ui-menu-item
{
    border-bottom:1px dashed #929292;
    
}
body .ui-menu .ui-menu-item>div
{
    padding:8px;
}
body .ui-menu-item .ui-state-active
{
    background:transparent;
    font-size: 16px;
    color: #008086;
    font-weight: 500;
    font-family: halcom, san-serif;
    border-color: transparent;
}

body .ui-menu .ui-menu-item:last-of-type
{
    border-bottom:none;
}