/*!
 * Copyright (c) 2015 EMC Corporation All Rights Reserved.
 */

/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

body {
    font-family: "Open sans", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.428571429;
    color: #333333;
    background-color: #e6e6e6;
}

p {
    color: #5e5e5e;
}

img {
    vertical-align: middle;
}

h4 {
    color: #0c5792;
}

h4,
.h4 {
    font-size: 22px;
}

h4,
h5,
h6 {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:20px;
    font-weight:600;
}

label {
    font-size: 14px;
    font-weight: normal;
    color: #5e5e5e;
    margin-top:8px;
}

label.control-label {
    margin-top: auto;
}

.box {
    margin-top: 80px;
}

.error-box {
    margin-top: 80px;
    margin-left: 24.85%;
    width: 50.29%;
}

.rsalogo{
    margin-top:0px;
    max-width: 150px;
    max-height: 21px;
}

.navbar-copyright {
    float:right;
    margin-right:10px;
}

.securid_logo{
    /*padding-left:40px;
    margin-top:15px;
    padding-right:10px;
    margin-bottom:20px;*/
    vertical-align: text-middle;
    margin:auto;
    display:block;
}

.securid_text{
    /*padding-left:5px;
    margin-top:15px;
    padding-right:5px;
    margin-bottom:20px;*/
    vertical-align: middle;
}

.securid_sysgenerated_pin{
    display: block;
    text-align: center;
    line-height: 150%;
    font-size:48px;
}

.error_msg{
    padding-top:0px;
    color:#D90000;
    margin-bottom:-4px;
    font-size:13px;
}

.app_logo_div{
    float:right;
    margin-top:0px;
}

.navbar-footer {
    background-color: #363636;
    height: 6px;
    min-height:38px;
}

.navbar-default {
    background: #074779;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxNzZjZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwODU1OTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #085590 0%, #053356 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #085590), color-stop(100%, #053356));
    background: -webkit-linear-gradient(top, #085590 0%, #053356 100%);
    background: -o-linear-gradient(top, #085590 0%, #053356 100%);
    background: -ms-linear-gradient(top, #085590 0%, #053356 100%);
    background: linear-gradient(to bottom, #085590 0%, #053356 100%);
    border-bottom: 1px  solid #053356;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0176cf', endColorstr='#085590', GradientType=0);
}

.navbar-text {

    margin-top: 0px !important;
    margin-bottom: 0px !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    font-size:11px;
}

.navbar-text-top {

    margin-top: 12px;
    font-size:13px;
    float:right;
    color:#fff;
}

.navbar-fixed-top {
    min-height: 39px;
}

#headerBarText.navbar-text-top {
    margin-top: 4px;
    margin-bottom: 2px;
}

.panel-default {
    border: 1px solid #e6e6e6;
}

.boxintro{
    margin-left:35px;
    margin-top:20px;
}

.inputlabelpad{
    margin-left:35px;
}

.form_field_pad{
    padding-top:5px;
}

.btn-primary {
    background-color: #1BA7DB;
    border-color: #1BA7DB;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #197CB3;
    border-radius:3px;
}

.btntoppad{
    margin-top:15px;
}

.graphic{
    display:block;
    margin-left:auto;
    margin-right:auto;
    padding-top:12px;
    padding-bottom:28px;
}

.clearable{
    background: #fff url('/WebPortal/libs/templates/img/close.png') no-repeat right -40px center;
    padding-right: 30px;
    transition: background 0.4s;
}
.clearable.x  { background-position: right 5px center; } /* (jQ) Show icon */
.clearable.onX{ cursor: pointer; }

.fail_title{
    color:#F42E0B;
}

.fail_message{
    margin-right:15px;
    margin-top:30px;
}

.error_graphic_size{
    float:right;
    height: 120px;
    width: auto;
    margin-left: 30px;
    margin-right: 10px;
    margin-top: -20px;
}

.wci-btn-ok {
    min-width: 90px;
}

.wci-btn-retry {
    min-width: 100px;
}

.success_title{
    color:#88BE65;
}

.loading-box{
    margin-top:20px;
    margin-bottom: 20px;

    text-align: center;
    width: 100%;

    display: inline-block;
    white-space: nowrap;
}

.loading-verification-box {
    margin-top:35px;
    margin-bottom: 35px;

    text-align: center;
    width: 100%;

    display: inline-block;
    white-space: nowrap;
}

/* loading screen img*/
.loading-img {
    width: 100px;
    height: 100px;

    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/WebPortal/libs/templates/img/spinning.gif");

    -webkit-animation: spinLoadingWheel 0.8s linear infinite;
    -moz-animation: spinLoadingWheel 0.8s linear infinite;
    animation: spinLoadingWheel 0.8s ease-in-out infinite;

    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align:center;
}

.loading-text {
    font-size:16px;
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
    text-align:center;
}

@-moz-keyframes spinLoadingWheel { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spinLoadingWheel { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spinLoadingWheel { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* MAIN verification box */
.main-verification{
    background-color: #fff;
    /* border: thin solid #CFCFCF; */
    -webkit-box-shadow: 0px 1px 2px 1px #d2d2cd;
    -moz-box-shadow: 0px 1px 2px 1px #d2d2cd;
    box-shadow: 0px 1px 2px 1px #d2d2cd;
    margin-bottom : 100px;
    border-radius: 5px;
    border-width: 2px;
}

.verification-div{
    padding-top: 10px;
}

/* FACTOR PROGRESS box */
.factor-progress-box {
    width: 100%;
    text-align: center;
    position: relative;
    border-bottom: thin solid #DFDFDF;
    border-bottom-width: 2px;
}

/* SHOW MORE RULES box */
.show-rules{
    background-color: #F0F0F0;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: thin solid #DFDFDF;
    color: #146794;
    text-decoration: none;
    -moz-text-decoration-color: #146794; /* Code for Firefox */
    text-decoration-color: #146794;
    border-top-width: 2px;
}

.show-rules-img {
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.rotate-up-side-down {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Safari, Chrome, Opera */
    -moz-transform: rotate(180deg); /* Firefox */
    transform:rotate(180deg); /* standard */
}

/* BOX that contains All the rules */
.rules-container{
    margin: 0px;
    border-top: thin solid #DFDFDF;
    border-top-width: 2px;
    padding-top: 15px;
    padding-left: 15px;
}

/* RULE box */
.rule-box{
    margin-right: 15px;
    margin-bottom: 15px;
    color: #146794;
    border-radius: 6px;
    float: left;
}
.rule-box:hover{
    border-width: 1px;
    border-color: #197CB3;
    text-decoration: none;
    color: #146794;
}

/* FACTOR THUMBNAIL box */
.factor-thumbnail{
    background-repeat: no-repeat;
    background-position: center bottom;
    min-width: 80px;
    min-height: 110px;
    float: left;
    text-align: center;
    vertical-align: text-top;
    font-size: 12px;
    text-decoration: none;
    padding-top: 5px;
}
/* FACTOR THUMBNAIL box specific when there is only one factor in the rule */
.factor-thumbnail-one{
    min-width: 120px;
    float : none;
}
/* SEPARATOR box, used to display the '+' that separates the factors inside a rule */
.factor-separator{
    position: relative;
    min-width:15px;
    float:left;
    font-size: medium;
    color: #9F9F9F;
    font-weight: bold;
    text-align: center;
    min-height: 110px;
    padding-top: 55px;
}

/*FACTOR PROGRESS BAR */

/*progressbar*/
.mini-requirement {
    max-height: 20px;
    width: auto;
}

.factor-list {
    margin: 0;
    padding: 0;
    padding-top:10px;
    padding-bottom:10px;
    margin-bottom: 0px;
    counter-reset: step;
    overflow: auto;
}

.factor-list-element {
    float: left;
    list-style-type: none;

    text-align: center;
    margin: 0;
    padding: 0;

    color: #858585;
    font-size: 12px;
    width: 33%;

    position: relative;
    display: inline;
    height: 80px;
}

/* ---------------------------------------- */
.factor-circle {
    margin: 0px auto 15px auto;
    width: 30px;
    height: 30px;
    line-height: 22px;
    border-radius: 50%;
    border: 4px solid white; /*middle line*/
    font-size: 12px;
    font-weight: bold;
    color: white; /*text color*/
    text-align: center;
    background: #C8C8C8; /*internal color */
    box-shadow: 0 0 0 2px #BFBFBF; /*external line*/
    top: 10px;
    display: inline;
    position: absolute;
    right: 0px;
    left: 0px;

    -webkit-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    transition : background 0.5s ease-in-out;
}
.factor-circle-in-progress {
    background: #1D8ECB;
}
.factor-circle-verified {
    background: #A3D084;
}
.factor-circle-skipped{
    background: red;
}

.factor-connector {
    position: absolute;
    content: '';
    height: 8px;
    top: 20px;
    border-top: 2px solid #CFCFCF;
    border-bottom: 2px solid #CFCFCF; /*middle line*/
    width: 50%;
    position: absolute;
    display: inline;

    -webkit-transition: background 0.5s linear;
    -moz-transition: background 0.5s linear;
    -o-transition: background 0.5s linear;
    transition : background 0.5s linear;
}

.factor-connector-pre {
    left: -1px; /* noticed that sometimes a 1 pixel gap is displayed*/
}

.factor-connector-pos {
    left: 50%;
}

.factor-connector-completed {
    background: #EFEFEF;
}

.factor-info {
    position: absolute;
    top: 50px;
    right: 0px;
    left: 0px;
}

.factor-info-in-progress {
    color: #1C87C1
}

.vertical-divider
{
    margin: 5px 5px;
    height: 30px;
    border-left: 1px solid #6D93AF;
    border-right: 1px solid #6D93AF;
}

.icon-question
{
    font-size: 14px;
    height: 14px;
    color: #fff;
    line-height: 14px;
}

div.resend-code {
    margin-top: -5px;
    margin-left: 3px;
}
a.resend-code {
    font-size: 12px;
}
a.resend-code:link,
a.resend-code:visited,
a.resend-code:active
{
    color: #158AB6;
    text-decoration: none;
}
a.resend-code:hover {
    color: #116C8E;
    text-decoration: none
}

div.new-message-sent {
    margin-top: -31px;
    min-height: 34px;
    max-width: 270px;
    background-color: #F1F8DC;
    display:inline;
    padding-top:8px;
    padding-bottom:8px;
    padding-right:6px;
    border-style: solid;
    border-color: #DFEFAF;
    border-width: 1px;
    border-radius: 4px;

    /* fade in+out */
    transition: opacity 400ms ease-in-out;
    opacity: 0;
}
div.new-message-sent img {
    height: 20px;
    padding-left: 15px;
    padding-right: 7px;
    vertical-align: middle;
}
div.new-message-sent label {
    line-height:34px;
    vertical-align: middle;
    font-size: 12px;
    margin: auto;
}

.webauth {
    background-color: #fff;
}
