body {
    background: #241414;
    padding: 0;
    margin: 0;
    font: normal 14px 'Open Sans', sans-serif, Arial, Helvetica, sans-serif
}
a:link,
a:visited,
a:active {
    color: #000;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    outline: none;
}
a:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
/**/

.header {
    height:140px;
}
.headerInner {

    position: relative
}
.logo {
    position: absolute;
    top: 15px;
    left: 0
}
.headerInner ul {
    padding: 54px 0 0 0;
    margin: 0;
    float: right;
}
.headerInner ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: left;
}
.headerInner ul li a {
    font-size: 18px;
    color: #e9d275;
    font-weight: 600;
    margin: 0 22px;
    padding: 7px 0
}

.headerInner ul li a:hover {
    color: #fff
}

#pageBg {
    background: #431b1b;
    min-height: 500px;
    border-bottom: 3px solid #7f6c41;
    border-top: 3px solid #7f6c41;
    display: block;
    padding: 20px 0 30px 0;
}

#footer {
   color:#fff;
    padding: 40px 0;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    text-align: center;
   
    margin: 0 auto
}
#footer ul {
    list-style-type: none;
    float: left;
    padding: 0;
    margin: 0
}

#footer p {
    font-size: 13px;
    padding: 0;
    margin: 0;
    background: #241414
}
/**/



h1 {
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    text-align: center;
    font-size: 30px;
    color: #fff;
    padding: 0 0 5px 0;
    margin: 0;
    font-weight: 300
}


.loginBox {
    background: #FFFFFF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin:0 auto
}
table.tbl1 {
    border-collapse: collapse;
    width: 100%
}
table.tblWidth50{ width:50%!important}
table.tbl1 td {
    padding: 10px;
    color: #434343;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 15px;
}
table.tbl1 td a {
    /*color: #fff*/
}
table.tbl1 td a:hover {
    color: #000
}
input.input1, textarea {
    border: 1px solid #431b1b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #f6f6f6;
    color: #000;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}
input.input2 {
    border: 1px solid #646464;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
    background: #f6f6f6;
    color: #000;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width:40px;
    box-sizing: border-box; text-align:center;
}
input.input3 {
    border: 1px solid #646464;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding:5px;
    background: #f6f6f6;
    color: #000;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width:180px;
    box-sizing: border-box;
}
.txtarea {
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    background: #f6f6f6;
    color: #000;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    height: 100px
}
table.tbl1 label {
    line-height: 30px; font-size: 18px; font-weight: normal; color: #431b1b
}
.btn1 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 7px;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    background: #241414;
    width: 100%;
    font-weight: 600;
    border: none;
    color: #cfb968;
    margin-bottom: 15px;
}
.btn1:hover {
    background: #431b1b
}
td.nbd {
    border: none!important
}
.txt1 {
    font-size: 15px;
    color: #010101;
    line-height: inherit
}
.error {
    font-size: 11px;
    color: #CC0000;
    font-weight: 600;
    
    line-height: 12px;
    padding-left: 10px;
    position: absolute
}
.txtCenter {
    text-align: center
}
.loginCont {
    width: 360px;
    margin:60px auto 0
}

/**/


.tblDisplay {
    width: 100%;
    border-collapse: collapse;
    margin: 0
}
.tblDisplay th {
    border-collapse: collapse;
    padding: 10px;
    background: #241414;
    color: #fff;
    font-family: 'Open Sans', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight:600;
    text-align: left;
}
.tblDisplay th a{ color:#fff; text-decoration:underline;    font-size: 14px;}
.tblDisplay td {
    border-collapse: collapse;
    padding: 15px;
}
.tblDisplay td a {
    color: #000;
    text-decoration: underline;
}
.tblDisplay td a:hover {
    color: #000;
}
.tblDisplay td.brn {
    border-right: none;
}
.tblDisplay td.brn2 {
    border-right: none;
    padding: 10px 0
}
.tblDisplay tr:nth-child(even) {
    background: #dfdfdf
}
.tblDisplay tr:nth-child(odd) {
    background: #FFF
}
.errorMsg {
    background: #ffefef;
    border: 1px solid #d10101;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    /*width: 70%;*/
    margin: 5px auto
}

.successMsg {
    background: #fafff8;
    border: 1px solid #218100;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 5px 10px;
    /*width: 70%;*/
    margin: 5px auto
}

/**/

.square-box{
    position: relative;
    width: 7%;
    overflow: hidden;
    background: #fff;
	float: left;
	clear: none;
	margin:10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
	padding: 3px;
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.square-content h3 {
	margin-top:0px;
	font-size: 10px;
	font-weight:600;
}

.square-content .admin {
    background: #BDE5F8;
}

.tblDisplay .btn1{ width: 200px; margin: 0; float:right}
.tblDisplay select{ border: 1px solid #000; padding:5px; width: 100px}

@media only screen and (max-width:600px) {
   .loginCont {
    width: 280px;
    margin: 70px auto 0;
}
 .logo {
    position: relative;
    top: 15px;
    text-align:center; display: block
}
    
    .logo img{ max-width:200px; margin:  0 auto}
    .headerInner ul {
    padding: 35px 0 0 0;
    margin: 0;
    float: none;
    text-align: center;
}
    .headerInner ul li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    float: none;
        display: inline-block
}

.square-box-mobile{
    position: relative;
    width: 7%;
    overflow: hidden;
    background: #fff;
	float: left;
	clear: none;
	margin:10px;
    border-radius: 15px;
    -moz-border-radius: 15px;
}
    
}