@charset "UTF-8";

.widget {
	border: 1px solid rgb(217, 217, 217);
	border-radius:5px;
	margin-bottom:20px;
	background:#f6f6f6;
	position:relative;
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.05), 0px 0px 10px rgba(0, 0, 0, 0.04) inset;
}

.widget:before,
.widget:after {
	content:"";
	position:absolute;
	z-index:-2;
}

.widget .header {
	text-align: center;
	font-family:'BTitrBold', Tahoma, Geneva, sans-serif;
}

.widget .header span {
    display: block;
   	padding: 10px 20px;
    font-size: 18px;
    font-weight: 100;
	color: rgb(255, 255, 255);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}

.widget:not(.custom) .header i {
	color:#fff;
	display:inline-block;
	border:1px solid rgb(61, 156, 194);
	border-radius:20px;
	float:left;
	margin-top:12px;
	margin-left: 12px;
	padding:0;
	background-color: rgb(71, 182, 227);
	min-width:15px;
	min-height:15px;
	text-align:center;
}

.widget:not(.custom) .header i.icon-chevron-down,
.widget:not(.custom) .header i.icon-chevron-right {
    cursor: pointer;
}

.widget .header .navbar-inner {
	border-radius: 5px 5px 0 0;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	background-image: url(../img/title.png);
	background-color: rgb(25, 176, 201);
	padding:0;
    transition: background 500ms;
}

.widget .content {
	padding: 10px;
	overflow:auto;
	font-size:13px;
}

.widget .content img {
	/*float:left;
	margin-right:10px;*/
    margin: 0 auto;
}

.widget .readMore {
	padding-bottom: 10px;
}

.widget .postTags {
	padding: 3px 10px;
	direction:ltr;
	/*overflow:auto;*/
}

.widget .footer {
	color: #086c95;
	padding: 3px;
	overflow:auto;
	border-radius: 0 0 5px 5px;
	font-size:12px;
}

.widget .footer .postInfo {
	margin-right:7px;
}

.widget .footer .controller {
	display:none;
}

/**********************************************/

.widget-green {
}
.widget-green:not(.custom) .header i {
	background-color: #10a04c !important;
	border-color:#087b38 !important;
}
.widget-green .header .navbar-inner {
	background: #50fa64 url(../img/title.png) !important;
	background-color: rgb(80, 250, 100) !important;
}

/**********************************************/

.widget-purple {
}
.widget-purple:not(.custom) .header i {
	background-color: rgb(71, 182, 227) !important;
}
.widget-purple .header .navbar-inner {
	background: #ef52c2 url(../img/title.png) !important;
	background-color: rgb(239, 82, 194) !important;
}

/**********************************************/

.widget-red {
}
.widget-red:not(.custom) .header i {
	background-color: rgb(71, 182, 227) !important;
}
.widget-red .header .navbar-inner {
	background: #ff6464 url(../img/title.png) !important;
	background-color: rgb(255, 100, 100) !important;
}

/**********************************************/

.widget-yellow {
}
.widget-yellow .header span {
	color: rgb(51, 51, 51) !important;
	text-shadow: 0px 0px 4px rgba(255, 255, 255, 0.7) !important;
	
}
.widget-yellow:not(.custom) .header i {
	background-color: rgb(71, 182, 227) !important;
}
.widget-yellow .header .navbar-inner {
	background: #faec0f url(../img/title.png) !important;
	background-color: rgb(250, 236, 15) !important;
}

/**********************************************/

.widget-blue {
}
.widget-blue:not(.custom) .header i {
	background-color: rgb(71, 182, 227) !important;
}
.widget-blue .header .navbar-inner {
	background: #3282dc url(../img/title.png) !important;
	background-color: rgb(50, 130, 220) !important;
}

/**********************************************/

.widget-aqua {
}
.widget-aqua:not(.custom) .header i {
	background-color: rgb(71, 182, 227) !important;
}
.widget-aqua .header .navbar-inner {
	background: #19ebeb url(../img/title.png) !important;
	background-color: rgb(25, 235, 235) !important;
}

/**********************************************/

.widget-orange {
}
.widget-orange:not(.custom) .header i {
	background-color: #F60 !important;
	border-color:#CC6600 !important;
}
.widget-orange .header .navbar-inner {
	background: #ffae00 url(../img/title.png) !important;
	background-color: rgb(255, 174, 0) !important;
}

/**********************************************/

.widget-white {
}
.widget-white .header {
}
.widget-white .header span {
	color: rgb(51, 51, 51) !important;
	text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.7) !important;
	
}
.widget-white:not(.custom) .header i {
	background-color: rgb(71, 182, 227) !important;
}
.widget-white .header .navbar-inner {
	background:#E0E0E0 url(../img/title2.png) 0 10% !important;
}

/**********************************************/

.widget-folded {
}
.widget-folded .header .navbar-inner {
    background: #0584ae url(../img/title.png) !important;
}
.widget-folded .content {
    display: none;
}