@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
.header {
    padding-bottom: 10px;
    box-shadow: 0px 0px 1px 0px;
}
.logo {
    margin-top: 5px;
    width: 100%;
}
.logo img {
    width: 100%;
}
.admin {
    color: #337ab7;
    margin-bottom: 21px;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 24px;
    text-align: center;
}
p.sign {
    margin-top: 15px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
    font-size: 12px;
}
span.panel-1 {
    color: black;
    margin-left: 3px;
    font-weight: normal;
    font-size: 22px;
}
a.sign-link {
    font-family: 'PT Sans Narrow', sans-serif;
    /* width: 87px; */
    padding: 7px 142px;
    background: #337ab7;
    font-size: 13px;
    color: white;
}
.user {
    font-family: 'PT Sans Narrow', sans-serif;
    /* width: 87px; */
    padding: 7px 108px;
    background: cadetblue;
    font-size: 13px;
    color: white;
}
.user:hover{ color:white;}


.forgetpassword {
    margin-top: 15px;
}
a.forget {
    text-decoration: none;
    font-family: 'PT Sans Narrow', sans-serif;
    color: #337ab7;
    font-size: 13px;
}
a.forget:hover{ text-decoration:underline;}
.footer-bottom { z-index:9999;
    position: fixed;
    padding: 5px 0;
    background: #337ab7;
    right: 0;
    left: 0;
    /* top: 0; */
    bottom: 0;
}
.copyright {
    margin-top: 3px;
    /* position: absolute; */
    font-size: 12px;
    color: 'PT Sans Narrow', sans-serif;
    font-family: 'PT Sans Narrow', sans-serif;
    color: white;
}
.design{ float:right;}
.design a {
    font-family: 'PT Sans Narrow', sans-serif;
    color: white;
    font-size: 12px;
}
h1.edit {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 17px;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    /* background-color: #f5f5f5; */
    /* border: 1px solid lightgray; */
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    /* box-shadow: inset 0 1px 1px rgba(0,0,0,.05); */
}
.welll {
    border: 1px solid beige;
    /* box-shadow: 0px 0px 0px 0px; */
    margin-top: 30px;
    padding: 10px;
}
thead {
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 15px;
    font-weight: normal;
}
tbody {
    font-size: 13px;
    font-family: 'PT Sans Narrow', sans-serif;
}
i.fa.fa-pencil-square-o.o {
    color: blueviolet;
    margin-left: 5px;
    font-size: 12px;
}
i.fa.fa-trash-o.trash {
    font-size: 12px;
    margin-left: 9px;
}
a.addbutton {
    margin-bottom: 10px;
    padding: 5px 19px;
    color: white;
    font-size: 13px;
    background: #3470af;
}
.add {
    margin-bottom: 9px;
}
.pagination>li>a {
    /* background: black; */
    color: black;
}
.form p {
    margin-bottom: 6px;
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 13px;
}
.form {
    margin-top: 22px;
}
.myform {
    border-radius: 2px;
}

.buttons {
    border: 1px solid lightgray;
    padding: 5px;
}
span.no {
    color: black;
    font-size: 12px;
}
input.form-control.myform-1 {
    height: 102px;
}
.mr {
    margin-top: 29px;
    /* vertical-align: middle; */
}
input[type=checkbox], input[type=radio] {
    vertical-align: middle;
    margin: 0px 10px 0;
    margin-top: 1px\9;
    line-height: normal;
}
span.visible {
    font-family: 'PT Sans Narrow', sans-serif;
    color: black;
    font-size: 13px;
    /* letter-spacing: 1px; */
}
.mrwidth {
    /* border-bottom: 1px solid lightgray; */
    border-top: 1px solid lightgray;
    padding: 30px 10px 10px 1px;
    width: 50;
    margin-top: 25px;
}
li.treeview.tree.a:hover {
    background:none;
}