﻿/*@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext');
@import url('https://fonts.googleapis.com/css?family=Oxygen:400,700&subset=latin-ext');*/

/*@import url('https://fonts.googleapis.com/css?family=Oswald:400,700&subset=latin-ext');*/
/*@import url('https://fonts.googleapis.com/css?family=Lato:400,700&subset=latin-ext');*/
@import url('/semantic/my/grid/grid.css');
@import url('/semantic/my/container.css');

@import url('/semantic/my/tablet.css');
@import url('/semantic/my/mobile.css');
@import url('/semantic/my/mobile.tablet.css');
@import url('/semantic/my/desktop.css');


body {
    overflow-y: visible !important;
}

body.pushable > .pusher,
body {
    font-family: 'Roboto',Tahoma !important;
    /*font-size: 13px !important;*/
    background-color: #fafafa !important;
   
}

.ui.fixed {
 position: fixed;
}

.ui.top.fixed {
 top: 0;
 left: 0;
 right: 0;
 z-index: 11;
}


h1, h2, h3, h4, h5,
.ui.header,
.ui.list,
.ui.button,
.ui.menu,
.ui.grid,
.ui.popup > .ui.grid:not(.padded),
.ui.segment,
.ui .title,
input, select, textarea {
    /*font-family: 'Alegreya Sans',Tahoma !important;*/
    font-family: 'Roboto',Tahoma !important;
    /*font-size:14px !important;*/
}


.ui.bottom.center.popup:before {
 left: 55%;
}

/*.ui.segment {
 box-shadow: none !important;
 border-radius: 0 !important;
 border: 1px solid #eaeaea !important;
 
}*/

/*.ui.divider {
 border-top: 0 !important;
 border-bottom: 1px solid #eaeaea !important;
 margin: 10px 0 !important;
}
.ui.horizontal.divider{
 border-bottom: none !important;
}*/

.ui.label {
 line-height: normal !important;
}

/*.ui.steps,
.ui.table {
 border: 1px solid #eaeaea !important;
 border-radius: 0;
}*/

.ui.steps .step:after {
 border-color:#eaeaea !important;
}

.ui.left.steps .step:after {
left:0;
-webkit-transform: translateY(-50%) translateX(-50%) rotate(-230deg);
    transform: translateY(-50%) translateX(-50%) rotate(-230deg);
}

.ui.celled.table tr td, .ui.celled.table tr th {
 border-left: 1px solid #eaeaea !important;
}

/*.ui.celled.table tr td:first-child, .ui.celled.table tr th:first-child {
 border-left: none !important;
}*/

.ui.menu{
box-shadow:none !important;

}


.input.error {
    background-color: #FFE6FF !important;
}

.ui.segment {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    box-shadow: 0 0 0 0 transparent inset !important;
    
}

/*.ui.input{height:auto!important;}*/

.ui.multiple.dropdown > .label{

    font-size:0.9em!important;
}

.ui.vertically.aligned.form .fields div.field:first-child{
    align-self:center;
   font-weight:bold;
   text-align:right;

}

.ui.vertically.aligned.form .fields div.field:first-child:after {
    content:' : ';
}

.ui.vertically.aligned.form .fields div.field:first-child:empty:after {
    content: '';
}

.ui.vertically.aligned.form .required.fields div.field:first-child:before {
    content: '* ';
    color:red;
}

.ui.header:first-child {
    margin-top: 0;
}

.ui.search > div.results
{
    /*width: 28.5em;*/
    overflow: auto;
    height: 200px;
}

.aracdurumlist-thead th {
    padding: 5px;
    font-size: 11px;
    text-align: center;
}


table#aractakvimlist thead th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    top: 0;
    color: #FFF;
    z-index:99;
}

    table#aractakvimlist thead th:first-child {
        left: 0;
        z-index: 1;
    }

table#aractakvimlist tbody th {
    position: -webkit-sticky; /* for Safari */
    position: sticky;
    left: 0;
    background: #FFF;
  
}
