.stretch {
    width:100%;
    height:100%;
}

.full { 
  height: 100vh;
  overflow: hidden;
  margin-top: -221px;
  margin-bottom: -221px;
}

.selectionboldradio .x-form-cb-checked .x-form-cb-label{
    font-weight: bold;
}

#topbanner{  
text-decoration:none;
position: relative;
z-index: 0;
top: 30px;
}

#bottombanner{
text-decoration:none;
position: relative;
z-index: 0;
bottom: 12px;
}

.report-grid .x-grid-cell-inner
{
	text-overflow:ellipsis;
	padding: 13px 2px 5px 2px
}

.disabled-row  .x-grid-cell{
    color: #8e8e8e;
    font-style: italic;
}

.advpanel .x-panel-header:not(.x-accordion-hd), x-panel-header-default-framed, x-window-header {
    text-shadow:1px 1px 2px #777777;

    -moz-box-shadow: 0px 2px 4px #ABABAB;
    -webkit-box-shadow: 0px 2px 4px #ABABAB;
    box-shadow: 0px 2px 4px #ABABAB;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright:4px;
    -moz-border-radius-bottomleft:4px;
    -moz-border-radius-bottomright:4px;
    -webkit-border-top-left-radius:4px;
    -webkit-border-top-right-radius:4px;
    -webkit-border-bottom-left-radius:4px;
    -webkit-border-bottom-right-radius:4px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
    border-bottom-left-radius:4px;
    border-bottom-right-radius:4px;

   /* background-image: -webkit-gradient(linear, left top, left bottom, from(#99D9FF), to(#0065A2), color-stop(.1,#0091E8), color-stop(.85,#006099), color-stop(.95,#004F7E)); */
    background: #99d9ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #99d9ff 0%, #2989d8 50%, #207cca 51%, #0065a2 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#99d9ff), color-stop(50%,#2989d8), color-stop(51%,#207cca), color-stop(100%,#0065a2)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #99d9ff 0%,#2989d8 50%,#207cca 51%,#0065a2 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #99d9ff 0%,#2989d8 50%,#207cca 51%,#0065a2 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #99d9ff 0%,#2989d8 50%,#207cca 51%,#0065a2 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #99d9ff 0%,#2989d8 50%,#207cca 51%,#0065a2 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99d9ff', endColorstr='#0065a2',GradientType=0 ); /* IE6-9 */

}

.advtoolbar{
    background: #f9f9f9; /* Old browsers */
    background: -moz-linear-gradient(top,  #f9f9f9 0%, #f0f0f0 37%, #e7e7e7 84%, #cecece 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(37%,#f0f0f0), color-stop(84%,#e7e7e7), color-stop(100%,#cecece)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 37%,#e7e7e7 84%,#cecece 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 37%,#e7e7e7 84%,#cecece 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f9f9f9 0%,#f0f0f0 37%,#e7e7e7 84%,#cecece 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f9f9f9 0%,#f0f0f0 37%,#e7e7e7 84%,#cecece 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#cecece',GradientType=0 ); /* IE6-9 */

}

.x-panel-header-default .x-tool-img {
    background-color: transparent;
}

.advgridheader .x-panel-header {
    background: rgb(245, 92, 92) !important;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
}

.x-accordion-hd {
    text-shadow:1px 1px 2px #ffffff;
}

.y-splitter:hover {
    border: rgb(165, 201, 222) !important;
    border-style: solid !important;
    border-width: 2px !important;
}
.y-splitter {
    border: rgba(165, 201, 222, 0.26);
    border-style: solid;
    border-width: 1px;
}

.leftmenu {
    border-right-color: rgb(165, 201, 222);
    border-right-style: solid;
    border-right-width: 2px;
}


.x-btn:not(.noshadow) {
    -moz-box-shadow: 2px 2px 2px #969696;
    -webkit-box-shadow: 2px 2px 2px #969696;
    box-shadow: 2px 2px 2px #969696;
}

.advtab .x-tab-bar-body{
    margin-left: 5px;
}

.x1-tab-default-top {
    -moz-border-radius-topleft: 6x;
    -webkit-border-top-left-radius: 6px;
    border-top-left-radius: 6px;
    -moz-border-radius-topright: 6px;
    -webkit-border-top-right-radius: 6px;
    border-top-right-radius: 6px;
    -moz-border-radius-bottomright: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-right-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -webkit-border-bottom-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 12px 7px 12px;
    border-width: 0 0 0 0;
    border-style: solid;
    background-color: #3b89b7;
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#99D9FF), to(#0065A2), color-stop(.2,#0091E8), color-stop(.8,#006099), color-stop(.9,#004F7E)); */
}

ul li .cevanlist {
    font-family: arial, helvetica, verdana, sans-serif;
/*    color: #2622ff;  */
    line-height: 20px;
    font-style: normal;
}

table.secotable a:link {
    color: #068AE6;
    font-weight: bold;
    text-decoration:none;
}
table.secotable a:visited {
    color: #999999;
    font-weight:bold;
    text-decoration:none;
}
table.secotable a:active,
table.secotable a:hover {
    color: #bd5a35;
    text-decoration:underline;
}
table.secotable {
    font-family:Arial, Helvetica, sans-serif;
    color:#666;
    font-size:12px;
    text-shadow: 1px 1px 0px #fff;
    background:#eaebec;
    margin:10px;
    border:#ccc 1px solid;

    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

    -moz-box-shadow: 0 1px 2px #d1d1d1;
    -webkit-box-shadow: 0 1px 2px #d1d1d1;
    box-shadow: 0 1px 2px #d1d1d1;
}


table.secotable th {
    padding:9px 25px 9px 25px;
    border-bottom:1px solid #e0e0e0;

    background: #ededed;
    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
    line-height: initial;
    border-left: 1px solid #C7C7C7;
    border-top: 1px solid #FFFFFF;
}

table.secotable th:last-child {
    border-right: none;
}

table.secotable th:first-child {
    text-align: left;
    padding-left: 20px;
    border-left: none;
}
table.secotable tr:first-child th:first-child {
    -moz-border-radius-topleft:3px;
    -webkit-border-top-left-radius:3px;
    border-top-left-radius:3px;
}
table.secotable tr:first-child th:last-child {
    -moz-border-radius-topright:3px;
    -webkit-border-top-right-radius:3px;
    border-top-right-radius:3px;
}
table.secotable tr {
    text-align: center;
    padding-left:20px;
    line-height: 0px;
}

table.secotable thead {
    font-size: 14px;
}

table.secotable td:first-child {
    text-align: left;

    border-left: 0;
}
table.secotable td {
    padding:7px;
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;

    background: #fafafa;
    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
    line-height: initial;
}
table.secotable tr.even td {
    background: #f6f6f6;
    background: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#f6f6f6));
    background: -moz-linear-gradient(top,  #f8f8f8,  #f6f6f6);
}
table.secotable tr:last-child td {
    border-bottom:0;
}
table.secotable tr:last-child td:first-child {
    -moz-border-radius-bottomleft:3px;
    -webkit-border-bottom-left-radius:3px;
    border-bottom-left-radius:3px;
}
table.secotable tr:last-child td:last-child {
    -moz-border-radius-bottomright:3px;
    -webkit-border-bottom-right-radius:3px;
    border-bottom-right-radius:3px;
}

table.secotable tr.subtotal:last-child td{
    background: #EDEDED;
    color: #00016E !important;
}

table.secotable tr:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

table.secotable td.secotd {
    font-weight: bold !important;
    color: rgb(6, 138, 226) !important;
    font-size: 16px;
}

table.secotable td.secotdlink:hover {
    color: rgb(255, 15, 15)!important;
    cursor: pointer;
    text-decoration: underline;
}

.my-fieldset .x-fieldset-header
{
    margin: auto;
    padding: 3px 10px 1px;
    background: #d1d1d1;
    -moz-box-shadow: 0px 2px 4px #ABABAB;
    -webkit-box-shadow: 0px 2px 4px #ABABAB;
    box-shadow: 0px 2px 4px #ABABAB;
    -moz-border-radius: 6px;
    -webkit-border-radius:6px;
    border-radius:6px;
}

.my-fieldset .x-fieldset-header-text
{
    font-weight: 600;
}

.my-fieldset
{
    border-radius: 10px;
}

.my-fieldset .x-form-dirty .x-form-field:not(.x-form-invalid-field) {
    border-color: rgba(33, 126, 188, 0.58);
    border-width: thin;
    background-color: rgba(74, 101, 255, 0.02);
}

.preview-grid-row-cls {
    font: italic 12px/15px helvetica,arial,verdana,sans-serif;
    padding: 5px 10px 5px 10px;
    color: #5754E4;
}

.x-grid-rowbody {
    font-style: italic !important;
    padding: 3px 10px 3px 10px !important;
}

* {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: -moz-none;
    -o-user-select: none;
    user-select: none;
}

p, textarea, input:not(.combobox) {
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -o-user-select: text;
    user-select: text;
}
#fullscreendiv {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 0;
    height: 24px;
    width: 24px;
    background-image: url("view-fullscreen-24.png");
    margin: 2px 5px 0px 0px;
    cursor: hand;


}
#fullscreendiv:hover {
    cursor: pointer;
}

.x-form-display-field-stat {
    font-weight: bold !important;
    color: red !important;
    font-size: 16px;
}

.wrapper {
    overflow: auto;
    position: relative;
}

.rowUnconfirmed .x-grid-cell{
    background-color: rgb(255, 148, 151) !important;
}
.rowConfirmed  .x-grid-cell{
    background-color: #81F781 !important;
}

.graph {
    height: 26px;
    border: 1px solid #888;
    background: rgb(168,168,168);
    background: -moz-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(204,204,204,1) 23%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,168,168,1)), color-stop(23%,rgba(204,204,204,1)));
    background: -webkit-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
    background: -o-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
    background: -ms-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=0 );
    background: linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
    position: relative;
}
#bar {
    height: 25px; /* Not 30px because the 1px top-border brings it up to 30px to match #graph */
    background: rgb(255,197,120);
    background: -moz-linear-gradient(top, rgba(255,197,120,1) 0%, rgba(244,128,38,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,197,120,1)), color-stop(100%,rgba(244,128,38,1)));
    background: -webkit-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%);
    background: -o-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%);
    background: linear-gradient(top, rgba(255,197,120,1) 0%,rgba(244,128,38,1) 100%);
    border-top: 1px solid #fceabb;
}
#bar p { position: absolute; text-align: center; width: 100%; margin: 0; line-height: 26px; }
.error {
    /* These styles are arbitrary */
    background-color: #fceabb;
    padding: 1em;
    font-weight: bold;
    color: red;
    border: 1px solid red;
}