.ui-datepicker {
    width: auto;
    padding: .1em .1em 0;
    display: none;
    background-color: #FFF;
    box-shadow:  0px 0px 5px #333;
}
.ui-datepicker-calendar th {
    color:  #333;
    text-shadow:  none;
}
.ui-datepicker-calendar tr:hover {
    background-color:  transparent;
}
.ui-datepicker-calendar td a {
    width:  30px;
    height:  30px;
}
#ui-datepicker-div {
    width: 240px;

}













 @charset "utf-8";
/* CSS Document */

/* _                 _       _                     _           _   _                  
 | |               | |     | |                   | |         | | | |                 
 | |__   ___   ___ | |_ ___| |_ _ __ __ _ _ __   | |__  _   _| |_| |_ ___  _ __  ___ 
 | '_ \ / _ \ / _ \| __/ __| __| '__/ _` | '_ \  | '_ \| | | | __| __/ _ \| '_ \/ __|
 | |_) | (_) | (_) | |_\__ \ |_| | | (_| | |_) | | |_) | |_| | |_| || (_) | | | \__ \
 |_.__/ \___/ \___/ \__|___/\__|_|  \__,_| .__/  |_.__/ \__,_|\__|\__\___/|_| |_|___/
                                         | |                                         
                                         |_|               
                                         
*/

.datepicker, .input-view-39-monthPicker, .input-view-39-dayPicker {
 -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    max-height: 275px;
    top: 100%;
    left: -50%;
    display: inline-block;
    
   
}


/*
 *fix for month picker arrow clicks not working due to width change on click
 */
 .monthpicker .months {
     min-width: 209px;
 }

.datepicker-inline {
  width: 220px;
}
.datepicker.datepicker-rtl {
  direction: rtl;
}
.datepicker.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}

.datepicker > div {
  display: none;
}
.datepicker.days div.datepicker-days {
  display: block;
}
.datepicker.months div.datepicker-months {
  display: block;
}
.datepicker.years div.datepicker-years {
  display: block;
}
.datepicker table {
  margin: 0;
  line-height: 22px;
  margin: 0px 0px 0px 0px;
  z-index: 9;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(top, #fdd49a, #fdf59a);
  background-image: linear-gradient(top, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000 !important;
}
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker table tr td span:hover {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -ms-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(top, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0088cc', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old {
  color: #999999;
}
.datepicker th.switch {
  width: 145px;
}
.datepicker thead tr:first-child th,
.datepicker tfoot tr:first-child th {
  cursor: pointer;
}
.datepicker thead tr:first-child th:hover,
.datepicker tfoot tr:first-child th:hover {
  background: #eeeeee;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.datepicker thead tr:first-child th.cw {
  cursor: default;
  background-color: transparent;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}
.dropdown-menu {
  position: absolute;
  top: 35px;
  left: -2;
  z-index: 2222;
  display: none;
  float: left;
  min-width: 160px;
  padding: 4px 0;
  margin: 1px 0 0;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
/*  *border-right-width: 2px;
  *border-bottom-width: 2px;*/
  -webkit-border-radius: 5px;
     -moz-border-radius: 5px;
          border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
     -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
     -moz-background-clip: padding;
          background-clip: padding-box;
}
/************************************************************/
/* ################### Autocomplete CSS ################### */
/************************************************************/
.autocompleteContainer ul {
	height:300px;
	overflow-y: scroll;
}
.autocompleteContainer {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #333;
    margin: 0px 0px 0px 0px;
    text-indent: 5px;
/*    border: 1px solid #acacac;*/
    float: none;
}

#header > div{
   
}
.autocompleteContainer .open>.dropdown-menu {
    display: block;
}
.autocompleteContainer .dropdown {
    position: relative;
    margin: -33px -3px 0px 23px;
}
.content-wrapper .autocompleteContainer .dropdown {
    position: relative;
    margin: -8px 0px 0px 9px;
}


.autocompleteContainer .form-control{
    font-size: 14px;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
/*    float: none;*/
    text-indent: 5px;
    border: 1px solid #acacac;
/*    margin: 0 auto;
    width: calc(100% - 16px);*/
}
#partial_view-36{
/*    background:lightblue;*/
    margin: 0px 0px 0px 0px;
    padding: 0px;
    height: 21px;
}
.dropdownItemHighlight {
    background: rgb(186,206,231); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(186,206,231,1) 0%, rgba(146,184,214,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(186,206,231,1)), color-stop(100%,rgba(146,184,214,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(186,206,231,1) 0%,rgba(146,184,214,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(186,206,231,1) 0%,rgba(146,184,214,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(186,206,231,1) 0%,rgba(146,184,214,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(186,206,231,1) 0%,rgba(146,184,214,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bacee7', endColorstr='#92b8d6',GradientType=0 ); /* IE6-9 */
}

.dropdownItemHighlightHover {
    background: linear-gradient(to bottom, #F5FBFF 0%,#E2F1FC 100%);
}

.autocompleteContainer div.result {
    color: #333;
    cursor: pointer;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    height: 26px;
    line-height: 20px;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 3px;
    text-align: left;
    text-decoration: none solid rgb(51, 51, 51);
    white-space: nowrap;
}

.autocompleteContainer div.result2 {
    float:right !important;
}

.autocompleteContainer .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 32px 0 0 -10px;
    font-size: 14px;
    list-style: none;
    background-color: #FFF;
    border: 1px solid #CCC;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.autocompleteContainer .dropdown li {
display: block;
text-align: -webkit-match-parent;
}


.popup-view-21 {
	width: 50% !important;
}
/****************************************************/
/***************END AUTOCOMPLETE*********************/
/****************************************************/

/* @group Base */
.chzn-container {
  width: 96% !important;
  /*font-size: 13px;*/
  position: relative;
  display: inline-block;
  zoom: 1;
}
.chzn-container .chzn-drop {
  background: #fff;
  border: 1px solid #aaa;
  border-top: 0;
  position: absolute;
  top: 29px;
  left: 0;
  -webkit-box-shadow: 0 4px 5px rgba(0,0,0,.15);
  -moz-box-shadow   : 0 4px 5px rgba(0,0,0,.15);
  -o-box-shadow     : 0 4px 5px rgba(0,0,0,.15);
  box-shadow        : 0 4px 5px rgba(0,0,0,.15);
  z-index: 999;
}
/* @end */

/* @group Single Chosen */
.chzn-container-single .chzn-single {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.5, white));
  background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, white 50%);
  background-image: -o-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  background-image: -ms-linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#ffffff',GradientType=0 );
  background-image: linear-gradient(top, #eeeeee 0%,#ffffff 50%);
  -webkit-border-radius: 4px;
  -moz-border-radius   : 4px;
  border-radius        : 4px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  border: 1px solid #aaa;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  height: 26px;
  line-height: 26px;
  padding: 0 0 0 8px;
  color: #444;
  text-decoration: none;
}
.chzn-container-single .chzn-single span {
    margin-right: 26px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    margin: 10px 10px 0px 0px;
    height: auto;
    float: right;
    min-width: 50%;
    text-indent: 5px;
    border: 1px solid #acacac;
}
.chzn-container-single .chzn-single abbr {
  display: block;
  position: absolute;
  right: 26px;
  top: 8px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  /*background: url(../../_gmyme/plugins/chosen/chosen-sprite.png) right top no-repeat;*/
}
.chzn-container-single .chzn-single abbr:hover {
  background-position: right -11px;
}
.chzn-container-single .chzn-single div {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius   : 0 4px 4px 0;
  border-radius        : 0 4px 4px 0;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background: #ccc;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ccc), color-stop(0.6, #eee));
  background-image: -webkit-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  background-image: -o-linear-gradient(bottom, #ccc 0%, #eee 60%);
  background-image: -ms-linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #cccccc 0%,#eeeeee 60%);
  border-left: 1px solid #aaa;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 100%;
  width: 18px;
}
.chzn-container-single .chzn-single div b {
  /*background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat 0 1px;*/
  display: block;
  width: 100%;
  height: 100%;
}
.chzn-container-single .chzn-search {
  padding: 3px 4px;
  position: relative;
  margin: 0;
  white-space: nowrap;
  z-index: 1010;
}
.chzn-container-single .chzn-search input {
  
  /* fix for search input box being too small and tight with the text*/
  width: 100%;
  height: 2em;
  margin-bottom: 10px !important;
/*  background: #fff url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat 100% -22px;
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat 100% -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat 100% -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat 100% -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat 100% -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat 100% -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat 100% -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);*/
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  outline: 0;
  border: 1px solid #aaa;
  font-family: sans-serif;
  font-size: 1em;
}
.chzn-container-single .chzn-drop 
	{
	text-align:left;	 
	width: 99.4% !important;
	overflow-y: scroll;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius   : 0 0 4px 4px;
	border-radius        : 0 0 4px 4px;
	-moz-background-clip   : padding;
	-webkit-background-clip: padding-box;
	background-clip        : padding-box;
	}
/* @end */

.chzn-container-single-nosearch .chzn-search input {
  position: absolute;
  left: -9000px;
}

/* @group Multi Chosen */
.chzn-container-multi .chzn-choices {
  background-color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  border: 1px solid #aaa;
  margin: 0;
  padding: 0;
  cursor: text;
  overflow: hidden;
  height: auto !important;
  height: 1%;
  position: relative;
}
.chzn-container-multi .chzn-choices li {
  float: left;
  list-style: none;
}
.chzn-container-multi .chzn-choices .search-field {
  white-space: nowrap;
  margin: 0;
  padding: 0;
}
.chzn-container-multi .chzn-choices .search-field input {
  color: #666;
  background: transparent !important;
  border: 0 !important;
  padding: 5px;
  margin: 1px 0;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow   : none;
  -o-box-shadow     : none;
  box-shadow        : none;
}
.chzn-container-multi .chzn-choices .search-field .default {
  color: #999;
}
.chzn-container-multi .chzn-choices .search-choice {
  -webkit-border-radius: 3px;
  -moz-border-radius   : 3px;
  border-radius        : 3px;
  -moz-background-clip   : padding;
  -webkit-background-clip: padding-box;
  background-clip        : padding-box;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
  background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
  color: #333;
  border: 1px solid #b4b4b4;
  line-height: 13px;
  padding: 3px 19px 3px 6px;
  margin: 3px 0 3px 5px;
  position: relative;
}
.chzn-container-multi .chzn-choices .search-choice span {
  cursor: default;
}
.chzn-container-multi .chzn-choices .search-choice-focus {
  background: #d4d4d4;
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close {
  display: block;
  position: absolute;
  right: 3px;
  top: 4px;
  width: 12px;
  height: 13px;
  font-size: 1px;
  /*background: url(../../_gmyme/plugins/chosen/chosen-sprite.png) right top no-repeat;*/
}
.chzn-container-multi .chzn-choices .search-choice .search-choice-close:hover {
  background-position: right -11px;
}
.chzn-container-multi .chzn-choices .search-choice-focus .search-choice-close {
  background-position: right -11px;
}
/* @end */

/* @group Results */
.chzn-container .chzn-results {
  margin: 0 4px 4px 0;
  max-height: 190px;
  padding: 0 0 0 4px;
  position: relative;
  overflow-x: visible;
  overflow-y: visible;
}
.chzn-container-multi .chzn-results {
  margin: -1px 0 0;
  padding: 0;
}
.chzn-container .chzn-results li {
  display: none;
  line-height: 80%;
  padding: 7px 7px 8px;
  margin: 0;
  list-style: none;
}
.chzn-container .chzn-results .active-result {
  cursor: pointer;
  display: list-item;
}
.chzn-container .chzn-results .highlighted {
  background: #3875d7;
  color: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 16px #213FB9 inset;
}
.chzn-container .chzn-results li em {
  background: #feffde;
  font-style: normal;
}
.chzn-container .chzn-results .highlighted em {
  background: transparent;
}
.chzn-container .chzn-results .no-results {
  background: #f4f4f4;
  display: list-item;
}
.chzn-container .chzn-results .group-result {
  cursor: default;
  color: #999;
  font-weight: bold;
}
.chzn-container .chzn-results .group-option {
  padding-left: 20px;
}
.chzn-container-multi .chzn-drop .result-selected {
  display: none;
}
/* @end */

/* @group Active  */
.chzn-container-active .chzn-single {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-single-with-drop {
  border: 1px solid #aaa;
  -webkit-box-shadow: 0 1px 0 #fff inset;
  -moz-box-shadow   : 0 1px 0 #fff inset;
  -o-box-shadow     : 0 1px 0 #fff inset;
  box-shadow        : 0 1px 0 #fff inset;
  background-color: #eee;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, white), color-stop(0.5, #eeeeee));
  background-image: -webkit-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -moz-linear-gradient(center bottom, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(bottom, white 0%, #eeeeee 50%);
  background-image: -ms-linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
  background-image: linear-gradient(top, #ffffff 0%,#eeeeee 50%);
  -webkit-border-bottom-left-radius : 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft : 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius : 0;
  border-bottom-right-radius: 0;
}
.chzn-container-active .chzn-single-with-drop div {
  background: transparent;
  border-left: none;
}
.chzn-container-active .chzn-single-with-drop div b {
  background-position: -18px 1px;
}
.chzn-container-active .chzn-choices {
  -webkit-box-shadow: 0 0 5px rgba(0,0,0,.3);
  -moz-box-shadow   : 0 0 5px rgba(0,0,0,.3);
  -o-box-shadow     : 0 0 5px rgba(0,0,0,.3);
  box-shadow        : 0 0 5px rgba(0,0,0,.3);
  border: 1px solid #5897fb;
}
.chzn-container-active .chzn-choices .search-field input {
  color: #111 !important;
}
/* @end */

/* @group Disabled Support */
.chzn-disabled {
  cursor: default;
  opacity:0.5 !important;
}
.chzn-disabled .chzn-single {
  cursor: default;
}
.chzn-disabled .chzn-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @group Right to Left */
.chzn-rtl { direction:rtl;text-align: right; }
.chzn-rtl .chzn-single { padding-left: 0; padding-right: 8px; }
.chzn-rtl .chzn-single span { margin-left: 26px; margin-right: 0; }
.chzn-rtl .chzn-single div {
  left: 0; right: auto;
  border-left: none; border-right: 1px solid #aaaaaa;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius   : 4px 0 0 4px;
  border-radius        : 4px 0 0 4px;
}
.chzn-rtl .chzn-single abbr {
  left: 26px;
  right: auto;
}
.chzn-rtl .chzn-choices li { float: right; }
.chzn-rtl .chzn-choices .search-choice { padding: 3px 6px 3px 19px; margin: 3px 5px 3px 0; }
.chzn-rtl .chzn-choices .search-choice .search-choice-close { left: 5px; right: auto; background-position: right top;}
.chzn-rtl.chzn-container-single .chzn-results { margin-left: 4px; margin-right: 0; padding-left: 0; padding-right: 4px; }
.chzn-rtl .chzn-results .group-option { padding-left: 0; padding-right: 20px; }
.chzn-rtl.chzn-container-active .chzn-single-with-drop div { border-right: none; }
.chzn-rtl .chzn-search input {
/*  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat -38px -22px, #ffffff;
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat -38px -22px, -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat -38px -22px, -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat -38px -22px, -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat -38px -22px, -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat -38px -22px, -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
  background: url('../../_gmyme/plugins/chosen/chosen-sprite.png') no-repeat -38px -22px, linear-gradient(top, #ffffff 85%,#eeeeee 99%);*/
  padding: 4px 5px 4px 20px;
}
#wrapper-content-view-5-0 .table-wrapper{
    height: 350px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.tableview-td {
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    font-size: 11px;
    height: 20px;
    overflow: visible;
    padding: 0 0 0 5px;
/*    max-width:380px; !important*/
}

/* @end */


/*view-10 modifications (ilia)*/
#form-body-view-22-0-ascap_cat #mergefields1, 
#form-body-view-22-0-ascap_cat #mergefields2 {
    margin-left: -23px;
}

#form-body-view-22-0-ascap_cat, 
#mergefields3 {
    margin-left:-42px;
}
.top-middle{
    float: none;
    text-align: center;
    margin: 0 auto;
    height: 100%;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
    float:left;
}
.wrapper-view-15{
    width:200px;
    float:left;
    margin: 21px 0px 0px 21px;
    clear:right;
}
.wrapper-view-14{
    width:200px;
    float:left;
    margin: 21px 0px 0px -12px;
    clear:right;
}
.wrapper-view-36{
    margin: 0px 0px 0px 0px;
    width: 100%;
}
#monthbutton
{
    padding-top:8px;
    padding-bottom:8px;
    font-size:15px;
    width:180px;
    float:left;
}

#daybutton
{
    padding-top:8px;
    padding-bottom:8px;
    font-size:15px;
    width:180px;
    display:inline-block;
    margin: 0px 0px 0px 0px;
    float:left;
    clear:right;
}
#form-body-view-36-0-temporal_mode{
    width: 100px;
/*    background-color: pink;*/
    padding-top: 0px;
}
.top_text, #form-body-view-36-0-temporal_mode span{
    font-size: 34px;
    color: #f0f0f0;
    text-shadow: 1px 2px rgb(29,39,44);
    height: 100%;
    text-align: center;
    line-height: 77px;
/*    border: 1px solid red;*/
    margin: 0px 0px 0px 3px;
}
#form-body-view-36-0-temporal_mode{
    margin: 0px 0px 666px 0px;
}
#widgetWrapper .chzn-search input {
    height: 25px;
}
#widgetWrapper ul.chzn-results {
    overflow-x: visible;
    overflow-y:visible;
    padding-top: 24px;
}
#widgetWrapper div.chzn-drop {
    overflow-y:scroll;
    /*z-index: 9999;*/
}

#widgetWrapper .chzn-container{
    width: 240px !important;
}

#widgetWrapper .chzn-container input.default{
    width: 126px;
    height: 22px;
}

.chzn_width_fix{
    width: 230px !important;
    z-index: 9999 !important;
}

.tab_0_wrapper {
margin-bottom: 0px !important;
}

.view-scroller
{
margin-top:116px;
overflow-y:scroll;
overflow-x:hidden;
height:calc(100% - 116px);
}

#container_content
{
overflow:hidden;
}

.top-stationary
{
position:fixed;
}


.wrapper-ctrl_util_bar {
    float: left;
    margin: 0;
    width: 79%;
}
#wrapper-view-15-0 #monthButtonTitle {
    color: white;
}

#wrapper-view-15-0 ul.chzn2-results {
    width: 177px !important;
}

#wrapper-view-15-0 .chzn2-search input {
    width: 170px !important;
}

#wrapper-view-15-0 .chzn2-drop {
    width: 180px !important;
}

#wrapper-view-15-0 .chzn2-container {
    width: 180px !important;
    left: -180px;
    top: 35px;
}
.outer_util_wrapper {
    float: none;
    font-size: 14px;
    margin: 6px 25px 25px 25px;
    overflow: hidden;
    /* width: 100%;*/
}
#wrapper-view-4-0
{
display:inline-block;
width:100%;
}
#wrapper-view-4-0
{
display:inline-block;
max-width:46%;
margin-left:20px;
float:left;
}

#wrapper-view-3-0
{
display:inline-block;
width:100%;
float:left;
}

#wrapper-view-3-0
{
display:inline-block;
max-width:46%;
margin-left:20px;
}



.view-17{
    border-bottom: 1px solid #999999;
    padding-bottom: 8px;
    /*margin-top: 38px;*/
}
.view-18{
    margin-top: -360px;
}
#outer_util_wrapper-ctrl-1-0{
    overflow: visible;
    display:none;
}
#wrapper-utilitybar-ctrl-1-0{
    margin-top: -15px;
}
.elementFocused {
  box-shadow: 0 0 4px #4e9af4;
}
/*
#wrapper-content-view-5-0{
    margin-top:35px;
}*/
#hidden-popup-view-21{
    height:300px;
}
.wrapper-view-22 {
    width: 75%;
}
#form-body-view-31-0-episode .dynamic-input{width:33%;}
/*#frmoutr-view-31-0-button > div {
    margin-top: -22px;
}*/
#input-view-31-0-program-tr0 {width:33%;}
.wrapper-view-32.view-32.wrapper-view.view-active {
    margin: -204px 0 0 30px;
    width: 203px;
}

#autocompleteAppend{
z-index: 2;
padding: 5px;
border-radius: 0 0 7px 7px;
background: #FFF;
border: 1px solid #999;
border-top: none;
left: 100px;
}

#hidden-popup-view-21 .chzn-container .chzn-results {
overflow-x: visible;
overflow-y: visible;
}

#hidden-popup-view-21 .chzn-drop {
width: 100% !important;
overflow-y: scroll;
/*height: 280px;*/
}
/*#hidden-popup-view-23 .wrapper-view-23, #hidden-popup-view-20 .wrapper-view-20 {padding:0;}*/
.ui-dialog .wrapper-view {padding:0;}


/* copied from vuiew-5.php */
/*            #containing_table tr:hover {background: none;}
            .chzn-search input {width:342px !important;}
            .chzn-drop{width:350px !important;}
            .wrapper-view {overflow:visible !important;}
            .chzn-container .chzn-results {width:100%; max-height: 560px !important; right: 4px;}
            .chzn-container {width:100% !important; margin:10px auto; display: block !important}*/
            #wrapper-content-view-5-0 .table-wrapper {
                /*overflow-y: visible !important;*/
                overflow-x: visible !important;
            }
            #table-wrapper-1-2 {
             
                
                overflow-y: visible !important;
                overflow-x: visible !important;
            }

            #table-wrapper-1-3 {
                overflow-y: visible !important;
                overflow-x: visible !important;
                max-width:95%;
                float:left;
            }

            #view-5-table-0 td {padding:5px;}
            div[id^="auto_view_5__title_"].chzn-container, div[id^="select_view_5__title_"].chzn-container {width:352px !important;}

            #wrapper-ctrl-2-1 { padding-bottom: 800px; }

            .tableview-td { 
                min-width: 0 !important;
                white-space: normal !important;
             }

            [id^="view-5-_title"],[id^="select-5-_title"] td span {padding: 1px 20px 1px 20px !important; width: 250px;}

            #auto_view_10__title_tr0_0_chzn { width: 352px !important; }

            .ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
            border-bottom-right-radius: 4px;
            }
            .ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
            border-bottom-left-radius: 4px;
            }
            .ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
            border-top-right-radius: 4px;
            }
            .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
            border-top-left-radius: 4px;
            }
            .ui-widget-content {
            border: 1px solid #aaaaaa;
            background: #ffffff /*url(images/ui-bg_flat_75_ffffff_40x100.png)*/ 50% 50% repeat-x;
            color: #222222;
            }
            .ui-widget {
            font-family: Verdana,Arial,sans-serif;
            font-size: 1.1em;
            }
            .ui-resizable {
            position: relative;
            }
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .5em;
    outline: 0;
    -moz-box-shadow: 3px 3px 30px 6px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 3px 3px 30px 6px rgba(0, 0, 0, 0.36);
    box-shadow: 3px 3px 30px 6px rgba(0, 0, 0, 0.36);
/*    border:2px solid red;*/
            
}
.ui-dialog .ui-dialog-titlebar{
    float:left;
/*    border:2px solid orange;*/
}
.ui-dialog .ui-dialog-titlebar{
    padding:0px;
    border-right:#777;
    width: 100%;
}
.ui-dialog .ui-dialog-content {
  /*width: 100%!important;*/
  padding: 10px!important;
}
.ui-dialog .ui-dialog-title {
    border-right: 1px solid #777;
}
.ui-dialog .content-wrapper{
    min-width: 100%;
}
.popup-window{
    padding-left:10px;
    padding-right:10px;
}
.popup-tabs, .popup-tabs:hover{
/*    background:lightblue;*/
    float: left;
    min-height: 32px;
    line-height: 32px;
    border-right: 1px solid #222;
    border-left: 1px solid #777;
    width: auto;
    padding: 0px 6px 0px 6px;
    height: 22px;
    cursor: pointer;
} 
.popup-tabs:hover{
background:#222;
}
.popup-tabs span, 
.popup-tabs span:hover{
    padding: 4px;
    cursor: pointer;
    color: white;
    line-height: 32px;
    font-family: 'PT Sans', Arial, sans-serif;
    font-weight: normal;
}
.popup-tabs span:hover{
    color:gold;
}
.ui-dialog .ui-dialog-titlebar .popup-tab-active{
    background: #7088A8;
}
.popup-window .view-ubar{
    
}
.ui-front {
    z-index: 100;
    }
.ui-dialog-titlebar.ui-widget-header.ui-corner-all.ui-helper-clearfix{
    background: rgb(81,178,247);
    background: -moz-linear-gradient(top, rgba(81,178,247,1) 0%, rgba(41,137,216,1) 59%, rgba(30,87,153,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(81,178,247,1)), color-stop(59%,rgba(41,137,216,1)), color-stop(100%,rgba(30,87,153,1)));
    background: -webkit-linear-gradient(top, rgba(81,178,247,1) 0%,rgba(41,137,216,1) 59%,rgba(30,87,153,1) 100%);
    background: -o-linear-gradient(top, rgba(81,178,247,1) 0%,rgba(41,137,216,1) 59%,rgba(30,87,153,1) 100%);
    background: -ms-linear-gradient(top, rgba(81,178,247,1) 0%,rgba(41,137,216,1) 59%,rgba(30,87,153,1) 100%);
    background: linear-gradient(to bottom, rgba(81,178,247,1) 0%,rgba(41,137,216,1) 59%,rgba(30,87,153,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#51b2f7', endColorstr='#1e5799',GradientType=0 );
    background: #555;
    border-radius: 0px;
    border-bottom:1px solid #111;
}

/* BOOTSTRAP CSS */
/*!
 * Bootstrap v2.0.4
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
/*  *display: inline;
  *zoom: 1;*/
}

audio:not([controls]) {
  display: none;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

#input-view-32-0-button-tr0
	{
	margin-top:40px;
	}
#BodyWrapper #header{
/*    display:none;*/
}
/*#hidden-popup-view-19{
    height:400px;
    width:400px;
}*/
.wrapper-view {
    margin: 0px 5px 5px 15px;
    display: table;
    width: 878px;
} 
.view-16 {
    margin: 31px 0 0 29px;
    width: 45%;
}
.table-wrapper-view-16-0{
    max-height:524px;    
    height: 524px;
    margin: 0;
}
.view-18 {
    margin-top: -360px;
}
.btn-large {
    border-radius: 5px 5px 5px 5px;
    font-size: 11px;
    line-height: normal;
    padding: 9px 14px;
}
#form-body-view-22-0-ascap_cat #mergefields3{
    margin-left:0;
}
#form-body-view-22-0-ascap_cat #mergefields1, 
#form-body-view-22-0-ascap_cat #mergefields2{
    margin-left: 0;
}
#frmoutr-view-31-0-button > div {
    margin-right: 53px;
    margin-top: -21px;
}
.top_text{
    margin: 0px 0px 0px 0px;
}
.view-16 {
    margin: 5px 0 0 16px;
    width: 39%;
}
.wrapper-view{
    text-align:none;
    clear:none;
}
.wrapper-view-31.view-31.wrapper-view .view-active {
    margin: -20px 0 0 20px;
}


.formview-outer.formview-outer-edit.view-21-_end_2 .dynamic-input,
.formview-outer.formview-outer-edit.view-21-_start_2 .dynamic-input
{
    width:100%;
}
.formview-outer.formview-outer-edit.view-21-_start_2 .mergefields, 
.formview-outer.formview-outer-edit.view-21-_end_2 .mergefields
{
    width:40%;
    margin-left:8%;
}

.view-21-_start_2,
.view-21-_epis_no, 
.view-21-_duration, 
.view-21-_end_2,
.view-21-_revenue,
.view-21-_syn_ep_num,
.view-21-_episode_2{
    width:calc(50% - 10px);
}
.view-21-_program_3{
    width:calc(50% - 10px);
}
.view-21-button{
    background-color: transparent;
    border:none;
}
.view-21-_episode_1, 
.view-21-_program_2{
    width: calc(100% - 8px);
    max-width: 100%;
}

.form-body-view-21-button{
    background-color:transparent;
}
#formview-head-view-21-button{
    background:none;
    height: 2px;
} 

formview-head-view-21-button{
    background:none;
    height:2px;
}
#header-wrapper-10-view-21:parent {
    height:2px;
}
.header_text_view-21-button{
    height: 2px;
}
.header-sort-wrapper
{
    width:inherit;
}

.view-25 .wrapper-content div
{
float:left;
}
.view-26 .wrapper-content div
{
float:left;
}
#form-body-view-22-0-ascap_cat .dynamic-input{
    width: 50%;
}
#form-body-view-22-0-bmi_cat .dynamic-input{
    width: 50%;
}
#wrapper-ctrl-9-0 .outer_util_wrapper {
    display: none;
}


#frmoutr-view-23-0-_ascap_cat #mergefields1 b, 
#frmoutr-view-23-0-_bmi_cat #mergefields0 b {
    margin-right: 20px;
}
#frmoutr-view-23-0-_ascap_cat #mergefields0 b, 
#frmoutr-view-23-0-_bmi_cat #mergefields0 b {
    margin-right: 31px;
}
#wrapper-content-view-23-0 .dynamic-input
{
width:68%;
}

#form-body-view-22-0-_ascap_cat #mergefields0, 
#form-body-view-22-0-_bmi_cat #mergefields0
{
width:218px;
margin-left:2%;
marging-right:2%;
}

#form-body-view-23-0-_ascap_cat #mergefields0, 
#form-body-view-23-0-_ascap_cat #mergefields1
{
width:255px;
}

#form-body-view-22-0-_bmi_cat #mergefields2, 
#form-body-view-22-0-_ascap_cat #mergefields2
{
width:77px;
margin-left:2%;
margin-right:2%;
}

#form-body-view-22-0-_bmi_cat .dynamic-input, 
#form-body-view-22-0-_ascap_cat .dynamic-input
{
width:71%;
}

#form-body-view-22-0-_bmi_cat #mergefields3 .merge_label, 
#form-body-view-22-0-_ascap_cat #mergefields3 .merge_label
{
float:left;
}

#form-body-view-22-0-_ascap_cat .select-class
{
margin-left:15px;
}

#frmoutr-view-31-0-button .btn, #frmoutr-view-25-0-button .btn, #frmoutr-view-26-0-button .btn
{
padding: 3px 8px;
}
#wrapper-content-view-23-0{
    position: inherit;
}
#wrapper-content-view-16-0{
    position: inherit;
}
/* #form-body-view-22-0-_ascap_cat*/




.btn {
  display: inline-block;
/*  *display: inline;*/
  padding: 4px 10px 4px;
  margin-bottom: 0;
/*  *margin-left: .3em;*/
  font-size: 13px;
  line-height: 18px;
/*  *line-height: 20px;*/
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
/*  *background-color: #e6e6e6;*/
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
/*  *border: 0;*/
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
/*  *zoom: 1;*/
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  width:145px;
}

.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: #e6e6e6;
/*  *background-color: #d9d9d9;*/
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
/*  *background-color: #d9d9d9;*/
  /* Buttons in IE7 don't get borders, so darken on hover */

  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
      -ms-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}



.btn-large [class^="icon-"] {
  margin-top: 1px;
}

.durationRedWarning {
  background: #F00 !important;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  padding: 3px;
}
.durationYellowWarning {
  background: #FFB800 !important;
  color: white;
  font-weight: bold;
  text-shadow: 1px 1px 1px black;
  padding: 3px;
}

.opacity50 {
  opacity: 0.5;
}
.content-loader {margin-top: -13px;}
.utility_button_small {margin:2px;}

form#matchedToBase {
 font-weight:normal;
 font-size:12px;
}


.view-3 .tableview-td {
 padding:10px;
}

.view-3 .tableview-table .gm-row:nth-child(even) {
 background-color: #eeeeee;
}

.view-4 .tableview-td {
 padding:10px;
}

/*
 * hide columns from view-5 for tableview
.view-5 .tableview-table tr td:nth-child(10),
.view-5 .tableview-table tr th:nth-child(10),
.view-5 .tableview-table tr th:nth-child(11),
.view-5 .tableview-table tr td:nth-child(11)
{
  display:none !important;
}
*/

.view-5 .tableview-table .gm-row .gm-cell:nth-child(10),
.view-5 .tableview-table .gm-row .gm-cell:nth-child(11)
{
  display:none !important;
}




#wrapper-utilitybar-view-36-0{
    display: none;
}
#frmoutr-view-36-0-period{
    margin-left: 8px;
}
#wrapper-content-view-36-0{
    height: 100%;
/*    border: 1px solid yellow;*/
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}
#input-view-36-0-station_month-tr0{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    width: 180px;
    float: left;
    margin:0px 0px 0px 21px;
    max-width: 180px;
}
#form-header-view-36-0-station_month{
    width: 14px;
/*    border: 1px solid green;*/
    height: 20px;
    
}
#input-view-36-0-period-tr0{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 15px;
    width: 180px;
    display: inline-block;
    margin: 0px 0px 0px 0px;
    float: left;
    clear: right;
    max-width:180px;
}
#frmoutr-view-36-0-temporal_mode{
/*    border: 1px solid yellow;*/
    width:400px;
}
#form-header-view-36-0-temporal_mode{
/*    border: 1px solid blue;*/
    overflow: hidden;
    height: 100%;
    width: 20px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#form-body-view-36-0-station_month, #form-body-view-36-0-period{
    padding-top: 0px;
    margin: 1px 0px 0px 0px;
}





#BodyWrapper #header{
/*    display:none;*/
}
