
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


body {
    background-color: #fff;
    color: #333;
    font-family: sans-serif;
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",sans-serif;
    font-size: 14px;
    line-height: 20px;
}
h1, h2, h3, h4, h5, h6{
    color: #464646;
    font-weight: normal;
}
.h1, h1 {
    font-size: 36px
}
.h2, h2 {
    font-size: 30px
}
.h3, h3 {
    font-size: 24px
}
.h4, h4 {
    font-size: 18px
}
.h5, h5 {
    font-size: 14px
}
.h6, h6 {
    font-size: 12px
}
.clear{
    clear: both;
}
.pad-zero{
    padding: 0px;
}

/*====================================================================
                            main wrapper style
======================================================================*/
#page-wrapper {
    height: auto;
    min-height: 100%;
    width: 100%;
    position: relative;
}


/*====================================================================
                            top bar style
======================================================================*/

.topbar{
    position: relative;
    display: block;
    background-color: #333;
    padding: 5px;
}


/*====================================================================
                            footer style
======================================================================*/

.footer{
    position: relative;
    display: block;
    background-color: #333;
    padding: 10px;
    overflow: hidden;
}
.footer .footer-left{
    color: #fff;
}
.footer .footer-right{
    color: #fff;
    text-align: right;
}


/*====================================================================
                        left aside menu bar style
======================================================================*/
.panel-menu-wrap {
    background-color: #ececec;
    border: 1px solid #ccc;
    position: relative;
    padding: 0px;
    -webkit-box-shadow: inset -14px -5px 12px 0px rgba(194,192,194,0.69);
    -moz-box-shadow: inset -14px -5px 12px 0px rgba(194,192,194,0.69);
    box-shadow: inset -14px -5px 12px 0px rgba(194,192,194,0.69);
    padding: 0px 0px 0px 0px;
    height:100vh;
    min-height: 100%;
}
.menu-wrap-das{
    position: relative;
}
.menu-wrap-das h4{
    background-color: #6d6d6d;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 10px 10px 10px;
}
.menu-wrap-das h4 span{
}
.menu-wrap-das i{
    color: #ce8483;
    font-size: 18px;
    padding-right: 10px;
}
.menu-wrap-das .i-caret-right{
    position: absolute;
    top: -13px;
    right: -20px;
}
.menu-wrap-das .i-caret-right i{
    color: #6d6d6d;
    font-size: 62px;
    padding: 0px;
}
.menu-wrap-home{
    position: relative;
}
.menu-wrap-home h4{
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    padding: 20px 10px 20px 10px;
}
.menu-wrap-home a:hover{
    text-decoration: none;
}

/*=============== aside panel menu style =================*/
#panel-menu, #panel-menu ul, #panel-menu ul li, #panel-menu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#panel-menu {
  width: 100%;
}
#panel-menu ul ul {
  display: none;
}
.align-right {
  float: right;
}
#panel-menu > ul > li > a > i {
  font-size: 14px;
  margin-right: 10px;
  color: #777;
  transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
-moz-transform: rotate(45deg);
}
#panel-menu > ul > li > a {
  padding: 10px 10px;
  border-top: 1px solid #f9f9f9;
  border-bottom: 1px solid #dfdfdf;
  cursor: pointer;
  z-index: 2;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  background: transparent;
}
#panel-menu > ul > li > a >  span{
}
#panel-menu > ul > li.active > a,
#panel-menu > ul > li.open > a {
  background: #6d6d6d;
  color: #fff;
}
#panel-menu > ul > li > a:hover {
  background: #cfcfcf;
  color: #d54e21;
}
/*#panel-menu > ul > li.open > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
}*/
/*#panel-menu > ul > li:last-child > a,
#panel-menu > ul > li.last > a {
  border-bottom: 1px solid #1682ba;
}*/
.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}
.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.holder::after {
  top: 17px;
  border-top: 2px solid #23527c;
  border-left: 2px solid #23527c;
}
#panel-menu > ul > li > a:hover > span::after,
#panel-menu > ul > li.active > a > span::after,
#panel-menu > ul > li.open > a > span::after {
  border-color: #23527c;
}
.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}
#panel-menu ul ul li a {
  cursor: pointer;
  padding: 10px 20px;
  z-index: 1;
  text-decoration: none;
  font-size: 13px;
  background: #fff;
}
#panel-menu ul ul li:hover > a,
#panel-menu ul ul li.open > a,
#panel-menu ul ul li.active > a {
  background-color: #eaf2fa;
  color: #333;
}
#panel-menu ul ul li:first-child > a {
  box-shadow: none;
}
#panel-menu ul ul ul li:first-child > a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
#panel-menu ul ul ul li a {
  padding-left: 30px;
}
#panel-menu > ul > li > ul > li:last-child > a,
#panel-menu > ul > li > ul > li.last > a {
  border-bottom: 0;
}
#panel-menu > ul > li > ul > li.open:last-child > a,
#panel-menu > ul > li > ul > li.last.open > a {
  border-bottom: 1px solid #32373e;
}
#panel-menu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
  border-bottom: 0;
}
#panel-menu ul ul li.has-sub > a::after {
  display: block;
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  right: 20px;
  z-index: 10;
  top: 11.5px;
  border-top: 2px solid #23527c;
  border-left: 2px solid #23527c;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#panel-menu ul ul li.active > a::after,
#panel-menu ul ul li.open > a::after,
#panel-menu ul ul li > a:hover::after {
  border-color: #23527c;
}



/*====================================================================
                     right content section style
======================================================================*/

.panel-content-wrap {
    position: relative;
    display: block;
}
.panel-body {
    position: relative;
    color: #333;
}
.panel-body .body-wrap{
    padding: 10px 0px;
}
.section-title{
    position: relative;
    display: inline-block;
}
.section-title h2{
    font-size: 24px;
}
.section-title i{
    color: #777;
    padding-right: 10px;
    font-size: 36px;
}

.section-tab-add{
    position: relative;
    display: inline-block;
    padding: 0px 20px;
}

/*=============== welcome panel style =================*/

.welcome-panel {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    padding: 20px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 13px;
    line-height: 25px;
    background: #f5f5f5;
    color: #777;
}
.welcome-panel-content {
    position: relative;
    overflow: hidden;
}
.welcome-panel h3 {
    margin: 0;
    text-shadow: 1px 1px 1px #fff;
    font-size: 21px;
}
.welcome-panel h4 {
    font-size: 14px;
    font-weight: bold;
    padding-top: 25px;
}
.welcome-panel .disc-about {
    font-size: 16px;
    margin: 0;
}
welcome-panel .panel-row {
    clear: both;
    overflow: hidden;
    position: relative;
}
.welcome-panel .panel-row ul {
    list-style-type: none;
    padding: 15px 10px 15px 0px;
}
.welcome-panel .panel-row ul li{
    padding-bottom: 7px;
}
.welcome-panel .panel-row ul li i{
    font-size: 17px;
    color: #777;
    padding-right: 20px;
}
.welcome-panel .panel-row ul li a{
    text-decoration: underline;
}
.welcome-panel .panel-row ul li a:hover{
    color: #d43f3a;
}

/*=============== widgets panel style =================*/
.widgets-panel {
    position: relative;
    overflow: hidden;
    padding: 20px 0px;
}
.widgets-panel .widgets-postbox {
    position: relative;
    overflow: hidden;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 13px;
    background: #f5f5f5;
    color: #777;
}
.widgets-panel .widgets-postbox h3{
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 15px;
    color: #464646;
    box-shadow: 0 1px 0 #fff;
    background: #f1f1f1;
    border-bottom: 1px solid #dfdfdf;
    padding: 7px 10px;
    background: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));
    background: -webkit-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -moz-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -o-linear-gradient(bottom,#ececec,#f9f9f9);
    background: linear-gradient(to top,#ececec,#f9f9f9);
}
.widgets-panel .widgets-postbox .con-area {
    font-size: 12px;
    padding: 20px 0px 10px 0px;
    overflow: hidden;
}
.widgets-postbox .con-area ul {
    list-style-type: none;
}
.widgets-postbox .con-area ul li{
    padding-bottom: 7px;
}
.widgets-postbox .con-area ul li a{
}
.widgets-postbox .con-area ul li a:hover{
    color: #d43f3a;
}



/*====================================================================
                     right content section style
======================================================================*/

/*=============== post panel style =================*/

.posts-panel {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    padding: 0px 0px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 13px;
    line-height: 25px;
    background: #f5f5f5;
    color: #777;
}
.posts-panel-content {
    position: relative;
    overflow: hidden;
}

.posts-panel-content .filter-postbox {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    font-size: 13px;
    background: #f5f5f5;
    color: #777;
}
.posts-panel-content .filter-postbox input[type="checkbox"]{
    margin-right: 15px;
}
.posts-panel-content .filter-postbox h3{
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 15px;
    color: #464646;
    box-shadow: 0 1px 0 #fff;
    background: #f1f1f1;
    border-bottom: 1px solid #dfdfdf;
    padding: 7px 10px;
    background: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));
    background: -webkit-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -moz-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -o-linear-gradient(bottom,#ececec,#f9f9f9);
    background: linear-gradient(to top,#ececec,#f9f9f9);
}
.posts-panel-content .filter-postbox .filter-area {
    font-size: 14px;
    line-height: 17px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
.filter-postbox .filter-area .filter-area-row{
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 10px;
}
.filter-postbox .filter-area .filter-area-row:last-child{
    border-bottom: none;
}
.filter-postbox .filter-area .filter-area-row a{
    font-size: 14px;
    font-weight: normal;
}
.filter-postbox .filter-area .filter-area-row a:hover{
    color: #d54e21;
    text-decoration: none;
}


table {
    background-color: #f9f9f9;
}
.table-condensed .thead-inverse th {
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 15px;
    color: #464646;
    border-bottom: 1px solid #dfdfdf;
    background: #f1f1f1;
    background: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));
    background: -webkit-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -moz-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -o-linear-gradient(bottom,#ececec,#f9f9f9);
    background: linear-gradient(to top,#ececec,#f9f9f9);
}
.table-condensed .thead-inverse th input[type="checkbox"]{
    margin-right: 15px;
}
.table-condensed .tbody-inverse tr input[type="checkbox"]{
    margin-right: 15px;
}
.table-condensed .thead-inverse th {
    padding: 10px 10px;
    line-height: 1.5;
    vertical-align: top;
}
.table-condensed .tbody-inverse tr {
    
}
.table-condensed .tbody-inverse td {
    padding: 10px;
    line-height: 1.5;
    vertical-align: top;
    border-bottom: 1px solid #dfdfdf;
}


/*====================================================================
                           new pages style
======================================================================*/

.add-new-panel {
    position: relative;
    overflow: hidden;
}
.add-new-content {
    position: relative;
    overflow: hidden;
}
.add-new-content .add-title {
    position: relative;
    padding: 20px 0px;
}
.add-new-content .add-title input[type="text"]{
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 18px;
    color: #bbb;
}
.add-new-content .add-title input[type="text"]:focus{
    border: 1px solid #777;
}

/*=============== widgets panel add new style =================*/
.widgets-panel-new {
    position: relative;
    overflow: hidden;
    padding: 0px;
}
.widgets-panel-new .widgets-postbox-new {
    position: relative;
    overflow: hidden;
    margin: 20px 0px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 13px;
    background: #f5f5f5;
    color: #777;
}
.widgets-panel-new .widgets-postbox-new h3{
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 15px;
    color: #464646;
    box-shadow: 0 1px 0 #fff;
    background: #f1f1f1;
    border-bottom: 1px solid #dfdfdf;
    padding: 7px 10px;
    background: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));
    background: -webkit-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -moz-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -o-linear-gradient(bottom,#ececec,#f9f9f9);
    background: linear-gradient(to top,#ececec,#f9f9f9);
}
.widgets-panel-new .widgets-postbox-new .con-area-new {
    font-size: 12px;
    padding: 0px 0px;
    overflow: hidden;
}
.widgets-postbox-new .con-area-new ul {
    list-style-type: none;
}
.widgets-postbox-new .con-area-new ul li{
    padding-bottom: 7px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 10px;
}
.widgets-postbox-new .con-area-new ul li label{
    padding: 5px 0px;
    font-weight: bold;
}
.widgets-postbox-new .con-area-new ul li select{
    padding: 5px 5px;
    width: 100%;
}
.widgets-postbox-new .con-area-new ul li:first-child{
    border-top: none;
}
.widgets-postbox-new .con-area-new ul li a{
}
.widgets-postbox-new .con-area-new ul li a:hover{
    color: #d43f3a;
}
.con-area-new .tab-publish{
    padding: 10px 0px;
    overflow: hidden;
}


/*====================================================================
                     full width page  style
======================================================================*/

.panel-full {
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    padding: 0px 0px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    font-size: 13px;
    line-height: 25px;
    background: #f5f5f5;
    color: #777;
}
.panel-full-content {
    position: relative;
    overflow: hidden;
}

.panel-full-content .panel-full-postbox {
    position: relative;
    overflow: hidden;
    border-radius: 3px;
    font-size: 13px;
    background: #f5f5f5;
    color: #777;
}
.panel-full-content .panel-full-postbox .panel-full-header{
    box-shadow: 0 1px 0 #fff;
    background: #f1f1f1;
    border-bottom: 1px solid #dfdfdf;
    padding: 7px 10px;
    overflow: hidden;
    background: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));
    background: -webkit-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -moz-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -o-linear-gradient(bottom,#ececec,#f9f9f9);
    background: linear-gradient(to top,#ececec,#f9f9f9);
}
.panel-full-content .panel-full-postbox .panel-full-footer{
    box-shadow: 0 1px 0 #fff;
    background: #f1f1f1;
    border-top: 1px solid #dfdfdf;
    padding: 7px 10px;
    overflow: hidden;
    background: -webkit-gradient(linear,left bottom,left top,from(#ececec),to(#f9f9f9));
    background: -webkit-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -moz-linear-gradient(bottom,#ececec,#f9f9f9);
    background: -o-linear-gradient(bottom,#ececec,#f9f9f9);
    background: linear-gradient(to top,#ececec,#f9f9f9);
}
.panel-full-content .panel-full-postbox h3{
    font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
    font-size: 15px;
    color: #464646;
}
.panel-full-content .panel-full-postbox .panel-full-dis {
    font-size: 14px;
    line-height: 17px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}
.panel-full-postbox .panel-full-dis .panel-full-row{
    border-bottom: 1px solid #dfdfdf;
    padding: 15px 10px;
    overflow: hidden;
}
.panel-full-row h4{
    padding: 10px 0px;
    font-size: 18px;
}
.panel-full-row .logo-img{
    padding: 0px;
}
.panel-full-row .row-left-sec{
   position: relative;
   overflow: hidden;
   padding: 15px 15px 15px 0px;
}
.row-left-sec label{
   font-weight:700;
   line-height:35px;
}
.row-left-sec label span{
   color:#F00;
   font-size:16px;
}
.panel-full-row .row-left-sec input[type="text"]{
   width: 100%;
   padding: 10px 10px;
   border: 1px solid #ccc;
}
.panel-full-row .row-left-sec input[type="password"]{
   width: 100%;
   padding: 10px 10px;
   border: 1px solid #ccc;
}
.panel-full-row .row-left-sec textarea{
   width: 100%;
   padding: 10px 10px;
   border: 1px solid #ccc;
}
.panel-full-row .row-right-sec{
   position: relative;
   border-left: 1px solid #ccc;
   overflow: hidden;
   padding: 15px 0px 15px 15px;
}
.panel-full-postbox .panel-full-dis .panel-full-row:last-child{
    border-bottom: none;
}
.panel-full-postbox .panel-full-dis .panel-full-row a{
    font-size: 14px;
    font-weight: normal;
}
.panel-full-postbox .panel-full-dis .panel-full-row a:hover{
    color: #d54e21;
    text-decoration: none;
}



/*====================================================================
                         setup page style
======================================================================*/

.panel-setup {
    position: relative;
    padding: 70px 0px 0px 0px;
}
.setup-shadow {
    box-shadow: 0 3px 5px rgba(0,0,0,0.4);
}
.panel-setup .setup-logo {
    position: relative;
    text-align: center;
    padding: 20px 0px;
}
.panel-setup .setup-about {
    font-size: 16px;
    padding: 0px 0px 10px 0px;
}
.panel-setup .setup-form {
    position: relative;
    display: block;
    font-size: 14px;
}
.panel-setup .setup-form .setup-form-row {
    padding: 10px 0px 10px 0px;
}
.panel-setup .setup-form label {
    font-weight: bold;
    line-height: 35px;
}
.panel-setup .setup-form input[type="text"] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
}
.panel-setup .setup-form input[type="password"] {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #ccc;
}