﻿body {
}

.tdalign {
    text-align: center;
}

.addbuttonalign {
    text-align: center;
}

.removebuttonalign {
    text-align: center;
}

.textaligncenter {
    text-align: center;
}

.navbar, .main-container, .footer {
    display: none;
}

body {
    background: #161616;
    margin: 0;
    padding: 0;
    height: 100%;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
}

/* Full Width Progress Bar */
#pageloader {
    width: 100%;
    height: 5px;
    margin: 300px auto;
    background: #000;
}

.expand {
    width: 100%;
    height: 1px;
    margin: 2px 0;
    background: #2187e7;
    position: absolute;
    box-shadow: 0px 0px 10px 1px rgba(0,198,255,0.7);
    -moz-animation: fullexpand 1s ease-out;
    -webkit-animation: fullexpand 1s ease-out;
}
.marginclass {
    margin-top: 7px;
}

@-moz-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes fullexpand {
    0% {
        width: 0px;
    }

    100% {
        width: 100%;
    }
}

@-moz-keyframes fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fill {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
