/* put your own styles to customize and override the theme */
.line-items-table > thead > tr > th,
.line-items-table > tbody > tr > th,
.line-items-table > tfoot > tr > th,
.line-items-table > thead > tr > td,
.line-items-table > tbody > tr > td,
.line-items-table > tfoot > tr > td
{
    padding:3px !important;
    line-height:34px;
}

.full-screen-menu .tab-pane
{
	overflow:auto;
}


.canceled_yes
{
	background-color: #f2dede;
	text-decoration: line-through;
}

.search-bar .highlight {
	background: none;
    background-color: #fff5d9 !important;
}

.blockMsg{
	font-size: 50px;
    background: rgba(255,255,255,0.4) !important;
    width: 100% !important;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    left: 0 !important;
	text-transform: uppercase;
}


.blockMsg .spinner-border
{
	font-size: 6px;
	margin: 10px 16px;
}

.table tr.active td{
    background-color: #cce5ff;
    border-color: #b8daff;
}

.new-datagrid img
{
    max-width: 40px;
    max-height: 40px;;
}

.modal-body .card
{
    box-shadow:none;
    margin:0 !important;
}

.close-btn{
    display: none;
}

.modal-body .close-btn{
    display: flex !important;
}

.width-100{
    width:100px;
}


.width-130{
    width:130px;
}


/* TOUR CUSTOM STYLE */
.tour-active-element {
    position: relative;
    background: rgba(255,255,255,0.4) !important;
    border: 1px solid black;
    border-radius: 5px;
    z-index: 1050;
  }


#helpBtn
{

	display: none;
}

.fc-list-view
{
    border-width: 0 !important;
}

.line-items-table .handle
{
	background: url('../../images/move.png');
	background-position: center;
	background-repeat: no-repeat;
	cursor: move;
	width:35px;
}

.visual-picker-xlg .visual-picker-figure
{
    width: 24rem;
    height: 24rem;
}

.visual-picker-xlg .visual-picker-content
{
    height:100%;
    padding:10px;
    padding-top:20px;
}


.iframe .app-header,
.iframe .app-aside
{
    display: none !important;
}


.iframe .app-main{
    padding:0;
}

.iframe .app-header{

}

.iframe .body-contents{
    padding-top:0 !important;
}

.btn-floated-left {
    position: fixed;
    left: 1.25rem;
    bottom: 4rem;
    width: 3.5rem;
    height: 3.5rem;
    font-size: 1.25rem;
    line-height: 1;
    border-radius: 3rem;
    border: 0;
    z-index: 5;
    box-shadow: 0 3px 5px -1px rgba(20, 20, 31, 0.2), 0 6px 10px 0 rgba(20, 20, 31, 0.14), 0 1px 18px 0 rgba(20, 20, 31, 0.12);
}

@media (min-width: 768px) {
    .btn-floated-left {
        bottom: 1.25rem;
    }
}

.btn-floated-left.btn-lg, .btn-group-lg > .btn-floated-left.btn {
    width: 4rem;
    height: 4rem;
    font-size: 1.25rem;
    line-height: 1;
}

.btn-floated-left.btn-sm, .btn-group-sm > .btn-floated-left.btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 1rem;
    line-height: 1;
}

.btn-floated-left:hover, .btn-floated-left:focus {
    box-shadow: 0 3px 5px -1px rgba(20, 20, 31, 0.2), 0 6px 10px 0 rgba(20, 20, 31, 0.14), 0 1px 18px 0 rgba(20, 20, 31, 0.12) !important;
}

.btn-floated-left:active {
    box-shadow: 0 7px 8px -4px rgba(20, 20, 31, 0.2), 0 12px 17px 2px rgba(20, 20, 31, 0.14), 0 5px 22px 4px rgba(20, 20, 31, 0.12) !important;
}

@media (min-width: 576px) and (max-width: 1300px){
.modal-dialog {
    max-width: 90% !important;
    margin: 1.75rem auto;
}}


@media (max-width: 600px) {
 
    .new-datagrid td {
        min-width: 110px;
        max-width:200px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .new-datagrid th {
        min-width: 110px;
        max-width:300px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden !important;
    }

    .page-inner {
        padding-right: 0;
        padding-left: 0;
    }

    .card{
        border-radius: 0 !important;
        padding: 0;
    }

    .card-body{
        padding:0.3rem;
    }

    .page-inner{
        padding:0 !important;
    }

    .section-block {
        padding-right: 0;
        padding-left: 0;
    }
}


.actions-column{
    overflow: visible !important;
}
