/* something that does not change */
html, body {
    height: 100%;
    background: #F2F2F2;
    text-align: center;
}

table {
    border-collapse: collapse;
}

html, h1, h2, h3, h4, h5, h6, body, form, th, td, p {
    margin: 0;
    padding: 0;
}

img {
    border: 0 none;
}

map {
    display: none;
}

object, form {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    letter-spacing: normal;
}

hr {
    display: none;
}

* {
    zoom: 1;
}
/* something that does not change */

/* all time classes */
.wf {
    width: 100%;
}

.hf {
    height: 100%;
}

.whf {
    width: 100%;
    height: 100%;
}

.tar {
    text-align: right;
}

.tal {
    text-align: left;
}

.tac {
    text-align: center;
}

.clr {
    clear: both;
    height: 1px;
    overflow: hidden;
    margin: -1px 0 0 0;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.hide {
    display: none;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.button {
    cursor: pointer;
}

.posrel {
    position: relative;
}

.nobdr {
    border: 0 none !important;
}

.nobgr {
    background: none !important;
}

.ma {
    margin: 0 auto;
}

.nomrg {
    margin: 0 !important;
}
/* all time classes */

/* global text/link settings */
p, div, span, td, th, em, h1, h2, h3, h4, h5, h6, b, strong, i, .button, li, a {
    font-family: Arial, sans-serif;
    color: #545454;
    font-size: 14px;
    line-height: 110%;
}

    a, a * {
        font-family: Arial, sans-serif;
        text-decoration: none;
        line-height: 110%;
        font-size: 14px;
        color: #545454;
    }

        a:hover, a:hover * {
            text-decoration: underline;
        }

.inline-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .inline-list li {
        list-style: none;
        display: inline;
        padding: 0;
        margin: 0;
    }

.block-list, .block-list li {
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.textfield, textarea, select {
    font-family: Arial, sans-serif;
    padding-left: 3px;
    color: #000;
}

.textarea-md {
    display: inline-block;
    min-width: 300px;
    min-height: 25px;
    max-width: 700px;
    max-height: 800px;
}

    select[disabled] {
        background-color: rgb(235, 235, 228);
    }

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}
/* global text/link settings */

ul.unstyled {
    list-style: none;
}

.header {
    background: #D3D3D3;
    border-bottom: 1px solid #C2C2C2;
    text-align: center;
    min-height: 148px;
}

    .header .h-wrap {
        width: 994px;
        margin: 0 auto;
        text-align: left;
    }

    .header .top-tools {
        float: right;
        padding: 27px 0 0 0;
    }

        .header .top-tools a {
            float: right;
            display: block;
            padding: 1px 0 1px 25px;
            text-transform: uppercase;
            font-size: 12px;
            position: relative;
            margin: 0 0 0 40px;
        }

a.logout span {
    background: url(../img/top-icons.png) right 0 no-repeat;
    width: 14px;
    height: 14px;
    display: block;
    top: 1px;
    left: 0;
    position: absolute;
    text-indent: -10000px;
}

a.settings span {
    background: url(../img/top-icons.png) 0 0 no-repeat;
    width: 19px;
    height: 19px;
    display: block;
    top: -1px;
    left: 0;
    position: absolute;
    text-indent: -10000px;
}

.logo a {
    display: block;
    text-decoration: none;
    text-indent: -10000px;
    background: url(../img/uvs_dark.png);
    width: 251px;
    height: 50px;
}

.header .clear {
    padding: 25px 0 0 0;
}



.table-1 .up {
    display: block;
    background: url(../img/up-down.png) 0 0 no-repeat;
    width: 9px;
    height: 5px;
    text-decoration: none;
    margin: 0 0 5px 0;
}

    .table-1 .up:hover {
        background: url(../img/up-down.png) right 0 no-repeat;
    }

.table-1 .down {
    display: block;
    background: url(../img/up-down.png) right bottom no-repeat;
    width: 9px;
    height: 5px;
    text-decoration: none;
}

    .table-1 .down:hover {
        background: url(../img/up-down.png) 0 bottom no-repeat;
    }

.total-1 {
    border-bottom: 1px solid #FFF;
}

    .total-1 div {
        /*	border-bottom:1px solid #C2C2C2;*/
        padding: 25px 0 10px 40px;
    }

    .total-1 b {
        display: block;
        float: left;
        width: 190px;
        font-size: 18px;
        font-weight: normal;
    }

    .total-1 strong {
        display: block;
        float: left;
        font-size: 18px;
    }

.two-cols .coll-1 {
    width: 620px;
}

    .two-cols .coll-1 .table-1 {
        padding: 0;
    }

    .two-cols .coll-1 .title-2 {
        border: 0;
    }

        .two-cols .coll-1 .title-2 h3 {
            border: 0;
            padding: 30px 0 9px 0;
        }

.two-cols .coll-2 {
    width: 335px;
    padding: 30px 0 0 10px;
}

.button-2 {
    display: block;
    background: #0CF;
    text-align: center;
    color: #FFF !important;
    font-size: 12px;
    padding: 3px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

    .button-2:hover {
        background: #BDBDBD;
        text-decoration: none;
    }

.sideform .top .button-2 {
    width: 45%;
    padding: 9px 0;
}

.sideform .title-2 h3 {
    text-align: center;
    padding-left: 0;
}

.sideform .buttons .button-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.sideform .buttons div {
    padding: 20px 0 0 0;
    border-top: 1px solid #FFF;
    text-align: center;
}

    .sideform .buttons div.block {
        padding: 10px 0;
        border-top: 0 none;
        border-bottom: 1px solid #C2C2C2;
    }

.sideform .buttons table {
    margin: 0 auto;
}

.sideform .labels {
    height: 32px;
    padding: 8px 0 0 0;
}

    .sideform .labels label {
        float: right;
        display: block;
        width: 167px;
        text-align: center;
        font-weight: bold;
        border-left: 1px solid #C2C2C2;
    }

        .sideform .labels label.fl {
            float: left;
            display: block;
            width: 166px;
            border-right: 1px solid #FFF;
            border-left: 0 none;
        }

.sideform .selects {
    text-align: center;
}

    .sideform .selects select {
        border: 3px solid #E3E3E3;
        -moz-border-radius: 4px;
        width: 105px;
        border-radius: 4px;
        margin: 0 1px;
        padding: 5px;
    }

    .sideform .selects .short {
        width: 60px;
    }

    .sideform .selects .textfield {
        border: 3px solid #E3E3E3;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 0 1px;
        padding: 5px;
    }

.sub-level b {
    display: block;
    padding: 30px 0 9px 0;
    font-size: 18px;
    font-weight: normal;
}

.sub-level .lvl-1 {
    display: block;
    padding: 12px 17px;
    color: #FFF;
    text-transform: uppercase;
    background: url(../img/raquo-down.png) 95% center no-repeat #0CF;
    margin: 0 0 3px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.sub-level .leaf {
    background: url(../img/raquo-right.png) no-repeat scroll 95% center #94C91F !important;
}

.sub-level .lvl-1:hover, .sub-level .lvl-2 {
    -moz-box-shadow: 3px 0 0 #C2C2C2;
    -webkit-box-shadow: 3px 0 0 #C2C2C2;
    box-shadow: 3px 0 0 #C2C2C2;
    display: block;
    padding: 12px 17px;
    color: #FFF;
    text-transform: uppercase;
    background: url(../img/raquo-down.png) 95% center no-repeat #0CF;
    margin: 0 0 3px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.sub-level .lvl-2 {
    background: url(../img/raquo-down.png) 95% center no-repeat #0CF;
}

.arrow-down {
    background: url(../img/raquo-2.png) 100% center no-repeat;
    width: 14px;
    height: 14px;
    text-indent: -10000px;
    display: block;
    margin: 0 20px 0 0;
}
.sub-level .lvl-3 {
    -moz-box-shadow: 5px 0 0 #C2C2C2;
    -webkit-box-shadow: 5px 0 0 #C2C2C2;
    box-shadow: 5px 0 0 #C2C2C2;
    display: block;
    padding: 12px 17px;
    color: #FFF;
    text-transform: uppercase;
    background: url(../img/raquo-down.png) 95% center no-repeat #0CF;
    margin: 0 0 3px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.sub-level .lvl-4 {
    -moz-box-shadow: 7px 0 0 #C2C2C2;
    -webkit-box-shadow: 7px 0 0 #C2C2C2;
    box-shadow: 7px 0 0 #C2C2C2;
    display: block;
    padding: 12px 17px;
    color: #FFF;
    text-transform: uppercase;
    background: url(../img/raquo-down.png) 95% center no-repeat #0CF;
    margin: 0 0 3px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-weight: bold;
}

.sub-level div {
    background: #FFF;
    padding: 8px 17px 17px 17px;
    margin: -3px 0 0 0;
}

    .sub-level div strong {
        display: block;
        font-weight: normal;
        padding: 5px 0 14px 0;
    }

.three-cols {
    margin: 20px 0 0 0;
}

    .three-cols h3 {
        padding: 5px 0 10px 30px;
    }

    .three-cols .coll-1 {
        width: 330px;
        border-right: 1px solid #C2C2C2;
        /*height:350px;*/
        min-height: 350px;
    }

    .three-cols .coll-2 {
        width: 324px;
        border-right: 1px solid #C2C2C2;
        border-left: 1px solid #FFF;
        /*height:350px;*/
        min-height: 350px;
    }

    .three-cols .coll-3 {
        width: 335px;
        border-left: 1px solid #FFF;
        /*height:350px;*/
        min-height: 350px;
    }

    .three-cols .duration-item {
        height: 110px;
    }

.from-to {
    height: 60px;
    padding: 25px 0 0 20px;
}

    .from-to label {
        float: left;
        display: block;
        padding: 10px;
        font-size: 12px;
    }

    .from-to .textfield {
        float: left;
        display: block;
        width: 80px;
        font-weight: bold;
        border: 3px solid #E3E3E3;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 5px;
    }

.textfield-small {
    float: left;
    display: block;
    width: 40px;
    font-weight: bold;
    border: 3px solid #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}

    .from-to .blue {
        border: 3px solid #79DFF9;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.no-end {
    padding: 0 0 0 45px;
}

    .no-end input {
        margin: 0 10px 0 0;
        position: relative;
        bottom: -1px;
    }

.three-cols .coll-2 .tac table {
    margin: 20px auto 0 auto;
}

.three-cols .coll-2 .tac .button-1 {
    padding: 3px 10px;
}

.table-2 th {
    width: 80px;
    text-align: left;
    padding: 28px 0 0 25px;
    vertical-align: top;
    font-weight: normal;
    font-size: 12px;
}

.table-2 td {
    padding: 15px 0 0 25px;
    vertical-align: top;
}

.table-2 select {
    border: 3px solid #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    width: 215px;
}

.select20 {
    border: 3px solid #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    width: 215px;
}

.select21 {
    border: 3px solid #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    width: 80px;
}


.higher-z {
    z-index: 3;
}

.drop {
    position: absolute;
    top: 40px;
    left: 0;
    width: 310px;
    background: #FFF;
    z-index: 2;
    padding: 15px;
    border-right: 1px solid #C2C2C2;
    -moz-box-shadow: 0 3px 0 #C2C2C2;
    -webkit-box-shadow: 0 3px 0 #C2C2C2;
    box-shadow: 0 3px 0 #C2C2C2;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .drop th {
        text-align: right;
        width: 75px;
        font-weight: normal;
        vertical-align: top;
        padding: 0 0 5px 0;
    }

    .drop td {
        text-align: left;
        vertical-align: top;
        padding: 0 0 5px 15px;
        font-size: 12px;
    }

        .drop td strong {
            padding: 0 3px 0 0;
        }

            .drop td strong.red {
                color: #ED491C;
            }


.message-4 {
    padding: 15px 0 15px 0;
    color: #ED491C;
    font-size: 18px;
    font-weight: normal;
}

    .message-4 span {
        font-size: 14px;
        color: #ED491C;
    }

.sucess-notice {
    font-size: 16px;
    color: #94C91F;
    font-weight: normal;
    padding: 15px 0 15px 0;
}

#tab_basic_details .message-4 {
    padding: 15px 0 15px 90px;
}

.lightbox {
    box-shadow: 0 0 15px 10px #000000;
    box-shadow: 0 0 15px 10px rgba(0,0,0, 0.3);
    position: absolute;
    width: 200px;
    padding: 15px;
    background: #FFF;
    border: 1px solid #AAA;
    top: 10px;
    left: 45px;
    z-index: 100;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.lightbox .close {
        position: absolute;
        top: -26px;
        right: -26px;
        background: url(../img/close.png);
        width: 26px;
        height: 26px;
        text-indent: -10000px;
        display: block;
    }

    .lightbox b {
        font-size: 18px;
        text-transform: uppercase;
        color: #94C91F;
        font-weight: normal;
        display: block;
    }

    .lightbox p {
        padding: 5px 0;
        display: block;
        font-size: 12px;
    }

    .lightbox .button-1 {
        float: left;
        padding: 2px 5px;
    }

.table-3 {
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

    .table-3 table {
        width: 100%;
        margin: 100px 0 0 0;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .table-3 .lft-cor {
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .table-3 .rght-cor {
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .table-3 thead td {
        background: #E3E3E3;
        padding: 5px 10px;
        border-right: 1px solid #C2C2C2;
        border-bottom: 1px solid #C2C2C2;
    }

    .table-3 thead b {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        float: left;
        padding: 7px 17px 0 0;
    }

.selectas {
    float: left;
    background: #0CF;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #A5A5A5;
    position: relative;
}

    .selectas strong {
        float: left;
        display: block;
        font-size: 14px;
        color: #FFF;
        font-weight: normal;
        padding: 7px 10px 0 10px;
        width: 140px;
    }

    .selectas div.arrow {
        float: left;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        background: #0CF;
        border-left: 1px solid #E3E3E3;
        width: 30px;
        height: 30px;
        background: url(../img/raquo-select.png) center center no-repeat;
        cursor: pointer;
    }

.table-search {
    border-top: 1px solid #9F9F9F;
    border-left: 1px solid #9F9F9F;
    background: #FFF;
}

    .table-search .textfield {
        border: 0 none;
        font-size: 14px;
        padding: 5px;
        width: 140px;
    }

    .table-search .fake {
        width: 160px;
    }

    .table-search .button {
        border: 0 none;
        background: url(../img/search-ico.png) center center no-repeat;
        width: 27px;
        height: 27px;
        float: right;
    }

.table-3 .show label {
    float: left;
    display: block;
    padding: 3px 15px 0 0;
    font-size: 12px;
}

.selectas-1 {
    float: left;
    background: #C2C2C2;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #A5A5A5;
}

    .selectas-1 strong {
        float: left;
        display: block;
        font-size: 14px;
        color: #FFF;
        font-weight: normal;
        padding: 3px 10px 0 10px;
        width: 40px;
        text-align: center;
    }

    .selectas-1 div {
        float: left;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        background: #C2C2C2;
        border-left: 1px solid #E3E3E3;
        width: 20px;
        height: 20px;
        background: url(../img/raquo-select.png) center center no-repeat;
        cursor: pointer;
    }

.pages {
    width: 140px;
    margin: 3px auto 0 auto;
    font-size: 12px;
    font-family: Myriad Pro, Arial;
    padding: 1px 0 0 0;
}

    .pages a.fr {
        background: url(../img/pages-prev-next.png) right 0 no-repeat;
        width: 17px;
        height: 16px;
        text-decoration: none;
        display: block;
        margin: -1px 0 0 0;
    }

    .pages a.fl {
        background: url(../img/pages-prev-next.png) 0 0 no-repeat;
        width: 17px;
        height: 16px;
        text-decoration: none;
        display: block;
        margin: -1px 0 0 0;
    }

.table-3 tfoot td {
    background: #E3E3E3;
    padding: 5px 20px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table-3 tbody th {
    background: #F2F2F2;
    border-top: 1px solid #FFF;
    padding: 7px 0 7px 20px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}

    .table-3 tbody th strong {
        display: block;
        float: left;
        text-align: left;
        font-size: 12px;
        font-family: Myriad Pro, Arial;
        font-weight: normal;
    }

    .table-3 tbody th div {
        float: left;
        padding: 0 0 0 15px;
    }

.table-3 .up1 {
    display: block;
    text-indent: 10000px;
    background: url(../img/up-down.png) 0 0 no-repeat;
    width: 9px;
    height: 5px;
    margin: 0 0 4px 0;
}

.table-3 .down1 {
    display: block;
    text-indent: 10000px;
    background: url(../img/up-down.png) right bottom no-repeat;
    width: 9px;
    height: 5px;
}

.table-3 .up1:hover {
    background: url(../img/up-down.png) right 0 no-repeat;
}

.table-3 .down1:hover {
    background: url(../img/up-down.png) 0 bottom no-repeat;
}

.table-3 tbody td {
    padding: 11px 0 11px 20px;
    font-size: 14px;
    font-family: Myriad Pro, Arial;
    border-right: 1px solid #F2F2F2;
}

    .table-3 tbody td strong {
        font-size: 14px;
        font-family: Myriad Pro, Arial;
    }

.table-3 .light td {
    background: #FFF;
}

.table-3 .dark td {
    background: #F9F9F9;
}

.table-3 .over td {
    border-right: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
}

.table-3 tfoot .button-4 {
    margin-top: 5px;
}

.table-3 tfoot .pages {
    padding-top: 5px;
}

.table-3 tfoot .fr label {
    font-size: 12px;
    font-family: Myriad Pro, Arial;
    float: left;
    display: block;
    padding: 7px 10px 0 0;
}

.table-3 tfoot .fr input {
    float: left;
    padding: 5px 0;
    width: 40px;
    text-align: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.edit-segment b.block {
    padding: 55px 0 10px 15px;
    font-size: 22px;
    font-weight: normal;
}

.table-4 {
    margin: 0 0 30px 0;
}

    .table-4 td {
        padding: 20px 0 10px 15px;
        font-size: 18px;
        font-weight: normal;
    }

    .table-4 th {
        vertical-align: top;
    }

        .table-4 th div {
            margin: 0 20px 0 0;
            border-top: 1px solid #C2C2C2;
        }

            .table-4 th div b {
                border-top: 1px solid #FFF;
                display: block;
                padding: 10px 0 0 15px;
                font-size: 18px;
                width: 200px;
                font-family: Myriad Pro, Arial;
            }

        .table-4 th div {
            margin: 0 20px 0 0;
            border-top: 1px solid #C2C2C2;
        }

            .table-4 th div p {
                border-top: 1px solid #FFF;
                display: block;
                font-size: 14px;
                font-family: Myriad Pro, Arial;
                padding: 10px 0 0 0;
                font-weight: normal;
            }

.nopddlft {
    padding-left: 0 !important;
}

.segmentas {
    position: relative;
    background: #FFF;
    border-right: 1px solid #A5A5A5;
    border-bottom: 2px solid #A5A5A5;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    width: 930px;
}

.close-segment {
    position: absolute;
    top: -12px;
    right: -12px;
    background: url(../img/close-segment.png);
    display: block;
    width: 26px;
    text-indent: -10000px;
    height: 26px;
}

.and-1 {
    width: 240px;
    height: 33px;
    margin: 0 0 0 255px;
    background: #FFF;
    margin-top: -2px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-right: 1px solid #AAA;
}

.and-2 {
    width: 240px;
    height: 39px;
    margin: 0 0 0 255px;
    background: #FFF;
    margin-top: -2px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-right: 1px solid #AAA;
    border-bottom: 2px solid #AAA;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.close-and {
    position: absolute;
    top: 75%;
    left: 50%;
    margin-left: -13px;
    background: url(../img/close-and.png);
    width: 26px;
    height: 27px;
    display: block;
    text-indent: -10000px;
}

.itemas div.fr {
    width: 190px;
    text-align: center;
    background: #0CF;
    color: #FFF;
    padding: 10px 0;
    font-size: 14px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 0 0;
}

    .itemas div.fr strong {
        color: #FFF;
        font-size: 18px;
        font-family: Myriad Pro, Arial;
    }

.itemas div.fl {
    position: relative;
    background: #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 700px;
    padding: 12px 0 12px 19px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

    .itemas div.fl select {
        float: left;
        padding: 5px;
        margin-top: -10px;
        width: 195px;
    }

    .itemas div.fl div.block {
        float: left;
        margin: -12px 22px 0 22px;
        height: 33px;
        width: 0;
        overflow: hidden;
        border-left: 1px solid #C2C2C2;
        border-right: 1px solid #FFF;
    }

.or-1 {
    width: 80px;
    height: 27px;
    margin: 0 0 0 314px;
    background: #E3E3E3;
    margin-top: -2px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-right: 1px solid #AAA;
}

.or-2 {
    width: 80px;
    height: 27px;
    margin: 0 0 0 314px;
    background: #E3E3E3;
    margin-top: -2px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-right: 1px solid #AAA;
    border-bottom: 2px solid #AAA;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.close-or {
    position: absolute;
    top: 75%;
    left: 50%;
    margin-left: -8px;
    background: url(../img/close-or.png);
    width: 17px;
    height: 17px;
    display: block;
    text-indent: -10000px;
}

.bdrs-1 {
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #FFF;
    margin: 0 0 25px 0;
}

.sumsai {
    background: #94C91F;
    border-right: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 25px 25px 15px 0;
    width: 230px;
}

.sum-1 {
    font-size: 12px;
    color: #FFF;
    font-family: Myriad Pro, Arial;
    text-align: center;
    border-bottom: 1px solid #A5A5A5;
    padding: 8px 0;
}

    .sum-1 strong {
        font-size: 30px;
        color: #FFF;
    }

.sum-2 {
    text-align: center;
    padding: 12px 0;
}

    .sum-2 a {
        font-size: 14px;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
    }

        .sum-2 a:hover {
            text-decoration: underline;
        }

.dropas {
    position: absolute;
    top: 32px;
    width: 400px;
    background: #FFF;
    border-right: 1px solid #A5A5A5;
    border-bottom: 2px solid #A5A5A5;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    left: 0;
    z-index: 100;
}

    .dropas .tp {
        background: #0CF;
        padding: 3px;
        height: 30px;
    }

    .dropas .table-search {
        float: right;
        width: 200px;
    }

    .dropas .tp label {
        float: left;
        display: block;
        padding: 7px 0 0 5px;
        font-size: 14px;
        color: #FFF;
    }

    .dropas table {
        margin: 0;
    }

    .dropas td {
        border-bottom: 1px solid #C2C2C2;
        border-right: 1px solid #C2C2C2;
        font-size: 14px;
        text-transform: uppercase;
        background: #FFF !important;
    }

        .dropas td.act {
            background: url(../img/segment-raquo.png) right center no-repeat #0CF !important;
            color: #FFF;
        }

.del {
    background: url(../img/top-icons.png) right 0 no-repeat;
    width: 14px;
    height: 14px;
    text-indent: -10000px;
    display: block;
    margin: 0 20px 0 0;
}

.table-3 .short-1 {
    width: 60px;
    margin: 0 5px 0 0;
}

.table-3 .pdds {
    padding-right: 20px;
}

.mrgtp {
    margin-top: 40px;
}

.table-3 .bot-explanation {
    text-align: left;
}

.short-opts {
    margin: 10px 0 40px 0;
    padding: 10px;
    background: #FFF;
    width: 300px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
}

    .short-opts label.block {
        width: 300px;
    }

        .short-opts label.block select {
            width: 300px;
            display: block;
            margin: 3px 0 9px 0;
        }

    .short-opts div.clearfix {
        padding: 3px 0 9px 0;
    }

        .short-opts div.clearfix select {
            float: right;
            width: 200px;
        }

.title-5 {
    padding: 40px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.title-6 {
    padding: 40px 0 0 0;
    font-size: 16px;
    font-weight: bold;
}

.title-4 {
    padding: 40px 0 10px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #C2C2C2;
    font-size: 22px;
    font-weight: normal;
}

.top-selects {
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
    padding: 10px;
    background: #FFF;
}

    .top-selects div.fl {
        padding: 3px 40px 0 0;
    }

.table-3 .width-1 {
    width: 1px;
}

input.blue, select.blue, textarea.blue {
    border: 3px solid #79DFF9 !important;
    border-radius: 4px 4px 4px 4px !important;
}

input.grey, select.grey, textarea.grey {
    border: 3px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px !important;
}

select.grey {
    border: 3px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    padding: 5px;
}

.title-111 {
    border-bottom: 1px solid #FFF;
}

    .title-111 b {
        border-bottom: 1px solid #C2C2C2;
        display: block;
        font-size: 22px;
        color: #585858;
        line-height: 22px;
        font-weight: normal;
        padding: 30px 0 10px 0;
    }

.nopdd {
    padding: 0;
}

.message-5 {
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0 20px 0;
}

.two-opts {
    padding: 10px 0 20px 0;
}


    .two-opts label {
        float: left;
        padding: 10px 35px 10px 0;
        border-right: 1px solid #C2C2C2;
        display: block;
        color: #3A3A3A;
        text-transform: uppercase;
        font-size: 14px;
    }

        .two-opts label.fl {
            padding: 10px 0 10px 35px;
            border-left: 1px solid #FFF;
            border-right: 0 none;
        }

        .two-opts label input {
            margin: 0 10px 0 0;
        }

.table-1 .grey-1 {
    color: #A5A5A5;
}

.title-222 {
    border-bottom: 1px solid #FFF;
}

    .title-222 b {
        border-bottom: 1px solid #C2C2C2;
        display: block;
        font-size: 18px;
        color: #585858;
        line-height: 18px;
        font-weight: normal;
        padding: 30px 0 10px 0;
    }

.two-opts.centered label {
    padding: 10px 40px 10px 65px;
}

    .two-opts.centered label.fl {
        padding: 10px 0 10px 40px;
    }

.selects-1 select.w-1 {
    width: 100px;
    padding: 5px;
    margin: 0 5px 0 0;
}

.selects-1 select.w-2 {
    width: 110px;
    padding: 5px;
    margin: 0 5px 0 0;
}

.selects-1 select.w-3 {
    width: 120px;
    padding: 5px;
}

.side-filter div.block {
    padding: 10px 0 12px 0;
    border-bottom: 1px solid #C2C2C2;
    text-align: center;
}

.side-filter div.tac {
    padding: 25px 0 0 0;
    border-top: 1px solid #FFF;
}

.side-filter div .button-6 {
    margin: 0 auto;
    width: 150px;
}

.popup-1 {
    width: 400px;
    border-bottom: 1px solid #C2C2C2;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    padding: 10px;
}

    .popup-1 .title-111 b {
        padding: 0 20px 10px 20px;
    }

    .popup-1 .title-111 a.fr {
        color: #0CF;
        position: relative;
        top: 3px;
    }

    .popup-1 .table-1 .textfield {
        width: 70px;
        margin: 0 5px 0 0;
    }

    .popup-1 .submit-zone-1 {
        padding: 20px 0 10px 20px;
    }

.form-2 {
    margin: 20px 0;
}

    .form-2 th, .form-2 td {
        vertical-align: middle;
        padding: 0 0 10px 0;
        text-align: left;
        font-weight: normal;
    }

        .form-2 th label {
            display: block;
            width: 100px;
            font-weight: bold;
            padding: 2px 10px 0 20px;
            font-size: 14px;
        }

        .form-2 td label {
            display: block;
            font-size: 14px;
            padding: 0 0 5px 0;
        }

        .form-2 td select, .form-2 td .textfield {
            padding: 2px 5px;
            width: 90px;
        }


.logo {
    float: left;
    padding: 19px 0 0 0;
}

    .logo a {
        display: block;
        text-decoration: none;
        text-indent: -10000px;
        background: url(../img/uvs_dark.png);
        width: 251px;
        height: 50px;
    }

.top-nav li {
    float: left;
    position: relative;
    padding: 0 10px 0 0;
    height: 50px;
    margin: 5px 0 0 0;
}

.top-nav a.lev-1 {
    float: left;
    display: block;
    padding: 12px 27px;
    color: #3A3A3A;
    text-transform: uppercase;
    background: #FFF;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-right: 1px solid #A6A6A6;
    font-weight: bold;
}

    .top-nav a.lev-1:hover {
        -moz-box-shadow: 0 3px 0 #A6A6A6;
        -webkit-box-shadow: 0 3px 0 #A6A6A6;
        box-shadow: 0 3px 0 #A6A6A6;
        text-decoration: none;
    }

    .top-nav a.lev-1.act {
        background: #036C9D;
        color: #FFF;
        -moz-box-shadow: 0 0 0 #036C9D;
        -webkit-box-shadow: 0 0 0 #036C9D;
        box-shadow: 0 0 0 #036C9D;
        -moz-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -moz-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        height: 26px;
        padding-top: 17px;
        margin-top: -5px;
    }


.sub-nav li {
    float: left;
    position: relative;
    padding: 0 10px 0 0;
}

.sub-nav a.lev-1 {
    float: left;
    display: block;
    padding: 6px 10px;
    color: #3A3A3A;
    text-transform: uppercase;
    background: #FFF;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-right: 1px solid #A6A6A6;
    font-weight: bold;
}

    .sub-nav a.lev-1:hover {
        -moz-box-shadow: 0 3px 0 #A6A6A6;
        -webkit-box-shadow: 0 3px 0 #A6A6A6;
        box-shadow: 0 3px 0 #A6A6A6;
        text-decoration: none;
    }

    .sub-nav a.lev-1.act {
        background: #036C9D;
        color: #FFF;
        -moz-box-shadow: 0 0 0 #036C9D;
        -webkit-box-shadow: 0 0 0 #036C9D;
        box-shadow: 0 0 0 #036C9D;
    }

.lvl-2-nav .act a:hover {
    background: #F2F2F2 !important;
}


.message-1 {
    position: absolute;
    top: 30px;
    left: 20px;
    background: #0CF;
    color: #FFF;
    border-bottom: 1px solid #858585;
    border-right: 1px solid #858585;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 5px;
    display: block;
    z-index: 1;
    white-space: nowrap;
}

.message-2 {
    position: absolute;
    top: 30px;
    left: 20px;
    background: #ED491C;
    color: #FFF;
    border-bottom: 1px solid #858585;
    border-right: 1px solid #858585;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 5px;
    display: block;
    z-index: 1;
    white-space: nowrap;
}

.message-3 {
    position: absolute;
    top: 30px;
    left: 20px;
    background: #A5A5A5;
    color: #FFF;
    border-bottom: 1px solid #858585;
    border-right: 1px solid #858585;
    -moz-border-radius: 9px;
    border-radius: 9px;
    font-size: 11px;
    text-transform: uppercase;
    padding: 2px 5px;
    display: block;
    z-index: 1;
    white-space: nowrap;
}

.content {
    width: 994px;
    text-align: left;
    margin: 0 auto;
}

.mid-nav {
    padding: 30px 0 0 0;
    height: 70px;
    width: 100%;
}

    .mid-nav b {
        float: left;
        font-size: 18px;
        padding: 11px 15px 0 0;
        font-weight: normal;
        display: block;
    }

    .mid-nav ul {
        float: left;
        width: 100%;
    }

    .mid-nav li {
        float: left;
        border-right: 1px solid #F2F2F2;
        position: relative;
        display: table;
        min-height:40px;
        vertical-align:middle; 
    }

        .mid-nav li.first a {
            -moz-border-top-left-radius: 4px;
            -moz-border-bottom-left-radius: 4px;
            border-top-left-radius: 4px;
            border-bottom-left-radius: 4px;
        }

        .mid-nav li.last a {
            -moz-border-top-right-radius: 4px;
            -moz-border-bottom-right-radius: 4px;
            border-top-right-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .mid-nav li .refresh {
            -moz-border-radius: 4px;
            border-radius: 4px;
        }

        .mid-nav li .refresh span {
            display: inline-block;
            background: url(../img/refresh.png);
            width: 17px;
            height: 16px;
            text-indent: -10000px;
            left: 11px;
            top: 11px;
            margin-right: 5px;
        }

    .mid-nav a {
        font-size: 13px;
        color: #A5A5A5;
        background: #FFF;
        border-bottom: 1px solid #C2C2C2;
        display: block;
        padding: 0px 7px 0 7px;
        height: 40px;
        text-align: center;
        text-transform: uppercase;
        text-decoration: none;
         display:table-cell; 
         vertical-align:middle;
         margin:0; 
    }

    .mid-nav li.refresh {
        width: 120px;
    }

        .mid-nav li .refresh {
            padding-left: 5px;
            background: #94C91F;
            color: #FFF;
            font-size: 12px;
            border-right: 1px solid #C2C2C2;
            margin: 0 0 0 6px;
        }

    .mid-nav .color-1 {
        /*	background:#94C91F;*/
        background: #C2C2C2;
        color: #FFF;
    }

        .mid-nav .color-1:hover {
            background: #BBB;
            color: #FFF;
        }

    .mid-nav .color-2 {
        background: #0CF;
        color: #FFF;
    }

.title-1 {
    font-size: 22px;
    font-weight: normal;
    display: block;
    padding: 0 0 10px 0;
}

.footer {
    width: 994px;
    margin: 60px auto 0 auto;
    text-align: left;
    border-top: 1px solid #C2C2C2;
}

    .footer p {
        padding: 10px 0 10px 25px;
        font-size: 12px;
        border-top: 1px solid #FFF;
    }

.title-2 {
    border-bottom: 1px solid #FFF;
}

.title-2 h3 {
    border-bottom: 1px solid #C2C2C2;
    display: block;
    padding: 30px 0 9px 10px;
    font-size: 18px;
    font-weight: normal;
}

.title-2 img {
    margin: 0 0 -2px 18px;
}

.title-20 {
    border-bottom: 1px solid #FFF;
    margin-bottom: 6px;
}

    .title-20 h3 {
        border-bottom: 1px solid #BBB;
        display: block;
        padding: 10px 0 9px 10px;
        font-size: 18px;
        font-weight: normal;
        background: #E5E5E5;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

    .title-20 h4 {
        border-bottom: 1px solid #BBB;
        display: block;
        padding: 10px 0 9px 10px;
        font-size: 14px;
        font-weight: normal;
        background: #E5E5E5;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
    }

.title-21 {
    border-bottom: 1px solid #FFF;
    margin-bottom: 6px;
}

    .title-21 h3 {
        border-bottom: 1px solid #BBB;
        display: block;
        padding: 10px 0 9px 10px;
        font-size: 18px;
        font-weight: normal;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background: #E5E5E5;
    }

    .title-21 h4 {
        border-bottom: 1px solid #BBB;
        display: block;
        padding: 10px 0 9px 10px;
        font-size: 14px;
        font-weight: normal;
        border-top-left-radius: 4px;
        border-top-right-radius: 4px;
        background: #E5E5E5;
    }

    .title-21 input {
        margin-top: 13px;
    }


.title-11 {
    border-bottom: 1px solid #FFF;
    margin-left: 10px;
}

    .title-11 h3 {
        border-bottom: 1px solid #C2C2C2;
        display: block;
        padding: 10px 0 10px 0;
        font-size: 22px;
        font-weight: normal;
    }

    .title-12 h4 {
        border-bottom: 1px solid #C2C2C2;
        display: block;
        padding: 12px 0 10px 0;
        font-size: 11px;
        font-weight: normal;
    }

.title-3 {
    border-bottom: 1px solid #FFF;
}

    .title-3 h3 {
        border-bottom: 1px solid #C2C2C2;
        display: block;
        padding: 30px 0 9px 10px;
        font-size: 22px;
        font-weight: normal;
    }

        .title-3 h3 div {
            font-size: 22px;
        }

.table-1 {
    padding: 15px 20px 0 20px;
}

    .table-1 table {
        width: 100%;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .table-1 thead td, .table-1 thead th {
        background: #E3E3E3;
        border-right: 1px solid #C2C2C2;
        padding: 12px 20px;
        font-size: 12px;
        text-align: left;
        font-weight: normal;
    }

    .table-1 thead th {
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .table-1 thead .lst {
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .table-1 tbody th {
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .table-1 tbody .lst {
        -moz-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .table-1 tbody td, .table-1 tbody th {
        border-right: 1px solid #F2F2F2;
        border-bottom: 1px solid #F2F2F2;
        padding: 12px 20px;
        text-align: left;
        font-weight: normal;
        background: #FFF;
    }

.button-1 {
    display: block;
    background: #0CF;
    text-align: center;
    color: #FFF !important;
    font-size: 12px;
    padding: 3px 2px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
}


    .button-1:hover {
        text-decoration: none !important;
        background-color: #01A9D3;
    }

.button-disabled {
    display: block;
    background: #c6c5c5;
    text-align: center;
    color: #FFF !important;
    font-size: 12px;
    padding: 3px 2px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
    text-transform: uppercase;
}


.button-disabled:hover {
    text-decoration: none !important;
    background-color: #969292;
}


.table-1 .up {
    display: block;
    background: url(../img/up-down.png) 0 0 no-repeat;
    width: 9px;
    height: 5px;
    text-decoration: none;
    margin: 0 0 5px 0;
}

    .table-1 .up:hover {
        background: url(../img/up-down.png) right 0 no-repeat;
    }

.table-1 .down {
    display: block;
    background: url(../img/up-down.png) right bottom no-repeat;
    width: 9px;
    height: 5px;
    text-decoration: none;
}

    .table-1 .down:hover {
        background: url(../img/up-down.png) 0 bottom no-repeat;
    }

.total-1 {
    border-bottom: 1px solid #FFF;
}

    .total-1 div {
        /*	border-bottom:1px solid #C2C2C2;*/
        padding: 25px 0 10px 40px;
    }

    .total-1 b {
        display: block;
        float: left;
        width: 190px;
        font-size: 18px;
        font-weight: normal;
    }

    .total-1 strong {
        display: block;
        float: left;
        font-size: 18px;
    }

.two-cols .coll-1 {
    width: 620px;
}

    .two-cols .coll-1 .table-1 {
        padding: 0;
    }

    .two-cols .coll-1 .title-2 {
        border: 0;
    }

        .two-cols .coll-1 .title-2 h3 {
            border: 0;
            padding: 30px 0 9px 0;
        }

.two-cols .coll-2 {
    width: 335px;
    padding: 30px 0 0 10px;
}

.button-2 {
    display: block;
    background: #0CF;
    text-align: center;
    color: #FFF !important;
    font-size: 12px;
    padding: 3px 0;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

    .button-2:hover {
        background: #BDBDBD;
        text-decoration: none;
    }

    .button-2.not-act {
        background: #BDBDBD;
        text-decoration: none;
    }

.sideform .top .button-2 {
    width: 45%;
    padding: 9px 0;
}

.sideform .title-2 h3 {
    text-align: center;
    padding-left: 0;
}

.sideform .buttons .button-1 {
    padding-left: 10px;
    padding-right: 10px;
}

.sideform .buttons div {
    padding: 20px 0 0 0;
    border-top: 1px solid #FFF;
    text-align: center;
}

    .sideform .buttons div.block {
        padding: 10px 0;
        border-top: 0 none;
        border-bottom: 1px solid #C2C2C2;
    }

.sideform .buttons table {
    margin: 0 auto;
}

.sideform .labels {
    height: 32px;
    padding: 8px 0 0 0;
}

    .sideform .labels label {
        float: right;
        display: block;
        width: 167px;
        text-align: center;
        font-weight: bold;
        border-left: 1px solid #C2C2C2;
    }

        .sideform .labels label.fl {
            float: left;
            display: block;
            width: 166px;
            border-right: 1px solid #FFF;
            border-left: 0 none;
        }

.sideform .selects {
    text-align: center;
}

    .sideform .selects select {
        border: 3px solid #E3E3E3;
        -moz-border-radius: 4px;
        width: 105px;
        border-radius: 4px;
        margin: 0 1px;
        padding: 5px;
    }

    .sideform .selects .short {
        width: 60px;
    }

    .sideform .selects .textfield {
        border: 3px solid #E3E3E3;
        -moz-border-radius: 4px;
        border-radius: 4px;
        margin: 0 1px;
        padding: 5px;
    }

.three-cols {
    margin: 20px 0 0 0;
}

    .three-cols h3 {
        padding: 5px 0 10px 30px;
    }

    .three-cols .coll-1 {
        width: 330px;
        border-right: 1px solid #C2C2C2;
        /*height:350px;*/
        min-height: 350px;
    }

    .three-cols .coll-2 {
        width: 324px;
        border-right: 1px solid #C2C2C2;
        border-left: 1px solid #FFF;
        /*height:350px;*/
        min-height: 350px;
    }

    .three-cols .coll-3 {
        width: 335px;
        border-left: 1px solid #FFF;
        /*height:350px;*/
        min-height: 350px;
    }

    .three-cols .duration-item {
        height: 110px;
    }

.from-to {
    height: 60px;
    padding: 25px 0 0 20px;
}

    .from-to label {
        float: left;
        display: block;
        padding: 10px;
        font-size: 12px;
    }

    .from-to .textfield {
        float: left;
        display: block;
        width: 80px;
        font-weight: bold;
        border: 3px solid #E3E3E3;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 5px;
    }

    .from-to .blue {
        border: 3px solid #79DFF9;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.no-end {
    padding: 0 0 0 45px;
}

    .no-end input {
        margin: 0 10px 0 0;
        position: relative;
        bottom: -1px;
    }

.three-cols .coll-2 .tac table {
    margin: 20px auto 0 auto;
}

.three-cols .coll-2 .tac .button-1 {
    padding: 3px 10px;
}

.table-2 th {
    width: 80px;
    text-align: left;
    padding: 28px 0 0 25px;
    vertical-align: top;
    font-weight: normal;
    font-size: 12px;
}

.table-2 td {
    padding: 15px 0 0 25px;
    vertical-align: top;
}

.table-2 select {
    border: 3px solid #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    width: 215px;
}

.select20 {
    border: 3px solid #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    width: 215px;
}

.select21 {
    border: 3px solid #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    width: 80px;
}

.table-2 td label {
    display: block;
    float: left;
    font-size: 12px;
    text-align: center;
    margin: -7px 8px 0 0;
}

    .table-2 td label input {
        display: block;
        margin: 5px 0 0 0;
        border: 3px solid #E3E3E3;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

.higher-z {
    z-index: 3;
}

.drop {
    position: absolute;
    top: 40px;
    left: 0;
    width: 310px;
    background: #FFF;
    z-index: 2;
    padding: 15px;
    border-right: 1px solid #C2C2C2;
    -moz-box-shadow: 0 3px 0 #C2C2C2;
    -webkit-box-shadow: 0 3px 0 #C2C2C2;
    box-shadow: 0 3px 0 #C2C2C2;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    .drop th {
        text-align: right;
        width: 75px;
        font-weight: normal;
        vertical-align: top;
        padding: 0 0 5px 0;
    }

    .drop td {
        text-align: left;
        vertical-align: top;
        padding: 0 0 5px 15px;
        font-size: 12px;
    }

        .drop td strong {
            padding: 0 3px 0 0;
        }

            .drop td strong.red {
                color: #ED491C;
            }

.submits {
    border-top: 1px solid #C2C2C2;
}

    .submits div {
        padding: 20px 15px 0 15px;
        border-top: 1px solid #FFF;
    }

    .submits .button-1 {
        padding: 9px 24px;
        font-size: 14px;
    }

    .submits .button-1 {
        border: 3px solid #FFF;
    }

.form-1 .field {
    min-height: 60px;
    padding: 6px 0 6px 90px;
}

.form-10 .field {
    min-height: 35px !important;
}

.form-1 {
    padding: 20px 0 0 0;
}

.form-1 .field label {
        display: block;
        float: left;
        width: 180px;
        font-weight: bold;
        padding: 0 0 0 0;
        line-height: 30px;
    }

    .form-1 .field .textfield {
        display: block;
        float: left;
        width: 310px;
        border: 3px solid #E3E3E3;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 5px;
        font-size: 13px;
    }

.textfield.error {
    border: 3px solid #F0BFB1 !important;
}

select.error {
    border: 3px solid #F0BFB1 !important;
}

textarea.error {
    border: 3px solid #F0BFB1 !important;
}

label.error {
    color: #F0BFB1 !important;
}

.multiselect.error {
    border: 3px solid #F0BFB1 !important;
}

.form-1 .field textarea {
    display: block;
    float: left;
    width: 310px;
    border: 3px solid #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}

.form-1 .field div.fl {
    padding: 8px 0 0 20px;
    position: relative;
}

.message-4 {
    padding: 15px 0 15px 0;
    color: #ED491C;
    font-size: 18px;
    font-weight: normal;
}

    .message-4 span {
        font-size: 14px;
        color: #ED491C;
        white-space: pre-wrap;
    }

#tab_basic_details .message-4 {
    padding: 15px 0 15px 90px;
}

.table-3 {
    -moz-border-radius: 4px;
    border-radius: 4px;
    overflow: hidden;
}

    .table-3 table {
        width: 100%;
        margin: 100px 0 0 0;
        -moz-border-radius: 4px;
        border-radius: 4px;
    }

    .table-3 .lft-cor {
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
    }

    .table-3 .rght-cor {
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .table-3 thead td {
        background: #E3E3E3;
        padding: 5px 10px;
        border-right: 1px solid #C2C2C2;
        border-bottom: 1px solid #C2C2C2;
    }

    .table-3 thead b {
        display: block;
        font-size: 14px;
        text-transform: uppercase;
        float: left;
        padding: 7px 17px 0 0;
    }

.selectas {
    float: left;
    background: #0CF;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #A5A5A5;
    position: relative;
}

    .selectas strong {
        float: left;
        display: block;
        font-size: 14px;
        color: #FFF;
        font-weight: normal;
        padding: 7px 10px 0 10px;
        width: 140px;
    }

    .selectas div.arrow {
        float: left;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        background: #0CF;
        border-left: 1px solid #E3E3E3;
        width: 30px;
        height: 30px;
        background: url(../img/raquo-select.png) center center no-repeat;
        cursor: pointer;
    }

.table-search {
    border-top: 1px solid #9F9F9F;
    border-left: 1px solid #9F9F9F;
    background: #FFF;
}

    .table-search .textfield {
        border: 0 none;
        font-size: 14px;
        padding: 5px;
        width: 140px;
    }

    .table-search .fake {
        width: 160px;
    }

    .table-search .button {
        border: 0 none;
        background: url(../img/search-ico.png) center center no-repeat;
        width: 27px;
        height: 27px;
        float: right;
    }

.table-3 .show label {
    float: left;
    display: block;
    padding: 3px 15px 0 0;
    font-size: 12px;
}

.selectas-1 {
    float: left;
    background: #C2C2C2;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border-bottom: 1px solid #A5A5A5;
}

    .selectas-1 strong {
        float: left;
        display: block;
        font-size: 14px;
        color: #FFF;
        font-weight: normal;
        padding: 3px 10px 0 10px;
        width: 40px;
        text-align: center;
    }

    .selectas-1 div {
        float: left;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        background: #C2C2C2;
        border-left: 1px solid #E3E3E3;
        width: 20px;
        height: 20px;
        background: url(../img/raquo-select.png) center center no-repeat;
        cursor: pointer;
    }

.pages {
    width: 140px;
    margin: 3px auto 0 auto;
    font-size: 12px;
    font-family: Myriad Pro, Arial;
    padding: 1px 0 0 0;
}

    .pages a.fr {
        background: url(../img/pages-prev-next.png) right 0 no-repeat;
        width: 17px;
        height: 16px;
        text-decoration: none;
        display: block;
        margin: -1px 0 0 0;
    }

    .pages a.fl {
        background: url(../img/pages-prev-next.png) 0 0 no-repeat;
        width: 17px;
        height: 16px;
        text-decoration: none;
        display: block;
        margin: -1px 0 0 0;
    }

.table-3 tfoot td {
    background: #E3E3E3;
    padding: 5px 20px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.table-3 tbody th {
    background: #F2F2F2;
    border-top: 1px solid #FFF;
    padding: 7px 0 7px 20px;
    text-align: left;
    font-size: 12px;
    font-weight: normal;
}

    .table-3 tbody th strong {
        display: block;
        float: left;
        text-align: left;
        font-size: 12px;
        font-family: Myriad Pro, Arial;
        font-weight: normal;
    }

    .table-3 tbody th div {
        float: left;
        padding: 0 0 0 15px;
    }

.table-3 .up1 {
    display: block;
    text-indent: 10000px;
    background: url(../img/up-down.png) 0 0 no-repeat;
    width: 9px;
    height: 5px;
    margin: 0 0 4px 0;
}

.table-3 .down1 {
    display: block;
    text-indent: 10000px;
    background: url(../img/up-down.png) right bottom no-repeat;
    width: 9px;
    height: 5px;
}

.table-3 .up1:hover {
    background: url(../img/up-down.png) right 0 no-repeat;
}

.table-3 .down1:hover {
    background: url(../img/up-down.png) 0 bottom no-repeat;
}

.table-3 tbody td {
    padding: 11px 0 11px 20px;
    font-size: 14px;
    font-family: Myriad Pro, Arial;
    border-right: 1px solid #F2F2F2;
}

    .table-3 tbody td strong {
        font-size: 14px;
        font-family: Myriad Pro, Arial;
    }

.table-3 .light td {
    background: #FFF;
}

.table-3 .dark td {
    background: #F9F9F9;
}

.table-3 .over td {
    border-right: 1px solid #C2C2C2;
    border-top: 1px solid #C2C2C2;
}

.button-4 {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #0CF;
    text-align: center;
    width: 100px;
    color: #FFF;
    border-right: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    font-size: 12px;
    font-family: Myriad Pro, Arial;
    padding: 4px 0;
    color: #FFF !important;
}

    .button-4:hover {
        text-decoration: none !important;
        background-color: #01A9D3;
    }

    .button-4.disabled {
        background: #BDBDBD;
        cursor: default;
    }

    .button-4 span {
        font-size: 12px;
        font-family: Myriad Pro, Arial;
        color: #FFF;
    }

.button-4-disabled {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #c6c5c5;
    text-align: center;
    width: 100px;
    color: #FFF;
    border-right: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    font-size: 12px;
    font-family: Myriad Pro, Arial;
    padding: 4px 0;
    color: #FFF !important;
}


    .button-4-disabled:hover {
        text-decoration: none !important;
        background-color: #BDBDBD;
    }

.table-3 .button-4 {
    width: 140px;
    margin: 0 15px 0 0;
}

.table-3 tfoot .button-4 {
    margin-top: 5px;
}

.table-3 tfoot .pages {
    padding-top: 5px;
}

.table-3 tfoot .fr label {
    font-size: 12px;
    font-family: Myriad Pro, Arial;
    float: left;
    display: block;
    padding: 7px 10px 0 0;
}

.table-3 tfoot .fr input {
    float: left;
    padding: 5px 0;
    width: 40px;
    text-align: center;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.edit-segment b.block {
    padding: 55px 0 10px 15px;
    font-size: 22px;
    font-weight: normal;
}

.table-4 {
    margin: 0 0 30px 0;
}

    .table-4 td {
        padding: 20px 0 10px 15px;
        font-size: 18px;
        font-weight: normal;
    }

    .table-4 th {
        vertical-align: top;
    }

        .table-4 th div {
            margin: 0 20px 0 0;
            border-top: 1px solid #C2C2C2;
        }

            .table-4 th div b {
                border-top: 1px solid #FFF;
                display: block;
                padding: 10px 0 0 15px;
                font-size: 18px;
                width: 200px;
                font-family: Myriad Pro, Arial;
            }

        .table-4 th div {
            margin: 0 20px 0 0;
            border-top: 1px solid #C2C2C2;
        }

            .table-4 th div p {
                border-top: 1px solid #FFF;
                display: block;
                font-size: 14px;
                font-family: Myriad Pro, Arial;
                padding: 10px 0 0 0;
                font-weight: normal;
            }

.nopddlft {
    padding-left: 0 !important;
}

.segmentas {
    position: relative;
    background: #FFF;
    border-right: 1px solid #A5A5A5;
    border-bottom: 2px solid #A5A5A5;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 20px;
    width: 730px;
}

.close-segment {
    position: absolute;
    top: -12px;
    right: -12px;
    background: url(../img/close-segment.png);
    display: block;
    width: 26px;
    text-indent: -10000px;
    height: 26px;
}

.and-1 {
    width: 240px;
    height: 33px;
    margin: 0 0 0 255px;
    background: #FFF;
    margin-top: -2px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-right: 1px solid #AAA;
}

.and-2 {
    width: 240px;
    height: 39px;
    margin: 0 0 0 255px;
    background: #FFF;
    margin-top: -2px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-right: 1px solid #AAA;
    border-bottom: 2px solid #AAA;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.close-and {
    position: absolute;
    top: 75%;
    left: 50%;
    margin-left: -13px;
    background: url(../img/close-and.png);
    width: 26px;
    height: 27px;
    display: block;
    text-indent: -10000px;
}

.itemas div.fr {
    width: 190px;
    text-align: center;
    background: #0CF;
    color: #FFF;
    padding: 10px 0;
    font-size: 14px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 10px 0 0 0;
}

    .itemas div.fr strong {
        color: #FFF;
        font-size: 18px;
        font-family: Myriad Pro, Arial;
    }

.itemas div.fl {
    position: relative;
    background: #E3E3E3;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 700px;
    padding: 12px 0 12px 19px;
    border-right: 1px solid #C2C2C2;
    border-bottom: 1px solid #C2C2C2;
}

    .itemas div.fl select {
        float: left;
        padding: 5px;
        margin-top: -10px;
        width: 195px;
    }

    .itemas div.fl div.block {
        float: left;
        margin: -12px 22px 0 22px;
        height: 33px;
        width: 0;
        overflow: hidden;
        border-left: 1px solid #C2C2C2;
        border-right: 1px solid #FFF;
    }

.or-1 {
    width: 80px;
    height: 27px;
    margin: 0 0 0 314px;
    background: #E3E3E3;
    margin-top: -2px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-right: 1px solid #AAA;
}

.or-2 {
    width: 80px;
    height: 27px;
    margin: 0 0 0 314px;
    background: #E3E3E3;
    margin-top: -2px;
    position: relative;
    z-index: 10;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 7px 0 0 0;
    border-right: 1px solid #AAA;
    border-bottom: 2px solid #AAA;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.close-or {
    position: absolute;
    top: 75%;
    left: 50%;
    margin-left: -8px;
    background: url(../img/close-or.png);
    width: 17px;
    height: 17px;
    display: block;
    text-indent: -10000px;
}

.bdrs-1 {
    border-top: 1px solid #C3C3C3;
    border-bottom: 1px solid #FFF;
    margin: 0 0 25px 0;
}

.button-5 {
    width: 190px;
    text-align: center;
    background: #0CF;
    color: #FFF;
    padding: 10px 0;
    font-size: 14px;
    font-family: Myriad Pro, Arial;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-transform: capitalize;
    margin: 0 45px 0 0;
}

    .button-5:hover {
        text-decoration: none !important;
        background-color: #01A9D3;
    }

.sumsai {
    background: #94C91F;
    border-right: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 25px 25px 15px 0;
    width: 230px;
}

.sum-1 {
    font-size: 12px;
    color: #FFF;
    font-family: Myriad Pro, Arial;
    text-align: center;
    border-bottom: 1px solid #A5A5A5;
    padding: 8px 0;
}

    .sum-1 strong {
        font-size: 30px;
        color: #FFF;
    }

.sum-2 {
    text-align: center;
    padding: 12px 0;
}

    .sum-2 a {
        font-size: 14px;
        color: #FFF;
        text-transform: uppercase;
        text-decoration: none;
    }

        .sum-2 a:hover {
            text-decoration: underline;
        }

.dropas {
    position: absolute;
    top: 32px;
    width: 400px;
    background: #FFF;
    border-right: 1px solid #A5A5A5;
    border-bottom: 2px solid #A5A5A5;
    -moz-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    left: 0;
    z-index: 100;
}

    .dropas .tp {
        background: #0CF;
        padding: 3px;
        height: 30px;
    }

    .dropas .table-search {
        float: right;
        width: 200px;
    }

    .dropas .tp label {
        float: left;
        display: block;
        padding: 7px 0 0 5px;
        font-size: 14px;
        color: #FFF;
    }

    .dropas table {
        margin: 0;
    }

    .dropas td {
        border-bottom: 1px solid #C2C2C2;
        border-right: 1px solid #C2C2C2;
        font-size: 14px;
        text-transform: uppercase;
        background: #FFF !important;
    }

        .dropas td.act {
            background: url(../img/segment-raquo.png) right center no-repeat #0CF !important;
            color: #FFF;
        }

.del {
    background: url(../img/top-icons.png) right 0 no-repeat;
    width: 14px;
    height: 14px;
    text-indent: -10000px;
    display: block;
    margin: 0 20px 0 0;
}

.table-3 .short-1 {
    width: 60px;
    margin: 0 5px 0 0;
}

.table-3 .pdds {
    padding-right: 20px;
}

.mrgtp {
    margin-top: 50px;
}

.table-3 .bot-explanation {
    text-align: left;
}

.short-opts {
    margin: 10px 0 40px 0;
    padding: 10px;
    background: #FFF;
    width: 300px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
}

    .short-opts label.block {
        width: 300px;
    }

        .short-opts label.block select {
            width: 300px;
            display: block;
            margin: 3px 0 9px 0;
        }

    .short-opts div.clearfix {
        padding: 3px 0 9px 0;
    }

        .short-opts div.clearfix select {
            float: right;
            width: 200px;
        }

.title-5 {
    padding: 40px 0 10px 0;
    font-size: 16px;
    font-weight: bold;
}

.title-6 {
    padding: 40px 0 0 0;
    font-size: 16px;
    font-weight: bold;
}

.title-4 {
    padding: 40px 0 10px 0;
    margin: 0 0 30px 0;
    border-bottom: 1px solid #C2C2C2;
    font-size: 22px;
    font-weight: normal;
}

.top-selects {
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #C2C2C2;
    padding: 10px;
    background: #FFF;
}

    .top-selects div.fl {
        padding: 3px 40px 0 0;
    }

.table-3 .width-1 {
    width: 1px;
}

input.blue, select.blue, textarea.blue {
    border: 3px solid #79DFF9 !important;
    border-radius: 4px 4px 4px 4px !important;
}

input.grey, select.grey, textarea.grey {
    border: 3px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px !important;
}

select.grey {
    border: 3px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    padding: 5px;
}

.title-111 {
    border-bottom: 1px solid #FFF;
}

    .title-111 b {
        border-bottom: 1px solid #C2C2C2;
        display: block;
        font-size: 22px;
        color: #585858;
        line-height: 22px;
        font-weight: normal;
        padding: 30px 0 10px 0;
    }

.button-6 {
    background: #0CF;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-size: 12px;
    text-transform: capitalize;
    text-decoration: none;
    padding: 6px 8px;
    text-align: center;
    display: block;
    color: #FFF;
    border: 0 none;
    cursor: pointer;
}
    .button-6.disabled {
        background: #BDBDBD;
    }

    .button-6:hover {
        text-decoration: none !important;
        background-color: #01A9D3;
    }

.table-1 .rq {
    margin: 0 5px;
}

.nopdd {
    padding: 0;
}

.message-5 {
    font-size: 18px;
    font-weight: normal;
    padding: 5px 0 20px 0;
}

.two-opts {
    padding: 10px 0 20px 0;
}

.inside-tabs {
    border-bottom: 1px solid #FFF;
    margin: 0 0 20px 0;
}

    .inside-tabs div.clearfix {
        padding: 15px 0 0 0;
        border-bottom: 1px solid #C2C2C2;
        display: block !important;
    }

    .inside-tabs li {
        float: left;
        border: 1px solid transparent;
        border-bottom: none;
        margin: 0 0 -2px 8px;
    }

    .inside-tabs a {
        float: left;
        display: block;
        border: 1px solid transparent;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        background: transparent;
        padding: 10px 24px;
        border-right: none;
        color: #666;
        text-transform: uppercase;
        font-size: 14px;
        border: none;
        margin-top: -3px;
        bottom: -1px;
    }


        .inside-tabs a:hover {
            border-right: 1px solid #C2C2C2;
            border-left: 1px solid #C2C2C2;
            border-top: 1px solid #C2C2C2;
            margin-top: -4px;
            text-decoration: none;
        }

    .inside-tabs.centered ul {
        float: left;
        position: relative;
        left: 50%;
    }

    .inside-tabs.centered li {
        float: left;
        position: relative;
        right: 50%;
    }

    .inside-tabs a.act {
        margin-top: -2px;
        border: 1px solid #C2C2C2;
        bottom: 0;
        background: #F2F2F2;
        color: #3A3A3A;
        border-bottom: none;
    }

.table-1 .rq-1 {
    padding: 0 0 0 18px;
    background: url(../img/raquo-2.png) 0 center no-repeat;
}

.table-1 .rq-2 {
    padding: 0 0 0 18px;
    background: url(../img/raquo-2.png) 0 center no-repeat;
    margin: 0 0 0 34px;
}

.table-1 .rq-3 {
    padding: 0 0 0 18px;
    background: url(../img/raquo-2.png) 0 center no-repeat;
    margin: 0 0 0 68px;
}

.table-1 .rq-4 {
    padding: 0 0 0 18px;
    margin: 0 0 0 102px;
    background: url(../img/raquo-3.png) 0 center no-repeat;
}

.two-opts label {
    float: left;
    padding: 10px 35px 10px 0;
    border-right: 1px solid #C2C2C2;
    display: block;
    color: #3A3A3A;
    text-transform: uppercase;
    font-size: 14px;
}

    .two-opts label.fl {
        padding: 10px 0 10px 35px;
        border-left: 1px solid #FFF;
        border-right: 0 none;
    }

    .two-opts label input {
        margin: 0 10px 0 0;
    }

.table-1 .grey-1 {
    color: #A5A5A5;
}

.title-222 {
    border-bottom: 1px solid #FFF;
}

    .title-222 b {
        border-bottom: 1px solid #C2C2C2;
        display: block;
        font-size: 18px;
        color: #585858;
        line-height: 18px;
        font-weight: normal;
        padding: 30px 0 10px 0;
    }

.two-opts.centered label {
    padding: 10px 40px 10px 65px;
}

    .two-opts.centered label.fl {
        padding: 10px 0 10px 40px;
    }

.selects-1 select.w-1 {
    width: 100px;
    padding: 5px;
    margin: 0 5px 0 0;
}

.selects-1 select.w-2 {
    width: 110px;
    padding: 5px;
    margin: 0 5px 0 0;
}

.selects-1 select.w-3 {
    width: 120px;
    padding: 5px;
}

.side-filter div.block {
    padding: 10px 0 12px 0;
    border-bottom: 1px solid #C2C2C2;
    text-align: center;
}

.side-filter div.tac {
    padding: 25px 0 0 0;
    border-top: 1px solid #FFF;
}

.side-filter div .button-6 {
    margin: 0 auto;
    width: 150px;
}

.popup-1 {
    width: 400px;
    border-bottom: 1px solid #C2C2C2;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #FFF;
    padding: 10px;
}

    .popup-1 .title-111 b {
        padding: 0 20px 10px 20px;
    }

    .popup-1 .title-111 a.fr {
        color: #0CF;
        position: relative;
        top: 3px;
    }

    .popup-1 .table-1 .textfield {
        width: 70px;
        margin: 0 5px 0 0;
    }

    .popup-1 .submit-zone-1 {
        padding: 20px 0 10px 20px;
    }

.form-2 {
    margin: 20px 0;
}

    .form-2 th, .form-2 td {
        vertical-align: middle;
        padding: 0 0 10px 0;
        text-align: left;
        font-weight: normal;
    }

        .form-2 th label {
            display: block;
            width: 100px;
            font-weight: bold;
            padding: 2px 10px 0 20px;
            font-size: 14px;
        }

        .form-2 td label {
            display: block;
            font-size: 14px;
            padding: 0 0 5px 0;
        }

        .form-2 td select, .form-2 td .textfield {
            padding: 2px 5px;
            width: 90px;
        }


.qmark {
    cursor: pointer;
}

input:focus, select:focus, textarea:focus {
    outline: none;
}

.transactionDetails .applied-promo + .applied-promo {
    margin-top: 4px;
    border-radius: 4px;
}

.transactionDetails .applied-promo .title {
    background: #0CF url(../img/raquo-down.png) 95% center no-repeat;
    border: 1px solid #0CF;
    border-radius: 4px;
    padding: 4px;
    cursor: pointer;
}

    .transactionDetails .applied-promo .title:hover {
        -moz-box-shadow: 3px 0 0 #C2C2C2;
        -webkit-box-shadow: 3px 0 0 #C2C2C2;
        box-shadow: 3px 0 0 #C2C2C2;
    }

.transactionDetails .applied-promo .details {
    border: 1px solid #C2C2C2;
    border-radius: 4px;
}

.transactionDetails .applied-promo .product-code {
    display: block;
    font-size: 11px;
}

.transactionDetails .applied-promo .details table {
    border-collapse: collapse;
}

.transactionDetails .applied-promo .details td, .transactionDetails .applied-promo .details th {
    text-align: left;
    padding: 3px;
    font-size: 13px;
}

    .transactionDetails .applied-promo .details td + td, .transactionDetails .applied-promo .details th + th {
        border-left: 1px solid #C2C2C2;
    }

.transactionDetails .applied-promo .details tfoot td, .transactionDetails .applied-promo .details tfoot th {
    border-top: 1px solid #C2C2C2;
    font-weight: bold;
}

    .transactionDetails .applied-promo .details tfoot td[colspan] {
        text-align: right;
    }

.transactionDetails .applied-promo .details thead td, .transactionDetails .applied-promo .details thead th {
    border-bottom: 1px solid #C2C2C2;
}

.transactionDetails .applied-promo .title h3, .transactionDetails .applied-promo .title p, .transactionDetails .applied-promo .title a {
    color: #FFF;
    line-height: 14px;
}

.transactionDetails .applied-promo .title a {
    font-size: 10px;
    font-weight: normal;
}

.lvl-2-nav {
    background: #036C9D;
    min-height: 32px;
    text-align: center;
}

    .lvl-2-nav .wrap {
        margin: 0 auto;
        min-height: 32px;
        text-align: left;
        width: 994px;
        padding: 0 0 0 0;
        display: inline-block;
    }

    .lvl-2-nav li {
        float: left;
        padding: 4px 5px 0 0;
    }

    .lvl-2-nav a {
        float: left;
        display: block;
        height: 20px;
        padding: 8px 25px 0 25px;
        text-decoration: none;
        font-size: 13px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        font-family: Arial, Helvetica, sans-serif;
    }

    .lvl-2-nav .act a {
        color: #033968;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
        background: #F2F2F2;
    }

    .lvl-2-nav a:hover {
        background: #f2f2f2;
        background: rgba(242, 242, 242, 0.7);
        color: #033968;
        -moz-border-top-right-radius: 4px;
        border-top-right-radius: 4px;
        -moz-border-top-left-radius: 4px;
        border-top-left-radius: 4px;
        -moz-border-bottom-right-radius: 4px;
        border-bottom-right-radius: 4px;
        -moz-border-bottom-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

.page-title {
    border-bottom: 1px solid #FFF;
}

    .page-title .clearfix {
        border-bottom: 1px solid #C2C2C2;
        padding: 36px 10px 5px 0;
    }

    .page-title b.back-to {
        background: url(../img/arrow-back.png) 3px center no-repeat;
        color: #6E6E6E;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 20px;
        padding: 0 0 0 33px;
    }

    .page-title a.fr {
        color: #0CF;
        font-family: Arial, Helvetica, sans-serif;
        font-size: 11px;
        text-decoration: none;
        position: relative;
        top: 4px;
    }

        .page-title a.fr:hover {
            text-decoration: underline;
        }

.table-5 {
    border: 1px solid #C2C2C2;
    background: #FFF;
}

    .table-5 .dark td, .table-5 .dark th {
        background: #F9F9F9;
    }

    .table-5 td, .table-5 th {
        border: 1px solid #F2F2F2;
        padding: 11px 22px;
        text-align: left;
        font-weight: normal;
    }

    .table-5 th {
        font-weight: bold;
    }

    .table-5 .del-1 {
        display: block;
        text-decoration: none;
        background: url(../img/tbl-del.png);
        width: 14px;
        height: 14px;
        margin: 3px 0 0 10px;
    }

    .table-5 .show {
        display: block;
        background: #CFD6DC;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 10px;
        color: #737576;
        text-decoration: none;
        font-weight: bold;
        padding: 4px 10px;
    }

    .table-5 th p {
        padding: 0;
        color: #545454;
    }

    .table-5 th small {
        padding: 0;
        color: #6D6D6D;
        font-size: 12px;
        font-weight: normal;
    }

.table-6 {
    border: 1px solid #C2C2C2;
    background: #FFF;
}

    .table-6 .dark td, .table-6 .dark th {
        background: #F9F9F9;
    }

    .table-6 td, .table-6 th {
        border: 1px solid #F2F2F2;
        padding: 3px 5px;
        text-align: left;
        font-weight: normal;
    }

    .table-6 th {
        font-weight: bold;
    }

    .table-6 .del-1 {
        display: block;
        text-decoration: none;
        background: url(../img/tbl-del.png);
        width: 14px;
        height: 14px;
        margin: 3px 0 0 10px;
    }

    .table-6 .show {
        display: block;
        background: #CFD6DC;
        -moz-border-radius: 4px;
        border-radius: 4px;
        font-size: 10px;
        color: #737576;
        text-decoration: none;
        font-weight: bold;
        padding: 4px 10px;
    }

    .table-6 .center {
        text-align: center;
    }

    .table-6 .left {
        text-align: left;
    }

.two-opts-01 {
    padding: 25px 0 0 0;
}

    .two-opts-01 label {
        float: left;
        display: block;
        font-size: 14px;
        color: #545454;
        font-weight: bold;
        width: 70px;
        padding: 4px 0 0 5px;
    }

    .two-opts-01 .textfield {
        margin: 0 0 10px 0;
        float: left;
        width: 190px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        padding: 4px;
        border: 1px solid #FFF;
        border-top: 1px solid #9F9F9F;
        border-left: 1px solid #9F9F9F;
    }

    .two-opts-01 span {
        display: block;
        float: left;
        font-size: 14px;
        color: #545454;
        font-weight: bold;
        padding: 4px 10px 0 10px;
    }

    .two-opts-01 a.fl {
        display: block;
        background: #0CF;
        padding: 4px 20px;
        text-decoration: none;
        color: #FFF;
        font-size: 12px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        text-transform: uppercase;
        margin: 3px 0 0 0;
    }


/* addon 2112:03:29 */
.two-cols-1 {
    padding: 40px 0;
}

.left-nav-1 {
    width: 225px;
}

.right-side {
    width: 750px;
}

.left-nav-1 p.block {
    font-size: 16px;
    color: #6D6D6D;
    padding: 0 0 8px 10px;
}

    .left-nav-1 p.block a {
        font-size: 12px;
        color: #036C9D;
        font-family: Myriad Pro, Arial;
        text-decoration: none;
    }

        .left-nav-1 p.block a:hover {
            text-decoration: underline;
        }

.right-side p {
    font-size: 16px;
    color: #6D6D6D;
    padding: 0 0 8px 10px;
}

.blue-button {
    display: block;
    background: #0CF !important;
    margin: 0 0 9px 0;
    font-size: 12px;
    color: #FFF;
    text-transform: uppercase;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: none;
    text-align: center;
    padding: 4px 0;
    font-weight: bold;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

input.blue-button {
    border: 1px;
    cursor: pointer;
    color: #fff !important;
}

.listas-1 {
    margin: 0 0 20px 0;
    border-top: 1px solid #C2C2C2;
}

    .listas-1 li {
        border-bottom: 1px solid #C2C2C2;
        background: #FFF;
        padding: 10px;
        position: relative;
    }

        .listas-1 li img {
            display: none;
        }

        .listas-1 li.act img {
            display: block;
            position: absolute;
            top: 50%;
            left: 100%;
            margin-top: -18px;
        }

    .listas-1 a, .listas-1 span {
        color: #303030;
        font-size: 13px;
        font-weight: bold;
        text-decoration: none;
        width: 140px;
        float: left;
    }

    .listas-1 li.act {
        background: #036C9D;
    }

        .listas-1 li.act a, .listas-1 li.deleted span {
            color: #FFF;
        }

    .listas-1 li.deleted {
        background: #FF3333;
    }

    .listas-1 li p {
        display: none;
    }

    .listas-1 li.opened p {
        padding: 5px 0 0 0;
        display: block;
        font-size: 12px;
        color: #8F8F8F;
        font-family: Arial, Helvetica, sans-serif;
    }

.left-nav-1 #segments-toggle-descriptions {
    color: #036C9D;
    font-family: Myriad Pro,Arial;
    font-size: 12px;
    text-decoration: none;
}

/* addon 2112:03:29 */



.product-list-tree .ui-state-highlight .cell-wrapper {
    font-weight: bold;
}

.product-list-tree .ui-state-highlight .cell-wrapperleaf {
    font-weight: bold;
}

.product-list-tree .cell-wrapper, .product-list-tree .cell-wrapperleaf {
    cursor: pointer;
}

.property-item {
    padding-left: 0 !important;
    min-height: 20px !important;
}

.profile-view .property-item {
    border-top: 1px solid #FFF;
    padding-left: 0 !important;
    border-bottom: 1px solid #CCC;
}

.profile-view .property-item label {
    width: 320px !important;
}

.account-view .property-item {
    border-top: 1px solid #FFF;
    padding-left: 0 !important;
    border-bottom: 1px solid #CCC;
}

.card-view .property-item {
    border-top: 1px solid #FFF;
    padding-left: 0 !important;
    border-bottom: 1px solid #CCC;
}

.property-item select {
    width: 200px !important;
}

.property-item .datepicker {
    width: 100px !important;
}

#ui-datepicker-div { display: none; }

.property-item label {
    width: 130px !important;
    padding-top: 0px !important;
}

#client-form .property-item label {
    width: 320px !important;
    padding-top: 0px !important;
}

.offline_warning_ico {
    background: url(../img/warning.png) top left no-repeat transparent;
    width: 24px;
    height: 24px;
    float: left;
    margin: 0 8px 0 0;
}

.dashboard-summary h1 {
    border-bottom: 1px solid #C2C2C2;
    padding-bottom: 30px;
}

.dashboard-summary .groups-container {
    border-top: 1px solid #FFFFFF;
}

.dashboard-summary .label-column {
    float: left;
    width: 100px;
    margin-right: 10px;
}

    .dashboard-summary .label-column h3 {
        font-size: 14px;
        padding: 13px 0 12px 10px;
    }

    .dashboard-summary .label-column .graphlet-label {
        height: 105px;
    }


        .dashboard-summary .label-column .graphlet-label span {
            display: block;
            padding: 76px 0 14px 0;
            font-size: 14px;
            color: #585858;
            font-weight: bold;
            text-align: right;
        }

.dashboard-summary .group-column {
    float: left;
    width: 288px;
    margin-right: 9px;
}

    .dashboard-summary .group-column.last {
        margin-right: 0;
    }

.dashboard-summary .group-column2 {
    float: left;
    width: 460px;
    margin-right: 24px;
}

    .dashboard-summary .group-column2.last {
        margin-right: 0;
    }


.dashboard-summary .graphlet-group {
    padding: 0 0 0 0;
}

.dashboard-summary .graphlet {
    height: 105px;
    position: relative;
}



    .dashboard-summary .graphlet .best-value {
        float: left;
        position: absolute;
        bottom: -18px;
        right: 0;
        min-width: 50px;
        max-width: 120px;
        background: #fff;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        border-bottom: 1px solid #e8e8e8;
        border-right: 1px solid #e8e8e8;
        border-radius: 5px;
        padding: 4px 6px;
        font-weight: normal;
        min-width: 100px;
        text-align: center;
        font-size: 20px;
        color: #3a3a3a;
        opacity: 0.9;
    }

    .dashboard-summary .graphlet .best-value-suffix {
        font-size: 14px;
        color: #3a3a3a;
        font-weight: normal;
    }

    .dashboard-summary .graphlet .graph-data {
        float: left;
    }

.dashboard-summary .graphlets {
    border-top: 1px solid #FFFFFF;
}

.dashboard-summary .dimensions {
    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #C2C2C2;
    padding: 10px 0;
}

.dashboard-summary .dimension {
    margin-bottom: 6px;
}


    .dashboard-summary .dimension .name {
        width: 155px;
        font-size: 14px;
        color: #939393;
        font-weight: bold;
        padding: 4px 0 0 10px;
    }

    .dashboard-summary .dimension .selector li {
        float: left;
    }


    .dashboard-summary .dimension .selector a {
        display: block;
        padding: 4px 10px;
        background-color: #ffffff;
        border-top: 1px solid #ffffff;
        border-left: 1px solid #ffffff;
        border-right: 1px solid #ebebeb;
        border-bottom: 1px solid #ebebeb;
        font-size: 12px;
        font-weight: bold;
        color: #585858;
        text-transform: uppercase;
    }


        .dashboard-summary .dimension .selector a.first {
            border-radius: 5px 0 0 5px;
        }

        .dashboard-summary .dimension .selector a.last {
            border-radius: 0 5px 5px 0;
        }

        .dashboard-summary .dimension .selector a.act {
            color: #ffffff;
            background-color: #94c91f;
            border-right: 1px solid #b3d765;
            border-bottom: 1px solid #b3d765;
            border-top: 1px solid #aacb64;
            border-left: 1px solid #aacb64;
        }

        .dashboard-summary .dimension .selector a:hover {
            text-decoration: none;
            color: #ffffff;
            background-color: #94c91f;
            border-right: 1px solid #b3d765;
            border-bottom: 1px solid #b3d765;
            border-top: 1px solid #aacb64;
            border-left: 1px solid #aacb64;
        }

.dashboard-summary h3 {
    padding: 9px 0 9px 10px;
    font-size: 20px;
    text-transform: uppercase;
}

.lang-selector {
    position: absolute;
    right: 0;
    top: 52px;
}

    .lang-selector a {
        font-size: 12px;
    }

.highcharts-tooltip span {
    font-size: 12px;
}

.highcharts-tooltip > span {
    display: block;
    min-width: 120px !important;
}



.highcharts-tooltip b {
    font-size: 12px;
}

.required {
    color: red !important;
}

.multiselect {
    width: 310px;
    max-height: 140px;
    border: 3px solid #E3E3E3;
    border-radius: 4px 4px 4px 4px;
    padding: 4px !important;
    background-color: #ffffff;
    overflow: auto;
}



    .multiselect label {
        width: 100% !important;
        float: none !important;
    }


#tag_grid {
    padding: 10px 10px;
    border: 1px solid #C2C2C2;
    margin: 10px 0;
    background: #FFF;
    min-height: 100px;
    max-height: 700px;
    overflow: auto;
}

    #tag_grid ul {
        overflow: auto;
        margin: 0;
        padding: 0;
    }

    #tag_grid .group-item {
        margin-bottom: 10px;
    }

        #tag_grid .group-item h3 {
            border-bottom: 1px solid #C2C2C2;
            display: block;
            padding: 10px 0 10px 0;
            font-size: 22px;
            font-weight: normal;
            margin-bottom: 15px;
        }

    #tag_grid .tag-item {
        display: block;
        list-style-type: none;
        float: left;
        margin: 0 5px 5px 0;
        border: 1px solid #CAD8F3;
        border-radius: 2px;
        padding: 0;
        width: 231px;
        height: 30px;
        line-height: 30px;
    }

        #tag_grid .tag-item span {
            margin: 2px 0 2px 5px;
            width: 195px;
            display: block;
            overflow: hidden;
            line-height: 28px;
            float: left;
            height: 26px;
        }

        #tag_grid .tag-item .tag-close,
        #tag_grid .tag-item .edit-save,
        #tag_grid .tag-item .edit-cancel {
            font-weight: bold;
            display: inline-block;
            width: 15px;
            font-size: 13px;
            height: 100%;
            cursor: pointer;
            border-left: 1px dotted #7E9DD6;
            margin: 0 2px 0 5px;
            padding-left: 7px;
            float: right;
            line-height: 30px;
        }

        #tag_grid .tag-item .edit-save,
        #tag_grid .tag-item .edit-cancel {
            margin-left: 0;
            margin-right: 0;
        }

        #tag_grid .tag-item .editBox {
            width: 170px;
            border: 1px;
            color: #01A9D3;
            margin: 2px 0 2px 5px;
        }

#add-new-item {
    display: inline-block;
    cursor: pointer;
}

.button-add-segment {
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #0CF;
    text-align: center;
    width: 80px;
    color: #FFF;
    border-right: 1px solid #A5A5A5;
    border-bottom: 1px solid #A5A5A5;
    font-size: 12px;
    font-family: Myriad Pro, Arial;
    text-transform: capitalize;
    height: 30px;
    margin: 0;
    margin-top: -3px;
    margin-right: 5px;
    color: #FFF !important;
}

    .button-add-segment:hover {
        text-decoration: none !important;
        background-color: #01A9D3;
    }

    .button-add-segment.not-act {
        background: #BDBDBD;
        text-decoration: none;
    }

.label-segment-product-title {
    margin-top: 5px;
    font-weight: bold;
    text-align: center;
}

.muted {
    background-color: #ebebe4;
    color: #FFF;
}

    .muted:hover {
        background-color: #ebebe4;
    }


.ui-sortable .jqgrow.unsortable td {
    background-color: #ebebe4 !important;
    color: #999!important;
}

.generation-progress, .generation-status {
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    font-weight: bold;
}

.generation-status {
    color: orange;
}
.generation-progress.completed, .generation-status.completed {
    color: #94C91F;
}

.generation-progress.completed a {
    color: #94C91F;
}
.generation-row-info p {
    margin-bottom: 5px;
}
.generation-row-info p:last-child {
    margin-bottom: 0px;
}
.generation-row-info span {
    margin-right: 5px;
}

.title-2.newsletter-segments-title h3 {
    padding-top: 0px;
}

.unisender-warning
{
    color: red;
    font-size: 12px;
}
.newsletter-sms-parts {
    clear: both;
    width: 505px;
    text-align: right;
    padding-top: 5px;
}
.newsletter-cols {
    margin: 20px 0 0 0;
}

    .newsletter-cols h3 {
        padding: 5px 0 10px 30px;
    }

    .newsletter-cols .coll-1 {
        width: 497px;
        border-right: 1px solid #C2C2C2;
        min-height: 350px;
    }

    .newsletter-cols .coll-2 {
        width: 491px;
        border-left: 1px solid #FFF;
        min-height: 350px;
    }

    .newsletter-cols .duration-item {
        height: 110px;
    }

tr.failed-newsletter-row {
    background: #FF9999
}

.file-label {
    background-color: #BBB;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
    padding: 1px 5px 5px 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    cursor: default;
    display: inline-block;
}

.file-container {
    margin-top: 10px;
}

.file-label span {
    color:white;
}

.image-upload-field {
    width: 650px;
    min-height: 80px;
    display: inline-block;
}

.file-label-icon {
    position: relative;
    top: 4px;
}

.file-label a {
    display: inline-block;
    cursor: pointer; 
    opacity: 0.6;
}

.file-label a:hover {
    opacity: 1.0;
}

.file-upload-tooltip img
{
    max-width:100%;
    max-height:100%;
}

.file-upload-tooltip
{
    max-width: 700px;
}

#tab_personalOffers .form-1 .field label {     
    width: 220px;
}

.image-upload-field .button-4
{
    width: 150px;
}


#tab_personalOffers .message-4 {
    padding: 0px 0 15px 90px;
}


#tab_basic_details .form-1 .field label{
    width: 200px;
}

.field input[type="checkbox"]{
    margin-top: 8px;
}

.suspend {
    position: absolute;
    z-index: 1000;
    font-size: 20px;
    margin-left: 0px;
    visibility: hidden;
    color: red;   
    width:400px;
    text-align:center
}

.blockcard {    
    border: 1px solid #CFD6DC;
    background: lightgrey;
    font-family: Arial, sans-serif;
    border-radius: 4px;    
    text-align:center;
}

.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

.fa-arrow-circle-down:before {
    content: url(../img/fontawesome/arrow-circle-down.svg);
    display: inline-block;
    height: 16px;
    width: 16px;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    background-color: transparent;
    z-index: 99;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    min-height: 100%;
    width: 100%;
}
.loadingblock {
    color: red;
    font-weight: bolder;
    background-color: white;
    padding: 5px;
    border: 1px solid;
    border-color:blue;
}

#loading_indicator {
    display: none; 
    position: fixed; 
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%; 
    justify-content: center;
    align-items: center; 
    background: rgba(255,255,255,0.7);
    z-index: 10000; 
}