#Brochure_list {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

#Brochure_list a {
	text-decoration: none;
}

#Brochure_list .Themes_list_box {
	float: left;
	position: relative;
	width: 243px;
	margin: 15px 15px 0 0;
	padding: 15px 10px;
	background-color: #eeeeee;
	/**/
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

#Brochure_list .Themes_list_box:nth-child(3n+0) {
	margin: 15px 0 0 0;/*background-color: red;*/
}

#Brochure_list .Themes_list_box .Themes_list_favorites {
	display: inline-block;
	height: 19px;
	padding-left: 25px;
	background-image: url(../images/icon-favorites.png);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #a1a1a1;
}

#Brochure_list .Themes_list_box .Themes_list_favorites:hover,
#Brochure_list .Themes_list_box .Themes_list_favorites.active {
	background-image: url(../images/icon-favorites-active.png);
	color: #cc0000;
}

#Brochure_list .Themes_list_box .Themes_list_title {
	height: 20px;
	overflow: hidden;
	margin: 15px auto 0 auto;
	/*background-color: #FF00FF;*/
	color: #3e3e3e;
	font-weight: bold;
	text-align: center;
}

#Brochure_list .Themes_list_box .Themes_list_type {
	height: 20px;
	overflow: hidden;
	margin: 0 auto 15px auto;
	color: #6f6f6f;
	font-size: 11px;
	text-align: center;
}

#Brochure_list .Themes_list_box .Themes_list_thumbnail {
	position: relative;
	width: 190px;
	height: 150px;
	margin: 0 auto 15px auto;
	overflow: hidden;
}

#Brochure_list .Themes_list_box .Themes_list_thumbnail img.Themes_list_thumbnail-f,
#Brochure_list .Themes_list_box .Themes_list_thumbnail img.Themes_list_thumbnail-b {
	display: none;
	max-width: 100%;
}

#Brochure_list .Themes_list_box .Themes_list_thumbnail img.active {
	display: inline;
	/* cursor: pointer; */
}

#Brochure_list .Themes_list_box .Themes_list_fbbutton {
	text-align: center;
}

#Brochure_list .Themes_list_box .Themes_list_fbbutton a {
	display: inline-block;
	padding: 3px 10px;
	background-color: #FFF;
	font-size: 12px;
	color: #a1a1a1;
}

#Brochure_list .Themes_list_box .Themes_list_fbbutton a.active {
	background-color: #c5c5c5;
	color: #fff;
}

#Brochure_list .Themes_list_box .Themes_list_button {
	margin-top: 15px;
	text-align: center;
}

.Themes_list_button_OrderforPrint,
#Brochure_list .Themes_list_box .Themes_list_button a {
	display: inline-block;
	padding: 5px 15px 0 15px;
	font-size: 14px;
	color: #3e3e3e;
}

#Brochure_list .Themes_list_box .Themes_list_button a:hover {
	text-decoration: underline;
	color: #cc0000;
}

.Themes_list_button_MakeOnline,
#Brochure_list .Themes_list_box .Themes_list_button button,
#Brochure_list .Themes_list_box .Themes_list_button a:first-child {
	display: inline-block;
	padding: 5px 15px;
	background-color: #cc0000;
	font-size: 14px;
	color: #fff;
}

.Themes_list_button_MakeOnline:hover,
#Brochure_list .Themes_list_box .Themes_list_button a:first-child:hover {
	background-color: #9c1c1f;
	text-decoration: none;
	color: #fff;
}

#Brochure_list .Themes_list_box .Themes_list_button button {
	background-color: #404648;
	border-color: #404648;
}

#Brochure_list .Themes_list_box .Themes_list_button .Themeslistbutton {
	display: inline-block;
	margin-top: 5px;
	padding: 5px 15px;
	border: 0;
	background-color: #cc0000;
	color: #fff;
	text-decoration: none;
	text-align: center;
}

#Brochure_list .Themes_list_box .Themes_list_button .Themeslistbutton:hover {
	background-color: #9c1c1f;
}

#Brochure_list .Themes_list_box .Themes_list_Edit {
	position: absolute;
    top: 10px;
	right: 1px;
	display: inline-block;
	height: 20px;
	padding-left: 25px;
	background-image: url(../images/Themes_list_Edit.png);
	background-repeat: no-repeat;
	font-size: 12px;
	color: #a1a1a1;
}

#Brochure_list .Themes_list_box .Themes_list_Edit:hover {
	background-image: url(../images/Themes_list_Edit_hover.png);
	background-repeat: no-repeat;
}

#Brochure_list .Themes_list_box .Themes_list_Delete {
	display: none;
	position: absolute;
	top: 10px;
	right: 9px;
	z-index: 100;
	width: 25px;
	height: 25px;
	background-color: #eeeeee;
	text-align: center;
}

#Brochure_list .Themes_list_box .Themes_list_Delete input {
	margin-top: 6px;
	cursor: pointer;
}

#Brochure_list .Themes_list_box .Themes_list_Delete.active {
	display: inline-block;
}

#Brochure_list .Themes_list_box .Themes_list_UpdateAvailable {
	position: absolute;
	top: -5px;
	left: -6px;
	z-index: 100;
}

/****** Ready for Print / Make Online ******/
#Brochure_list_ready .Themes_list_box {
	width: 100%;
	margin: 15px 15px 0 0;
	vertical-align: top;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_left,
#Brochure_list_ready .Themes_list_box .Themes_list_box_right {
	display: inline-block;
    vertical-align: top;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right {
	width: 65%;
	margin-left: 10px;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_title,
#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_type {
	text-align: left;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_type {
	margin-bottom: 5px;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_title {
	margin-top: 0px;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_button {
	margin: 0px;
	text-align: left;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_button a,
#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_button .btn,
#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_button input,
#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_button button {
	display: inline-block;
	max-width: 150px;
	margin-top: 10px;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_button .btn {
	float: right;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_textarea {
	width: 100%;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right .Themes_list_textarea textarea {
	display: inline-block;
	width: 100%;
	padding: 5px;
	height: 110px;
	min-height: 50px;
	max-height: 300px;
	background-color: transparent;
	border: 1px solid #cecece;
	resize: vertical;
	font-size: 12px;
}

/****************** Integration Settings ******************/

#ImportSettings {
	display: block;
}

#ImportSettings .panel-default {
	padding-top: 10px;
}

#ImportSettings .panel-default ul.nav-tabs {
	padding: 0 10px;
}

#ImportSettings .panel-default ul.nav-tabs li a {
    color: #bbbbbb;
	text-decoration: none;
}

#ImportSettings .panel-default ul.nav-tabs li.active a {
	color: #cc0000;
}

#ImportSettings .Integration_output {
	display: block;
	width: 100%;
	margin: 20px 0;
	background-color: #f8f8f8;
	border: 1px solid #e5e5e5;
}

#ImportSettings .ImportSettings_textarea {
	display: block;
	width: 100%;
	padding: 10px;
	background-color: #f8f8f8;
    border: 1px solid #e5e5e5;
	resize: none;
}

#ImportSettings label {
    font-weight: normal;
}

#ImportSettings .minicolors * {
	-webkit-transition: all 0s ease;
	-moz-transition: all 0s ease;
	-o-transition: all 0s ease;
	transition: all 0s ease;
}

/************************************ Zaid Butt Css End ************************************/

/************************************ ztab ************************************/
/*@media (min-width: 768px) and (max-width: 979px) {*/
@media (min-width: 768px) and (max-width: 992px) {
/****************** Class's ******************/
.msg_box_for_tab_phone {
	display: block;
}

/****************** Brochures Themes ******************/
#Brochure_list .Themes_list_box {
	width: 235px;
}

/****************** My Brochures ******************/
/****** Ready for Print / Make Online ******/
#Brochure_list_ready .Themes_list_box {
	width: 100%;
}

#Brochure_list_ready .Themes_list_box .Themes_list_box_right {
	width: 65%;
}


}

/****************** zp ******************/
@media screen and (max-width: 767px) {
    .MyPrintOrders_ofcList table td {
        display: block;
        width: 100%;
    }

    .MyPrintOrders_ofcList table td:first-child {
        width: 100%;
        margin-bottom:20px;
    }

    .MyPrintOrders_ofcList .ofcList_img {
        margin-right: 0;
        text-align: center;
    }

    .ofcList_rightside h2,
    .ofcList_rightside .h2 {
        font-size: 100%;
        font-weight: bold;
    }
}