body{
    -webkit-touch-callout: none; /* iOS Safari */
    /*    -webkit-user-select: none;  Safari 
        -khtml-user-select: none;  Konqueror HTML 
        -moz-user-select: none;  Firefox 
        -ms-user-select: none;  Internet Explorer/Edge */
    /*    user-select: none;  Non-prefixed version, currently
                              supported by Chrome and Opera */
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif,Verdana;
    background-color: #F9F9F9;
}
p {
    font-size: 16px;
}
h1{
    font-size: 36px;
    line-height: 36px;
    margin: 18px 0px;
}
h2{
    font-size: 30px;
    line-height: 30px;
    margin: 12px 0px;
}
h3{
    font-size: 24px;
    margin: 12px 0px;
}
h4{
    font-size: 18px;
    margin: 9px 0px;
}
.UploadButton
{
    background: url('images/image-upload-backgroud.png') no-repeat;
    border:solid 4px #D0D0D0;
    display: inline-block;
    height: 150px;
    width:150px;
    cursor: pointer;
}
.UploadButton input
{
    cursor: pointer;
}
#UploadButtonWaiting
{
    /*background: url('images/loader_32.gif') no-repeat 59px 59px;*/
    height: 150px;
}

.loading32
{
    background-image: url('images/loader_32.gif');
    background-repeat: no-repeat;
    background-position: right center;
}
.completed
{
    background-image: url('images/success.png');
    background-repeat: no-repeat;
    background-position: right center;
}
.not_completed
{
    background-image: url('images/error.png');
    background-repeat: no-repeat;
    background-position: right center;
}

.shadow {
    -moz-box-shadow: 5px 5px 5px #ccc;
    -webkit-box-shadow: 5px 5px 5px #ccc;
    box-shadow: 5px 5px 5px #ccc;
}
.highlight
{
    -moz-box-shadow: 0px 0px 3px #ccc;
    -webkit-box-shadow: 0px 0px 3px #ccc;
    box-shadow: 0px 0px 3px #ccc;
    padding: 10px;
    margin: 10px 0px;
}

.required
{
    color: #FF0000;
    font-weight: 900;
    font-family: Arial;
    font-size: 16px;
    padding: 2px;
}


/*
Jquery lightbox related CSS
*/
#jquery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    width: 100%;
    height: 500px;
}
#jquery-lightbox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    text-align: center;
    line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
    position: relative;
    background-color: #fff;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
    position: absolute;
    top: 40%;
    left: 0%;
    height: 25%;
    width: 100%;
    text-align: center;
    line-height: 0;
}
#lightbox-nav {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
    width: 49%;
    height: 100%;
    zoom: 1;
    display: block;
}
#lightbox-nav-btnPrev {
    left: 0;
    float: left;
}
#lightbox-nav-btnNext {
    right: 0;
    float: right;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    line-height: 1.4em;
    overflow: auto;
    width: 100%;
    padding: 0 10px 0;
}
#lightbox-container-image-data {
    padding: 0 10px;
    color: #666;
}
#lightbox-container-image-data #lightbox-image-details {
    width: 70%;
    float: left;
    text-align: left;
}
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
    display: block;
    clear: left;
    padding-bottom: 1.0em;
}
#lightbox-secNav-btnClose {
    width: 66px;
    float: right;
    padding-bottom: 0.7em;
}

.twitter-typeahead
{
    width:100%;
}

.twitter-typeahead .tt-hint
{
    display: block;
    height: 34px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border: 1px solid transparent;
    border-radius:4px;
    color:#D0D0D0;
}

.twitter-typeahead .hint-small
{
    height: 30px;
    padding: 10px 10px;
    font-size: 12px;
    border-radius: 3px;
    line-height: 1.5;
}

.twitter-typeahead .hint-large
{
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
    line-height: 1.33;
}
.tt-suggestions
{
    min-width:150px;
}
.tt-suggestion
{
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    border-radius: 4px;
}
.tt-is-under-cursor
{
    text-decoration:underline;
    background-color:#dfdfdf;
}
dl dt,dl dd
{
    border-bottom: 1px dotted #dfdfdf;
    padding-top: 10px;
}
.field_border
{
    border-bottom: 1px dotted #dfdfdf;
}

.card_image{
    width:100%;
}

.page_top_margin{
    margin-top:12px;
}
.admin-header
{
    width:100%;
    background-color:#f2f2f2;
    display:inline-block;
    padding: 5px 10px;
    color:#a7a7a7;
    margin-bottom: 10px;
}
.admin-header h1{
    margin: 5px;
}

.sidebar-card{
    /* margin:16px 0px; */
}

.sidebar-card .nav-link{
    border-radius: 0;
    color: #2478d2;
}
.sidebar-card .nav-link.active{
    background-color: #54769a    ;
}

.action-buttons div{
    margin: 20px 0px;;
}
.action-buttons i{
    display: block;
    font-size: 30px;
    line-height: 30px;
}
.form-search{
    margin: 12px 0px;
}
#searchfield{
    width:100%;
}

.chart-grid{
    background-color: #ffffff;
    min-height: 280px;
    margin-bottom: 16px;
    padding: 0px;
    border-radius: 4px;
    border: 1px solid rgba(0,0,0,.125);
}
.chart-header{
    background-color: #666c73;
    color:#f1eded;
    padding:0px 8px;
    border-radius: 4px 4px 0px 0px;
}
.chart-header > h2{
    font-size: 18px;
    margin:0px;
}
.chart-body{
    padding:8px;
}
.line-legend,.pie-legend {
    list-style: none;
    padding-top: 10px;
}
.line-legend li,.pie-legend li{
    line-height: 15px;
    margin-bottom: 5px;
    font-size:14px;
    display: inline-block;
}
.line-legend li span,.pie-legend li span{
    display: inline-block;
    height: 14px;
    width: 14px;
    margin-right: 5px;
    margin-left: 10px;
}

input[type="file"] {
    border: none;
    color:#666;
}

.card{
    margin-bottom: 20px;    
    background-color: #fff;
}

.shadow3 {
    /* Add shadows to create the "card" effect */
    box-shadow: 0px 0px 1px 2px rgba(0,0,0,0.1);
    transition: 0.3s;    
    transition: box-shadow .5s;
    border-radius: 1px;
}

.card-footer{
    padding: 12px;
    border-top: #CECECE solid 1px;
    text-align: right;
}
.card-data{
    position: relative;
}
.card-data .card-button{
    position: absolute;
    top: -18px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
}
.card-data .card-button p{
    background-color: #03a9f4;
    color:#fff;
    display: inline-block;
    padding: 8px;
    border-radius: 3px;
    font-size: 16px;
    transition: 0.3s;
}

.card-data .card-button.circle p{
    border-radius: 50%;
    padding: 12px;
}
.card-data .card-button p:hover{
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    transition: 0.3s;
}

.card-data-item{
    margin: 0px;
    overflow: hidden;
    padding: 6px 12px;
    transition: 0.3s;
    border-bottom: 1px dashed #EEE;
}
.inlineblock{
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.card-data-item .form-group{
    display: block;
}
.card-data-item > .details-col3{
    max-width:200px;
}
.card-data-item  h4{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.hide_overflow{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.rank{
    font-size: 30px;
    color:#e91e63;
}

.card-price{
    display: inline-block;
    font-size: 24px;
    margin-right: 18px;
    font-family: 'Suranna', serif;
}

.starRating{
    display: inline-block;
    font-size: 24px;
    color:orange;
}
.starRating i{ 
    margin-right: 5px;
}
.rating{
    display: inline-block;
    font-size: 18px;
    color:orange;
}
.rating .comment{
    color:#d7d2c8;
}
.card-button-footer{
    font-size: 18px;
    display: inline-block;
    float: right;
}

.img-small-circle-div{
    display: inline-block;
    min-height: 48px;
    min-width: 48px;
    border-radius: 50%;
    border: solid #78a4c4;
    border-spacing: 2px;
    background-size: cover;
    vertical-align: middle;
}
.img-profile{
    min-height: 36px;
    min-width: 36px;
}
.img-medium-circle-div{
    margin: 30px auto;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    border: solid #03a9f4;
    border-spacing: 2px;
    background-size: cover;
}

.card .small{
    font-style: italic;
    font-size: 18px;
    margin-top: 6px;
    color:#CECECE;
    display: block;
}
/* On mouse-over, add a deeper shadow */
.shadow3:hover {
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,0.2);
    transition: 0.3s;
}
.list-group-item p {
    margin: 4px 0px;
}
.card-header{
    padding:10px;
    /* color:#555; */
    color:#f1eded;
    background-color: #666c73;
    /* background-color: #f1f1f1; */
}
.card-header h1{
    margin-bottom: 5px;
}
.card-header h2{
    color: #f1eded;
    /* margin: 0px; */
}
.card-header p a{
    margin-top: 10px;
}
.has-top-image {
    margin-top: 60px;;
}
.has-top-image .card-header{
    position: relative;
    padding-top: 60px;
}
.card-header > .header-top-image{
    position: absolute;
    max-height: 100px;
    top:-50px;
    left:0;
    right:0;
    margin: 0px auto;
    -webkit-transition: -webkit-transform .8s ease-in-out;
    -ms-transition: -ms-transform .8s ease-in-out;
    transition: transform .8s ease-in-out;
}
.card-header > .header-top-image:hover{
    transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    -webkit-transform:rotate(360deg);    
}
.card-header.red{
    background: #ff939d;
    color:#fff;
}
.card-header.blue{
    background: #03a9f4;
    color:#fff;
}
.card-header h1{
    font-weight:bolder;
    text-align: left;
}
.card-header h1 span{
    font-size: 12px;
    margin-top: 10px;
    display: block;
    color: #d5d5d5;
    text-transform: none;

}
.card-header img{
    max-width:150px;
    margin: 20px auto;
}
.card-header h2,.card-data h2{
}
.card-header h1,.card-data h1{
}
.card-header > .profile_image{
    display: inline-block;
    width: 150px;
    height: 150px;
    margin: 5px;
    border: 3px solid #c99;
    background-position: center center;
    background-size: cover;    
    margin-top: 30px;
}

/* Add some padding inside the card container */
.infoboxes{
    margin-bottom: 16px;
}
.infoboxes .infobox-bg{
    margin: 0px 0px 30px 0px;
    display: block;
    background-color: #656569;
    border-bottom: #379fe8 solid 4px;
    box-shadow:  1px 1px #eeeeee;
    
}


.infobox{
    display: inline-block;
    color: #03a9f4;  
    padding: 6px;
    border-radius: 4px;
    /* border-right: 1px dotted #F0F0EE; */
    /* border-left: 1px dotted #F0F0EE; */
}
.infobox-bg{
    display: inline-block;
    color: #03a9f4;  
    padding: 6px;
    border-radius: 4px;
    /* border-right: 1px dotted #F0F0EE; */
    /* border-left: 1px dotted #F0F0EE; */
    box-shadow:  0px 3px #eeeeee;
}
.infobox-title{
    display: block;
    color: #CECECE;
    font-size: 12px;
}

.infobox .infobox-data-small{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.infobox-bg .infobox-data{
    font-size: 40px;
    padding: 5px 5px;
}
.infobox-bg .infobox-data .prev_data{
    font-size: 18px;
    color:#CECECE;
    display: inline-block;text-align: center;
    line-height: 7px;
}

.infobox .infobox-footer{
    display: inline-block;
    text-align: center;
}

.btn {
    border-width: 0;
    outline: none;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .3);
    transition-duration: .5s;
}




.btn:hover, .btn:focus {
    filter: brightness(85%);
    transition-duration: .5s;
}
.btn-default{
    background-color: #6986a1;
}

.btn-default.disabled{
    background-color: #EEE;
}

.progress-inline{
    margin-bottom: 0px;
}

.img-help{
    border-radius: 5px;
    border:5px solid #aaa;
    padding:5px;
}
code{
    padding:0px;
}
.spacer{
    height: 10px;
}

.sidebar-search{
    background-color: #9dcfef;
    padding:8px 8px 4px 8px;
    border-radius: 4px;
}
.page{
    margin: 24px auto;
}
.container-background{
    background-color: #FFF;    
    border-radius: 4px;
    /* margin:30px 0px; */
    padding: 12px 12px;
}

footer {
    position: relative;
    background-color: #31363a;

}

footer h3 {
    margin:30px 10px 10px;
    color: #e8dfdf;
    font-size: 25px;
}
footer p {
    color: #dfe1e2;
    margin:10px;
}

footer a:hover, footer a:visited {
    color: #fff;
}

footer a {
    color: #fafafa;
    font-size: 16px;
    margin:10px;
}
footer .list-unstyled li {
    margin-top: 10px;
}
footer .copyright {
    background-color: #464d52;
    padding: 10px 0;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 0.823em;
    color: #fff;
}

h2 a,h2 a:visited{
    text-decoration: none;
    color:#e75639;
}

h2 a:hover{
    text-decoration: none;
    color:#990000;
    transition-duration: .5s;
}
.jumbotron{
    padding: 15px 0px;
    background: #fff;
    margin: 0px;
}
.jumbotron .btn{
    padding: 6px 14px;
    font-size: 24px;
    border-radius: 9px;
}
.jumbotron h1{
    font-size: 36px;
}
.jumbotron_bg h1{
    color:#fff;
    text-shadow: 1px 1px 2px #282929;    
}
.jumbotron_bg{
    background: url('../../assets/image/jumbo_bg.jpg') no-repeat;
    background-color: #fefefe;
    background-size: cover;
    border-radius: 0px;
    margin-top: -12px;
}
.navbar{
    border-radius: 0px;
}
.navbar-main{
    filter:none !important; 
    margin-bottom: 0px;
    border-bottom: 0px;    
    min-height: 40px;
    background-color: #0277bd;
}
.navbar-nav.open>a{
    background: none;
}

.navbar-btn{
    margin: 5px 5px;
}
.nav-bar-topmost{
    margin: 0px;
    padding: 0px;;
}


.img-tiny{
    display: block;
    max-width:30px;
    max-height:30px;
    width: auto;
    height: auto;
}
    

#myNotificationMenu{
    color:#fff;
    position: relative;
    padding-right: 23px; 
}
#myNotificationMenu:hover{
    color:#ababab;
}

.badge-icon .badge{
    position: absolute;
    font-size: 10px;
    margin-top: -5px;
    margin-left: -3px;
    background-color:#FF5722;
    color: #fff;
}
.notification-heading{
    font-size: 18px;
    margin: 10px 0px;;
}
.features > li > a{
    margin-top: 10px;
    display: block;
    font-size: 19px;
    border-bottom: dotted 1px;
    text-decoration: none;
}
.features > li > a:hover{
    color:#FF5722;
    transition-duration: .5s;
}
.sidebar-search h3{
    margin-top: 10px;
    margin-bottom: 0px;
}
.pagination{
    border-radius: 4px;
    margin: 12px;
}


header{
    background-color: #fff;
    position: relative;
}
header nav{
    z-index: 100;
}
header .container{
    z-index: 300;
}
.modal-login .modal-header{
    border-bottom: none;
    position: relative;
    justify-content: center;
}

.modal-login .modal-content{
    margin-top: 100px;
}

.modal-login .avatar {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -60px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #60c7c1;
    padding: 20px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
    text-align: center;
    color: #fff;
}
.dropdown.open{
    background:none;
}
.dropdown-header:first-child{
    margin-top: 0px;
}
.dropdown-header{
    margin-top: 16px;
    font-size: 16px;
    color:#FCFCFC;
    background-color: #0277bd;
}

.menu-logo{
    max-height: 48px;
}

.shadow1
{
    position:relative;
    /* box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset; */
}

/*==================================================
 * Effect 7
 * ===============================================*/
.shadow2
{
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
.shadow2:before, .shadow2:after
{
    content:"";
    position:absolute;
    z-index:-1;
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.8);
    -moz-box-shadow:0 0 20px rgba(0,0,0,0.8);
    box-shadow:0 0 20px rgba(0,0,0,0.8);
    top:0;
    bottom:0;
    left:10px;
    right:10px;
    -moz-border-radius:100px / 10px;
    border-radius:100px / 10px;
}
.shadow2:after
{
    right:10px;
    left:auto;
    -webkit-transform:skew(8deg) rotate(3deg);
    -moz-transform:skew(8deg) rotate(3deg);
    -ms-transform:skew(8deg) rotate(3deg);
    -o-transform:skew(8deg) rotate(3deg);
    transform:skew(8deg) rotate(3deg);
}
.img-label{
    background-color: #015a79;
    color:#fff;
    text-align: center;
    min-height: 36px;
    padding: 6px;
    font-size: 20px;
}

.ce-block__content, .ce-toolbar__content{
    width:860px;
    margin: 0px;
}

