﻿@import url('select2.css');

body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 15px;    
}

.container{
    max-width: 95% !important;
    width: auto !important;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

input[type="checkbox"] + input[type="hidden"] + label {
    text-decoration: none;
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative;
}


input[type="checkbox"] + input[type="hidden"] + label:before
{
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-transform: none !important;
}

input[type="checkbox"] + input[type="hidden"] + label:before
{
	background: rgba(144, 144, 144, 0.075);
	border-radius: 4px;
	border: solid 1px rgba(144, 144, 144, 0.25);
	content: '';
	display: inline-block;
	height: 1.65em;
	left: 0;
	line-height: 1.58125em;
	position: absolute;
	text-align: center;
	top: 0;
	width: 1.65em;
}

input[type="checkbox"]:checked + input[type="hidden"] + label:before
{
	background: #292929;
	border-color: #292929;
	color: #ffffff;
	content: '\f00c';
}

input[type="checkbox"]:focus + input[type="hidden"] + label:before
{
	border-color: #37b37f;
	box-shadow: 0 0 0 1px #37b37f;
}

input[type="checkbox"] + input[type="hidden"] + label:before {
    border-radius: 4px;
}


.italic
{
    font-style: italic;
}
.bold
{
    font-weight: bold;
}
.underline
{
    text-decoration: underline;
}
.pagination > li > a,
.pagination > li > span {
  float: none !important;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee !important;
}

.iconImage
{
    width: 30px;
    height: 30px;
    vertical-align: middle;
}
.placeholderImage
{
    width: 50px;
    height: 50px;
    vertical-align: middle;
}
.floatRight
{
    float: right !important;
}

.tableDateRow td{
    background-color: rgba(144, 144, 144, 0.075) !important;
}
.tableDocumentRow td{
    background-color: white !important;
}
.noPaddingBody {
	padding-top: 0px;
}
li {
    cursor: pointer;
}
li a{
    text-decoration: none;
}
.form-horizontal .form-group {
    margin-right: 0px;
	margin-left: 0px;
}
.inlineCheckbox {
    display: inline;
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
	background: white;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
select
{
	height: 2.75em !important;
}
input:invalid:not([disabled]).mandatory, select:invalid:not([disabled]).mandatory,
input:invalid:not([disabled]).mandatoryCell, select:invalid:not([disabled]).mandatoryCell,
span.mandatory.invalid, span.mandatoryCell.invalid {
    background: url('../../../image/star.png') white;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
}
th, .textAlignCenter {
    text-align: center !important;
}
.textAlignRight {
    text-align: right;
}
table.alt thead tr th {
    border: solid 1px rgba(144, 144, 144, 0.25);
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
}
td {
	vertical-align: middle;
}
tr.deleted td {
    background-color: lightgray;
}
#visibleSubmitButton {
    position: fixed;
    top: 70px;
    right: -5px;
    height: 45px;
    width: 45px;
    background-image: url('../../../image/kaydet.ico');
    background-repeat: no-repeat;
    background-size: contain;
    background-color: white;
}
h3 {
    text-align: center;
}