﻿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, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, li
{
    border: 0 none;
    font-family: inherit;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
}

html, body
{
    height: 100%;
    width: 100%;
}
body
{
    color: #383844;
    font-family: 'Open Sans Hebrew' , serif;
    font-size: 14px;
    background: none repeat scroll 0 0 white;
    line-height: 1;
    text-rendering: optimizelegibility;
    direction: rtl;
}

.header
{
    height: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 3000;
    padding: 10px 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
    position: fixed;
    right: 0;
    left: 0;
    border-width: 0 0 1px;
}

.header .container
{
    max-width: 1170px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.container:after
{
    clear: both;
}
.container:before, .container:after
{
    content: " ";
    display: table;
}

.header .logo
{
    float: left;
}
.header .logo img
{
    width: 70%;
    float: left;
}
.header .menu-bar
{
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0);
    text-align: center;
    margin-top: 10px;
}

ul
{
    list-style-type: none;
}

.header .menu-bar ul, .header .user-bar ul
{
    margin-left: 5px;
}

.header .menu-bar ul.nav-bar
{
    float: right;
    margin: 23px 0 2px 0;
}

.header .user-bar ul li
{
    display: inline;
    margin-left: 15px;
    border-left: 1px solid #383844;
    padding-left: 15px;
}
.header .user-bar ul li.last
{
    border: 0px;
}

.header .menu-bar ul li
{
    display: inline;
    float: right;
    margin-left: 15px;
    font-size: 17px;
}

.header .menu-bar ul li.active, .header .menu-bar ul li:hover
{
    background-color: #009DE0;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a
{
    color: #717171;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

a:hover
{
    text-decoration: underline;
}

.header .menu-bar ul li a
{
    display: inline-block;
    padding: 8px 16px;
    color: #717171;
    line-height: 20px;
    text-decoration: none;
}

.header .menu-bar ul li.active a
{
    display: inline-block;
    padding: 8px 16px;
    color: #717171;
}

.header .menu-bar ul li a:hover
{
    display: inline-block;
    padding: 8px 16px;
    color: #fff;
    line-height: 20px;
}

.header .menu-bar ul li.active a
{
    color: #fff;
}

.main
{
    margin: auto;
    max-width: 1080px;
    min-height: 600px;
    line-height: 20px;
    padding-top: 180px;
}

.main ul.tab-header
{
    line-height: 30px;
    overflow: hidden;
    float: right;
}

.main ul.tab-header li
{
    color: #666;
    display: block;
    float: right;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    margin: 0 15px 0 0;
}

.main ul.tab-header li.active
{
    background-image: url("../images/icons_sprite.png");
    background-position: center -561px;
    background-repeat: no-repeat;
}

.main .customize-pane .pane-header
{
    line-height: 36px;
}
.main .customize-pane .pane-header
{
    background-color: #009DE0;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 0 10px;
    height: 10px;
}

.customize-body
{
    background-color: #EFEFEF;
    display: block;
    min-height: 500px;
    overflow: hidden;
}

.both
{
    clear: both;
}

.cursor-default
{
    cursor: default;
}
.advertiser.cursor-default,
.agency.cursor-default
{
    cursor:default;
}
ul.tab-header li a
{
    padding-left: 20px;
    padding-right: 20px;
    text-decoration: none;
}

.view
{
    clear: both;
    padding: 15px;
}

.view table
{
    width: 100%;
    border-collapse: collapse;
}

.view th
{
    border-bottom: 1px solid #009DE0;
    text-align: right;
    padding: 8px 10px;
    font-weight: bold;
    background-color: #FFFFFF;
}

.view td
{
    font-weight: normal;
    font-size: 13px;
    padding: 8px 10px;
}

.view th.action
{
    width: 5%;
}

.view tr.zeb
{
    background-color: #ffffff;
}

.view tbody tr
{
    cursor: pointer;
}

.view tbody tr.contract_more
{
    cursor: auto;
}

.view tbody tr.supplier:hover, .view tbody tr.contract:hover, .view tbody tr.program:hover
{
    background-color: #f0f0f0; 
}
.view tbody tr.contacts, .view tbody tr.contract_more
{
    display: none;
}

.view tbody tr.contract_more ul li lable:first-child 
{
    font-weight: bold;
    margin-left: 5px;
    float: right;
}

.view tbody tr.contract_more ul, form ul.three
{
    columns: 3;
  -webkit-columns: 3;
  -moz-columns: 3;
}

form ul.two
{
      columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

form ul.four
{
      columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

.view td.action a
{
    color: #ffae16;
}

fieldset, form ul li {
    margin: 0 0 7px;
    position: relative;
}

input[type="text"], textarea {
    border: 1px solid #009de0;
    border-radius: 3px;
    direction: ltr;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 4px;
    vertical-align: middle;
}

textarea.text
{
    height: 82px;
    width: 200px;
    resize: none;
}


input.textshort
{
    direction: rtl;
    font-family: inherit;
    font-size: 14px;
    height: 20px;
    margin: 0;
    width: 100px;
}
img.button
{
    width:30px;
    height:30px;
    position:absolute;
    padding-right: 5px;
    cursor: pointer;
}
input.text
{
    direction: rtl;
    font-family: inherit;
    font-size: 14px;
    height: 20px;
    margin: 0;
    width: 200px;
}

input.textmedium
{
    direction: rtl;
    font-family: inherit;
    font-size: 14px;
    height: 20px;
    margin: 0;
    width: 300px;
}

input.textLong
{
    direction: rtl;
    font-family: inherit;
    font-size: 14px;
    height: 20px;
    margin: 0;
    width: 500px;
}
input[type="password"], textarea {
    border: 1px solid #009de0;
    border-radius: 3px;
    direction: ltr;
    font-size: 13px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 4px;
    vertical-align: middle;
}

.choose-row
{
      border: 3px solid #009de0;
}

select
{
    direction: rtl;
    height: 30px;
    margin: 0;
    width: 210px; 
    border: 1px solid #009de0;
    border-radius: 3px
}

select.logo
{
    height: 36px; 
    width: 115px
}

input.logo
{
    height: 26px; 
    width: 80px
}

.labelBreakPattern{
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

.trHeader{
    margin-bottom:100px;
}
form fieldset label.label, form ul li label.label{
    display: block;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: bold;
}

.container-button
{
    padding: 10px;
    border-top: 2px solid rgba(0, 0, 0, 0.1);
    text-align: left;
    margin-top: 15px;
}

.line
{
    border-bottom: 2px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.short
{
    width: 50px !important;
}

.left
{
    float: left;
}

.right
{
    float: right;
}

.scroll
{
    max-height: 489px;
    overflow-y: auto;
    width: 270px;
    padding-left: 3px;
}

.scrollwide
{
    max-height: 1000px;
    /*overflow-y: auto;*/
    width: 1000px;
    padding-left: 3px;
}

button:hover
{
    opacity: 0.7;
}

label.error
{
    color: red;
    font-size: 12px;
    margin-top: 2px;
    position: absolute;
    right: 7px;
    top: 27px;
}

.clear-none
{
    clear: none !important;
}

input.search {
    direction: rtl;
    width: 350px;
}

input.searchShort {
    direction: rtl;
    width: 200px;
}

hr
{
    margin-top: 15px;
    margin-bottom: 15px;
}

#throbber
{
    background-color: #000000;
    border-radius: 5px 5px 5px 5px;
    display: none;
    height: 100px;
    left: 50%;
    margin-left: -65px;
    margin-top: -37px;
    opacity: 0.75;
    position: fixed;
    text-align: center;
    top: 50%;
    width: 130px;
    z-index: 99999;
}
#throbber strong
{
    color: #FFFFFF;
    font-weight: bold;
}
#throbber div
{
    margin-top: 20px;
    opacity: 1;
}

.fc-event-container
{
    cursor: pointer;
}

.play-list-header {
    font-weight: bold;
    width: 12.1%;
    text-align: right;
}

#sub-menu-playlist
{
    width: 87%;
    margin: auto;
}

.play-list-row
{
    width: 12.1%;
    text-align: right;
    margin-top: 5px;
    margin-bottom: 5px;
}

.filter
{
    margin-bottom: 2px;
    margin-top: 11px;
    overflow: hidden;
}

ol.play-list li
{
    display: block;
    clear: both;
    overflow: hidden;
}

ol.play-list li.header-row
{
    border-bottom: 3px solid #009de0;
    padding: 3px 0;
}

ol.play-list li.zeb
{
    background-color: #efefef;
}

ol li div.cb-row
{
    width: 25px;
}

ol li div.rowGame /*Primary*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : #FF5C33;
}

ol li div.rowLevelZero /*Primary*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : red;
}

ol li div.rowPrimary /*Primary*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : #efefef;
}

ol li div.rowLive /*Live*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : #AA5C33;
}

ol li div.row0_1 /*episode*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : #FF5C33;
}
ol li div.row0_11 /*game*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : #FF5C33;
}
ol li div.row1_1 /*segment*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : Yellow;
}
ol li div.row2_2 /*פרומו*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : #AAFF66;
}
ol li div.row2_4 /*פרסומת*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : #0099FF;
}
ol li div.row2_6 /*חסות*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : #9999FF;
}
ol li div.row2_9 /*מעברון*/
{
    border-bottom: 1px solid #009de0;
    overflow: hidden;
    background-color : #CCFFFF;
}

/* dragging */
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol {
    margin: 0 0px 9px 0;
    padding: 0;
}

ol.vertical {
    margin: 0px;
}
#play-list ol
{
    margin: 0 0px 0px 0;
}
ol.play-list li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.play-list li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

.full-page
{
    min-height: 0 !important;
    padding-top: 130px;
}

.header-list
{
    left: 0;
    margin: 0 auto;
    /*position: absolute;*/
    right: 0;
    width: 87%;
    background-color: #ffffff;
    top: 106px;
    position: fixed;
    padding-top:10px;
}

#play-list
{
    padding-top: 100px;
}

.play-list-logo
{
    background: none repeat scroll 0 0 #c6c6c6;
    margin-right: 0px;
    overflow: hidden;
    padding-right: 5px;
}

.play-list-logo div.play-list-row
{
    width: 7.28%;
}
/*graphs */
.axis path,
.axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.x.axis path {
  display: none;
}

.line1 {
  fill: none;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.moreBorder{
  border: 5px solid black !important;
}

.frozen{
  border: 5px solid red !important;
}