body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 400; 
}
a, a:hover, a:focus, a:active {outline:none;}

/*-------------------------------------------------------------------------*/
/*--------------------------------LOGINPAGE--------------------------------*/
/*-------------------------------------------------------------------------*/

#loginField{
	width:555px;
	margin:50px auto; /* 108 */
	text-align:center;
}
#loginField form{
	display:block;
	width:100%;
	margin:10px 0;
	background:#f6f6f6;
}
#loginField form h2{	
	position:relative;
	text-align:left;
	font-weight:400;
	font-size:24px;
	color:#a3a3a3;
	padding:5px 0 0 20px;
}
#loginField form h2 span{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:15px;
	height:37px;
	background:#fcce01;
}
#loginField form .inputFields{
	width:100%;
	margin:0;
	padding:20px 67px;
}
#loginField form .inputFields .input-group{
	margin:10px 0;
}
#loginField form .inputFields .input-group input,
#loginField form .inputFields .input-group select{
	height:51px;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
#loginField form .inputFields .input-group .input-group-addon{
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
	background:#fcce01;
	font-size:30px;
	color:#b79500;
}
#loginField form .inputFields .input-group .input-group-addon .fa{
	margin:0 2px;
}
#loginField form .inputFields button{
	width:100%;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
	border:none;
	background:#fcce01;
	margin:10px 0;
}
#loginField form .inputFields .half{
	width:50%;
	float:left;
	text-align:left;
}
#loginField form .inputFields .half.toright{
	text-align:right;
}
#loginField form .inputFields .half input{
	width:auto;
	height:auto;
	margin-right:10px;
}
#loginField form .inputFields .half label{	
	font-size:14px;
	font-weight:400;
	color:#999999;
}
#loginField form .inputFields .half a{
	color:#b09000;
	font-size:14px;
}
/*-------------------------------------------------------------------------*/
/*---------------------------------HEADER----------------------------------*/
/*-------------------------------------------------------------------------*/

header{
	background:#343433;
	min-height:95px;
	border-top:11px solid #000;
}
header .logo {
	display: block;
	float:left;
	width: 282px;
	height: 64px;
	margin:15px 14px 15px 14px; 
}
header .logo img{
	width:100%;
}
header .authPanel{
	text-align:right;
	padding-top:32px;
}
header .authPanel .home{
	display:block;
	float:right;
	color:#fcce01;
	background:none;
	margin:0 0 0 10px;
	font-size:14px;
	text-align:center;
	border:none;
	-webkit-transition: color 0.3s ease, background-color 0.3s ease;
    -moz-transition: color 0.3s ease, background-color 0.3s ease;
    -ms-transition: color 0.3s ease, background-color 0.3s ease;
    -o-transition: color 0.3s ease, background-color 0.3s ease;
    transition: color 0.3s ease, background-color 0.3s ease;
}
header .authPanel .home:hover{
	text-decoration:underline;
}
header .authPanel .btn-group{
	display:block;
	float:right;

}
header .authPanel button{
	color:#fcce01;
	padding:0;
}
header .authPanel button.nameButton{
	background:none;
	border: none;
	text-align:left;
}
header .authPanel button.nameButton:hover, header .authPanel .open button.nameButton, header .authPanel .open button.nameButton arrowButton{
	text-decoration:underline;
	color:#fcce01;
}
header .authPanel button.arrowButton, header .authPanel .open button.arrowButton{
	background:none;
	border:none;
	color:#fcce01;
	padding:0 8px;
}
header .authPanel ul.dropdown-menu {
	border:1px solid #fcce01;
	background:#343433;
	text-align:left;
	min-width: 100px;
}
header .authPanel ul.dropdown-menu li a{
	color:#fcce01;
}
header .authPanel ul.dropdown-menu li a:hover{
	background:#343433;
	color:#fcce01;
	text-decoration:underline;
}

/*-------------------------------------------------------------------------*/
/*---------------------------------TOPMENU---------------------------------*/
/*-------------------------------------------------------------------------*/

#nav {
	min-height:52px;
	margin:0;
	padding:0;
}
#nav .container{
	padding:0;
}
#nav .container ul li a{
	color:#616161;
	font-size:15px;
	padding:20px 13px;
}
.dropdown-menu li a{
	padding: 3px 20px !important;
	white-space: nowrap;
}
#nav .container ul li:first-child a{
	padding-left:0;
}
#nav .container ul li:last-child a{
	padding-right:0;
}
#nav .container ul li a:hover{
	color:#000;
	background:none;
}
#nav .container ul li a.active{
	font-weight:600;
	color:#000;
}

/*-------------------------------------------------------------------------*/
/*---------------------------------CAPS------------------------------------*/
/*-------------------------------------------------------------------------*/

#caps{
	background:#fcce01;
	min-height:190px;
}

#caps .container .cap{
	height:170px;
	margin-top:11px;
	margin-bottom:11px;
	background: url(../img/cap_bg.png) center 0 no-repeat;
	text-align:center;
}
#caps .container .cap:hover{
	background: url(../img/cap_bg.png) center -175px no-repeat;
}
#caps .container .cap:hover{
	text-decoration:none;
}
#caps .container .cap p{
	color:#6b5700;
	font-size:16px;
	font-weight:600;
	margin:8px 0 0 0;
}
#caps .container .cap img{
	margin:15px 0 25px 0;
}
#caps .container .cap h4{
	color:#000;
	font-size:16px;
	font-weight:600;
	margin:0;
}

/*-------------------------------------------------------------------------*/
/*-----------------------------------ROWS----------------------------------*/
/*-------------------------------------------------------------------------*/
#rows {
	margin:20px 0;
}
#rows .container{
	padding:0;
}
#rows h3 {
	font-size:16px;
	font-weight:600;
	color:#000;
}
#rows .autos td{
	border:none;
	padding:6px 5px;
	border-bottom:9px solid #fff;
}
#rows .autos td.name, #rows .autos td.name a{
	background-color:#343433;
	color:#fcce01;
	font-size:16px;
}
#rows .autos td.name{
	padding-left:55px;
	background: url(../img/car.png) 5px center no-repeat #343433;
}
#rows .autos td.count{
	background:#fcce01;
	color:#343433;
	font-size:16px;
	text-align:center;
	font-weight:600;
	vertical-align:middle;
}
#rows .news .panel{
	border:none;
	background-color:#343433;
	color:#fcce01;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
	margin:0 0 9px 0;
}
#rows .news .panel .panel-heading{
	height:35px;
	padding:8px 5px;
	border:none;
	background:url(../img/newsCollapse.jpg) right top no-repeat #343433;
	color:#fcce01;
	font-size:16px;
}
#rows .news td.count{
	
}
#rows .news td.count a{
	color:#343433;
}

/*-------------------------------------------------------------------------*/
/*-----------------------------------ROWS----------------------------------*/
/*-------------------------------------------------------------------------*/

#charts {
	margin:20px 0;
}
#charts h3{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0 0 20px 0;
	padding:10px 0;
	font-size:16px;
	font-weight:600;
	color:#000;
}

/*-------------------------------------------------------------------------*/
/*---------------------------------TITLE-----------------------------------*/
/*-------------------------------------------------------------------------*/

#title {
	margin:0 0 20px 0;
}
#title .container{
	height:77px;
	padding:17px 0 17px 88px;
}
#title .container h3{
	height:42px;
	width:100%;
	color:#897000;
	background:#fcce01;
	font-size:20px;
	font-weight:600;
	margin:0;
	padding:8px 10px 0 10px 
	
}
#title .container.personallist{
	background: url(../img/personallist.jpg) 5px center no-repeat;
}
#title .container.autolist{
	background: url(../img/autolist.jpg) 5px center no-repeat;
}
#title .container.supplierlist{
	background: url(../img/supplierlist.jpg) 5px center no-repeat;
}
#title .container.departmentlist{
	background: url(../img/departmentlist.jpg) 5px center no-repeat;
}
#charts h3{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	margin:0 0 20px 0;
	padding:10px 0;
	font-size:16px;
	font-weight:600;
	color:#000;
}

/*-------------------------------------------------------------------------*/
/*--------------------------------CONTROL----------------------------------*/
/*-------------------------------------------------------------------------*/

#control {
	margin:0 0 20px 0;
}
#control .add{
	float:left;
	background:#fcce01;
	color:#fff;
	margin:0 5px 0 0;
	border:none;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
#control .add:hover{
	color:#231f20;
}
#control .delete{
	float:left;
	background:#231f20;
	color:#fff;
	margin:0 5px 0 0;
	border:none;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
#control .delete:hover{	
	color:#fcce01;
}
#control .refresh{
	float:left;
	background:#878787;
	color:#fff;
	margin:0 5px 0 0;
	border:none;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
#control .refresh:hover{
	color:#fcce01;
}
#control .searchgroup{
	width:auto;
	float:right;
}
#control .searchgroup input{
	display:inline-block;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
	background:#f2f2f2;
}
#control .searchgroup .excelButton{
	width:49px;
	height:49px;
	background: url(../img/searchButton.png) top left no-repeat;
	border:none;
}
#control .searchgroup .pdfButton{
	width:49px;
	height:49px;
	background: url(../img/pdfButton.png) top left no-repeat;
	border:none;
}
#control .searchgroup .searchButton:hover{
	-webkit-opacity:0.75;
    -moz-opacity:0.75;
    -ms-opacity:0.75;
    -o-opacity:0.75;
    opacity:0.75;
}

/*-------------------------------------------------------------------------*/
/*-------------------------------ITEM LIST---------------------------------*/
/*-------------------------------------------------------------------------*/

#itemList {
	margin:0 0 20px 0;
}
#itemList table.list tr td, #itemList table.list tr th{
	border:none;
	border-bottom:1px solid #d7d7d7;
	vertical-align:middle;
	/*text-align:center;*/
	color:#494949;
	font-size:14px; /* 16px */
}
#itemList table.list tr th{
	color:#000;
	font-weight:600;
	white-space: nowrap;
}
#itemList table.list tr:hover td{
	background:#eee;
}

#itemList table.list tr td .status{
	color:#000;
	background:#fcce01;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
	border:none;
}
#itemList table.list tr td img{
	border:3px solid #fcce01;
}
#itemList table.list tr td .edit{
	-webkit-border-radius:50%;
    -moz-border-radius:50%;
    -ms-border-radius:50%;
    -o-border-radius:50%;
    border-radius:50%;
	border:none;
	background:#000;
	color:#fcce01;
	font-size:30px;
}
#itemList table.list tr td .edit:hover{
	background:#fcce01;
	color:#000;
}
#itemList p.result{
	font-size:14px;
	color:#626262;
	width:100%;
	margin:0;
}
#itemList .pagination{
	float:right;
}
#itemList .pagination li a{
	background:#231f20;
	border:1px solid #fff;
	color:#fff;
	font-size:20px;
}
#itemList .pagination li.active a, #itemList .pagination li a:hover{
	background:#fcce01;
}
#itemList .pagination li.prev a, #itemList .pagination li.next a{
	color:#8d8d8d;
	border:none;
	font-size:14px;
	background:none;
	padding-top:12px;
}
#itemList .pagination li.prev a:hover, #itemList .pagination li.next a:hover{
	color:#231f20;
}

/*-------------------------------------------------------------------------*/
/*----------------------------PERSONAL DETAIL------------------------------*/
/*-------------------------------------------------------------------------*/

#editPage .img-thumbnail{
	width:100%;
}
#editPage .photoOperations{
	width:100%;
	min-height:35px;
	margin:10px 0;
}
#editPage .photoOperations button, #editPage  .statusOperations button{
	width:49%;
	display:inline-block;
	margin:0;
	color:#fff;
	font-size:14px;
	border:none;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
#editPage .photoOperations button.photoEdit{
	background:#fcce01;
}
#editPage .photoOperations button.photoEdit:hover{
	color:#231f20;
}
#editPage .photoOperations button.photoDelete{
	background:#231f20;
}
#editPage .photoOperations button.photoDelete:hover{
	color:#fcce01;
}
#editPage  .statusOperations{
	margin:10px 0;
}
#editPage  .statusOperations .title{
	width:100%;
	color:#000;
	padding:10px;
	background:#e1e1e1;
}
#editPage  .statusOperations button.statusActive{
	background:#fcce01;
}
#editPage  .statusOperations button.statusActive:hover{
	color:#231f20;
}
#editPage .statusOperations button.statusPassif{
	background:#231f20;
}
#editPage .statusOperations button.statusPassif:hover{
	color:#fcce01;
}
#editPage .editFields .row, #editPage .editFieldsLong.row{
	margin-bottom:20px;
	font-size:20px;
	font-weight:400;
}
#editPage .editFields .row label, #editPage .editFieldsLong.row label{
	font-size:20px;
	font-weight:400;
	color:#404040;
}
#editPage .editFields .row input.form-control, #editPage .editFields .row select.form-control,
#editPage .editFieldsLong.row input.form-control, #editPage .editFieldsLong.row select.form-control,
#editPage .editFieldsLong.row .input-group,#editPage .editFields .row textarea.form-control{
	width:95%;
	float:right;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}
#editPage .editFieldsLong.row .input-group .input-group-addon{
	color:#dfaf1d;
	border:none;
	background:none;
}
#editPage .editFields.labelToRight label{
	float:right;
}
#editPage .save{
	float:right;
	background:#231f20;
	color:#fff;
	border:none;
	-webkit-border-radius:0;
    -moz-border-radius:0;
    -ms-border-radius:0;
    -o-border-radius:0;
    border-radius:0;
}

#editPage .countTable h3{
	font-size:20px;
	color:#404040;
	font-size:400;
}
#editPage .countTable table.table tr th, #editPage .countTable table.table tr td{
	font-weight:400;
	padding:5px 10px;
}
#editPage .countTable table.table tr th{
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	font-size:20px;
	padding-top:5px;
	padding-bottom:5px;
}
#editPage .countTable table.table tr th:first-child, #editPage .countTable table.table tr td:first-child{
	text-align:left;
}
#editPage .countTable table.table tr th:last-child, #editPage .countTable table.table tr td:last-child{
	text-align:right;
}
#editPage .countTable table.table tr th:last-child{
	border:none;
	width:40px;
}
#editPage .countTable table.table tr th a{
	color:#fff;
	background:#fcce01;
	display:block;
	width:30px;
	height:30px;
	font-size:30px;
	line-height:26px;
	text-align:center;
	font-weight:600;
	float:right;
}
#editPage .countTable table.table tr th a:hover{
	color:#232020;
	text-decoration:none;
}
#editPage .countTable table.table tr td{
	font-size:16px;
	border:none;
}
#editPage .countTable table.table tr td:last-child{
	font-size:14px;
}
#editPage .countTable table.table tr td a{
	color:#fcce01;
}
#editPage .countTable table.table tr td a:hover{
	color:#232020;
	text-decoration:none;
}

/*-------------------------------------------------------------------------*/
/*--------------------------------REMINDER---------------------------------*/
/*-------------------------------------------------------------------------*/

#inspection h3, #trafficInsurance h3, #carInsurance h3, #tyresChange h3{
	display:inline-block;
	color:#957a00;
	background:#fcce01;
	width:50%;
	padding:5px 10px 5px 10px;
	font-size:22px;
	font-weight:400;
	margin:10px 0 20px 0;
}

#inspection table.table tr th, #trafficInsurance .reminderTable tr th,
#carInsurance .reminderTable tr th, #tyresChange .reminderTable tr th{
	border-top: 0px solid #ddd;
	border-bottom:1px solid #ccc;
	text-align:center;
	font-size:16px;
}
#inspection table.table tr td, #trafficInsurance .reminderTable tr td,
#carInsurance .reminderTable tr td, #tyresChange .reminderTable tr td{
	border-top: 0px solid #ddd;
	border-bottom:4px solid #fff;
	text-align:center;
	font-size:18px;
}
#trafficInsurance .reminderTable tr td, #carInsurance .reminderTable tr td, #tyresChange .reminderTable tr td{
	border-bottom:1px solid #ccc;
}
#inspection table.table tr th, #inspection table.table tr td{
	padding:5px 15px;
}
#inspection table.table tr th:first-child, #inspection table.table tr td:first-child{
	padding-left:0;
}
#inspection table.table tr th:last-child, #inspection table.table tr td:last-child{
	padding-right:0;
}
#inspection table.table tr td span{
	display:block;
	padding:5px;
	background:#343433;
	color:#fff;
	text-align:center;
}
/*-------------------------------------------------------------------------*/
/*---------------------------------FOOTER----------------------------------*/
/*-------------------------------------------------------------------------*/

footer{
	min-height:45px;
	margin:20px 0;
}
footer .container{
	padding-top:17px;
	padding-bottom:17px;
	background:#232020;
}

footer .copyrights{
	color:#fff;
}
footer .copyrights span{
	color:#fcce01;
}
.clear {
	clear:both;
}
/*footer .ulker{
	text-align:right;
}
.ui-autocomplete{
	max-width:300px;
	list-style:none;
	padding:5px;
}*/
.surucu-performans-formu .btn-group > label{
	background-color: #fcce01;
	color:#897000;
}
.surucu-performans-formu .btn-group > label.active{
	background-color: rgba(252, 158, 46, 0.100);
}

.doc{position: relative}
.remove-doc{
    position: absolute;
    top: 0;
    right: 5px;
    display: none;
    cursor: pointer;
    font-size: 16px;
}
.doc:hover .remove-doc{display: inline-block}
.icn-loading-16x16{
    width: 16px;
    height: 16px;
    display: inline-block;
}
.icn-loading-16x16{
    background: url('../../../img/ajax-loader.gif');
}
.pppp{
    position: relative;
    top: 3px;

}
.big-letter{
	font-size: 20px;
	font-weight: bold;
	display: block;
	text-align: center;
}
.gallery-images-list img{
	width:100%;
	height: 100px;
	margin-bottom: 10px;
}

.gallery-images-list div.col-lg-4:hover .gallery-image-remove-a{display: inline-block}
.gallery-image-remove-a{
	color:red;
	display: none;
	position: absolute;
	cursor: pointer;
	right: 10px;
	top: 0;
	font-size: 20px;
}

/** Personal Pages */
.btn-amk {
	position:relative;
	top:-4px;
	right:-7px
}
.sexy-title {
	border: solid 1px #ccc;
	padding: 6px;
	border-radius: 3px;
	font-size: 16px;
	font-weight: 600;
	color: #000;
}
.span-pipi {
	color: #999;
	font-size: 13px;
}
.blackOnTheBeachInTheCity, .greyOnTheBeachInTheCityLeftToBank {
	background-color: #343433;
	padding: 5px;
	color:#fcce01;
	font-size: 15px;
}
.amk-34e34 .blackOnTheBeachInTheCity, .amk-34e34 .greyOnTheBeachInTheCityLeftToBank{
	font-size: 13px;
}
.amk-34e34 .greyOnTheBeachInTheCityLeftToBank {
	padding-left: 5px;
}
.littleMargin {
	margin-bottom: 5px;
}
.littleMargin.row {
	margin-left: 0;
	margin-right: 0;
}
.greyOnTheBeachInTheCityLeftToBank {
	background-color: #cccccc;
	color:#343434;
	padding-left: 15px;
}
.margin-20 {
	margin-top: 20px;
}
.user-scores .user-name {
	position: absolute;
	bottom: 0;
	background-color: #333;
	color: #fff;
	width: 100%;
	padding: 3px;
	opacity: 0.9;
	text-align: center;
}
.user-scores .user-img {
	height: 175px;
	position: relative;
}
.user-scores .user-img > img {
	max-height: 175px;
}
.user-scores .user-score {
	text-align: center;
	margin-top: 5px;
}
.user-scores .user-score > span {
	width:75px;
	background-color: #fcce01;
	border-radius: 5px;
	padding: 0 15px;
	font-weight: 800;
	font-size: 14px;
}

.on-the-input {
	position: absolute;
	right: 25px;
	top: 5px;
}
.a98df {
	height: 175px;
	padding-top: 72px;
	font-size: 32px;
	text-align: center;
	color: #CDCDCD;
	font-weight: bold;
}

.header-db-info {
	color:#fcce01;
	font-size: 13px;
}
.db-change-a:hover {
	color:#fcce01
}

.about-us-modal-ft span {
	width: 85px;
	display: inline-block;
}


/*  LOGIN OPTION BOX  */
.login-option-container {
	margin: 100px 0;
}
.login-option-container div {
	height: 140px; /* 120 */
}
.login-option-container h4 {
	color: #FFFFFF;
	display: block;
	margin: 60px auto;
}
.login-option-container .color-1 {
	background-color: rgba(206, 60, 60, 0.83);
}
.login-option-container .color-2 {
	/*background-color: rgba(230, 188, 8, 0.94);*/
	background-color: rgba(206, 170, 17, 0.94)
}
.login-option-container .color-3 {
	background-color: rgba(59, 178, 244, 0.87); /*rgba(53, 168, 23, 0.79);*/
}
.login-option-container .color-1:hover,
.login-option-container .color-2:hover,
.login-option-container .color-3:hover
{
	-webkit-transition: background-color 300ms ease;
	-moz-transition: background-color 300ms ease;
	-o-transition: background-color 300ms ease;
	-ms-transition: background-color 300ms ease;
	transition: background-color 300ms ease;
}

.login-option-container .color-1:hover {
	background-color: rgba(185, 46, 46, 0.83)
}
.login-option-container .color-2:hover {
	background-color: rgba(197, 163, 15, 0.94) /*rgba(199, 166, 20, 0.94)*/
}
.login-option-container .color-3:hover {
	background-color: rgba(50, 162, 224, 0.87)
}
