html {
    height: 100%;
    font-size:11px;
    margin: 0px 0 0 0;
}

body {
    background-color:#aef5e3;
    margin:0px 2px 0px 2px;
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
    line-height:1;
    font-size:11px;
    padding-right:0px !important; /*bunu yazarsan sonradan gelen paading right ları göz ardı eder mesaj çıktığı zaman paddding right oluyordu onu kaldırmak için yaptım*/
}

div {
    margin:0px 0px 0px 0px;
}

table tbody tr td{
	 margin:0px 0px 0px 0px;
}

#myHeader {
  height: 5%;
  width:100%;
  background-color:#aef5e3;
  border-bottom:solid;
  border-width: 0px;
  
}

#myInfoHeader {
  /*height: 7%;*/
  width:100%;
  background-color:#31b0d5;
  
}

#myMain {
    height:88%;
    top: 0%;
    bottom: 10%;
    z-index:0;
}

#myFooter {
  position:absolute;
  height: 5%;
  width:100%;
  bottom: 0px;
  background-color:#aef5e3;
  margin:0px 0px 0px 0px;
}


.myFooter0 {
  position:absolute;
  height: 5%;
  width:100%;
  bottom: 0px;
  background-color:#efefef;
  margin:0px 0px 0px 0px;
}

#yaa0105menu li {
    width:150px;
}

/*kendim arka plan rengi verebilmek için*/
.mybg-green {
    background-color: green;
}

.mybg-red {
    background-color: red;
}

.mybg-yellow {
    background-color: yellow;
}

.mybg-aqua {
    background-color: aqua;
}

.mybg-khaki {
    background-color: khaki;
}


#pageInfo ol li {
    font-weight:bold;
}

#pageInfo ol li:first-child {
    font-weight:bold;
    font-size:15px;
}


table.reference,table.tecspec{
	border-collapse:collapse;width:100%;
}

/*table.reference tr:nth-child(even)	{font-size:11px;background-color:#f1f1f1;}
table.reference tr:nth-child(odd)	{font-size:11px;background-color:#ffffff;}*/
table.reference tr.eventr     	{font-size:11px;background-color:#f1f1f1;}
table.reference tr.oddtr     	{font-size:11px;background-color:#ffffff;}

table.reference tr.highlight    	{background-color:rgb(190,218,240);}
table.reference tr.footer        	{background-color:yellow;}



table.reference tr.searchInfo     	{font-size:18px;}

table.reference tr.fixzebra			{background-color:#f1f1f1;}

table.reference th{
	border-width: 1px;
	padding: 4px;
	border-style: solid;
	border-color: #E6E6E6;
    color:#ffffff;
    font-weight:normal;
    background: #286090; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(180deg,#286090, #2096F3 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(180deg,#286090, #2096F3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg,#286090, #2096F3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(180deg,#286090, #2096F3); /* Standard syntax (must be last) */
}


table.reference td{
	border-width: 1px;
	padding: 2px;
	border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
	border-color: #E6E6E6;
}

/*tablonun yükşekliği sabit kalsın diye*/
table.reference td div{
	height:16px;
    font-size:10.5px;
    overflow:hidden;
    padding-top:2px;
}

table.reference th div{
	height:30px;
    overflow-y:hidden;
}

table.reference input[type=checkbox] {
    width:100%;
    height:100%;
    margin:0;
}



/*toplamları gösteren tablo için*/
div.sumdiv{
	float:right;
}

table.sumreference,table.tecspec{
	border-collapse:collapse;
    width:100%;
    margin-top:11px;
    border-width: 2px;
    border-top-style: dotted;
}

table.sumreference tr:nth-child(odd)	{font-size:11px;}
table.sumreference tr:nth-child(even)	{font-size:11px;}
table.sumreference tr.highlight    	{background-color:rgb(190,218,240);}
table.sumreference tr.footer        	{background-color:yellow;}

table.sumreference tr.fixzebra			{background-color:#f1f1f1;}

table.sumreference th{
	border-width: 1px;
	padding: 1px;
	border-style: solid;
	border-color: #a9c6c9;
    background-color:#ffffff;
    color:#000000;
}


table.sumreference td{
	border-width: 1px;
	padding: 2px;
	border-top-style: none;
    border-right-style: none;
    border-bottom-style: dotted;
    border-left-style: none;
	border-color: black;
}

/*tablonun yükşekliği sabit kalsın diye*/
table.sumreference td div{
	height:18px;
    overflow-y:hidden;
}

table.sumreference th div{
	height:30px;
    overflow-y:hidden;
}


ul.tabs {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.tabs li {
  float: left;
  padding: 0;
  margin: 0;
  padding-top: 0;
  background: url(tab_right.png) no-repeat right top;
  margin-right: 1px;
}

ul.tabs li a {
  display: block;
  padding: 0px 11px;
  color: black;
  text-decoration: none;
  background: url(tab_left.png) no-repeat left top;
}

ul.tabs li a:hover {
  color: #ff0;
}

label.required {
    color: red;
}

.button {
    float:left;
    height:auto;
    font:76%/150% "Lucida Grande", Geneva, Verdana, Arial, Helvetica, sans-serif;
    width:10em;
    text-align:center;
    white-space:nowrap;
}



select.filterselect {
		border: 0 !important;  /*Removes border*/
		background: #FFF;
		color: #000;
		border-radius: 15px;
		padding: 5px;
		box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
}

.connectedSortable {
    border: 1px solid #eee;
    width: 80%;
    min-height: 20px;
    list-style-type: none;
    margin: 0;
    padding: 5px 0 0 0;
    float: left;
    margin-right: 11px;
}

.connectedSortable li {
    margin: 0 5px 5px 5px;
    padding: 5px;
    font-weight:normal;
    width: 80%;
  }

.myDragable li {
    margin:2px;
    border-bottom:solid;
    border-width:1px;
    width: 90%;
  }

.myDropable li {
    margin:2px;
    border-bottom:solid;
    border-width:1px;
    width: 90%;
  }

.myPagePre {
    background-image: url("images/ui-icons_222222_256x240.png");
}

.myTdR { /*ikili ekranlarda buna tıklayınca diğer table refresj olacak*/
    background-color: #A6DBFF;
}

.myTdR1 { /*ikili ekranlarda buna tıklayınca diğer table refresj olacak*/
    background-color: #A6DBFF;
}

.myTdRNew
{
    margin-bottom:0px;
}
.myTdRNew:empty
{
    display:none;
}

.myGrE { /*Gridde cliklendiğnde kaydı edit edecek alanın style */
    text-decoration: underline;
    color:red;
    cursor:pointer;
}

.myGrD { /*Gridde Detay butonu yada delete  */
    cursor:pointer;
}

.myGrM { /*Gridde Menü butonu  */
    cursor:context-menu;
}

.myGrSCM { /*Gridde special Context menü */
    text-decoration: underline;
    color:blue;
    cursor:context-menu;
}

.myContextobj li {
    height:25px;
}

/*
.myFilterTable td {
    padding: 3px;
    
}*/

.myFilterTable th {
    font-weight:lighter;
    padding-left: 3px;
    text-align:left;
    
    
}
.myTdDesc { /*ikili ekranlarda buna tıklayınca diğer table refresj olacak*/
    background-color: gold;
    font-size:20px;
    font-weight:bold;
}



.lblNotNull {
    color:red;
}

.lblLegNotNull {
    color:blue;
}

/*bootstrap formunu düzeltebilmek için*/
.my-form-control {
    height:15px;
    padding: 1px 1px 1px 1px;
    font-size:11px;
}

.my-control-label {
    height:15px;
    font-weight:lighter;
    font-size:11px;
    padding: 0px 0px 0px 0px;
}

.form-control {
    border-radius:1px;
}

.my-row {
    margin-right:0px;
    margin-left:-4px;
}

.my-rprrow {
    margin-right:5px;
    margin-left:5px;
}

.my-form-group {
    margin-bottom:1px;
}

.my-form-lbl-div {
    text-align:right;
}

.ui-datepicker-month, .ui-datepicker-year {
    color:black;
}

.form-horizontal .has-feedback .form-control-feedback {
    height:18px;
    line-height:18px;
    right:-11px;
}

.has-feedback .form-control {
    padding-right:15px;
}

.input-group-addon {
   padding: 0px 0px 0px 0px;
   font-size:11px;
   top:0px; 
}

.myNumberClass {
    text-align:right;
}
/*bootstrap formunu düzeltebilmek için*/

/*filter inputlarını düzeltebilmek için*/
.myfi-form-control {
    height:20px;
    padding: 1px 1px 1px 1px;
    font-size:12px;
}

/*filter inputlarını düzeltebilmek için*/


.my-login-body {
    background-color:#31b0d5;
    font-size:14px;
    height: 100%;
    overflow:hidden;
}

.my-login-body .form-group {
    margin-bottom:5px;
}

.my-login-body .form-control {
    height:30px;
}

.my-p {
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 0px 0px;
}

.ui-autocomplete { z-index:2147483647; }

#myLgnHdr {
  height: 30%;
  width:100%;
}

.breadcrumb {
    padding: 2px 2px 2px 2px;
    margin: 0px 0px 0px 0px;
    background-color:#aef5e3;
}

.form-horizontal .form-group {
    margin-right:0px;
    margin-left:-5px;
}

.legendBar {
    font-size:11px;
    margin-bottom:5px;
    color:green;
}

.ui.widget {
 font-family: Arial,Arial,sans-serif;
}

.dropdown-menu > li > a {
    line-height: 2;
    font-weight:bold;
    font-size:11px;
}

.explButton {
    background-color:white;
    border:none;
}



.ui-menu-item a{
  text-decoration: none;
  width:300px;
  padding:1px;
  
}


.ui-menu-item:hover a{
  font-weight:bolder;
  background-color:#C0C0C0;
  
}

.mystcss {
    width:100%;
}

.mySODiv {
     background-color:white; 
     z-index:999;
     display:none;
     width:200px;
     height:auto;
}

/*arama seçenekleri tablosu*/
/*
table.mySOtable{
	border-collapse:collapse;width:100%;
}

table.mySOtable tr:nth-child(odd)	{font-size:15px;background-color:#f1f1f1;}
table.mySOtable tr:nth-child(even)	{font-size:15px;background-color:#ffffff;}

table.mySOtable tr.highlight    	{background-color:rgb(190,218,240);}
table.mySOtable tr.footer        	{background-color:yellow;}

table.mySOtable tr.fixzebra			{background-color:#f1f1f1;}


table.mySOtable th{
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #a9c6c9;
    background-color:red;
    color:#000000;
}

table.mySOtable td{
	border-width: 1px;
	padding: 2px;
	border-top-style: none;
    border-right-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
	border-color: #E6E6E6;
}


table.mySOtable td div{
	height:30px;
    overflow-y:hidden;
}

table.mySOtable th div{
	height:36px;
    overflow-y:hidden;
}

*/

/*search optiondaki div ve ikon için*/
.myhas-feedback{
    margin-bottom:0px;
}
.myform-control-feedback {
    top:0px;
}

/*gridin üzerindeki yeni butonu ve arama text'i vesaire içeren form*/
.myfFForm {
    background-color:#aef5e3;
    padding:2px;
}

/*ekranlardaki arama inputu*/
/*.mystcss:invalid {
    width:100%;
}

.mystcss:valid,.mystcss:focus  {
    width:300%;
    background-color: yellow;
}*/

/*header info daki w3.css divin size'ını küçültmek için*/
.myw3-group {
    margin-top:5px;
    margin-bottom:5px
}

/*filtre div'i için*/
.myfDClass {
    border-bottom:solid;
    border-width: 0px;
    background-color:#aef5e3;
    padding-top:5px;

}

/*menü divinde title bar'ı göstermeme*/
.noTitleStuff .ui-dialog-titlebar {display:none}

/*menüdeki header divi */
.myMH {
    margin-bottom:15px;
}

/*menüdeki kolonlar */
.myMCD {
    border-right:solid;
    border-width:1px;
}

/* dosya upload için*/
.fileinput-button {
  position: relative;
  overflow: hidden;
}

.fileinput-button input {
   position: absolute;
   top: 0;
   left: -5px;
   height: 35px;
   width: 350px;
   margin: 0;
   opacity: 0;
   -ms-filter: 'alpha(opacity=0)';
   font-size: 200px;
   direction: ltr;
   cursor: pointer;
}

.img-preview {
      display: inline-flex;
}

.img-preview .col-sm-3 {
      padding-left: 0;
      padding-right: 0;
}

/* dosya upload için bitti*/

/*progressbar*/
.ui-progressbar-value {
    background-color: #ccc;
  }

/*progressba bittir*/

.ui-widget-header {
    border:none;
    background: #286090; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(180deg,#286090, #2096F3 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(180deg,#286090, #2096F3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg,#286090, #2096F3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(180deg,#286090, #2096F3); /* Standard syntax (must be last) */
}

.myinfo {
    background-color: #5bc0de;
}

/*detay sayfalarındaki info header için*/
.myih {
    padding-top:7px; 
}

.myih .form-control-static{
    min-height:0px;
    padding-top:2px;
    text-align:left;
}

.myih .form-group{
    margin-bottom:0px;
}

.myih label,p{
    font-style:italic;
}


.w3-card-4 {
    box-shadow:none
}
/*detay sayfalarındaki info header için*/


.my-dlg-alrt {
    font-size: 25px;
}


.ui-dialog .ui-dialog-buttonpane {
    background-color: white;
    margin-top:0px;
}

.my-dlg-alrt .ui-dialog-titlebar-close {
     display: none 
}



.myMfi {
    margin-left: 15px;
}


.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 11px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    border-bottom:1px dotted black;
}
&.ui-state-hover, &.ui-state-active {
    color: blue;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

#menuDiv {
   font-family: Arial, "Helvetica Neue", Helvetica, sans-serif; 
}

.mybold {
   font-weight:bold;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    font-family:  Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 11px;
}

.ui-widget {
    font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}


/*dropdown menünün alt menüler halinde açılması için*/
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: white;
    text-decoration: none;
    background-color: #2196F3;
}



/* bitti dropdown menünün alt menüler halinde açılması için*/

/*formlardaki navigation tabsları küçültmek için*/
.nav > li > a {
    padding: 5px 10px;
}

/**
 * Progress bars with centered text
 */

.progress {
  position: relative;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
    color: black;
}

.back-loading {
    position:absolute;
    z-index:999;
    top:0;
    bottom:0;
    left:0;
    right:0;
    opacity:0.2;
    background:#000;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0px;
}

.filetree span.folder, .filetree span.file {
    padding: 2px 0px 2px 16px;
}

.modal-header {
    padding: 8px;
}

.myVAlert {
    padding: 6px;
    margin-bottom:5px;
}

/*dialog olarak açılan ekranın bootstrap modalın üstünde çıkması için */
.ui-dialog {
    z-index:2000;
}

.mygbg {
    background: #286090; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(180deg,#286090, #2096F3 ); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(180deg,#286090, #2096F3); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(180deg,#286090, #2096F3); /* For Firefox 3.6 to 15 */
    background: linear-gradient(180deg,#186090, #42f59e); /* Standard syntax (must be last) */
}

.ui-dialog .ui-dialog-title {
    line-height:1.2;
}

/*sağ klik menü başlık bilgisi birden fazla satırda gözükebilsin diye*/
.dropdown-header {
   white-space:normal;
}

/*filtrelerdeki yeni tip comboboxlar için*/
.bootstrap-select .btn {
   padding:0;
   font-size:12px;  
}

.myform .bootstrap-select .btn {
   padding:0;
   font-size:11px;  
}

.bootstrap-select .dropdown-menu > li > a {
    line-height: 1.5;
}

/*datayı getiren maindivleri bootstrap panel içine aldım padding olmamamlı*/
.panel-body {
    padding:0px;
    background-color:#aef5e3;
    overflow:auto;
}

.panel-footer {
    padding:0px;
    background-color:white;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    padding-top: 0px;
    margin-bottom: 0;
    text-align: right;
  }
}

.pull-top {
  position: relative;
}


.pull-top > .dropdown-menu {
	border-radius: 5px 5px 5px 0px; left:97%;top: auto; bottom: 0px; margin-top: 0px; margin-bottom: -2px; -moz-border-radius: 5px 5px 5px 0; -webkit-border-radius: 5px 5px 5px 0;
}

.input-group-btn {
  font-size: 11px;
}

.nomargin {
    margin:0px;
}
/*begin gridde üzerine gelince içeriği göstersin diye*/

/*end gridde üzerine gelince içeriği göstersin diye*/

/*begin mydialog için*/
.mycnfrm-header {
  background-color:#337ab7;
  padding:8px;
}
.mycnfrm-header .modal-title {
  color:#fff; 
}

.modal-dialog-msg {
  font-size: 14px;  
}
/*end mydialog için*/
.panel {
    box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}
/*bootstrap panel box shdow sayfada scrolla neden oluyor*/
.mark{
    background-color: orange;
    padding:0px;
}

.mytooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.mytooltip .mytooltiptext {
  visibility: hidden;
  width: 180px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.mytooltip:hover .mytooltiptext {
  visibility: visible;
}

.myhideDiv {
    color: transparent !important;
    background-color: #716d6d !important;
    opacity: 0.7;
    user-select: none;
    cursor: not-allowed;
    pointer-events: none;
}


