﻿ul.marginsiz
{
    margin: 0 0 0 -50px;
}

span.badgeMargin
{
    font-size: 10px;
}

li.isAkisiListItem 
{
    background-color: white;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-top: 2px;
    padding-right: 10px;
    list-style: none;
}

li.isAkisiListItem:hover
{
    background-color: #eeeeee;
}

li.ilkIsAkisiListItem
{
    border-top: 2px solid rgb(232, 232, 232);
}

.gorevLink 
{
    margin-left: 2px;
    font-size: 14px;
}

.gorevLinkOkundu
{
    
}

.gorevLinkOkunmadi
{
    font-weight: bold;
}

.gorevBadgeOkundu 
{
    
}

.gorevBadgeOkunmadi
{
    background-color: black;
}


.isAkisiListItemAyrinti
{
    float: right;
    color: rgb(173, 173, 173);
    text-align: right;
}

.isAkisiListItemAyrintiRenksiz
{
    float: right;
    text-align: right;
}

.isAkisiListItemAyrintiRenksiz div
{
    float: none;
    text-align: left;
}

.isAkisYonetimPanel
{
    margin: 0 0 20px 0;
    background-color: white;
    padding: 2px 5px 10px 5px;
}

.sortableHandle 
{
    cursor: pointer;    
}

.gorevBilgiSatiri 
{
    overflow: hidden;
    /*white-space: nowrap;*/
}

.isAkisiYonetimBaslik
{
    font-size: xx-large;
    margin: 10px 0 20px 10px;
    font-weight: bold;
}

.tamamlanmisFaaliyetCheckIsareti
{
    float: right;
    margin: 4px 4px 0 0;
}

.textInputOrnekMetin { color: #a1a1a1; font-style: italic; }

#demo {
	margin-top:5em;
}

.faaliyetKutu 
{ 	
	padding:16px;
	position:absolute;
	border: 1px solid black;
	z-index:4;
	border-radius:1em;
	border:1px solid #2e6f9a;
	box-shadow: 2px 2px 19px #e0e0e0;
	-o-box-shadow: 2px 2px 19px #e0e0e0;
	-webkit-box-shadow: 2px 2px 19px #e0e0e0;
	-moz-box-shadow: 2px 2px 19px #e0e0e0;
	-moz-border-radius:8px;
	border-radius:8px;
	opacity:0.8;
	filter:alpha(opacity=80);
	cursor:move;
	background-color:white;
	font-size:11px;
    width: 140px;
    height: 80px;
	-webkit-transition:background-color 0.25s ease-in;
	-moz-transition:background-color 0.25s ease-in;
	transition:background-color 0.25s ease-in;	
}

.faaliyetKutu:hover {
	background-color: #5c96bc;
	color:white;

}

.aLabel {
	-webkit-transition:background-color 0.25s ease-in;
	-moz-transition:background-color 0.25s ease-in;
	transition:background-color 0.25s ease-in;
}

.aLabel._jsPlumb_hover, ._jsPlumb_source_hover, ._jsPlumb_target_hover {
	background-color:#1e8151;
	color:white;
}

.aLabel {
	background-color:white;
	opacity:0.8;
	padding:0.3em;				
	border-radius:0.5em;
	border:1px solid #346789;
	cursor:pointer;
}

.faaliyetBaglantiNoktasi 
{	
	bottom: 50%;
    right: 2px;
	width:1em;
	height:1em;
	background-color:orange;
   	box-shadow: 0px 0px 2px black;
	-webkit-transition:-webkit-box-shadow 0.25s ease-in;
	-moz-transition:-moz-box-shadow 0.25s ease-in;
	transition:box-shadow 0.25s ease-in;
}

.faaliyetBaglantiNoktasi:hover 
{
	box-shadow: 0px 0px 6px black;
}

.faaliyetIslemKutusu
{
    position:absolute;
	cursor:pointer;
}

.faaliyetAyrintiLink 
{
    background-image: url(../images/sayfaIcon/btn_action-log_bg.gif);
    background-size: 100% auto;
    bottom: 5%;
	left: 10px;
	width:16px;
	height:16px;
}

.faaliyetSorumluLink 
{
    background-image: url(../images/sayfaIcon/btn_mail-groups_bg.gif);
    background-size: 100% auto;
    bottom: 5%;
	left: 30px;
	width:16px;
	height:16px;
}

.faaliyetDegiskenLink 
{
    background-image: url(../images/sayfaIcon/btn_preferences_bg.gif);
    background-size: 100% auto;
    bottom: 5%;
	left: 50px;
	width:16px;
	height:16px;
}

.faaliyetKuralLink 
{
    background-image: url(../images/sayfaIcon/btn_permissions_bg.gif);
    background-size: 100% auto;
    bottom: 5%;
    left: 70px;
    width: 16px;
    height: 16px;
}

.faaliyetServisLink 
{
    background-image: url(../images/sayfaIcon/btn_restart-services_bg.gif);
    background-size: 100% auto;
    bottom: 5%;
    left: 90px;
    width: 16px;
    height: 16px;
}

.faaliyetIlkFaaliyet 
{
    position:absolute;
    cursor: default;
    background-color: lightgreen;
    background-size: 100% auto;
    text-align: center;
    top: 5%;
    right: 5%;
    width: 30px;
    height: 18px;
    color: black;
    font-weight: bold;
}

.faaliyetSonFaaliyet 
{
    position:absolute;
    cursor: default;
    background-color: black;
    background-size: 100% auto;
    text-align: center;
    top: 5%;
    right: 5%;
    width: 30px;
    height: 18px;
    color: white;
    font-weight: bold;
}

#iamPlumbContainer ._jsPlumb_endpoint {
	z-index:3;
}

.dragHover { border:2px solid orange; }

#surumPlumbContainer 
{
    min-height: 800px;
    background-color: white;
    position: relative;
    min-width: 1000px;
    width: 97%;
	overflow-x: scroll;
	overflow-y: scroll;
}

path { cursor:pointer; }

.faaliyetNotlarDiv 
{
    border-top: 1px solid #ccc;
}

.faaliyetNotlarBaslik 
{
    font-weight: bold;
}

.notEkleButon 
{
    width: 8px;
    height: 8px;
    cursor: pointer;
}

.overflowsuz {
    overflow: visible;
}

.acKapatButonDiv 
{
    float: right;
    margin: 4px 0 4px 0;
}

.acKapatButonDiv img 
{
    cursor: pointer;
}

.cursorPointer 
{
    cursor: pointer;    
}

.deadlineLabel1 
{
    background-color: #FF0000;
}

.deadlineLabel2
{
    background-color: #FF1A00;
}

.deadlineLabel3 
{
    background-color: #FF3500;
}

.deadlineLabel4 
{
    background-color: #FF5000;
}

.deadlineLabel5 
{
    background-color: #FF6A00;
}

.deadlineLabel6 
{
    background-color: #FF8500;
}

.deadlineLabel7 
{
    background-color: #FFA000;
}

.deadlineLabel8 
{
    background-color: #FFBB00;
}

.deadlineLabel9 
{
    background-color: #914DFF;
}

.deadlineLabel10 
{
    background-color: #6C80FF;
}

.deadlineLabel11 
{
    background-color: #4774FF;
}

.btn-group 
{
    display: inline-block;
    box-sizing: border-box;    
}

.adaVisible 
{
    visibility: visible;
}

.adaHidden 
{
    visibility: hidden;    
}

.gorevListesiUstBar 
{
    margin-bottom: 5px;    
}

.gizliGorevImage 
{
    margin-right: 5px;
    float: left;
}

.dropdown-menu > li > a {cursor: pointer;}

.btn-islemler { border: 0;padding: 2px 2px 2px 2px; margin-top: -2px;}

.nav-tabs > li > a {cursor: pointer;}

.marginSifir
{
    margin-left: 0;
    margin-right: 0;
}


html, body {
    height: 100%;
    margin: 0 0 1px;
    padding: 0;
}

select.input-buyuk2
{
	height: 35px;		
	font-size: 18px;
    margin-right: 5px;
}

input.input-buyuk2
{
	height: 35px;		
	font-size: 18px;
    margin-right: 5px;
}


select.input-buyuk 
{
	height: 31px;		
	font-size: 18px;
    margin-right: 5px;
}

input.input-buyuk 
{
	height: 27px;		
	font-size: 18px;
    margin-right: 5px;
}

textarea.input-buyuk 
{
	font-size: 18px;
    margin-right: 5px;
}

table.paddingli-tablo > tbody > tr > td
{
    padding-bottom: 3px;
    vertical-align: top;
    font-size: 18px;
    
}

.hizliYeniIsPaneli 
{
    padding: 10px 0 10px 0;
    text-align: center;
}


/*görev listesi başlangıç*/
.yapiskanDivler {
    padding-right: 125px;
}

    .yapiskanDivler > div:first-child {
        position: relative;
        float: left;
        width: 100%;
    }

        .yapiskanDivler > div:first-child div,
        .yapiskanDivler > div:first-child input,
        .yapiskanDivler > div:first-child select {
            width: 100%;
        }

    .yapiskanDivler > div:not(:first-child) {
        width: 125px;
        margin-right: -125px;
        position: relative;
        float: left;
    }

.yapiskanDivler40 {
    padding-right: 40px;
}

    .yapiskanDivler40 > div:first-child {
        position: relative;
        float: left;
        width: 100%;
    }

        .yapiskanDivler40 > div:first-child > div,
        .yapiskanDivler40 > div:first-child > input,
        .yapiskanDivler40 > div:first-child > select {
            width: 100%;
        }

    .yapiskanDivler40 > div:not(:first-child) {
        width: 40px;
        margin-right: -40px;
        position: relative;
        float: left;
    }

    .gorevAramaAraci {
        margin-top: 20px;   
    }

.butonImg,
.gorevAramaAraci img {
    margin-left: 8px;
    height: 27px;
    cursor: pointer;
    z-index: 900;
}

.butonImg {
    height: 16px;
    width: 16px;
}

.golge {
    -moz-box-shadow: 3px 3px 4px #000;
    -webkit-box-shadow: 3px 3px 4px #000;
    box-shadow: 3px 3px 4px #000;
    /* For I E 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
    /* For I E 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

.durum1 {
    display: block;
}

.durum2 {
    display: none;
}


#tagCloud {
    /*width: 290px;*/
    text-align: center;
    padding: 1px;
    overflow: auto;
    font-size: 70%;
    font-family: serif;
}

    #tagCloud h2 {
        color: #ffffff;
        font-size: 2.5em;
        margin: 0 0 10px 0;
        background: url(images/cloud.gif) no-repeat 0;
        padding: 15px 0 15px 80px;
    }

#tagList {
    clear: both;
    margin: 0;
    padding: 0;
    padding-top: 4px;
}

    #tagList li {
        list-style-type: none;
        float: left;
        margin: 0 10px;
        padding-bottom: 5px;
    }

        #tagList li span {
            text-decoration: none;
            cursor: pointer;
        }

.oncekilerDiv {
}

.isBaslik {
    font-size: 1.3em;
}
/*görev listesi bitiş*/

/*.gorevListesiDragOver 
{
    -webkit-box-shadow:inset 0px 0px 0px 10px #f00;
    -moz-box-shadow:inset 0px 0px 0px 10px #f00;
    box-shadow:inset 0px 0px 0px 2px #f00;
}*/
.gorevListesiDragOver {
    /*box-shadow: 0px -3px 0px #3cb371 inset;*/
    border-bottom: 20px solid #3cb371;
    /*border-color: #3cb371;*/
}

/*.gorevListesiDragOver 
{
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  width:100px;
  height:100px;
  border:1px solid red;
}*/

.gorevListesiDragOverCerceve
{
    border: 3px solid;
}

.gorevListesiSuruklenen {
    opacity: 0.4;
    /*background-color: #6cF3A1;*/
}

.kirmizi
{ color: red;}

.sifirMarginVePadding {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.droppableDiv {
    height: 13px;
}

.formLabel 
{
    padding-bottom: 3px;
    font-size: 18px;
	white-space:nowrap;
}

.buyukWidgetBaslikSagBilgi {
    margin-top: -15px;
}

.btn-large {
    font-size: 20px;
}

.sagMarginli {
    margin-right: 5px;
}

.solMarginli {
    margin-left: 5px;
}

.degiskenlerTable {
    width: 100%;
}

.degiskenlerTable tr td {
    vertical-align: top;
    padding-right: 5px;
}

.degiskenlerTableDegerCell {
    width: 85%;
}

.degiskenlerTable select,
.degiskenlerTable input:not([type='checkbox']) {
	width: 100% ;
	max-width: 250px;
	float: left;
}

.tekDegiskenDiv {
    margin-bottom: 3px;
}

.buyukMetin {
    font-size: larger;
/*	white-space:nowrap;*/
}

.ui-front { z-index: 10000;  }
.ui-dialog { z-index: 10000; }

.loadingUfak {
    height: 16px;
    width: 16px;
}

.btn-kucuk {
    line-height: 60%;
}

.iam-link {
    cursor: pointer;
}
.tag-disable{
    pointer-events:none;
}


.dialogwidth1000 .ngdialog-content { width: 1000px !important;
}.dialogwidth600 .ngdialog-content {width: 600px !important; }
.dialogwidth400 .ngdialog-content{width :400px !important;}
.dialogwidth100 .ngdialog-content{width: 100px !important;}

/*ckEditor inlineların görünümü text area gibi olsun diye..*/
.cke_textarea_inline {
    border-color: rgb(169, 169, 169);
    -webkit-appearance: textarea;
    background-color: white;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    white-space: pre-wrap;
    word-wrap: break-word;
    border-width: 1px;
    border-style: solid;
    border-color: initial;
    border-image: initial;
    padding: 2px;
    min-height: 100px;
}


.isBaslatmaButonu {
    margin-bottom: 5px;
}
@media screen {
    p.bodyText {
        font-family: verdana, arial, sans-serif;
    }
}

@media print {
    p.bodyText {
        font-family: georgia, times, serif;
    }
    .printdeGizle {
        display: none;
    }
    .printdeGoster {
        display: block;
    }
}

@media screen, print {
    p.bodyText {
        font-size: 10pt;
    }
}