body
{
    margin: 0;
    padding: 0;
    background-color: #F2F2EB;
}
img
{
    border: 0;
    max-width: 100%;
}

a
{
    text-decoration: none;
}

#nav
{
    list-style: none; /* position: fixed;*/
    margin-top: 0px;
    right: 0px;
    padding: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    min-width: 280px;
    text-align: center;
}
#nav li
{
    margin-right: 20px;
    margin-left: 20px;
    display:inline;   
}
#nav li a
{
    font-family: 'Arial';
    font-size: 12px;
    line-height: 18px;
    color: #7B7B7B;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
#nav li b
{
    font-family: 'Arial';
    font-size: 12px;
    line-height: 18px;
    color:#00BFF3;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
#nav li a:hover
{ 
    color:#00BFF3;
}
#profilestatus
{
    font-family: 'Arial';
    font-size: 14px;
    line-height: 18px;
    position: absolute; 
    top: 100px;
    width: 100%;
    text-align: center;
}
#subscribeitem
{
    position: absolute; 
    right: 5px; 
    top: 45px;
}
#subscribeitem a
{
    font-family: 'Arial';
    font-size: 12px;
    line-height: 18px;
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
#subscribeitem a:hover
{ 
    color:#7B7B7B;
}


#logoutmenuitem
{
    /*position: absolute; */
    /*right: 20px; */
    /*border-top: 5px solid #FFF;*/
}
#logoutmenuitem a
{
    /*font-family: 'Arial';*/
    /*font-size: 12px;*/
    /*line-height: 18px;*/
    /*color: #7B7B7B;*/
    /*text-decoration: none;*/
    /*text-transform: uppercase;*/
    /*font-weight: normal;*/
}
#logoutmenuitem a:hover
{ 
    /*color:#00BFF3;*/
}

#signinlink
{
    position: absolute; 
    right: 20px; 
    top: 15px;
}
#signinlink a
{
    font-family: 'Arial';
    font-size: 12px;
    line-height: 18px;
    color: #7B7B7B;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
#signinlink a:hover
{ 
    color:#00BFF3;
}

#loginuserdata
{
    width: auto;
    margin 0px;
    font-size: 12px;
    font-weight: bold;
    color: #FFF;
    background-color: #555;
    /*border-top: 10px solid #555;*/
    /*border-bottom: 10px solid #00BFF3;*/
    padding: 3px 5px 0px 10px;
}

#loginuserdata p,#profiledata p,#devicedata p,#teamprofiledata p,#teamdevicedata p,#facedata p, #teamfacedata p
{
    text-align: left;
    margin: 0;
    /*padding: 0px 5px;*/
    font-family: 'Arial';
    font-size: 14px;
    color: #7B7B7B;
}

#teamlistdata td, #locklistdata td, #lockprofiledata td, #lockpermissionsdata td
{
    text-align: left;
    margin: 0;
    padding: 5px;
    font-family: 'Arial';
    font-size: 14px;
    color: #7B7B7B;
}
#userselectbox, #historyuserselectbox, #teamlistbox, #locklistbox, #lockselectbox, #externalAuthSelect
{
    margin: 5px 5px 10px 5px;
    background-color: #FFF;
    clear: both;
}

#profilebox, #teamprofilebox, #lockprofilebox
{
    min-height: 120px;
    /*width: 45%;*/
    /*min-width: 520px;*/
    margin: 5px;
    background-color: #FFF;
    /*float: left;*/
    clear: both;
}

#profiletitle, #teamprofiletitle, #teamsettingstitle, #browsersettingstitle, #appsettingstitle, #teamlicensetitle, #teamlisttitle, #documentsettingstitle, #lockprofiletitle, #locklisttitle, #teamexternalauthtitle
{
    /*width: 200px;*/
    text-align: left;
    padding: 5px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #00bff3;
    background-color: #fff;
    float: left;
}

#profiledata, #teamprofiledata, #teamlistdata, #lockprofiledata, #locklistdata, #lockpermissionsdata
{
    border-top: 1px solid #DFDFDF;
    /*width: 90%;*/
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 12px;
    /*float: left;*/
    clear: both;
}

#devicebox, #teamdevicebox, #lockpermissionsbox
{
    min-height: 120px;
    /*width: 45%;*/
    /*min-width: 520px;*/
    margin: 10px 5px 0px 5px;
    background-color: #FFF;
    /*float: left;*/
}

#facebox, #teamfacebox
{
    min-height: 600px;
    /*width: 45%;*/
    /*min-width: 520px;*/
    margin: 10px 5px 0px 5px;
    background-color: #FFF;
    /*float: left;*/
}

#teamlistdata tr:hover, #locklistdata tr:hover, #lockprofiledata tr:hover, #lockpermissionsdata tr:hover {
    background-color: #f2f2f2;
}

.teamsearchfield
{
    margin: 12px 0px 10px 10px;
    color: black;
    border: 2px solid;
    border-color: #DFDFDF;
    border-radius: 6px;
    float: left;
}
.teamsearchfield input[type=text], .usersearchfield input[type=text]
{
    background-image: url('/StrongPass/images/searchicon.png');
    background-position: 5px 5px;
    background-size: 21px 21px;
    background-repeat: no-repeat;
    outline: none;
    border: none;
    padding: 5px 5px 5px 30px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial';
}
.usersearchfield
{
    margin: 0px 5px;
    color: black;
    border: 2px solid;
    border-color: #DFDFDF;
    border-radius: 6px;
    float: right;
}

#teamsettingsbox
{
    margin: 0px 5px 0px 5px;
    background-color: #FFF;
}
#browsersettingsbox, #teamexternalauthbox
{
    margin: 0px 5px 0px 5px;
    background-color: #FFF;
}
#appsettingsbox, #documentsettingsbox
{
    margin: 0px 5px 0px 5px;
    background-color: #FFF;
}
#teamsettingsdata, #browsersettingsdata, #appsettingsdata, #documentsettingsdata, #teamexternalauthdata
{
    border-top: 1px solid #DFDFDF;
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 12px;
    clear: both;
}
#teamSettingsForm
{
    float: left;
}
.teamsettinglabel
{
    width: 210px;
    text-align: right;
    margin: 10px 10px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #00bff3;;
    float: left;
    clear: both;
}
.teamsettinglabel-nofloat
{
    width: 210px;
    text-align: right;
    margin: 10px 10px 10px 0px;
    font-size: 14px;
    font-weight: bold;
    color: #00bff3;;
    clear: both;
}
label
{
    display:inline-block;
    text-align:right;
}
.teamsettinglabel-nofloat input[type=text]
{
    margin: 10px 30px 10px 0px;
    color: black;
    border: 2px solid;
    border-color: #DFDFDF;
    border-radius: 6px;
    border: 2px solid !important;
    background-color: #f7f7f7;
}
.teamsettingfield
{
    /*width: 400px;*/
    margin: 10px 30px 10px 0px;
    color: black;
    border: 2px solid;
    border-color: #DFDFDF;
    border-radius: 6px;
    float: left;
}
.teamsettingfield-nofloat
{
    /*width: 400px;*/
    color: black;
    border: 1px solid;
    border-color: #DFDFDF;
    border-radius: 6px;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial';
    border-style:solid;
    padding: 5px;
    background-color: #f7f7f7 !important;
}
.teamsettingfield input[type=radio]
{
    margin: 5px 3px 5px 5px;
}
.teamsettingfield input[type=text], input[type=url], input[type=password]
{
    outline: none;
    border: 2px;
    padding-left: 10px;
    color: black;
    font-size: 14px;
    font-weight: bold;
    font-family: 'Arial';
    padding: 5px !important;
    background-color: #f7f7f7;
}
.box-border input[type=button][disabled]
{
    color: #808080;
    background-color: #a0a0a0;
}
.teamsettings-boxes
{
    width: 310px;
    height: 270px;
    border: 2px solid #f6f6f6;
    border-radius: 10px;
    background-color: #f6f6f6;
    color: #000000;
    float: left;
    margin: 10px;
    font-size: 14px;
    font-weight: normal;
    font-family: 'Arial';
}
.teamsetting-boxes-label
{
    width: auto;
    text-align: right;
    margin: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #00bff3;;
    float: left;
}

#teamlicensebox 
{
    margin: 0px 5px 0px 5px;
    background-color: #FFF;
}

#teamlicensedata
{
    border-top: 1px solid #DFDFDF;
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 12px;
    clear: both;
}

#teamlicensetable {
    max-height: 170px;
    margin-top: 50px;
    margin-bottom: 10px;
    overflow-y: auto;
}

#teamlicensetable td {
    text-align: left;
    margin: 0;
    font-family: 'Arial';
    font-size: 14px;
    color: #7B7B7B;
    padding: 4px 3px;
    line-height: 1.3em;
    border-bottom: 1px solid #DFDFDF;
}

#licensestatuslabel {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #00bff3;
    float: left;
}

#licenseholder, #licenseusage {
    width: 450px;
}
#userlicenseholder, #userlicenseusage {
    width: 270px;
}
.licenseholder {
    height: 30px;
    margin: 7px;
    background-color: #DFDFDF;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    /*border: 2px solid;*/
    /*border-color: #DFDFDF;*/
    float: left;
}
.licenseusage {
    color: #555;
    text-align: center;
    line-height: 30px;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    z-index: 2;
}
.licensebar {
    height: 30px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
}
   

#devicetitle, #teamdevicetitle, #facetitle, #teamfacetitle, #lockpermissionstitle
{
    width: 300px;
    text-align: left;
    padding: 5px 12px;
    font-size: 18px;
    font-weight: bold;
    color: #00bff3;
    background-color: #FFF;
    float: left;
}

#devicedata, #teamdevicedata, #facedata, #teamfacedata
{
    border-top: 1px solid #DFDFDF;
    margin-top: 0px;
    margin-left: 0px;
    padding: 5px 12px;
    /*float: left;*/
    clear:both;
}

#usermenulink
{
    list-style: none; /* position: fixed;*/
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    min-width: 450;
    min-height: 18px;
}

/*----- Menu Outline -----*/
.menu-wrap {
    background-color: #FFF;
    float: right;
}
 
.authomate-menu {
    margin:0px auto;
    text-transform: uppercase;
    text-align: left;
}
 
.authomate-menu ul {
    margin:0px;
}
 
.authomate-menu li {
    margin:0px;
    list-style:none;
}
 
.authomate-menu a {
    transition:all linear 0.15s;
    color:#FFF;
}
 
.authomate-menu li:hover > a, .authomate-menu .current-item > a {
    text-decoration:none;
    color:#00BFF3;
}
 
.authomate-menu .arrow {
    font-size: 11px;
    line-height: 0%;
}

/*----- Top Level -----*/
.authomate-menu > ul > li {
    float: right;
    display: inline-block;
    position: relative;
    font-size: 12px;
}
 
.authomate-menu > ul > li > a {
    padding: 5px 12px;
    display: inline-block;
    text-shadow: 0px 1px 0px rgba(0,0,0,0.4);
}
 
.authomate-menu > ul > li:hover > a, .authomate-menu > ul > .current-item > a {
    background-color: #545454;
}
 
/*----- Bottom Level -----*/
.authomate-menu li:hover .sub-menu {
    z-index:10;
    opacity:1;
}
 
.sub-menu {
    white-space: nowrap;
    padding:5px;
    position:absolute;
    top:auto;
    right:0px;
    z-index:-1;
    opacity:0;
    transition:opacity linear 0.15s;
    background-color: #545454;
}
 
.sub-menu li {
    display:block;
    font-size:12px;
}
 
.sub-menu li a {
    padding:5px;
    display:block;
}
 
.sub-menu li a:hover, .sub-menu .current-item a {
    background-color: #545454;
}

#usermenulink li
{
    margin: 0;
    margin-top: 20px;
    margin-right: 20px;
}
#usermenulink li a
{
    font-family: 'Arial';
    font-size: 12px;
    line-height: 18px;
    color: #7B7B7B;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
#usermenulink li a:hover
{ 
    color:#00BFF3;
}

#profilemenulink, #teamMemberNav, #lockNav
{
    list-style: none; /* position: fixed;*/
    margin: 0px auto;
    padding: 0px;
    overflow: hidden;
    position: relative;
    min-width: 450;
    min-height: 18px;
}

#profilemenulink li, #teamMemberNav li, #lockNav li
{
    margin: 0;
    margin-top: 20px;
    margin-right: 20px;
    float: right;
}
#profilemenulink li a, #teamMemberNav li a, #lockNav li a
{
    font-family: 'Arial';
    font-size: 12px;
    line-height: 18px;
    color: #7B7B7B;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: normal;
}
#profilemenulink li a:hover
{ 
    color:#00BFF3;
}

#devicedata td, #teamdevicedata td, #facedata td, #teamfacedatatd
{
    padding: 2px 9px;
    line-height: 1.3em;
}

#table-6 {
    /*width: 977px;*/
    border-top: 1px solid #DFDFDF;
    font-family: 'Arial';
    font-size: 12px;
    font-weight: normal;
    /*margin-left: 12px;*/
    /*margin-top: 36px;*/
    color: #7B7B7B;

}
#table-6 tbody {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    /*vertical-align: middle;*/
    /*background: transparent;*/
}
#table-6 thead {
    text-align: left;
}
#table-6 thead th {
    text-align: left;
    background: -moz-linear-gradient(top, #F0F0F0 0, #DBDBDB 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F0F0F0), color-stop(100%, #DBDBDB));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F0F0F0', endColorstr='#DBDBDB', GradientType=0);
    border: 1px solid #B0B0B0;
    /*padding: 5px 3px;*/
}
#table-6 td {
    padding: 4px 3px;
    line-height: 1.3em;
    border-bottom: 1px solid #DFDFDF;
    text-align: left;
}
#table-6 tr {
    /*background: white;*/
}

#slideshowbanner
{
    margin-top: 2px;
    box-shadow: -2px -2px 4px -2px rgba(119, 119, 119, 0.51);
    -moz-box-shadow: -2px -2px 4px -2px rgba(119, 119, 119, 0.51);
    -webkit-box-shadow: -2px -2px 4px -2px rgba(119, 119, 119, 0.51);
}
#header, #footer
{
    min-width: 180px;
    box-shadow: 0px 2px 4px 0px rgba(119, 119, 119, 0.51);
    -moz-box-shadow: 0px 2px 4px 0px rgba(119, 119, 119, 0.51);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(119, 119, 119, 0.51);
}
#strongpassfooter
{
	margin-top: 3000px;
    min-width: 980px;
    box-shadow: 0px 2px 4px 0px rgba(119, 119, 119, 0.51);
    -moz-box-shadow: 0px 2px 4px 0px rgba(119, 119, 119, 0.51);
    -webkit-box-shadow: 0px 2px 4px 0px rgba(119, 119, 119, 0.51);
}
#intro, #features, #second, #third, #fourth, #fifth, #faq
{
    width: 100%;
}
#footer
{
    background-color: #E2ECEE;
    height: 170px;
    font-family: 'Arial';
    font-size: 13px;
    color: #5ECCF2;
    text-transform: uppercase;
}


#intro
{
    color: white;
    height: 600px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    background-position: center top;
}

#features
{
    color: white;
    min-height: 100px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    padding-top: 170px;
    background-position: center top;
}

#second
{
    color: white;
    min-height: 500px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    padding-top: 110px;
    background-position: center top;
}

#navigation
{
    padding-top: 0px;
}
#navigationsignup
{
    padding-top: 0px;
}
#third
{
    background-color: #00BFF3;
    color: white;
    overflow: hidden;
    min-height: 400px;
    padding-top: 50px;
    background-position: center top;
}
#fourth
{
    background-color: #E8EEED;
    padding-top: 110px;
    overflow: hidden;
    background-position: center top;
}
#fourthstrongpass
{
    background-color: #E8EEED;
    padding-top: 10px;
    overflow: hidden;
    background-position: center top;
}
#signup
{
    background-color: #E8EEED;
    padding-top: 10px;
    background-position: center top;
	padding: 20px;
}
#fifth
{
    background: #00BFF3;
    min-height: 400px;
    margin: 0 auto;
    padding-top: 110px;
    overflow: hidden;
    background-position: center top;
}
#blueband
{
    background: #00BFF3;
    margin: 0 auto;
    color:white;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 200px;
    overflow: hidden;
    background-position: center top;
}
#block
{
    background-color: #E8EEED;
    padding-top: 110px;
    overflow: hidden;
    background-position: center top;
}
.text
{
    margin: 0 auto;
	width: 980px;
}
.story
{
    margin: 0 auto;
    overflow: hidden;
}

h2
{
    color: #FFF;
    font-family: 'Arial';
    font-size: 22px;
    line-height: 28px;
    margin: 2px;
    padding: 0px;
}
h3
{
    color: #FFF;
    font-family: 'Arial';
    font-size: 18px;
    line-height: 28px;
    margin: 0px;
    padding: 0px;
}
#second .story p
{
    color: #757572;
    font-family: Arial;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
    font-weight: normal;
}
#fourth .story p
{
    color: #757572;
    font-family: Arial;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: normal;
}

.team
{
    width: 145px;
    border-radius: 100%;
    height: 145px;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
}
#fifth .story h2
{
    margin-top: 10px;
    font-size: 18px;
}
.founder
{
    font-family: 'Arial';
    font-size: 15px;
    line-height: 18px;
    color: #FFF;
    font-style: italic;
    text-transform: uppercase;
}
.faq h3
{
    color: #00BFF3;
    font-family: 'Arial';
    font-size: 20px;
    line-height: 24px;
    margin: 0px;
    margin-top: 40px;
    margin-bottom: 10px;
}
.faq p
{
    font-family: Arial;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    margin-bottom: 10px;
    color: #757572;
}
.colorBlue
{
    color: #00BFF3;
}
#tos p
{
    font-family: 'Arial';
    font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    margin-top: 10px;
    color: #FFF;
}
.downloadbtn
{
            background-color: #FFF;
            padding: 5px 0px;
            color: #00BFF3;
            text-transform: uppercase;
            font-size: 18px;
            font-family: 'Arial';
            font-weight: bold;
            border-radius: 10px;
            width: 110px;
            text-align: center;
}
.downloadbtnsignup
{
            background-color: #FFF;
            padding: 5px 0px;
            color: #00BFF3;
            text-transform: uppercase;
            font-size: 18px;
            font-family: 'Arial';
            font-weight: bold;
            border-radius: 10px;
            width: 250px;
            text-align: center;
}
.downloadbtnforgotpwd
{
            background-color: #FFF;
            padding: 5px 0px;
            color: #00BFF3;
            text-transform: uppercase;
            font-size: 12px;
            font-family: 'Arial';
            font-weight: bold;
            border-radius: 10px;
            width: 200px;
            text-align: center;
}
.downloadbtndialog
{
            color: #FFF;
            padding: 5px 0px;
            background-color: #00BFF3;
            text-transform: uppercase;
            font-size: 16px;
            font-family: 'Arial';
            font-weight: bold;
            border-radius: 10px;
            width: 150px;
            text-align: center;
}
.downloadbtndialogwider
{
            color: #FFF;
            padding: 5px 0px;
            background-color: #00BFF3;
            text-transform: uppercase;
            font-size: 16px;
            font-family: 'Arial';
            font-weight: bold;
            border-radius: 10px;
            width: 200px;
            text-align: center;
}

.footer-wrapper a {
        color: #eeeeee;
}

.footer-wrapper .gdlr-widget-title {
        color: #e6e6e6;
}

.gdlr-main-menu > li > a {
        padding-bottom: 18px;
}

