﻿.containerMenu {
/*TRBL*/
    margin: 0em 0px 0.0em;
	padding: 5px 0px 18px 0px;
}
.menuDiv {
    margin: 0em 0px 0.0em;
	padding: 0px 0px 3px 0px;
}
.menubtn {
/*TRBL*/
    padding: 6px 0px 6px 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
	text-align: center;
    text-decoration: none;
    line-height: 1.1em;
    border-radius: 20px;
    display: inline-block;*/
/*    margin-bottom: 24px;*/
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;

    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;    
}

.menubtn.btn-primary {
    color: #ff5d00;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    margin-bottom: 4px;
/*	min-width: 80px;*/
	max-width: 160px; 
    height: 90%;
    width: 92%;
}
.menubtn.btn-primary:hover {
    color: #feeb85;
    background-color: #07b0a2;
    border: 1px solid #fff;
}
.menubtn.btn-default {
    color: #feeb85;
    background-color: #07b0a2;
    border: 1px solid #fff;
    margin-bottom: 3px;
/*	min-width: 80px;*/
	max-width: 160px; 
    height: 90%;
    width: 92%;
}
.menubtn.btn-default:hover {
    color: #ff5d00;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
}
.menuadminbtn {
/*TRBL*/
    padding: 3px 0px 6px 0px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: normal;
    font-size: 1.0em;
	text-align: center;
    text-decoration: none;
/*    line-height: 1.1em;*/
    border-radius: 12px;
    display: inline-block;*/
/*    margin-bottom: 24px;*/
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out; 

	  
}
.menuadminbtn.btnm-primary {
    color: #ffd804;
    background-color: #ffffff;
    border: 1px solid #ffd804;
/*	margin-bottom: 3px;*/
/*	min-width: 80px;*/
/*	max-width: 160px; */
    height: 26px;
    width: 60px;
}
.menuadminbtn.btnm-primary:hover {
    color: #d3d3d3;
    background-color: #ffffff;
    border: 1px solid #ffd600;
}
.menuadminbtn.btnm-default {
    color: #333333;
    background-color: #d3d3d3;
	    border: 1px solid #ffd600;
		    height: 26px;
    width: 60px;
}
.menuadminbtn.btnm-default:hover 
{
    color: #111;
    background-color: #ccc;
    border-color: #ccc;
	    border: 1px solid #ffd600;
	}
/*ADMIN*/
.chbox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FF6600;
}
