/* =CSS
copyright by Ionut Chirica - www.ichirica.ro
===========================================*/


/* =CSS RESET  - copyright Eric Meyer - www.ericmeyer.com
===========================================*/
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
body {
    line-height: 1;
    overflow-x:hidden;
    word-wrap: break-word;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}
del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}


/* float clearing for IE6 */
* html .clearfix{
    height: 1%;
    overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
    min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
    font-size: 0;
}


/* =DEFAULTS
===========================================*/
.break {
    clear:both;
    height: 0px;
    overflow: hidden;
}
.clear {
    clear: both;
}
i, .none {
    display: none;
}
.text_center {
    text-align:center;
}
.text_right {
    text-align: right;
}
.float_left {
    float: left;
}
.float_right {
    float: right;
}
.full_width {
    width: 100% !important;
}
a {
    color: #0f70b1;
    text-decoration: underline;
    padding: 0px 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.3s ease-out;  /* FF4+ */
    -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
    transition: all 0.3s ease-out;
}
a:hover {
    background: #0f70b1;
    color: #fff;
    text-decoration: none;
}

a.dep-add, a.op-add{background: url(/images/icons/icon_add.png) no-repeat left top transparent;text-decoration:none;text-indent:-3000px;height:16px;width:16px;padding:0px;display:block;float:left;margin-right:3px}
a.dep-del, a.op-del{background: url(/images/icons/icon_delete.png) no-repeat left top transparent;text-decoration:none;text-indent:-3000px;height:16px;width:16px;padding:0px;display:block;float:left;}

.dep-option.dep-option-add, .op-option.op-option-add{background: url(/images/icons/icon_add.png) no-repeat left center transparent;text-decoration:none;text-indent:-3000px;height:24px;width:16px;padding:0px;display:inline-block;margin-right:3px}
.dep-option.dep-option-del, .op-option.op-option-del{background: url(/images/icons/icon_delete.png) no-repeat left center transparent;text-decoration:none;text-indent:-3000px;height:24px;width:16px;padding:0px;display:inline-block;margin-right:3px}

body {
    background: #020202 no-repeat top center fixed;
    font: 12px Verdana, Geneva, sans-serif;
    color: #444;
    padding-bottom: 20px;
}
h1 {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
    color: #1171ab;
    margin-bottom: 20px;
}
h2 {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #1171ab;
    margin-bottom: 15px;
}
h3 {
    font-family: 'PT Sans', Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #00b1ef;
    margin-bottom: 2px;
}
p, ul {
    margin-bottom: 10px;
}

hr {
    clear: both;
    outline: none;
    height: 1px;
    margin-bottom: 10px;
    border-top: 1px dotted #dedede;
    border-bottom: 1px solid #dadada;
}

#header .logo a:hover {
    background-color: #FFFFFF;
}

#header {
    padding: 10px 20px 0px 20px;
    overflow: auto;

}
#header h1 {
    margin-top: 5px;
    font-size: 28px;
    color: #fff;
    text-shadow: 1px 1px 2px #333;
    margin-bottom: 0px;
}
.logo {
    color: #FFFFFF;
    float: left;
    display: inline;
    padding-left: 20px;
    margin-right: 20px;
}
.logged {
    color:#fff;
    float: right;
    line-height: 18px;
    padding-top: 11px;
    text-align: right;
}
.logged a{color:#fff}
#wrapper {
    padding-top: 10px;
    position: relative;
}
.top_logo {
    padding-top: 30px;
}
.login_container {
    margin: 100px auto 0px auto;
    padding: 30px;
    border-top: 2px solid #333;
    border-bottom: 5px solid #222;
    background: #fff;
    -moz-box-shadow: inset 0px 0px 20px #ddd;
    -webkit-box-shadow: inset 0px 0px 10px #ddd;
    box-shadow: inset 0px 0px 10px #ddd;
}
.login_container .form {
    margin: 0 auto;
    width: 500px;
}
.login_container fieldset {
    margin-bottom: 0px;
}
#left {
    float: left;
    width: 221px;
    position: absolute;
}
#right {
    margin-left: 241px;
    margin-right: 10px;
    position: relative;
}
.leftbox {
    width: 217px;
    border-left: none;
    background: #f4f4f4;
    margin-bottom: 10px;
    padding: 10px;
    -moz-border-radius: 0px 12px 12px 0px;
    -webkit-border-radius: 0px 12px 12px 0px;
    border-radius: 0px 12px 12px 0px;
    -moz-box-shadow: 0px 0px 4px #bbb, inset 0px 0px 20px #ddd;
    -webkit-box-shadow: 0px 0px 4px #bbb, inset 0px 0px 10px #ddd;
    box-shadow: 0px 0px 4px #bbb, inset 0px 0px 10px #ddd;

}
.leftbox ul {
    margin-bottom: 15px;
}
.rightbox {
    background: #fff;
    border-right: none;
    padding: 0 10px 10px 10px;
    min-height: 500px;
    -moz-border-radius: 12px 12px 12px 12px;
    -webkit-border-radius: 12px 12px 12px 12px;
    border-radius: 12px 12px 12px 12px;
    -moz-box-shadow: 0px 0px 4px #bbb, inset 0px 0px 20px #ddd;
    -webkit-box-shadow: 0px 0px 4px #bbb, inset 0px 0px 10px #ddd;
    box-shadow: 0px 0px 4px #bbb, inset 0px 0px 10px #ddd;
}
.rightbox h1 {
    padding: 10px 0px;
    border-bottom: 2px solid #ccc;
}
.leftbox h2 {
    background: #eeeeee; /* old browsers */
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eeeeee), color-stop(100%,#cccccc)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #eeeeee 0%,#cccccc 100%); /* opera */
    border-bottom: 2px dotted #999;
    padding: 0px 10px 5px 10px;
    margin: 0px -10px 15px -10px;
    text-shadow: 1px 1px 0px #fff;
}

.leftbox ul {
    border-bottom: 1px dotted #ccc;
}
.leftbox ul li {
    border-top: 1px dotted #ccc;
}
.leftbox ul.icon_menu > li > a {
    height: 40px;
    display: block;
    padding-left: 40px;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 3px; /* FF1+ */
    -webkit-border-radius: 3px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
    background-repeat: no-repeat;
    background-position: 5px center;
    line-height: 40px;
    letter-spacing: -0.5px;
}
.leftbox ul.icon_menu > li.activ > a, .leftbox ul.icon_menu > li > a:hover{
    color:#fff;
    background-color: #999 !important;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
}
.leftbox ul.icon_menu li a.dashboard{
    background-image:url(/images/icons/icon_dashboard.png);
}

.leftbox ul.icon_menu li a.users{
    background-image:url(/images/icons/icon_users.png);
}

.leftbox ul.icon_menu li a.admins{
    background-image:url(/images/icons/icon_admins.png);
}

.leftbox ul.icon_menu li a.events{
    background-image:url(/images/icons/icon_events.png);
}

.leftbox ul.icon_menu li a.videos{
    background-image:url(/images/icons/icon_videos.png);
}
.leftbox ul.icon_menu li a.settings{
    background-image:url(/images/icons/icon_customizations.png);
}

.leftbox ul.icon_menu li a.privatesessions{
    background-image:url(/images/icons/icon_private.png);
}
.leftbox ul.icon_menu li a.unfinishedsessions{
    background-image:url(/images/icons/icon_unfinished.png);
}


.leftbox ul.icon_menu li a.bannedwords{
    background-image:url(/images/icons/icon_banned.png);
}

.leftbox ul.icon_menu li a.comments{
    background-image:url(/images/icons/icon_comments.png);
}

.leftbox ul.icon_menu li a.shoporders{
    background-image:url(/images/icons/icon_shop.png);
}
.leftbox ul.icon_menu li a.shopcarousel{
    background-image:url(/images/icons/icon_carousel.png);
}

.leftbox ul.icon_menu li a.music{
    background-image:url(/images/icons/icon_music.png);
}
.leftbox ul.icon_menu li a.translations{
    background-image:url(/images/icons/icon_translations.png);
}
.leftbox ul.icon_menu li a.analytics{
    background-image:url(/images/icons/icon_accounting.png);
}
.leftbox ul.icon_menu li a.reportabuse{
    background-image:url(/images/icons/icon_abuse.png);
}
.leftbox ul.icon_menu li a.charities{
    background-image:url(/images/icons/icon_charities.png);
}
.leftbox ul.icon_menu li a.stations{
    background-image:url(/images/icons/icon_station.jpg);
}
.leftbox ul.icon_menu li a.announcement{
    background-image:url(/images/icons/icon_announcement.png);
}
.leftbox ul.icon_menu li a.settings{
    background-image:url(/images/icons/icon_settings.png);
}
.leftbox ul.icon_menu li a.logout{
    background-image:url(/images/icons/icon_logout.png);
    background-color: #dedede;
}
.leftbox ul.icon_menu li a.giftcard{
    background-image:url(/images/icons/icon_giftcard.png);
}
.leftbox ul.icon_menu li a.loyalty-stats{
    background-image:url(/images/icons/icon_stats.png);
}

.leftbox ul.icon_menu li a.info{
    background-image:url(/images/icons/icon_info.png);
}

.leftbox ul.icon_menu li a.christmas{
    background-image:url(/images/icons/icon_christmas.png);
}

.leftbox ul.icon_menu li a.card{
    background-image:url(/images/icons/icon_card.png);
}

.leftbox ul.icon_menu li a.ticket{
    background-image:url(/images/icons/icon_movie_ticket.png);
}

.leftbox ul.icon_menu li a.partner{
    background-image:url(/images/icons/icon_partner.png);
}

.leftbox ul.icon_menu li a.factory{
    background-image:url(/images/icons/icon_factory.png);
}

.leftbox ul.icon_menu li a.buildings{
    background-image:url(/images/icons/icon_buildings.png);
}

.leftbox ul.icon_menu li a.store{
    background-image:url(/images/icons/icon_store.png);
}

.leftbox ul.icon_menu li a.report{
    background-image:url(/images/icons/icon_graphic.png);
}

.leftbox ul.icon_menu li a.device{
    background-image:url(/images/icons/icon_device.png);
}

.leftbox ul.icon_menu li a.export{
    background-image:url(/images/icons/icon_export.png);
}

.leftbox ul.icon_menu li a.data{
    background-image:url(/images/icons/icon_data.png);
}

.leftbox ul.icon_menu li a.transaction{
    background-image:url(/images/icons/icon_transaction.png);
}

.leftbox ul.icon_menu li a.forms{
    background-image:url(/images/icons/icon_forms.png);
}

/* submenu */
.leftbox li{ position:relative; }
.leftbox li ul {
    position: absolute;
    left: 196px; /* Set 1px less than menu width */
    top: -30px;
    display: none;
    background: #999;
    padding: 10px;
    z-index:10;
    border: none;
    -moz-box-shadow: 0px 0px 4px #aaa;
    -webkit-box-shadow: 0px 0px 4px #aaa;
    box-shadow: 0px 0px 4px #aaa;
}
.leftbox ul li ul li {
    margin-bottom: 1px;
}
.leftbox li:hover ul,.leftbox li.over ul { display: block; }

/* end submenu */


.leftbox ul li ul li a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.7);
    height: auto;
    padding: 5px 10px;
    display: block;
    width: 200px;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}
.leftbox ul li ul li a:hover {
    background: #444;
}

.grid {
    width: 100%;
}
.grid th {
    font-size: 14px;
    text-shadow: 1px 1px 2px #444;
    color: #fff;
    text-align: left;
    padding: 2px 10px;
    border-bottom: 2px solid #333;
    border-right: 1px dotted #00631c;
    background: #68d356;
    background: -moz-linear-gradient(top, #68d356 0%, #50852c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68d356), color-stop(100%,#50852c));
    background: -webkit-linear-gradient(top, #68d356 0%,#50852c 100%);
    background: -o-linear-gradient(top, #68d356 0%,#50852c 100%);
    background: -ms-linear-gradient(top, #68d356 0%,#50852c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68d356', endColorstr='#50852c',GradientType=0 );
    background: linear-gradient(top, #68d356 0%,#50852c 100%);
}
.grid.listing tr.mediaHasWarning {
    background: #F4E38E;
}
.grid td {
    padding: 5px 10px;
    border-bottom: 1px dotted #dedede;
    vertical-align: middle;
    text-align: left;
}
.grid.listing {
    border-bottom: 1px solid #ccc;
}
.grid.listing td {
    border-right: 1px dotted #dedede;
}
.grid.listing td input, .grid.listing td textarea{width:200px}
.grid.listing td select{width:150px}
#filter_invPerMonthinvoiceList{width:80px;}
#filter_invPerYearinvoiceList{width:80px;}
.grid.listing tr:first-child td {
    border-left: 1px dotted #dedede;
}
.grid.listing tr:hover td {
    background: #fafafa;
    border: 1px solid #ccc;
}
.grid tr td:first-child {
    width: 160px;
    font-weight: bold;
    text-align: right;
    vertical-align: top;
    padding-top: 8px;
}
.grid.listing tr td:first-child {
    width: auto;
    font-weight: normal;
    text-align: left;
}

.grid.listing th a {
    color:#FFFFFF;
    text-decoration: none
}

.grid img {
    vertical-align: middle;
}
.gallery_list {
    margin-left: 0px;
}
.gallery_list li {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline;
    padding-left: 0;
    background: none;
    clear: none;
}

.gallery_list li img {
    padding: 1px;
    border: 1px solid #ccc;
    -moz-box-shadow: 0px 0px 4px #ccc;
    -webkit-box-shadow: 0px 0px 4px #ccc;
    box-shadow: 0px 0px 4px #ccc;
    -moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    transition: all 0.2s ease-out;

}

.pagination {
    padding: 0px 0px 15px 0px;
    text-align: left;
    font-weight: bold;
    clear: both;
    padding-top: 20px;
    /*background: url(/images/bg_breadcrumb.png) no-repeat top left;*/
}
.pagination a {
    padding: 2px 5px;
    text-decoration: none;
    margin: 0px 3px;
    font-size: 11px;
}
.pagination a:hover {
    background: #fed479;
    -moz-border-radius: 2px; /* FF1+ */
    -webkit-border-radius: 2px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
.pagination a.active, .pagination a.active:hover {
    background: #31bcbf;
    color: #fff;
    -moz-border-radius: 2px; /* FF1+ */
    -webkit-border-radius: 2px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 2px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
.pagination a.disabled, .pagination a.disabled:hover {
    color: #cecece;
    cursor: default;
    background: none;
}

.box {
    width: 31%;
    float: left;
    margin: 0 20px 20px 0;
}
.box h3 {
    padding-bottom: 2px;
    border-bottom: 2px dotted #cecece;
    margin-bottom: 10px;
}
.stats {
    font-size: 14px;
}
.stats li {
    margin: 10px 0px;
    font-size:12px;
}
.stats .invoicelist li{padding:3px;margin:5px 0px;}
.stats .invoicelist li:hover{
    background:#cccccc;
}
.stats strong {
    display: inline-block;
    width: 55%;
}


/* =FORM ELEMENTS
===========================================*/
.form dl {
    clear: both;
}
.form dl.buttons {
    margin-left: 21px;
}
.form dt {
    clear: both;
    float: left;
    text-align: right;
    width: 160px;
    font-weight: bold;
    padding-top: 5px;
}
.form dd {
    float: left;
    margin: 0px 0px 15px 15px;
    display: inline;
}

fieldset {
    padding: 20px;
    padding-bottom: 0;
    border: 1px solid #dedede;
    margin-bottom: 20px;
    background: #fafafa;
    -moz-border-radius: 8px; /* FF1+ */
    -webkit-border-radius: 8px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 8px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
legend {
    font-size: 14px;
    font-weight: bold;
    padding: 0px 20px;
}

input, select, textarea {
    background: #fff url(/images/bg_inputs.png) no-repeat;
    border: 1px solid #bdbdbd;
    padding: 5px;
    font: 11px Verdana, Geneva, sans-serif;
    line-height: 18px;
    -moz-border-radius: 3px; /* FF1+ */
    -webkit-border-radius: 3px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
    -moz-transition: all 0.5s ease-out;  /* FF4+ */
    -o-transition: all 0.5s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.5s ease-out;  /* Saf3.2+, Chrome */
    transition: all 0.5s ease-out;
}
input:focus, select:focus, textarea:focus {
    -moz-box-shadow: 0px 0px 4px #22b2e1; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px #22b2e1; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #22b2e1; /* Opera 10.5, IE9, Chrome 10+ */
    border-color: #999;
}
input.error, select.error, textarea.error {
    border: 1px solid #f8b7b7;
    background: #ffefef url(/images/bg_inputs.png) no-repeat;
}
input.error:focus, select.error:focus, textarea.error:focus {
    -moz-box-shadow: 0px 0px 4px #de5454; /* FF3.5+ */
    -webkit-box-shadow: 0px 0px 4px #de5454; /* Saf3.0+, Chrome */
    box-shadow: 0px 0px 4px #de5454; /* Opera 10.5, IE9, Chrome 10+ */
    border-color: #de5454;
}

input[readonly] {color:#AAAAAA}

input, textarea {
    width: 325px;
    font-family: Verdana, Geneva, sans-serif;
}
input.half{
    width:157px;
}
input{
    line-height: 16px;
    height:18px;
}

input[type="checkbox"], input[type="radio"] {
    width: auto !important;
    border: none !important;
    background: none !important;
    padding: 0;
}
select {
    width: 337px;
    height: 30px;
}
.medium {
    width: 200px;
}
select.medium {
    width: 212px;
}
select.small {
    width: 111px;
}

select option {
    background: #fff;
}
.file {
    margin-bottom: 5px;
    border: none;
    padding: none;
    width: auto;
}
.req {
    color: #F33;
}
.req-yellow {
    color: darkorange;
}
.form small, .info small {
    font-size: 10px;
    color: #aaa;
    display: block;
    font-weight: normal;
}

div.error {
    clear: both;
    margin-top: 4px;
    color: #F30;
    font-weight: bold;
    width:335px;
}

button, .button {
    border: 1px solid #e2e2e2;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    height: auto;
    width:auto;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #fff;
    font-family: Verdana, Geneva, sans-serif;
    text-decoration: none;
    background: #7abcff; /* old browsers */
    background: -moz-linear-gradient(top, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(44%,#60abf8), color-stop(100%,#4096ee)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* opera */
    -moz-transition: all 0.2s ease-out;  /* FF4+ */
    -o-transition: all 0.2s ease-out;  /* Opera 10.5+ */
    -webkit-transition: all 0.2s ease-out;  /* Saf3.2+, Chrome */
    transition: all 0.2s ease-out;

}

button:hover, .button:hover {
    border: 1px solid #666;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    text-shadow: 1px 1px 2px #444;
    background: #1E5799; /* old browsers */
    background: -moz-linear-gradient(top, #1E5799 0%, #2989D8 32%, #2989D8 70%, #7db9e8 85%, #207cca 100%); /* firefox */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1E5799), color-stop(32%,#2989D8), color-stop(70%,#2989D8), color-stop(85%,#7db9e8), color-stop(100%,#207cca)); /* webkit */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1E5799', endColorstr='#207cca',GradientType=0 ); /* ie */
    background: -o-linear-gradient(top, #1E5799 0%,#2989D8 32%,#2989D8 70%,#7db9e8 85%,#207cca 100%); /* opera */
}

.button.small {
    font-size: 11px;
    padding: 2px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/*** [cg] ***/
.panel {
    float:left;
    border:1px dotted #DEDEDE;
    margin-right:15px;
    padding:5px;
    min-width:190px;
}

.panel ul {
    line-height: 25px;
}

.hide-panel {
    display:none;
}

.op-active {
    background: #83B711;
    color: #fff;
    text-decoration: none;
}

.dep-active {
    background: #83B711;
    color: #fff;
    text-decoration: none;
}

.op-active-icon, .op-active-icon:hover {
    background: url('/images/icons/icon_status_active.png') no-repeat top left;
    display: inline-block;
    height: 16px;
    line-height: 13px;
    text-decoration: none;
    text-indent: -4000px;
    width: 10px;
}

.op-inactive-icon, .op-inactive-icon:hover{
    background: url('/images/icons/icon_status_inactive.png') no-repeat top left;
    display: inline-block;
    height: 16px;
    line-height: 13px;
    text-decoration: none;
    text-indent: -4000px;
    width: 10px;
}

.paymentError {
    color: #F30;
}

.grid .invoice-unpaid {
    background: #f8b7b7;
    -moz-box-shadow: 0px 0px 4px #aaa, inset 0px 0px 20px #ddd;
    -webkit-box-shadow: 0px 0px 4px #aaa, inset 0px 0px 10px #ddd;
    box-shadow: 0px 0px 4px #aaa, inset 0px 0px 10px #ddd;
}

.grid .ad-active {
    background: #fed479;
    -moz-box-shadow: 0px 0px 4px #aaa, inset 0px 0px 20px #ddd;
    -webkit-box-shadow: 0px 0px 4px #aaa, inset 0px 0px 10px #ddd;
    box-shadow: 0px 0px 4px #aaa, inset 0px 0px 10px #ddd;
}

form label.error {
    margin-left: 4px;
    color: #F30;
    font-weight: bold;
}
form dd label{line-height:23px;}
form dd label input{vertical-align:middle;}
/*** [/cg] ***/

.grid .lineFooter select {
    width: 70px !important;
}
.grid .lineFooter {
    background-color: beige;
    color: #000000;
    text-align: center !important;
}
ul.steps{min-height:100px}
.steps li{ float:left;width:22%;margin-right:10px;border:1px dotted #DEDEDE;min-height:50px;padding:7px}
.textareafield{width:47%;height:200px}

ul.menureport li{float:left}
ul.menureport li a{
    background-position: 5px center !important;
    background-repeat: no-repeat !important;
    display: block;
    height: 40px;
    line-height: 44px;
    padding-left: 45px;
    padding-right: 10px;
    border-radius: 3px 3px 3px 3px;
    font-weight: bold;
    text-decoration: none;
}

ul.menureport li a.general{background:url("/images/icons/icon_report_general.png") repeat scroll 0 0 transparent;}
ul.menureport li a.general:hover{background-color:#0f70b1;color: #FFFFFF;}
ul.menureport li a.operator{background:url("/images/icons/icon_report_operator.png") repeat scroll 0 0 transparent;}
ul.menureport li a.operator:hover{background-color:#0f70b1;color: #FFFFFF;}

.tablelist td{padding:3px;}


.ohhi_co_uk_popup{width:500px}
input[type="file"]{width:230px}


table.broadcasterList{width:370px;text-align:left;border-collapse:collapse;border:1px solid #69c;margin:5px;}
table.broadcasterList th{font-weight:normal; padding:5px 10px 10px;background-color: #eee}
table.broadcasterList th.w100{width:50px;}
table.broadcasterList td{border-top:1px dashed #fff;padding:5px 3px 3px 10px;}
table.broadcasterList td.last{margin-bottom:10px;}
table.broadcasterList tbody tr:hover td{color:#339;background:#eee;}

span.small {
    font-size: 10px;
    font-weight: normal;
}

.inline_block {
    display: inline-block;
}
.nopaddingtop{padding-top:0 !important}

#overlay[id]{position:fixed}
#overlay {
    display: none;
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity = 80);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5000;
}
.popup{position:fixed}
.popup.twocols{width:540px;/*margin-left:-300px;*/}
.popup.popuprelease {
    width: 440px;
    /*margin-left:-200px;*/
}
.popup .butclosepopup{
    position:absolute;
    right:20px;
    top:-15px;
    color:#FFFFFF;
    display:block;
    font-weight:bold;
    padding: 5px 10px;
    background: #404040;
    background: -moz-linear-gradient(top, #404040 0%, #656565 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#404040), color-stop(100%,#656565));
    background: -webkit-linear-gradient(top, #404040 0%,#656565 100%);
    background: -o-linear-gradient(top, #404040 0%,#656565 100%);
    background: -ms-linear-gradient(top, #404040 0%,#656565 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#404040', endColorstr='#656565',GradientType=0 );
    background: linear-gradient(top, #404040 0%,#656565 100%);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-decoration: none;
}
.popup .butclosepopup:hover{
    color:#FFFFFF;
    background: #adadad;
    text-decoration: none;
    background: -moz-linear-gradient(top, #EB1D23 0%, #B81C27 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#EB1D23), color-stop(100%,#B81C27));
    background: -webkit-linear-gradient(top, #EB1D23 0%,#B81C27 100%);
    background: -o-linear-gradient(top, #EB1D23 0%,#B81C27 100%);
    background: -ms-linear-gradient(top, #EB1D23 0%,#B81C27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EB1D23', endColorstr='#B81C27',GradientType=0 );
    background: linear-gradient(top, #EB1D23 0%,#B81C27 100%);
}
.popup {
    display: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #FFFFFF;
    left: 50%;
    /*margin: -220px 0 0 -430px;*/
    text-align: left;
    padding:30px;
    /*top: 50%;*/
    width: 800px;
    z-index: 9999;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px #000000;
    -moz-box-shadow: 0px 0px 10px #000000;
    box-shadow: 0px 0px 10px #000000;
}
.popup .popuptitle {
    background: #eb1d23;
    background: -moz-linear-gradient(top, #eb1d23 0%, #b81c27 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb1d23), color-stop(100%,#b81c27));
    background: -webkit-linear-gradient(top, #eb1d23 0%,#b81c27 100%);
    background: -o-linear-gradient(top, #eb1d23 0%,#b81c27 100%);
    background: -ms-linear-gradient(top, #eb1d23 0%,#b81c27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb1d23', endColorstr='#b81c27',GradientType=0 );
    background: linear-gradient(top, #eb1d23 0%,#b81c27 100%);
    border: 0 none;
    color: white;
    left: 30px;
    padding: 10px;
    margin:0px;
    position: absolute;
    top: -20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
div.error{
    color:red;
    padding:10px;
}
div.success{
    color:green;
    padding:10px;
}
.notification {
    line-height: 30px;
    cursor: pointer;
    clear: both;
    /*height: 30px;*/
    margin: 8px 0px 8px 0px;
    padding: 20px 25px 10px 60px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.notification strong {
    margin-right: 5px;
}
.notification p {
    font-size: 11px;
    padding: 0px;
    margin: 0px;
    color: #333333;
}
.message p {
    font-size: 11px;
}
.warning {
    background-image: url(/images/notification/error.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #FFC237;
    background-color: #FFEAA8;
    color: #826200;
}

.successNotif {
    background-image: url(/images/notification/accept.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #99C600;
    background-color: #EFFFB9;
    color: #3C5A01;
}
.failure {
    background-image: url(/images/notification/exclamation.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #EB5339;
    background-color: #FCCAC2;
    color: #AC260F;
}
.information {
    background-image: url(/images/notification/information.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #418ACC;
    background-color: #D0E4F4;
    color: #235685;
}
.lightbulb {
    background-image: url(/images/notification/lightbulb.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #D3A350;
    background-color: #FEF0CB;
    color: #835F21;
}
.messages {
    background-image: url(/images/notification/email.png);
    background-position: 15px center;
    background-repeat: no-repeat;
    border: 2px solid #42B4FF;
    background-color: #9DDFFF;
    color: #835F21;
}
.mediaPreview{float: left; margin-left: 20px; margin-bottom: 20px}
#adsPlayer{float: left; margin-left: 20px}
#pagination, .topline {
    clear: both;
    padding-top: 10px;
    padding-bottom: 15px;
    border-top: 2px dotted #d7d7d7;
    font-size: 10px;
    line-height: normal;
    font-weight: bold;
}
#pagination li {
    float: left;
    padding: 0px 2px;
}
#pagination li a {
}
#pagination li a.nr {
    background: #d7d7d7;
    color: #333;
    padding: 2px 7px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
}
#pagination li a.nr:hover {
    background: #444;
    color: #fff;
    text-decoration: none;
}
#pagination li a.nr.active, #pagination li a.nr.active:hover  {
    background: #1b75bc;
    color: #fff;
    text-decoration: none;
}

#sortable1, #sortable2, #availabilities_buttons {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 5px;
    overflow: auto;
    background: #eee;
}
.max-height-500{
    max-height: 500px;
}
#sortable1 li, #sortable2 li, #availabilities_buttons li{
    font-size: 12px;
    margin: 0 5px 5px;
    padding: 5px;
    min-width: 150px;
}
#availabilities_buttons li {
    min-width: 39px;
}
.libraryList{
    float: left;
    border: 1px solid #bdbdbd;
    padding: 5px;
    -moz-border-radius: 3px; /* FF1+ */
    -webkit-border-radius: 3px; /* Saf3-4, iOS 1+, Android 1.5+ */
    border-radius: 3px; /* Opera 10.5, IE9, Saf5, Chrome, FF4 */
}
.durationSmall{width:30px}
#availabilities_buttons .durationSmall {
    width:20px;
}
#availabilities_buttons button{
    position: relative;
    margin-left: -36px;
}
.handle {
    width: 100%;
    margin-bottom: 5px;
    height: 15px;
    background-color: #F2A654;
    cursor: move;
}
.select_text_zone{
    color: black;
    font-size: 40px;
    line-height: 45px;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -o-user-select: none;
}

.form .largerLegend dt {width: 400px}
.form .largerLegend dt legend {padding-left: 0}

.form .largerLegend1 dt {width: 200px}
.form .largerLegend1 dt legend {padding-left: 0}

td.myHightlight{border:0 none !important;padding:1px !important}
td.myHightlight a{background:none !important;background-color:#641AA2 !important;border:1px solid #000000 !important;color:#ffffff !important}

.form .legendForKeybord dt {width: 250px}
.form .legendForKeybord dt legend {padding-left: 0}

.clipNormal, clipWasCancelled, .clipWasPlayed, .clipsWasAddedToPlaylist {}
.clipWasCancelled {background-color: #FF0000;text-decoration:line-through}
.clipWasPlayed {background-color: #228b22}
.clipsWasAddedToPlaylist {background-color: #FFFF00}

.button.greenbutton {
    background: #68d356;
    background: -moz-linear-gradient(top, #68d356 0%, #50852c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68d356), color-stop(100%,#50852c));
    background: -webkit-linear-gradient(top, #68d356 0%,#50852c 100%);
    background: -o-linear-gradient(top, #68d356 0%,#50852c 100%);
    background: -ms-linear-gradient(top, #68d356 0%,#50852c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68d356', endColorstr='#50852c',GradientType=0 );
    background: linear-gradient(top, #68d356 0%,#50852c 100%);
}
.greenbutton:hover {
    background: #426622;
    background: -moz-linear-gradient(top, #426622 0%, #57ba4c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#426622), color-stop(100%,#57ba4c));
    background: -webkit-linear-gradient(top, #426622 0%,#57ba4c 100%);
    background: -o-linear-gradient(top, #426622 0%,#57ba4c 100%);
    background: -ms-linear-gradient(top, #426622 0%,#57ba4c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#426622', endColorstr='#57ba4c',GradientType=0 );
    background: linear-gradient(top, #426622 0%,#57ba4c 100%);
}
.button.redbutton {
    background: #ec1d23;
    background: -moz-linear-gradient(top, #ec1d23 0%, #b71c27 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ec1d23), color-stop(100%,#b71c27));
    background: -webkit-linear-gradient(top, #ec1d23 0%,#b71c27 100%);
    background: -o-linear-gradient(top, #ec1d23 0%,#b71c27 100%);
    background: -ms-linear-gradient(top, #ec1d23 0%,#b71c27 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ec1d23', endColorstr='#b71c27',GradientType=0 );
    background: linear-gradient(top, #ec1d23 0%,#b71c27 100%);
}
.redbutton:hover {
    background: #8e1618;
    background: -moz-linear-gradient(top, #8e1618 0%, #c4191c 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8e1618), color-stop(100%,#c4191c));
    background: -webkit-linear-gradient(top, #8e1618 0%,#c4191c 100%);
    background: -o-linear-gradient(top, #8e1618 0%,#c4191c 100%);
    background: -ms-linear-gradient(top, #8e1618 0%,#c4191c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8e1618', endColorstr='#c4191c',GradientType=0 );
    background: linear-gradient(top, #8e1618 0%,#c4191c 100%);
}

.font-size-16 {
    font-size: 16px;
}

.text-green {
    color: green;
}
.text-red {
    color: red;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
}

#modal-content-identify,
#modal-content-client-info,
#modal-content-add-amount,
#modal-add-notification,
#modal-progress-bar,
#modal-content-replace,
#modal-receipt-info {
    display: none;
}

.italic {
    font-style: italic;
}

form dd.form-dd
{
    margin: 5px 0 5px 15px;
}

fieldset.no-margin-bottom {
    margin-bottom: 0;
}

a.no-hover:hover {
    background: none;
    color: #0f70b1;
    text-decoration: none;
}

.grid th small {
    font-size: 10px;
}

select.double {
    width: 161px;
}

.voucher-desc {
    width: 600px;
    height: 250px;
}

.voucher-left-image {
    float: left;
    margin-left: 20px;
}

#modal-progress-bar {
    font-size: 16px;
    text-align: center;
    margin: 20px;
}

.bar-main-container {
    margin: 10px auto;
    width: 500px;
    height: 75px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    font-family: sans-serif;
    font-weight: normal;
    font-size: 0.8em;
    color: #FFF;
}

.wrap { padding: 8px; height: 76px;}

.bar-percentage {
    float: left;
    background: rgba(0,0,0,0.13);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 15px 0px;
    width: 18%;
    font-size: 25px;
    height: 30px;
}

.bar-container {
    float: right;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    height: 20px;
    background: rgba(0,0,0,0.13);
    width: 78%;
    margin: 20px 0px;
    overflow: hidden;
}

.bar {
    float: left;
    background: #FFF;
    height: 100%;
    -webkit-border-radius: 10px 0px 0px 10px;
    -moz-border-radius: 10px 0px 0px 10px;
    border-radius: 10px 0px 0px 10px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/* COLORS */
.azure   { background: #38B1CC; }
.emerald { background: #2CB299; }
.violet  { background: #8E5D9F; }
.yellow  { background: #EFC32F; }
.red     { background: #E44C41; }

form#addEditUser input.small, form.card-access input.small {
    width: 80px;
}

.img-vertical {
    vertical-align: middle;
}

.cardTypeExpiry {
    display: none;
    float: left;
    margin-left: 10px;
}

.form dt.child {
    width: 85px;
}

form.card-access {
    float: left;
    max-width: 595px;
}

select[multiple] {
    height: auto;
}

.form.dt-long dt {
    width: 210px;
}

.simple-text {
    padding-top: 5px;
}

.no-clear {
    clear: none !important;
}

#stats-print-button {
    display: none;
}

h1 span.normal-text {
    font-size: 14px;
}

#printing-area legend, #printing-area h2 {
    font-size: 24px;
    text-align: center;
}

#printing-area legend {
    display: block;
    width: 100%;
    padding: 0;
}

#printing-area {
    font-size: 16px;
    line-height: 18px;
}

.transactionWithAlert {
    background-color: #F2DEDE;
}

.transactionOk {
    background-color: #E0F2DE;
}

.partnerCardCustomFile .customfile {
    width: 313px;
}

img.receipt {
    max-width: 600px;
    max-height: 700px;
}