﻿body {
    font-size: 14px;
}

ul#TopLanguageList {
    list-style: none;
    margin: 0;
    padding: 0
}

ul#TopLanguageList li {
    display: inline-block;
    border: none;
    margin: 0;
    padding: 0;
    padding-left: 5px;
}

ul#TopLanguageList li.selected-language a span {
    color: black;
    font-weight: bold;
}

.sweet-alert .icon,
.sweet-alert .icon.success .placeholder {
    -ms-border-radius: 50% !important;
    border-radius: 50% !important;
}

#LanguageDropDown .btn {
    border: none;
    padding: 2px;
}

#LanguageDropDown li.language-menu-item a {
    padding: 8px 5px;
}
.pre-footer-col .photo-stream a {
    display: block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    color: #fff;
    background-color: #12b4a4 !important; 
    font-size: 16px;
}
.pre-footer-col .photo-stream a :hover{
    background-color: #42d8c9 !important;
}
.pre-footer-col .list-unstyled{
    margin-bottom:20px;
    margin-top:30px;
}
.pre-footer-col .list-unstyled li{
    margin-bottom:16px;
    font-size:15px;
}
.form-group{
    margin-bottom:10px;
}
.i_create{
    margin:0px;
    padding-top: 10px;
    border-bottom: 1px solid #999999;
    background: #f9f9f9;
}
.mb20{margin-bottom: 20px;}
.clearFix{zoom: 1;}
.i_create .ts{
    line-height: 1.2em;
    padding-top: 10px;
    padding-left:0px;
    margin-bottom: 5px;
}
.i_create .tr{
    line-height: 1.2em;
    padding-top: 15px;
    padding-left:0px;
    margin-bottom: 5px;
    text-align: right;
}
.fl{
    float: left;
    display: inline;
}
.fr{
    float: right;
    display: inline;
}
.topColor{ color: #00cb18;font-size:20px;}
.plan-group{
    margin: 0px 0px 20px 0px; 
    padding-top: 10px;
    border: 1px solid #cccccc; 
    background-color: #fff;
}
.plan-step-caption{font-size: 20px!important; margin-top: 5px!important;}
.mbxArea{
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}