/*******************
*** Custom STYLE ***
********************/

/* Rename the file, add your custom overrides styling here and link to it from your HTML files */

body {
	background: #6c69c5;
}

@media only screen and (max-device-width:768px) {
	
	body.modal-open {
		overflow:hidden;
		position:fixed;
	}
}

body.viewport-lg {
	position:absolute;
}

/* 176 */
.user-img { 
    max-width:24px;
    max-height:24px;
	width: auto;
	height: auto;
	border-radius: 3px;
	box-shadow: 0 1px 0 rgba(255,255,255,0.1);
	margin-right: 5px;
}

.main-nav li a {
	color: #fff;	
}

/* 2198 */
a [class^="fa-"], a [class*=" fa-"] {
	display: inline-block;
}

.search  {
	background: #6c69c5;
}

img.thumbnail {
    display: block;
    max-width:160px;
    max-height:160px;
    width: auto;
    height: auto;
}
img.mainpic {
    display: block;
    max-width:400px;
    max-height:400px;
    width: auto;
    height: auto;
}

/* Don't print link hrefs */
@media print {
  a[href]:after {
    content: none
  }
}

/*==============================================
    DASHBOARD  STYLES    
 =============================================*/

/* DASHBOARD ICONS */

.bk-clr-one {
    background-color: #B9B739;
}

.bk-clr-two {
    background-color: #F94C4C;
}

.bk-clr-three {
    background-color: #119c7e;
}

.bk-clr-four {
    background-color: #b739b9;
}

.dashboard-div-icon {
    height: 75px;
    width: 75px;
    border: 2px solid #fff;
    padding: 20px;
    border-radius: 50%;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    font-size: 30px;
    margin-bottom: 20px;
    color: #fff;
}

.dashboard-div-wrapper {
    border-radius: 5px;
    text-align: center;
    padding: 15px;
    color: #fff;
    margin-bottom: 50px;
}

.dashboard-div-wrapper .progress {
	height: 2px;
}

.modal-backdrop {
    z-index: 18;
}

.form-group {
	padding-bottom: 10px;
}

.widget-content input {
	width: inherit;
	height: inherit;
}	
.footer {
	line-height: 20px;
}
.footer a {
	color: white;
}

.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.3;
  border-radius: 3px;
}

.main-logo img {
	margin-left: -12px;
	position: absolute;
	/*clip:rect(0px,130px,60px,0px);*/
}

.modal-content {
	margin-top: 60px;
}