﻿/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #313131;
}

body {
    font-size: 13px;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: transparent;
    text-shadow: none;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
}

::selection {
    background: transparent;
    text-shadow: none;
    -moz-user-select: none; 
    -khtml-user-select: none; 
    -webkit-user-select: none; 
    user-select: none;
}

.selectableText ::-moz-selection
.textareas ::-moz-selection,
textarea::-moz-selection,
input::-moz-selection
{
    background: #3297FD !important;
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
    user-select: text !important;
}

.selectableText::selection,
.textareas::selection,
textarea::selection,
input::selection
{
    background: #3297FD !important;
    -moz-user-select: text !important;
    -khtml-user-select: text !important;
    -webkit-user-select: text !important;
    user-select: text !important;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

















/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    /*display: none !important;*/
    /*visibility: hidden;*/
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/* dayparts */
.dayparts td.cell-label {
	padding: 3px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.dayparts td.cell-label.day-label,
.dayparts td.cell-label.hour-label {
	cursor: pointer;
	background: #CCCCCC;
	text-align: right;
	font-size: 90%;
    width: 19px;
    color: #000000;
}

.dayparts td.cell-label.presets-label {
	text-align: right;
	padding: 0 5px;
	vertical-align: middle;
}

.dayparts td.dayparts-cell {
	width: 3.6%;
	padding: 0;
	margin: 0;
	cursor: pointer;
	line-height: 1px;
	font-size: 1px;
    background: none!important;
}

.dayparts td.dayparts-cell.hour-active {
	background: linear-gradient(#90C654, #77AD3A)!important;
}
.dayparts td.dayparts-cell.hour-inactive {
	background: none;
}
.dayparts td.dayparts-cell.dragging-active {
	background: linear-gradient(#D1EAB4, #A7CE7B)!important;
}
.dayparts td.dayparts-cell.dragging-inactive {
	background: linear-gradient(#FEFEFE, #F0F0F2)!important;
}

.dayparts.table select.form-control
{
    width: 100%;
}

.dayparts.table th, .dayparts.table td
{
    border: 1px solid #2A3C5B;
	padding: .5em!important;
    color: white;
    background: #405a87;
}

 .symbolManagerShapePreview
{    
    border:1px solid #000000;
    border-radius:5px;
    width:80px;
    height:80px;
    line-height:80px;
    text-align:center;
    cursor: pointer;
}

#RoleSharingUserList,
#RoleSharingRoleList
{
    height: 143px;
    width: 272px;
    border: 1px solid #CCCCCC;
    overflow-y: scroll;
}

.RoleSharingDisabled
{
    position: absolute;
    top: 6px;
    left: 6px;
    background: #CCCCCC;
    opacity: .25;
    height: 143px;
    width: 272px;
}

#RoleSharingUserList div,
#RoleSharingRoleList div
{
    border-bottom:1px solid #CCCCCC;
}

#RoleSharingUserList div.even,
#RoleSharingRoleList div.even
{
    background: #D3D6FF;
}

.relative
{
    position: relative;
}

.ribbonTable td {
    padding: 0px;
}
.ribbonTable .ribbonTableTop {
    text-shadow: 1px 1px 1px white;
    font-size: 12px;
    text-align: center;
    background: #F7F7F7;
    padding: 0px 3px 0px 3px;
    height: 22px;
    line-height: 22px;
    border-top: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}
.ribbonTable .ribbonTableBottom {
    background: #F7F7F7;
    height: 22px;
    line-height: 22px;
    padding: 0px 3px 5px 3px;
    border-bottom: 1px solid #E0E0E0;
    border-right: 1px solid #E0E0E0;
}
.copyDataSourceObjectDataSourceBtn
{
    width:310px;
}

#EvaluateManager_TableContainer .dataTables_scroll {
    overflow-x: scroll !important;   
}

#EvaluateManager_TableContainer .dataTables_scrollBody,
#EvaluateManager_TableContainer .dataTables_scrollHead {
    overflow: visible !important;
}

#GeoSecurityVintagePriority {
    padding: 10px;
}

#GeoSecurityVintagePriority #GeoSecurityVintagePriorityTableHeader,
#GeoSecurityVintagePriority #GeoSecurityVintagePriorityTable td {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}

#GeoSecurityVintagePriority .description {
    margin-bottom: 5px;
    width: 428px;
}

#GeoSecurityVintagePriority #GeoSecurityVintagePriorityTableHeader td {
    padding: 0;
}

#GeoSecurityVintagePriority #GeoSecurityVintagePriorityTableHeader td .rowTitle {
    padding: 0 3px;
    height: 32px;
    line-height: 32px;
    border-right: 1px solid #2a3c5b;
    border-bottom: 1px solid #2a3c5b;
    border-left: 1px solid #5c5f8e;
    border-top: 1px solid #5c5f8e;
    background: #405a87;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,rgba(64,90,135,1) 0,rgba(36,53,82,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(64,90,135,1)),color-stop(100%,rgba(36,53,82,1)));
    background: -webkit-linear-gradient(top,rgba(64,90,135,1) 0,rgba(36,53,82,1) 100%);
    background: -o-linear-gradient(top,rgba(64,90,135,1) 0,rgba(36,53,82,1) 100%);
    background: -ms-linear-gradient(top,rgba(64,90,135,1) 0,rgba(36,53,82,1) 100%);
    background: linear-gradient(top,rgba(64,90,135,1) 0,rgba(36,53,82,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#405a87',endColorstr='#243552',GradientType=0 );
    text-align: center;
    color: #fff;
    font-weight: 700;
    text-shadow: #000 0.1em 0.1em 0.2em;
}

#GeoSecurityVintagePriority #GeoSecurityVintagePriorityTableHeader .transparentSwatch {
    margin-left: 1px;
    margin-top: 4px;
    border: none;
}

#GeoSecurityVintagePriority #GeoSecurityVintagePrioritysTableHeader td #GeoSecurityVintagePriorityTableHeaderAddRemove {
    float: left;
    margin: 3px 0 0 1px;
}

#GeoSecurityVintagePriority #GeoSecurityVintagePriorityTableHeader td #GeoSecurityVintagePriorityTableHeaderAddRemove img {
    margin-top: -10px;
}

#GeoSecurityVintagePriority #GeoSecurityVintageTableHeader td #GeoSecurityVintageTableHeaderAddRemove img {
    margin-top: -10px;
}

#GeoSecurityVintagePriority #GeoSecurityVintageTableHeader td .fillColumnTitle,
#GeoSecurityVintagePriority #GeoSecurityVintageTableHeader td .labelColumnTitle,
#GeoSecurityVintagePriority #GeoSecurityVintageTableHeader td .addRemoveTitle {
    height: 20px;
    line-height: 20px;
}

#GeoSecurityVintagePriority #GeoSecurityVintageTableHeader td .fillColumnTitle {
    border-top-left-radius: 3px;
}

#GeoSecurityVintagePriority #GeoSecurityVintageTableHeader td .addRemoveTitle {
    height: 20px;
    line-height: 20px;
    border-top-right-radius: 3px;
}

#GeoSecurityVintagePriority #GeoSecurityVintageTableHeader td .labelColumnText {
    font-weight: normal;
    top: -1px;
    left: 16px;
    text-shadow: none;
}

#GeoSecurityVintagePriorityContainer #GeoSecurityVintagePriorityTableContainer {
    width: 434px;
    height: 179px;
    border: 1px solid #CCCCCC;
    border-top: none;
    overflow-y: scroll;
}

#GeoSecurityVintagePriorityTemplateLoader {
    display: none;
    position: absolute;
    height: 179px;
    line-height: 179px;
    width: 434px;
    text-align: center;
    background: #FFFFFF;
    z-index: 10;
}

#GeoSecurityVintagePriorityContainer #GeoSecurityVintagePriorityTableNoItems {
    font-size: 16pt;
    font-weight: bold;
    color: rgb(204,204,204);
    line-height: 179px;
    text-align: center;
}

#GeoSecurityVintagePriorityContainer td .grip {
    width: 35px;
    line-height: 28px !important;
}

#GeoSecurityVintagePriorityContainer td .rowContent.grip {
    cursor: move;
}

#GeoSecurityVintagePriorityContainer td .vintageStatus {
    width: 44px;
}

#GeoSecurityVintagePriorityContainer td .rowContent.vintageStatus {
    position:relative;
}

#GeoSecurityVintagePriorityContainer td .geographyVintageColumn {
    width: 280px;
}

#GeoSecurityVintagePriorityContainer td .scrollColumn {
    width: 11px;
}

#GeoSecurityVintagePriorityContainer td .rowContent {
    padding: 3px;
    height: 28px;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    background: #fff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#ffffff 0,#e0e0e0 100%);
    background: -webkit-gradient(linear, left top,left bottom,color-stop(0,#ffffff),color-stop(100%,#e0e0e0));
    background: -webkit-linear-gradient(top, #ffffff 0,#e0e0e0 100%);
    background: -o-linear-gradient(top,#ffffff 0, #e0e0e0 100%);
    background: -ms-linear-gradient(top,#ffffff 0, #e0e0e0 100%);
    background: linear-gradient(top,#ffffff 0,#e0e0e0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff',endColorstr='#e0e0e0',GradientType=0 );
    text-align: center;
}

.competitiveInsightsCustomChannelTab {
    width: 234px;
    display: inline-block;
    border: 1px solid #CCC;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 10px 0 5px 0;
    border-radius: 5px;
    cursor: pointer;
    background: #eeeeee;
    font-size: 14px;
}

.competitiveInsightsCustomChannelTab:hover {
    background: #F59C28;
    border: 1px solid #FF7001;
    color: #ffffff;
    text-shadow: 1px 1px 3px #000000;
    font-weight: bold;
}

.competitiveInsightsCustomChannelTab.active {
    background: #5AB88D !important;
    border: 1px solid #489270 !important;
    color: #ffffff !important;
    text-shadow: 1px 1px 3px #000000 !important;
    font-weight: bold;
}