.form-heading { color:#fff; font-size:23px;}
.panel h2{ color:#444444; font-size:18px; margin:0 0 8px 0;}
.panel p { color:#777777; font-size:14px; margin-bottom:30px; line-height:24px;}
.login-form .form-control {
  background: #f7f7f7 none repeat scroll 0 0;
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
}
ul.excel-part{
	    padding: 0;
    width: 100%;
    display: inline-block;
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
}
ul.excel-part li{
	    list-style: none;
    display: inline-block;
    margin-right: 15px;
}
ul.excel-part li a{
	    background: #008000;
    color: #fff;
    padding: 5px;
    border-radius: 4px;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
	border:1px solid #008000;
}
ul.excel-part li.excel_part_active a{
	    background: #fff;
    color: #008000;
}
ul.excel-part li a i{
	margin-right:8px;
}
h6.center-title{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #fff;
    background: #000;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}
.center {
  height:auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #000;
}
.wave {
  width: 5px;
  height: 30px;
  background: linear-gradient(45deg, cyan, #fff);
  margin: 10px;
  animation: wave 1s linear infinite;
  border-radius: 20px;
}
.wave:nth-child(2) {
  animation-delay: 0.1s;
}
.wave:nth-child(3) {
  animation-delay: 0.2s;
}
.wave:nth-child(4) {
  animation-delay: 0.3s;
}
.wave:nth-child(5) {
  animation-delay: 0.4s;
}
.wave:nth-child(6) {
  animation-delay: 0.5s;
}
.wave:nth-child(7) {
  animation-delay: 0.6s;
}
.wave:nth-child(8) {
  animation-delay: 0.7s;
}
.wave:nth-child(9) {
  animation-delay: 0.8s;
}
.wave:nth-child(10) {
  animation-delay: 0.9s;
}

@keyframes wave {
  0% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
.twitter-image{
	width: 30px;
    border-radius: 100%;
    margin-right: 6px;
    display: inline-block;
    float: left;
}
.multiselect-container{
	max-height:400px;
	overflow:auto;
}
a.twitter-link{
	
}
span.tw-user-name{
	    font-size: 14px;
    display: inline-block;
    float: left;
    color: #000;
    line-height: 30px;
}
.tweet-td{
	    word-break: break-all;
    width: 40%;
	    font-size: 13px;
}
.tweet-date{
	    word-break: break-all;
	    font-size: 13px;
}
.twitter-data-label{
	    margin-top: 9px;
}
.list-top{
	    margin-bottom: 15px;
}
.btn-a{
	color:#fff !important;
}
.pagination-col{
	padding-top: 5px;
}
ul.pagination-ul{
    padding-left: 0;
    display: inline-block;
    width: 100%;
    text-align: right;
	    margin-bottom: 0;
}
ul.pagination-ul li{
	list-style: none;
    display: inline-block;
    margin-right: 5px;
    margin-left: 5;
}
ul.pagination-ul li.active{
	
}
.media-list-area{
	    display: inline-block;
    width: 100%;
    float: left;
}
.page-is-loading{
	position:relative;
}
.page-is-loading:after{
	    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 998;
}
.page-is-loading:before{
    content: 'Lütfen Bekleyin';
    position: absolute;
    z-index: 9999;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: bold;
	animation: grow-animation 1.8s linear infinite;
}
.page-is-loading2{
	position:relative;
}
.page-is-loading2:after{
	    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .5;
    z-index: 998;
}
.page-is-loading2:before{
 content: 'Lütfen Bekleyin';
    position: absolute;
    z-index: 9999;
    color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 9%;
    transform: unset;
    font-size: 20px;
    font-weight: bold;
    animation: grow-animation 1.8s linear infinite;
}
@keyframes grow-animation {
  0% { font-size: 20px; }
  25% {font-size: 25px; }
  50% {font-size: 30px; }
  75% {font-size: 25px; }
  100%{font-size: 20px; }
}
.blok-title-form{
	    display: block;
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
    margin-top: 10px;
    box-shadow: 1px 8px 7px -11px #006cb8;
}
.multiselect{
	    background: #fff;
    border: 1px solid #ccc;
}
.multiselect-container>li>a>label {
    margin: 0;
    height: 100%;
    cursor: pointer;
    font-weight: 400;
    padding: 10px 20px 10px 10px;
    border-bottom: 1px solid #ccc;
    color: #000;
}
.media-list-area .item-media{
	width: 170px;
    height: 170px;
    overflow: hidden;
    padding: 5px;
    border: 1px solid #eee;
    text-align: center;
    border-radius: 2px;
    display: inline-block;
    float: left;
    margin-right: 15px;
    position: relative;
	margin-bottom:15px;
}
.media-list-area .item-media img{
	position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
.media-list-area .item-media video{
	position: absolute;
    max-width: 100%;
    max-height: 100%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 50%;
    transform: translateY(-50%);
}
body #LoginForm{ 
	background-image:url("../img/login-bg.jpg"); 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 10px;
    height: 100vh;
    width: 100%;
    display: inline-block;	
}
.arsol-box-small{
	color:#000;
text-decoration: none !important;
    border: 1px solid #eee;
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 25px;
    box-shadow: 0px 14px 6px -12px #ccc;
	transition:all .5s;
}
.arsol-box-small:hover{
	box-shadow:none;
}
.arsol-box-small i.first{
	    font-size: 45px;
    display: block;
    text-align: center;
    margin-bottom: 15px;
    color: #006cb8;
}
.arsol-box-small span{
	    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.arsol-box-small span.title{
	    display: inline-block;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
}
.arsol-box-small button{
	    display: block;
    width: 130px;
    margin: 0 auto;
    margin-top: 10px;
}
.arsol-box{
	display: block;
    background: #fff;
    border-radius: 5px;
    max-width: 100%;
    margin: 0 auto;
    width: 1084px;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 10px;
    box-sizing: border-box;
    box-shadow: 1px 1px 1px #eeee;
}
.arsol-form .form-group label{
	font-size:15px;
	    font-size: 15px;
    display: block;
}
.arsol-form .btn-group{
	    width: 100%;
}
.arsol-form .btn-group button{
	        width: 100%;
}
.arsol-form .btn-group .dropdown-menu.show {
    display: block;
    width: 100%;
}
.arsol-box h1{
	font-size: 25px;
    font-weight: 400;
    display: block;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 20px;
	width:auto;
}
.arsol-content-area{
	min-height: calc(100vh - 56px);
    background: url(../img/bg-site.webp);
}
.arsol-content-area{
	
}
.menu-dropdown-arsol{
	
}
.menu-dropdown-arsol .btn-secondary{
	background: #fff;
    color: #000;
}
.info-login-badge{
	margin-top:-20px;
	margin-bottom: 17px;
}
.arsol-menu-top{
	    background-color: #006cb8;
}
.arsol-menu-top .navbar{
	    background-color: #006cb8 !important;
}
.arsol-menu-top .navbar-light .navbar-brand {
    color: #fff;
    font-weight: bold;
}
.arsol-navbar-ul{
	visibility:hidden;
}
.main-div {
  background: #ffffff none repeat scroll 0 0;
  border-radius: 2px;
  margin: 10px auto 30px;
  max-width: 38%;
  padding: 50px 70px 70px 71px;
}

.login-form .form-group {
  margin-bottom:10px;
}
.login-form{ text-align:center;}
.forgot a {
  color: #777777;
  font-size: 14px;
  text-decoration: underline;
}
.login-form  .btn.btn-primary {
  background: #f0ad4e none repeat scroll 0 0;
  border-color: #f0ad4e;
  color: #ffffff;
  font-size: 14px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0;
}
.forgot {
  text-align: left; margin-bottom:30px;
}
.botto-text {
  color: #ffffff;
  font-size: 14px;
  margin: auto;
}
.login-form .btn.btn-primary.reset {
  background: #ff9900 none repeat scroll 0 0;
}
.back { text-align: left; margin-top:10px;}
.back a {color: #444444; font-size: 13px;text-decoration: none;}
@media screen and (max-width: 600px) {
  .navbar-toggler {
        padding: 0px 10px;
  }
  .arsol-menu-top .navbar {
		background-color: #006cb8 !important;
		padding-left: 0;
		padding-right: 0;
  }
  .navbar-light .navbar-toggler {
		color: #fff;
		border-color: #fff;
		background: #fff;
		outline: none !important;
  } 
  .arsol-navbar-ul {
		visibility: visible;
        margin-top: 20px;
  }
  .menu-dropdown-arsol .btn-secondary {
		background: #fff;
		color: #000;
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
  }
  .home-state-info{
	  display: inline-block;
      width: 100%;
  }  
  .home-state-info span{
	  display: block;
	  width: 100%;
	  float: left;
	  margin-top: 5px;
	  padding: 10px;
  }  
  .hide-mobile{
	  display:none !important;
  }
  .arsol-menu-top .nav-item{
	  color: #ffff;
      visibility: visible;
	  border-top: 1px solid #ccc;
  }
  .arsol-menu-top .nav-item .nav-link{
	  color: #ffff;
  }
  .main-div {
	  background: #ffffff none repeat scroll 0 0;
	  border-radius: 2px;
	  margin: 10px auto 30px;
	  max-width: 100%;
	  padding: 40px 15px 30px 15px;
  }  
  .twitter-feed-table{
		width: 100%;
		margin-bottom: 1rem;
		background-color: transparent;
		display: block;
		overflow-x: auto;
		white-space: nowrap;
  }
  .pagination-col{
	      padding-top: 8px;
    width: 140px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .update-tw-col{
	width: calc(100% - 148px);
    padding-right: 5px;
    padding-left: 5px;
    background: transparent;
  }
  .twitter-image {
		width: 20px;
		border-radius: 100%;
		margin-right: 3px;
		display: inline-block;
		float: left;
	}
	span.tw-user-name {
		font-size: 11px;
		display: block;
		float: left;
		color: #000;
		line-height: 20px;
		width: 40px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.kadi-td{
		padding-left: 2px !important;
		padding-right: 2px !important;
		width: 72px;
		display: inline-block;
	}
	.tweet-date {
		word-break: break-all;
		font-size: 11px;
		line-height: 20px;
	}
	ul.pagination-ul li {
		list-style: none;
		display: inline-block;
		margin-right: 3px;
		margin-left: 3px;
		font-size: 12px;
	}
}