@import url('https://fonts.googleapis.com/css?family=Open+Sans');




html,
body {
    height: 100%;
    font-family: 'Open Sans Condensed', sans-serif;
    font-size: 16px;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.alert {
    font-size: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
}

.btn-sanremo {
    color: #fff;
    background-color: #0088cc;
    border-color: #46b8da;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}


h1, h2 {
    font-family: 'Open Sans Condensed', sans-serif!important;
    font-weight: 600!important;
    font-style: normal;
    text-transform: none;
}

.infobox {
    border: 1px solid #ddd; 
    padding: 24px 20px; 
    border-radius: 4px; 
    margin: 20px 10px;
}

.email-list {
    color: #2196F3;
}

.company-list {
    color: purple;
}

.company-list a {
    background: #9c27b0;
    color: #fff!important;
    font-weight: bold;
    padding: 2px;
    border-radius: 6px;
}
.usertype-list {
    text-transform: uppercase;
    font-size: 13px;
    background: #E91E63;
    color: #fff;
    padding: 1px 10px;
    border-radius: 10px;
    font-weight: bold;
}
.usertype-list.big {
    font-size: 22px;
    display: inline;
}

.fullname-list{
    padding: 10px;
}

.fullname-list a {
    color: #333;
    border-bottom: 1px dashed;
}

.fullname-list a:hover {
    text-decoration: none;
    color: #9c27b0;
}

.image-profile-list {
    width: 100px;
    height: 100px;
    margin: auto;
    overflow: hidden;
    border-radius: 50px;
    border: 4px solid #CCCCCC;
}

.image-profile-list img {
    max-width: 100%!important;
    min-height: 100px!important;
    object-fit: cover;
    height: auto;
}

form .image-profile-list:hover {
    border-color: #e91e63;
}

button.close {
}

.popover-default > .popover-title {
    color: #FFF;
    background-color: #3F51B5;
    padding: 12px 12px 12px;
}

i.icon-status {
    font-size: 30px;
}

.profile-page .header {
    height: 220px!important;
    min-height: 200px!important;
}

.profile .avatar img {
    width: 160px;
    height: 160px;
    background: white;
    overflow: hidden;
}

.togglebutton.not.loading i{
    display: none;
}



.togglebutton.loading i{
    
}

.togglebutton.loading input{
    display: none;
}

table.kv-grid-table.table.table-bordered.table-striped.kv-table-wrap {
    background: #fff;
}

.btn-link.white{
    color: #fff;
}

.form-group .checkbox.editable label {
    display: block;
}

.not-vip {
    color:#999999 !important;
    border-color: #999999 !important;
}

.not-vip i {
    color:#999999 !important;
}

.not-vip span {
    color:#999999 !important;
}

.is-vip {
    color:#ff0000 !important;
    border-color:#ff0000 !important;
}

.is-vip i {
    color:#ff0000 !important;
}

.is-vip span {
    color:#ff0000 !important;
}

.vip-switch {
    display:block;
    border: 2px;
    border-style:solid;
    border-radius: 20px;
    width: 80px;
    margin-top: 20px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 30px;
    vertical-align:middle;
    color:inherit;
}

.vip-switch i {
    vertical-align:middle;
    font-size: 20px;
    line-height: 30px;
    color: inherit;
    top: 0px;
    display: inline-block;
    position: relative;
    margin-top: -2px;
    margin-left: 6px;
    vertical-align: top;
}

.vip-switch span {
    vertical-align:top;
    font-size: 20px;
    line-height: 30px;
    color: inherit;
    top: 0px;
    display: inline-block;
    position: relative;
    margin-top: -2px;
    margin-left: 4px;
}



tr.trtappable {cursor: pointer;}
tr.trtappable:hover{
    background-color: #EAE4EA!important;
}