style_settings.css in Google Authenticator / 2 Factor Authentication - 2FA 8
.mo2f-font {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mo2f-setup-header {
padding-bottom: 6px;
font-size: 1.1em;
width: 100%;
line-height: 1.3em;
border-bottom: 1px solid #D3D3D3;
}
.mo2f-setup-header-top-left {
width: 100%;
text-align: left;
font-weight: bold;
display: inline-block;
}
.mo2f-setup-header-top-center {
width: 100%;
text-align: center;
color: rgb(24, 203, 45);
margin-top: 1px;
display: inline-block;
}
.mo2f-setup-header-top-right {
width: 100%;
text-align: right;
display: inline-block;
}
.mo2f-info {
/* padding: 8px 0px; */
margin: 12px 0px;
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.mo2f-setup-methods-info-wrap {
padding-bottom: 25px;
width: 100%;
line-height: 1.3em;
margin-left: 0px;
}
.mo2f-setup-methods-info-left {
display: inline-block;
width: 30%;
text-align: left;
}
.mo2f-setup-methods-info-center {
display: inline-block;
width: 30%;
text-align: center;
}
.mo2f-setup-methods-info-right {
display: inline-block;
width: 30%;
text-align: right;
}
.mo2f-color-icon {
vertical-align: middle;
display: inline-block;
width: 15px;
height: 15px;
margin-left: 20px;
margin-right: 10px;
}
.mo2f-active-method {
background-color: rgba(54, 157, 4, 0.42) !important;
}
.mo2f-configured-method {
background-color: rgba(99, 143, 223, 0.42) !important;
}
.mo2f-unconfigured-method {
background-color: rgba(221, 221, 221, 0.66) !important;
}
#mo-auth-setup-twofactor .form-radios .form-item {
float: left;
width: 30%;
min-width: 325px;
height: 142px;
padding: 10px;
margin: 5px 5px 5px 5px;
line-height: 1.42857143;
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
}
#mo-auth-setup-twofactor .form-radios .form-item p {
height: 55px;
}
#mo-auth-setup-twofactor .form-item .form-radio {
float: left;
margin-right: 10px;
}
#mo-auth-setup-twofactor .form-item label.option {
font-size: 1em;
}
.mo2f-method {
padding: 0px 5px 5px 5px;
font-weight: bold;
cursor: pointer;
}
.mo2f-laptop {
background: url(../images/laptop.png) no-repeat right;
padding: 10px;
margin-bottom: 0px;
}
.mo2f-smartphone {
background: url(../images/smartphone.png) no-repeat right;
padding: 10px;
margin-bottom: 0px;
}
.mo2f-smartphone-feature-phone {
background: url(../images/smart-feature.png) no-repeat right;
padding: 10px;
margin-bottom: 0px;
}
.mo2f-landline {
background: url(../images/landline.png) no-repeat right;
padding: 10px;
margin-bottom: 0px;
}
.mo2f-smartphone-feature-phone-laptop {
background: url(../images/sms-and-email.png) no-repeat right;
padding: 10px;
margin-bottom: 0px;
}
.mo2f-text-center {
text-align: center;
}
/* The Modal(background) */
.mo2f-modal {
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0, 0, 0); /* Fallback color */
background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
/* Modal Content/Box */
.mo2f-modal-content {
background-color: #fefefe;
margin: 7% auto; /* 15% from the top and centered */
/* border: 1px solid #888; */
width: 50%; /* Could be more or less, depending on screen size */
border-radius: 10px;
}
.mo2f-modal-container {
padding: 0.01em 16px;
}
.mo2f-modal-header {
color: #4a4a4a !important;
background-color: #ededed !important;
padding: 12px 15px;
font-size: 15pt;
height: 30px;
border-radius: 10px 10px 0px 0px;
}
.mo2f-modal-footer, .mo2f-modal-footer a {
/* color: #fff !important; */
background-color: #ededed !important;
text-align: right;
font-size: 12pt;
height: 30px !important;
padding: 12px 15px;
border-radius: 0px 0px 10px 10px;
}
.mo2f-modal-footer>div.form-actions {
padding-top: 0px;
margin-top: 0px;
}
.mo2f-modal-footer a {
text-decoration: underline !important;
}
.mo2f-message {
font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
padding: 10px 10px 10px 50px;
background-repeat: no-repeat;
margin: 7px 0px;
background-position: 8px 8px;
border: 1px solid;
}
div.mo2f-message-status {
background-color: #f8fff0;
color: #234600;
background-image: url(../../../../../../misc/message-24-ok.png);
border-color: #be7;
}
.mo2f-message-error {
background-color: white;
color: red;
background-image: url(../../../../../../misc/message-24-error.png);
}
.tabs-secondary {
display: none;
}
.googleauth-table {
width: 100%;
margin-top: 10px;
border: none !important;
}
.googleauth-table tr:first-child td {
font-size: 15.5px;
font-weight: bold;
border-bottom: 1px solid #dedede;
}
.googleauth-table td {
vertical-align: top;
width: 33%;
padding: 5px 10px;
}
.googleauth-table td:first-child {
border-right: 1px solid #ededed;
}
.googleauth-download-manual {
border: 1px solid #dedede;
border-radius: 7px;
border-color: #d6e9c6;
margin: 5px 15px 5px 0px;
padding: 0px 15px 20px 15px;
height: 250px;
}
.googleauth-download-qrcode {
border: 1px solid #dedede;
border-radius: 5px;
border-color: #d6e9c6;
margin: 5px 15px 5px 0px;
padding: 0px 15px 20px 15px;
height: 250px;
}
.googleauth-download-header {
border-bottom: 1px solid #d6e9c6;
text-align: center;
font-size: 11pt;
padding: 7px;
}
.googleauth-steps {
clear: both;
padding: 8px 0px;
font-size: 10.8pt
}
.googleauth-secret {
text-align: center;
background-color: #5cb85c;
width: 250px;
padding: 4px 0px;
/*margin-left: 100px;*/
font-size: 15px;
border: 0px;
border-radius: 9px;
color: #fff;
}
.img_position {
float: right;
}
#mo_2fa_config_outer{
display: flex;
overflow: hidden;
}
#mo_2fa_qr_config{
width:60%;
margin-right: 100px;
}
#mo_2fa_config_option_or{
text-align: center;
background: #D3D3D3;
border-radius: 4px;
color: #006799;
font-size: 1.5em;
}
.maindive_3 {
text-align: center;
width: 80%;
}
.floatLeft {
float: left;
}
.CenterOR {
/*float: left;*/
color: crimson;
font-size: large;
margin-left: 54px;
}
.subDivPosition {
float: right;
margin-right:10px;
}
.mo2f-textbox {
display: block;
width: 100%;
height: 34px;
padding: 6px !important;
font-size: 14px;
line-height: 1.42857143;
color: #555;
background-color: #fff;
background-image: none;
border: 1px solid #ccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
ease-in-out .15s;
-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
.15s;
transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
text-rendering: auto;
letter-spacing: normal;
word-spacing: normal;
text-transform: none;
text-indent: 0px;
text-shadow: none;
text-align: start;
-webkit-writing-mode: horizontal-tb;
box-sizing: border-box;
}
.mo2f-textbox-otp {
width: 200px;
font-size: 13pt;
}
#mo-auth-setup-twofactor .form-radios {
display: inline-block;
}
.mo2f-licensing-thumbnail {
width: 32%;
/* padding: 4px; */
margin: 0px 5px;
/* line-height: 1.42857143; */
background-color: #fff;
border: 1px solid #ddd;
border-radius: 4px;
-webkit-transition: border .2s ease-in-out;
-o-transition: border .2s ease-in-out;
transition: border .2s ease-in-out;
vertical-align: top;
}
.mo2f-licensing-light-tab {
background-color: rgba(34, 153, 221, 0.82) !important;
text-align: center;
display: inline-block;
}
.mo2f-licensing-dark-tab {
background-color: #1a71a4 !important;
text-align: center;
display: inline-block;
}
.mo2f-tab {
background-color: rgba(26,113,264,0.4);
text-align: center;
display: inline-block;
}
.mo2f-pricing-header {
font-size: 15pt;
}
.mo2f-pricing-button {
background: #0085ba;
border-color: #0073aa #006799 #006799;
box-shadow: 0 1px 0 #006799;
color: #fff;
text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799,
-1px 0 1px #006799;
height: 30px;
line-height: 28px;
padding: 0 12px 2px;
vertical-align: top;
display: inline-block;
font-size: 13px;
margin: 0;
cursor: pointer;
border-width: 1px;
border-style: solid;
-webkit-appearance: none;
white-space: nowrap;
-moz-box-sizing: border-box;
box-sizing: border-box;
margin: 5px;
}
.mo2f-kba-row {
margin: 15px 0px;
}
.mo2f-kba-header {
font-weight: bold;
}
.mo2f-kba-srno {
display: inline-block;
width: 5%;
}
.mo2f-kba-question {
display: inline-block;
width: 60%;
max-width: 450px;
}
.mo2f-kba-answer {
display: inline-block;
width: 30%;
max-width: 200px;
}
.samelineDiv{
float:left;
}
.mo2f-kba-question select {
width: 86%;
}
.mo2f_email_textbox {
width: 45%;
text-align: center;
height: 35px;
font-size: 18px;
border-radius: 5px;
}
/* General button style (reset) */
.btn {
border: none !important;
font-family: inherit;
font-size: inherit;
color: inherit;
background: none;
cursor: pointer;
padding: 25px 80px;
display: inline-block;
margin: 15px 30px;
text-transform: uppercase;
/* letter-spacing: 0.5px; */
font-weight: 700;
outline: none;
position: relative;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
transition: all 0.3s;
}
/* Button 3 */
.btn-3 {
background: rgba(102, 102, 102, 0.83) !important;
color: #fff !important;
}
.btn-3:hover {
background: rgba(102, 102, 102, 1) !important;
}
.btn-3:active {
top: 2px;
}
/* Button 3a */
.btn-3a {
padding: 25px 60px 25px 120px;
}
.btn-3a:before {
background: rgba(0, 0, 0, 0.05);
}
/* Button 3b */
.btn-3b {
padding: 25px 60px 25px 120px;
border-radius: 10px;
}
.btn-3b:before {
border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.btn-3c {
padding: 8px 8px 6px 8px !important;
border-radius: 5px !important;
box-shadow: 0 3px #666;
}
.btn-3e {
padding: 25px 120px 25px 60px;
overflow: hidden;
}
.btn-3e:before {
left: auto;
right: 10px;
z-index: 2;
}
.btn-3e:after {
width: 30%;
height: 200%;
background: rgba(255, 255, 255, 0.1);
z-index: 1;
right: 0;
top: 0;
margin: -5px 0 0 -5px;
-webkit-transform-origin: 0 0;
-webkit-transform: rotate(-20deg);
-moz-transform-origin: 0 0;
-moz-transform: rotate(-20deg);
-ms-transform-origin: 0 0;
-ms-transform: rotate(-20deg);
transform-origin: 0 0;
transform: rotate(-20deg);
}
.btn-3e:hover:after {
width: 40%;
}
.mo2f-grayed-out {
background-color: rgba(128, 128, 128, 0.05) !important;
opacity: .5;
}
.hidebutton {
visibility: hidden;
}
.mo_saml_register_message{
display: block;
margin-top: 10px;
text-align: center;
font-size: 14px;
border-radius: 10px;
border: 1px solid #fb9a9a;
color: red;
background-color: rgba(255,0,0,0.1);
}
/*UI Changes*/
.mo_saml_table_layout_1 {
background-color:#e0e0d8;
width: 97%;
padding:2%;
overflow: hidden;
}
.mo_saml_table_layout {
background-color:#FFFFFF;
border:1px solid #CCCCCC;
padding:0px 10px 10px 10px;
margin-bottom: 10px;
}
.mo_saml_container {
width: 60%;
padding:25px;
float: left;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
border-radius: 4px;
}
.mo_saml_table_layout_support_1{
border-radius: 4px; !important;
box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
width: 29%;
background-color:#FFFFFF;
border:1px solid #CCCCCC;
margin-left: 15px;
}
.mo_saml_highlight_background_note_2{
background-color: #e0e0e0;
border-radius: 4px;
padding: 0.55em;
width: 50%;
}
.mo_saml_highlight_background_note_1{
background-color: #e0e0e0;
border-radius: 4px;
padding: 0.55em;
width: 96%;
}
.mo_saml_highlight_background_note{
background-color: #e0e0e0;
border-radius: 4px;
padding: 0.55em;
width: 100%;
}
#phone_id{
width:60px;
}
/*license*/
#pricing-table {
padding-top: 30px;
}
#pricing-table li{
height: 40px;
color: black;
text-align: center;
}
.cross_mark_h{
font-size: 22px !important;
}
.support_styles2{
width: 93%;
margin-left: 14px;
}
.class_inline_1{
width: 29%;
display: inline-block;
padding-top: 198px;
}
.class_inline{
width: 22%;
display: inline-block;
vertical-align: top;
}
#pricing-table .pricing {
margin: 0;
padding: 0;
font-family: 'Robot', sans-serif;
}
#pricing-table .pricing .pricing-table {
padding-bottom: 15px;
}
#pricing-table .pricing .pricing-table .pricing-header {
position: relative;
background: #34495e;
padding: 6px 18px;
text-align: center;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-title {
color: #ffffff;
text-transform: uppercase;
letter-spacing: 2px;
font-size: 18px;
text-align: center;
font-weight: 500;
}
.pricing-header{
/*height:400px;*/
}
#feature_list{
margin-top:36px;
height:50px;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
font-size: 60px;
font-weight: 600;
color: #ffffff;
position: relative;
text-align: center;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
font-size: 24px;
position: relative;
top: -30px;
color: #bdc3c7;
}
#pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
font-size: 13px;
color: #bdc3c7;
text-transform: uppercase;
}
#pricing-table .pricing .pricing-list {
padding: 20px 0 40px 0;
background: #c4baba1c;
border: 1px solid #e3e3e3;
}
#pricing-table .pricing .pricing-list ul {
padding: 0px;
display: table;
margin: 0px auto;
width: 100%;
text-align: center;
}
#pricing-table .pricing .pricing-list ul li {
list-style: none;
border-bottom: 1px solid #EAECEB;
color: black;
font-size: 15px;
line-height: 42px;
}
#pricing-table .pricing .pricing-list ul li:last-child {
border: none;
}
#pricing-table .pricing .pricing-list ul li i {
margin-right: 12px;
color: #bdc3c7;
}
#pricing-table .pricing .pricing-list ul li span {
color: #34495e;
}
.pricing-rate:last-of-type {
margin-top:36px;
}
.pricing-title>span{
font-size: 12px;
letter-spacing: 1px;
}
p.pricing-title{
height: 70px;
}
p.pricing-rate{
margin-bottom: 50px;
}
.pricing-header h4{
color:white;
letter-spacing:1px;
}
#mo_pricing_dropdown_premium{
font-size: 12px;
color:black;
float: right;
margin-top: 2px;
width:100%;
}
.mo_pricing_dropdown_premium{
font-size: 15px;
float: right;
margin-top: 2px;
margin-left:50px;
}
#mo_pricing_dropdown_premium1{
font-size: 12px;
color:black;
float: right;
margin-top: 2px;
width:100%;
}
.mo_pricing_dropdown_premium1{
font-size: 15px;
float: right;
margin-top: 2px;
margin-left:50px;
}
#pricing_rate_note{
text-align: center;
font-size: 15px;
width: 100%;
}
#pricing_rate_note b{
font-size: 20px;
}
#pricing_rate_note span{
font-size: 15px;
color: blue;
}
.filler-class{
height: 79px;
}
.filler-class-mo-gateway{
height:0px;
}
.filler-class-custom-gateway{
height:0px;
}
.mo_btn_note{
font-size: 14px;
cursor: default;
border-color:#337ab7;
}
.pricing-list li:nth-of-type(2n+1) {
background-color: rgba(23, 61, 80, 0.06);
}
.btn-custom {
color: #ffffff;
font-size: 14px;
}
.btn-custom:hover {
color: #ffffff;
border: 1px solid #ffffff;
}
.btn {
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
}
.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
}
.mo_auth_new_2fa{
width:50% !important;
}
/* Welcome message of registration page */
.mo_saml_welcome_message{
display: block;
margin-top: 10px;
text-align: center;
font-size: 15px;
color: rgba(0, 128, 0, 0.70);
background-color: rgba(0, 255, 0, 0.15);
padding: 5px;
border: 1px solid rgba(0, 128, 0, 0.15);
border-radius: 4px;
}
/* User limit extend message */
.users_limit_exceeded_message{
display: block;
margin-top: 15px;
font-family: none !important;
text-align: center;
font-size: 15px;
border-radius: 10px;
border: 1px solid #fb9a9a;
color: red;
background-color: rgba(255,0,0,0.1);
padding: 8px;
}
/* FAQ button and Ask question on forum button*/
.mo_saml_text_center{
text-align: center;
}
.mo_faq_button_left{
float: inherit;
color: #48a0dc;
border: 2px solid #48a0dc;
padding: 5px;
}
.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);
}
.ns_row {
margin: 15px 0px;
}
.ns_name {
display: inline-block;
width: 16%;
max-width: 450px;
}
.ns_value {
display: inline-block;
width: 40%;
}
.ns_display{
text-decoration: none !important;
background-color: #337ab7;
color: white;
padding: 5px 10px 5px 10px;
border: 1px solid #333333;
border-radius: 15px;
}
File
includes/css/style_settings.css
View source
- .mo2f-font {
- font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
- }
-
- .mo2f-setup-header {
- padding-bottom: 6px;
- font-size: 1.1em;
- width: 100%;
- line-height: 1.3em;
- border-bottom: 1px solid #D3D3D3;
- }
-
- .mo2f-setup-header-top-left {
- width: 100%;
- text-align: left;
- font-weight: bold;
- display: inline-block;
- }
-
- .mo2f-setup-header-top-center {
- width: 100%;
- text-align: center;
- color: rgb(24, 203, 45);
- margin-top: 1px;
- display: inline-block;
- }
-
- .mo2f-setup-header-top-right {
- width: 100%;
- text-align: right;
- display: inline-block;
- }
-
- .mo2f-info {
- /* padding: 8px 0px; */
- margin: 12px 0px;
- font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
- }
- .mo2f-setup-methods-info-wrap {
- padding-bottom: 25px;
- width: 100%;
- line-height: 1.3em;
- margin-left: 0px;
- }
-
- .mo2f-setup-methods-info-left {
- display: inline-block;
- width: 30%;
- text-align: left;
- }
-
- .mo2f-setup-methods-info-center {
- display: inline-block;
- width: 30%;
- text-align: center;
- }
-
- .mo2f-setup-methods-info-right {
- display: inline-block;
- width: 30%;
- text-align: right;
- }
-
- .mo2f-color-icon {
- vertical-align: middle;
- display: inline-block;
- width: 15px;
- height: 15px;
- margin-left: 20px;
- margin-right: 10px;
- }
-
- .mo2f-active-method {
- background-color: rgba(54, 157, 4, 0.42) !important;
- }
-
- .mo2f-configured-method {
- background-color: rgba(99, 143, 223, 0.42) !important;
- }
-
- .mo2f-unconfigured-method {
- background-color: rgba(221, 221, 221, 0.66) !important;
- }
-
- #mo-auth-setup-twofactor .form-radios .form-item {
- float: left;
- width: 30%;
- min-width: 325px;
- height: 142px;
- padding: 10px;
- margin: 5px 5px 5px 5px;
- line-height: 1.42857143;
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: 4px;
- -webkit-transition: border .2s ease-in-out;
- -o-transition: border .2s ease-in-out;
- transition: border .2s ease-in-out;
- }
-
- #mo-auth-setup-twofactor .form-radios .form-item p {
- height: 55px;
- }
-
- #mo-auth-setup-twofactor .form-item .form-radio {
- float: left;
- margin-right: 10px;
- }
-
- #mo-auth-setup-twofactor .form-item label.option {
- font-size: 1em;
- }
-
- .mo2f-method {
- padding: 0px 5px 5px 5px;
- font-weight: bold;
- cursor: pointer;
- }
-
- .mo2f-laptop {
- background: url(../images/laptop.png) no-repeat right;
- padding: 10px;
- margin-bottom: 0px;
- }
-
- .mo2f-smartphone {
- background: url(../images/smartphone.png) no-repeat right;
- padding: 10px;
- margin-bottom: 0px;
- }
-
- .mo2f-smartphone-feature-phone {
- background: url(../images/smart-feature.png) no-repeat right;
- padding: 10px;
- margin-bottom: 0px;
- }
-
- .mo2f-landline {
- background: url(../images/landline.png) no-repeat right;
- padding: 10px;
- margin-bottom: 0px;
- }
-
- .mo2f-smartphone-feature-phone-laptop {
- background: url(../images/sms-and-email.png) no-repeat right;
- padding: 10px;
- margin-bottom: 0px;
- }
-
- .mo2f-text-center {
- text-align: center;
- }
- /* The Modal(background) */
- .mo2f-modal {
- position: fixed; /* Stay in place */
- z-index: 1; /* Sit on top */
- left: 0;
- top: 0;
- width: 100%; /* Full width */
- height: 100%; /* Full height */
- overflow: auto; /* Enable scroll if needed */
- background-color: rgb(0, 0, 0); /* Fallback color */
- background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
- }
-
- /* Modal Content/Box */
- .mo2f-modal-content {
- background-color: #fefefe;
- margin: 7% auto; /* 15% from the top and centered */
- /* border: 1px solid #888; */
- width: 50%; /* Could be more or less, depending on screen size */
- border-radius: 10px;
- }
-
- .mo2f-modal-container {
- padding: 0.01em 16px;
- }
-
- .mo2f-modal-header {
- color: #4a4a4a !important;
- background-color: #ededed !important;
- padding: 12px 15px;
- font-size: 15pt;
- height: 30px;
- border-radius: 10px 10px 0px 0px;
- }
-
- .mo2f-modal-footer, .mo2f-modal-footer a {
- /* color: #fff !important; */
- background-color: #ededed !important;
- text-align: right;
- font-size: 12pt;
- height: 30px !important;
- padding: 12px 15px;
- border-radius: 0px 0px 10px 10px;
- }
-
- .mo2f-modal-footer>div.form-actions {
- padding-top: 0px;
- margin-top: 0px;
- }
-
- .mo2f-modal-footer a {
- text-decoration: underline !important;
- }
-
- .mo2f-message {
- font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
- padding: 10px 10px 10px 50px;
- background-repeat: no-repeat;
- margin: 7px 0px;
- background-position: 8px 8px;
- border: 1px solid;
- }
-
- div.mo2f-message-status {
- background-color: #f8fff0;
- color: #234600;
- background-image: url(../../../../../../misc/message-24-ok.png);
- border-color: #be7;
- }
-
- .mo2f-message-error {
- background-color: white;
- color: red;
- background-image: url(../../../../../../misc/message-24-error.png);
- }
-
- .tabs-secondary {
- display: none;
- }
-
- .googleauth-table {
- width: 100%;
- margin-top: 10px;
- border: none !important;
- }
-
- .googleauth-table tr:first-child td {
- font-size: 15.5px;
- font-weight: bold;
- border-bottom: 1px solid #dedede;
- }
-
- .googleauth-table td {
- vertical-align: top;
- width: 33%;
- padding: 5px 10px;
- }
-
- .googleauth-table td:first-child {
- border-right: 1px solid #ededed;
- }
-
- .googleauth-download-manual {
- border: 1px solid #dedede;
- border-radius: 7px;
- border-color: #d6e9c6;
- margin: 5px 15px 5px 0px;
- padding: 0px 15px 20px 15px;
- height: 250px;
- }
-
- .googleauth-download-qrcode {
- border: 1px solid #dedede;
- border-radius: 5px;
- border-color: #d6e9c6;
- margin: 5px 15px 5px 0px;
- padding: 0px 15px 20px 15px;
- height: 250px;
- }
-
- .googleauth-download-header {
- border-bottom: 1px solid #d6e9c6;
- text-align: center;
- font-size: 11pt;
- padding: 7px;
- }
-
- .googleauth-steps {
- clear: both;
- padding: 8px 0px;
- font-size: 10.8pt
- }
-
- .googleauth-secret {
- text-align: center;
- background-color: #5cb85c;
- width: 250px;
- padding: 4px 0px;
- /*margin-left: 100px;*/
- font-size: 15px;
- border: 0px;
- border-radius: 9px;
- color: #fff;
- }
-
- .img_position {
- float: right;
- }
- #mo_2fa_config_outer{
- display: flex;
- overflow: hidden;
- }
- #mo_2fa_qr_config{
- width:60%;
- margin-right: 100px;
- }
- #mo_2fa_config_option_or{
- text-align: center;
- background: #D3D3D3;
- border-radius: 4px;
- color: #006799;
- font-size: 1.5em;
- }
- .maindive_3 {
- text-align: center;
- width: 80%;
- }
- .floatLeft {
- float: left;
- }
- .CenterOR {
- /*float: left;*/
- color: crimson;
- font-size: large;
- margin-left: 54px;
- }
- .subDivPosition {
- float: right;
- margin-right:10px;
- }
-
-
- .mo2f-textbox {
- display: block;
- width: 100%;
- height: 34px;
- padding: 6px !important;
- font-size: 14px;
- line-height: 1.42857143;
- color: #555;
- background-color: #fff;
- background-image: none;
- border: 1px solid #ccc;
- border-radius: 4px;
- -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
- -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow
- ease-in-out .15s;
- -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out
- .15s;
- transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
- text-rendering: auto;
- letter-spacing: normal;
- word-spacing: normal;
- text-transform: none;
- text-indent: 0px;
- text-shadow: none;
- text-align: start;
- -webkit-writing-mode: horizontal-tb;
- box-sizing: border-box;
- }
-
- .mo2f-textbox-otp {
- width: 200px;
- font-size: 13pt;
- }
-
- #mo-auth-setup-twofactor .form-radios {
- display: inline-block;
- }
-
- .mo2f-licensing-thumbnail {
- width: 32%;
- /* padding: 4px; */
- margin: 0px 5px;
- /* line-height: 1.42857143; */
- background-color: #fff;
- border: 1px solid #ddd;
- border-radius: 4px;
- -webkit-transition: border .2s ease-in-out;
- -o-transition: border .2s ease-in-out;
- transition: border .2s ease-in-out;
- vertical-align: top;
- }
-
- .mo2f-licensing-light-tab {
- background-color: rgba(34, 153, 221, 0.82) !important;
- text-align: center;
- display: inline-block;
- }
-
- .mo2f-licensing-dark-tab {
- background-color: #1a71a4 !important;
- text-align: center;
- display: inline-block;
- }
-
- .mo2f-tab {
- background-color: rgba(26,113,264,0.4);
- text-align: center;
- display: inline-block;
- }
-
- .mo2f-pricing-header {
- font-size: 15pt;
- }
-
- .mo2f-pricing-button {
- background: #0085ba;
- border-color: #0073aa #006799 #006799;
- box-shadow: 0 1px 0 #006799;
- color: #fff;
- text-shadow: 0 -1px 1px #006799, 1px 0 1px #006799, 0 1px 1px #006799,
- -1px 0 1px #006799;
- height: 30px;
- line-height: 28px;
- padding: 0 12px 2px;
- vertical-align: top;
- display: inline-block;
- font-size: 13px;
- margin: 0;
- cursor: pointer;
- border-width: 1px;
- border-style: solid;
- -webkit-appearance: none;
- white-space: nowrap;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- margin: 5px;
- }
-
- .mo2f-kba-row {
- margin: 15px 0px;
- }
-
- .mo2f-kba-header {
- font-weight: bold;
- }
-
- .mo2f-kba-srno {
- display: inline-block;
- width: 5%;
- }
-
- .mo2f-kba-question {
- display: inline-block;
- width: 60%;
- max-width: 450px;
- }
-
- .mo2f-kba-answer {
- display: inline-block;
- width: 30%;
- max-width: 200px;
- }
- .samelineDiv{
- float:left;
- }
-
- .mo2f-kba-question select {
- width: 86%;
- }
-
- .mo2f_email_textbox {
- width: 45%;
- text-align: center;
- height: 35px;
- font-size: 18px;
- border-radius: 5px;
- }
- /* General button style (reset) */
- .btn {
- border: none !important;
- font-family: inherit;
- font-size: inherit;
- color: inherit;
- background: none;
- cursor: pointer;
- padding: 25px 80px;
- display: inline-block;
- margin: 15px 30px;
- text-transform: uppercase;
- /* letter-spacing: 0.5px; */
- font-weight: 700;
- outline: none;
- position: relative;
- -webkit-transition: all 0.3s;
- -moz-transition: all 0.3s;
- transition: all 0.3s;
- }
-
- /* Button 3 */
- .btn-3 {
- background: rgba(102, 102, 102, 0.83) !important;
- color: #fff !important;
- }
-
- .btn-3:hover {
- background: rgba(102, 102, 102, 1) !important;
- }
-
- .btn-3:active {
- top: 2px;
- }
-
- /* Button 3a */
- .btn-3a {
- padding: 25px 60px 25px 120px;
- }
-
- .btn-3a:before {
- background: rgba(0, 0, 0, 0.05);
- }
-
- /* Button 3b */
- .btn-3b {
- padding: 25px 60px 25px 120px;
- border-radius: 10px;
- }
-
- .btn-3b:before {
- border-right: 2px solid rgba(255, 255, 255, 0.5);
- }
-
- .btn-3c {
- padding: 8px 8px 6px 8px !important;
- border-radius: 5px !important;
- box-shadow: 0 3px #666;
- }
-
- .btn-3e {
- padding: 25px 120px 25px 60px;
- overflow: hidden;
- }
-
- .btn-3e:before {
- left: auto;
- right: 10px;
- z-index: 2;
- }
-
- .btn-3e:after {
- width: 30%;
- height: 200%;
- background: rgba(255, 255, 255, 0.1);
- z-index: 1;
- right: 0;
- top: 0;
- margin: -5px 0 0 -5px;
- -webkit-transform-origin: 0 0;
- -webkit-transform: rotate(-20deg);
- -moz-transform-origin: 0 0;
- -moz-transform: rotate(-20deg);
- -ms-transform-origin: 0 0;
- -ms-transform: rotate(-20deg);
- transform-origin: 0 0;
- transform: rotate(-20deg);
- }
-
- .btn-3e:hover:after {
- width: 40%;
- }
-
- .mo2f-grayed-out {
- background-color: rgba(128, 128, 128, 0.05) !important;
- opacity: .5;
- }
-
- .hidebutton {
- visibility: hidden;
- }
-
- .mo_saml_register_message{
- display: block;
- margin-top: 10px;
- text-align: center;
- font-size: 14px;
- border-radius: 10px;
- border: 1px solid #fb9a9a;
- color: red;
- background-color: rgba(255,0,0,0.1);
- }
- /*UI Changes*/
-
- .mo_saml_table_layout_1 {
- background-color:#e0e0d8;
- width: 97%;
- padding:2%;
- overflow: hidden;
- }
-
- .mo_saml_table_layout {
- background-color:#FFFFFF;
- border:1px solid #CCCCCC;
- padding:0px 10px 10px 10px;
- margin-bottom: 10px;
- }
-
- .mo_saml_container {
- width: 60%;
- padding:25px;
- float: left;
- box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
- border-radius: 4px;
- }
-
- .mo_saml_table_layout_support_1{
- border-radius: 4px; !important;
- box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
- width: 29%;
- background-color:#FFFFFF;
- border:1px solid #CCCCCC;
- margin-left: 15px;
- }
-
- .mo_saml_highlight_background_note_2{
- background-color: #e0e0e0;
- border-radius: 4px;
- padding: 0.55em;
- width: 50%;
- }
-
- .mo_saml_highlight_background_note_1{
- background-color: #e0e0e0;
- border-radius: 4px;
- padding: 0.55em;
- width: 96%;
- }
-
- .mo_saml_highlight_background_note{
- background-color: #e0e0e0;
- border-radius: 4px;
- padding: 0.55em;
- width: 100%;
- }
-
- #phone_id{
- width:60px;
- }
- /*license*/
-
-
- #pricing-table {
- padding-top: 30px;
- }
- #pricing-table li{
- height: 40px;
- color: black;
- text-align: center;
- }
- .cross_mark_h{
- font-size: 22px !important;
- }
- .support_styles2{
- width: 93%;
- margin-left: 14px;
- }
- .class_inline_1{
- width: 29%;
- display: inline-block;
- padding-top: 198px;
- }
-
- .class_inline{
- width: 22%;
- display: inline-block;
- vertical-align: top;
- }
- #pricing-table .pricing {
- margin: 0;
- padding: 0;
- font-family: 'Robot', sans-serif;
- }
- #pricing-table .pricing .pricing-table {
- padding-bottom: 15px;
- }
- #pricing-table .pricing .pricing-table .pricing-header {
- position: relative;
- background: #34495e;
- padding: 6px 18px;
- text-align: center;
- border-top-right-radius: 4px;
- border-top-left-radius: 4px;
- }
- #pricing-table .pricing .pricing-table .pricing-header .pricing-title {
- color: #ffffff;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-size: 18px;
- text-align: center;
- font-weight: 500;
- }
- .pricing-header{
- /*height:400px;*/
- }
-
- #feature_list{
- margin-top:36px;
- height:50px;
- }
- #pricing-table .pricing .pricing-table .pricing-header .pricing-rate {
- font-size: 60px;
- font-weight: 600;
- color: #ffffff;
- position: relative;
- text-align: center;
- }
- #pricing-table .pricing .pricing-table .pricing-header .pricing-rate sup {
- font-size: 24px;
- position: relative;
- top: -30px;
- color: #bdc3c7;
- }
- #pricing-table .pricing .pricing-table .pricing-header .pricing-rate span {
- font-size: 13px;
- color: #bdc3c7;
- text-transform: uppercase;
- }
- #pricing-table .pricing .pricing-list {
- padding: 20px 0 40px 0;
- background: #c4baba1c;
- border: 1px solid #e3e3e3;
- }
- #pricing-table .pricing .pricing-list ul {
- padding: 0px;
- display: table;
- margin: 0px auto;
- width: 100%;
- text-align: center;
- }
- #pricing-table .pricing .pricing-list ul li {
- list-style: none;
- border-bottom: 1px solid #EAECEB;
- color: black;
- font-size: 15px;
- line-height: 42px;
- }
- #pricing-table .pricing .pricing-list ul li:last-child {
- border: none;
- }
- #pricing-table .pricing .pricing-list ul li i {
- margin-right: 12px;
- color: #bdc3c7;
- }
- #pricing-table .pricing .pricing-list ul li span {
- color: #34495e;
- }
-
- .pricing-rate:last-of-type {
- margin-top:36px;
- }
-
- .pricing-title>span{
- font-size: 12px;
- letter-spacing: 1px;
- }
- p.pricing-title{
- height: 70px;
- }
- p.pricing-rate{
- margin-bottom: 50px;
- }
-
- .pricing-header h4{
- color:white;
- letter-spacing:1px;
-
- }
-
-
- #mo_pricing_dropdown_premium{
- font-size: 12px;
- color:black;
- float: right;
- margin-top: 2px;
-
- width:100%;
- }
-
- .mo_pricing_dropdown_premium{
- font-size: 15px;
- float: right;
- margin-top: 2px;
- margin-left:50px;
-
-
- }
-
- #mo_pricing_dropdown_premium1{
- font-size: 12px;
- color:black;
- float: right;
- margin-top: 2px;
-
- width:100%;
- }
-
- .mo_pricing_dropdown_premium1{
- font-size: 15px;
- float: right;
- margin-top: 2px;
- margin-left:50px;
-
-
- }
-
-
- #pricing_rate_note{
- text-align: center;
- font-size: 15px;
- width: 100%;
-
- }
- #pricing_rate_note b{
- font-size: 20px;
- }
-
- #pricing_rate_note span{
- font-size: 15px;
- color: blue;
- }
-
-
- .filler-class{
- height: 79px;
- }
- .filler-class-mo-gateway{
- height:0px;
- }
- .filler-class-custom-gateway{
- height:0px;
- }
- .mo_btn_note{
- font-size: 14px;
- cursor: default;
- border-color:#337ab7;
- }
- .pricing-list li:nth-of-type(2n+1) {
- background-color: rgba(23, 61, 80, 0.06);
- }
-
-
- .btn-custom {
- color: #ffffff;
- font-size: 14px;
- }
- .btn-custom:hover {
- color: #ffffff;
- border: 1px solid #ffffff;
- }
-
- .btn {
- 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
-
- }
-
-
- .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
- }
-
- .mo_auth_new_2fa{
- width:50% !important;
- }
-
- /* Welcome message of registration page */
- .mo_saml_welcome_message{
- display: block;
- margin-top: 10px;
- text-align: center;
- font-size: 15px;
- color: rgba(0, 128, 0, 0.70);
- background-color: rgba(0, 255, 0, 0.15);
- padding: 5px;
- border: 1px solid rgba(0, 128, 0, 0.15);
- border-radius: 4px;
- }
-
- /* User limit extend message */
- .users_limit_exceeded_message{
- display: block;
- margin-top: 15px;
- font-family: none !important;
- text-align: center;
- font-size: 15px;
- border-radius: 10px;
- border: 1px solid #fb9a9a;
- color: red;
- background-color: rgba(255,0,0,0.1);
- padding: 8px;
- }
-
-
- /* FAQ button and Ask question on forum button*/
-
- .mo_saml_text_center{
- text-align: center;
- }
-
- .mo_faq_button_left{
- float: inherit;
- color: #48a0dc;
- border: 2px solid #48a0dc;
- padding: 5px;
- }
-
- .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);
- }
-
- .ns_row {
- margin: 15px 0px;
- }
-
- .ns_name {
- display: inline-block;
- width: 16%;
- max-width: 450px;
- }
-
- .ns_value {
- display: inline-block;
- width: 40%;
- }
-
- .ns_display{
- text-decoration: none !important;
- background-color: #337ab7;
- color: white;
- padding: 5px 10px 5px 10px;
- border: 1px solid #333333;
- border-radius: 15px;
- }