﻿.jt-btn {
    border: none !important;
    color: #fff !important;
    background-color: #59b0ff !important;
}

    .jt-btn:hover {
        background-color: #59b9ff !important;
    }


.container {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

/* 左菜单选中-背景色--》*/
#leftMenu .bg-info{
        background-color: rgb(47, 164, 231);  
}
#leftMenu .bg-info:hover{
         background-color: rgb(47, 164, 231) !important;  
}
.bg-info a{
      color: white;
}
/* 《--左菜单选中-背景色 */
/*body {
    background-image: url('../images/jt-body.png');
}*/
.itxt-error {
    border: 1px solid #e4393c;
}