@charset "UTF-8";
/* CSS Document */
html {
	-webkit-font-smoothing: antialiased;
	}

body{
	margin:0px;
	padding:0px;
	font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0.1px;
	background-color: rgba(236,236,236,0.50);
	}

time{ color:rgba(176,84,86,1.00);}

.bootbox-body > h4 { color: #626262; }
.bootbox-body > h4 > strong {color:#0C9A00;}

hr.space{margin:5px 0px; padding:0;}

.add_sector{ padding-top:10px; border-top:1px dashed #9D9D9D; max-width:720px; margin-top:5px;}

pre {
    height: auto;
    overflow: auto;
    overflow-y: none;
    /*white-space: pre-wrap;    */   /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -pre-wrap;      /* Opera 4-6 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.newErrorHead{
	margin-left:10px;
	margin-top:0px;
	font-family: 'HelveticaNeue-Thin';
	font-size:22px;
	color: rgba(204,0,0,1)/*rgba(104,150,13,1)*/;
}

.modal-body{padding: 10px 20px;}

button.close {
padding-top:5px;
}

#contanier{
	margin:0px;
	padding:0px;
	background-color: transparent/*#ECECEC*/;	
}
.content{
  margin-left: 50px;
  margin-top: 5px;
  font-size:16px;
  color: rgba(138,138,138,1.00);
}	

/*---- HEADER -------*/
#header {
  position: relative;  
	top: 0px;
	left: 0px;
	overflow: hidden;
  background-color: rgba(51, 51, 51,1.00);
  color: rgb(255, 255, 255);
	width: 100%;
	height: 42px;
  font-weight: 100; 
	font-size: 14px; 
	opacity: 1;
	z-index: 11;
	border-top:1px solid #009030;
}

#searchFormPane{
	display:none;
	position: absolute;
	left:250px;
	top:45px;
	z-index:10000;
}


#header > ul {
	list-style:none;	
	padding:0px;
	margin:0px;
}

#header > ul.left_area > li{
	/*border-right: rgba(68,68,68,1.00) 1px solid;*/
	float:left;
	padding:6px 4px 6px 4px;
	margin-top:1px;
}

#header > ul.left_area > li.getSearchPaneShow{
	/*border-right: rgba(68,68,68,1.00) 1px solid;*/
	float:left;
	padding:12px 12px 12px 12px;
	margin-top:1px;
}


#header > ul.left_area > li.getUserTaskShow{
	border-right: rgba(68,68,68,1.00) 1px solid;
	float:left;
	padding:12px;
	margin-top:1px;
}

#header > ul > li.text_data:hover{
	background-color: transparent;
}

#header > ul > li:hover{
	background-color:rgba(68,68,68,1.00);
}

#header > ul.left_area > li > .site-name{
	font-size: 20px; 
    font-weight: 500;
}

#header > ul.left_area > li.userTaskCountList,
#header > ul.left_area > li.userRelationList{
  border-right:none;
  margin-top:5px;
  font-family: 'HelveticaNeue-Thin';
  font-style: normal;
  font-weight: 400;  
  font-size: 16px;
}



#header > ul.left_area > li.userTaskCountList > ul,
#header > ul.left_area > li.userRelationList > ul  {
	float:left;
	list-style:none;	
	padding:0px;
	margin:0px;
}

#header > ul.left_area > li.userTaskCountList:hover,
#header > ul.left_area > li.userRelationList:hover  {
	background-color: transparent;
}

#header > ul.left_area > li.userTaskCountList > ul > li,
#header > ul.left_area > li.userRelationList > ul > li {
	float:left;
	margin-left:10px;
}


#header > ul.left_area > li.userTaskCountList > ul > li > a,
#header > ul.left_area > li.userRelationList > ul > li > a{
	color: rgba(255,255,255,1.00);
}

#header > ul.left_area > li.userTaskCountList > ul > li > a:hover,
#header > ul.left_area > li.userRelationList > ul > li > a:hover{ 
text-decoration:none; color:rgba(255,157,158,1.00);
}


#header > ul.left_area > li.userTaskCountList > ul > li >  strong,
#header > ul.left_area > li.userRelationList > ul > li >  strong{
	color: rgba(0,201,65,1.00); padding:0px 4px;
	font-family: 'HelveticaNeue-Medium';
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

#header > ul.left_area > li.userTaskCountList > ul > li > a > strong,
#header > ul.left_area > li.userRelationList > ul > li > a > strong{
	color: rgba(0,201,65,1.00); padding:0px 4px;
	font-family: 'HelveticaNeue-Medium';
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}


.slidingDiv {
	display:inline;
	position:absolute;
	height:auto;
	width:auto;
	color: rgba(0,0,0,1.00);
	background-color: rgba(213,213,213,1);
	padding:10px 20px 15px 20px;
	top:0;
	right:10px;
	border:1px solid #25A040;
	z-index:9999;
}
strong{ 
   font-family: 'Oswald Regular';
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
   color: rgba(161,0,2,1.00);
}

h1.headContent,
h2.headContent,
h3.headContent,
h4.headContent{   
   font-family: 'Oswald Regular';
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
   color: rgba(102,102,102,1);
}

b,th{ 
   font-family: 'Oswald Regular';
   color: rgba(0,0,0,1);
		font-weight: 400;
		font-style: normal;
		font-stretch: normal;
}

red{ 
	font-family: 'Oswald Regular';
	color: rgb(152, 14, 14);
 	font-weight: 400;
 	font-style: normal;
 	font-stretch: normal;
}


.closeTaskCount{	
	display:inline;
	position:absolute;
	top:5px;
	right:8px;
	color:rgba(155,155,155,1.00);
}
.closeTaskCount:hover{
	color:rgba(0,100,252,1.00);	
}
a{ color:rgba(0,0,0,1.00);}
a:hover{ text-decoration:none;}
#header > ul.right_area > li{
	border-left: rgba(68,68,68,1.00) 1px solid;
	float:left;
	padding:7px 12px 0px 12px;
	height:42px;
}

#header > ul.right_area > li > ul.connectUserArea{	list-style:none;	float:right;	margin:0px;padding:0px; margin-left:10px}
#header > ul.right_area > li > ul.connectUserArea > li.userName{font-size:11px;	color:rgba(233,169,45,1.00);}
#header > ul.right_area > li > ul.connectUserArea > li.userTitle{	font-size:9px;	margin-top:-2px;}
#header > ul.right_area > li.userLogin {	font-size:12px;	margin-top:-1px;}
#header > ul.right_area > li.userLogin:hover {	color:rgba(234,234,234,1.00);}

/*---- FOOTER -------*/
#footer {
    position: fixed;  
	bottom: 0px;
	left: 0px;
	overflow: hidden;
    background: rgba(51, 51, 51,1.00) none repeat scroll 0% 0%;
    color: rgb(255, 255, 255);
	width: 100%;
	height: 42px;
    font-weight: 100; 
	 font-size: 14px; 
	  padding: 10px; 
	  opacity: 1;
	  z-index: 110000;
}

#footer  > .sysCreator{
  font-family: 'HelveticaNeue-Thin';
	font-weight: 100;
	font-style: normal;
	font-stretch: normal;
  letter-spacing: 0.5px;
  margin-left:30px;
}

#footer  > .sysCreator > a{ color: white; }

/*---- BODY -------*/
#body_contanier{
	display:inline;
	position:relative;
	width: 100%;
	height:100%;
	background-color:rgba(236,236,236,1.00);
	margin:-30px 0px;
	padding:0px;
	z-index:0;
}


#head_link{
	display:inline;
	position:relative;
	margin:0px;
	height:30px;
	z-index: 0;
}

#head_link .container {
  display: table;
  float:left;
  margin:0px 30px;
}

#head_link .row {
  display: table-row;
}
#head_link .column {
	position: relative;
	width:auto;
	height:20px;
	float:left;
  	display: table-cell;
	/*padding-right:5px;*/
	/*border:1px solid rgba(186,62,64,0.4);*/
  	z-index: 99;
	font-size: 10px;
	margin-right:6px;
}

#body_contanier > .head{
	position:relative;
	width: 100%;
	height:50px;
	border-bottom: rgba(207,207,207,1.00) 1px solid;
	font-size: 20px; 
	padding: 10px 30px; 
	color:rgba(75,75,75,1.00);
	z-index: 9;
	margin-top:30px;
}

#body_contanier > .content{
	position:relative;
  float: left;
	width: 100%;
	height:100%;
	background-color: transparent;
	font-size: 12px; 
	/* padding: 10px 50px 10px 20px; */
	color:rgba(75,75,75,1.00);
	z-index: 9;
	margin-top:20px;
}

#body_contanier > .leftMenuBar{
	position: absolute;
	left:0px;
	top:100px;
	background-color:rgba(238,205,56,1.00);
	width:250px;
	height:100%;
	z-index:100000;
}

#body_contanier > .content > .home_text{ 
	position:relative;
	width: 100%;
	min-height:720px;
	height:100%;
	margin-left:0px;
	text-align:justify; 
	font-family:Gotham, "Helvetica Neue", 
	Helvetica, Arial, sans-serif;
	background-color: transparent;
	font-size:16px;
}
#body_contanier > .content > .login_content{	width:250px;	margin:30px auto;}

h1.loginHead {
  font-family: 'HelveticaNeue-Thin',Arial, Helvetica, sans-serif; 
  font-weight: 100; 
  letter-spacing: 0.5px;
	font-size: 3em;
  line-height: 1em;
  margin-top:0px; 
  color:rgba(0,99,138,1.00);
  text-align: center;
}

h4.getHelpList {
  font-family: 'HelveticaNeue-Medium',Arial, Helvetica, sans-serif; 
  font-size:12px; 
  letter-spacing: 0.5px; 
  line-height: 1em;
  cursor:pointer;	
}
h4.getHelpList:hover {color: rgba(204,0,0,1);	}

#body_contanier > .head > h1.loginHead {	font-family: 'HelveticaNeue-Thin',Arial, Helvetica, sans-serif; font-weight: 100;  letter-spacing: 0.5px;	font-size: 1.5em;line-height: 1em;
	margin-top:0px;margin-left:10px;	}

.getURL:hover{
	color: rgba(197,0,3,1.00);
}


.acik,
.kapali,
.pdf,
.onaysız,
.onayli,
.aktif,
.pasif{
	font-size:16px;
	width:18px;
	height:30px;
	z-index:9999;
}

.kapali,
.onaysız,
.pasif{
	color:rgba(204,0,0,1);
}
.acik,
.onayli,
.aktif{
	color: rgba(0,153,51,1);
}
.pdf:hover{
	color: rgba(255,0,255,1);
}

.glyphicon-tags,
.glyphicon-folder-open{ margin-right:5px;}

.get_up_page{
	display:none; 
	position: fixed; 
	bottom:5px;
	right:10px;
	width:40px;
	height:40px;
	cursor:pointer;
	z-index:999;
}

.newRecordHead{
	float:left;
	margin-left:10px;
	margin-bottom:15px;
	font-family: 'HelveticaNeue-Thin';
	font-size:22px;
	color:rgba(104,150,13,1);
}

.newRecord{
	margin-left:30px;
	margin-top:0px;
	font-family: 'HelveticaNeue-Thin';
	font-size:32px;
	color:rgba(104,150,13,1);
}

.newUserHead, .newUserErrorHead{
	margin-left:30px;
	margin-top:0px;
	font-family: 'HelveticaNeue-Thin';
	font-size:22px;
	color:rgba(104,150,13,1);
}

.modal-header {
    border-bottom:none;
}

.tekServis,
.custList,
.taskTag,
.dateList,
select.task_result{
	margin-left:1px;
	height:18px;
	width:80px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border:1px solid rgba(204,204,204,1);
	}
	
	
.div_table_container {
    display: table;
    float: left;
}
.div_table_column {
    position: relative;
    width: auto;
    height: 20px;
    float: left;
    display: table-cell;
    padding-right: 5px;
    z-index: 99;
    font-size: 12px;
}


	ul.fileAttacmentListData{ list-style:none; width:100%; }
	ul.fileAttacmentListData > li.first { float:left; padding:5px; margin:0px; width:90%; border-bottom:#CCC 1px solid;}
	ul.fileAttacmentListData > li.next { float:left; padding:5px; margin:0px; width:10%; border-bottom:#CCC 1px solid;}
	.delAttacment{ color:#C00; font-size:16px;}
	.showIcon{ color: rgba(164,0,2,1.00); margin-right:5px;}
	.showAttacFile:hover{	color:rgba(206,0,3,1.00); }


/*########## GLOBALS  ###############*/

bold{ font-family: 'HelveticaNeue-Medium', Helvetica, Arial, sans-serif; color:rgba(190,0,3,1.00); }

.maus{cursor:pointer;}

.clear{ clear:inherit; }
.clear-inherit{ clear:inherit;}
.clear-left{clear:left;}
.clear-right{clear: right;}
.clear-both{ clear: both;  }

.float-left{ float:left; }
.float-right{	float:right;}

.display-none{ display:none; }

label {
	font-family: 'HelveticaNeue-Medium';
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal;
	font-size:14px;
}

.bottomSpace{
	clear:inherit;
	width:100%;
	height:80px;
}

.btn {
    font-family: 'HelveticaNeue-Medium', Arial, Helvetica, sans-serif;
    display: inline-block;
	font-size:14px;
}
table > thead > tr > td{ background-color:rgba(195,195,195,0.5); text-align: left; color:rgba(0,83,160,1.00); font-weight:bold;}

#sector_area{ min-height:30px; border:1px dotted rgba(175,175,175,1.00); clear:left; float:left; padding:8px; }
#sector_area > .head,#sector_area > div > .head,
table > tbody > tr > td > div > div > p > .head{ font-family: 'Oswald Regular', Arial, Helvetica, sans-serif; font-size:16px; color:rgba(0,90,194,1.00);}

.getPageURL{ color:rgba(149,149,149,1.00);}
.getPageURL:hover{ color: rgba(4,102,163,1.00);}

.ck-editor__editable {min-height: 100px;}
.ck-editor__editable > p{ text-align:left;font-size:14px;}


.ck-editor__editable > ol{ margin-left:20px;}
.ck-editor__editable > ol > li { text-align:left; font-size:14px;}


table#userTableAcces > tbody > tr > td > ul {
	list-style:none;	
	padding:0px;
	margin:0px;
	float: right;
}

table#userTableAcces > tbody > tr > td > ul > li{
	border: none;
	float:left;
	padding:2px 11px 2px 1px;
	width:70px;
	text-align:left;
}




.arrow_box_left {
	position: relative;
	background: #666;
}
.arrow_box_left:after {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(153, 63, 93, 0);
	border-right-color: #666;
	border-width: 5px;
	margin-top: -5px;
}

.arrow_box_top {
	position: relative;
	background: #666;
}
.arrow_box_top:after {
	bottom: 100%;
	left: 15px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(153, 63, 93, 0);
	border-bottom-color: #666;
	border-width: 8px;
	margin-left: -8px;
}

.arrow_box_right {
	position: relative;
	background: #666;
}
.arrow_box_right:after {
	left: 100%;
	top: 40%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(153, 63, 93, 0);
	border-left-color: #666;
	border-width: 5px;
	margin-right: -5px;
}


.arrow_box_bottom {
	position: relative;
	background: #666;
	border: 1px solid #666;;
}
.arrow_box_bottom:after, .arrow_box_bottom:before {
	top: 100%;
	left: 80%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box_bottom:after {
	border-color: rgba(153, 63, 93, 0);
	border-top-color: #666;
	border-width: 8px;
	margin-left: -8px;
}
.arrow_box_bottom:before {
	border-color: rgba(153, 63, 93, 0);
	border-top-color: #666;
	border-width: 9px;
	margin-left: -9px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (max-width: 768px) , screen and (max-height: 600px) {
#footer,#body_contanier > .head {
	height: auto;
}

#footer  > .sysCreator{
		width:500px;
}
}