﻿/*override bootstrap*/
.text-error {
    /*color: #b94a48;*/
    /*color:red;*/
}
body {

}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081c2;
    background-repeat: repeat-x;
    background-image: linear-gradient(to bottom, #0088cc, #0077b3);
}



table.t {
    margin-left: 15px;
    width:100%;
}

    table.t td input {
        margin-left: 10px;
        float: left;
    }

    table.t td label {
        margin-left: 32px;
        /*float: left;*/
    }

table.tc {
    margin-left: 15px;
    width:100%;
}

    table.tc td input {
        margin-left: 10px;
        float: left;
    }

    table.tc td label {
        margin-left: 32px;
        /*float: left;*/
    }

textarea.tbb {
}

table.el {
    margin-left: -10px;
}

    table.el td input {
        margin-left: 10px;
        float: left;
    }

    table.el td label {
        margin-left: 10px;
        float: left;
    }

.form-error {
    color: red;
    display: block;
    opacity: 1;
    -webkit-animation: downSmall ease-in 1;
    -moz-animation: downSmall ease-in 1;
    animation: downSmall ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 0.5s;
    -moz-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

:root .downSmall {
    opacity: 1;
}
/*IE9 hack*/
@-webkit-keyframes downSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes downSmall {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

/*
.btn {
  display: inline-block;
  *border-left: 0 none #e6e6e6;
   border-right: 0 none #e6e6e6;
   border-top: 0 none #e6e6e6;
   border-bottom: 0 none #b3b3b3;
   display: inline;
   padding: 2px 18px;
   margin-bottom: 0;
  *margin-left: .3em;
   font-size: 18px;
   line-height: 30px;
   color: #333333;
   text-align: center;
   text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
   vertical-align: middle;
   cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
   background-repeat: repeat-x;
  *-webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
   zoom: 1;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
   background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);*
}


.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
   background-repeat: repeat-x;
   outline: 0;
   background-image: linear-gradient(to bottom, #0088cc, #0077b3);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #67aade;
  *background-color: #0044cc;
  background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #67aade, #0044cc);
   border-left-color: #0044cc;
   border-right-color: #0044cc;
   border-top-color: #0044cc;
   border-bottom-color: #67aade;
}

    .btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  *background-color: #f89406;
  background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #fbb450, #f89406);
   border-left-color: #f89406;
   border-right-color: #f89406;
   border-top-color: #f89406;
   border-bottom-color: #ad6704;
}

    .btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  *background-color: #bd362f;
  background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
   border-left-color: #bd362f;
   border-right-color: #bd362f;
   border-top-color: #bd362f;
   border-bottom-color: #802420;
}

.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  *background-color: #51a351;
  background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #62c462, #51a351);
   border-left-color: #51a351;
   border-right-color: #51a351;
   border-top-color: #51a351;
   border-bottom-color: #387038;
}

.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  *background-color: #2f96b4;
  background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #5bc0de, #2f96b4);
   border-left-color: #2f96b4;
   border-right-color: #2f96b4;
   border-top-color: #2f96b4;
   border-bottom-color: #1f6377;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  *background-color: #222222;
  background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #444444, #222222);
   border-left-color: #222222;
   border-right-color: #222222;
   border-top-color: #222222;
   border-bottom-color: #000000;
}

.navbar-inner {
  min-height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fafafa;
   background-repeat: repeat-x;
   border: 1px solid #d4d4d4;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   zoom: 1;
   -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
   background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);*
}

.navbar .btn-navbar {
  display: none;
  float: right;
  padding: 7px 10px;
  margin-right: 5px;
  margin-left: 5px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #ededed;
  *background-color: #e5e5e5;
  background-repeat: repeat-x;
   -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
   -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
   box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.075);
   background-image: linear-gradient(to bottom, #f2f2f2, #e5e5e5);
   border-left-color: #e5e5e5;
   border-right-color: #e5e5e5;
   border-top-color: #e5e5e5;
   border-bottom-color: #bfbfbf;
}

.navbar-inverse .navbar-inner {
  background-color: #1b1b1b;
   background-repeat: repeat-x;
   border-color: #252525;
   background-image: linear-gradient(to bottom, #222222, #111111);
}

.navbar-inverse .btn-navbar {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e0e0e;
  *background-color: #040404;
  background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #151515, #040404);
   border-left-color: #040404;
   border-right-color: #040404;
   border-top-color: #040404;
   border-bottom-color: #000000;
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
   background-repeat: repeat-x;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f7f7f7;
   background-repeat: repeat-x;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;
   -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
   background-image: linear-gradient(to bottom, #f5f5f5, #f9f9f9);
}

.progress .bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0e90d2;
   background-repeat: repeat-x;
   -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
   -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
   box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-transition: width 0.6s ease;
   -moz-transition: width 0.6s ease;
   -o-transition: width 0.6s ease;
   transition: width 0.6s ease;
   background-image: linear-gradient(to bottom, #149bdf, #0480be);
}

.progress-danger .bar,
.progress .bar-danger {
  background-color: #dd514c;
   background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #ee5f5b, #c43c35);
}

.progress-success .bar,
.progress .bar-success {
  background-color: #5eb95e;
   background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #62c462, #57a957);
}

.progress-warning .bar,
.progress .bar-warning {
  background-color: #faa732;
   background-repeat: repeat-x;
   background-image: linear-gradient(to bottom, #fbb450, #f89406);
}



*/


.modal {
    /*position: fixed;
  top: 10%;
  left: 50%;*/
    left: auto;
    position: relative;
    z-index: 1050;
    width: 560px;
    /*margin-left: -280px;*/
    margin: auto;
    margin-top: 50px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}


.hero-unit {
    padding: 60px;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 200;
    line-height: 30px;
    color: inherit;
    background-color: #fafafa;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}


.banner {
    background-color: #ffffff;
}
