﻿/* CSS Document */

@font-face {
    font-family: 'Open Sans'; 
	src: url('../fonts/OpenSans-Regular.ttf') format('truetype'),
	     url('../fonts/OpenSans-Regular-webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
         url('../fonts/OpenSans-Regular-webfont.woff') format('woff'), /* Pretty Modern Browsers */
         url('../fonts/OpenSans-Regular-webfont.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('../fonts/OpenSans-Regular-webfont.svg') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Lato'; 
	src: url('../fonts/Lato-Regular.ttf') format('truetype');
}


.error
{
    color: Red;
}

.tabEditView tr td.dataField
{
    width: 40%;
}

.tabEditView tr td.dataLabel
{
    width: 16%;
}

.tabEditView tr td.dataField input, .tabEditView tr td.dataField textarea, .tabEditView tr td.dataField select, input.dataField
{
    width: 200px;
    border: 1px solid #D6D6D6;
    font-size: 1.2em;
}

.tabEditView tr td.dataField input.button
{
    width: 60px;
    background: #e1e1e1;
    color: #010101;
    font-size: 12px;
    padding: 0;
    height: auto;
    font-weight: normal;
}

/* a .label element inside tooltip */

.takedownTips
{
    width: 100%;
    padding: 10px 0;
    margin: 5px 0 5px 0;
}

.takedownTips p.title
{
    padding-bottom: 8px;
}

.takedownTips p.tip
{
    color: #363F48;
    padding: 5px;
    margin: 0;
}

.takedownTips label.tipMore 
{
    color: #6bc530;
    cursor: pointer;
    display: block;
}

.takedownTips p.tip span
{
    display: none;
}
.takedownTips p.tip.highlight
{
    border-left: 1px solid #363F48;
    background-color:gainsboro;
}

.takedownTips p.tip.highlight label.tipMore
{
    display: none !important;
}

.takedownTips p.tip.highlight
{
    border-left: 1px solid #363F48;
}

div.tooltipCont
{
    display: inline;
    position: relative;
    top: 4px;
}

.noFieldStyling div.tooltipCont
{
    top: 0;
}

div.tooltipCont img
{
    margin: 0 5px;
}

div.tooltipCont div
{
    white-space: normal;
    display: none;
    position: absolute;
    width: 250px;
    background-color: #f4f4f4;
    border: 1px #a1a1a1 solid;
    top: 25px;
    left: 17%;
    z-index: 50;
    padding: 5px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 12px;
    line-height: 115%;
    font-family: "segoe ui" ,arial,sans-serif;
}

.tblCompareProtection
{
    border: 1px #e1e1e1 solid;
    padding-top: 10px;
    width: 700px;
}

.tblCompareProtection tr td
{
    vertical-align: top;
    background-color: #e1e1e1;
    border-bottom: 1px #d3d3d3 solid;
}

.tblCompareProtection tr td, .tblCompareProtection tr th
{
    text-align: center;
    padding: 5px 20px 5px 20px;
}

table.tblCompareProtection td.feature
{
    font-weight: bold;
    color: #4e5e17;
    text-align: left;
}

table.tblCompareProtection tr.alternate td
{
    background-color: #efefef;
}

.clear
{
    clear: both;
}

#closeButton
{
    position: absolute;
    right: 0px;
    top: 10px;
    cursor: pointer;
}

#DMCAribbon
{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99999999;
}

#DMCAribbon img 
{
    display: block;
}

#clients table
{
    max-width: 1000px !important;
    height: 80px !important;
    border-top: 0px !important;
}
#clients td
{
    width: auto !important;
    max-width: 90px !important;
    text-align: center !important;
    padding: 2em 0.5em;
}
#clients td img
{
    width: 120px !important;
    max-width: 120px !important;
}

.searchButton
{
    margin-left: 10px;
}

/*ClientLogin*/
.clientLogin
{
    position: absolute;
    right: 0;
    top: 14px;
    cursor: pointer;
    font-family: 'Lato', Helvetica, Arial, sans-serif;
    font-size: 18px;
}
.clientLogin a:hover {
    color:#6bc530;
}

#ctl00_cntBody_dlstBadges 
{
    height: 300px;
    overflow: hidden;
    display: block;
}

/*Clients*/
#clients-span
{
    width: 100%;
    height: auto;
    padding: 0; /*width: 100%; background-image: url(images/subtleShadow.png); background-repeat: repeat-x; background-position: top; border-bottom: 1px solid #e5e5e5; padding-top: 60px; padding-bottom: 60px;*/
}
#clients
{
    margin: auto;
}
#clients ul
{
    /*margin-top: 20px;*/
    height: 80px;
}
#clients li
{
    list-style-type: none;
    float: left;
    padding-right: 82px;
}

/*BadgeTable*/

#badgeTable-span
{
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    padding-top: 60px;
    padding-bottom: 60px;
}
.BadgeTable
{
    width: 1000px;
    margin: auto;
    position: relative;
    border: 1px solid #dbdbdb;
    border-bottom: 0px;
    background-image: url(images/basicProPlanMiddleShadow.jpg);
    background-repeat: repeat-y;
    background-position: center center;
}

table#ctl00_cntBody_dlstBadges tbody tr td div
{
    padding: 15px 0;
    width: 220px;
}
.embedTextbox
{
    width: 220px;
    font-size: 10px;
    height: 70px;
    margin-top: 5px;
    text-align: center;
}
