/* Content Style
-------------------------------------------------- */

html {
    position: relative;
    min-height: 100%;
    padding:0;
    margin:0;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 40px;
    padding:0;
    margin:0;
}
h1 {
    background-image: linear-gradient(to bottom, #ff5100 0px, darkorange 100%);
    border-radius: 5px;
    color: #ffffff;
    font-size: 140%;
    font-weight:bold;
    padding: 10px 14px;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
    margin-bottom:20px;
    border: 1px solid rgba(0, 0, 0, 0.5);
}
#goodMessage {
    background-image: linear-gradient(to bottom, #6ACF30 0px, #53942E 100%);
    border: 1px solid rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.25) inset;
}
.clear {
    clear:both;
}
.content {
    margin-top: 60px;
    margin-bottom: 20px;
}

/* Results Info
-------------------------------------------------- */
.table tr.resultsCount td {
    background-color: #dff0d8;
    text-align: center;
    font-size: 11px;
    padding-top: 3px;
    padding-bottom: 3px;
}

/* Loading Icon
-------------------------------------------------- */
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url(/img/Preloader_2.gif) center no-repeat, rgba(255, 255, 255, 1);
}

/* Datatables Styling
-------------------------------------------------- */
.dataTables_wrapper ul li {
    margin:0;
}
.dataTables_wrapper .row  {
    margin:0;
}
#datatable {
    width:100% !important;
}
#datatable .btnContainer {
    width:100%;
    min-width:135px;
    text-align:right;
}

/* Navbar Styling
-------------------------------------------------- */
@media (min-width: 1200px) {
    .navbar .container {
        width: 100%;
    }
}
@media (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        width:100%;
        padding-left:5px;
    }
    .navbar .container {
        width: 100%;
    }
}
@media (max-width: 992px) {
    .navbar-default .navbar-nav > li > a {
        font-size: 12px;
        width:100%;
        padding-left:5px;
        padding-right:5px;
    }
    .navbar .container {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .content {
        padding-left:0px !important;
        padding-right:0px !important;
    }
    .noDisplayMobile {
        display: none;
    }
}
/* Fixed Navbar Bottom
-------------------------------------------------- */
.navbar {
    border:none;
}
.navbar-fixed-bottom {
    left:-30px;
    bottom:-7px;
    -webkit-box-shadow: 0px -1px 5px 0px rgba(138,134,138,1);
    -moz-box-shadow: 0px -1px 5px 0px rgba(138,134,138,1);
    box-shadow: 0px -1px 5px 0px rgba(138,134,138,1);
    background-image: linear-gradient(to bottom, #5C7593 0px, #668AB4 100%);
    border-top: 3px solid #f60;
    border-bottom: 1px solid darkorange;
}
.navbar-fixed-bottom a {
    color:#ffffff;
    height: 100%;
    width: 100%;
    display: block;
    font-size: 20px;
}
.navbar-fixed-bottom .nav > li > a:hover {
    background-image: linear-gradient(to bottom, #F60 0px, darkorange 100%);
}

/* Fixed Navigation Top
-------------------------------------------------- */
.navbar-default .navbar-nav > li > a:hover {
    background-image: linear-gradient(to bottom, #F60 0px, darkorange 100%);
    color:#ffffff;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-image: linear-gradient(to bottom, #F60 0px, darkorange 100%);
    color:#ffffff;
}
.navbar-fixed-top {
    background-image: linear-gradient(to bottom, #5C7593 0px, #668AB4 100%);
    border-bottom: 5px solid darkorange;
    border-top: 1px solid #F60;
    -webkit-box-shadow: 0px 1px 5px 0px rgba(138,134,138,1);
    -moz-box-shadow: 0px 1px 5px 0px rgba(138,134,138,1);
    box-shadow: 0px 1px 5px 0px rgba(138,134,138,1);
}
.navbar-default .navbar-nav > li > a {
    color:#ffffff;
}
.navbar > .container .navbar-brand {
    color:#ffffff;
}
.dropdown-toggle .btnContainerVerticalMiddle {
    display: none;
}
@media (max-width: 768px) {
    .navbar-nav {
        margin-top:0px;
        margin-bottom:0px;
    }
    .navbar-default .navbar-nav  li a {
        border-bottom:solid 1px #4f6682;
    }
    /* First Level */
    .navbar-default .navbar-nav > li > a {
        padding-top:15px;
        padding-bottom:15px;
        padding-left:15px;
    }
    .navbar-default .navbar-nav > li > a {
        font-size: 18px;
        font-weight:normal;
    }
    /* Second Level */
    .navbar-default .navbar-nav .dropdown-menu > li > a {
        padding-top:15px;
        padding-bottom:15px;
    }
    .navbar-default .navbar-nav > li > a > span.glyphicon {
        margin-right:10px;
    }
    .dropdown-menu {
        font-size:16px;
    }
    .dropdown-toggle .btnContainerVerticalMiddle {
        display:block;
        position:absolute;
        top:0;
        right:0;
        border-left: 1px solid #4f6682;
        height:100%;
        width:50px;
    }
    .dropdown-toggle span.btnMenu {
        font-size: 20px;
        font-weight: normal !important;
        left: 0;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        width: 100%;
        text-align:center;
    }
}
/* DropDown Navigation Top
-------------------------------------------------- */
.navbar-fixed-top .navbar-nav > li {
    margin:0;
}
.dropdown-menu {
    background-color:#859BB6;
    padding: 0px;
}
.dropdown-menu li {
    margin:0;
}
.dropdown-menu li a {
    color:#ffffff;
    padding-bottom:5px;
    padding-top:5px;
}
.dropdown-menu li a:hover {
    color:#ffffff;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    background-image: linear-gradient(to bottom, #F60 0px, darkorange 100%);
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color:#ffffff;
}
@media (max-width: 768px) {

}
/* Mobile Navigation Button
-------------------------------------------------- */
.navbar-toggle {
    background-color: #425874;
}
.navbar-default .navbar-toggle:hover {
    background-color:darkorange;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
}

/* Startscreen Button Styling
-------------------------------------------------- */
.btnContainer{
    width:100%;
}
.col-sm-3.btnHome {
    text-align: center;
    margin-bottom:25px; 
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    display:table;
    width:25%;
}
.btnHome a{
    color: #ffffff;
    width: 96%;
    padding-left:2%;
    padding-right:2%;
    display:table-cell;
    vertical-align:middle;
    height:200px;
    background-image: linear-gradient(to bottom, #5C7593 0px, #668AB4 100%);
    -webkit-box-shadow: 3px 3px 3px 0px rgba(133,131,133,1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(133,131,133,1);
    box-shadow: 3px 3px 3px 0px rgba(133,131,133,1);
    border-radius: 5px;
    font-size: 10px;
    line-height: 14px;
}

.btnHome a:hover {
    background-color:darkorange;
    background-image: linear-gradient(to bottom, darkorange 0px, #FF5100 100%);
    text-decoration: none;
}
.btnHome a span {
    font-size:50px;
    width:100%;
}

@media (max-width: 768px) {
    .col-sm-3.btnHome {
        float: left;
        width: 100px !important;
        font-size:12px;
        padding-right:10px;
    }
    .col-sm-3.btnHome a {
        height:90px;
        padding-bottom:0;
        padding-top:0;
        display:table-cell;
        vertical-align:middle;
        padding-left:5px;
        padding-right:5px;
    }
    .col-sm-3.btnHome a span {
        font-size:30px;
        width:100%
    }
}
/* Input Button Styling
-------------------------------------------------- */
.btn-default {
    background-image: linear-gradient(to bottom, #668AB4 0px, #5C7593 100%);
    color:#ffffff;
    text-shadow: none;
}
.btn-default:hover, .btn-default:focus {
    background-image: linear-gradient(to bottom, #FF5100 0px, darkorange 100%);
    color:#ffffff;
    background-position: top left;
}

@media (max-width: 768px) {
    .collapsible .rowData .btn {
        width: 24%;
    }
}
/* Form Styling
-------------------------------------------------- */
fieldset legend {
    color: #5C7593;
}
form {
    margin-right: 0px;
    width: 100%;
}
input[type="submit"], .actions ul li a, .actions a {
    background-image: linear-gradient(to bottom, #668AB4 0px, #5C7593 100%);
    color:#ffffff;
    text-shadow: none;
}
form .row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
form .row > div{
    clear: none !important;
    padding: 0 !important;
    padding-left: 5px !important;
    padding-right: 5px !important;

}
form .row, form .row > div {
    margin-bottom: 0px !important;
}

.file-caption-name, .file-input, .input-group {
    padding: 0px !important;
}

/* Right click Menu
--------------------------------------------------
On right click, Context Menu will be opened
*/
.show {
    z-index:1000;
    position: absolute;
    background-color:#C0C0C0;
    border: 1px solid blue;
    padding: 2px;
    display: block;
    margin: 0;
    list-style-type: none;
    list-style: none;
}

.hide {
    display: none;
}

.show li{ list-style: none; }
.show a { border: 0 !important; text-decoration: none; }
.show a:hover { text-decoration: underline !important; }

/*******************************************
            Tabs
********************************************/
.tabControl {
    border-radius: 10px;
    border: 1px solid #c0c0c0;
    overflow: hidden;
}
#tabControlRoot {
    margin-bottom: 20px;
    border: none;
}
.tabControl > div {
    background: none repeat scroll 0 0 #fff;
    width: 100%;
}
.tabControl .tabs {
    text-align:left;
    margin:0px;
    padding:0px;
    padding-top: 2px;
}
.tabControl .tabs li {
    display: inline;
    list-style: outside none none;
    text-transform:uppercase;
    font-weight:bold;
    margin-bottom:5px;
    margin-left: 0px;
    margin-right: 0px;
}
.tabControl .tabs a {
    background-image: linear-gradient(to bottom, #668AB4 0px, #5C7593 100%);
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-right: 0px;
    margin-left: 5px;
    position:relative;
    font-size: 80%;
}
.tabControl .tabs a.active {
    background-image: linear-gradient(to bottom, darkorange 0px, #FF5100 100%);
    color: #fff;
    position: relative;
    bottom: -1px;
    left:2px;
    font-size: 100%;
    margin-top: 0em;
    padding-bottom: 4px;
    border-right: 1px solid #c0c0c0;
    border-top: 1px solid #c0c0c0;
    border-left: 1px solid #c0c0c0;
}

.tabControl table, .tabControl table th {
    margin:0px !important;
    border-right: none;
    border-left: none;
}

.tabControl .tabs #tabShowAll {
    background-image: linear-gradient(to bottom, #668AB4 0px, #5C7593 100%);
    color: #fff;
    display: inline-block;
    padding: 5px 15px;
    text-decoration: none;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    margin-right: 0px;
    margin-left: 5px;
    position:relative;
    font-size: 80%;
    margin-bottom:0px;
}


.tabControl .tabs a.tabHidden {
    display:none;
}
.tabControl.inner .tabs {
    background-color: #efefef;
}
.tabControl .kwd_search_group {
    background-color: #efefef;
    padding: 0px 5px 5px 5px !important;
    margin-bottom: 5px !important;
    border-bottom: 1px solid #c0c0c0;
}
@media (max-width: 768px) {
    .tabControl .kwd_search_group {
        margin-left: auto !important;
        margin-right: auto !important;
    }
}
.glyphicon {
    text-shadow: 1px 1px 1px #000
}
/* Invoice Form Styling
--------------------------------------------------

*/
.tmpInvoice {
    width: 75%;
    min-width:900px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    border: 1px solid #bcbcbc;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(133,131,133,1);
    -moz-box-shadow: 3px 3px 3px 0px rgba(133,131,133,1);
    box-shadow: 3px 3px 3px 0px rgba(133,131,133,1);
    font-family: Arial;
}
.tmpInvoice .tmpHeader {
    position: relative;
    background-color: #fad07d;
}
.tmpInvoice .tmpHeader .tmpHeaderText {
    width: 50%;
    height: 250px;
    padding: 30px;
}
.tmpInvoice .tmpHeader .tmpHeaderText .tmpHeaderTitle {
    border-bottom: 1px solid #000000;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tmpInvoice .tmpHeader .tmpHeaderLogo {
    position: absolute;
    width: 350px;
    top: 10px;
    right: 10px;
}
.tmpInvoice .tmpHeader .tmpHeaderLogo img {
    width:100%;
}
.tmpInvoice .tmpHeader .tmpHeaderFooter {
    width: 100%;
    height: 50px;
    background-color: #c77602;
    border-top: 5px solid #ac5209;
}
.tmpInvoice .tmpContent {
    padding: 30px;
    font-size: 20px;
}
.tmpInvoice .tmpContent .address {
    font-size:24px;
    padding-bottom: 20px;
    line-height: 35px;
}
.tmpInvoice .tmpContent .information {
    font-size:12px;
    float: right;
    padding-bottom: 20px;
}
.tmpInvoice .tmpContent .information > div {

}
.tmpInvoice .tmpContent .subject {
    font-size:24px;
    padding-bottom: 20px;
}
.tmpInvoice .tmpContent .salutation {
    padding-bottom: 20px;
}
.tmpInvoice .tmpContent .calculation {
    padding-bottom: 20px;
    width:50%;
    float: right;
}
.tmpInvoice .tmpContent .calculation table .sumNet td {
    border-top: 3px solid black;
}
.tmpInvoice .tmpContent .calculation table .sumGross td {
    border-top: 3px solid black;
    border-bottom: 5px double black;
}
.tmpInvoice .tmpContent .text {
    padding-bottom: 20px;
    text-align:justify;
    line-height: 30px;
}
.tmpInvoice .tmpFooter {
    background-color: #e77b23;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
/* Table Styling
--------------------------------------------------
Generic Styling Tables for Desktops/Laptops
*/

table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
}
/* Zebra striping */
tr:nth-of-type(odd) {
    background: #eee;
}
tr {
    border-bottom: 1px solid #ccc;
}
.cancelled {
    background-color: #ffc3be !important;
}
.coming {
    background-color: #c9ff9c !important;
}
.over {

}
th {
    background: #668AB4;
    color: white;
    font-weight: bold;
}
th a {
    color: #384b65
}
th:hover a, th:hover {
    background-image: linear-gradient(to bottom, darkorange 0px, #FF5100 100%);
    color: #ffffff;
    text-decoration: none;
}
td, th {
    padding: 6px;
    text-align: left;
}
table .sum td{
    border-bottom: double 3px #384b65 !important;
    font-weight: bold;
    background-color: #ffe7ae;
}
table select {
    padding: 0px !important;
}

@media (max-width: 768px) {
    .nav-justified > li {
        display: table-cell;
        width: 1%;
    }
    .nav-justified > li > a  {
        border-bottom: 1px solid #ddd !important;
        border-radius: 4px 4px 0 0 !important;
        margin-bottom: 0 !important;
    }
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding-left: 0px;
        padding-right: 0px;
    }
    .col-sm-3.btnHome {
        width:100%;
    }
}
/* Status Icon Styling
--------------------------------------------------
Generic Styling Tables for Desktops/Laptops
*/
.statusIcon {
    width: 20px;
    height: 20px;
    border-radius:50px;
    margin:auto;
    position: relative;
}
.statusIcon.green {
    background-color:#00CC00;

}
.statusIcon.red {
    background-color:#CC0000;
}
.statusIcon.border {
    border:solid 2px #ffffff;
}
.statusIcon.red .statusIconMinus {
    background: #ffffff none repeat scroll 0 0;
    height: 4px;
    left: 50%;
    margin-left: -35%;
    margin-right: auto;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 70%;
}

.bezahltIcon {
    font-size: 21px;
}
.bezahltIcon.green{
    color: #00cc00;
}
.bezahltIcon.yellow{
    color: #ffd200;
}
.add_package .addIcon {
    font-size: 30px;
    color: #00CC00;
    cursor: pointer;
    padding: 0 !important;
    margin: 0 !important;
}
.add_package_input .removeIcon {
    color: #cc0000;
    cursor: pointer;
    font-size: 25px;
    position: relative;
    top: 30px;
}
/* Table Dashboard
--------------------------------------------------
Styling of Dashboard Table
*/
.tableDashboard .row {
    margin-left: 0px;
    margin-right: 0px;
}

@media (min-width:  768px) {
    .tableDashboard {
        border: 1px solid #ddd;
    }
    .tableDashboard .tableHeader {
        background: #668ab4 none repeat scroll 0 0;
        color: white;
        font-weight: bold;
        border-bottom:solid #000000 2px;
        padding-top: 5px;
        padding-bottom: 5px;
    }
    .tableHeader a {
        color: #384b65
    }
    .tableDashboard .tableBody .row {
        padding-top: 5px;
        padding-bottom: 5px;
        border-top: 1px solid #ddd;
    }
    .tableDashboard .tableBody .collapsible:nth-child(odd) {
        background: #f9f9f9;
    }
    .tableDashboard .tableBody .collapsible:nth-child(even) {
        background: #eee;
    }
    .tableDashboard .tableBody .collapsibleTitle {
        display:none;
    }
    .tableDashboard .tableBody .rowTitle {
        display:none;
    }
}
@media (max-width: 992px) {
    body {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    .tableDashboard {

    }
    .tableDashboard .tableHeader {
        display:none;
    }
    .tableDashboard .tableBody .row {
        display:none;
    }
    .tableDashboard .tableBody .collapsibleTitle {
        display:block;
        background:#668ab4 none repeat scroll 0 0;
        margin-bottom: 5px;
        color: #ffffff;
        border-radius:10px;
        padding:10px;
        font-weight:bold;
        position:relative;
        margin-left:auto;
        margin-right:auto;
        width:97%;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }
    .tabControl .collapsibleTitle {
        width:100% !important;
    }
    .tableDashboard .tableBody .collapsibleTitle:hover {
        background: darkorange;
        -webkit-box-shadow: 0px 0px 5px 1px rgba(102,175,233,0.6);
        -moz-box-shadow: 0px 0px 5px 1px rgba(102,175,233,0.6);
        box-shadow: 0px 0px 5px 1px rgba(102,175,233,0.8);	
    }
    .row.collapsibleOpen {
        background: #f9f9f9 none repeat scroll 0 0;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        margin: -5px 10px 10px;
        padding: 10px;
    }
    .tableDashboard .tableBody .row .col-sm-2 {
        clear:both;
    }
    .tableDashboard .tableBody .rowTitle {
        display:block;
        width:50%;
        float:left;
        text-align:left;
    }
    .tableDashboard .tableBody .rowData {
        text-align:right;
    }
    .statusIcon {
        position:absolute;
        right:10px;
        top:10px;
    }
    .bezahltIcon {
        position: absolute;
        right: 12px;
        top: 10px;
    }
}
