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

	variables.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	FONT SIZES
-----------------------------------------------------------------*/
/*
@font09: 12px;
@font10: 13px;
@font11: 15px;
@font12: 16px;
@font13: 17px;
@font14: 19px;
@font18: 24px;
@font36: 48px;
*/
/*((36px / 72px) * 96px);*/
/* ----------------------------------------------------------------
	Base Colors
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Line Height Variables
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Margins
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Families
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Font Sizes
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Layouts
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Top Bar
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Header
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Primary Menu
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Blog
-----------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------
    mixins.less
-----------------------------------------------------------------------------------*/
.container {
  width: 952px;
}
/* Blog Grid Item Size Builder
-----------------------------------------------------------------*/
/* Other Mixins
-----------------------------------------------------------------*/
#content {
  width: 100%;
}
#header .list-inline > li {
  line-height: 36px;
}
.action-buttons .delete-form{
	display: inline-block;
}
.block-form .form-control {
	border-radius: 0;
}
.block-form .btn-submit{
	margin-top: 10px;
}

span.tag {
	background-color: #337ab7 !important;
	color: white !important;
	border: none !important;
}
span.tag a{
	color: #ccc !important;
}

.list-break {
    border-top: 5px solid #d5cece;
}

.tag-group .tagsinput{
    display: block;
    width: 100%;
    height: 38px;
    font-size: 15px;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 2px solid #ddd;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s;
}

.page-view-content h2 {
    margin : 0;
    padding :0;
}

.page-view-content h3 {
    margin : 0;
    padding :0;
}

.page-view-content ul ,
.page-view-content ol{
    margin : 10px 0 10px 40px;
}

.paginate.container a.disabled {
    pointer-events: none;
    cursor: default;
    color : #F15A6C !important;
}

#grid-basic{
    margin-top: 20px;
}
