.left {
	float: left;
}
.right {
	float: right;
}
.cl_left {
	clear: left;
}
.cl_right {
	clear: right;
}

.row {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}

.separator {
	border-top: solid 1px #ccc;
}

.hidden {
    display: none;
}

.visible {
	display: block !important;
}
.disabled {
	opacity: .5;
}
.enabled {
	opacity: 1;
}
.autoWidth {
	width: auto !important;
}
.note {
	font-size: 1em;
	font-family: 'Open Sans';
	font-weight: 300;
    line-height: 1.4em;
}
.italic {
	font-style: italic !important;
}

.tleft {
	text-align: left !important;
}
.tright {
	text-align: right !important;
}
.tcenter {
	text-align: center !important;
}

.tjustify{
    text-align: justify !important;
    -moz-text-align-last: justify !important;
    text-align-last: justify !important;
}

.nomargin{
    margin: 0 !important;
}
.mtop-0 {
    margin-top: 0; !important;
}
.mtop-5 {
	margin-top: 5px !important;
}
.mtop-10 {
	margin-top: 10px !important;
}
.mtop-15 {
	margin-top: 15px !important;
}
.mtop-20 {
	margin-top: 20px !important;
}
.mtop-30 {
	margin-top: 30px !important;
}
.mbottom-0 {
     margin-bottom: 0 !important;
 }
.mbottom-5 {
    margin-bottom: 5px !important;
}
.mbottom-10 {
	margin-bottom: 10px !important;
}
.mbottom-15 {
	margin-bottom: 15px !important;
}
.mbottom-20 {
	margin-bottom: 20px !important;
}
.mbottom-30 {
	margin-bottom: 30px !important;
}

.mleft-0 {
    margin-left: 0; !important;
}

.mleft-5 {
	margin-left: 5px !important;
}
.mleft-10 {
	margin-left: 10px !important;
}
.mleft-15 {
	margin-left: 15px !important;
}
.mleft-20 {
	margin-left: 20px !important;
}
.mleft-30 {
	margin-left: 30px !important;
}
.mright-0 {
    margin-right: 0; !important;
}
.mright-5 {
	margin-right: 5px !important;
}
.mright-10 {
	margin-right: 10px !important;
}
.mright-15 {
	margin-right: 15px !important;
}
.mright-20 {
	margin-right: 20px !important;
}
.mright-30 {
	margin-right: 30px !important;
}

.nopadding {
    padding: 0 !important;
}

.padding-5 {
    padding: 5px !important;
}

.padding-10 {
    padding: 10px !important;
}

.padding-15 {
    padding: 15px !important;
}

.padding-20 {
    padding: 20px !important;
}

.ptop-5 {
	padding-top: 5px !important;
}
.ptop-10 {
	padding-top: 10px !important;
}
.ptop-15 {
	padding-top: 15px !important;
}
.ptop-20 {
	padding-top: 20px !important;
}
.ptop-30 {
	padding-top: 30px !important;
}

.pbottom-0 {
	padding-bottom: 0 !important;
}
.pbottom-5 {
	padding-bottom: 5px !important;
}
.pbottom-10 {
	padding-bottom: 10px !important;
}
.pbottom-15 {
	padding-bottom: 15px !important;
}
.pbottom-20 {
	padding-bottom: 20px !important;
}
.pbottom-30 {
	padding-bottom: 30px !important;
}
.pleft-5 {
	padding-left: 5px !important;
}
.pleft-10 {
	padding-left: 10px !important;
}
.pleft-15 {
	padding-left: 15px !important;
}
.pleft-20 {
	padding-left: 20px !important;
}
.pleft-30 {
	padding-left: 30px !important;
}
.pright-5 {
	padding-right: 5px !important;
}
.pright-10 {
	padding-right: 10px !important;
}
.pright-15 {
	padding-right: 15px !important;
}
.pright-20 {
	padding-right: 20px !important;
}
.pright-30 {
	padding-right: 30px !important;
}

.m-lr-5{
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.m-lr-10{
	margin-left: 10px !important;
	margin-right: 10px !important;
}
.m-lr-15{
	margin-left: 15px !important;
	margin-right: 15px !important;
}
.m-lr-20{
	margin-left: 20px !important;
	margin-right: 20px !important;
}
.m-tb-5{
	margin-top: 5px !important;
	margin-bottom: 5px !important;
}
.m-tb-10{
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}
.m-tb-15{
	margin-top: 15px !important;
	margin-bottom: 15px !important;
}
.m-tb-20{
	margin-top: 20px !important;
	margin-bottom: 20px !important;
}

.p-lr-5{
	padding-left: 5px !important;
	padding-right: 5px !important;
}
.p-lr-10{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.p-lr-15{
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.p-lr-20{
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.p-lr-30{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
.p-lr-40{
	padding-left: 40px !important;
	padding-right: 40px !important;
}
.p-lr-50{
	padding-left: 50px !important;
	padding-right: 50px !important;
}

.p-tb-5{
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}
.p-tb-10{
	padding-top: 10px !important;
	padding-bottom: 10px !important;
}
.p-tb-15{
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.p-tb-20{
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.p-tb-30{
	padding-top: 30px !important;
	padding-bottom: 30px !important;
}
.error {
	background: #ee2a41 !important;
	color: #fff !important;
}

.txt_error {
	color: #ee2a41 !important;
}
.txt_success {
	color: #1fbba6 !important;
}
.txt-twitter {
	color: #00aced;
}
.txt-linkedin {
	color: #4875B4;
}
.txt-black {
	color: black !important;
}
.txt-yellow {
	color: #ffd400 !important;
	-webkit-text-stroke-color: #ffd400 !important;
	text-stroke-color: #ffd400 !important;
}

.bg-twitter {
	color: white;
	background: #00aced;
}
.bg-linkedin {
	color: white;
	background: #4875B4;
}
.bg-yellow {
	background-color: #ffd400 !important;
	color: black !important;
}

.font-50 {
	font-size: .5em !important;	
}
.font-75 {
	font-size: .75em !important;	
}
.font-100 {
	font-size: 1em !important;	
}
.font-125 {
	font-size: 1.25em !important;	
}
.font-150 {
	font-size: 1.50em !important;	
}
.font-200 {
	font-size: 2em !important;
	-webkit-text-stroke-width: 2px !important;
	text-stroke-width: 1px !important;
}

.success {
	background: #1fbba6 !important;
	color: #fff !important;
}

.hider {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

a.error:hover,
a.success:hover{
	background:#000 !important;
	color: #fff !important;
}
/*
a.txt_error:hover,
a.txt_success:hover{
	color: #000 !important;
}
*/

.box{
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */
}

.lightblue{
    background: lightblue;
}

.lightgreen{
    background: lightgreen;
}


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

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

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border: 1px solid #faebcc;
    line-height: 1.5em;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    line-height: 1.5em;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */


.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

.radius-5 {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.fixed{
    position: fixed;
}
.border {
	border: solid 1px #ddd !important;
}
.border-error{
    border: 1px solid #FF4C4C !important;
}