body {
    margin: 0;
    font-family: 'Geneva', Verdana, sans-serif;

}

section {
    margin-top: 70px;
}

main {
    min-height: 578px;
}

footer {
    min-height: 40px;
    padding: 15px;
    background-color: #eee;
    
}

.content-centered {
    margin: 0 auto;
    padding: 30px;
}

.card-lg {
    max-width: 940px;
    padding: 30px;
}

.no-record {
    border-bottom: 6px solid #f00;
    border-radius: 8px;
    padding: 80px;
    height: 250px;
}

/* crop style start */
.cropArea {
    background: #E4E4E4;
    overflow: hidden;
    width: auto;
    height: 350px;
}
/* crop style end */


/* fullscreen styles start */
.fullscreen {
    overflow: auto;
    overflow-y: auto;
    display: block;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    z-index: 1050;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.7);
}

.fullscreen-open {
    overflow: hidden;
}

.fullscreen-dialog {
    position: relative;
    margin: 30px auto;
    width: 540px;
    padding: 20px;
    background-color: #fff;
}
/* fullscreen styles start */


/* alert styles start */
.alert {
    position: absolute;
    right: 20px;
    left: 20px;
    /* animation: fadeout 3s infinite;
    animation-timing-function: ease; */
}

@-webkit-keyframes fadeout {
    from { display: block; }
    to { display: none; }
}

@keyframes fadeout {
    from { display: block; }
    to { display: none; }
}
/* alert styles end */


.img-profile-lg {
    width: 200px;
    height: 200px;
    background: url('images/user_64.png');
    background-position: center;
    background-repeat: no-repeat;
}

.anchor-button {
    position: absolute;
    top: 46%;
}

.section-header {
    font-weight: 500;
}

.section-line {
    z-index: 1;
    border: 2px solid #00f;
    opacity: .4;
}

.pull-right {
    float: right;
}

.pull-left {
    float: left;
}


@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
    .fullscreen-dialog {
        width: 100%;
    }
}



div.user-circle {
    overflow: hidden;
    background-color: #fafafa;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fbfafa;
    text-align: center;

    border-radius: 50px;
    height: 48px;
    width: 48px;
}
div.user-circle{
    
    height: 48px;
    width: 48px;
}
div.user-circle-lg {
    overflow: hidden;
    background-color: #fafafa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: #fbfafa;
    text-align: center;
    -moz-box-shadow: 2px 2px 10px 2px rgba(0,0,0,.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,.5);
    box-shadow: 2px 2px 10px 2px rgba(0,0,0,.5);
    border-radius: 200px;
    height: 240px;
    width: 240px;

    background-image: url('../img/user_thumb-2.png');
}

div.user-circle {
     -moz-box-shadow:  2px 2px 10px 2px rgba(0,0,0,.5);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 2px 10px 2px rgba(0,0,0,.5);
    box-shadow:  2px 2px 10px 2px rgba(0,0,0,.5);
}

div.user-circle {
    
     background-image: url('../img/user_thumb_blue1.png');
}
div.loading {
    overflow: hidden;
    
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80px;
    text-align: center;
    
    height: 240px;
    width: 240px;

    background-image: url('../img/loading.gif');
}