/*  
*   Created date: 13.09.2017
*   Author: Catarina
*   Description: Custom appy blog
*/

/*** Bootstrap ***/
body {

    color: #737373;
    background-color: #fff;
    /*margin-top:120px;*/
}

.breadcrumb {
    border-radius: 0px;
}

.btn, .btn-danger {
    border-radius: 0px;
}
.navbar-default {
    box-shadow: none;
    background:none;
    background-color: #FAFAFA;
    padding-top: 1px;
}
.navbar-brand {
    padding-top: 8px;
}

ul.pagination > li a {
    padding: 8px; 
    border-radius: 0px!important;
}

ul.pagination > li.next a, ul.pagination > li.previous a {
    padding: 8px; 
    border-radius: 0px!important;
    border-color: #eee!important;
}

.nav-stacked li.active a, .nav-stacked li a:hover {
    border-radius: 0px!important;
}
.nav-stacked li a:hover {
    background-color: #F5F5F5;
}

.icon-bar {
    background:#000 !important; /*Whatever colour you want for icon lines*/
    border:1px;
}

.navbar-toggle {
    background:none !important; /*Whatever colour you want for background */
    border:1px;
}

.jumbotron {
    box-shadow: inset 0px 0px 4px rgba(0,0,0,0.1);
}

/*** Button ***/
.btn-danger-1, .btn-warning {
    background-image:none;
    color: #058DC7;
    background-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    outline-width: medium;
    outline-style: none;
    box-shadow:none;
}

.btn-warning:hover, .btn-warning:focus, .btn-danger-1:hover, .btn-danger-1:focus {
    color: #058DC7;
    background-color: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    outline-width: medium;
    outline-style: none;
}

.btn-danger-2 {
    background-image:none;
    color: #fff;
    background-color: #d4332e;
    border-top-color: #d4332e;
    border-right-color: #d4332e;
    border-bottom-color: #d4332e;
    border-left-color: #d4332e;
    outline-width: medium;
    outline-style: none;
    box-shadow:none;
}

.btn-danger-2:hover, .btn-danger-2:focus {
    color: #fff;
    background-color: #b6120e;
    border-top-color: #b6120e;
    border-right-color: #b6120e;
    border-bottom-color: #b6120e;
    border-left-color: #b6120e;
    outline-width: medium;
    outline-style: none;
}

.btn-card-white {
    color: #058DC7;
    background-color: #ffffff;
    border-top-color: #ffffff;
    border-right-color: #ffffff;
    border-bottom-color: #ffffff;
    border-left-color: #ffffff;
    outline-width: medium;
    outline-style: none;
}

.btn-card-white:hover, .btn-card-white:focus {
    color: #058DC7;
    background-color: #eee;
    border-top-color: #eee;
    border-right-color: #eee;
    border-bottom-color: #eee;
    border-left-color: #eee;
    outline-width: medium;
    outline-style: none;
}

.btn-card-blue {
    color: #ffffff;
    background-color: #3f8fc4;
    /* border-top-color: #3f8fc4;
     border-right-color: #3f8fc4;
     border-bottom-color: #3f8fc4;
     border-left-color: #3f8fc4;*/
    border: 1px solid #3f8fc4;
    outline-width: medium;
    outline-style: none;
}

.btn-card-blue:hover, .btn-card-blue:focus {
    color: #ffffff;
    background-color: #1268b3;
    /*border-top-color: #1268b3;
    border-right-color: #1268b3;
    border-bottom-color: #1268b3;
    border-left-color: #1268b3;*/
    border: 1px solid #1268b3;
    outline-width: medium;
    outline-style: none;
}

.btn-card-gray {
    color: #777;
    background-color: #F5F5F5;
    /*border-top-color: #F5F5F5;
    border-right-color: #F5F5F5;
    border-bottom-color: #F5F5F5;
    border-left-color: #F5F5F5;*/
    border: 1px solid #F5F5F5;
    outline-width: medium;
    outline-style: none;
}

.btn-card-gray:hover, .btn-card-gray:focus {
    color: #777;
    background-color: #e9e7e7;
    /*border-top-color: #e9e7e7;
    border-right-color: #e9e7e7;
    border-bottom-color: #e9e7e7;
    border-left-color: #e9e7e7;*/
    border: 1px solid #e9e7e7;
    outline-width: medium;
    outline-style: none;
}

.btn-card-blue-gifts {
    color: #ffffff;
    background-color: #3f8fc4;
    border: 1px solid #3f8fc4;
    outline-width: medium;
    outline-style: none;
}
.btn-card-blue-gifts:hover, .btn-card-blue-gifts:focus {
    color: #ffffff;
}

.btn-card {
    color: #FFF;
    background-color: #98CC39;
    border-color: #98CC39;
    outline: none;
}
.btn-card:hover, .btn-card:focus {
    color: #FFF;
    background-color: #7FAA30;
    border-color: #7FAA30;
    outline: none;
}

.btn-subscribe { 
    color: #FFFFFF!important; 
    background-color: #3F8FC4; 
    border-color: #3F8FC4; 
} 

.btn-subscribe:hover, 
.btn-subscribe:focus, 
.btn-subscribe:active, 
.btn-subscribe.active, 
.open .dropdown-toggle.btn-subscribe { 
    color: #FFFFFF; 
    background-color: #3F8FC4; 
    border-color: #3F8FC4; 
} 

.btn-subscribe:active, 
.btn-subscribe.active, 
.open .dropdown-toggle.btn-subscribe { 
    background-image: none; 
} 

.btn-subscribe.disabled, 
.btn-subscribe[disabled], 
fieldset[disabled] .btn-subscribe, 
.btn-subscribe.disabled:hover, 
.btn-subscribe[disabled]:hover, 
fieldset[disabled] .btn-subscribe:hover, 
.btn-subscribe.disabled:focus, 
.btn-subscribe[disabled]:focus, 
fieldset[disabled] .btn-subscribe:focus, 
.btn-subscribe.disabled:active, 
.btn-subscribe[disabled]:active, 
fieldset[disabled] .btn-subscribe:active, 
.btn-subscribe.disabled.active, 
.btn-subscribe[disabled].active, 
fieldset[disabled] .btn-subscribe.active { 
    background-color: #3F8FC4; 
    border-color: #3F8FC4; 
} 

.btn-subscribe .badge { 
    color: #3F8FC4; 
    background-color: #FFFFFF; 
}

/*** Media queries ***/
@media (max-width: 500px){

    body {
        /*margin-top:65px;*/
    }

    .container-centered {
        margin: 0 auto;
        max-width: 95%;
    }

}

@media (max-width: 640px){


    body h3 {
        font-size: 16px;
    }

    body h4 {
        font-size: 14px;
    }

    body {
        font-size: 12px;
        /*margin-top:65px;*/
    }

    .container-centered {
        margin: 0 auto;
        max-width: 95%;
    }

    .modal.custom-medium .modal-dialog {
        width:95%;
    }
}

/*** Datatable ***/
.table-bordered {
    border:0px!important;
}

/*** Loading ***/
.loading {
    /*display:    none;*/
    position:   fixed;
    z-index:    1060;
    top:        0;
    left:       0;
    height:     100%;
    width:      100%;
    background: rgba( 255, 255, 255, .5 ) 
        url('../img/load.gif') 
        50% 50% 
        no-repeat;
}

/*** Custom ***/
.container-centered {
    margin: auto;
    max-width: 940px;
    background-color: #fff;
    padding: 0 20px 40px 20px;
    box-shadow: 0px 0px 0px 1px rgba(107, 124, 147, 0.1), 
        0px 2px 2px 0px rgba(107, 124, 147, 0.12), 
        0px 2px 2px 0px rgba(107, 124, 147, 0.12), 
        0px 0px 5px 0px rgba(107, 124, 147, 0.15);
}

.icon-small {
    height:18px;
    margin:0;
    padding:0;
}

.icon-medium {
    height:22px;
    margin:0;
    padding:0;
}

.input-group-btn {
    border:0;
    background-color:transparent;
    padding:4px;
}
.footer {
    padding:30px 20px;
}

.form-group-footer button{
    margin-top:20px;
}

/*** Modal Custom ***/
.modal.custom-large .modal-dialog {
    width:95%;
}

.modal.custom-medium .modal-dialog {
    width:55%;
}

.modal.custom .modal-dialog .modal-content {
    border-radius: 0;
    /*box-shadow: inset 0px 0px 4px rgba(0,0,0,0.1);*/
    border: 0px;
}

.modal.custom .modal-dialog .modal-header {
    border-radius: 0;
    background-color:#333333;
    color: #fff;
    border: 0px;
}
.modal.custom .modal-dialog .modal-header .close {
    color: #fff;
}

/*** New custom ***/
.appyHeader {
    background-color: #52676D;
}
.appyHeader .appyWelcome {
    font-size: 40px;
    color: #fff;
    margin-top: 81px;
    padding-left: 40px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
}
.appyHeader .appyWelcomeXS {
    font-size: 34px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    
}
.appyHeader .appyHeaderLeft {
    height: 202px;
    padding-left: 0px;
    padding-right: 0px;
}
.appyHeader .appyHeaderLeftXS {
    /*height: 202px;*/
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}
.appyHeader .appyHeaderRight {
    padding-left: 0px;
    padding-right: 0px;
    background-image: url('../img/banner-blog.png');
    background-size: 100%;
    background-position: right;
    height: 202px;
    background-repeat: no-repeat;
}

.appyColor {
    color:#98CC39;
}



/* Article item */
.articleItem .articleAuthor {
    text-transform: uppercase;
    color: #b1b1b1; 
}

.articleItem .articleImg img {
    display: block;
    margin: auto;
}

.articleItem .articleMetaTitle h1 {
    text-transform: uppercase;
}

.articleItem .articleMetaDesc p {
    font-size: 16px;
}

.articleSeparator hr {
    border-top: 6px solid #ECEFF2;
}

.articleItem .articleMetaTitle a {
    color:#98CC39;
}

.articleItem .articleMetaTitle a:focus,
.articleItem .articleMetaTitle a:hover {
    color: #737373;
    text-decoration: none;
}

.articleItem .articleDesc {
     text-align: justify;
}

.articleItem .articleDesc p {
    font-size: 16px;
}

.appyReturn {
    margin-top: 25px;
}
.appyTitleLeft {
    color: #6d92a9;
    text-transform: uppercase;
    margin-bottom: 50px;
}
.appyTitleRight {
    color: #6d92a9;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.appyThemes {
    font-size: 16px;
}

/*** CUSTOM NAV BAR ***/
.nav-bar {
    background-color: transparent !important;
    position: fixed;
    z-index: 100;
    width: 100%;
    top: 0;
    left: 0;
}
.nav-bar ul {
    background-color: #fff;
    width: 100%;
    margin: 0 auto;
    border-bottom: 1px solid #E4EBF1;
}
.nav-bar ul li {
    float: right;
}

.nav-bar a {
    text-align: center;
    float: right;
    display: block;
    width: 100px;
    height: 60px;
    float: left;
    color: #5B7F98;
    background-color: #fff !important;
    padding-top: 20px !important;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.nav-bar a:hover{
    width: 100px;
    height: 60px;
    float: left;
    color: #fff;
    background-color: #5B7F98!important;
}
.nav-bar .brand .logo a:hover {
    background-color: #fff !important;
}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eee;
}
.nav-bar a.sign-in {
    text-align: center;
    float: right;
    display: block;
    width: 115px;
    height: 30px;
    float: left;
    color: #fff;
    background-color: #98CC39 !important;
    border-bottom: 4px solid transparent;
    padding-top: 4px !important;
    margin: 15px 15px 0 15px;
    border-radius: 20px;
}
.nav-bar .brand {
    width: 250px;
    height: 60px;
    float: left;
    background-color: #fff !important;
}
.nav-bar .brand .logo {
    width: 200px;
    height: 60px;
    float: left;
    background-color: #fff !important;
}
.nav-bar .brand .logo a {
    padding: 0px !important;
    margin: 0px !important;
    height: 60px;
    width: 200px;
}
.nav-bar .brand .lang {
    float: left;
    background-color: #E5EDF2;
}
.nav-bar .brand .lang a {
    text-align: center;
    display: block;
    width: 50px;
    height: 60px;
    float: left;
    color: #5B7F98;
    background-color: transparent !important;
    padding-top: 20px !important;
    text-decoration: none;
    -o-transition: .5s;
    -ms-transition: .5s;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    transition: .5s;
}
.nav-bar .contact-header {
    color: #E5EDF2;
    background-color: #5B7F98 !important;
    height: 35px;
    padding: 7px 0 0 10px;
}
.nav-bar .contact-header a, .nav-bar .contact-header a:hover {
    position: absolute;
    color: #E5EDF2;
    background-color: transparent !important;
    height: auto;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
    text-decoration: none;
}
.nav-bar .contact-header img {
    margin-right: 8px;
}
body.modal-open #wrap {
    -webkit-filter: blur(7px);
    -moz-filter: blur(15px);
    -o-filter: blur(15px);
    -ms-filter: blur(15px);
    filter: blur(15px);
}
