You are here

bootstrap.min.css in Drupal OAuth & OpenID Connect Login - OAuth2 Client SSO Login 7

.btn-block {
    display: block !important;
    width: 90% !important;
}

.btn1-block {
    display: block !important;
    width: 90% !important;
}


.btn {
    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: 4px;
	text-decoration: none
}


.btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover,.btn:focus,.btn.focus {
	
	text-decoration: none
}

.btn:active,.btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn.disabled,.btn[disabled],fieldset[disabled] .btn {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default
	{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default
	{
	background-image: none
}

.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active
	{
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
	{
	background-image: none
}

.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
	{
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success
	{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success
	{
	background-image: none
}

.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active
	{
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info
	{
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active
	{
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning
	{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning
	{
	background-image: none
}

.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active
	{
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger
	{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger
	{
	background-image: none
}

.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active
	{
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link
	{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
	border-color: transparent
}

.btn-link:hover,.btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus
	{
	color: #777;
	text-decoration: none
}

.btn-lg,.btn-group-lg>.btn {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn-sm,.btn-group-sm>.btn {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs,.btn-group-xs>.btn {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: 5px
}

input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block
	{
	width: 100%
}



.btn-group,.btn-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn-group>.btn,.btn-group-vertical>.btn {
	position: relative;
	float: left
}

.btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active
	{
	z-index: 2
}

.btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group
	{
	margin-left: -1px
}

.btn-toolbar {
	margin-left: -5px
}

.btn-toolbar .btn-group,.btn-toolbar .input-group {
	float: left
}

.btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
	margin-left: 5px
}

.btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
	){
	border-radius: 0
}

.btn-group>.btn:first-child {
	margin-left: 0
}

.btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ){
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn:last-child:not (:first-child ),.btn-group>.dropdown-toggle:not
	(:first-child ){
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group>.btn-group {
	float: left
}

.btn-group>.btn-group:not (:first-child ):not (:last-child )>.btn {
	border-radius: 0
}

.btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle
	{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:last-child>.btn:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
	outline: 0
}

.btn-group>.btn+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn-group>.btn-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn-group.open .dropdown-toggle.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn .caret {
	margin-left: 0
}

.btn-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn-lg .caret {
	border-width: 0 5px 5px
}

.btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn
	{
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn-group-vertical>.btn-group>.btn {
	float: none
}

.btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group
	{
	margin-top: -1px;
	margin-left: 0
}

.btn-group-vertical>.btn:not (:first-child ):not (:last-child ){
	border-radius: 0
}

.btn-group-vertical>.btn:first-child:not (:last-child ){
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn:last-child:not (:first-child ){
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

.btn-group-vertical>.btn-group:not (:first-child ):not (:last-child )>.btn
	{
	border-radius: 0
}

.btn-group-vertical>.btn-group:first-child:not (:last-child )>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not
	(:last-child )>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn-group-vertical>.btn-group:last-child:not (:first-child )>.btn:first-child
	{
	border-top-left-radius: 0;
	border-top-right-radius: 0
}


.btn1 {
    display: inline-block;
    padding: 4px 22px;
    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: 4px;
	text-decoration: none
}


.btn1:focus,.btn1:active:focus,.btn1.active:focus,.btn1.focus,.btn1:active.focus,.btn1.active.focus
	{
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn1:hover,.btn1:focus,.btn1.focus {
	
	text-decoration: none
}

.btn1:active,.btn1.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn1.disabled,.btn1[disabled],fieldset[disabled] .btn1 {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity = 65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.btn1-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn1-default:hover,.btn1-default:focus,.btn1-default.focus,.btn1-default:active,.btn1-default.active,.open>.dropdown-toggle.btn1-default
	{
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn1-default:active,.btn1-default.active,.open>.dropdown-toggle.btn1-default
	{
	background-image: none
}

.btn1-default.disabled,.btn1-default[disabled],fieldset[disabled] .btn1-default,.btn1-default.disabled:hover,.btn1-default[disabled]:hover,fieldset[disabled] .btn1-default:hover,.btn1-default.disabled:focus,.btn1-default[disabled]:focus,fieldset[disabled] .btn1-default:focus,.btn1-default.disabled.focus,.btn1-default[disabled].focus,fieldset[disabled] .btn1-default.focus,.btn1-default.disabled:active,.btn1-default[disabled]:active,fieldset[disabled] .btn1-default:active,.btn1-default.disabled.active,.btn1-default[disabled].active,fieldset[disabled] .btn1-default.active
	{
	background-color: #fff;
	border-color: #ccc
}

.btn1-default .badge {
	color: #fff;
	background-color: #333
}

.btn1-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn1-primary:hover,.btn1-primary:focus,.btn1-primary.focus,.btn1-primary:active,.btn1-primary.active,.open>.dropdown-toggle.btn1-primary
	{
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn1-primary:active,.btn1-primary.active,.open>.dropdown-toggle.btn1-primary
	{
	background-image: none
}

.btn1-primary.disabled,.btn1-primary[disabled],fieldset[disabled] .btn1-primary,.btn1-primary.disabled:hover,.btn1-primary[disabled]:hover,fieldset[disabled] .btn1-primary:hover,.btn1-primary.disabled:focus,.btn1-primary[disabled]:focus,fieldset[disabled] .btn1-primary:focus,.btn1-primary.disabled.focus,.btn1-primary[disabled].focus,fieldset[disabled] .btn1-primary.focus,.btn1-primary.disabled:active,.btn1-primary[disabled]:active,fieldset[disabled] .btn1-primary:active,.btn1-primary.disabled.active,.btn1-primary[disabled].active,fieldset[disabled] .btn1-primary.active
	{
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn1-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn1-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn1-success:hover,.btn1-success:focus,.btn1-success.focus,.btn1-success:active,.btn1-success.active,.open>.dropdown-toggle.btn1-success
	{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn1-success:active,.btn1-success.active,.open>.dropdown-toggle.btn1-success
	{
	background-image: none
}

.btn1-success.disabled,.btn1-success[disabled],fieldset[disabled] .btn1-success,.btn1-success.disabled:hover,.btn1-success[disabled]:hover,fieldset[disabled] .btn1-success:hover,.btn1-success.disabled:focus,.btn1-success[disabled]:focus,fieldset[disabled] .btn1-success:focus,.btn1-success.disabled.focus,.btn1-success[disabled].focus,fieldset[disabled] .btn1-success.focus,.btn1-success.disabled:active,.btn1-success[disabled]:active,fieldset[disabled] .btn1-success:active,.btn1-success.disabled.active,.btn1-success[disabled].active,fieldset[disabled] .btn1-success.active
	{
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn1-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn1-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn1-info:hover,.btn1-info:focus,.btn1-info.focus,.btn1-info:active,.btn1-info.active,.open>.dropdown-toggle.btn1-info
	{
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn1-info:active,.btn1-info.active,.open>.dropdown-toggle.btn1-info {
	background-image: none
}

.btn1-info.disabled,.btn1-info[disabled],fieldset[disabled] .btn1-info,.btn1-info.disabled:hover,.btn1-info[disabled]:hover,fieldset[disabled] .btn1-info:hover,.btn1-info.disabled:focus,.btn1-info[disabled]:focus,fieldset[disabled] .btn1-info:focus,.btn1-info.disabled.focus,.btn1-info[disabled].focus,fieldset[disabled] .btn1-info.focus,.btn1-info.disabled:active,.btn1-info[disabled]:active,fieldset[disabled] .btn1-info:active,.btn1-info.disabled.active,.btn1-info[disabled].active,fieldset[disabled] .btn1-info.active
	{
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn1-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn1-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn1-warning:hover,.btn1-warning:focus,.btn1-warning.focus,.btn1-warning:active,.btn1-warning.active,.open>.dropdown-toggle.btn1-warning
	{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn1-warning:active,.btn1-warning.active,.open>.dropdown-toggle.btn1-warning
	{
	background-image: none
}

.btn1-warning.disabled,.btn1-warning[disabled],fieldset[disabled] .btn1-warning,.btn1-warning.disabled:hover,.btn1-warning[disabled]:hover,fieldset[disabled] .btn1-warning:hover,.btn1-warning.disabled:focus,.btn1-warning[disabled]:focus,fieldset[disabled] .btn1-warning:focus,.btn1-warning.disabled.focus,.btn1-warning[disabled].focus,fieldset[disabled] .btn1-warning.focus,.btn1-warning.disabled:active,.btn1-warning[disabled]:active,fieldset[disabled] .btn1-warning:active,.btn1-warning.disabled.active,.btn1-warning[disabled].active,fieldset[disabled] .btn1-warning.active
	{
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn1-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn1-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn1-danger:hover,.btn1-danger:focus,.btn1-danger.focus,.btn1-danger:active,.btn1-danger.active,.open>.dropdown-toggle.btn1-danger
	{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn1-danger:active,.btn1-danger.active,.open>.dropdown-toggle.btn1-danger
	{
	background-image: none
}

.btn1-danger.disabled,.btn1-danger[disabled],fieldset[disabled] .btn1-danger,.btn1-danger.disabled:hover,.btn1-danger[disabled]:hover,fieldset[disabled] .btn1-danger:hover,.btn1-danger.disabled:focus,.btn1-danger[disabled]:focus,fieldset[disabled] .btn1-danger:focus,.btn1-danger.disabled.focus,.btn1-danger[disabled].focus,fieldset[disabled] .btn1-danger.focus,.btn1-danger.disabled:active,.btn1-danger[disabled]:active,fieldset[disabled] .btn1-danger:active,.btn1-danger.disabled.active,.btn1-danger[disabled].active,fieldset[disabled] .btn1-danger.active
	{
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn1-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn1-link {
	font-weight: 400;
	color: #337ab7;
	border-radius: 0
}

.btn1-link,.btn1-link:active,.btn1-link.active,.btn1-link[disabled],fieldset[disabled] .btn1-link
	{
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn1-link,.btn1-link:hover,.btn1-link:focus,.btn1-link:active {
	border-color: transparent
}

.btn1-link:hover,.btn1-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn1-link[disabled]:hover,fieldset[disabled] .btn1-link:hover,.btn1-link[disabled]:focus,fieldset[disabled] .btn1-link:focus
	{
	color: #777;
	text-decoration: none
}

.btn1-lg,.btn1-group-lg>.btn1 {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px
}

.btn1-sm,.btn1-group-sm>.btn1 {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn1-xs,.btn1-group-xs>.btn1 {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn1-block {
	display: block;
	width: 100%
}

.btn1-block+.btn1-block {
	margin-top: 5px
}

input[type=submit].btn1-block,input[type=reset].btn1-block,input[type=button].btn1-block
	{
	width: 100%
}



.btn1-group,.btn1-group-vertical {
	position: relative;
	display: inline-block;
	vertical-align: middle
}

.btn1-group>.btn1,.btn1-group-vertical>.btn1 {
	position: relative;
	float: left
}

.btn1-group>.btn1:hover,.btn1-group-vertical>.btn1:hover,.btn1-group>.btn1:focus,.btn1-group-vertical>.btn1:focus,.btn1-group>.btn1:active,.btn1-group-vertical>.btn1:active,.btn1-group>.btn1.active,.btn1-group-vertical>.btn1.active
	{
	z-index: 2
}

.btn1-group .btn1+.btn1,.btn1-group .btn1+.btn1-group,.btn1-group .btn1-group+.btn1,.btn1-group .btn1-group+.btn1-group
	{
	margin-left: -1px
}

.btn1-toolbar {
	margin-left: -5px
}

.btn1-toolbar .btn1-group,.btn1-toolbar .input-group {
	float: left
}

.btn1-toolbar>.btn1,.btn1-toolbar>.btn1-group,.btn1-toolbar>.input-group {
	margin-left: 5px
}

.btn1-group>.btn1:not (:first-child ):not (:last-child ):not (.dropdown-toggle
	){
	border-radius: 0
}

.btn1-group>.btn1:first-child {
	margin-left: 0
}

.btn1-group>.btn1:first-child:not (:last-child ):not (.dropdown-toggle ){
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn1-group>.btn1:last-child:not (:first-child ),.btn1-group>.dropdown-toggle:not
	(:first-child ){
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn1-group>.btn1-group {
	float: left
}

.btn1-group>.btn1-group:not (:first-child ):not (:last-child )>.btn1 {
	border-radius: 0
}

.btn1-group>.btn1-group:first-child>.btn1:last-child,.btn1-group>.btn1-group:first-child>.dropdown-toggle
	{
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn1-group>.btn1-group:last-child>.btn1:first-child {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.btn1-group .dropdown-toggle:active,.btn1-group.open .dropdown-toggle {
	outline: 0
}

.btn1-group>.btn1+.dropdown-toggle {
	padding-right: 8px;
	padding-left: 8px
}

.btn1-group>.btn1-lg+.dropdown-toggle {
	padding-right: 12px;
	padding-left: 12px
}

.btn1-group.open .dropdown-toggle {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
}

.btn1-group.open .dropdown-toggle.btn1-link {
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn1 .caret {
	margin-left: 0
}

.btn1-lg .caret {
	border-width: 5px 5px 0;
	border-bottom-width: 0
}

.dropup .btn1-lg .caret {
	border-width: 0 5px 5px
}

.btn1-group-vertical>.btn1,.btn1-group-vertical>.btn1-group,.btn1-group-vertical>.btn1-group>.btn1
	{
	display: block;
	float: none;
	width: 100%;
	max-width: 100%
}

.btn1-group-vertical>.btn1-group>.btn1 {
	float: none
}

.btn1-group-vertical>.btn1+.btn1,.btn1-group-vertical>.btn1+.btn1-group,.btn1-group-vertical>.btn1-group+.btn1,.btn1-group-vertical>.btn1-group+.btn1-group
	{
	margin-top: -1px;
	margin-left: 0
}

.btn1-group-vertical>.btn1:not (:first-child ):not (:last-child ){
	border-radius: 0
}

.btn1-group-vertical>.btn1:first-child:not (:last-child ){
	border-top-right-radius: 4px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn1-group-vertical>.btn1:last-child:not (:first-child ){
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-left-radius: 4px
}

.btn1-group-vertical>.btn1-group:not (:first-child ):not (:last-child )>.btn1
	{
	border-radius: 0
}

.btn1-group-vertical>.btn1-group:first-child:not (:last-child )>.btn1:last-child,.btn1-group-vertical>.btn1-group:first-child:not
	(:last-child )>.dropdown-toggle {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0
}

.btn1-group-vertical>.btn1-group:last-child:not (:first-child )>.btn1:first-child
	{
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

/* FAQ button and Ask question on forum button*/
.mo_faq_button_left{
	float: inherit;
	color: #48a0dc;
	border: 2px solid #48a0dc;
	padding: 5px;
	margin-left: 70px;
}

.mo_faq_button_left:hover{
	transform: scale(1.1);
}
.mo_faq_button_right{
	float: inherit;
	color: #48a0dc;
	border: 2px solid #48a0dc;
	padding: 5px;
	margin-left: 10px;
}

.mo_faq_button_right:hover{
	transform: scale(1.1);
}

File

css/bootstrap.min.css
View source
  1. .btn-block {
  2. display: block !important;
  3. width: 90% !important;
  4. }
  5. .btn1-block {
  6. display: block !important;
  7. width: 90% !important;
  8. }
  9. .btn {
  10. display: inline-block;
  11. /*padding: 6px 12px;*/
  12. margin-bottom: 0;
  13. font-size: 14px;
  14. font-weight: 400;
  15. line-height: 1.42857143;
  16. text-align: center;
  17. white-space: nowrap;
  18. vertical-align: middle;
  19. -ms-touch-action: manipulation;
  20. touch-action: manipulation;
  21. cursor: pointer;
  22. -webkit-user-select: none;
  23. -moz-user-select: none;
  24. -ms-user-select: none;
  25. user-select: none;
  26. background-image: none;
  27. border: 1px solid transparent;
  28. border-radius: 4px;
  29. text-decoration: none
  30. }
  31. .btn:focus,.btn:active:focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn.active.focus
  32. {
  33. outline: thin dotted;
  34. outline: 5px auto -webkit-focus-ring-color;
  35. outline-offset: -2px
  36. }
  37. .btn:hover,.btn:focus,.btn.focus {
  38. text-decoration: none
  39. }
  40. .btn:active,.btn.active {
  41. background-image: none;
  42. outline: 0;
  43. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  44. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  45. }
  46. .btn.disabled,.btn[disabled],fieldset[disabled] .btn {
  47. pointer-events: none;
  48. cursor: not-allowed;
  49. filter: alpha(opacity = 65);
  50. -webkit-box-shadow: none;
  51. box-shadow: none;
  52. opacity: .65
  53. }
  54. .btn-default {
  55. color: #333;
  56. background-color: #fff;
  57. border-color: #ccc
  58. }
  59. .btn-default:hover,.btn-default:focus,.btn-default.focus,.btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default
  60. {
  61. color: #333;
  62. background-color: #e6e6e6;
  63. border-color: #adadad
  64. }
  65. .btn-default:active,.btn-default.active,.open>.dropdown-toggle.btn-default
  66. {
  67. background-image: none
  68. }
  69. .btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled.focus,.btn-default[disabled].focus,fieldset[disabled] .btn-default.focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active
  70. {
  71. background-color: #fff;
  72. border-color: #ccc
  73. }
  74. .btn-default .badge {
  75. color: #fff;
  76. background-color: #333
  77. }
  78. .btn-primary {
  79. color: #fff;
  80. background-color: #337ab7;
  81. border-color: #2e6da4
  82. }
  83. .btn-primary:hover,.btn-primary:focus,.btn-primary.focus,.btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
  84. {
  85. color: #fff;
  86. background-color: #286090;
  87. border-color: #204d74
  88. }
  89. .btn-primary:active,.btn-primary.active,.open>.dropdown-toggle.btn-primary
  90. {
  91. background-image: none
  92. }
  93. .btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.btn-primary.disabled:hover,.btn-primary[disabled]:hover,fieldset[disabled] .btn-primary:hover,.btn-primary.disabled:focus,.btn-primary[disabled]:focus,fieldset[disabled] .btn-primary:focus,.btn-primary.disabled.focus,.btn-primary[disabled].focus,fieldset[disabled] .btn-primary.focus,.btn-primary.disabled:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active
  94. {
  95. background-color: #337ab7;
  96. border-color: #2e6da4
  97. }
  98. .btn-primary .badge {
  99. color: #337ab7;
  100. background-color: #fff
  101. }
  102. .btn-success {
  103. color: #fff;
  104. background-color: #5cb85c;
  105. border-color: #4cae4c
  106. }
  107. .btn-success:hover,.btn-success:focus,.btn-success.focus,.btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success
  108. {
  109. color: #fff;
  110. background-color: #449d44;
  111. border-color: #398439
  112. }
  113. .btn-success:active,.btn-success.active,.open>.dropdown-toggle.btn-success
  114. {
  115. background-image: none
  116. }
  117. .btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.btn-success.disabled:hover,.btn-success[disabled]:hover,fieldset[disabled] .btn-success:hover,.btn-success.disabled:focus,.btn-success[disabled]:focus,fieldset[disabled] .btn-success:focus,.btn-success.disabled.focus,.btn-success[disabled].focus,fieldset[disabled] .btn-success.focus,.btn-success.disabled:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active
  118. {
  119. background-color: #5cb85c;
  120. border-color: #4cae4c
  121. }
  122. .btn-success .badge {
  123. color: #5cb85c;
  124. background-color: #fff
  125. }
  126. .btn-info {
  127. color: #fff;
  128. background-color: #5bc0de;
  129. border-color: #46b8da
  130. }
  131. .btn-info:hover,.btn-info:focus,.btn-info.focus,.btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info
  132. {
  133. color: #fff;
  134. background-color: #31b0d5;
  135. border-color: #269abc
  136. }
  137. .btn-info:active,.btn-info.active,.open>.dropdown-toggle.btn-info {
  138. background-image: none
  139. }
  140. .btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.btn-info.disabled:hover,.btn-info[disabled]:hover,fieldset[disabled] .btn-info:hover,.btn-info.disabled:focus,.btn-info[disabled]:focus,fieldset[disabled] .btn-info:focus,.btn-info.disabled.focus,.btn-info[disabled].focus,fieldset[disabled] .btn-info.focus,.btn-info.disabled:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active
  141. {
  142. background-color: #5bc0de;
  143. border-color: #46b8da
  144. }
  145. .btn-info .badge {
  146. color: #5bc0de;
  147. background-color: #fff
  148. }
  149. .btn-warning {
  150. color: #fff;
  151. background-color: #f0ad4e;
  152. border-color: #eea236
  153. }
  154. .btn-warning:hover,.btn-warning:focus,.btn-warning.focus,.btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning
  155. {
  156. color: #fff;
  157. background-color: #ec971f;
  158. border-color: #d58512
  159. }
  160. .btn-warning:active,.btn-warning.active,.open>.dropdown-toggle.btn-warning
  161. {
  162. background-image: none
  163. }
  164. .btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.btn-warning.disabled:hover,.btn-warning[disabled]:hover,fieldset[disabled] .btn-warning:hover,.btn-warning.disabled:focus,.btn-warning[disabled]:focus,fieldset[disabled] .btn-warning:focus,.btn-warning.disabled.focus,.btn-warning[disabled].focus,fieldset[disabled] .btn-warning.focus,.btn-warning.disabled:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active
  165. {
  166. background-color: #f0ad4e;
  167. border-color: #eea236
  168. }
  169. .btn-warning .badge {
  170. color: #f0ad4e;
  171. background-color: #fff
  172. }
  173. .btn-danger {
  174. color: #fff;
  175. background-color: #d9534f;
  176. border-color: #d43f3a
  177. }
  178. .btn-danger:hover,.btn-danger:focus,.btn-danger.focus,.btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger
  179. {
  180. color: #fff;
  181. background-color: #c9302c;
  182. border-color: #ac2925
  183. }
  184. .btn-danger:active,.btn-danger.active,.open>.dropdown-toggle.btn-danger
  185. {
  186. background-image: none
  187. }
  188. .btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.btn-danger.disabled:hover,.btn-danger[disabled]:hover,fieldset[disabled] .btn-danger:hover,.btn-danger.disabled:focus,.btn-danger[disabled]:focus,fieldset[disabled] .btn-danger:focus,.btn-danger.disabled.focus,.btn-danger[disabled].focus,fieldset[disabled] .btn-danger.focus,.btn-danger.disabled:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active
  189. {
  190. background-color: #d9534f;
  191. border-color: #d43f3a
  192. }
  193. .btn-danger .badge {
  194. color: #d9534f;
  195. background-color: #fff
  196. }
  197. .btn-link {
  198. font-weight: 400;
  199. color: #337ab7;
  200. border-radius: 0
  201. }
  202. .btn-link,.btn-link:active,.btn-link.active,.btn-link[disabled],fieldset[disabled] .btn-link
  203. {
  204. background-color: transparent;
  205. -webkit-box-shadow: none;
  206. box-shadow: none
  207. }
  208. .btn-link,.btn-link:hover,.btn-link:focus,.btn-link:active {
  209. border-color: transparent
  210. }
  211. .btn-link:hover,.btn-link:focus {
  212. color: #23527c;
  213. text-decoration: underline;
  214. background-color: transparent
  215. }
  216. .btn-link[disabled]:hover,fieldset[disabled] .btn-link:hover,.btn-link[disabled]:focus,fieldset[disabled] .btn-link:focus
  217. {
  218. color: #777;
  219. text-decoration: none
  220. }
  221. .btn-lg,.btn-group-lg>.btn {
  222. padding: 10px 16px;
  223. font-size: 18px;
  224. line-height: 1.33;
  225. border-radius: 6px
  226. }
  227. .btn-sm,.btn-group-sm>.btn {
  228. padding: 5px 10px;
  229. font-size: 12px;
  230. line-height: 1.5;
  231. border-radius: 3px
  232. }
  233. .btn-xs,.btn-group-xs>.btn {
  234. padding: 1px 5px;
  235. font-size: 12px;
  236. line-height: 1.5;
  237. border-radius: 3px
  238. }
  239. .btn-block {
  240. display: block;
  241. width: 100%
  242. }
  243. .btn-block+.btn-block {
  244. margin-top: 5px
  245. }
  246. input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block
  247. {
  248. width: 100%
  249. }
  250. .btn-group,.btn-group-vertical {
  251. position: relative;
  252. display: inline-block;
  253. vertical-align: middle
  254. }
  255. .btn-group>.btn,.btn-group-vertical>.btn {
  256. position: relative;
  257. float: left
  258. }
  259. .btn-group>.btn:hover,.btn-group-vertical>.btn:hover,.btn-group>.btn:focus,.btn-group-vertical>.btn:focus,.btn-group>.btn:active,.btn-group-vertical>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn.active
  260. {
  261. z-index: 2
  262. }
  263. .btn-group .btn+.btn,.btn-group .btn+.btn-group,.btn-group .btn-group+.btn,.btn-group .btn-group+.btn-group
  264. {
  265. margin-left: -1px
  266. }
  267. .btn-toolbar {
  268. margin-left: -5px
  269. }
  270. .btn-toolbar .btn-group,.btn-toolbar .input-group {
  271. float: left
  272. }
  273. .btn-toolbar>.btn,.btn-toolbar>.btn-group,.btn-toolbar>.input-group {
  274. margin-left: 5px
  275. }
  276. .btn-group>.btn:not (:first-child ):not (:last-child ):not (.dropdown-toggle
  277. ){
  278. border-radius: 0
  279. }
  280. .btn-group>.btn:first-child {
  281. margin-left: 0
  282. }
  283. .btn-group>.btn:first-child:not (:last-child ):not (.dropdown-toggle ){
  284. border-top-right-radius: 0;
  285. border-bottom-right-radius: 0
  286. }
  287. .btn-group>.btn:last-child:not (:first-child ),.btn-group>.dropdown-toggle:not
  288. (:first-child ){
  289. border-top-left-radius: 0;
  290. border-bottom-left-radius: 0
  291. }
  292. .btn-group>.btn-group {
  293. float: left
  294. }
  295. .btn-group>.btn-group:not (:first-child ):not (:last-child )>.btn {
  296. border-radius: 0
  297. }
  298. .btn-group>.btn-group:first-child>.btn:last-child,.btn-group>.btn-group:first-child>.dropdown-toggle
  299. {
  300. border-top-right-radius: 0;
  301. border-bottom-right-radius: 0
  302. }
  303. .btn-group>.btn-group:last-child>.btn:first-child {
  304. border-top-left-radius: 0;
  305. border-bottom-left-radius: 0
  306. }
  307. .btn-group .dropdown-toggle:active,.btn-group.open .dropdown-toggle {
  308. outline: 0
  309. }
  310. .btn-group>.btn+.dropdown-toggle {
  311. padding-right: 8px;
  312. padding-left: 8px
  313. }
  314. .btn-group>.btn-lg+.dropdown-toggle {
  315. padding-right: 12px;
  316. padding-left: 12px
  317. }
  318. .btn-group.open .dropdown-toggle {
  319. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  320. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  321. }
  322. .btn-group.open .dropdown-toggle.btn-link {
  323. -webkit-box-shadow: none;
  324. box-shadow: none
  325. }
  326. .btn .caret {
  327. margin-left: 0
  328. }
  329. .btn-lg .caret {
  330. border-width: 5px 5px 0;
  331. border-bottom-width: 0
  332. }
  333. .dropup .btn-lg .caret {
  334. border-width: 0 5px 5px
  335. }
  336. .btn-group-vertical>.btn,.btn-group-vertical>.btn-group,.btn-group-vertical>.btn-group>.btn
  337. {
  338. display: block;
  339. float: none;
  340. width: 100%;
  341. max-width: 100%
  342. }
  343. .btn-group-vertical>.btn-group>.btn {
  344. float: none
  345. }
  346. .btn-group-vertical>.btn+.btn,.btn-group-vertical>.btn+.btn-group,.btn-group-vertical>.btn-group+.btn,.btn-group-vertical>.btn-group+.btn-group
  347. {
  348. margin-top: -1px;
  349. margin-left: 0
  350. }
  351. .btn-group-vertical>.btn:not (:first-child ):not (:last-child ){
  352. border-radius: 0
  353. }
  354. .btn-group-vertical>.btn:first-child:not (:last-child ){
  355. border-top-right-radius: 4px;
  356. border-bottom-right-radius: 0;
  357. border-bottom-left-radius: 0
  358. }
  359. .btn-group-vertical>.btn:last-child:not (:first-child ){
  360. border-top-left-radius: 0;
  361. border-top-right-radius: 0;
  362. border-bottom-left-radius: 4px
  363. }
  364. .btn-group-vertical>.btn-group:not (:first-child ):not (:last-child )>.btn
  365. {
  366. border-radius: 0
  367. }
  368. .btn-group-vertical>.btn-group:first-child:not (:last-child )>.btn:last-child,.btn-group-vertical>.btn-group:first-child:not
  369. (:last-child )>.dropdown-toggle {
  370. border-bottom-right-radius: 0;
  371. border-bottom-left-radius: 0
  372. }
  373. .btn-group-vertical>.btn-group:last-child:not (:first-child )>.btn:first-child
  374. {
  375. border-top-left-radius: 0;
  376. border-top-right-radius: 0
  377. }
  378. .btn1 {
  379. display: inline-block;
  380. padding: 4px 22px;
  381. margin-bottom: 0;
  382. font-size: 14px;
  383. font-weight: 400;
  384. line-height: 1.42857143;
  385. text-align: center;
  386. white-space: nowrap;
  387. vertical-align: middle;
  388. -ms-touch-action: manipulation;
  389. touch-action: manipulation;
  390. cursor: pointer;
  391. -webkit-user-select: none;
  392. -moz-user-select: none;
  393. -ms-user-select: none;
  394. user-select: none;
  395. background-image: none;
  396. border: 1px solid transparent;
  397. border-radius: 4px;
  398. text-decoration: none
  399. }
  400. .btn1:focus,.btn1:active:focus,.btn1.active:focus,.btn1.focus,.btn1:active.focus,.btn1.active.focus
  401. {
  402. outline: thin dotted;
  403. outline: 5px auto -webkit-focus-ring-color;
  404. outline-offset: -2px
  405. }
  406. .btn1:hover,.btn1:focus,.btn1.focus {
  407. text-decoration: none
  408. }
  409. .btn1:active,.btn1.active {
  410. background-image: none;
  411. outline: 0;
  412. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  413. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  414. }
  415. .btn1.disabled,.btn1[disabled],fieldset[disabled] .btn1 {
  416. pointer-events: none;
  417. cursor: not-allowed;
  418. filter: alpha(opacity = 65);
  419. -webkit-box-shadow: none;
  420. box-shadow: none;
  421. opacity: .65
  422. }
  423. .btn1-default {
  424. color: #333;
  425. background-color: #fff;
  426. border-color: #ccc
  427. }
  428. .btn1-default:hover,.btn1-default:focus,.btn1-default.focus,.btn1-default:active,.btn1-default.active,.open>.dropdown-toggle.btn1-default
  429. {
  430. color: #333;
  431. background-color: #e6e6e6;
  432. border-color: #adadad
  433. }
  434. .btn1-default:active,.btn1-default.active,.open>.dropdown-toggle.btn1-default
  435. {
  436. background-image: none
  437. }
  438. .btn1-default.disabled,.btn1-default[disabled],fieldset[disabled] .btn1-default,.btn1-default.disabled:hover,.btn1-default[disabled]:hover,fieldset[disabled] .btn1-default:hover,.btn1-default.disabled:focus,.btn1-default[disabled]:focus,fieldset[disabled] .btn1-default:focus,.btn1-default.disabled.focus,.btn1-default[disabled].focus,fieldset[disabled] .btn1-default.focus,.btn1-default.disabled:active,.btn1-default[disabled]:active,fieldset[disabled] .btn1-default:active,.btn1-default.disabled.active,.btn1-default[disabled].active,fieldset[disabled] .btn1-default.active
  439. {
  440. background-color: #fff;
  441. border-color: #ccc
  442. }
  443. .btn1-default .badge {
  444. color: #fff;
  445. background-color: #333
  446. }
  447. .btn1-primary {
  448. color: #fff;
  449. background-color: #337ab7;
  450. border-color: #2e6da4
  451. }
  452. .btn1-primary:hover,.btn1-primary:focus,.btn1-primary.focus,.btn1-primary:active,.btn1-primary.active,.open>.dropdown-toggle.btn1-primary
  453. {
  454. color: #fff;
  455. background-color: #286090;
  456. border-color: #204d74
  457. }
  458. .btn1-primary:active,.btn1-primary.active,.open>.dropdown-toggle.btn1-primary
  459. {
  460. background-image: none
  461. }
  462. .btn1-primary.disabled,.btn1-primary[disabled],fieldset[disabled] .btn1-primary,.btn1-primary.disabled:hover,.btn1-primary[disabled]:hover,fieldset[disabled] .btn1-primary:hover,.btn1-primary.disabled:focus,.btn1-primary[disabled]:focus,fieldset[disabled] .btn1-primary:focus,.btn1-primary.disabled.focus,.btn1-primary[disabled].focus,fieldset[disabled] .btn1-primary.focus,.btn1-primary.disabled:active,.btn1-primary[disabled]:active,fieldset[disabled] .btn1-primary:active,.btn1-primary.disabled.active,.btn1-primary[disabled].active,fieldset[disabled] .btn1-primary.active
  463. {
  464. background-color: #337ab7;
  465. border-color: #2e6da4
  466. }
  467. .btn1-primary .badge {
  468. color: #337ab7;
  469. background-color: #fff
  470. }
  471. .btn1-success {
  472. color: #fff;
  473. background-color: #5cb85c;
  474. border-color: #4cae4c
  475. }
  476. .btn1-success:hover,.btn1-success:focus,.btn1-success.focus,.btn1-success:active,.btn1-success.active,.open>.dropdown-toggle.btn1-success
  477. {
  478. color: #fff;
  479. background-color: #449d44;
  480. border-color: #398439
  481. }
  482. .btn1-success:active,.btn1-success.active,.open>.dropdown-toggle.btn1-success
  483. {
  484. background-image: none
  485. }
  486. .btn1-success.disabled,.btn1-success[disabled],fieldset[disabled] .btn1-success,.btn1-success.disabled:hover,.btn1-success[disabled]:hover,fieldset[disabled] .btn1-success:hover,.btn1-success.disabled:focus,.btn1-success[disabled]:focus,fieldset[disabled] .btn1-success:focus,.btn1-success.disabled.focus,.btn1-success[disabled].focus,fieldset[disabled] .btn1-success.focus,.btn1-success.disabled:active,.btn1-success[disabled]:active,fieldset[disabled] .btn1-success:active,.btn1-success.disabled.active,.btn1-success[disabled].active,fieldset[disabled] .btn1-success.active
  487. {
  488. background-color: #5cb85c;
  489. border-color: #4cae4c
  490. }
  491. .btn1-success .badge {
  492. color: #5cb85c;
  493. background-color: #fff
  494. }
  495. .btn1-info {
  496. color: #fff;
  497. background-color: #5bc0de;
  498. border-color: #46b8da
  499. }
  500. .btn1-info:hover,.btn1-info:focus,.btn1-info.focus,.btn1-info:active,.btn1-info.active,.open>.dropdown-toggle.btn1-info
  501. {
  502. color: #fff;
  503. background-color: #31b0d5;
  504. border-color: #269abc
  505. }
  506. .btn1-info:active,.btn1-info.active,.open>.dropdown-toggle.btn1-info {
  507. background-image: none
  508. }
  509. .btn1-info.disabled,.btn1-info[disabled],fieldset[disabled] .btn1-info,.btn1-info.disabled:hover,.btn1-info[disabled]:hover,fieldset[disabled] .btn1-info:hover,.btn1-info.disabled:focus,.btn1-info[disabled]:focus,fieldset[disabled] .btn1-info:focus,.btn1-info.disabled.focus,.btn1-info[disabled].focus,fieldset[disabled] .btn1-info.focus,.btn1-info.disabled:active,.btn1-info[disabled]:active,fieldset[disabled] .btn1-info:active,.btn1-info.disabled.active,.btn1-info[disabled].active,fieldset[disabled] .btn1-info.active
  510. {
  511. background-color: #5bc0de;
  512. border-color: #46b8da
  513. }
  514. .btn1-info .badge {
  515. color: #5bc0de;
  516. background-color: #fff
  517. }
  518. .btn1-warning {
  519. color: #fff;
  520. background-color: #f0ad4e;
  521. border-color: #eea236
  522. }
  523. .btn1-warning:hover,.btn1-warning:focus,.btn1-warning.focus,.btn1-warning:active,.btn1-warning.active,.open>.dropdown-toggle.btn1-warning
  524. {
  525. color: #fff;
  526. background-color: #ec971f;
  527. border-color: #d58512
  528. }
  529. .btn1-warning:active,.btn1-warning.active,.open>.dropdown-toggle.btn1-warning
  530. {
  531. background-image: none
  532. }
  533. .btn1-warning.disabled,.btn1-warning[disabled],fieldset[disabled] .btn1-warning,.btn1-warning.disabled:hover,.btn1-warning[disabled]:hover,fieldset[disabled] .btn1-warning:hover,.btn1-warning.disabled:focus,.btn1-warning[disabled]:focus,fieldset[disabled] .btn1-warning:focus,.btn1-warning.disabled.focus,.btn1-warning[disabled].focus,fieldset[disabled] .btn1-warning.focus,.btn1-warning.disabled:active,.btn1-warning[disabled]:active,fieldset[disabled] .btn1-warning:active,.btn1-warning.disabled.active,.btn1-warning[disabled].active,fieldset[disabled] .btn1-warning.active
  534. {
  535. background-color: #f0ad4e;
  536. border-color: #eea236
  537. }
  538. .btn1-warning .badge {
  539. color: #f0ad4e;
  540. background-color: #fff
  541. }
  542. .btn1-danger {
  543. color: #fff;
  544. background-color: #d9534f;
  545. border-color: #d43f3a
  546. }
  547. .btn1-danger:hover,.btn1-danger:focus,.btn1-danger.focus,.btn1-danger:active,.btn1-danger.active,.open>.dropdown-toggle.btn1-danger
  548. {
  549. color: #fff;
  550. background-color: #c9302c;
  551. border-color: #ac2925
  552. }
  553. .btn1-danger:active,.btn1-danger.active,.open>.dropdown-toggle.btn1-danger
  554. {
  555. background-image: none
  556. }
  557. .btn1-danger.disabled,.btn1-danger[disabled],fieldset[disabled] .btn1-danger,.btn1-danger.disabled:hover,.btn1-danger[disabled]:hover,fieldset[disabled] .btn1-danger:hover,.btn1-danger.disabled:focus,.btn1-danger[disabled]:focus,fieldset[disabled] .btn1-danger:focus,.btn1-danger.disabled.focus,.btn1-danger[disabled].focus,fieldset[disabled] .btn1-danger.focus,.btn1-danger.disabled:active,.btn1-danger[disabled]:active,fieldset[disabled] .btn1-danger:active,.btn1-danger.disabled.active,.btn1-danger[disabled].active,fieldset[disabled] .btn1-danger.active
  558. {
  559. background-color: #d9534f;
  560. border-color: #d43f3a
  561. }
  562. .btn1-danger .badge {
  563. color: #d9534f;
  564. background-color: #fff
  565. }
  566. .btn1-link {
  567. font-weight: 400;
  568. color: #337ab7;
  569. border-radius: 0
  570. }
  571. .btn1-link,.btn1-link:active,.btn1-link.active,.btn1-link[disabled],fieldset[disabled] .btn1-link
  572. {
  573. background-color: transparent;
  574. -webkit-box-shadow: none;
  575. box-shadow: none
  576. }
  577. .btn1-link,.btn1-link:hover,.btn1-link:focus,.btn1-link:active {
  578. border-color: transparent
  579. }
  580. .btn1-link:hover,.btn1-link:focus {
  581. color: #23527c;
  582. text-decoration: underline;
  583. background-color: transparent
  584. }
  585. .btn1-link[disabled]:hover,fieldset[disabled] .btn1-link:hover,.btn1-link[disabled]:focus,fieldset[disabled] .btn1-link:focus
  586. {
  587. color: #777;
  588. text-decoration: none
  589. }
  590. .btn1-lg,.btn1-group-lg>.btn1 {
  591. padding: 10px 16px;
  592. font-size: 18px;
  593. line-height: 1.33;
  594. border-radius: 6px
  595. }
  596. .btn1-sm,.btn1-group-sm>.btn1 {
  597. padding: 5px 10px;
  598. font-size: 12px;
  599. line-height: 1.5;
  600. border-radius: 3px
  601. }
  602. .btn1-xs,.btn1-group-xs>.btn1 {
  603. padding: 1px 5px;
  604. font-size: 12px;
  605. line-height: 1.5;
  606. border-radius: 3px
  607. }
  608. .btn1-block {
  609. display: block;
  610. width: 100%
  611. }
  612. .btn1-block+.btn1-block {
  613. margin-top: 5px
  614. }
  615. input[type=submit].btn1-block,input[type=reset].btn1-block,input[type=button].btn1-block
  616. {
  617. width: 100%
  618. }
  619. .btn1-group,.btn1-group-vertical {
  620. position: relative;
  621. display: inline-block;
  622. vertical-align: middle
  623. }
  624. .btn1-group>.btn1,.btn1-group-vertical>.btn1 {
  625. position: relative;
  626. float: left
  627. }
  628. .btn1-group>.btn1:hover,.btn1-group-vertical>.btn1:hover,.btn1-group>.btn1:focus,.btn1-group-vertical>.btn1:focus,.btn1-group>.btn1:active,.btn1-group-vertical>.btn1:active,.btn1-group>.btn1.active,.btn1-group-vertical>.btn1.active
  629. {
  630. z-index: 2
  631. }
  632. .btn1-group .btn1+.btn1,.btn1-group .btn1+.btn1-group,.btn1-group .btn1-group+.btn1,.btn1-group .btn1-group+.btn1-group
  633. {
  634. margin-left: -1px
  635. }
  636. .btn1-toolbar {
  637. margin-left: -5px
  638. }
  639. .btn1-toolbar .btn1-group,.btn1-toolbar .input-group {
  640. float: left
  641. }
  642. .btn1-toolbar>.btn1,.btn1-toolbar>.btn1-group,.btn1-toolbar>.input-group {
  643. margin-left: 5px
  644. }
  645. .btn1-group>.btn1:not (:first-child ):not (:last-child ):not (.dropdown-toggle
  646. ){
  647. border-radius: 0
  648. }
  649. .btn1-group>.btn1:first-child {
  650. margin-left: 0
  651. }
  652. .btn1-group>.btn1:first-child:not (:last-child ):not (.dropdown-toggle ){
  653. border-top-right-radius: 0;
  654. border-bottom-right-radius: 0
  655. }
  656. .btn1-group>.btn1:last-child:not (:first-child ),.btn1-group>.dropdown-toggle:not
  657. (:first-child ){
  658. border-top-left-radius: 0;
  659. border-bottom-left-radius: 0
  660. }
  661. .btn1-group>.btn1-group {
  662. float: left
  663. }
  664. .btn1-group>.btn1-group:not (:first-child ):not (:last-child )>.btn1 {
  665. border-radius: 0
  666. }
  667. .btn1-group>.btn1-group:first-child>.btn1:last-child,.btn1-group>.btn1-group:first-child>.dropdown-toggle
  668. {
  669. border-top-right-radius: 0;
  670. border-bottom-right-radius: 0
  671. }
  672. .btn1-group>.btn1-group:last-child>.btn1:first-child {
  673. border-top-left-radius: 0;
  674. border-bottom-left-radius: 0
  675. }
  676. .btn1-group .dropdown-toggle:active,.btn1-group.open .dropdown-toggle {
  677. outline: 0
  678. }
  679. .btn1-group>.btn1+.dropdown-toggle {
  680. padding-right: 8px;
  681. padding-left: 8px
  682. }
  683. .btn1-group>.btn1-lg+.dropdown-toggle {
  684. padding-right: 12px;
  685. padding-left: 12px
  686. }
  687. .btn1-group.open .dropdown-toggle {
  688. -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  689. box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125)
  690. }
  691. .btn1-group.open .dropdown-toggle.btn1-link {
  692. -webkit-box-shadow: none;
  693. box-shadow: none
  694. }
  695. .btn1 .caret {
  696. margin-left: 0
  697. }
  698. .btn1-lg .caret {
  699. border-width: 5px 5px 0;
  700. border-bottom-width: 0
  701. }
  702. .dropup .btn1-lg .caret {
  703. border-width: 0 5px 5px
  704. }
  705. .btn1-group-vertical>.btn1,.btn1-group-vertical>.btn1-group,.btn1-group-vertical>.btn1-group>.btn1
  706. {
  707. display: block;
  708. float: none;
  709. width: 100%;
  710. max-width: 100%
  711. }
  712. .btn1-group-vertical>.btn1-group>.btn1 {
  713. float: none
  714. }
  715. .btn1-group-vertical>.btn1+.btn1,.btn1-group-vertical>.btn1+.btn1-group,.btn1-group-vertical>.btn1-group+.btn1,.btn1-group-vertical>.btn1-group+.btn1-group
  716. {
  717. margin-top: -1px;
  718. margin-left: 0
  719. }
  720. .btn1-group-vertical>.btn1:not (:first-child ):not (:last-child ){
  721. border-radius: 0
  722. }
  723. .btn1-group-vertical>.btn1:first-child:not (:last-child ){
  724. border-top-right-radius: 4px;
  725. border-bottom-right-radius: 0;
  726. border-bottom-left-radius: 0
  727. }
  728. .btn1-group-vertical>.btn1:last-child:not (:first-child ){
  729. border-top-left-radius: 0;
  730. border-top-right-radius: 0;
  731. border-bottom-left-radius: 4px
  732. }
  733. .btn1-group-vertical>.btn1-group:not (:first-child ):not (:last-child )>.btn1
  734. {
  735. border-radius: 0
  736. }
  737. .btn1-group-vertical>.btn1-group:first-child:not (:last-child )>.btn1:last-child,.btn1-group-vertical>.btn1-group:first-child:not
  738. (:last-child )>.dropdown-toggle {
  739. border-bottom-right-radius: 0;
  740. border-bottom-left-radius: 0
  741. }
  742. .btn1-group-vertical>.btn1-group:last-child:not (:first-child )>.btn1:first-child
  743. {
  744. border-top-left-radius: 0;
  745. border-top-right-radius: 0
  746. }
  747. /* FAQ button and Ask question on forum button*/
  748. .mo_faq_button_left{
  749. float: inherit;
  750. color: #48a0dc;
  751. border: 2px solid #48a0dc;
  752. padding: 5px;
  753. margin-left: 70px;
  754. }
  755. .mo_faq_button_left:hover{
  756. transform: scale(1.1);
  757. }
  758. .mo_faq_button_right{
  759. float: inherit;
  760. color: #48a0dc;
  761. border: 2px solid #48a0dc;
  762. padding: 5px;
  763. margin-left: 10px;
  764. }
  765. .mo_faq_button_right:hover{
  766. transform: scale(1.1);
  767. }