﻿

body {
/* line-height: normal;*/    

}

.logo
{
 
    height: 80px;
 
    background-image: url(../../../themes/default/logo/Pinguino.png);
    background-repeat: no-repeat;
}


pre {
    line-height: normal;
    
    background-color:transparent;
}

.icon-flipped {
    transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
}

.mdi::before {
    font-size: 24px;
    line-height: 14px;
}
.btn .mdi::before {
    position: relative;
    top: 4px;
    font-size: 24px;
    line-height: 14px;
}

.btn-xs .mdi::before {
    font-size: 14px;
    top: 0px;
    line-height: 16px;
}

.btn-sm .mdi::before {
    font-size: 18px;
    top: 3px;
}
.dropdown-menu .mdi {
    width: 18px;
}
.dropdown-menu .mdi::before {
    position: relative;
    top: 4px;
    left: -8px;
}
.nav .mdi::before {
    position: relative;
    top: 4px;
}
.navbar .navbar-toggle .mdi::before {
    position: relative;
    top: 4px;
    color: #FFF;
}
.breadcrumb .mdi::before {
    position: relative;
    top: 4px;
}
.breadcrumb a:hover {
    text-decoration: none;
}
.breadcrumb a:hover span {
    text-decoration: underline;
}
.alert .mdi::before {
    position: relative;
    top: 4px;
    margin-right: 2px;
}
.input-group-addon .mdi::before {
    position: relative;
    top: 3px;
}
.navbar-brand .mdi::before {
    position: relative;
    top: 2px;
    margin-right: 2px;
}
.list-group-item .mdi::before {
    position: relative;
    top: 3px;
    left: -3px
}


.ng-invalid {
    background-color: #ffedf8;
    border-radius: 4px;
}


.search-control.ng-dirty {
    background-color: #ffffff;
    border-radius: 4px;
}

form.ng-invalid {
    background-color: #ffffff;
    border-radius: 6px;
}

form.ng-dirty {
    background-color: #ffffff;
    border-radius: 4px;
}


.table th {
    font-size: 13px;
    color: #ffffff;
    background-color: #838385;
    
}

.table td {
    font-size: 12px;
}

.table tbody > tr > td {
    vertical-align: middle;
}

    .table tbody > tr > td.td-right {
        vertical-align: middle;
        text-align: right;
    }

    .table tbody > tr > td.td-left {
        vertical-align: middle;
    }


    .table tbody > tr > td.td-center {
        vertical-align: middle;
        text-align: center;
    }

.table thead > tr > th.th-center {
    vertical-align: middle;
    text-align: center;
}

.table thead > tr > th.th-left {
    vertical-align: middle;
}

.table thead > tr > th.th-right {
    vertical-align: middle;
    text-align: right;
}


.table thead > tr > th.th-list {
    vertical-align: middle;
    text-align: center;
    background-color: #A0A0A0;
}


.table tfoot > tr > td.td-right {
    vertical-align: middle;
    text-align: right;
}

.table tfoot > tr > td.td-left {
    vertical-align: middle;
}


.table tfoot > tr > td.td-center {
    vertical-align: middle;
    text-align: center;
}

table > tbody > tr.primary > td, .table > tbody > tr.primary > th, .table > tbody > tr > td.primary, .table > tbody > tr > th.primary, .table > tfoot > tr.primary > td, .table > tfoot > tr.primary > th, .table > tfoot > tr > td.primary, .table > tfoot > tr > th.primary, .table > thead > tr.primary > td, .table > thead > tr.primary > th, .table > thead > tr > td.primary, .table > thead > tr > th.primary {
    background-color: rgb(46, 109, 164);
    color: #ffffff;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.modal-header {
    padding-bottom: 0px;
}


.modal-content {
    margin: 10px;
}
.input-group {
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.btn-command {
    margin: 0;
    padding: 5px;
    /*color: #337AB7;*/
}


.btn-header {
    margin: 0;
    padding-left: 4px;
    padding-right: 4px;
    padding-top:0px;
    padding-bottom:0px;
    /*color: #337AB7;*/
}


.panel {
    margin-bottom: 10px;
}

.panel-body {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
}

.nav-tabs {
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        border-bottom-color: transparent;
        color: #000000;
        font-size: 12px;
    }

    .nav-tabs > li > a {
        color: #000000;
        font-size: 12px;
    }

.tab-pane {
    padding: 10px;
    padding-bottom: 0px;
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-top-color: transparent;
}

label {
    margin-bottom: 1px;
    font-weight: 600;
    font-size: 12px;
    padding-left: 1px;
}

.form-group {
    margin-bottom: 8px;
}

select.form-control {
    padding-left: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-top: 0px;
    height: 28px;
    border-radius: 4px 4px;
    font-size: 12px;
}

input.form-control {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 0px;
    padding-top: 0px;
    border-radius: 4px;
    font-size: 12px;
}

div.form-control {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(238, 238, 238);
    font-size: 12px;
}


div.form-control-disabled {
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 4px;
    padding-top: 4px;
    min-height: 28px;
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    background-color: rgb(238, 238, 238);
    font-size: 12px;
}


textarea.form-control {
    font-size: 12px;
}


input[type=checkbox].form-control {
    box-shadow: none;
    height: 28px;
    width: 28px;
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 12px;
}

.btnx {
    height: 28px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.navbar {
    position: relative;
    min-height: 20px;
    margin-bottom: 0px;
}

.navbar-nav > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}


.number3 {
    text-align: right;
    width: 50px;
}


.number5 {
    text-align: right;
    width: 50px;
}

.number6 {
    text-align: right;
    width: 60px;
}


.number8 {
    text-align: right;
    width: 76px;
}

.number10 {
    text-align: right;
    width: 100px;
}


input.form-control.ng-valid-date {
    width: 80px;
}

.small, small {
    font-weight: bold;
    color: #404040;
}

.navbar-inverse .navbar-nav > li > a {
    color: #FFF8F7;
}

.typeahead {
    background-image: url(backgrounds/find_text.png);
    background-repeat: no-repeat;
    background-position: center right;
}


.loadingBox {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 1em;
    background: rgba(192,192,192,0.3);
    z-index: 1090;
}

.loadingMessage {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    position: fixed;
    width: 180px;
    height: 60px;
    padding: 1em;
    text-align: center;
    color: #000000;
    font-weight: bold;
    z-index: 1090;
}

.uploading {
    top: 80px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    position: fixed;
    width: 400px;
    height: 60px;
    padding: 1em;
    text-align: center;
    color: #000000;
    font-weight: bold;
    z-index: 1090;
}


#form2, .form2 {
    background-color: white;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 0px;
    border-radius: 4px;
    min-height: 400px;
    margin-top: 5px;
    margin-bottom: 20px;
    border: 1px solid #627D82;
}

.search {
    background-color: #EAEEEF;
    padding: 10px;
}

    .search label {
        color: #333;
    }


.navbar-default {
    background-color: transparent;
    border:0;
    font-size:14px;
    
}
    .navbar-default .navbar-nav > li > a {
        color: #808080;
    }

        .navbar-default .navbar-nav > li > a:hover {
            color: #808080;
        }

    .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
        background-color: transparent;
        color: #808080;
        font-weight:bold;
    }



    .navbar-default .navbar-toggle:hover {
        background-color: lightgray;
        color: black;
    }

.navbar-default .navbar-toggle .icon-bar {
    background-color: navy;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
        background-color: lightgray;
        color: black;
}

h3.form-title, h3.modal-title {
    font-size: 24px;
    color:#38aad0;
}

h4.form-title, h4.modal-title {
    font-size: 24px;
    color:#38aad0;
}



.table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > thead > tr > td.info, .table > thead > tr > th.info {
    background-color: #EAEEEF;
}


@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #808080;
        background-color: #ffffff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
               color: #808080;
    }
    
.navbar-default .navbar-toggle {
    color:transparent;
    border-color:white;
}

}



input[type="date"].form-control {
    width:125px;
}


.table-super-condensed > tbody > tr > td, .table-super-condensed > tbody > tr > th, .table-super-condensed > tfoot > tr > td, .table-super-condensed > tfoot > tr > th, .table-super-condensed > thead > tr > td, .table-super-condensed > thead > tr > th {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 2px;
    padding-right: 2px;
}

.btn-oil, .btn-oil:hover {
    background-color: #408080;
    color: #ffffff;
}

.btn-wine, .btn-wine:hover {
    background-color: #800080;
    color: #ffffff;
}

.panel-step {
    border-color: #026591;
    margin-bottom: 0px;
    /*margin-left: 20px;*/
    padding-bottom: 5px;
}

    .panel-step > .panel-heading {
        background-color: #026591;
        border-color: #026591;
        color: white;
        font-weight :bold;
    }

    .panel-heading {
        background-color: #026591;
        border-color: #026591;
        color: white;
        font-weight: bold;
    }

ul, ol {
    margin-top: 0;
    margin-bottom: 2px;
}

.table > thead > tr.step > th, .table > tr.step > th {
    background-color: #026591;
}


.table > tbody > tr.step > th, .table > tr.step > th {
    background-color: #026591;
}

.table > tbody > tr.foot > td, .table > tr.foot > td {
    background-color: #e67300;
    font-size: 13px;
    color: #ffffff;
}


/*

.bootstrap .autocomplete {
  border-radius: 4px;
}

.bootstrap .autocomplete .suggestion-item.selected {
  color: #262626;
  background-color: #e9e9e9;
}

.bootstrap .autocomplete .suggestion-item em {
  font-weight: normal;
  background-color: #ffff00;
}

.bootstrap .autocomplete .suggestion-item.selected em {
  color: #262626;
  background-color: #ffff00;
}

    */

.suggestion-list
{
    width:400px;
}


.flex-row, .flex-row > div[class*='col-'] {  
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex:0 auto;
    height:100%;
}