/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 5 Nov, 2014, 6:05:40 PM
    Author     : Admin
*/


/**
*
*   Login Page
*
*/
.login-wrap
{
    width: 1000px;
    box-shadow: 0px 0px 6px #666666;
}
.login-ul
{
    width: 400px;
    margin: auto;
    list-style: none;
    border-radius: 6px;
    border: 1px solid #AAAAAA;
    box-shadow: 0px 0px 6px #005B9A;
}
.login-ul li
{
    text-align: center;
    margin-bottom: 15px;
}
.login-ul li label
{
    color: #003851;
    font-size: 13px;
    width: 120px;
    display: inline-block;
    font-weight: 600;
}
.login-ul li input
{
    color: #003851;
    width: 220px;
    padding: 6px 10px;
    display: inline-block;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
}
.login-ul li input[type=submit]
{
    color: #003851;
    font-size: 13px;
    padding: 4px;
    max-width: 180px;
    cursor: pointer;
    font-weight: 600;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
}
.login-ul li input[type=submit]:hover
{
    color: #FFFFFF;
     -webkit-background: linear-gradient(#005C84,#003851);
    -moz-background: linear-gradient(#005C84,#003851);
    -ms-background: linear-gradient(#005C84,#003851);
    -o-background: linear-gradient(#005C84,#003851);
    background: linear-gradient(#005C84,#003851);
}

/**
*
*   Home Page
*
*/

.home-container
{
    width: 1000px;
}
.box
{
    width: 320px;
    height: 170px;
    margin: 25px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    box-shadow: 5px 5px 8px #888888;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}
.box img
{
    width: 100%;
    height: 100%;
    border-radius: 4px;
}
.box:hover
{
    margin-left: 0;
    margin-right: 0;
    width: 360px;
    box-shadow: 0px 0px 8px #003851;
}


/**
*
*   News Page
*
*/


.news_pic
{
    color: #003851;
    display: inline-block;
    width: 300px;
    padding: 4.1px;
    margin: 20px 20px 20px 200px;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    cursor: pointer;
}
.news_headline
{
    color: #003851;
    display: inline-block;
    width: 500px;
    padding: 8px 5px;
    margin: 20px;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
}
.news_detail
{
    color: #003851;
    display: inline-block;
    padding: 8px 5px;
}
.add_news,.update_page
{
    display: inline-block;
    width: 200px;
    padding: 8px 5px;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
    font-weight: 600;
    cursor: pointer;
    margin-bottom: 10px;
    clear: both;
    color: #FFFFFF;
     -webkit-background: linear-gradient(#005C84,#003851);
    -moz-background: linear-gradient(#005C84,#003851);
    -ms-background: linear-gradient(#005C84,#003851);
    -o-background: linear-gradient(#005C84,#003851);
    background: linear-gradient(#005C84,#003851);
}
.add_news:hover
{
    box-shadow: 0px 0px 10px #003851;
}
.single-news
{
    display: block;
    clear: both;
    width: 1000px;
    border-bottom: 1px solid #AAAAAA;
}
.news_photo_div
{
    width: 200px;
    height: 160px;
    padding: 4px;
    border: 1px solid #AAAAAA;
    display: inline-block;
}
.news_photo
{
    width: 100%;
    height: 100%;
}
.headline_text
{
    font-size: 14px;
    color: #003851;
    padding: 5px;
    font-weight: 600;
    border-bottom: 1px solid #AAAAAA;
}
.detail_text
{
    color: #003851;
    padding: 5px;
    text-indent: 25px;
    text-align: justify;
    font-size: 12px;
    word-wrap: break-word;
}



/**
*
*   Epaper Page
*
*/

.epaper-topbar
{
    color: #003851;
    padding: 10px;
    font-weight: 600;
    background-color: #F0F0F8;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}
.day-content-wrap
{
    width: 1000px;
    margin-bottom: 15px;
    overflow-x: hidden;
    box-shadow: 0px 0px 6px #888888;
}
.day-date
{
    color: #FFFFFF;
    padding: 8px;
    font-weight: 600;
    -webkit-background: linear-gradient(#005C84,#003851);
    -moz-background: linear-gradient(#005C84,#003851);
    -ms-background: linear-gradient(#005C84,#003851);
    -o-background: linear-gradient(#005C84,#003851);
    background: linear-gradient(#005C84,#003851);
}
.day-pages-wrap
{
    width: 1000px;
    height: auto;
    padding: 14px;
}
.day-page
{
    display: inline-block;
    width: 90px;
    height: 110px;
    margin: 6px;
    border: 1px solid #AAAAAA;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0px 0px 6px #888888;
}
.page-thumb,.page-thumb1
{
    width: 100%;
    height: 100%;
    outline: 0;
    border: 0;
    cursor: pointer;
}
.call-delete-page
{
    position: relative;
    top: -122px;
    left: 81px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0px 0px 4px #003851;
}
.page-thumb:hover
{
    opacity: 0.50;
    border-color: #AAAAAA;
}
.day-page:hover .call-delete-page
{
    opacity: 1;
}

/**
*
*   Gallery Page
*
*/

.gallery-thumb-wrap,.gallery-thumb-wrap1
{
    width: 150px;
    height: 100px;
    margin: 10px;
    padding: 5px;
    cursor: pointer;
    display: inline-block;
    border: 1px solid #AAAAAA;
    background-color: #005B9A;
    box-shadow: 0px 0px 6px #888888;
}
.gallery-thumb,.gallery-thumb1
{
    width: 100%;
    height: 100%;
}
.call-delete-photo
{
    position: relative;
    top: -115px;
    left: 80px;
    opacity: 0;
    cursor: pointer;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}
.gallery-thumb-wrap:hover .call-delete-photo
{
    opacity: 1;
}
.gallery-thumb-wrap:hover .gallery-thumb
{
    opacity: .7;
}


/**
*
*   Subscriber Page
*
*/


.subscribers-list-cap
{
    color: #003851;
    padding: 8px;
    font-weight: 600;
    background-color: #F0F0F8;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}
.subscribers-list
{
    padding: 40px 10px;
    list-style: decimal-leading-zero;
}
.subscribers-list li
{
    color: #005B9A;
    display: inline-block;
    width: 300px;
    padding: 6px;
    cursor: pointer;
}
.subscribers-list li:hover
{
    text-decoration: underline;
}



/**
*
*   Hidden Page
*
*/

.background
{
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    background-color: #003851;
    opacity: 0.60;
    z-index: 445;
    display: none;
}
.foreground
{
    position: fixed;
    top: 0;left: 0;
    width: 100%;
    height: 100%;
    z-index: 446;
    display: none;
}
.slider-content-wrap,.slider-content-wrap2,
.slider-content-wrap11,.slider-content-wrap12,
.slider-content-wrap13,.slider-content-wrap31
{
    color: #FFFFFF;
    width: 400px;
    height: auto;
    padding: 25px 10px;
    margin: 60px auto;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    border: 1px solid #FFFFFF;
    box-shadow: 0px 0px 10px #FFFFFF;
    display: none;
}




.close,.delete
{
    cursor: pointer;
}
.cap
{
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: underline;
}
.page-form select
{
    color: #003851;
    display: block;
    margin: auto;
    width: 260px;
    padding: 6px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}
.page-form input
{
    color: #003851;
    display: block;
    margin: auto;
    width: 258px;
    padding: 3px 0px;
    text-align: center;
    margin-bottom: 10px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}
#add_page
{
    color: #003851;
    font-weight: 600;
    padding: 3px 10px;
    cursor: pointer;
}
.full-page-cover
{
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    height: auto;
    min-width: 100%;
    display: none;
    text-align: center;
    background-image: url('../images/back.png');
    background-position: top left;
    background-repeat: repeat;
}
.full-page
{
    margin: auto;
    min-width: 70%;
}
.close-preview
{
    position: fixed;
    top: 60;
    border-radius: 50%;
    cursor: pointer;
    margin-left: -50px;
    background: rgba(255,255,255,.5);
    border: 2px solid #AAAAAA;
}



/**
*
*   Enews Page
*
*/
.enews-page
{
    color: #003851;
    text-decoration: none;
}
.enews-content
{
    width: 1000px;
}
#stroke
{
    color: #FFF;
    position: fixed;
    top: 400px;
    left: -1px;
    font-weight: 600;
    padding: 10px;
    cursor: pointer;
    padding-bottom: 12px;
    border: 1px solid #AAAAAA;
    border-radius: 0px 4px 4px 0px;
    -webkit-background: linear-gradient(#005C84,#003851);
    -moz-background: linear-gradient(#005C84,#003851);
    -ms-background: linear-gradient(#005C84,#003851);
    -o-background: linear-gradient(#005C84,#003851);
    background: linear-gradient(#005C84,#003851);
}
#stroke:hover
{
    box-shadow: 0px 0px 6px #003851;
}

/**
*
*   Advertisement Page
*
*/

.advert_wrap
{
    width: 1000px;
    height: auto;
}

.ad-headline
{
    color: #FFFFFF;
    padding: 8px;
    font-weight: 600;
    cursor: pointer;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    -webkit-background: linear-gradient(#005C84,#003851);
    -moz-background: linear-gradient(#005C84,#003851);
    -ms-background: linear-gradient(#005C84,#003851);
    -o-background: linear-gradient(#005C84,#003851);
    background: linear-gradient(#005C84,#003851);
}
.advert_part1
{
    width: 1000px;
    height: auto;
    text-align: center;
}

.input-wrap
{
    display: inline-block;
    width: 480px;
    margin: 5px;
}
.input-wrap label
{
    color: #003851;
    font-weight: 600;
    width: 180px;
    display: inline-block;
    text-align: center;
}
.input-wrap input,.input-wrap select
{
    width: 250px;
    display: inline-block;
    text-align: center;
    padding: 5px;
    border: 1px solid #AAAAAA;
    border-radius: 2px;
}

.leaderboard-ad-wrap
{
    width: 998px;
    height: 90px;
    max-height: 90px;
    border: 1px solid #AAAAAA;
    margin-bottom: 2px;
    overflow: hidden;
    background-color: rgba(0,56,81,0.2);
}
.leaderboard-ad-view
{
    width: 500px;
    height: 90px;
    overflow: hidden;
    float: left;
}
.leaderboard-ad-data
{
    color: #003851;
    width: 260px;
    height: 90px;
    padding-left: 5px;
    overflow: hidden;
    text-align: left;
}
.leftright-ad-wrap
{
    color: #003851;
    width: 190px;
    text-align: center;
    height: 710px;
    display: inline-block;
    border: 1px solid #AAAAAA;
    overflow: hidden;
    background-color: rgba(0,56,81,0.2);
}
.bottom-ad-wrap
{
    color: #003851;
    width: 320px;
    text-align: center;
    height: 360px;
    display: inline-block;
    border: 1px solid #AAAAAA;
    overflow: hidden;
    background-color: rgba(0,56,81,0.2);
}
.footer-ad-wrap
{
    color: #003851;
    width: 1000px;
    text-align: center;
    display: inline-block;
    border: 1px solid #AAAAAA;
    overflow: hidden;
    background-color: rgba(0,56,81,0.2);
}
.footer-ad-view
{
    width: 700px;
    height: 250px;
    margin-top: 2px;
    display: inline-block;
}
.footer-ad-view img 
{
    width: 100%;
    height: 100%;
}
.footer-ad-data
{
    text-align: left;
    width: 290px;
    vertical-align: top;
    display: inline-block;
}

.delete-ad
{
    border-radius: 50%;
    float: right;
    margin: 5px;
    cursor: pointer;
    box-shadow: 0px 0px 5px #003951;
}