﻿/***
html, body, .container-table {
    height: 100%;
}
.container-table {
    display: table;
}

.vertical-center-row {
    display: table-cell;
    vertical-align: middle;
}

.modal-dialog {
    top:15%;
    width: 90%;
    height:75%;
    max-width: 90%;
}

.x-modal-header {
    height:10px;
    background: #f0f3f5;
}

.modal-body {
    height:75%;
    max-height: 65%;
}
.modal .x-modal-header .btn {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    z-index:2000;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
}

****/



/*@media screen and (min-width: 768px) {
    .modal-dialog {
        width: 700px;*/ /* New width for default modal */
    /*}

    .modal-sm {
        width: 350px;*/ /* New width for small modal */
    /*}
}

@media screen and (min-width: 992px) {

    .modal-lg {
        width: 950px;*/ /* New width for large modal */
    /*}
}*/

.modal-dialog {
    width: 1250px; /* New width for default modal */
}

.modal-lg {
    width: 1250px; /* New width for large modal */
    max-width: 1250px; /* New width for large modal */
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 3000 !important;
} 

.nav-title {
    display: none;
}

.close-btn {
    display: block;
    float: right;
    position: relative;
    top: -40px;
    right: -30px;
    z-index: 99999;
}

.closeBtn {
    height: 1px;
}

.centered {
    margin: auto;
    max-width: 900px;
}

.header-fixed .app-body {
    margin-top: 65px;
}

.breadcrumb{
    display: none;
}
.terminaldiv {
    color: #333333;
    background-color: white;
    border-color: #eee;
    border-width: 1px;
    border-style: Dotted;
    background-color: white;
}
.terminalimg {
    height:94px;
    width:105px;
    border-width:0px;
}


