
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.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: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.breadcrumb .clie{
    font-weight: normal; 
    display: block;    
}

div.breadcrumb {
    margin-bottom: 0px;
}

#dctoEmbarm, #dctoEmbarh{
    text-transform:uppercase;
}

.input-group-addon{
    font-size: 12px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}
body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.container {
    max-width: 900px;
}



/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
    padding: 0px 15px 20px;
}
.container .text-muted {
    margin: 20px 0;
}

#footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

code {
    font-size: 80%;
}

.alert{
    margin-top: 20px;
}


#f1Table tbody tr, #conteTable tbody td span, #houseTable tbody td, #masterTable tbody tr, #manifTable tbody tr, table.sort thead th, #programaTable tbody tr{
    cursor: pointer;    
}

.tree a:focus, .tree a:hover, .tree a:visited, .tree a:active, 
#manifTable a:focus, #manifTable a:hover, #manifTable a:visited, #manifTable a:active, 
#masterTable a:focus, #masterTable a:hover, #masterTable a:visited, #masterTable a:active, 
#houseTable a:focus, #houseTable a:hover, #houseTable a:visited, #houseTable a:active,
#sessionTable a:focus, #sessionTable a:hover, #sessionTable a:visited, #sessionTable a:active{
    text-decoration: none !important;
}

.nowrap tbody td, .nowrap th{
    white-space:nowrap;
}

hr.separator {
    clear: both;
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    height: 1px;
}

.dctoHouse{
    margin-top: 20px;
}

.spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -50px; /* half width of the spinner gif */
    margin-top: -50px; /* half height of the spinner gif */
    text-align:center;
    z-index:4234;
    overflow: auto;
    width: 100px; /* width of the spinner gif */
    height: 102px; /*hight of the spinner gif +2px to fix IE8 issue */
}

#spinner{
    background-color: #000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 4140;
    opacity: 0.5;
}

#spinner button {
    position: absolute;
    top: 25px;
    right: 25px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: none;
    color: #FFF;
    font-weight: bold;
    opacity: 1;
    font-family: inherit;
    font-size: 1.5em;
}

.tree {
    min-height:20px;
    padding: 10px 10px 10px 0;
    margin-bottom:20px;
    background-color:#fbfbfb;
    border:1px solid #999;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    overflow-x: auto;
}

.tree ul{
    padding-left: 20px;
    margin-left: -10px;
}

.tree li {
    list-style-type:none;
    margin:0;
    padding:5px 5px 0 5px;
    position:relative;
    white-space:nowrap;
}

.tree li::before, .tree li::after {
    content:'';
    left:-7px;
    position:absolute;
    right:auto;
}

.tree li::before {
    border-left:1px solid #999;
    bottom:50px;
    height:100%;
    top:0;
    width:1px;
}

.tree li::after {
    border-top:1px solid #999;
    height:20px;
    top:16px;
    width:10px;
}

.tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border:1px solid #999;
    border-radius:5px;
    display:inline-block;
    padding:2px 6px;
    text-decoration:none;
}

.tree li.parent_li>span {
    cursor:pointer;
}

.tree>ul>li::before, .tree>ul>li::after {
    border:0;
}

.tree li:last-child::before {
    height:16px;
}

.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
    background:#eee;
    border:1px solid #94a0b4;
    color:#000;
}

.tree label{
    margin-left: 5px;
}

table.sort thead th{
    background: url('../img/sort_both.png') no-repeat center right; 
    padding-right: 25px;
}

table.sort thead th.first{
    background: none; 
    padding-right: 8px;
}

table.sort thead th.asc{
    background: url('../img/sort_asc.png') no-repeat center right; 
}

table.sort thead th.desc{
    background: url('../img/sort_desc.png') no-repeat center right; 
}

.trans-btn {
    font-size: 25px;
    width: 46px;

}



@media (min-width: 768px) {
    .my-responsive{
        padding-bottom: 0px;
    }

    .my-responsive .table-responsive{
        overflow-x: auto;
        overflow-y: hidden;        
    }

    .tree {
        height: 370px;
        overflow-y: auto;
    }

    .env-space{
        margin-top: 30px;
    }

    .filia{
        margin-top: 25px;
    }
}

@media(max-width: 768px){
    .filia{
        margin-top: 0px;
    }
}

.program{
    display: block;
    width: 100%;
    text-align: center;
}

#sessionTable tr a{
    font-size: 16px;
}

.code{
    background-image: none;
    border: 1px solid #ccc;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;    
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    padding: 0 6px;
    text-align: center;
    border-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-right: none;
}

.codeParent{
    padding: 0px;
    border: none;
}

.code:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.code[disabled], .code[readonly] {
    background-color: #eee;
    cursor: not-allowed;
    opacity: 1;
}

.more-info{
    float: right;
    cursor: pointer;
}

.left-float{
    float:left;
}

.right-float{
    float:right;
}

.clear{
    clear: both;
}

.totalRow{
    margin-top: 20px;
    margin-right: 20px;
    margin-left: 10px;
    color: #428bca;
    border-radius: 4px;
    padding: 6px 12px;
    border: 1px solid #ddd;
}

.errorTable span{
    font-size: 18px;
}

.breadcrumb #myForm .active {
    color: #999;
}