
.right {
	float:right;
}

.left {
	float: left;
}


.text-center {
	text-align: center;
}

.text-right {
	text-align: right;
}

.block-center {
	margin-left: auto;
	margin-right: auto;
}

.lead {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.4;
}


img.img-circle {
	border-radius: 50%;
}

img.img-frame {
	background: #fcfcfc none repeat scroll 0 0;
    border-bottom: 1px solid #eee;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.12s ease 0s;
    padding: 2em;
}

img.img-frame:hover {
	background: #f4f4f4 none repeat scroll 0 0;
    box-shadow: 0 0 18px rgba(0, 0, 0, 0.4);
    }

.btn {
	background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.42857;
    margin-bottom: 10px;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 180px;
    width: auto;
}
.btn.center-block {
	margin:auto;
}

.btn.right {
	float: right;
}

.btn.left {
	float: left;
}

.btn.center {
	margin: 0 auto;
}

.btn.btn-large {
	max-width: 340px;
	min-width: 120px;
	font-size: 22px;
	padding: 12px 24px;
}

.btn.btn-medium {
	font-size: 18px;
	padding: 12px 24px;
	min-width: 240px;
}


.btn.btn-default {
	border-color: #ccc;
	background: transparent;
	color: #333 !important;
}


.btn.btn-default:hover {
	border-color: #adadad;
	color: #333 !important;
	background-color: #e6e6e6;
}

.btn.btn-primary {
	border-color: #1e73be;
	background-color: #1e73be;
	color: #fff !important;
}


.btn.btn-primary:hover {
	background-color: #1F527F !important;
	border-color:#1F527F;
}

.btn.btn-success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff !important;
}

.btn.btn-success:hover {
	background-color: #449d44 !important;
    border-color: #398439;
    }

.btn.btn-warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
    }

.btn.btn-warning:hover {
	background-color: #ec971f;
    border-color: #d58512;
    color: #fff;
}

.lead.text-center {
	text-align: center;
	font-size: 110%;
	font-weight: 200;
}


.well {
  background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
    padding: 24px;
}

.well p {
	margin-bottom: .75em;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media h4 {
	margin-bottom: 5px;
}

.media .lead {
	margin: 0 0 .75em;
}

.media > .pull-left {
    padding-right: 20px;
}

.label {
    border-radius: 0.25em;
    color: #000;
    border: 2px solid #333;
    display: inline-block;
    font-size: 85%;
    font-weight: 400;
    line-height: 1;
    padding: .25em .5em;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    margin: 10px 0;
    }

.label.primary {
	border-color: #1e73be;
	background-color: #1e73be;
	color: #fff !important;
}

.label.warning {
    background-color: #f0ad4e;
    border-color: #eea236;
    color: #fff;
    }

.label.success {
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff !important;
}


.alert {
    border: 1px solid transparent;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
}

.alert p {
	margin:0;
}

.alert a {
	color: #000;
}

.alert a:hover {
	text-decoration: underline !important;
}

.alert .title {
	font-weight: bold;
	margin-bottom: 10px;
}

.alert.warning {
   background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert.danger {
	background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert.info {
 background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert.success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}


ul.fa-ul {
	list-style-type: none;
	margin-left: 5px;
}

ul.fa-ul li {
	line-height: 2;
}

ul.fa-ul.positive .fa {
	color:#2DA03A;
}

ul.fa-ul.negative .fa {
	color:#FC4C2B;
}


.panel {
	display: block;
    border: 1px solid #ddd;
    padding: 1em;
    margin: 1em 0;
}

.panel.primary {
	background:#F3FCFF;
}


.ui-icon:before {
	font-family: dashicons;
	display: inline-block;
	vertical-align: middle;
}

.ui-icon-plus:before {
	content: "\f132";
	color:#E3E3E3;
	}

.ui-icon-minus:before {
	content: "\f460";
	color: #000;
	}
