
body, #MainContainer, #Everything {
    overscroll-behavior-y: none;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.row.noOffsetMargin{
    margin-right: 0px;
    margin-left: 0px;
}

.text-right {
    text-align : right;
}

.text-left {
    text-align : left;
}

.text-center {
    text-align : center;
}

.subtitle.highlight {
    font-size: 22px;
}
.UI_IOS .card-title, .UI_IOS .subTitle {
    text-align: center;
}

.UI_IOS .datepicker-date-display {
    text-align : center;
}
.UI_IOS .modal {
   border-radius: 18px;
}

.UI_IOS .datepicker-footer{
    justify-content: center;
}

.UI_IOS .datepicker-clear {
    display : none;
}

.UI_IOS .card {
    border-radius : 5px !important;
    box-shadow : 0px 4px 10px rgba(0,0,0,0.1) !important;
}

.table-responsive {
    overflow-y: auto;
}

#DetailTable td, 
#DetailTable th {
    padding: 2px 2px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #d2d1d1;
}

#DetailTable th {
    opacity: 0.7;
    text-transform: uppercase;
}

#DetailTable2 td, 
#DetailTable2 th {
    padding: 2px 2px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
    font-size: 12px;
    border: 1px solid #d2d1d1;
}

#DetailTable2 th {
    opacity: 0.7;
    text-transform: uppercase;
}


.card .card-title {
    font-size: 1.7em;
}


@media print {
    /* .headTitle {
        margin-top: 0cm !important;
        text-align: center;
    } */


    .page-header {
        display: table-header-group;
        position: running(header);
    }

    #pageNumber { content: counter(page) }
    div#Everything, body, #MainContainer {
        overflow: initial !important;
        overflow-x: initial !important;
    }

    body {
        font-size: 1.5em;
    }
    #topBar  {
        display: none;
        opacity: 0;
    }

    
}

.totals {
    padding: 3px;
    padding-top: 10px;
}

@page {
    size: auto;
    margin: 0mm;
    counter-increment: page;
    @top-center { content: element(header) }
}


.table-not-resumed td, .table-not-resumed th{
    word-break: break-word;
    white-space: pre;
}

th {
    opacity: 0.7;
    text-transform: uppercase;
}

.card {
    box-shadow: 0px 1px 1px rgba(0,0,0,0.1) !important;
    
}

div.subTitle {
    margin-bottom: 5px;
}

.EngagementSection {
    height: 80vh;
}

.EngagementIcon {
    text-align: center;
    font-size: 31px;

}

.fullBackgroundImg {
    background-image: url("../Image/LoginBackground.jpg");
    background-size: cover;
    transform: scale(1.3);
    animation-duration: 30s;
    animation-name: cornerMove;
}

@keyframes cornerMove {
    to {
        transform: scale(1.3) translateX(0%) translateY(0%)
    }

    from {
        transform: scale(1.3) translateX(10%) translateY(10%)
    }
}

#MainContainer {
    overflow-x: hidden;
}

.fullBackgroundImg:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    background: #105676; /* Old browsers */
    background: linear-gradient(to bottom, #105676 0%,#000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.fullBackgroundImg {
    position: fixed;
    height: 100vh;
    width: 100vw;
}

.BoxLogin {
    margin: 50px;
}

.BoxLogin .ApplicationName {
    font-size: 40px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.30);
}

.BoxLogin .EngagementPhrase {
    font-size: 18px;
}

.BoxLogin  .Actions {
    position: fixed;
    width: calc(100% - 100px);
    bottom: 50px;
}

.BoxLogin a.loginIcon > i {
    font-size: 17px;
    margin-top: 14px;
    margin-left: 3px;
}

.card {
    margin-top: 10px !important;
    /* margin-bottom: 15px !important; */
}


.card.same-margin {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.ItemList > .Item {
    padding: 10px;
    border-bottom: 1px solid #EEE;
    width : 100%;
}


.ItemList > .Item:last-child {
    border-bottom: none;
}

.ItemList >.Item>.Title {
    font-weight: bold;
}

.badge {
    border-radius : 4px;
    text-align : center;
    display : inline-block;
    font-size : 12px;
    padding : 1px 5px;
}

.ItemList >.Item>.Subtitle {
    color: #7b7b7b;
    font-size: 0.9em;
    display: inline-block;
}

.SectionTitle {
    padding: 6px 10px;
    font-size: 16px;
    margin-top: 5px;
}

.empty-state {
    margin: 30px;
    text-align: center;
    opacity: 0.5;
}


.empty-state > i.fa{
    font-size: 48px;
}

.card .card-content {
    padding: 15px;
    border-radius: 0 0 2px 2px;
}


.Item > div {
    box-sizing : border-box;
    display : inline-block;
}
.Item > .image {
    width : 60px;
}

.Item > .image .profilePhoto {
    width : 50px;
    height : 50px;
    line-height : 50px;
    font-weight : bold;
    font-size : 19px
}

.Item > .detail {
    padding-top : 4px;
    float : right;
    width : calc(100% - 60px)
}


.card.toggle-card {
    transition : 0.25s;
}

.card.toggle-card.collapsed:before {
    content : "Mostrar tarjeta";
    padding : 10px
}

.card.toggle-card.collapsed {
    height : 28px;
    overflow : hidden;
    font-weight : bold;
    color : var(--defaultTextColor)
}

.print-button {
    display : none;
}

