@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,200;1,300&display=swap');

body {
    color: #000;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    background-color: #f7f7f7;
}

body, td, th {
    font-family: Poppins, sans-serif;
}

::selection {
    color: #FFF;
    background: #053c73;
}

::-moz-selection {
    color: #FFF;
    background: #053c73;
}

::-o-selection {
    color: #FFF;
    background: #053c73;
}

::-ms-selection {
    color: #FFF;
    background: #053c73;
}

::-webkit-selection {
    color: #FFF;
    background: #053c73;
}

.Shadow {
    -moz-box-shadow: 0px 0px 8px 0px #999;
    -webkit-box-shadow: 0px 0px 8px 0px #999;
    box-shadow: 0px 0px 8px 0px #999;
}

.boxshadow {
    box-shadow: 0px 0px 15px 0px #bbb;
    -webkit-box-shadow: 0px 0px 15px 0px #bbb;
    -moz-box-shadow: 0px 0px 15px 0px #bbb;
    -ms-box-shadow: 0px 0px 15px 0px #bbb;
}


.BgColor1 {
    background-color: #fff;
}

.bgcolor2 {
    background-color: #00a7b5;
}

.bgcolor3 {
    background-color: #9569c0;
}

.bgcolor4 {
    background-color: #e3361e;
}

.bgcolor5 {
    background-color: #00bf84;
}

.bgcolor6 {
    background-color: #f09e02;
}

.BgColor7 {
    background-color: #fff;
}

.BgColor8 {
    background-color: #e0e4ea;
}

.BgColor9 {
    background-color: #f5f6f7;
}

.BgColor10 {
    background-color: #c7d2e3;
}

.BgColor11 {
    background-color: #3a337f !important;
    color: #FFFFFF;
}

.BgColor12 {
    background-color: #587e65 !important;
    color: #FFFFFF;
}

.loginbg {
    margin: 0px;
    max-height: 100%;
    background-color: #09316d;
    background-image: linear-gradient(top, #09316d, #00124d);
    background-image: -webkit-linear-gradient(top, #09316d, #00124d);
    background-image: -moz-linear-gradient(top, #09316d, #00124d);
    background-image: -ms-linear-gradient(top, #09316d, #00124d);
    background-image: -o-linear-gradient(top, #09316d, #00124d);
    height: 100vh;
}

.Logo {
    max-width: 250px;
    position: absolute;
    left: 50%;
    top: 0px;
    text-align: center
}

.wraper {
    width: 96%;
    margin: auto
}

.PositionABT {
    position: absolute
}

.PositionREL {
    position: relative
}

.PositionFIX {
    position: fixed
}

.bg1 {
    background-color: #FFF;
}

.BgColor1 {
    background-color: #fff;
}

.TableAlt1 {
    background-color: #1b51a4;
    color: #FFF
}

.AltColor12 {
    background-color: #cfe1ff;
    color: #000
}

.AltColor11 {
    background-color: #bcd0ef;
    color: #000
}

.TableAlt2 {
    background-color: #ea1c2d;
    color: #FFF
}

.AltColor21 {
    background-color: #f0f0f0;
}

.AltColor22 {
    background-color: #f5f5f5;
}

.FontColor1 {
    color: #0b2854 !important;
}

.FontColor2 {
    color: #585b61;
}

.FontColor3 {
    color: #FFFFFF;
}

.FontColor4 {
    color: #000;
}

.FontColor5 {
    color: #db0000;
}

/* Font Sizes */
.SmallerText {
    FONT-SIZE: 10px;
}

.MediumText {
    FONT-SIZE: 12px;
}

.NormalText {
    FONT-SIZE: 13px;
}

.NormalTextBig {
    FONT-SIZE: 16px;
    font-weight: 300
}

.Heading {
    FONT-SIZE: 20px;
}

.BiggerText {
    FONT-SIZE: 26px;
}

.LargeText {
    FONT-SIZE: 30px;
}

.Bold {
    font-weight: 500
}

.AllCaps {
    text-transform: uppercase;
}



.Textcenter {
    text-align: center;
}

.clear {
    clear: both
}

.Button {
    box-shadow: inset 0px 1px 0px 0px #2b8aca;
    background-color: #1b51a4;
    background-image: linear-gradient(top, #1b51a4, #0e3a7d);
    background-image: -webkit-linear-gradient(top, #1b51a4, #0e3a7d);
    background-image: -moz-linear-gradient(top, #1b51a4, #0e3a7d);
    background-image: -ms-linear-gradient(top, #1b51a4, #0e3a7d);
    background-image: -o-linear-gradient(top, #1b51a4, #0e3a7d);
    border: 1px solid #1b51a4;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 8px;
    text-decoration: none;
}

    .Button:hover {
        box-shadow: inset 0px 1px 0px 0px #0175a6;
        background-color: #0e3a7d;
        background-image: linear-gradient(top, #0e3a7d, #1b51a4);
        background-image: -webkit-linear-gradient(top, #0e3a7d, #1b51a4);
        background-image: -moz-linear-gradient(top, #0e3a7d, #1b51a4);
        background-image: -ms-linear-gradient(top, #0e3a7d, #1b51a4);
        background-image: -o-linear-gradient(top, #0e3a7d, #1b51a4);
        border: 1px solid #0e3a7d;
        text-decoration: none;
    }

    .Button:active {
        position: relative;
        top: 1px;
    }

.ButtonBig {
    box-shadow: inset 0px 1px 0px 0px #2b8aca;
    background-color: #1b51a4;
    background-image: linear-gradient(top, #1b51a4, #0e3a7d);
    background-image: -webkit-linear-gradient(top, #1b51a4, #0e3a7d);
    background-image: -moz-linear-gradient(top, #1b51a4, #0e3a7d);
    background-image: -ms-linear-gradient(top, #1b51a4, #0e3a7d);
    background-image: -o-linear-gradient(top, #1b51a4, #0e3a7d);
    border: 1px solid #1b51a4;
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 5px 10px;
    text-decoration: none;
}

.ButtonColor {
    FONT-WEIGHT: bold;
    COLOR: #fff;
    text-decoration: none;
    font-size: 12px;
    background-color: #ea1c2d;
    background-image: linear-gradient(top, #ea1c2d, #b5101d);
    background-image: -webkit-linear-gradient(top, #ea1c2d, #b5101d);
    background-image: -moz-linear-gradient(top, #ea1c2d, #b5101d);
    background-image: -ms-linear-gradient(top, #ea1c2d, #b5101d);
    background-image: -o-linear-gradient(top, #ea1c2d, #b5101d);
    border: 1px solid #b5101d;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 4px 10px;
    outline: none;
    cursor: pointer;
}

    .ButtonColor:hover {
        box-shadow: inset 0px 1px 0px 0px #ea1c2d;
        background-color: #b5101d;
        background-image: linear-gradient(top, #b5101d, #ea1c2d);
        background-image: -webkit-linear-gradient(top, #b5101d, #ea1c2d);
        background-image: -moz-linear-gradient(top, #b5101d, #ea1c2d);
        background-image: -ms-linear-gradient(top, #b5101d, #ea1c2d);
        background-image: -o-linear-gradient(top, #b5101d, #ea1c2d);
        border: 1px solid #7e4403;
        text-decoration: none;
    }

    .ButtonColor:active {
        position: relative;
        top: 1px;
    }

.ButtonSmall {
    FONT-SIZE: 10px;
    COLOR: #FFFFFF;
    text-decoration: none;
    background-color: #034485;
    background-image: linear-gradient(top, #018fca, #0180b5);
    background-image: -webkit-linear-gradient(top, #018fca, #0180b5);
    background-image: -moz-linear-gradient(top, #018fca, #0180b5);
    background-image: -ms-linear-gradient(top, #018fca, #0180b5);
    background-image: -o-linear-gradient(top, #018fca, #0180b5);
    border: 1px solid #022548;
    border-radius: 2px;
    padding: 2px 5px;
    outline: none;
    cursor: pointer;
}




/* All Border Styles */
.Border1 {
    border-width: 1px;
    border-style: solid;
    box-sizing: border-box;
}

.Border2 {
    border-width: 2px;
    border-style: solid;
    box-sizing: border-box;
}

.DottedBorder {
    border-width: 1px;
    border-style: dotted;
    box-sizing: border-box;
}

.BorderBottom {
    border-bottom: 1px solid;
    box-sizing: border-box;
}

.BorderBottom2 {
    border-bottom: 2px solid;
    box-sizing: border-box;
}

.BorderBottomDashed {
    border-bottom: dashed 1px;
    box-sizing: border-box;
}

.BorderBottomDotted {
    border-bottom: dotted 1px;
    box-sizing: border-box;
}

.BorderTop {
    border-top: 1px solid;
    box-sizing: border-box;
}

.BorderTopDashed {
    border-top: dashed 1px;
    box-sizing: border-box;
}

.BorderTopDotted {
    border-top: dotted 1px;
    box-sizing: border-box;
}

.BorderColor1 {
    border-color: #273a58
}

.BorderColor2 {
    border-color: #CCC
}

.BorderColor3 {
    border-color: #65635f
}

/* Border Rounded Corners */
.BorderRounded15 {
    border-radius: 15px;
}

.BorderRounded10 {
    border-radius: 10px;
}

.BorderRounded8 {
    border-radius: 8px;
}

.BorderRounded5 {
    border-radius: 5px;
}

/* All Alignments */
.AlignJustify {
    text-align: justify
}

.AlignRight {
    text-align: right;
}

.AlignCenter {
    text-align: center;
}

.AlignLeft {
    text-align: left;
}

/* Table Style */
.TableStyle {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #f0f0f0;
    border: 1px solid #9fa3b2;
}

    .TableStyle th {
        color: #FFF;
        padding: 6px 8px;
        background-color: #052796;
    }

    .TableStyle td {
        border-bottom: 1px solid #9fa3b2;
        padding: 6px 8px;
    }

    .TableStyle tr:hover {
        background-color: #FFF !important;
    }

/* Table Style2 */
.TableStyle2 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #f4f4f4;
}

    .TableStyle2 th {
        padding: 7px;
        background-color: #052796;
        color: #FFF;
    }

    .TableStyle2 td {
        padding: 3px 7px;
        border: 1px solid #e2e2e2;
        color: #000 !important;
    }

    .TableStyle2 tr:nth-child(even) {
        background-color: #FFF;
    }

.TableStyle3 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #66619a;
}

    .TableStyle3 th {
        padding: 4px 5px;
        ;
        background-color: #66619a;
        color: #FFF;
    }

    .TableStyle3 td {
        padding: 4px 5px;
        border: 1px solid #d9d7e4;
        color: #FFFFFF !important;
        vertical-align: middle;
    }

/* Table Style4 */
.TableStyle4 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFFFFF;
    border: 1px solid #ddd;
}

    .TableStyle4 th {
        padding: 4px 7px;
        ;
        background-color: #bbb7d8;
        color: #000000;
        text-transform: uppercase;
        font-weight: normal;
    }

    .TableStyle4 td {
        padding: 4px 7px;
        border: 1px solid #ddd;
        color: #000 !important;
        vertical-align: middle;
    }

    .TableStyle4 tr:nth-child(even) {
        background-color: #f7f6fb;
    }

    /*Table ODD Columns Styles*/
    .TableStyle4 td:nth-last-child(1) {
        background-color: #eeedfa;
    }

/* Table Style5 */
.TableStyle5 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFFFFF;
    border: 1px solid #dfd7c7;
}

    .TableStyle5 th {
        padding: 4px 7px;
        ;
        background-color: #f1d08f;
        color: #000000;
        text-transform: uppercase;
        font-weight: normal;
    }

    .TableStyle5 td {
        padding: 4px 7px;
        border: 1px solid #dfd7c7;
        color: #000 !important;
        vertical-align: middle;
    }

    .TableStyle5 tr:nth-child(even) {
        background-color: #fcf6ea;
    }

    /*Table ODD Columns Styles*/
    .TableStyle5 td:nth-last-child(1) {
        background-color: #fbedcd;
    }
/* Table Style6 */
.TableStyle6 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #7a9c80;
}

    .TableStyle6 th {
        padding: 4px 5px;
        ;
        background-color: #7a9c80;
        color: #FFF;
    }

    .TableStyle6 td {
        padding: 4px 5px;
        border: 1px solid #d2ddd4;
        color: #FFFFFF !important;
        vertical-align: middle;
    }
/* Table Style7 */
.TableStyle7 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFFFFF;
    border: 1px solid #c5ccb4;
}

    .TableStyle7 th {
        padding: 4px 7px;
        ;
        background-color: #d1dbb9;
        color: #000000;
        text-transform: uppercase;
        font-weight: normal;
    }

    .TableStyle7 td {
        padding: 4px 7px;
        border: 1px solid #c5ccb4;
        color: #000 !important;
        vertical-align: middle;
    }

    .TableStyle7 tr:nth-child(even) {
        background-color: #f1f4ea;
    }

    /*Table ODD Columns Styles*/
    .TableStyle7 td:nth-child(1) {
        background-color: #e6ecd7;
    }
/* Table Style8 */
.TableStyle8 {
    border-collapse: collapse;
    border-spacing: 0;
    background-color: #FFFFFF;
    border: 1px solid #d4b99e;
}

    .TableStyle8 th {
        padding: 4px 7px;
        ;
        background-color: #ebcdb0;
        color: #000000;
        text-transform: uppercase;
        font-weight: normal;
    }

    .TableStyle8 td {
        padding: 4px 7px;
        border: 1px solid #d4b99e;
        color: #000 !important;
        vertical-align: middle;
    }

    .TableStyle8 tr:nth-child(even) {
        background-color: #faf1e9;
    }

    /*Table ODD Columns Styles*/
    .TableStyle8 td:nth-child(1) {
        background-color: #f6e6d6;
    }

.Login {
    top: 20%;
    position: absolute;
    background-color: #fbf6ef;
    background-image: linear-gradient(top, #fff, #d2d2d2);
    background-image: -webkit-linear-gradient(top, #fff, #d2d2d2);
    background-image: -moz-linear-gradient(top, #fff, #d2d2d2);
    background-image: -ms-linear-gradient(top, #fff, #d2d2d2);
    background-image: -o-linear-gradient(top, #fff, #d2d2d2);
    border: 3px solid #222;
    box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.6), inset 0px 0px 20px 0px #999;
    border-radius: 20px;
    width: 95%;
    max-width: 450px;
}
/* Text Box Style*/
.TextBox {
	width: 99%;
    padding: 5px;
    border: 1px solid #a1a1a1;
    border-radius: 3px;
    outline: none;
    min-height: 30px;
    box-sizing: border-box;
}

    .TextBox:focus {
        border: 1px solid #000f7d;
        transition: 0.4s;
        outline: none;
    }

.dropbtn {
    border: none;
    cursor: pointer;
    padding: 0px 10px 5px;
    color: #000;
}

   /* .dropbtn:after {
        font-size: 22px;
        content: '\01F893';
        top: 10px;
        left: 3px;
        position: relative;
    }*/

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    font-size: 13px;
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 140px;
    min-height: 50px;
    right: 5px;
    overflow: auto;
    box-shadow: 0px 5px 6px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: #2c3945;
        padding: 5px 16px;
        text-decoration: none;
        display: block;
    }

.dropdown a:hover {
    background-color: #185d9e;
    color: #FFFFFF;
}

.show {
    display: block;
}

.paddingtop {
    padding-top: 85px;
}

.login {
    width: 94%;
    max-width: 760px;
    background-color: #FFFFFF;
    margin: 5% auto auto;
    min-height: 200px;
}

.loginshadow {
    -webkit-box-shadow: 0 40px 30px -20px #999;
    -moz-box-shadow: 0 40px 30px -20px #999;
    box-shadow: 0 40px 30px -20px #999;
}

.loginTextBox {
    FONT-SIZE: 14px;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 10px 10px 45px;
    border: 1px solid #ccd1d7;
    background-color: #FFFFFF;
    box-sizing: border-box;
    outline: none;
}

    .loginTextBox.user {
        background: url("../images/user.png") no-repeat left center;
    }

    .loginTextBox.password {
        background: url("../images/lock.png") no-repeat left center;
    }

    .loginTextBox:focus {
        border: 1px solid #0d3954;
        outline: none;
    }

.loginimg {
    background: url("../images/loginimg.jpg") no-repeat center center;
    background-size: cover;
    min-height: 150px;
}

input:focus::-webkit-input-placeholder {
    color: transparent;
}

input:focus:-moz-placeholder {
    color: transparent;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
    color: transparent;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
    color: transparent;
}
/* IE 10+ */

::placeholder {
    opacity: 0.4;
    color: #000;
}

:-ms-input-placeholder {
    opacity: 0.4;
    color: #000;
}

.Header {
    background-color: #dbe6f8;
    background-image: linear-gradient(top, #dbe6f8, #a4c0e9);
    background-image: -webkit-linear-gradient(top, #dbe6f8, #a4c0e9);
    background-image: -moz-linear-gradient(top, #dbe6f8, #a4c0e9);
    background-image: -o-linear-gradient(top, #dbe6f8, #a4c0e9);
    background-image: -ms-linear-gradient(top, #dbe6f8, #a4c0e9);
    border-bottom: 1px solid #909090;
    text-align: center
}

hr {
    display: block;
    height: 1px;
    border: 0;
    padding: 0;
    width: 70%;
    background-image: linear-gradient(left, transparent, #000, transparent);
    background-image: -webkit-linear-gradient(left, transparent, #000, transparent);
    background-image: -moz-linear-gradient(left, transparent, #000, transparent);
    background-image: -ms-linear-gradient(left, transparent, #000, transparent);
    background-image: -o-linear-gradient(left, transparent, #000, transparent);
    position: relative;
    border: none;
}

/* Accordion styles */
/*article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; }

article {margin-bottom:2px;}
	
.beefup-head { background-color: #FFF; cursor:pointer; color:#000; border-bottom:1px solid #ddd; overflow: hidden; padding:20px; position: relative; text-overflow: ellipsis; font-size:18px; font-weight:400;}
.beefup-head:hover { background-color: #e5e5e5; color:#000;}

.beefup-head:after { border-style: solid; border-width: 0 3px 3px 0; border-color: #0b2854; padding:7px; content: ''; position: absolute; transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg); margin-top: -6px; top: 50%; right:10px; margin-right:10px; }
.beefup-head:hover::after { border-style: solid; border-width: 0 3px 3px 0; border-color: #0b2854; padding:7px; content: ''; position: absolute; transform: rotate(45deg);
    -webkit-transform: rotate(45deg); margin-top: -6px; top: 50%; right:10px; margin-right:10px; }
.open > .beefup-head:after { border-style: solid; border-width: 0 3px 3px 0; border-color: #0b2854; padding:7px; content: ''; position: absolute; transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg); margin-top: -6px; top: 50%; right:10px; margin-right:10px;}
.open > .beefup-head {background-color: #FFF; font-size:20px; color:#0b2854; padding:20px; font-weight:500;}



.beefup-body { padding:20px; background-color:#f8f8f8;}*/

.topmenu {
    right: 0;
    top: -5px
}


@media screen and (max-width:767px) {
    .NormalTextBig {
        FONT-SIZE: 15px;
    }

    .Heading {
        FONT-SIZE: 18px;
    }

    .BiggerText {
        FONT-SIZE: 22px;
    }

    .LargeText {
        FONT-SIZE: 30px;
    }

    .beefup-head {
        font-size: 14px;
    }

    .open > .beefup-head {
        font-size: 14px;
        font-weight: 400
    }

    .beefup-head:after {
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #0b2854;
        padding: 4px;
        content: '';
        position: absolute;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        margin-top: -4px;
        top: 35%;
        right: 5px;
        margin-right: 5px;
    }

    .beefup-head:hover::after {
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #0b2854;
        padding: 4px;
        content: '';
        position: absolute;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        margin-top: -4px;
        top: 35%;
        right: 5px;
        margin-right: 5px;
    }

    .open > .beefup-head:after {
        border-style: solid;
        border-width: 0 2px 2px 0;
        border-color: #0b2854;
        padding: 4px;
        content: '';
        position: absolute;
        transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        margin-top: -4px;
        top: 40%;
        right: 5px;
        margin-right: 5px;
    }

    .Logo {
        max-width: 180px;
        position: absolute;
        left: 40%;
    }

    .topmenu {
        right: 0;
        top: 45px
    }
}

@media screen and (max-width:639px) {
    .BiggerText {
        FONT-SIZE: 20px;
    }

    .LargeText {
        FONT-SIZE: 28px;
    }

    .dropdown {
        top: 45px;
        right: 0px;
        position: absolute;
        display: inline-block;
    }
}

@media screen and (max-width:479px) {
    body {
        FONT-SIZE: 12px;
    }

    .MediumText {
        FONT-SIZE: 10px;
    }

    .NormalText {
        FONT-SIZE: 11px;
    }

    .NormalTextBig {
        FONT-SIZE: 12px;
    }

    .Heading {
        FONT-SIZE: 13px;
    }

    .BiggerText {
        FONT-SIZE: 14px;
    }

    .LargeText {
        FONT-SIZE: 20px;
    }

    .Logo {
        max-width: 165px;
        position: absolute;
        left: 30%;
        top: 0px;
        text-align: center
    }
}


.circle1 {
    width: 80px;
    height: 80px;
    background: #FFF;
    border: 8px solid #fda805;
    border-radius: 50%;
    line-height: 55px;
    padding: 5px;
}

.circle2 {
    width: 80px;
    height: 80px;
    background: #FFF;
    border: 8px solid #aaf22b;
    border-radius: 50%;
    line-height: 55px;
    padding: 5px;
}


.ThinTextBoxColor {
    background-color: #f1faff;
    font-size: 12px;
    COLOR: #000000;
    border: 1px solid #b3c6d0;
    height: 18px;
    font-weight: normal;
    text-align: left;
    line-height: 18px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
}

.ThinTextBox {
    background-color: #FFFFFF;
    font-size: 12px;
    COLOR: #000000;
    border: 1px solid #004965;
    font-weight: normal;
    text-align: left;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    line-height: 18px;
}


.modalBackground {
    background: rgba(0,0,0,.7);
    cursor: pointer;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 3000;
}


.pop-up-background {
    background: rgba(0,0,0,.7);
    cursor: pointer;
    height: 100%;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    z-index: 3000;
}

.pop-up {
    border: 1px solid #333;
    background-color: #FFF;
    padding: 10px;
    margin: auto;
    margin-top: 5%;
    width: 90%;
    -moz-box-shadow: 0px 0px 12px 5px #363636;
    -webkit-box-shadow: 0px 0px 12px 5px #363636;
    box-shadow: 0px 0px 12px 5px #363636;
    z-index: 3000;
}
