.stretch {
    width:100%;
    height:100%;
}

.full { 
  height: 100vh;
  overflow: hidden;
  margin-top: -97px;
  margin-bottom: -97px;
}

.selectionboldradio .x-form-cb-checked .x-form-cb-label{
    font-weight: bold;
}

.kurum-bulunamadi-cls .x-grid-cell {
    background-color: red !important;
	color: white;
}

tr.x-grid-row-summary td div {
    font-weight: bold;
}

#topbanner{  
text-decoration:none;
position: relative;
z-index: 0;
top: 70px;
}

#bottombanner{
text-decoration:none;
position: relative;
z-index: 0;
bottom: 70px;
}

.reportres-grid .x-grid-cell-inner
{
	text-overflow:ellipsis;
	padding: 13px 2px 5px 2px
}
.reportres-grid .x-action-col-icon
{
	height: 32px;
	width: 32px;
    margin-right: 9px;
}

.reportres-grid .x-grid-cell-inner-action-col
{
	margin-top: -11px;
}

.report-grid .x-action-col-icon
{
    height: 20px;
    width: 20px;
    margin-top: 2px;
    cursor: pointer;
}

.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 */

}

.x-accordion-hd {
    text-shadow:1px 1px 2px #ffffff;
}

.y-splitter {
    border: rgb(165, 201, 222);
    border-style: solid;
}

.leftmenu {
    border-right-color: rgb(165, 201, 222);
    border-right-style: solid;
    border-right-width: 2px;
}


.x-btn {
    -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: #666;
    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:20px;
    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:21px 25px 22px 25px;
    border-top:1px solid #fafafa;
    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);
}
table.secotable th:first-child {
    text-align: left;
    padding-left: 20px;
}
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: 16px;
}

table.secotable td:first-child {
    text-align: left;
    padding-left: 40px;
    padding-right: 100px;
    border-left: 0;
}
table.secotable td {
    padding:18px;
    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);
}
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:hover td {
    background: #f2f2f2;
    background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
    background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

hr.hrstyle {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(45, 45, 45, 0.85), rgba(0, 0, 0, 0));
}

img.cls-hidden-button {
    display: none;
}

img.cls-delete-button {
    background-image: url("delete.png");
    background-repeat: no-repeat;
    background-position: 0px;
    height: 24px;
}

img.cls-download-button {
    background-image: url("down16.png");
    background-repeat: no-repeat;
    background-position: 0px;
    height: 24px;
}

.display-none {
    display: none;
}

.td-link {
    color: blue;
    cursor: pointer;
}

.td-link:hover {
    text-decoration: underline;
}

img.x-action-col-icon.icon24 {
    width: 24px;
    height: 24px;
    margin: 4px;
}

.x-grid-cell {
    vertical-align: middle;
}

.right-arrow {
    width:50px;
    height:30px;
    display: flex;
  }
.right-arrow:before {
    content: "";
    background: currentColor;
    width:10px;
    clip-path: polygon(0 10px,calc(100% - 15px) 10px,calc(100% - 15px) 0,100% 50%,calc(100% - 15px) 100%,calc(100% - 15px) calc(100% - 10px),0 calc(100% - 10px));
    flex-grow: 1
}

.row-color-fixed {
    color: green;
}

.numcorrect-header {
    background-color: #e8e8e8;
    padding-left: 10px;
    margin-top: 10px;
    border-radius: 10px;
}

.numcorrect-header .x-form-item-label {
    font-weight: bold;
}