@import url('https://fonts.googleapis.com/css?family=News+Cycle');

body {
    background-color: whitesmoke;
    font-family: 'News Cycle', sans-serif;
    font-size:15px;
}

#contenido{
    margin-top:150px;
}

.g-panel-title{
    display:inline-block;
}

.panel-body{

}

.principal-nav{
    background-color:#021f54;
}

.principal-nav ul li a{
    color:white;
    border-bottom:1px solid transparent;
}
.principal-nav ul li a:hover{
    background-color: #021f54;
    border-bottom:1px solid whitesmoke;
}
.principal-nav ul li a:focus{
    background-color: #021f54;
}
.principal-nav ul li a:active{
    background-color: #021f54;
}
.principal-nav ul li ul{
    background-color:#021f54;
}



.panel-plan{
    display:inline-block;
    vertical-align: top;
    width:33%;
}
.navbar-header{
    height:70px;
}

#navbar{
    margin:60px 0px 0px 250px;
}



.icon-item{
    -webkit-transition: all, ease, 0.2s;
    -moz-transition: all, ease, 0.2s;
    transition: all, ease, 0.2s;
}

.icon-item:hover{
    -webkit-transform:scale(1.1); /* Safari and Chrome */
    -moz-transform:scale(1.1); /* Firefox */
    -ms-transform:scale(1.1); /* IE 9 */
    -o-transform:scale(1.1); /* Opera */
    transform:scale(1.15);
}

.glyphicon { margin-right:5px;}
.section-box h2 { margin-top:0px;}
.section-box h2 a { font-size:15px; }
.glyphicon-heart { color:#e74c3c;}
.glyphicon-comment { color:#27ae60;}
.separator { padding-right:5px;padding-left:5px; }
.section-box hr {margin-top: 0;margin-bottom: 5px;border: 0;border-top: 1px solid rgb(199, 199, 199);}

.panel.panel-horizontal {
    display:table;
    width:100%;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-body, .panel.panel-horizontal > .panel-footer {
    display:table-cell;
}
.panel.panel-horizontal > .panel-heading, .panel.panel-horizontal > .panel-footer {
    width: 25%;
    border:0;
    vertical-align: middle;
}
.panel.panel-horizontal > .panel-heading {
    border-right: 1px solid #ddd;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;

}
.panel.panel-horizontal > .panel-footer {
    border-left: 1px solid #ddd;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
}

.email {
    font-size: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
input.hidden {
    position: absolute;
    left: -9999px;
}

#profile-image1 {
    cursor: pointer;

    width: 100px;
    height: 100px;
    border:2px solid #03b1ce ;}
.tital{ font-size:16px; font-weight:500;}
.bot-border{ border-bottom:1px #f8f8f8 solid;  margin:5px 0  5px 0}


.table_title h1, .table_title p {
    text-align: center;
}
.table_title > p {
    font-size: 16px;
}
.table_title > hr {
    border-color: #e3e3e3;
    border-width: 3px;
    max-width: 3%;
    width: 100%;
}
.table_title h1, .table_title p {
    text-align: center;
}
.table_title > h1 {
    font-size: 15px !important;
}
.center {
    text-align: center;
}
.panel-success {
    border: 1px solid #ffd3b4;
}
.panel-success > .panel-heading {
    background: #f05f40 none repeat scroll 0 0;
    color: #fff;
    padding: 10px 15px;
}
.panel-body {
    padding: 15px;
}
.panel-body.text-center > p {
    margin-bottom: 0;
}
.panel-body.text-center strong {
    font-size: 24px;
}
.p-detail span{
    font-size:14px;
}
.p-detail ul li{
    font-size:14px;
}
.panel > .list-group, .panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}
.list-group-item {
    font-size: 20px;
    padding-bottom: 18px;
}
.list-group + .panel-footer {
    border-top-width: 0;
}
.panel-footer {
    background-color: #f5f5f5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #ddd;
    padding: 10px 15px;
}
.btn.btn-lg.btn-block.btn-success {
    background: #f05f40 none repeat scroll 0 0;
    color: #fff !important;
}
.btn {
    border: 0 none;
    border-radius: 300px;
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    text-transform: uppercase;
}
.table_title > h1 {
    font-size: 33px !important;
    padding-bottom:20px;
}


/*form*/
.order input, .order select {
    border: 2px solid #e5e5e5 !important;
}
.order input, select {
    -moz-appearance: none;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    padding: 14px 15px;
    transition: border-color 0.25s ease 0s;
    width: 100%;
}
.cn_btn {
    background: #f05f40 none repeat scroll 0 0;
    color: #fff !important;
    margin: 0 0 0 15px !important;
    max-width: 241px;
    padding: 14px 0 !important;
    width: 100%;
}
.order input:focus, .order select:focus {
    border: 2px solid #f05f40 !important;
}
.r_pay img {
    margin-top: -16px;
    max-width: 225px;
    width: 100%;
}
.r_pay > button {
    background: #f05f40 none repeat scroll 0 0;
    border: medium none;
    border-radius: 3px;
    color: #fff;
    margin: 3px 0;
    padding: 8.5px 0;
    width: 100%;
}
p{margin-bottom:10px;}

/** Start Login**/
.panel-plan{
    display:inline-block;
    vertical-align: top;
    width:33%;
}

.form-signin
{
    max-width: 330px;
    padding: 15px;
    margin: 0 auto;
}
.form-signin .form-signin-heading, .form-signin .checkbox
{
    margin-bottom: 10px;
}
.form-signin .checkbox
{
    font-weight: normal;
}
.form-signin .form-control
{
    position: relative;
    font-size: 16px;
    height: auto;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.form-signin .form-control:focus
{
    z-index: 2;
}
.form-signin input[type="text"]
{
    margin-bottom: -1px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.form-signin input[type="password"]
{
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.account-wall
{
    margin-top: 20px;
    padding: 40px 0px 20px 0px;
    background-color: #f7f7f7;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}
.login-title
{
    color: #555;
    font-size: 18px;
    font-weight: 400;
    display: block;
}
.profile-img
{
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.need-help
{
    margin-top: 10px;
}
.new-account
{
    display: block;
    margin-top: 10px;
}
.center-elements{
    text-align:center;
}
#myLogo{
    height:40px;
    width:80px;
    margin-top:-10px;
}

/** end Login**/