﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */


html {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
}

table {
    border-spacing: 0;
    table-layout: fixed;
    margin: 0 auto;
}

    table table table {
        table-layout: auto;
    }

img {
}

table td {
    border-collapse: collapse;
}

img:hover {
    opacity: 0.9 !important;
}

a {
    text-decoration: none;
}

    a:link {
        color: #fffefe;
    }

    a:visited {
        color: #fffefe;
    }

    a:hover {
        cursor: pointer;
    }

@media only screen and (max-width: 640px) {
    body {
        width: auto !important;
    }

    table[class="table-inner"] {
        width: 90% !important;
    }

    table[class="table-full"] {
        width: 100% !important;
        text-align: center !important;
    }
    /* Image */

}

@media only screen and (max-width: 480px) {
    body {
        width: auto !important;
    }

    table[class="table-inner"] {
        width: 90% !important;
    }

    table[class="table-full"] {
        width: 100% !important;
        text-align: center !important;
    }
}



.operation-icos {
    width: 8%;
    float: right;
}

.order-area {
    float: right;
    border-right: solid white 1px;
    border-left: solid white 1px;
    padding-left: 5px;
}

.loading {
    float: right;
    width: 8%;
    margin-right: 11%;
    padding-top: 4px;
    display: none;
}

.updated {
    float: right;
    width: 0%;
    margin-right: 11%;
    padding-top: 6px;
    display: none;
}

.line-area {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
}


.head-menu {
    background: #e9e9e9 none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 10px;
    border-left: 2px solid #fff;
    width: 33.3%;
    float: left;
    cursor: pointer;
    border: 2px solid #fff;
}

    .head-menu:hover {
        background: #434753 none repeat scroll 0 0;
        color: #a8adb3;
    }


.head-menu-active {
    background: #e9e9e9 none repeat scroll 0 0;
    font-size: 13px;
    font-weight: 600;
    padding: 18px 10px;
    border: 2px solid #fff;
    width: 50%;
    float: left;
    cursor: pointer;
    color: #a8adb3;
}


#mail-area {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    padding: 40px;
    border: solid 1px #a8adb3;
    margin-bottom: 10px;
    background-image: url(mail-bg.jpg);
}

.btn-publish {
    color: #fff;
    background-color: #76b852;
    border-color: #76b852;
    cursor: pointer;
    padding: 2px;
    font-size: 11px;
    width: 130px;
}

.btn-unpublish {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
    cursor: pointer;
    padding: 2px;
    font-size: 11px;
    width: 130px;
}


.img-insert-media {
    cursor: pointer;
    float: right;
}

.a-media {
    color: #225B88 !important;
    font-family: arial;
    padding-right: 2px;
    font-weight: 600;
}


.dv-doc {
    padding-right: 12px;
    padding-left: 12px;
    border-left: 1px white solid;
    float: left;
    width: auto;
}

    .dv-doc img {
        cursor: alias;
        text-decoration: underline;
    }


    .dv-doc button {
        color: #b94a48;
        background-color: transparent;
        background-repeat: no-repeat;
        border: none;
        cursor: pointer;
        overflow: hidden;
    }


.media-row {
    color: #225B88;
    background-color: #D1D1D1;
    padding: 5px;
    font-size: 8.5pt;
    text-align: left;
    font-family: arial;
    font-size: 11px;
}


.n-title {
    background-color: #425563;
    padding: 9px;
    color: #fff;
}


.news-category-title {
    font-weight: bold;
    font-size: 12pt;
    color: #3B5997;
    text-align: left;
    border-bottom: solid 3px #425564;
    font-family: arial;
}

.footer {
    text-align: center;
}

.info-api {
    min-height: 80vh;
}