﻿
.page {
    max-width: 1200px;
    min-width: 360px;
    margin: 0 auto 0 auto;
}

.ACTFont{
    font-family: sans-serif;
}



.btnACT1 {
    border-color: black;
    width: 100%;
    border-radius: 0px;
    background-color: white;
}

    .btnACT1:hover {
        border-color: #D22222;
        background-color: #D22222;
        color: white !important
    }

.btnACT2 {
    border-color: black;
    width: 100%;
    border-radius: 0px;
    color: white;
    background-color: black;
}

    .btnACT2:hover {
        border-color: #D22222;
        background-color: #D22222;
        color: white !important
    }

.btnDanger {
    border-color: #D22222;
    background-color: #D22222;
    color: white; 
    width: 100%;
    border-radius: 0px;
}
    .btnDanger:hover {
        border-color: #761c19;
        background-color: #761c19;
        color: white !important;
    }

.inputACT {
    max-width: 100%;
    border-radius: 0px
}

.BordeACT {
    border: solid 1px;
    border-color: #d8cece;
    padding: 10px;
    border-radius: 15px;
    margin: 10px;
}

.swal-border {
    border: solid 1px;
    border-color: lightgray;
}

.BorderStyle {
    border: solid 1px;
    border-color: #d8cece;
    padding: 10px;
    border-radius: 15px;
    margin: 10px;
}


.SettingLegend {
    font-size: large;
    width: auto !important;
    margin-bottom: 0 !important;
    border-bottom: 0 !important;
}

@media (max-width: 768px) {
    .SecondRow {
        margin-top: 10px;
    }
}

.Inline {
    display:inline-block
}

.NoRecordsFound {
    text-align: center;
    background-color: #f9f9f9;
    padding: 8px !important
}

.LinkActivity:hover {
    color: white !important
}

.btnACT3 {
    border:none;
    background-color: transparent;
}