﻿@charset "utf-8";
/* CSS Document */

@media (min-width: 1200px) {
    .modal-xlg {
        width: 1140px;
    }
}

input::-ms-clear {
    width: 0;
    height: 0;
}

input.ng-invalid:not(.ng-pristine) {
    border: 1px solid;
    border-color: orangered;
}

select.ng-invalid:not(.ng-pristine) {
    border: 1px solid;
    border-color: orangered;
}

body {
    font-family: Arial, sans-serif;
    font-size: 12px;
}

.btn-primary h3 {
    margin: 5px 0;
    float: left;
    font-size: 20px;
}

.table .btn-link .text-danger {
    color: #c5000e;
}

.table .btn-link .text-success {
    color: #3c763d;
}

.table .btn-link .text-warning {
    color: #8a6d3b;
}

.page-header {
    padding-bottom: 5px;
    margin: 10px 0;
}

    .page-header h2, .page-header .h2 {
        text-transform: uppercase;
        color: #444;
    }

.container-fluid {
    padding-right: 0;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

    .row > .table {
        width: 98%;
        margin-left: 15px;
    }

.table {
    margin-top: 10px;
}

    .table > tbody > tr {
        height: 41px;
    }

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f6f6f6;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #fff;
}

.table > tbody > tr.tr-lastChanged {
    background-color: #f69333;
}

.table > tbody > tr.tr-changed {
    background-color: #fcab81;
}

.table-striped-vertical > tbody > tr > td:nth-of-type(even) {
    background-color: #ddd;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 5px;
    vertical-align: middle;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td, .table > thead:first-child > tr:first-child > th {
    border: 1px solid #eee;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 0;
    text-align: center;
    padding: 10px 5px;
    background-color: #f5831f;
}

    .table > thead > tr > th a, .table > thead > tr > th {
        color: #fff;
    }
/*.table > thead > tr > th:first-of-type {
	min-width: 90px;
}*/
.table-hover > tbody > tr:hover{
    /*background-color: #eee;*/
    background-color: rgba(255, 169, 86, 0.49);
}

.form-control {
    padding: 2px 5px;
    font-size: 12px;
    line-height: 1.42857143;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0);
}

    .form-control:focus {
        border-color: #00b0ff;
        outline: 0;
        -webkit-box-shadow: 0 0 5px rgba(8, 98, 142, .03);
        box-shadow: 0 0 5px rgba(8, 98, 142, .03);
    }

.radio, .checkbox {
    height: 24px;
}

    .radio label, .checkbox label {
        font-weight: bold;
    }

    .radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
        margin-top: 0;
    }

.btn {
    padding: 7px 10px 6px 10px;
    margin-bottom: 3px;
    border: 0;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

    .btn:active, .btn.active {
        -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
        box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
    }

.btn-warning:hover, .btn-warning:focus, .btn-warning.focus, .btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning, .btn-success:hover, .btn-success:focus, .btn-success.focus, .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success, .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    border: 0;
}

.btn-primary, .btn-primary[disabled] {
    background-color: #444;
    border: 0;
}

    .btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
        background-color: #f5831f;
        border-color: #f5831f;
    }

.btn-danger {
    background-color: #bf0411;
    border-color: #bf0411;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger.focus, .btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
        background-color: #c5000e;
        border-color: #c5000e;
    }

.btn-lg, .btn-group-lg > .btn {
    border-radius: 0;
}

.btn-sm, .btn-group-sm > .btn {
    border-radius: 0;
}

.btn-xs, .btn-group-xs > .btn {
    border-radius: 0;
}

header .dropdown-menu {
    z-index: 10;
    min-width: 160px;
    padding: 0;
    background-color: #444;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.dropdown-menu .divider {
    margin: 90px 0;
}

header .dropdown-menu > li > a {
    padding: 7px 20px;
    color: #fff;
    width: 100%;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: #444;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #444;
}

.input-group {
    width: 100%;
}

.input-group-addon {
    border-radius: 0;
}

header .nav {
    margin-bottom: 0;
}

.nav > li > a {
    padding: 15px 20px;
}

.navbar-right {
    margin-right: 0;
}

    .navbar-right ~ .navbar-right {
        margin-right: 10px;
    }

.navbar-default {
    background-color: #f5831f;
    border: 0;
    font-size: 14px;
    border-radius: 0;
}

    .navbar-default .navbar-brand, .navbar-header .navbar-brand {
        color: #fff;
        font-size: 24px;
        text-transform: uppercase;
        font-weight: 600;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #fff;
            background-color: #444;
        }

    .navbar-default .navbar-text {
        color: #fff;
    }

p.navbar-text {
    font-style: italic;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
    font-size: 14px;
}

    .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
        color: #fff;
    }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #444;
    padding: 0;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #444;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav.navbar-right > li > a, .navbar-default .navbar-brand, header .dropdown-menu > li > a {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
    font-weight: bold;
}

.navbar-default .navbar-nav.navbar-right > li > a {
    background: #444;
    text-transform: uppercase;
}

    .navbar-default .navbar-nav > li > a:before, .navbar-default .navbar-nav.navbar-right > li > a:before, .navbar-default .navbar-brand:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 0;
        bottom: 0;
        background: #444;
        height: 100%;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-duration: 0.2s;
        transition-duration: 0.2s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

.navbar-default .navbar-nav > li > a:hover:before, .navbar-default .navbar-nav > li > a:focus:before, .navbar-default .navbar-nav > li > a:active:before, .navbar-default .navbar-brand:hover:before {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

.navbar-default .navbar-brand:before, .navbar-default .navbar-nav.navbar-right > li > a:before, header .dropdown-menu > li > a:before {
    height: 100%;
}


header .dropdown-menu > li > a:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity .5s ease-in-out;
    -moz-transition: opacity .5s ease-in-out;
    -ms-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
}


header .dropdown-menu > li > a:hover:before {
    filter: alpha(opacity=1);
    opacity: 1;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    transition: all 1s ease-out;
}

.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: #555;
    background-color: #444;
}

.pager li > a, .pager li > span {
    padding: 10px 14px;
    border-radius: 8px;
}

.panel {
    margin: 20px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.panel-body {
    padding: 0;
    margin: 15px 10px 10px 10px;
}

    .panel-body .table {
        margin-bottom: 10px;
    }

.panel-heading {
    padding: 8px 12px;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
}

.panel-default {
    border-color: #f6f6f6;
    background-color: #fdfdfd;
}

.panel-primary > .panel-heading {
    color: #444;
    background-color: #e6e6e6;
    border-color: #e6e6e6;
}

.modal-footer .btn + .btn {
    margin-bottom: 3px;
    margin-left: 5px;
}

.pagination {
    margin: 0;
}

    .pagination > li > a, .pagination > li > a span {
        padding: 7px 5px;
    }

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        background-color: #f5831f;
        border-color: #ccc;
    }

    .pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #555;
    }

        .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
            color: #fff;
            background-color: #444;
        }

    .pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
        background-color: #f5f5f5;
    }

pre {
    padding: 6px 5px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    border-radius: 0;
}

@media (min-width: 992px) {
    pre {
        margin: 0;
    }
}

.table .btn.disabled span {
    color: #999;
}

.breadcrumb {
    background-color: transparent;
    border-radius: 0;
    font-size: 16px;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #eee;
}

    .breadcrumb a {
        color: #666;
    }

    .breadcrumb > .active {
        color: #444;
        font-weight: bold;
    }

    .breadcrumb > li + li:before {
        color: #f5831f;
    }

.input-group-addon {
    padding: 6px 5px;
}

a {
    color: #444;
}

    a:hover, a:focus {
        color: #444;
    }

.modal-header {
    padding: 5px 10px;
    padding: 5px 10px;
    background: #f5831f;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

    .modal-header a {
        color: #fff;
    }

        .modal-header a:hover {
            cursor: pointer;
        }

.radio-inline, .checkbox-inline {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*:hover, a, button {
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.4s ease-out;
	-o-transition: all 0.4s ease-out;
	-ms-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}*/
/* _____________________________ SUBMENU _____________________________*/



.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu > .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: 0;
        margin-left: -1px;
        z-index: -1;
    }

    .dropdown-submenu:hover > .dropdown-menu {
        display: block;
    }

    .dropdown-submenu > a:after {
        display: block;
        content: " ";
        float: right;
        width: 0;
        height: 0;
        border-color: transparent;
        border-style: solid;
        border-width: 5px 0 5px 5px;
        border-left-color: #cccccc;
        margin-top: 5px;
        margin-right: -10px;
    }

    .dropdown-submenu:hover > a:after {
        border-left-color: #ffffff;
    }

    .dropdown-submenu.pull-left {
        float: none;
    }

        .dropdown-submenu.pull-left > .dropdown-menu {
            left: -100%;
            margin-left: 10px;
        }

@-webkit-keyframes dropdownSub {
    0% {
        opacity: 0;
        left: 50%;
    }

    100% {
        opacity: 1;
        left: 100%;
    }
}

@-moz-keyframes dropdownSub {
    0% {
        opacity: 0;
        left: 50%;
    }

    100% {
        opacity: 1;
        left: 100%;
    }
}

@-o-keyframes dropdownSub {
    0% {
        opacity: 0;
        left: 50%;
    }

    100% {
        opacity: 1;
        left: 100%;
    }
}

@keyframes dropdownSub {
    0% {
        opacity: 0;
        left: 50%;
    }

    100% {
        opacity: 1;
        left: 100%;
    }
}

.dropdown-submenu > .dropdown-menu {
    -webkit-animation: dropdownSub 0.3s;
    -moz-animation: dropdownSub 0.3s;
    -o-animation: dropdownSub 0.3s;
    animation: dropdownSub 0.3s;
}
/* _____________________________ FIN SUBMENU _____________________________*/




/* _____________________________ AGREGADO _____________________________*/

.input-group-3 input, .input-group-3 .form-control {
    width: 40%;
    float: left;
}

    .input-group-3 input:nth-of-type(2), .input-group-3 .form-control:nth-of-type(2) {
        width: 20%;
        border-left: 0;
        border-right: 0;
    }

.input-group-2 input, .input-group-2 span, .input-group-2 .form-control {
    width: 50%;
    float: left;
}

.input-group-2Date input, .input-group-2Date .form-control {
    width: 40%;
    float: left;
}

.input-group-2Date span {
    width: 10%;
    float: left;
}

    .input-group-2Date span.btn-group pull-left {
        width: 100%;
        float: left;
    }

    .input-group-2Date span .btn-default, .input-group span .btn-default {
        border: 1px solid #ccc;
        margin: 0;
        padding: 6px 11px;
        border-left: 0;
    }

.input-group-2Date .dropdown-menu, .input-group .dropdown-menu {
    min-width: 0;
    padding: 0;
    background-color: #efefef;
    border: 1px solid #999;
}

    .input-group-2Date .dropdown-menu li span {
        width: auto;
    }

.input-group-2 button {
    width: 100%;
}

.input-group-2 input:nth-of-type(2), .input-group-2 .form-control:nth-of-type(2) {
    border-left: 0;
}

.table .btn-link {
    padding: 0;
    font-weight: bold;
}

    .table .btn-link span {
        padding: 0 2px;
        font-size: 20px;
        margin: 0;
        color: #444;
    }



.nav .navbar-right .btn-group {
    margin-right: 5px;
    margin: 0 3px 0 0;
    float: right;
}

.hiddenRow .row {
    margin: 10px 0;
}

    .hiddenRow .row:last-of-type {
        border: none;
    }

.border {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
    margin-bottom: 20px;
}

.navBorder {
    border-top: 1px solid #eee;
    padding: 10px 0;
    margin-top: 10px;
}

th.size-1 {
    width: 30px;
}

th.size-2 {
    width: 60px;
}

th.size-3 {
    width: 90px;
}

th.size-4 {
    width: 120px;
}

th.size-5 {
    width: 150px;
}

.noResults {
    height: 0;
    float: right;
    overflow: visible;
    color: #c5000e;
}

table.sortable tbody tr:hover {
    cursor: ns-resize;
}

@-webkit-keyframes dropdown {
    0% {
        opacity: 0;
        left: -20px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-moz-keyframes dropdown {
    0% {
        opacity: 0;
        left: -20px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@-o-keyframes dropdown {
    0% {
        opacity: 0;
        left: -20px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

@keyframes dropdown {
    0% {
        opacity: 0;
        left: -20px;
    }

    100% {
        opacity: 1;
        left: 0;
    }
}

header .open > .dropdown-menu {
    -webkit-animation: dropdown 0.5s;
    -moz-animation: dropdown 0.5s;
    -o-animation: dropdown 0.5s;
    animation: dropdown 0.5s;
}

/*---------------------------LOGIN---------------------------*/


.loginContent {
    background: url(/images/background.jpg) no-repeat;
    background-size: cover;
}

    .loginContent .modal-sm {
        width: 450px;
    }


    .loginContent .modal-content {
        border-radius: 0;
        border: 0;
        box-shadow: 0 2px 8px rgba(0, 0, 0, .3);
        padding-top: 80px;
        background: url(/images/logoGrimoldi.png) 22px 22px no-repeat #fff;
    }


    .loginContent .modal-header {
        padding: 6px 10px;
        color: #333;
        background-color: #eee;
        border-radius: 0;
        border: 0;
        margin: 0 0 10px;
    }


        .loginContent .modal-header h4 {
            margin: 0;
            text-align: left;
            text-transform: uppercase;
            position: relative;
            text-indent: 20px;
        }


            .loginContent .modal-header h4:after {
                content: "\e008";
                font-family: 'Glyphicons Halflings';
                font-style: normal;
                font-weight: 400;
                height: 20px;
                width: 20px;
                background: #eee;
                display: inline-table;
                padding: 17px;
                border-radius: 50px;
                position: absolute;
                right: 30px;
                top: -20px;
                text-indent: 0;
                font-size: 22px;
            }



    .loginContent .modal-body {
        padding: 30px;
    }



        .loginContent .modal-body .form-control {
            font-size: 14px;
            padding: 10px;
        }



        .loginContent .modal-body .btn-primary,
        .loginContent .modal-body .btn-primary[disabled] {
            background-color: #f6931f;
            color: #fff;
            border: 0;
            margin-top: 10px;
            font-size: 16px;
            padding: 8px 0;
        }


            .loginContent .modal-body .btn-primary:hover,
            .loginContent .modal-body .btn-primary[disabled]:hover {
                background-color: #000;
            }


        .loginContent .modal-body a {
            font-size: 14px;
            font-weight: bold;
        }
/* ______________ MODAL______________*/

.modalDialog {
    position: fixed;
    font-family: Arial, Helvetica, sans-serif;
    top: -10%;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99999;
    opacity: 0;
    pointer-events: none;
}

    .modalDialog:target {
        opacity: 1;
        -webkit-transition: opacity 400ms ease-in;
        -moz-transition: opacity 400ms ease-in;
        transition: opacity 400ms ease-in;
        pointer-events: auto;
    }

    .modalDialog > div {
        width: 50%;
        height: auto;
        max-height: 600px;
        overflow-y: auto;
        overflow-x: hidden;
        position: relative;
        margin: 10% auto;
        padding: 10px;
        background: #fff;
    }

.modalDialog-sm > div {
    width: 25%;
}

.modalDialog > div .row {
    margin: 0 0 10px 0;
}

.modalDialog .close {
    background: none;
    color: #999;
    line-height: 25px;
    position: absolute;
    right: 20px;
    text-align: center;
    top: 15px;
    text-decoration: none;
    font-weight: bold;
    opacity: 1;
    font-size: 24px;
}

.close:hover {
    color: #444;
}
/* ______________ FIN MODAL______________*/




.semaforo {
    height: 30px;
    width: 30px;
    margin: 0 auto 2px auto;
    border-radius: 30px;
    box-shadow: -3px -3px 10px rgba(0, 0, 0, 0.3) inset;
}

.semaforo-actual {
    background: rgba(245, 131, 31, 1);
}

.semaforo-anterior {
    background: rgba(245, 131, 31, 0.3);
}
/*____________________________TREE____________________________*/


.treeiframe {
    width: 100%;
    height: 620px;
}

.tree ul {
    padding-left: 0;
}

    .tree ul li ul {
        padding-left: 10px;
    }

        .tree ul li ul li ul {
            padding-left: 20px;
        }

.tree li {
    list-style: none;
}

    .tree li span {
        display: block;
        padding: 5px 0;
        text-transform: uppercase;
        color: #444;
        font-weight: bold;
        font-size: 14px;
        text-align: right;
    }

.tree > ul > li > span {
    font-size: 16px;
}

.tree li ul li ul li span {
    font-size: 12px;
    line-height: 21px;
}

.tree li span:hover, .tree li span:hover a {
    cursor: pointer;
    text-decoration: underline;
}

.tree li span a {
    width: 100%;
    display: block;
}

i.icon-plus-sign:before, i.icon-minus-sign:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 11px solid #999;
    border-bottom: 7px solid transparent;
    display: block;
    float: left;
    margin: 2px 10px 0 0;
}

i.icon-minus-sign:before {
    border-left: 8px solid transparent;
    border-top: 12px solid #444;
    border-right: 8px solid transparent;
    margin: 3px 6px 0 -1px;
}

.tree li span i.icon-minus-sign:before {
    border-top-color: #f5831f;
}


.tree li ul li ul li span i.icon-minus-sign:before {
    border-top-color: #444;
}






#casa {
    width: 100%;
    display: block;
    float: left;
    margin: 10px auto 20px auto;
    border-bottom: 1px solid #eee;
}


    #casa > button {
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-left: 15px solid #000;
        border-bottom: 10px solid transparent;
        border-right: 0;
        display: block;
        float: left;
        background: none;
        padding: 0;
        display: block;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        rotation: 90deg;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=90);
    }



    #casa.casaOpen > button {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        rotation: 0deg;
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
    }


.casa, .casaClose .casa {
    height: 5px;
    overflow: hidden;
    width: 100%;
    float: left;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.casaOpen button.close,
.casaOpen span.close {
    display: block !important;
    opacity: 1;
}

.casaOpen button.open,
.casaOpen span.open {
    display: none !important;
    opacity: 1;
}

#casa span,
.casaOpen span.open,
.casaOpen span.close {
    opacity: 1;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: normal;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: none;
    opacity: 1;
    margin: 2px 0 0 10px;
}

.casaOpen .casa {
    height: 250px;
    overflow: hidden;
    width: 100%;
    float: left;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}


td.destacado {
    color: #fff;
    background-color: #f69333;
}

tr:hover td.destacado {
    background-color: #f5831f;
}

tr.selected {
    background-color: #333;
}

tr.selected {
    outline: #999;
    outline-width: thin;
    outline-style: solid;
}


td.selected button {
    background-color: #f69333;
    border: 1px solid #000;
}


td button.btn {
    margin: 0;
    height: 40px;
    width: 100%;
    padding: 0;
    min-width: 40px;
}


td img {
    width: 100%;
    height: auto;
    max-width: 50px;
}




body .container {
    width: 96%;
    margin:auto;
}




@media (min-width: 768px) {
     .container  {
        min-width: 750px;
    }
}


@media (min-width: 992px) {
      .container  {
        min-width: 970px;
    }
}


@media (min-width: 1200px) {
     .container  {
        min-width: 1170px;
      
    }
}
