.mo_saml_help_title {
    font-size: 17px;
    width: 100%;
    color: #1B79AE;
    cursor: pointer;
    font-weight: bold;
}

.mo_saml_help_desc {
    font-size: 13px;
    border-left: solid 2px rgba(128, 128, 128, 0.65);
    margin-top: 10px;
    padding-left: 10px;
}

.mo_saml_help {
    border-top: solid 1px grey;
    width: 95%;
}

.mo_saml_help_cell {
    padding: 20px;
    border-bottom: solid 1px grey;
}

.mo_saml_support_layout {
    width: 93%;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding-left: 20px;
}

.mo_saml_table_layout {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    padding: 0px 10px 10px 10px;
    margin-bottom: 10px;
}

.mo_saml_table_layout input[type=text] {
    width: 80%;
}

.mo_saml_table_layout td strong {
    margin-left: 10px;
}

.panel_toggle {
    cursor: pointer;
}

.panel_toggle:hover {
    text-decoration: underline;
}

.mo_saml_table_textbox {
    width: 80%;
}

.mo_saml_settings_table {
    width: 100%;
}

.mo_saml_settings_table tr td:first-child {
    width: 30%;
}

.mo_saml_heading_margin {
    margin-left: 0px;
}

.error_wid_login {
    background-color: #FFEBE8;
    border: 1px dashed #FF0000;
    color: #FF0000;
    float: left;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-weight: 500;
    padding: 6px;
    margin-left: 200px;
    width: 80%;
    clear: both !important;
}

.login_wid li {
    margin: 5px;
}

.login_wid {
    list-style-type: none;
    border: 1px dashed #999999;
    width: 98%;
    float: left;
    padding: 5%;
}

.login_wid li {
    width: 48%;
    float: left;
    margin: 2px;
}

.openid_social_login {
    padding: 5px 0px 0px 0px;
    clear: both;
    width: 100% !important;
}

.login_wid li input {
    width: 85%;
    float: left;
    margin: 2px;
}

.mo_saml_local_pricing_free_tab {
    background-color: rgba(34, 153, 221, 0.82)!important;
}

.mo_saml_local_pricing_paid_tab {
    background-color: #1a71a4 !important;
}

.mo_saml_local_pricing_text {
    font-size: 14px !important;
    color: #fff !important;
    font-weight: 600 !important;
}

.mo_saml_local_pricing_sub_header {
    margin: 2px !important;
    color: #fff !important;
}

.mo_saml_local_pricing_header {
    color: #fff !important;
    margin: 4px !important;
}

.mo_saml_local_pricing_table {
    text-align: center;
    font-size: 15px !important;
    background-color: #FFFFFF;
}

.mo_saml_premium_thumbnail {
    width: 350px;
    padding: 4px;
    margin-bottom: 10px;
    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-fa-icon>tr>td>i.fa {
    color: #5b8a0f;
}

.mo_align-center>tr>td {
    text-align: center !important;
}

.mo_table-bordered,
.mo_table-bordered>tbody>tr>td {
    border: 1px solid #ddd;
}

.mo_table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.mo_table-bordered>thead>tr>th {
    vertical-align: top !important;
}

.mo_plan-desc {
    font-size: 14px !important;
}

.mo-display-logs {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 2%;
    margin-bottom: 20px;
    text-align: center;
    border: 1px solid #AEDB9A;
    font-size: 18pt;
}

.mo-display-block {
    color: #050505;
    width: -moz-available;
    width: -webkit-fill-available;
    min-height: 300px !important;
    overflow: scroll;
    display: inline-block;
    background-color: #f6f6f6;
    padding: 2%;
    margin-bottom: 20px;
    text-align: left;
    border: 1px solid #AEDB9A;
    font-size: 12pt;
}

.mo_divider {
    width: 5px;
    height: auto;
    display: inline-block;
}


/* Tooltip container */

.tooltip {
    position: relative;
    display: inline-block;
    size: letter;
    /* If you want dots under the hoverable text */
}


/* Tooltip text */

.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: grey;
    color: white;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    font-size: 12px;
    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    font-size: small;
    /* Fade in tooltip */
    opacity: 50;
    transition: opacity 0.3s;
}


/* Tooltip arrow */

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}


/* Show the tooltip text when you mouse over the tooltip container */

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}