﻿ /*!
* Licensed under MIT (https://rashicode.com)
*/
.animate-charcter {
    text-transform: uppercase;
    background-image: linear-gradient( -225deg, #231557 0%, #44107a 29%, #ff1361 67%, #fff800 100% );
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 50px;
    font-weight: bold;
    font-family: "Times New Roman", Times, serif;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

/*.btn:active {
    background-color: red;
    border-color: red;
}

.btn:hover {
    background-color: #082058;*/
    /*border-color: red;*/
/*}

.btn {
    padding: 5px 32px;*/
    /*border-left: 30px;*/
    /*margin-left:30px;*/
    /*border-right: 30px;*/
    /*color: #fff;
    background-color: #337ab7;*/
    /*border: 1px solid transparent;*/
    /*margin: 10px 2px;*/
    /*border-radius: 6px;*/
    /*border-color: #2e6da4;*/
    /*display: inline-block;*/
    /*padding: 6px 12px;*/
    /*margin-bottom: 0;*/
    /*font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
}*/

.bt {
    font-size: 21px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
    display: inline-block;
}

.center {
    padding: 0;
    text-align: center;
    margin: 5px;
}
div.rowClose {
    margin-top: 2px;
}
div.msg {
    /*border-top:10px;*/
    text-align: left;
    font-family: "Times New Roman, Times, serif";
    margin-top: 8px;
    font-size: 18px;
    word-wrap: break-word;
    /*word-break: break-all;*/
    /*color: blue;*/
}

div.msgcent {
    /*border-top:10px;*/
    text-align: center;
    font-family: "Times New Roman, Times, serif";
    margin: 5px;
    font-size: 15px;
    color: red;
}

div.msgMid {
    /*border-top:10px;*/
    text-align: center;
    font-family: "Monotype Corsiva";
    margin-top: 10px;
    font-size: 20px;
    /*font-size: 40px;*/
    color: #800000;
}

div.header {
    text-align: center;
    font-family: "Times New Roman, Times, serif";
    font-size: 40px;
    color: blue;
}
div.bueBox {
    border-style: solid;
    border-color: blue;
    border-width: 1px;
    margin: 5px 5px 5px 5px;
    /*margin: 10px;*/
    /*padding-left: 20px;
    padding-bottom: 10px;*/
    padding: 10px;
    background-color: white;
    border-radius: 20px;
/*    margin-top: 3px;
    margin-left: 4px;*/
    /*word-wrap: break-word;
    display: inline-block;*/
}
 
 body {
        padding-top: 1px;
        padding-bottom: 20px;
        padding-left: 1px;
        background-image: url('../images/idit.gif');
        margin-left: 1px;
        overflow: auto;
    }
div.lblbanner {
    font-family: 'Comic Sans MS';
    font-size: 38px;
    color: #800080;
    font-weight: 400;
    text-align:center;
}
.MenuRed {
    FONT: bolder 14px Verdana,Arial,Helvetica,sans-serif;
    COLOR: red !important;
    TEXT-DECORATION: none
}

    .MenuRed:after {
        content: "";
        display: inline-block;
        background: #ccc url(../images/paw.jpg) no-repeat;
        width: 14px;
        background-size: contain;
        height: 14px;
    }

    .MenuRed:before {
        content: "";
        display: inline-block;
        background: #ccc url(../images/paw.jpg) no-repeat;
        width: 14px;
        background-size: contain;
        height: 14px;
    }

/*#wrapper {
    overflow-x: hidden;
}

.MenuRed {
    FONT: bolder 14px Verdana,Arial,Helvetica,sans-serif;
    COLOR: red;
    TEXT-DECORATION: none
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -14rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

    #sidebar-wrapper .sidebar-heading {
        padding: 0.880rem 1.26rem;
        font-size: 1.264rem;
    }

    #sidebar-wrapper .list-group {
        width: 15rem;
    }

#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media(min-width:768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}*/
