﻿body {
    padding-top: 10px;
    padding-bottom: 20px;
    /*background-color: #ffdddc;*/
    font-family: 'Open Sans', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 25px;
}

/* 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;
}

a {
    color: #000000;
    text-decoration: none;
}
h1,h2,h3,h4,h5,h6 {
        font-family: 'Open Sans', sans-serif;
}
h3 {
    margin-bottom: 30px;
    margin-top: 30px;
}
h4 {
    margin-bottom: 20px;
}
.aciklama {
    width: 80%;
    margin-left: 10%;
}
.list-group-item2 {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
}
 .page-title {
    margin: 25px 0;
    font-size: 24px;
}
 .page-title {
    padding: 0;
    font-size: 28px;
    letter-spacing: -1px;
    display: block;
    font-weight: 300;
}
.portlet {
    margin-top: 0;
    margin-bottom: 25px;
    padding: 0;
    border-radius: 4px;
}
.portlet.light {
    padding: 12px 20px 15px;
}

.portlet.light>.portlet-title {
    padding: 0;
    min-height: 48px;
}
.portlet>.portlet-title:after, .portlet>.portlet-title:before {
    content: " ";
    display: table;
}
.portlet.light.bordered {
    border: 1px solid #F47E20 !important;
}
.portlet.light>.portlet-title>.caption {
    color: #666;
    padding: 10px 0;
}
.portlet>.portlet-title>.caption {
    float: left;
    display: inline-block;
    font-size: 18px;
    line-height: 18px;
    padding: 10px 0;
}
.portlet.light>.portlet-title>.caption>.caption-subject {
    font-size: 16px;
}
.font-dark {
    color: #2f353b!important;
}
.uppercase {
    text-transform: uppercase!important;
}
.bold {
    font-weight: 700!important;
}
.portlet>.portlet-title {
    border-bottom: 1px solid #F47E20;
    padding: 0;
    margin-bottom: 10px;
    min-height: 41px;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    -ms-border-radius: 4px 4px 0 0;
    -o-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.portlet.light .portlet-body {
    padding-top: 8px;
}
.portlet>.portlet-body {
    clear: both;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -ms-border-radius: 0 0 4px 4px;
    -o-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
}
.portlet.light .form .form-body, .portlet.light .portlet-form .form-body {
    padding-left: 0;
    padding-right: 0;
}
.form .form-body, .portlet-form .form-body {
    padding: 20px;
}
.portlet.light .form .form-actions, .portlet.light .portlet-form .form-actions {
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}
.form .form-actions, .portlet-form .form-actions {
    padding: 20px;
    margin: 0;
    text-align: center;
    border-top: 1px solid #F47E20;
}
#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}


.image-preview-input {
    position: relative;
	overflow: hidden;
	margin: 0px;    
    color: #333;
    background-color: #fff;
    border-color: #ccc;    
}
.image-preview-input input[type=file] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}
.image-preview-input-title {
    margin-left:2px;
}

.btn-hrn:hover,
.btn-hrn:focus,
.btn-hrn:active,
.btn-hrn.active{
  color: #ffffff;
  background-color: #F47E20;
  border-color:#F47E20;
}
.btn-hrn2:hover,
.btn-hrn2:focus,
.btn-hrn2:active,
.btn-hrn2.active{
    color: #000000;
    background-color: #ffffff;

}
.btn-hrn2 {
      color: #ffffff;
}
