/*
Template Name: AppSpot
Template URI: http://www.wpfreeware.com
Author: WpFreeware
Author URI: http://www.wpfreeware.com
Description: A Pro Apps / Digital Downloads html template
Version: 1.0
License: GPL
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*  asset-data-url  needed for url for the stoopid pipeline
*/

BODY {
    font-family: Arial;
    font-size: 0.95em;
    background: #F7F7F8;
    color: #2F4F4F;
}


A {
    color: #0F6095;
    text-decoration: none;
}

A:hover {
    text-decoration: underline;
}


H1, H2, H3, H4, H5, H6 {
    color: #2F4F4F;
    font-weight: normal;
}

H2 {
    font-size: 1.2em;
    font-weight: bold;
}

H3 {
    font-size: 1.05em !important;
    font-weight: bold !important;

    background: #f9f9f9 !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    border-bottom: 2px solid #d6d6d6 !important;
    padding-top: 4px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 2px !important;
    color: #505050 !important;
    margin-bottom: 10px;

}

H3 A {
    text-decoration: none;
}

H4 {
    font-size: 1em;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
}

H4 I {
    font-weight: normal;
}

H4 A {
    text-decoration: none;
}

P {
    margin: 0px;

}

I {

    font-size: 0.8em;
    font-style: italic;
    padding: 0px;
    margin: 0;
}

I A {
    color: #2F4F4F;
    text-decoration: none;
}

IMG {
    image-orientation: from-image;
    max-width: 100%;
    height: auto;
    margin: 0px;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.fix {
    overflow: hidden;
}

.navigation {
    width: 1040px;
    display: block;
    margin: 0 auto;
}

#selectnav1 {
    display: none;
}

.header_area {
    width: 1260px;
    margin: auto;
    float: left;
    height: 70px;
    /*background: #37717e;*/
    /*background: #49d5f4;*/
    /*background: #FE7A1A;*/
    background: #FFF;
    /*background: #C3C6C6;*/
    border-bottom: 2px solid #D3D3D3;


}

.logo {
    float: left;
    margin: 5px 0px 5px 15px;
}

.logo img {
    height: 60px;
    width: auto;
}

.logo_admin {
    float: left;
    margin: 5px 0px 0px 15px;
}

.logo_admin H1 {
    font-size: 3em;
    color: #FFFFFF;
    margin: 0px;
}

.logo_admin I A {
    font-size: 0.9em;
    color: #FFFFFF;
}

.heading_title {
    float: left;
    height: 15px;
}

.heading_update_info {
    float: left;

    color: green;
}

.heading_link {
    margin-top: 14px;
    float: right;
}

.left_content H2 .heading_link A, .left_content H2 .heading_link P {
    font-size: 0.7em;
    font-weight: normal;
}

.spinner_box {
    float: left;
    margin-top: 36px;
    margin-left: 10px;
    margin-right: 30px;
    width: 24px;
    height: 24px;
}

.spinner {
    float: left;
}

.menu_area {
    margin-top: 3px;
    margin-right: 20px;
    min-width: 740px;
    height: 67px;
    /*width: 600px;*/
    float: right;
    position: relative;
}

.user_login {
    float: right;
    padding: 0px;
    border: none;
    margin: 0px;
    font-size: 0.6em;
    font-weight: lighter;
    color: #FE7A1A;
}

.user_login A {
    padding: 0px;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0px;
}

.user_info {
    float: left;
    height: 28px;
}

.job_summary_detail {
    font-size: 0.7em;
}

#main_container {
    /*float: left;*/
    width: 1280px;
    margin: 0px auto;
}

#main_content {
    border-left: 2px solid #FFF;
    border-right: 2px solid #FFF;
    border-top: none;
    border-bottom: 4px solid #D3D3D3;
    background: #FFFFFF;
}


.top_menu {
    float: right;

    position: absolute;
    bottom: 0;
}

.top_menu UL {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;

}

.top_menu UL LI {
    float: left;
}

.top_menu UL LI A {
    font-size: 0.6em;
    background: #FFF;
    color: #FE7A1A;
    /*color: #FFF;*/
    display: block;
    font-family: comfortaa;
    margin-left: 5px;
    padding: 3px 8px 3px;
    border-radius: 8px 8px 0px 0px;
    border: 1px solid #D3D3D3;
    border-bottom: none;
    text-decoration: none;
    font-weight: bold;
}

.top_menu UL LI A:hover {

    color: #FFF;
    background: #FE7A1A;
    border: 1px solid #FE7A1A;
}

.top_menu UL LI A.selected {
    color: #FFF;
    background: #FE7A1A;

    border: 1px solid #FE7A1A;


}



.iphone_menu {
    float: left;
    margin-top: 0px;
}

.iphone_menu UL {
    margin: 0px;
    padding: 0px;
    list-style: none;
    float: left;

}

.iphone_menu UL LI {
    float: left;
}

.iphone_menu UL LI A {
    font-size: 0.7em;
    background: #4372C4;
    color: #FFF;
    display: block;
    font-family: comfortaa;
    margin-left: 4px;
    padding: 2px 6px 2px;
    border-radius: 0px 0px 4px 4px;
    border: 2px solid #4372C4;
    border-top: none;
    text-decoration: none;
    font-weight: bold;
}

.iphone_menu UL LI A:hover {
    background: #FFF;
    color: #35A1FB;
}

.iphone_menu UL LI A.selected {
    background: #FFF;
    color: #0F6095;
}




.main_content_area {
    min-height: 700px;
    margin: 0px auto;
    width: 1225px;

}

.left_content {
    float: left;
    width: 1030px;

}

.left_content > H2 {
    margin-top: 20px;
    margin-bottom: 5px;
    padding-left: 3px;
    border-bottom: 2px solid #C6D3DF;
    padding-bottom: 10px;
    color: #505050;
    font-weight: bold;
    font-size: 1.3em;
}

.left_content > H2 A {
    float: right;
    font-size: 14px;
    color: #505050;
}

.left_content > H2 A:hover {
    text-decoration: underline;
}

.left_content > H2 > I {
    color: #35A1FB;
}

.sidebar {
    width: 185px;
    float: right;
    margin-top: 2px;
}

.sidebar H2 {
    margin-top: 6px;
    background: #F7F7F8;

    font-size: 1.0em;
    font-weight: bold;
    padding: 10px 10px 7px;
    width: 180px;
    border-bottom: 2px solid #C6D3DF;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

.actions_set {
    background: #FFFFFF;
    border-color: #35A1FB;
    margin-top: 10px;
    float: left;
}

.actions_set A {
    font-weight: normal;
    text-decoration: none;

}

.actions {
    margin: 0px;
    padding: 0px;
}

.actions UL {
    margin: 0px;
    padding: 0px;
}

.actions UL LI {
    list-style: none;
    margin: 2px 0px 0px 1px;
    padding-left: 10px;
}

.actions IMG {
    border-radius: 5px;
}

.actions H3 {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 5px;
}

.actions SELECT {
    background: #FFF;
    border: 1px solid #DDDDDD;
    font-size: 16px;
    height: 32px;
    padding: 3px;
    width: 115%;
}

.actions SELECT OPTION {
    border-bottom: 1px solid #DDDDDD;
    padding: 5px 0 5px 5px;
}

.actions SELECT OPTION:last-child {
    border-bottom: 0px solid #DDDDDD;
}

.footer_top_area {
    background: #FAFCFE repeat 0 0;
    border-top: 2px solid #D3D3D3;
    padding: 15px 0 25px;
    margin: 40px 0px 0px;
}

.single_footer_top_container {
    margin-left: -10px;
}

.single_footer_top {
    margin-left: 10px;
    padding: 10px;
    width: 232px;
}

.single_footer_top H2 {
    color: #505050;
    font-weight: bold;
}

.footer_bottom_area {
    margin: 25px 0;
}

.footer_bottom {
    width: inherit;
    padding: 10px;
    margin-top: 10px;
}

.copyright {
    padding: 10px;
    background: #35A1FB;
    color: #FFF;
}

.footer_menu {
    margin-top: 10px;
}

.footer_menu UL {
    margin: 0;
    padding: 0;
    list-style: none;
}

.footer_menu UL LI {
    float: left;
    padding-right: 20px;
}

.footer_menu UL LI:last-child {
    background: none;
    padding-right: 0px;
}

.footer_menu UL LI A {
    display: block;
    padding: 5px 10px;
}

.footer_menu UL LI A:hover {
    color: #35A1FB;
}

.pagination {
    margin-top: 5px;
    height: 28px;
}

.pagination A {
    background: #F5F5F5 repeat 0 0;
    border: 1px solid #DDDDDD;
    border-radius: 3px;
    display: block;
    font-size: 0.8em;
    float: left;
    font-weight: normal;
    margin-right: 5px;
    padding: 5px 10px;
}

.pagination A:hover, .pagination A.active {
    background: #35A1FB;
    color: #FFF;
}

.pagination .previous_page.disabled, .pagination .next_page.disabled {
    display: none;
}

.pagination .current {
    float: left;
    font-weight: bold;
    font-size: 1.3em;
    padding: 4px;
    margin: 0px 5px 5px 0px;
    color: #ED0808;
}

.navigation {
    padding: 15px;
    padding-bottom: 0px;
}

.navigation A {
    color: #999;
    font-size: 14px;
}

.navigation A:hover {
    color: #35A1FB;
}

.page_style {
    margin-left: 20px;
}

.page_style H2 {
    margin-left: -20px;
    border-bottom: 2px dotted #35A1FB;
    padding-bottom: 10px;
    font-weight: bold;
    color: #505050;
}

.page_style UL {
    list-style: square outside none;
    margin: 10px;
    padding: 0;
    margin-left: 30px;
}

.page_style UL LI {
    font-style: italic;
    padding: 6px 0;
}

.contact_form FORM {
    margin-top: 25px;
}

.contact_form P {
    margin-bottom: 15px;
}

.wpcf7-text {
    height: 30px;
    width: 45%;
}

.wpcf7-email {
    border: 1px solid #DDDDDD;
    height: 40px;
    padding-left: 5px;
    width: 45.8%;
}

.wpcf7-textarea {
    height: 150px;
    width: 70%;
}

.wpcf7-submit {
    background: #35A1FB repeat 0 0;
    border: 1px solid #35A1FB;
    border-radius: 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 18px;
    padding: 10px 80px;
    text-transform: uppercase;
}

.wpcf7-submit:hover {
    background: #FFF;
    border: 1px solid #35A1FB;
    color: #35A1FB;
}

.wpcf7-text:focus, .wpcf7-email:focus, .wpcf7-textarea:focus {
    box-shadow: 0.1px 0.1px 10px 1px #35A1FB !important;
    transition: all 0.5s ease-in-out 0s !important;
}

BLOCKQUOTE {
    padding: 20px;
    background: #FFF;
    margin: 20px 0px 20px 40px;
    border-left: 5px solid #35A1FB;
}

BLOCKQUOTE P:first-letter {
    color: #35A1FB;
    font-size: 150%;
    font-weight: bold;
}

.red{
    color: #e60000;
}

.is_ok, .green {
    color: green;
}

.greyed {
    color: grey;
}

.warning {
    color: #FF7019;
}

.actionImage {
    height: 32px;
    margin: 16px 0px 0px 5px;
}

TD UL {
    margin: 0px;
    padding: 0px;
}

TD UL LI {
    list-style: none;
}

