@import url(https://fonts.googleapis.com/css?family=Roboto);

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

li h3.centered {
	display:inline-block;
	margin:0;
}


/*td span.text{
	display: none;
}
*/
td.beskrivning{
	display:none;
}

td a.mypopover{
	display: inline;
}

td.lag{
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table>tbody>tr:first-of-type>td{
	border-top: 0;
}
img.klubbicon {
	width: 14px;
}
.seven-cols .col-md-1,
.seven-cols .col-sm-1,
.seven-cols .col-lg-1  {
    width: 100%;
/*    *width: 100%;*/
}

.seven-cols td.tid {
	width: 100px;
	min-width: 100px;
	padding-left:0px;
}

.seven-cols td.lag{
	padding-right: 0px;
}

.seven-cols td.icon-info-column{
	width: 30px;
	min-width: 30px;
}

.seven-cols table{
	margin-bottom: 0px;
}

@media(min-width: 768px){
	td.beskrivning{
		display:table-cell;
	}
	.seven-cols td.lag{
		width: 300px;
		min-width: 300px;
		padding-right: 8px;

	}
	td a.mypopover,
	td .hiddenForLarge {
		display: none;
	}
	
	.navbar > .container .navbar-brand,
	.navbar > .container-fluid .navbar-brand{
		margin-left: 0px;
  	}

  	/* Alltid 750px bredd på sajten*/
  	body div.container {
  		width: 768px;
  	}

}

.pagination > li.empty > a:focus,
.pagination > li.empty > a:hover,
.pagination > li.empty > span:focus,
.pagination > li.empty > span:hover {
	background-color: #FDD;
	color: #000;
}

.pagination > li.empty > a,
.pagination > li.empty > span {
    background-color: #FEE;
	color: #000;
}

.pagination > li.active.empty > a,
.pagination > li.active.empty > a:hover {
	background: #F11;
}

.lowermargin-sm {
	margin-bottom: 2px;
}

.uppermargin-sm {
	margin-top: 2px;
}

#fb-like-float {
    position: fixed;
    width: 52px;
    height: 24px;
    background-size: 100%;
    bottom: 15px;
    right: 60px;
    z-index: 2147483647;
}

.container ins.adsbygoogle{
	margin-bottom: 20px;
}

body .navbar-fixed-top {
	border: 0;
}

.col-sm-1 .panel-body {
    padding: 2px 15px;
}
div.popover-content > div.panel {
	margin-bottom: 0px;
}

div.container > div.well {
	margin:25px 0px;
}


/* login page */


.loginmodal-container {
	padding: 30px;
	max-width: 350px;
	width: 100% !important;
	background-color: #F7F7F7;
	margin: 0 auto;
	border-radius: 2px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	overflow: hidden;
	font-family: roboto;
  }
  
  .loginmodal-container h1 {
	text-align: center;
	font-size: 1.8em;
	font-family: roboto;
  }
  
  .loginmodal-container input[type=submit] {
	width: 100%;
	display: block;
	margin-bottom: 10px;
	position: relative;
  }
  
  .loginmodal-container input[type=email], input[type=password] {
	height: 44px;
	font-size: 16px;
	width: 100%;
	margin-bottom: 10px;
	-webkit-appearance: none;
	background: #fff;
	border: 1px solid #d9d9d9;
	border-top: 1px solid #c0c0c0;
	/* border-radius: 2px; */
	padding: 0 8px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
  }
  
  .loginmodal-container input[type=text]:hover, input[type=password]:hover {
	border: 1px solid #b9b9b9;
	border-top: 1px solid #a0a0a0;
	-moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
	box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  }
  
  .loginmodal {
	text-align: center;
	font-size: 14px;
	font-family: 'Arial', sans-serif;
	font-weight: 700;
	height: 36px;
	padding: 0 8px;
  /* border-radius: 3px; */
  /* -webkit-user-select: none;
	user-select: none; */
  }
  
  .loginmodal-submit {
	/* border: 1px solid #3079ed; */
	border: 0px;
	color: #fff;
	text-shadow: 0 1px rgba(0,0,0,0.1); 
	background-color: #4d90fe;
	padding: 17px 0px;
	font-family: roboto;
	font-size: 14px;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
  }
  
  .loginmodal-submit:hover {
	/* border: 1px solid #2f5bb7; */
	border: 0px;
	text-shadow: 0 1px rgba(0,0,0,0.3);
	background-color: #357ae8;
	/* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
  }
  
  .loginmodal-container a {
	text-decoration: none;
	color: #666;
	font-weight: 400;
	text-align: center;
	display: inline-block;
	opacity: 0.6;
	transition: opacity ease 0.5s;
  } 
  
  .login-help{
	font-size: 12px;
  }

 /**
  * CSS for upload page
  */
    .upload-container {
        max-width: 600px;
        margin: 50px auto;
        background: #fff;
        padding: 30px;
        border-radius: 10px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    }

    .upload-header {
        text-align: center;
        margin-bottom: 30px;
    }

    .upload-header h2 {
        font-weight: 600;
        color: #333;
    }

    .upload-header p {
        color: #777;
    }

    .drop-zone {
        border: 2px dashed #007bff;
        border-radius: 10px;
        padding: 40px;
        text-align: center;
        cursor: default;
        transition: all 0.3s ease;
    }

    .drop-zone.dragover {
        background-color: #e9ecef;
        border-color: #0056b3;
    }

    .drop-zone-text {
        font-size: 18px;
        color: #555;
    }

    .drop-zone-icon {
        font-size: 50px;
        color: #007bff;
        margin-bottom: 20px;
    }

    .file-input {
        display: none;
    }

    .file-info {
        margin-top: 20px;
        font-size: 16px;
    }

    .btn-upload {
        margin-top: 20px;
    }


  /**
   * Pulsating Admin menu item
   */

  .pulsating {
	animation: pulsate 2s infinite;
  }

  @keyframes pulsate {
	0% {
		background-color: #f22;
	}
	50% {
		background-color: #222;
	}
	100% {
		background-color: #f22;
	}
  }

  /**
   * Pulsating target row
   */

   tr:target td {
	background-color: #fff;
	animation-name: pulse;
	animation-duration: 3s;
	animation-iteration-count: infinite;
  }
  
  @keyframes pulse {
	0% {
	  background-color: #fff;
	}
	50% {
	  background-color: rgb(255, 255, 204);
	}
	100% {
	  background-color: #fff;
	}
  }

  /**
   * Date time picker modifications
   */
body .bootstrap-datetimepicker-widget.dropdown-menu {
	width: inherit;
}

body .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
	width: unset;
}

body .bootstrap-datetimepicker-widget table td span {
	height: unset;
	line-height: unset;
	width: unset;
}

body .bootstrap-datetimepicker-widget table td {
	height: unset;
	line-height: unset;
	width: unset;
}

body .bootstrap-datetimepicker-widget .timepicker-hour, 
body .bootstrap-datetimepicker-widget .timepicker-minute, 
body .bootstrap-datetimepicker-widget .timepicker-second {
	width: 32px;
}

body .dropdown-menu {
	min-width: unset;
}

body .bootstrap-datetimepicker-widget .timepicker-picker .table-condensed>tbody>tr>td {
	padding: 0px;
}

#print {
	margin: 0px 14px;
	vertical-align: middle;
}
 