﻿body {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    margin: 0px;
    background-color: #ced3b5;
}

.admin-header-menu {
    font-family: Verdana, Arial, Sans-Serif;
    font-size: 12px;
    background-color: #b4de00;
    border-bottom: solid 3px #fff;
    padding: 5px;
}

    .admin-header-menu a {
        /*font: #000 Verdana, Arial, Sans-Serif 12px;*/
        text-decoration: underline;
    }

        .admin-header-menu a:hover {
            text-decoration: none;
        }

input[type=submit] {
    background: #A2D12D;
    background: -moz-linear-gradient(top, #A2D12D 0%, #406E01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A2D12D), color-stop(100%,#406E01));
    background: -webkit-linear-gradient(top, #A2D12D 0%,#406E01 100%);
    background: -o-linear-gradient(top, #A2D12D 0%,#406E01 100%);
    background: -ms-linear-gradient(top, #A2D12D 0%,#406E01 100%);
    background: linear-gradient(top, #A2D12D 0%,#406E01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d12d', endColorstr='#406e01',GradientType=0 );
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    font: bold 16px Helvetica, Arial, sans-serif;
    cursor: pointer;
}

    input[type=submit].disabled {
        background: #EEEEEE;
        background: -moz-linear-gradient(top, #EEEEEE 0%, #333333 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#333333));
        background: -webkit-linear-gradient(top, #EEEEEE 0%,#333333 100%);
        background: -o-linear-gradient(top, #EEEEEE 0%,#333333 100%);
        background: -ms-linear-gradient(top, #EEEEEE 0%,#333333 100%);
        background: linear-gradient(top, #EEEEEE 0%,#333333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#333333',GradientType=0 );
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 5px 10px 5px 10px;
        color: white;
        text-align: center;
        text-decoration: none;
        font: bold 16px Helvetica, Arial, sans-serif;
        cursor: pointer;
    }


input[type=button] {
    background: #A2D12D;
    background: -moz-linear-gradient(top, #A2D12D 0%, #406E01 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#A2D12D), color-stop(100%,#406E01));
    background: -webkit-linear-gradient(top, #A2D12D 0%,#406E01 100%);
    background: -o-linear-gradient(top, #A2D12D 0%,#406E01 100%);
    background: -ms-linear-gradient(top, #A2D12D 0%,#406E01 100%);
    background: linear-gradient(top, #A2D12D 0%,#406E01 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a2d12d', endColorstr='#406e01',GradientType=0 );
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px 5px 10px;
    color: white;
    text-align: center;
    text-decoration: none;
    font: bold 16px Helvetica, Arial, sans-serif;
}

    input[type=button].disabled {
        background: #EEEEEE;
        background: -moz-linear-gradient(top, #EEEEEE 0%, #333333 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EEEEEE), color-stop(100%,#333333));
        background: -webkit-linear-gradient(top, #EEEEEE 0%,#333333 100%);
        background: -o-linear-gradient(top, #EEEEEE 0%,#333333 100%);
        background: -ms-linear-gradient(top, #EEEEEE 0%,#333333 100%);
        background: linear-gradient(top, #EEEEEE 0%,#333333 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EEEEEE', endColorstr='#333333',GradientType=0 );
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        padding: 5px 10px 5px 10px;
        color: white;
        text-align: center;
        text-decoration: none;
        font: bold 16px Helvetica, Arial, sans-serif;
    }

a:visited {
    color: #0000ff;
}

input, textarea, select {
    padding: 5px;
    border: solid 1px #C9C9C9;
    outline: 0;
    font: normal 13px Verdana, Tahoma, sans-serif;
    background: #FFFFFF;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #EEEEEE), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #EEEEEE 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    border-radius: 5px;
}

    input:hover, textarea:hover, input:focus, textarea:focus {
        border-color: #555555;
        -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 8px;
    }

.formBox {
    background-color: #ddeccb;
    border: 1px solid #497804;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: block;
    color: #000;
    margin: 20px auto;
    width: 300px;
    padding: 10px;
}

.errorlist {
    background: #ffdcd8 none repeat scroll 0 0;
    border: 1px solid #B04539;
    color: #B04539;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 1em;
    margin-left: 0;
    padding: 5px 8px;
}

.oklist {
    background: #ddeccb none repeat scroll 0 0;
    border: 1px solid #fff;
    color: #000;
    list-style-image: none;
    list-style-type: none;
    margin-bottom: 1em;
    margin-left: 0;
    padding: 5px 8px;
}

.warning {
    border: 1px solid;
    margin: 10px 0px;
    padding: 15px 10px 15px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;
}

.warning {
    color: #9F6000;
    background-color: #FEEFB3;
    background-image: url('/img/warning.png');
}

ul#menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

    ul#menu * {
        margin: 0;
        padding: 0;
    }

    ul#menu a {
        display: block;
        text-decoration: underline;
    }

        ul#menu a:hover {
            display: block;
            text-decoration: none;
        }

    ul#menu li {
        position: relative;
        float: left;
        margin-right: 2px;
    }

    ul#menu ul {
        position: absolute;
        top: 14px;
        left: 0;
        background: #d1d1d1;
        display: none;
        opacity: 0;
        list-style: none;
    }

        ul#menu ul li {
            position: relative;
            border: 1px solid #aaa;
            border-top: none;
            width: 180px;
            margin: 0;
            line-height: 24px;
            vertical-align: middle;
        }

            ul#menu ul li a {
                display: block;
                padding: 0px 7px 5px 6px;
                background-color: #FFF;
                height: 20px;
                color: #0000ff;
                font-size: 12px;
                font-family: Verdana,Arial,Sans-Serif;
                text-decoration: underline;
            }

                ul#menu ul li a:hover {
                    background-color: #FFF;
                    color: #0000ff;
                    font-size: 12px;
                    font-family: Verdana,Arial,Sans-Serif;
                    text-decoration: none;
                }

        ul#menu ul ul {
            left: 180px;
            top: -1px;
        }

    ul#menu .menulink {
        /*border:1px solid #aaa;*/ /*font-weight:bold; background:url(images/header.gif); width:134px*/
    }

        ul#menu .menulink:hover, ul#menu .menuhover {
            /*background:url(images/header_over.gif)*/
        }

    ul#menu .sub {
        background: #d1d1d1 url(images/arrow.gif) 136px 8px no-repeat;
    }

    ul#menu .topline {
        border-top: 1px solid #aaa;
    }

    ul#menu li.separator {
        display: block;
        position: relative;
        float: left;
        padding: 0 5px 0 5px;
    }

.catpai {
    padding: 5px; /*border: 1px solid #999; border-bottom:0px;*/
}

.catfilho {
    padding: 0px 5px 5px 20px; /*border-left: 1px solid #999; border-right: 1px solid #999;*/
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #743620 none; /* a color that fits the widget theme */
    color: white; /* a color that is readeable with the color above */
}

table.ui-datepicker-calendar {
    border-collapse: separate;
}

.ui-datepicker-calendar td {
    border: 1px solid transparent;
}

div.descontos {
    padding: 20px;
    width: 300px;
    height: 160px;
    background: #43ac3e;
    background: linear-gradient(#43ac3e, transparent 10px, #43ac3e 0) top left, linear-gradient(#43ac3e, transparent 10px, #43ac3e 0) top right, linear-gradient(#43ac3e, transparent 10px, #43ac3e 0) bottom right, linear-gradient(#43ac3e, transparent 10px, #43ac3e 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle at 0 0, rgba(67,172,62,0) 14px, #43ac3e 15px), radial-gradient(circle at 100% 0, rgba(67,172,62,0) 14px, #43ac3e 15px), radial-gradient(circle at 100% 100%, rgba(67,172,62,0) 14px, #43ac3e 15px), radial-gradient(circle at 0 100%, rgba(67,172,62,0) 14px, #43ac3e 15px);
}

    div.descontos:hover {
        padding: 20px;
        width: 300px;
        height: 160px;
        background: #30962C;
        background: linear-gradient(#30962C, transparent 10px, #30962C 0) top left, linear-gradient(#30962C, transparent 10px, #30962C 0) top right, linear-gradient(#30962C, transparent 10px, #30962C 0) bottom right, linear-gradient(#30962C, transparent 10px, #30962C 0) bottom left;
        background-size: 50% 50%;
        background-repeat: no-repeat;
        background-image: radial-gradient(circle at 0 0, rgba(48, 150, 44,0) 14px, #30962C 15px), radial-gradient(circle at 100% 0, rgba(48, 150, 44,0) 14px, #30962C 15px), radial-gradient(circle at 100% 100%, rgba(48, 150, 44,0) 14px, #30962C 15px), radial-gradient(circle at 0 100%, rgba(48, 150, 44,0) 14px, #30962C 15px);
    }

div.hoteis24 {
    padding: 20px;
    width: 300px;
    height: 160px;
    background: #c00;
    background: linear-gradient(#FF7B00, transparent 10px, #FF7B00 0) top left, linear-gradient(#FF7B00, transparent 10px, #FF7B00 0) top right, linear-gradient(#FF7B00, transparent 10px, #FF7B00 0) bottom right, linear-gradient(#FF7B00, transparent 10px, #FF7B00 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle at 0 0, rgba(255,123,0,0) 14px, #FF7B00 15px), radial-gradient(circle at 100% 0, rgba(255,123,0,0) 14px, #FF7B00 15px), radial-gradient(circle at 100% 100%, rgba(255,123,0,0) 14px, #FF7B00 15px), radial-gradient(circle at 0 100%, rgba(255,123,0,0) 14px, #FF7B00 15px);
}

    div.hoteis24:hover {
        padding: 20px;
        width: 300px;
        height: 160px;
        background: #D37A2C;
        background: linear-gradient(#D37A2C, transparent 10px, #D37A2C 0) top left, linear-gradient(#D37A2C, transparent 10px, #D37A2C 0) top right, linear-gradient(#D37A2C, transparent 10px, #D37A2C 0) bottom right, linear-gradient(#D37A2C, transparent 10px, #D37A2C 0) bottom left;
        background-size: 50% 50%;
        background-repeat: no-repeat;
        background-image: radial-gradient(circle at 0 0, rgba(211, 122, 44,0) 14px, #D37A2C 15px), radial-gradient(circle at 100% 0, rgba(211, 122, 44,0) 14px, #D37A2C 15px), radial-gradient(circle at 100% 100%, rgba(211, 122, 44,0) 14px, #D37A2C 15px), radial-gradient(circle at 0 100%, rgba(211, 122, 44,0) 14px, #D37A2C 15px);
    }

div.eshop {
    padding: 20px;
    width: 300px;
    height: 160px;
    background: #c00;
    background: linear-gradient(#0CC3D9, transparent 10px, #FF7B00 0) top left, linear-gradient(#0CC3D9, transparent 10px, #FF7B00 0) top right, linear-gradient(#0CC3D9, transparent 10px, #FF7B00 0) bottom right, linear-gradient(#0CC3D9, transparent 10px, #FF7B00 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle at 0 0, rgba(12,195,217,0) 14px, #0CC3D9 15px), radial-gradient(circle at 100% 0, rgba(12,195,217,0) 14px, #0CC3D9 15px), radial-gradient(circle at 100% 100%, rgba(12,195,217,0) 14px, #0CC3D9 15px), radial-gradient(circle at 0 100%, rgba(12,195,217,0) 14px, #0CC3D9 15px);
}

    div.eshop:hover {
        padding: 20px;
        width: 300px;
        height: 160px;
        background: #D37A2C;
        background: linear-gradient(#1C64D1, transparent 10px, #D37A2C 0) top left, linear-gradient(#1C64D1, transparent 10px, #D37A2C 0) top right, linear-gradient(#1C64D1, transparent 10px, #D37A2C 0) bottom right, linear-gradient(#1C64D1, transparent 10px, #D37A2C 0) bottom left;
        background-size: 50% 50%;
        background-repeat: no-repeat;
        background-image: radial-gradient(circle at 0 0, rgba(28,100,209,0) 14px, #1C64D1 15px), radial-gradient(circle at 100% 0, rgba(28,100,209,0) 14px, #1C64D1 15px), radial-gradient(circle at 100% 100%, rgba(28,100,209,0) 14px, #1C64D1 15px), radial-gradient(circle at 0 100%, rgba(28,100,209,0) 14px, #1C64D1 15px);
    }

div.cofina {
    padding: 20px;
    width: 300px;
    height: 160px;
    background: #B41D14;
    background: linear-gradient(#B41D14, transparent 10px, #B41D14 0) top left, linear-gradient(#B41D14, transparent 10px, #B41D14 0) top right, linear-gradient(#B41D14, transparent 10px, #B41D14 0) bottom right, linear-gradient(#B41D14, transparent 10px, #B41D14 0) bottom left;
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-image: radial-gradient(circle at 0 0, rgba(180,29,20,0) 14px, #B41D14 15px), radial-gradient(circle at 100% 0, rgba(180,29,20,0) 14px, #B41D14 15px), radial-gradient(circle at 100% 100%, rgba(180,29,20,0) 14px, #B41D14 15px), radial-gradient(circle at 0 100%, rgba(180,29,20,0) 14px, #B41D14 15px);
}

    div.cofina:hover {
        padding: 20px;
        width: 300px;
        height: 160px;
        background: #7A140E;
        background: linear-gradient(#7A140E, transparent 10px, #7A140E 0) top left, linear-gradient(#7A140E, transparent 10px, #7A140E 0) top right, linear-gradient(#7A140E, transparent 10px, #7A140E 0) bottom right, linear-gradient(#7A140E, transparent 10px, #7A140E 0) bottom left;
        background-size: 50% 50%;
        background-repeat: no-repeat;
        background-image: radial-gradient(circle at 0 0, rgba(28,100,209,0) 14px, #7A140E 15px), radial-gradient(circle at 100% 0, rgba(28,100,209,0) 14px, #7A140E 15px), radial-gradient(circle at 100% 100%, rgba(28,100,209,0) 14px, #7A140E 15px), radial-gradient(circle at 0 100%, rgba(28,100,209,0) 14px, #7A140E 15px);
    }

div.backTickets {
    background-color: transparent;
    opacity: 1;
    text-align: center;
    width: 500px;
    padding-top: 50px;
    border-radius: 6px;
}

div.descontos div.inner {
    border-radius: 6px;
    border-color: #000;
    border-width: 3px;
    border-style: solid;
    font-color: #000;
    text-align: center;
    background-color: #D5EFD4;
    vertical-align: middle;
    height: 100%;
}

div.hoteis24 div.inner {
    border-radius: 6px;
    border-color: #000;
    border-width: 3px;
    border-style: solid;
    font-color: #000;
    text-align: center;
    background-color: #F0F0D8;
    vertical-align: middle;
    height: 100%;
}

div.eshop div.inner {
    border-radius: 6px;
    border-color: #000;
    border-width: 3px;
    border-style: solid;
    font-color: #000;
    text-align: center;
    background-color: #B6C3D9;
    vertical-align: middle;
    height: 100%;
}


div.cofina div.inner {
    border-radius: 6px;
    border-color: #000;
    border-width: 3px;
    border-style: solid;
    font-color: #000;
    text-align: center;
    background-color: #B28885;
    vertical-align: middle;
    height: 100%;
}


.emptyDeal {
    background-image: url("/img/fullsheet.png");
    background-position: 0px 0px;
    width: 30px;
    height: 30px;
}

.halfEmptyDeal {
    background-image: url("/img/fullsheet.png");
    background-position: 60px 0px;
    width: 30px;
    height: 30px;
}

.FullDeal {
    background-image: url("/img/fullsheet.png");
    background-position: 30px 0px;
    width: 30px;
    height: 30px;
}

.alternating-template {
    background-color: #DCDCDC;
    color: #000000;
    border-collapse: collapse;
    border-color: #999999;
    border-width: 1px;
}

.item-template {
    background-color: #FFFFFF;
    color: #000000;
}

.selected_row {
    background-color: #FFFF99;
}

.checkbox_Table {
    position: relative;
    height: 16px;
    width: 16px;
}

    .checkbox_Table input[type="checkbox"], .checkbox_Table input[type="checkbox"]:disabled {
        opacity: 0;
        height: 16px;
        width: 16px;
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        left: 0;
        z-index: 2;
        margin: auto auto;
        padding-top: 5px;
    }

        .checkbox_Table input[type="checkbox"] + label, .checkbox_Table input[type="checkbox"]:disabled + label {
            background: url("/img/cbxCustom.png") 0px 0px;
            height: 16px;
            width: 16px;
            display: inline-block;
            padding: 0 0 0 0px;
            position: absolute;
            right: 0;
            bottom: 0;
            top: 0;
            left: 0;
            z-index: 1;
            margin: auto auto;
        }

        .checkbox_Table input[type="checkbox"]:checked + label, .checkbox_Table input[type="checkbox"]:checked:disabled + label {
            background: url("/img/cbxCustom.png") -16px 0px;
            height: 16px;
            width: 16px;
            display: inline-block;
            padding: 0 0 0 0px;
        }

.divPagamento {
    border: 0;
}

.BtReposicaoPagamento {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABmJLR0QA/wD/AP+gvaeTAAAA30lEQVQ4jb3SsUpDQRAF0BO0sEmhnVj7D0LAVHaphIC9XyHRfxAs/A8lNmIsbAwKgfSKRUBFMLbCEy12isfLJoaAXhh22bv3zs7s8AdYxxH6eMYLBuhgE7foTRO3Mcb3HDGBPXwFeY5trEa0Ucwy2MBHEAcZ8/5vLziJwzPUMgY3FfF19cJTEFu52mZhOdYRHqQO/wsucbWouCGV+5hzLTfqIiOuoRv8cZWsftN9xuAwuLE0sVMNCmmwViKapcyFNFgTmGd837FbFi2V9jt4QwuvWEMdnxjiFPu4y2VfGD8LIFRFMQ+lnQAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    width: 29px;
    height: 29px;
    background-color: transparent;
    border: 0;
    position: relative;
    left: 7px;
    margin-top: 4px;
    cursor: pointer;
}

    .BtReposicaoPagamento:active {
        border: 0;
    }

.MSGreporPagamento {
    border: 2px solid red;
    position: absolute;
    margin: 0 auto;
    height: 150px;
    width: 300px;
    top: 150px;
    background-color: aliceblue;
    text-align: center;
}

/*####PUBLICIDADE####*/

#PublicidadeTerceiros {
    position: relative;
    right: -50px;
    color: #406E01;
}

#PublicidadeConteudos {
    display: none;
    float: right;
}

#PublicidadeTerceirosVer {
    position: relative;
    right: -50px;
    color: #406E01;
}

#PublicidadeConteudosVer {
    display: none;
    float: right;
}


#divdealsAdicionar {
    width: inherit;
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    height: 300px;
    width: 900px;
}

#BttSeleccionarCHK {
    margin-bottom: 2px;
}

.chkdeal {
    margin-top: 4px;
}

    .chkdeal:first-child {
        margin-top: 0px;
    }

    .chkdeal div:first-child {
        /*border: 1px solid red;*/
        width: 50px;
        margin-left: 2px;
        min-width: 50px;
        text-align: right;
    }

    .chkdeal input:nth-child(2) {
        /*border: 1px solid blue;*/
    }

    .chkdeal div:nth-child(3) {
        /*border: 1px solid green;*/
        width: 730px;
        max-width: 730px;
        text-align: left;
        display: inline;
        white-space: pre-wrap;
    }

    .chkdeal div:nth-child(4) {
        /*border: 1px solid orange;*/
        text-align: right;
        width: 10%;
    }

.primeiro {
    background-color: azure;
    padding: 2px;
    display: flex;
}

.segundo {
    background-color: beige;
    padding: 2px;
    display: flex;
}

.tdpublicidade {
    width: 150px;
    max-width: 150px;
    overflow-wrap: break-word;
    /*white-space: pre-wrap;*/
    text-align: left;
}

#divdealsEditar {
    overflow-x: hidden;
    overflow-y: scroll;
    white-space: nowrap;
    height: 300px;
    width: 900px;
}

    #divdealsEditar .chkdeal .primeiro:first-child {
        margin-top: 0px;
    }

.chkdealEditar {
    margin-top: 4px;
    width: 880px;
    display: flex;
    flex-direction: row;
}

    .chkdealEditar:first-child {
        margin-top: 0px;
    }



.checkboxchecked {
    background: -webkit-linear-gradient(#FCFCFC, #DADADA);
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAJCAMAAADXT/YiAAAAOVBMV…w8goKsDDw8UAaDgAA3t4AAC1CGkx8ImMGKOPj42KAmsEMYAEUyAa2GdxXhAAAAAElFTkSuQmCC) center no-repeat, -webkit-linear-gradient(#FCFCFC, #DFDFDF);
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAQAAABuW59YAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAAB2SURBVHjaAGkAlv8A3QDyAP0A/QD+Dam3W+kCAAD8APYAAgTVZaZCGwwA5wr0AvcA+Dh+7UX/x24AqK3Wg/8nt6w4/5q71wAAVP9g/7rTXf9n/+9N+AAAtpJa/zf/S//DhP8H/wAA4gzWj2P4lsf0JP0A/wADAHB0Ngka6UmKAAAAAElFTkSuQmCC') !important;
}

.dealeditarcheckbox {
    height: 15px;
    width: 15px;
    vertical-align: middle;
    margin: 0 5px 5px 0;
    border: 1px solid #A5A5A5;
    border-radius: 8px;
    -webkit-appearance: none;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
}

#BttEditarSeleccionarCHK {
    margin-bottom: 3px;
}

.btnExportarExcel {
    cursor: pointer;
}

.ClassUP {
    padding-right: 2px;
    width: 16px;
    height: 16px;
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAW0lEQVQ4T2NkoBAwUqifYdQABrxhAAqfBgYGhv9QGmt44wpEkHgTAwNDDVRXIy5DsBkAEmtmYGCoRrMSqyHYDBBgYGBwwZE+djEwMHxClhtNB/jTAVH5jOJABAA39AgRY/IRBwAAAABJRU5ErkJggg==') !important;
    float: left;
}

.ClassDOWN {
    padding-left: 2px;
    width: 16px;
    height: 16px;
    display: block;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAXklEQVQ4T+2SsQ3AIAwEjwmYi6ECichMWYwBErmzLBMXtNAan6z7Tyy+tLjPBuA6yEBx5L7AAww9m0k8gWYgB3Bb8F8KGlKB7kUexSgQOf2a9SUChD3bAL9IoTj94QOWGgkRj8AoaQAAAABJRU5ErkJggg==') !important;
    float: right;
}

.thcomsort {
    /*width: 100%;*/
    text-align: center;
}

.spansort {
    display: inline-block;
    margin: 0 auto;
    /*width: 30px;*/
}

.BlocoEanMarca {
    margin-top: 10px;
}

    .BlocoEanMarca .tbxCodigoProdutoEan {
        width: 90%;
    }


#trCaptacaoRegisto {
    display: none;
}

/*#trCaptacaoRegisto td:nth-child(1) {
        width: 28%;
    }*/

#trTituloInternoSegundoPasso {
    display: none;
}

/*#trTituloInternoSegundoPasso td:nth-child(1) {
        width: 28%;
    }*/

#trMensagemSegundoPasso {
    display: none;
}

/*#trMensagemSegundoPasso td:nth-child(1) {
        width: 28%;
    }

    #trMensagemSegundoPasso td:nth-child(1) {
        width: 50%;
    }*/

#trImagemSegundoPasso {
    display: none;
}

/*#trImagemSegundoPasso td:nth-child(1) {
        width: 28%;
    }*/

#trBotaoSegundoPasso {
    display: none;
}

/*#trBotaoSegundoPasso td:nth-child(1) {
        width: 28%;
    }*/


#trPromocodedisponiveisTituloSegundoPasso {
    display: none;
}

#trPromocodedisponiveisSeleccaoSegundoPasso {
    display: none;
}

.tdPromocodedisponiveisSeleccaoSegundoPasso {
    text-align: left;
}

.DDLCorBotao option[value='1'] {
    color: #43ac3e;
}

.DDLCorBotao option[value='2'] {
    color: #ffe300;
}

.DDLCorBotao option[value='3'] {
    color: #003278;
}

.DDLCorBotao option[value='4'] {
    color: #019fc4;
}

.DDLCorBotao option[value='5'] {
    color: #ebb300;
}

.DDLCorBotao option[value='6'] {
    color: #f47937;
}

.DDLCorBotao option[value='7'] {
    color: #8cc63e;
}

.DDLCorBotao option[value='8'] {
    color: #e11b0b;
}

.ColunaEsquerdaEditarLeadsmobile {
    font-weight: 600;
    padding: 3px;
}

.ColunaDireitaEditarLeadsmobile {
    /*width:90%;*/
    padding: 3px;
}

    .ColunaDireitaEditarLeadsmobile > * {
        width: 90% !important;
    }


    .ColunaDireitaEditarLeadsmobile span table.mceLayout {
        width: 92% !important;
    }

    .ColunaDireitaEditarLeadsmobile select {
        width: 30% !important;
    }


.btLeadsmobileVerDetalhes {
    background-color: transparent; /* make the button transparent */
    background-repeat: no-repeat; /* make the background image appear only once */
    background-position: 0px 0px; /* equivalent to 'top left' */
    border: none; /* assuming we don't want any borders */
    cursor: pointer; /* make the cursor like hovering over an <a> element */
    height: 26px; /* make this the size of your image */
    padding-left: 26px; /* make text start to the right of the image */
    vertical-align: middle; /* align the text vertically centered */
    background: transparent !important;
    background: -moz-linear-gradient(top, transparent 0%, transparent 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,transparent), color-stop(100%,transparent)) !important;
    background: -webkit-linear-gradient(top, transparent 0%,transparent 100%) !important;
    background: -o-linear-gradient(top, transparent 0%,transparent 100%) !important;
    background: -ms-linear-gradient(top, transparent 0%,transparent 100%) !important;
    background: linear-gradient(top, transparent 0%,transparent 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='transparent', endColorstr='transparent',GradientType=0) !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border-radius: 0px !important;
    padding: 1px 1px 1px 26px !important;
    color: transparent;
    text-align: center;
    text-decoration: none;
    font: bold 16px Helvetica, Arial, sans-serif;
    background-image: url(/img/icons8-show-property-100.png) !important; /* 16px x 16px */
    cursor: pointer;
}

.esconder {
    display: none;
}

.mostraralert {
    display: block;
    color: red;
    font: bold 16px Helvetica, Arial, sans-serif;
}

.mostrarinfo {
    display: block;
    color: orange;
    font: bold 16px Helvetica, Arial, sans-serif;
}

.bttCancel {
    background: #ddd;
    background: -moz-linear-gradient(90deg, #ff0800, #e92f2f) !important; /* Firefox */
    background: -webkit-gradient(linear, left top, left bottom, from(#e92f2f), to(#ff0800)) !important; /* Webkit */
    border: 1px solid #d10505 !important;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 0 #fff;
    -webkit-box-shadow: 0 1px 0 #fff;
    color: #fff;
    cursor: pointer;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bold;
    /*margin-left:120px;*/
    padding: 5px 10px;
    text-decoration: none;
    text-shadow: 0 1px 1px #c70808 !important;
    text-transform: uppercase;
}

    .bttCancel:hover {
        background: #eee;
        background: -moz-linear-gradient(90deg, #c71a1a, #ee2f2f) !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#ee2f2f), to(#c71a1a)) !important;
        border-color: #c70808 !important;
        text-decoration: none;
    }

    .bttCancel:active,
    .bttCancel:focus {
        background: #ccc;
        background: -moz-linear-gradient(90deg, #ee2f2f, #c71a1a) !important;
        background: -webkit-gradient(linear, left top, left bottom, from(#c71a1a), to(#ee2f2f)) !important;
        border-color: #c70808 !important;
        outline: none;
    }

.colunadados {
    display: table-caption;
    width: 150px;
    border: none;
}

.LeadsmobileLabelInfoStep2Adicionar {
    position: relative;
    /*top: -6px;*/
}

.LeadsmobileLabelInfoStep3Adicionar {
    position: relative;
    top: -6px;
}


/*#region UtilizadoresRegistadosStats*/

.cabecalhoUtilizadoresRegistados tr:first-child td:first-child {
    cursor: pointer;
    border-right: none;
}

.cabecalhoUtilizadoresRegistados tr:first-child td:last-of-type {
    cursor: pointer;
    border-left: none;
}

    .cabecalhoUtilizadoresRegistados tr:first-child td:last-of-type div {
        cursor: pointer;
        background-image: url(/img/up-arrow-fold-button.png) !important; /* 16px x 16px */
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        border-left: none;
        -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */
        -moz-transform: rotate(180deg); /* FF */
        -o-transform: rotate(180deg); /* Opera */
        -ms-transform: rotate(180deg); /* IE9 */
        transform: rotate(180deg);
    }

.cabecalhoUtilizadoresRegistados.active tr:first-child td:last-of-type div {
    cursor: pointer;
    -webkit-transform: rotate(0deg); /* Chrome and other webkit browsers */
    -moz-transform: rotate(0deg); /* FF */
    -o-transform: rotate(0deg); /* Opera */
    -ms-transform: rotate(0deg); /* IE9 */
    transform: rotate(0deg);
}


.cabecalhoOptOutsCancelados tr:first-child td:first-child {
    cursor: pointer;
    border-right: none;
}

.cabecalhoOptOutsCancelados tr:first-child td:last-of-type {
    cursor: pointer;
    border-left: none;
}

    .cabecalhoOptOutsCancelados tr:first-child td:last-of-type div {
        cursor: pointer;
        background-image: url(/img/up-arrow-fold-button.png) !important; /* 16px x 16px */
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */
        -moz-transform: rotate(180deg); /* FF */
        -o-transform: rotate(180deg); /* Opera */
        -ms-transform: rotate(180deg); /* IE9 */
        transform: rotate(180deg);
    }

.cabecalhoOptOutsCancelados.active tr:first-child td:last-of-type div {
    cursor: pointer;
    -webkit-transform: rotate(0deg); /* Chrome and other webkit browsers */
    -moz-transform: rotate(0deg); /* FF */
    -o-transform: rotate(0deg); /* Opera */
    -ms-transform: rotate(0deg); /* IE9 */
    transform: rotate(0deg);
}

.cabecalhoUtilizadoresRegistadosPeriodo tr:first-child td:first-child {
    cursor: pointer;
    border-right: none;
}

.cabecalhoUtilizadoresRegistadosPeriodo tr:first-child td:last-of-type {
    cursor: pointer;
    border-left: none;
}

    .cabecalhoUtilizadoresRegistadosPeriodo tr:first-child td:last-of-type div {
        cursor: pointer;
        background-image: url(/img/up-arrow-fold-button.png) !important; /* 16px x 16px */
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        -webkit-transform: rotate(180deg); /* Chrome and other webkit browsers */
        -moz-transform: rotate(180deg); /* FF */
        -o-transform: rotate(180deg); /* Opera */
        -ms-transform: rotate(180deg); /* IE9 */
        transform: rotate(180deg);
    }

.cabecalhoUtilizadoresRegistadosPeriodo.active tr:first-child td:last-of-type div {
    cursor: pointer;
    -webkit-transform: rotate(0deg); /* Chrome and other webkit browsers */
    -moz-transform: rotate(0deg); /* FF */
    -o-transform: rotate(0deg); /* Opera */
    -ms-transform: rotate(0deg); /* IE9 */
    transform: rotate(0deg);
}





/*#endregion*/
