/* Default css classes : start */

.orange				{ color: #f77b00; }
.orange-fill			{background-color: #f77b00;}
.orange-hover:hover		{ color: #f77b00; }
.orange-fill-hover:hover	{ background-color: #f77b00; }
.white				{ color: #ffffff; }
.white-fill			{ background-color: #ffffff; }
.white-hover:hover		{ color: #ffffff; }
.white-fill-hover:hover		{ background-color: #ffffff; }
.black				{ color: #000000; }
.black-fill			{ background-color: #000000; }
.black-hover:hover		{ color: #000000; }
.black-fill-hover:hover		{ background-color: #000000; }
.gray				{color: #777777;}
.gray-fill			{ background-color: #8e8e8e; }
.gray-hover:hover		{ color: #8e8e8e; }
.gray-fill-hover:hover		{ background-color: #8e8e8e; }
.silver				{ color: #f5f5f5; }
.silver-fill			{background-color: #e6e6e6;}
.silver-hover:hover		{ color: #f5f5f5; }
.silver-fill-hover:hover	{ background-color: #f5f5f5; }
.blue				{ color: #0f8bc8; }
.blue-fill			{ background-color: #0f8bc8; }
.blue-hover:hover		{ color: #0f8bc8; }
.blue-fill-hover:hover		{ background-color: #0f8bc8; }
.graydark   			{ color: #ebe7e8; }
.graydark-fill			{ background-color: #ebe7e8; }
.graydark-hover:hover   	{ color: #ebe7e8; }
.graydark-fill-hover:hover      { background-color: #ebe7e8; }
.dark   			{ color: #1d1d1d; }
.dark-fill			{ background-color: #1d1d1d; }
.dark-hover:hover   		{ color: #1d1d1d; }
.dark-fill-hover:hover		{ background-color: #1d1d1d; }

/*STATUS ATTRIBUTE*/

/*HIDDEN STATUS*/
*[status="hidden"] {
    opacity: 0;
    filter: alpha(opacity: 0);
}
*[status^="progress"] {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 36px 36px;
}
*[status="progress-white"] {
    background-image: url("../images/general/loader-white.gif");
}
*[status="progress-black"] {
    background-image: url("../images/general/loader-black.gif");
}
*[status="progress-orange"] {
    background-image: url("../images/general/loader-orange.gif");
}

/*NO DISPLAY STATUS*/
*[status="none"] {
    display: none;
}

/*READ ONLY*/
a[status="readonly"] {
    cursor: default;
    color: #ccc;
}

/*PLACE*/
.left {
    float: left;
}
.right {
    float: right;
}
.center {
    margin: 0 auto;
}

/*WIDTH*/
.medium {
    width: 1170px;
    margin: 0 auto;
}
.auto-width {
    width: auto;
}
.auto-height {
    height: auto;
}

/*STYLES*/
ul.no-style li {
    list-style: none;
}

/*IMAGE*/
img.responsive {
    width: 100%;
    height: auto !important;
}

/*TEXT ALIGNMENT*/
.text-right     { text-align: right; }
.text-left      {text-align: left;}
.text-center    { text-align: center; }
.text-justify   { text-align: justify; }

/*SHAPES*/
.circle {
    border-radius: 100%;
}

/*CLEAR FIX*/
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
* html .clearfix { height: 1%; }
.clearfix {display: block;}


/*PARAGRAF*/
.indent {
    text-indent: 10px;
}

/*DISPLAY*/
.none {
    display: none;
}
/* Default css classes : end */
.breadcrumb.medium{
	background-color:white !important;
}