﻿
/* Styles for basic forms
-----------------------------------------------------------*/

fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}

/* //////////////////////////////////////////////////////////////////////////// */

.half-left {
    float: left;
    width: Auto;
    padding: 0 4px 0 0;
}

.titleform {
    display: block;
    padding: 0 0 8px;
    line-height: 9px;
    color: #1c1c1c;
    font-weight: bold;
}


.rowDetails {
    display: inline-block;
    padding: 5px 0;
    width: 100%;
}

.inputForm {
    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: 3px 5px 3px;
    margin: 0;
    color: #1c1c1c;
    line-height: 1.4em;
    height: 18px;
}

.CustomButton {
    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 4px 0 0;
    cursor: pointer;
    text-transform: uppercase;
    overflow: visible;
    width: auto;
}

    .CustomButton span {
        float: left;
        background-repeat: repeat-x;
        background-color: transparent;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 0 15px;
        margin: 0;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        line-height: 1.87em;
        color: #FFFFFF;
        white-space: nowrap;
    }

    .CustomButton button:hover span {
        background-position: left bottom;
        border: 1px solid #2b2b2b;
    }

.bodyClass {
    /*width: 1000px;*/
}

.welcomeBanner {
    height: 772px;
    width: 160px;
    margin: 32px 0 0 0;
    float: right;
}

    .welcomeBanner div {
        width: 160px;
        display: inline-block;
        height: 772px;
        padding: 0px;
    }

.controlRow {
    padding: 8px 0 0 0;
}

/*****************tooltipt**********************/
.tooltip {
    cursor: help;
    float: left;
    margin: 2px 0 0 8px;
    padding: 0 0 0 2px;
    /*color: #726F6F;*/
    /*font-style: italic;*/
    display: inline-block;
    text-align: left;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 25px;
}

    .tooltip span {
        display: none;
        padding: 15px;
        /*margin: 10px 0 0 -25px;*/
        width: 290px;
        white-space: normal;
        line-height: normal;
        max-height: 200px;
        overflow-y: auto;
    }

    .tooltip:hover span {
        display: block;
        position: absolute;
        background: #3F729B;
        color: #fff;
        border-radius: 8px;
        -webkit-border-radius: 8px;
        -webkit-box-shadow: 3px 3px 25px 2px rgba(0,0,0,0.5);
        -moz-box-shadow: 3px 3px 25px 2px rgba(0,0,0,0.5);
        box-shadow: 3px 3px 25px 2px rgba(0,0,0,0.5);
    }

    #player-validation .tooltip:hover span {
        width: 180px;
    }

    .tooltip div {
        display: none;
        width: 0px;
        height: 15px;
        margin: 5px 0 15px -10px;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-bottom: 20px solid #3F729B;
        border-top: 0px solid transparent;
    }

    .tooltip:hover div {
        display: block;
        position: absolute;
    }

    .tooltip img {
        margin: 5px 0 0px 0;
    }

.jqgrid-cell-tooltip
{
    width: auto;
    color: #000;
    line-height: 21px;
    font-style: normal;
}

.marketing-sites-list-expand {
  width:auto;
}

.marketing-sites-list-collapse {
  width:129px;
}


.content-control {
	white-space: nowrap;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#html_hint
{
    height: 430px;
    position: absolute;
    margin-left: 100px;
    margin-top: 25px;
    display:none;
    visibility: hidden;
}

.hint_man {
    float: left;
    /*background-image: url('images/schedule_hint_man.png');*/
    width: 260px;
    height: 100%;
    background-repeat: no-repeat;
    display: none;
}
.hint_bubble
{
    float: left;
    /*background-image: url('images/schedule_hint_bubble.png');*/
    background-size: 500px;
    background-repeat: no-repeat;
    width: 500px;
    height: 250px;
    margin-left: -55px;
    margin-top: 100px;
    display: none;
}

.hint_bubble_text
{
    position: relative;
    top: 40px;
    left: 90px;
    z-index: 8000;
    font-size: 16px;
    width: 370px;
}

.commission-expiration-container div{
    position: relative;
    margin-top: 15px;
    width: 160px;
}

.commission-expiration-container {
    position: relative;
    /*bottom: 5px;*/
    width: 160px;

}