﻿/*
Template Name: DreamAdmin
Author: Rory Kranendonk
Author URI: http://www.dreamwire.nl
Version: 1.0
*/

/* //////////////////// LAYOUT \\\\\\\\\\\\\\\\\\\\ */

html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow-x: hidden;
}

img {
    border: 0;
}

.row label {
    float: left;
}

.wrapper {
    float: left;
    background-repeat: repeat-x;
    width: 100%;
    min-height: 400px;
}

.container {
    position: relative;
    margin: 0 auto;
    /*width: 1000px;*/
    width:100%;
}

.top {
    padding: 0 0px;
    /*width: 1000px;*/
    height: 90px;
    background-color: Black;
}

    .top .split {
        float: left;
        position: relative;
        color: #e7cb52;
        line-height: normal;
        width: auto;
        height: 90px;
        padding: 0px;
    }

        .top .split h1 {
            float: left;
            background-repeat: no-repeat;
            margin: 18px 16px 0px 22px;
            font-size: 0;
            line-height: 0;
            text-align: left;
            width: 189px;
            height: 59px;
        }


    .top .rightSplit div a, .top .rightSplit div a:link, .top .rightSplit div a:active, .top .rightSplit div a:visited {
        text-decoration: none;
    }

        .top .rightSplit div a:hover {
            text-decoration: none;
        }

    .top .rightSplit div img {
        margin-top: 3px;
    }

    .top .rightSplit div.logout a, .logout a:link, .logout a:active, .logout a:visited {
        /*color: #e7cb52 !important;*/
    }

#divMenuMessages {
    display: none;
    padding-right: 5px;
}

#divMenuMessages span.badge {
   background-color: #efdb52  !important;
   color: #000000;
   padding: 2px 6px;
   font-size: 11px;
   margin-left: 3px;
}

.top .rightSplit {
    padding: 16px 24px 0px 0px;
    
}
 .noauthrightSplit {
    padding: 56px 24px 0px 0px;
}

.top .rightSplit div {
    float: right;
    padding: 0 3px;
    color: White;
}

.lastDiv {
    padding: 0 0 0 12px !important;
    border-right: none !important;
}

.hoder a, .holder a:link, .holder a:active, .holder a:visited,
.top .rightSplit div a, .top .rightSplit div a:link, .top .rightSplit div a:active, .top .rightSplit div a:visited, .noauthrightSplit div a {
    color: White;
    text-decoration: none;
}

.top .rightSplit div div a, .top .rightSplit div div a:link, .top .rightSplit div div a:active, .top .rightSplit div div a:visited {
    color: Black;
}

.noauthrightSplit div {
    float: right;
    padding: 0 12px;
    color: White;
    text-decoration: none;
}

.search {
    position: absolute;
    top: 5px;
    right: 5px;
}

    .search input {
        float: left;
        background-image: url(../gfx/input-back.gif);
        background-repeat: repeat-x;
        background-color: transparent;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        outline: none;
        padding: 0 5px;
        margin: 0;
        font-size: 11px;
        color: #1c1c1c;
        line-height: 1.65em;
        width: 131px;
        height: 18px;
    }

    .search button,
    .box .pages button {
        float: left;
        background-repeat: repeat-x;
        background-color: transparent;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        border: none;
        outline: none;
        padding: 0;
        margin: 0 0 0 4px;
        /*  margin :  -1px 0 0 4px; */
        font-family: Arial;
        font-size: 11px;
        font-weight: bold;
        color: #FFFFFF;
        cursor: pointer;
        overflow: visible;
        width: auto;
    }

.box .pages button {
    margin: 0 0 0 4px;
}
/*
@-moz-document url-prefix() {
    .box .pages button span;

{
    margin: -1px 0 0 0;
}

}

@-moz-document url-prefix() {
    .search button;

{
    margin: -1px 0 0 2px;
}

}
*/
.search button span,
.box .pages button span {
    float: left;
    background-repeat: repeat-x;
    background-color: transparent;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0 7px;
    line-height: 1.64em;
}

.search button:hover span,
.box .pages button:hover span {
    background-position: left bottom;
    border: 1px solid #2b2b2b;
}

.holder {
    float: left;
    background-color: black;
    color: white;
    /*padding: 18px 26px 20px 26px;
    width: 948px;*/
    width: 100%;
    padding-top: 20px;
}

.box {
    float: left;
    display: inline;
    width: 100%; /* changed  for all */
}

    .box.big,
    .box .big {
        width: 100%;
        float: left;
    }

        .box.big:first-child,
        .box .big:first-child {
            margin-bottom: 34px;
        }

    .box.medium,
    .box .medium {
        width: 460px;
    }

    .box.small,
    .box .small {
        width: 224px;
        padding: 3px 3px;
    }

    .formChangePass input[type="text"],
    .formChangePass input[type="password"],
    .formChangePass input[type="text"].small {
        width: 235px;
    }

    .box .title {
        position: relative; 
        background: #f5f5f5;
        padding: 20px 0 0 25px;
        height: 30px;
    }

        .box .title img {
            position: absolute;
            cursor: pointer;
            top: 8px;
            right: 8px;
        }


    .box .content, ui-tabs-panel, .ui-tabs-panel {
        background-color: #f5f5f5;
    }

    .box .content {
        padding: 15px 20px 15px 20px;
        z-index: 1500;
    }

.reportStyle .content {
    padding-bottom: 40px;
}

.box .content_clear {
    padding: 0;
    z-index: 1500;
}

.box .content_clear.grayBg {
    background: #f5f5f5;
}

.box .content ul.user {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .box .content ul.user li {
        background-image: url(../gfx/line.gif);
        background-position: left bottom;
        background-repeat: repeat-x;
        padding: 12px 0;
        margin: 0;
        width: 100%;
    }

        .box .content ul.user li h3 {
            margin: 0;
            padding: 0 0 3px;
            font-family: Arial;
            font-weight: bold;
            line-height: 14px;
            font-size: 12px;
        }

.box .pages, .box .pages table {
    /*zoom : 1;*/
}

    .box .pages table {
        border-top: 1px solid #dbdbdb;
        margin: 0;
        padding: 0;
        border-collapse: collapse;
        line-height: normal;
        width: 100%;
    }

        .box .pages table thead {
            font-weight: bold;
            color: #1c1c1c;
        }

    .box .pages td {
        border-bottom: 1px solid #dbdbdb;
        border-right: 1px solid #dbdbdb;
        padding: 8px 20px;
    }

        .box .pages td a, .box .pages td a:link, .box .pages td a:active, .box .pages td a:visited, .box .pages td a:hover {
            text-decoration: none;
        }

        .box .pages td img {
            margin: 0 0 0 5px;
        }

.pages-bottom {
    display: inline-block;
    padding: 5px 0 0;
    width: 100%;
}

.actionbox {
    float: left;
    margin: 0 !important;
    margin: -1px 0 0;
    /*	padding: 4,4,44,4; */
}

.box .content .pagination {
    float: right;
    text-align: right;
}

    .box .content .pagination a.left, .box .content .pagination a.left:link, .box .content .pagination a.left:active, .box .content .pagination a.left:visited {
        background-image: url(../gfx/pagination-left.gif);
        width: 18px;
    }

        .box .content .pagination a.left:hover {
            background-position: right top;
        }

    .box .content .pagination a.right, .box .content .pagination a.right:link, .box .content .pagination a.right:active, .box .content .pagination a.right:visited, .box .content .pagination a.right:hover {
        background: url(../gfx/pagination-right.gif);
        width: 18px;
    }

        .box .content .pagination a.right:hover {
            background-position: right top;
        }

    .box .content .pagination a, .box .content .pagination a:link, .box .content .pagination a:active, .box .content .pagination a:visited {
        float: left;
        background: url(../gfx/pagination.gif);
        background-repeat: no-repeat;
        font-size: 11px;
        font-weight: bold;
        line-height: 1.83em;
        text-align: center;
        margin: 0 0 0 3px;
        padding: 0;
        color: #656565;
        text-decoration: none;
        width: 23px;
        height: 20px;
    }

        .box .content .pagination a:hover,
        .box .content .pagination a.active, .box .content .pagination a.active:link, .box .content .pagination a.active:active, .box .content .pagination a.active:visited, .box .content .pagination a.active:hover {
            color: #1c1c1c;
        }

.box .thumbs {
    display: inline-block;
    padding: 18px 6px 12px 18px;
}

    .box .thumbs .thumb {
        position: relative;
        float: left;
        font-size: 0;
        line-height: 0;
        margin: 0 6px 0 0;
        width: 101px;
        height: 107px;
    }

    .box .thumbs .thumb img,
    .box img.thumb, .box div.thumb {
        display: inline-block;
        background-image: url(../gfx/thumb.gif);
        background-position: left top;
        background-repeat: no-repeat;
        padding: 4px;
        /*width: 93px;
        min-height: 93px;*/
        max-width: 160px;
        max-height: 135px;
    }

.box div.thumb1 {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/spinner.gif) no-repeat center center;
    padding: 4px;
    width: 93px;
    min-height: 93px;
}


.box div.thumb2 {
    display: inline-block;
    vertical-align: middle;
    background: url(../images/missingImage.gif) no-repeat center center;
    padding: 4px;
    width: 93px;
    min-height: 93px;
}

.box img.thumb {
    margin: 0 0 0 15px;
}

.box .thumbs .thumb div {
    position: absolute;
    display: none;
    background-image: url(../gfx/thumb-hover.gif);
    background-position: left top;
    background-repeat: no-repeat;
    top: 4px;
    right: 4px !important;
    right: 3px;
    z-index: 2;
    height: 21px;
    width: 21px;
}

    .box .thumbs .thumb div a, .box .thumbs .thumb div a:link, .box .thumbs .thumb div a:active, .box .thumbs .thumb div a:visited, .box .thumbs .thumb div a:hover {
        display: inline-block;
        height: 21px;
        width: 21px;
    }

.box.FYP_Box {
}

    .box.FYP_Box .content.forms {
        min-height: 300px;
    }

    .box.FYP_Box .row.logged {
        vertical-align: bottom;
        margin-bottom: -70px;
    }

.footer {
    float: left;
    clear: both;
    /*width: 1000px;*/
    width:100%;
    height: 137px;
}

    .footer .rightSplit {
        float: right;
        font-size: 11px;
        clear: left;
        color: #aaa9a9;
        line-height: 22px;
        word-wrap: break-word;
    }

    .footer .rightSplit span {
         color: #e7cb52;
    }

    .footer .rightSplit a, .footer .rightSplit a:hover {
        color: #aaa9a9;
        text-decoration: underline;
    }

    .footer .lock {
        float: right;
        clear: left;
        margin-left: 26px;
        line-height: 11px;
    }

    .footer .powered {
        float: right;
        clear: left;
        margin-left: 26px;
    }

    .footer .copyright {
        float: right;
        clear: left;
    }

a.disableClick {
    cursor: default;
}

.footer a:hover,
.footer a, .footer a:link, .footer a:active, .footer a:visited {
    color: #ececec;
    text-decoration: none;
}
 

.funnel-content {
    text-align: center;
    margin: 31px 0 0 0;
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
    border-bottom: 1px solid #d3d3d3;
    background-color:white;
    padding-top: 20px;
    clear: both;
}
.funnel-outer-div {
    padding-top: 35px;
    width:100%;
}
.big_chart{
    height: 550px;
    width:100%
}
.small_chart {
    height: 450px;
    width: 50%;
    -webkit-transition: opacity 0.2s;
    -moz-transition: opacity 0.2s;
    -ms-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s;
    display:inline-block;
    float:left;
}
.chartsContainer{
    background:#fff;
}

@media only screen and (max-width: 1024px) {
    .small_chart {
        width: 100%;
    }
}

/* === tested class ===*/
/***************** My Account Page *********************/
#my-account .asmListItemAdd {
    margin: 1px 0 0 10px;
    float: left;
    width: initial;
    padding: 5px 0px 5px 0px;
    min-width: 118px;
}

#my-account .asmListItemRemove {
    position: relative;
    top: 15px;
    left: 2px;
    float: none;
    margin: 0;
}

a {
    color: #1e7dd8;
}

.tooltip a {
    color: #fff;
}

/***************** Tracking Codes Page ****************/
#tracking-codes-edit {
    width: auto !important;
    height: auto !important;
}

    #tracking-codes-edit .content_clear .row label {
        margin: 10px 0 -10px 20px !important;
    }

    #tracking-codes-edit span[id="txtTCodeDescInfo"] {
        margin: 10px 0 0 10px;
    }

    #tracking-codes-edit .content .buttons {
        padding: 0px !important;
    }

    #tracking-codes-edit .content .row input {
        width: 500px !important;
        float: left !important;
    }

#updateTrackingCode {
    min-width: 142px !important;
    float: right;
}


/********************Forgot password*******************/
img[alt="captcha"] {
    float: left;
    clear: left;
    width: 137px;
    height: 49px;
}

#forgot-password .row .buttons {
    float: right;
}

    #forgot-password .row .buttons button {
        min-width: 91px;
    }
/******************getCodeTabs**************************/

#getCodeTabs {
    min-height: 710px;
}

    #getCodeTabs .row img {
        float: left;
        clear: right;
        margin: 2px 0 0 6px;
    }

    #getCodeTabs .row button {
        float: right;
        padding: 0 15px;
    }

    #getCodeTabs .box img.thumb {
        margin: 0;
    }

    #getCodeTabs .thumb {
        background-image: none !important;
    }

.CreateLinkInstractions {
    padding-bottom: 20px;
}


/***************Retrieve Password Page********************/
#retrieve-password .row .buttons {
    float: right;
}

    #retrieve-password .row .buttons button {
        min-width: 91px;
    }



.row .rowDisabled {
    background-color: #EBEBE4;
}

.top .split img {
    float: left;
    margin: 25px 10px 0 20px;
}

#welcome-page .content {
    min-height: 120px;
}

#tracking-codes .box {
    min-height: 507px;
}

/***************Conversion Report Page********************/
#msgAddConfiguration {
    padding-top: 10px;
    /*margin-bottom: 15px;*/
}

    #msgAddConfiguration > #errorContainer {
        height: 20px;
        margin-bottom: 5px;
    }

    #msgAddConfiguration ul {
        vertical-align: central;
        padding: 0px !important;
        color: red;
        text-align: center;
    }

    #msgAddConfiguration li {
        display: inline-block;
        *display: inline; /*IE7*/
        *zoom: 1; /*IE7*/
        margin-right: 10px;
    }


    #msgAddConfiguration #txtConfigurationReportName {
        width: 276px;
    }

    #msgAddConfiguration li:before {
    }

#ddlFilterConfigContainer {
}

    #ddlFilterConfigContainer select {
        width: 205px !important;
    }

.line-row {
    margin-bottom: 20px;
}

    .line-row label {
        line-height: 200%;
        float: left;
        /*margin-right: 20px;*/
    }

    .line-row #groupByMultiselectContainer {
        float: left;
        margin-left: 18px;
        color: red;
    }

    .line-row #myReportsSelectorContainer {
        float: left;
        margin-left: 10px;
    }

    .line-row a {
        padding-top: 5px;
    }

    .line-row #save-configuration {
        float: left;
        clear: both;
    }

    .line-row #delete-configuration {
        float: right;
    }

.btnAddNewReport {
    float: left !important;
    margin: 5px 0 10px 0 !important;
    width: 100px !important;
}


/************ Overrides ****************/

.ui-dialog button.ui-state-hover {
    /*background: #3F729B !important;*/
}

.ui-dialog a.ui-dialog-titlebar-close.ui-state-hover {
    background-color: transparent !important;
}

.calendar_icon img {
    margin-top: 3px;
}

.createTcInline {
    color: #1E7DD8 !important;
    text-decoration: underline;
    cursor: pointer;
}
.GraphTypesTitle {
    padding:7px 5px 5px 30px;
    line-height: 20px;
    font-weight: bold;
}
.GraphType, .GraphTypesTitle {
    float: left;
    color: #3F729B;
}
.GraphTypeChart {
    border-left: 1px solid #cccccc;
}
.GraphTypeGeo {
    border-right: 1px solid #cccccc;
}
.GraphType, .GraphSelectedType {
    float: left;
    line-height: 20px;
    padding: 5px 10px;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
}
.GraphType {
    cursor: pointer;
    
}
.GraphSelectedType {
    background-color: #3F729B;
    color: white;
}
.GraphTypeDisabled{
    cursor:auto !important;
    border-right: 1px solid #cccccc !important;
} 

.expandSection {
    height: 100%;
    border-left: 1px solid rgba(192,192,192,.4);
    cursor: pointer;
    float: right !important;
    width: 14px !important;
    padding-left: 2px;
    padding-right: 5px;
    border-radius: 0 7px 7px 0;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    -ms-transition: background 0.2s;
    -o-transition: background 0.2s;
    transition: background 0.2s;
}

.expandSection img {
    -webkit-transition:  opacity 1s, transform 0.4s;
    -moz-transition: opacity 1s, transform 0.4s;
    -ms-transition: opacity 1s, transform 0.4s;
    -o-transition: opacity 1s, transform 0.4s;
    transition: opacity 1s, transform 0.4s;
    position: relative;
    padding-left: 1px;
}

.LeftBox .expandSection:not(.NoContent):hover {
    background: #ededeb;
}

.LeftBox .expandSection img {
    margin-top: 58px;
}

.MiddelBox .expandSection:not(.NoContent):hover {
    background: #4782AD;
}
.MiddelBox .expandSection img {
    margin-top: 76px;
}

.hideScroll {
    overflow: hidden;
}

.remark {
    padding: 20px;
}