body {
    color: #666666;
}
#message {
    background-color: #FFFACD;
    margin-bottom: 1em;
    color: green;
    border-color: green;
    color: red;
    border: 1px solid red;
    padding:10px;
    margin: 20px;
    width: 400px;
    position: absolute;
    margin-top: 35px;
    margin-right: 45px;
}
#main-content {
    margin-left: 0px;
}
.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
}
.wrapper-pop {
    display: inline-block;
    margin-top: 10px;
    padding: 15px;
    width: 100%;
}
.mail-box .sm-side {
    width: 18%;
    background: #e5e8ef;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
}
.mail-box .lg-side {
    width: 82%;
    background: #fff;
    border-radius: 0px 4px 4px 0;
    -webkit-border-radius: 0px 4px 4px 0;
}
.inbox-body {
    padding: 15px;
}
.txt_center{
    text-align: center;
}
.txt_left{
    text-align: left;
}
.txt_right{
    text-align: right;
}
.pagination {
    font-size: 90%;
}
p.pagination {
    margin-top: 8px;
}
.form-group {
    /*border-bottom: 1px solid #eff2f7;*/
    padding-bottom: 0px;
    margin-bottom: 0px;
}
.form-control {
    color: #797979;
    /*font-size: 13px;*/
}
.inbox-head {
    padding:20px;
    background: #41cac0;
    color: #fff;
    border-radius: 0 4px 0 0;
    -webkit-border-radius: 0 4px 0 0;
    min-height: 80px;
}

.inbox-head  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 300;
}

.inbox-head-pop {
    padding:10px;
    background: #41cac0;
    color: #fff;
    border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    min-height: 50px;
}

.inbox-head-pop  h3 {
    margin: 0;
    display: inline-block;
    padding-top: 6px;
    font-weight: 100;
}
.btn-sm-act {
    border-radius: 3px;
    font-size: 12px;
    line-height: 1.4;
    padding: 3px 5px;
}
.input-ssm {
    border-radius: 3px;
    font-size: 12px;
    height: 25px;
    line-height: 1.5;
    padding: 5px 10px;
}

.checkboxes label, .radios label {
    display: block;
    cursor: pointer;
    line-height: 10px;
    padding-bottom: 3px;
    font-weight: 300;
    border: 0px #000000 solid;
}

.radios {
    /*padding-top: 2px;*/
    margin-top: -15px;
    border: 0px #000000 solid;
    
}
.bgtbForm {
	border:1px solid #dddddd;
}
.table thead tr {
    background-color: #e5e8ef;
}
.activity.red span {
    background: #ff6c60;
}
.activity.light-green span {
    background: #b7de88;
}
.activity.green2 span {
    background: #78cd51;
}
.panel-heading {
    border-color: #eff2f7;
    font-size: 16px;
    font-weight: 300;
    font-weight: bold;
    border-bottom: 1px solid #e3e6ed;
}


/*--sidebar toggle---*/

.sidemenu-toggle-box {
    float: left;
    padding-right: 15px;
    margin-top: 20px;
}

.sidemenu-toggle-box .fa-bars {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
}