﻿.left {
    float: left;
}

.right {
    float: right;
}

.hidden {
    display: none;
}

.disabled {
    opacity: 0.4;
    filter: alpha(opacity=40);
    cursor:not-allowed;
}

.img-rounded{
	border-radius:100%;
}

.center {
    text-align:center !important;
}

.center a {
    margin: 0 auto;
}
.highlight{
	background-color:#ffe58a;
}
.fix {
    position:fixed;
}
.gray {
    background:#f2f2f2;
}

.strike{
    text-decoration:line-through;
}


/*-------------------- Colors --------------------*/
.light-blue {
    color: #1E90FF;
}
.green {
    color: green;
}
.purple {
    color: purple;
}
.blue {
    color: blue;
}
.red {
    color: #cd1018;
}
/*-------------------/ Colors --------------------*/

/*-------------------- Bootstrap Like --------------------*/
.danger-backgroud {
    background-color:#d9534f !important;
}
.warning-backgroud {
    background-color:#f0ad4e !important;
}
.success-backgroud {
    background-color:#5cb85c !important;
}
.info-backgroud {
    background-color:#5bc0de !important;
}
.primary-backgroud {
    background-color:#337ab7 !important;
}
.default-backgroud {
    background-color:#777 !important;
}
/*-------------------/ Bootstrap Like --------------------*/