@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

.right-side {
    width: 80%;
    float: left;
    background:#fff;
    border-left: thick solid #585858;
}
.admin h5{
    color:#444;
    font-size: 25px;
    text-align:center;
}.admin h6{
    color:#444;
     font-size: 20px;
    text-align:center;
}

.left-side {
    width: 18%;
    float: left;
    background:white;
    height:100%;

}
/*2A3910*/
.left-side ul {
    margin: 0;
    background: white;
    padding: 0;
}

.left-side ul li {
    display: block;
}

.left-side ul li a {
    display: block;
    padding: 10px;
    color: #2A3910;
    text-decoration: none;
    font-size:12px;
    transition:.4s;
}
.left-side ul li a:hover{
    color: #E2BE43;
    background:rgba(82, 111, 31, 0.69);
}
a.subutton {
    color: rgba(255, 255, 255, 0.57);
    text-transform: uppercase;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    padding: 7px 16px;
    border: 1px solid rgba(255, 255, 255, 0.19);
    margin: 10px;
    border-radius: 3px;
}
a.subutton:hover{
    color:#fff;
    border-color:#fff;
    color: #E2BE43;
    background:rgba(82, 111, 31, 0.69);
    transition:.4s;
}

h1 {
    font-size: 30px;
    color: #E2BE43;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}


h2 {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}

.headerBodyh1{
    font-size: 30px;
    color: #E2BE43;
    background: white !important;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}
.headerBodyh2{
    font-size: 20px;
    color: #e2b100;
    background: white !important;
    font-weight: 300;
    text-align: center;
    margin-bottom: 15px;
}



.topright {
    position: absolute;
    top: 0;
    color: #E2BE43;
    right: 0;
}


a.button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    /*float:right;*/
    left: 0;
    font-family: 'Source Sans Pro ', sans-serif;
    outline: 0;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
    padding: 7px 10px;
    color: #53e3a6;
    border-radius: 3px;
    width: 78px;
    cursor: pointer;
    font-size: .75em;
    text-align: center;
    color: white;
    -webkit-transition-duration: 0.25s;
    transition-duration: 0.25s;
    text-decoration: none;
}

a button:hover {
    background-color: #f5f7f9;

}

table {
    width: 100%;
    table-layout: fixed;
}

.tbl-header {
    background-color: rgba(255, 255, 255, 0.3);
}

.tbl-content {
    /* height: 450px;*/
    overflow-x: auto;
    margin-top: 0px;
    border: 1px solid rgba(255, 255, 255, 0.3);
}
thead{
    background:#ddd;
}

th {
    padding: 20px 15px;
    text-align: left;
    font-weight: 500;
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
}

td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    font-weight: 300;
    font-size: 12px;
    color: #444;
    border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

/* demo styles */
body {
    /*background: -webkit-linear-gradient(left, #25c481, #25b7c4);
    background: linear-gradient(to right, #25c481, #25b7c4);*/
    font-family: 'Roboto ', sans-serif;
    height: 100%;
    /* background:#2A3910;*/
}

input[type="text"] {
    width: 100%;
}

section {

}
section h1 {
    padding-top: 25px;
    padding-left: 41px;
    padding-bottom: 10px;
    background: #2A3910;
    margin:0px;
    font-size: 25px;
    text-align: left;
}
section h2 {
    padding-left: 41px;
    padding-bottom: 25px;
    background: #2A3910;
    margin:0px;
    color: white;
    font-size: 17px;
    text-align: left;
}

.wrapper {
    min-height: 100%;

    /* Equal to height of footer */
    /* But also accounting for potential margin-bottom of last child */
    /*margin-bottom: -50px;*/
}

.footer,
.push {
    height: 50px;
}

/* follow me template */
.made-with-love {
    margin-top: 20px;
    padding: 10px;
    clear: left;
    text-align: center;
    font-size: 10px;
    font-family: arial;
    color: #2A3910;
}

.made-with-love i {
    font-style: normal;
    color: orangered;
    font-size: 14px;
    position: relative;
    top: 2px;
}

.made-with-love a {
    color: #2A3910;
    text-decoration: none;
}

.made-with-love a:hover {
    text-decoration: underline;
}

/* for custom scrollbar for webkit browser*/
::-webkit-scrollbar {
    width: 6px;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.atten {
    height: auto !important;
    width: 18% !important;
    margin: auto !important;
    padding-top: 50px;
}