/* CSS Document 
*
*
*
* font-family: 'Raleway', sans-serif; 300;400;600
* font-family: 'Lora', serif; 400 italic
* background-color:#88171b;

/* ------------------------------- */

body {
    background-color: #fff;
	font-family: 'Open Sans Condensed', sans-serif;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 1.428571429;
    color: #333333;
}

.login-panel {
	top:50%;
	margin:200px auto 0;
}
.login-panel .panel-heading {
	background-color:#FFFFFF;
}

.navbar {
    background-color: #fff;
	height:60px;
	color:#b53f32;
}

.page-header {
  font-family: 'Dosis', sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color:#333;
  /*text-shadow: 0px 0px 2px rgba(48, 48, 48, 0.85);*/
}


footer{
	height:30px;
	margin-top:40px;
	
}

.divider20{
  height:20px;	
}
.divider40{
  height:40px;	
}
/* Wrappers */

/* ------------------------------- */

 #wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        min-height: 600px;
        border-left: 1px solid #e7e7e7;
    }
}

/* ------------------------------- */

/* Pages */

.1linelimit{
	display: block; /* Fallback for non-webkit */
  	display: -webkit-box;
 	max-width: 150px;
  	height: 10px; /* Fallback for non-webkit */
  	margin: 0 auto;
  	line-height: 1;
  	-webkit-line-clamp: $lines-to-show;
  	-webkit-box-orient: vertical;
  	overflow: hidden;
  	text-overflow: ellipsis;
}

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active > a > .fa.arrow:before {
    content: "\f107";
}


/* Buttons */

/* ------------------------------- */

 .btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}


/* Circle Buttons */

 .btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}