.cursor{
cursor:pointer;
}
.cursor:hover{
cursor:pointer;
font-weight:700;
}
a:link {
    text-decoration:none;
}
a:visited {
    text-decoration:none;
}
a:hover {
   text-decoration:none;
}
a:active {
   text-decoration:none;
}
a {
    color:#23527c;
}
.panel{
	margin-bottom: 0px;
}
.panel-body {
    padding: 5px;
}
.redbackbeyaztext{
background-color:#c94663;
color:white;
padding:5px;
cursor:pointer;
}
.gribackbeyaztext{
background-color:rgb(94, 92, 92);
color:white;
}
.borderbottomcolorheight30{
	border-bottom:1px solid #ccc;height:30px;
}
.borderbottomcolor{
	border-bottom:1px solid #ccc;
}
.baslik{
margin-top:5px;
background-color:#7B7878;
color:#F9F9F9;
}
.altbaslik{
margin-top:5px;
background-color:#0ACFCC;
color:#FFF;
}
.arizabaslik
{
color:#BB2525;

}
.arizabaslik span
{
color:#666;
font-weight:bold;
margin-left:10px;
margin-right:10px;
}

.arizabaslik i
{
margin-left:10px;
margin-right:10px;
}

#arrow
{
cursor:pointer;
}
#process .fa-share
{
cursor:pointer;
}
#process .fa-remove
{
cursor:pointer;
}
input[type="text"], input[type="email"], input[type="password"], select, form textarea, textarea {
    display: block;
    border-radius: 0.4em;
    -webkit-appearance: none;
    border: solid 1px #ddd;
    padding: 0.5em 0.75em;
    line-height: 1.25em;
}

@media (max-width: 767px) {
.smallfont{
font-size:12px;
text-align:justify;	
}
.col-xs-12{
padding-right: 5px;
padding-left: 5px;
}
.btn-danger{
height:100%;
margin:0;
}
}
}