.link-button {
    background-color: #647eb2;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.link-button:hover {
    /* background-color: #45a049; */
	color: white;    
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.link-button:disabled,
.link-button[disabled],
.link-button:disabled:hover,
.link-button[disabled]:hover{
  border: 1px solid #999999;
  /* background-color: #d4dbe9; */
  background-color: #eff2f7;
  color: #aaa;
  box-shadow: none;
}

.link-button-outline {
    background-color: #fff;
    color: #647eb2;
    padding: 12px 20px;
    border: 1px solid #647eb2;
    border-radius: 4px;
    cursor: pointer;
}

.link-button-outline:hover {
    /* background-color: #45a049; */
    background-color: #647eb2;    
	color: white;    
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.link-button-outline:disabled,
.link-button-outline[disabled],
.link-button-outline:disabled:hover,
.link-button-outline[disabled]:hover{
  border: 1px solid #999999;
  /* background-color: #d4dbe9; */
  background-color: #fff;
  color: #aaa;
  box-shadow: none;
}


.link-button-small {
    background-color: #647eb2;
    color: white;
    /* padding: 6px 10px; */
    padding: 6px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.link-button-small:hover {
    /* background-color: #45a049; */
	color: white;    
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.24), 0 4px 12px 0 rgba(0,0,0,0.19);
}

.link-button-small:disabled,
.link-button-small[disabled],
.link-buttonv:disabled:hover,
.link-button-small[disabled]:hover{
  border: 1px solid #999999;
  /* background-color: #d4dbe9; */
  background-color: #eff2f7;
  color: #aaa;
  box-shadow: none;
}

.link-button-yellow {
    /* background-color: #4CAF50; */
    /* background-color: #647eb2; */
    background-color: #FFBA00;
    /* color: white; */
    color: black;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.link-button-yellow:hover {
    /* background-color: #45a049; */
	/* color: white; */    
	color: black;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.form-submit {
    /* background-color: #4CAF50; */
    background-color: #647eb2;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.form-submit:hover {
    /* background-color: #45a049; */
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button1 {
	/* background-color:#FFBA00; */
	background-color: #6986ab;
	color: #fff;
	width:200px;
	/* width:100%; */
	height:100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #fff;
	/* -webkit-box-shadow: #B3B3B3 5px 5px 5px; */
	/* -moz-box-shadow: #B3B3B3 5px 5px 5px; */ 
	/* box-shadow: #B3B3B3 5px 5px 5px; */
	text-align: center;
	margin: auto;
}

.button1:hover {
	/* background-color: #6986ab; */
	/* color: #0000FF; */ 
	border:2px solid #0000FF;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #B3B3B3 5px 5px 5px;border:2px solid #0000EE;	
}

.button2 {
	background-color:#3d6157;
	color: #fff;
	width:200px;
	height:100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #fff;
	/* -webkit-box-shadow: #B3B3B3 5px 5px 5px; */
	/* -moz-box-shadow: #B3B3B3 5px 5px 5px; */
	/* box-shadow: #B3B3B3 5px 5px 5px; */
	text-align: center;
	margin: auto;
}

.button2:hover {
	/* background-color: #6986ab; */	
	/* color: #0000FF; */ 
	border:2px solid #0000FF;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #B3B3B3 5px 5px 5px;
}

.button3 {
	background-color:#FFBA00;
	color: #fff;
	width:200px;
	height:100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:2px solid #fff;
	text-align: center;
	margin: auto;
}

.button3:hover {
	border:2px solid #0000FF;
	-webkit-box-shadow: #B3B3B3 5px 5px 5px;
	-moz-box-shadow: #B3B3B3 5px 5px 5px; 
	box-shadow: #B3B3B3 5px 5px 5px;
}

.button3-small, .button4-small {
	background-color:#FFBA00;
	color: #000;
	width:103px;
	height:33px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #ccc;
	text-align: center;
	margin: auto;
	font-family: 'Open Sans', sans-serif;font-weight: 700;"
}

.button3-small:hover, .button4-small:hover {
	color: #000; 
	box-shadow: 0 6px 8px 0 rgba(0,0,0,0.24), 0 8px 25px 0 rgba(0,0,0,0.19);
	cursor:pointer;
}

.button4-small { 
	cursor:pointer;
	width:8em; 
}

.buttontext {
	line-height: 98px;
    	display: inline-block;
    	vertical-align: middle;
	text-algn: center;
	font-siZe: 312%;
}

.buttontext-small {
	line-height: 32px;
	font-family: 'Open Sans', sans-serif;
	font-siZe: 100%;
    	display: inline-block;
    	vertical-align: middle;
	text-algn: center;
}

.buttontext a {

}

.buttontext a:hover {

}

.buttontext-half {
	line-height: 32px;
    	display: inline-block;
    	vertical-align: middle;
	text-algn: center;
	font-siZe: 187.5%;
	margin-top:17px;
}

.buttonimg-holder {
	width: 214.5px;
	height: 115.5px;
	border:2px solid #fff;
	margin: auto;}

.buttonimg-holder:hover {
	border:2px solid #0000FF;
}

.buttonimg-holder2 {
	width: 212.5px;
	height: 135.5px;
	border:2px solid #fff;
	margin: auto;
}

.buttonimg-holder2:hover {
	border:2px solid #0000FF;
}

.buttonimg-holder3 {
	width: 100%;
	border:3px solid #000;
	margin: auto;
}

.buttonimg-holder3:hover {
	border:0px solid #0000FF;
	color:#fff;
}

/* START TOGGLE SWITCHES */

    .onoffswitch {
        position: relative; width: 70px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid #999999; border-radius: 20px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
        font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "ON";
        padding-left: 10px;
        background-color: #86d993; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
        content: "OFF";
        padding-right: 10px;
        background-color: #EEEEEE; color: #999999;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 18px; margin: 3.5px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 41px;
        border: 2px solid #999999; border-radius: 20px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }


.issue-label {
  display: inline-block;
  width: 240px;
  text-align: right;
  margin-top:-50px;
}

/* END TOGGLE SWITCHES */



