﻿


.button {
    text-align: center;
    color: #ffffff;
    width: 100%;
    margin-bottom: 0px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    font-size: 15px;
    padding-top: 14px;
    font-family: 'Raleway', sans-serif;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
    display: inline-block;
    padding:  6px 12px;
     font-weight:500;
     line-height: 1.42857143;
      white-space: nowrap;
       vertical-align: middle;
       -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 3px;
}

.button:hover {
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    transition: all .25s ease;
}

.button:focus,
.button:active:focus{
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.redbtn{
    background-color: #d53934;
}

.redbtn:hover {
    background-color: #d14c48;
}

.bluebtn{
    background-color: #0078d7;
}
.bluebtn:hover{
    background-color: #0182e9;
}

.greenbtn{
    background-color: #18a91a;
}

.greenbtn:hover {
    background-color: #2dbc24;
    text-decoration: none;
     color: white;
}

.magentabtn{
    background-color: #CD00CD;
}
.magentabtn:hover {
    background-color: #EE00EE;
}

.coralbtn{
    background-color: #FFA07A;
}

.coralbtn:hover {
    background-color:  #D75728;
}

.maroonbtn{
    background-color: #492a83;
}

.maroonbtn:hover {
    background-color: #50299a;
}

.logbluebtn{
   background-color: #293b65;
}

.logbluebtn:hover {
    background-color: #4a639e;
}

.littlebluebtn {
   /*background-color: #314559;*/
   background-color: #0078d7;
}

.littlebluebtn:hover {
   /*background-color: #47637d;*/
   background-color: #0182e9;
}
.blackbtn{
    background-color:#000000;
}
.blackbtn:hover {
    background-color:#333333;
}




.Menubtn
{
    outline:none;
    width: 110px;
    display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 2px;
        color: #000000;
	background-color: #f5f5f5;
	/*border-color: #000000;*/

}
