﻿/*------------------------------------------
project         stareducation.ch
--------------------------------------------
source code     App_Themes/Standard/StyleSheet.css
date            5.12.2006
author          Dario Garrapa

description     StyleSheet
------------------------------------------*/
body 
{
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11px;
    line-height: 14px;
    text-align: justify;
    
    /*centering the page*/
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

img 
{
    border: 0;
}

/***********************
Formatting for the titles
***********************/
.title
{
    font-weight: bold;
    color: #5f0023;
}


/***********************
Column Kurse
***********************/
.kurse_header
{
    background-repeat: no-repeat;
    width: 221px;
    height: 63px;
}

.column_kurse
{
    width: 221px;
    height: 500px;
    background-color: #d6d2c1;
    text-align: left;
    vertical-align: top;
}

.kurse_dark
{
    background-color: #ada684;
}

.kurse_light
{
    background-color: #d6d2c1;
}



/***********************
Column Shop
***********************/
.shop_header
{
    background-repeat: no-repeat;
    width: 221px;
    height: 63px;
}

.column_shop
{
    width: 221px;
    min-height:500px;
    height: 500px;
    background-color: #ecf2da;
    vertical-align: top;
}

.shop_dark
{
    background-color: #c6d991;
}

.shop_light
{
    background-color: #ecf2da;
}


/***********************
Column Star
***********************/
.star_header
{
    background-repeat: no-repeat;
    width: 221px;
    height: 63px;
}

.column_star
{
    width: 221px;
    height: 500px;
    background-color: #ece0e5;
    vertical-align: top;
}

.star_dark
{
    background-color: #5f0023;
}

.star_light
{
    background-color: #ece0e5;
}


/***********************
Column Aktuell
***********************/
.aktuell_header
{
    background-repeat: no-repeat;
    width: 221px;
    height: 63px;
}

.column_aktuell
{
    width: 221px;
    height: 500px;
    background-color: #e0fff3;
    text-align: left;
    vertical-align: top;
}

.aktuell_dark
{
    background-color: #c7e0d6;
}

.aktuell_light
{
    background-color: #e0fff3;
}



/*Links which continue to the main page of a column*/
.continueToTableCell
{
    text-align: left;
    /*padding: 10px;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0;
    padding-bottom: 10px;
    
}
.continueTo
{
    background-color: #dff1e3;
}

a:link, a:active, a:visited
{
    color: #5f0023;
    font-weight: bold;
    text-decoration: none;
    /*background-color: #dff1e3;*/
}

a:hover
{
    text-decoration: underline;
}


.form_element, input, textarea, select
{
    border: 1px solid black;
    background-color: White;
}

.form_element_over
{
    border: 1px solid black;
    background-color: #ece0e5;   
}

.footer
{
    color: #5f0023;
    font-weight: bold;
}

div.indexHeader
{
  padding-top: 25px;
  height: 38px !important;
  font-weight: bold;
  padding-left: 15px;
  font-size: 10pt;
  width: 206px !important;
}

div.star_header a
{
  color: #eee !important;
}

table.column_kurse,
table.column_shop,
table.column_starOnline
{
  height: 573px !important;
  width: 221px !important;
}
/*ADDED 21.03.2017 Dima Tatarchenko */
/*Part of Bootstrap for Modal Popup*/
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.btn-default:focus,
.btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}
.btn-default .badge {
  color: #fff;
  background-color: #333;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}