.starter-template{
    background-color:#d1f3fa;
    border-bottom-right-radius:10px;
    border-bottom-left-radius:10px;
}


/*custom nav bar*/

#toptxt{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-weight:lighter;
    padding-top:18px;
    float: left;
}

.icon-bar {
   background-color:#66CCFF;
}
.navbar-custom{
    margin-bottom:0px;
}
.navbar-custom li{
    font-size:120%;
}
.navbar-custom li a:hover,
.navbar-custom li a:focus{
  /*background-color: #FDD6DD;*/
  background-color: #d1f3fa;
}

.navbar-custom li.dropdown.open .dropdown-toggle,
.navbar-custom li.dropdown.active .dropdown-toggle,
.navbar-custom li.dropdown.open.active .dropdown-toggle{
  /*background-color:#FDD6DD;*/
  background-color: #BCEDF8;
}

.nav.navbar-nav .dropdown .dropdown-menu {
	/*background-color: #F69;*/
	background-color: #E4F8FC;
}

.dropdown .dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    background-image:none;
    background-color: #BCEDF8;
    /*background-color:#FDD6DD;*/
}


/*end*/


.index_preview{
    font-size:60%;
}
.index_preview a{
    color:#52A3CC;
}
.index_preview a:hover{
    color:#478FB2;
    text-decoration:none
}


.msg_div{
    float:right;
    margin:1%;
}

.top_pic{
    position:absolute;
    bottom:0;
    left:45px;
}
.top_name{
    position:absolute;
    bottom:10px;
    left:105px;
}

.add_height{
    height:70px;
}

.step_txt{
    text-align:center;
    font-size:120%;
    padding:1%;
    width:30%;
    background-color:#FFFFBF;
    margin:0 auto;
}

.state_txt{
    text-align:center;
    font-size:120%;
    padding:1%;
    width:30%;
    background-color:#d1f3fa;
    margin:0 auto;
}

.adarea{
    /*width:720px;*/
    /*height:90px;*/
    /*background-color:gray;*/
    /*margin: 0 auto;*/
}

.card{
    /*margin-top:30px;*/
    /*margin-bottom:30px;*/
    text-align:center;
    font-size:22px;
}
.card img{
    padding:15px;
}

.card_title_line{
    height:1px;
    width:100%;
    background-color:#75D1FF;
    margin-top:3%;
    margin-bottom:6%;
}

.card_cover{
    position:relative;
    background-image: url('card_cover_bak.jpg');
    height:300px;
    border-radius: 25px;
    margin-bottom:30px;
}

#card_info{
    cursor: pointer;
}
#pic_click{
    cursor: pointer;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(120,120,120,0.7);
    
}
.text_area{
    margin:15px;
    padding:20px;
    background-color: #EBFFEB;
    border-radius: 5px;
    
}

.cover_center_txt{
    position: absolute;
    top: 45%;
    left:30%;
    font-size:150%;
}

.email-tips + .tooltip > .tooltip-inner {
    background-color: #C2EBFF;
    color:#4C4C4C;
    max-width: 150px;
    /* If max-width does not work, try using width instead */
    width: 150px; 
}
.email-tips + .tooltip.right > .tooltip-arrow {border-right-color:#C2EBFF; }

.msg_frame{
    border-radius:5px;
    border-color:#d1f3fa;
    border-style:solid;
    padding:6%;
}

.footer{
    background-color:#d1f3fa;
    text-align:center;
    border-top-right-radius:10px;
    border-top-left-radius:10px;
}

hr {
    height: 2px;
    background-color:#75D1FF;
    color:#75D1FF;
}

#mobile_pager{
    display:none;
}

@media (max-width: 768px) { 
    #toptxt{
        padding-top:0;
        padding-left:15px;
    }
    .add_height{
        height:50px;
    }
    .top_pic{
        left:15px;
    }
    .top_name{
        left:75px;
    }
    .step_txt{
        width:100%;
    }
    .mobile-space{
        height:15px;
    }
    #mobile_pager{
        display:block;
    }
    #desk_pager{
        display:none;
    }
    .card_cover{
        height:230px;
        border-radius: 15px;
    }
    .cover_center_txt{
        left:10%;
    }
}