﻿html,
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(250, 250, 250);
    min-width: 1000px;
}

body.modal-open {
    overflow: hidden;
    padding-right: 0 !important;
}


/* change the style of the scroll bar; */

*::-webkit-scrollbar-track {
    /* box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); */
    border-radius: 10px;
    /* background-color: #F5F5F5; */
}

*::-webkit-scrollbar {
    width: 15px;
    height: 15px;
    /* background-color: #F5F5F5; */
}

*::-webkit-scrollbar-thumb {
    border-radius: 0px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: #888;
}

.separator-line {
    background-color: #65A5CB !important;
    height: 1px;
    margin: 0px !important;
}

textarea {
    resize: none;
    min-height: 80px;
    width: 100%;
}

.jms {
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    height: 100%;
}

.ui-grid tooltip {
    position: fixed;
}

.job-warning tooltip tip {
    min-width: 400px !important;
}

tooltip tip-tip .warning {}

tooltip tip-tip .warning ul {
    margin-bottom: 0;
}

tooltip tip-tip .warning ul li {
    text-align: left;
    line-height: 20px;
}

.nav-header {
    flex-shrink: 0;
    z-index: 2;
}

.nav-header .iconText {
    color: white;
    background-color: #DD1632;
    padding: 12px 10px;
}

.nav-header .iconText .icon {
    float: left;
    padding: 0 10px;
}

.nav-header .iconText .text {
    font-weight: bolder;
}

.input-group .form-control {
    z-index: 0;
}

.input-group-btn {
    z-index: 0;
}


/*left sidenav*/

.menu .menu-toggle-list a.md-button {
    padding: 0 16px 0 26px;
}

.md-visually-hidden {
    display: none !important;
}

md-sidenav {
    width: 220px;
}

md-sidenav .menu-heading {
    font-weight: bolder;
    font-size: 15px;
    text-align: center;
    padding: 8px 16px;
}

md-sidenav menu-link,
md-sidenav menu-toggle {}

md-sidenav ul li:first-child {
    color: white;
}

md-sidenav menu-link a:hover,
md-sidenav menu-toggle button:hover {
    background-color: white !important;
}

md-sidenav .md-whiteframe-4dp,
.md-whiteframe-z2 {
    box-shadow: 0;
}

md-content {
    overflow-x: hidden;
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-bottom: 20px;
}

md-content>ui-view {
    margin: 15px;
    display: flex;
    flex: 1;
    flex-direction: column;
}

.breadcrumb {
    background-color: transparent;
    margin: 0;
    font-size: 15px;
    font-weight: bolder;
}

.jmsBread ol li a {
    color: white;
}

.app {
    height: 100vh;
}

.app .toolbar {
    width: 100%;
}

.app .toolbar .userInfo {
    font-size: 15px;
    font-weight: bolder;
    color: white;
}

.app .toolbar .userInfo .dropdown-menu {
    right: 0;
    left: inherit;
    margin-top: -10px;
    margin-right: 5px;
}

.app .toolbar .userInfo .dropdown-menu>li>a {}

.app .toolbar .userInfo .dropdown-menu li a:hover {
    background-color: #DCECF5;
}

.app .toolbar .userInfo .dropdown-menu:before {
    content: '';
    display: inline-block;
    border-left: 0.4375em solid transparent;
    border-right: 0.4375em solid transparent;
    border-bottom: 0.4375em solid #ccc;
    border-top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    top: -0.4375em;
    left: 8em;
}

.app .toolbar .userInfo .dropdown-menu:after {
    content: '';
    display: inline-block;
    border-left: 0.375em solid transparent;
    border-right: 0.375em solid transparent;
    border-bottom: 0.375em solid #fff;
    border-top: 0;
    position: absolute;
    top: -0.375em;
    left: 8.0625em;
}

.md-button.md-default-theme.md-primary.md-raised:not([disabled]):hover,
.md-button.md-primary.md-raised:not([disabled]):hover,
.md-button.md-default-theme.md-primary.md-fab:not([disabled]):hover,
.md-button.md-primary.md-fab:not([disabled]):hover {
    background-color: white;
}

.md-whiteframe-4dp,
.md-whiteframe-z2 {
    box-shadow: 0;
}

.subTitle {
    color: red;
    font-size: 18px;
    font-weight: bold;
}


/*remove focus style on chrome*/

*:focus {
    outline: none;
}


/*loading*/

.dw-loading {
    position: fixed;
}


/*overwrite modal header background color
.modal-header { background-color: #e5f6ff; }*/


/*common*/

.text-thin {
    font-weight: 300;
}

.text-normal {
    font-weight: 400;
}

.text-bold {
    font-weight: 700;
}

.text-black {
    color: #000;
}

.text-white {
    color: #FFF;
}

.text-red {
    color: #EB1D25;
}

.text-blue {
    color: blue;
}

.text-green {
    color: #00A85C;
}

.text-purple {
    color: #721F62;
}

.text-yellow {
    color: #FFD414;
}

.text-orange {
    color: #F60;
}

.text-muted {
    color: #777;
}

.text-primary {
    color: #337ab7;
}

.text-success {
    color: #3c763d;
}

.text-info {
    color: #31708f;
}

.text-warning {
    color: #8a6d3b;
}

.text-danger {
    color: #a94442;
}

.bg-red,
.btn-red {
    background-color: #EB1D25;
}

.bg-green,
.btn-green {
    background-color: #00A85C;
}

.bg-yellow,
.btn-yellow {
    background-color: #FFD414;
}

.bg-purple,
.btn-purple {
    background-color: #721F62;
}

.bg-lightRed,
.btn-lightRed,
.text-lightRed {
    background-color: #FD6D6F;
}

.bg-lightGreen,
.btn-lightGreen,
.text-lightGreen {
    background-color: #50CEC5;
}

.bg-lightBlue,
.btn-lightBlue,
.text-lightBlue {
    background-color: #9FCCE5;
}

.bg-white {
    background-color: #fff;
}

.bg-lineGray {
    background-color: #ddd;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.clear {
    clear: both;
}

.right {
    float: right;
}

.left {
    float: left;
}

.pad0 {
    padding: 0;
}

.cur {
    cursor: pointer;
}

/*center*/
.center {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
}

/*margin*/

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-right-5 {
    margin-right: 5px;
}

.margin-right-10 {
    margin-right: 10px;
}

.margin-right-15 {
    margin-right: 15px;
}

.margin-right--15 {
    margin-right: -15px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-15 {
    margin-left: 15px;
}

.margin-left--15 {
    margin-left: -15px;
}

.margin-bottom-15 {
    margin-bottom: 15px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin--5 {
    margin: -5px;
}

.margin-top-10 {
    margin-top: 10px;
}


/*tooltip*/

.tooltip.top {
    padding: 5px 0;
}

.tooltip.top .tooltip-arrow {
    margin-left: -5px;
    border-width: 5px 5px 0px;
}

.tooltip.bottom {
    padding: 5px 0;
}

.tooltip.bottom .tooltip-arrow {
    margin-left: -5px;
    border-width: 0px 5px 5px;
}

.tooltip.left {
    padding: 0 5px;
}

.tooltip.left .tooltip-arrow {
    margin-top: -5px;
    border-width: 5px 0px 5px 5px;
}

.tooltip.right {
    padding: 0 5px;
}

.tooltip.right .tooltip-arrow {
    margin-top: -5px;
    border-width: 5px 5px 5px 0px;
}


/*switch buttton*/

.switch {
    background-color: #F54B26;
}

.switch.wide {
    width: 100px;
}

.switch.wide.checked small {
    left: 72px;
}

.switch .off {
    color: #fff;
}


/*ckeditor*/

a.cke_button_on {
    padding: 2px 4px;
}

a.cke_button_off:hover,
a.cke_button_off:focus,
a.cke_button_off:active {
    padding: 2px 4px;
}


/*validation*/

.validation-valid {}

.validation-invalid {
    color: #a94442;
}

.error-input {
    border: 1px solid #a94442;
}

.success-input {
    border: 1px solid green;
}

.error-tip {
    color: #a94442;
}

a {
    cursor: pointer;
}

.minWidth200 {
    -moz-min-width: 200px;
    -ms-min-width: 200px;
    -o-min-width: 200px;
    -webkit-min-width: 200px;
    min-width: 200px;
}

.minWidth150 {
    -moz-min-width: 150px;
    -ms-min-width: 150px;
    -o-min-width: 150px;
    -webkit-min-width: 150px;
    min-width: 150px;
}

.minWidth50 {
    -moz-min-width: 50px;
    -ms-min-width: 50px;
    -o-min-width: 50px;
    -webkit-min-width: 50px;
    min-width: 50px;
}

.width200 {
    width: 200px;
}

.width150 {
    width: 150px;
}

.width100 {
    width: 100px;
}

.width50 {
    width: 50px;
}

.width30 {
    width: 30px;
}

.tooltip-inner {
    word-break: break-all;
    overflow: hidden;
}


/*normail padding style*/

.padding-0 {
    padding: 0px !important;
}

.padding-left-0 {
    padding-left: 0px !important;
}

.padding-5 {
    padding: 5px;
}

.padding-10 {
    padding: 10px;
}

.padding-15 {
    padding: 15px;
}

.padding-20 {
    padding: 20px;
}

.margin-5 {
    margin: 5px;
}

.margin-10 {
    margin: 10px;
}

.margin-15-10 {
    margin: 15px 10px;
}

.margin-0-10 {
    margin: 0 10px;
}

.margin-10-0 {
    margin: 10px 0px;
}

.margin-15 {
    margin: 15px;
}

.margin-20 {
    margin: 20px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-bottom-20 {
    margin-bottom: 20px;
}

.width-all {
    width: 100%;
}


/*prompt*/

.modal-header .close {
    font-size: 40px;
}

.modal-header .close-sm {
    font-size: 12x;
}

.modal-header .close:hover,
.modal-header .close-sm:hover {
    color: green;
}


/*ul li*/

.dropdown-menu .divider {
    margin: 0;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
}

#pageContent {
    overflow: hidden;
}

.container-fluid {
    padding: 0px;
}



.outter-border {
    margin: 10px 0;
    border-top: 1px solid #ddd;
    background-color: white;
}

.filter-panel {
    background-color: white;
    margin: 0 15px;
}

.padding-panel {
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    background-color: white;
}

.flex-height {
    display: -webkit-box;
    /* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
    display: -moz-box;
    /* Firefox 17- */
    display: -webkit-flex;
    /* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
    display: -moz-flex;
    /* Firefox 18+ */
    display: -ms-flexbox;
    /* IE 10 */
    display: flex;
    /* Chrome 29+, Firefox 22+, IE 11+, Opera 12.1/17/18, Android 4.4+ */
}


/*main-content*/

.main-operate {
    border: 1px solid #65A5CB;
    background-color: white;
    padding: 10px;
    line-height: 30px;
    margin-bottom: 10px;
}

.main-operate .title {
    font-size: 16px;
    font-weight: bolder;
    color: green;
}

.main-content {
    border: 1px solid #65A5CB;
    background-color: white;
    border-radius: 0 0 5px 5px;
    overflow-x:auto
    
}

.main-content .title {
    font-size: 16px;
    font-weight: bolder;
    padding: 20px 10px;
}

.main-content .bg-view {
    background-color: #F7FFEA;
}

.main-content .sperator-line {
    background: #65A5CB;
    height: 1px;
}

.main-content .left-line {
    border-left: 1px solid #65A5CB;
}

.main-content .right-line {
    border-right: 1px solid #65A5CB;
}





/*login*/

.login .container {}

.login .form-box {
    margin-top: 200px;
    border-radius: 5px;
    line-height: 30px;
    box-shadow: 10px 10px 10px #9FCCE5;
}

.login .form-box form {
    margin-left: -15px;
    margin-right: -15px;
}

.login .random,
.loginModalForm .random {}

.login .random .form-left,
.loginModalForm .random .form-left {
    float: left;
    width: 50%;
}

.login .random .form-left img,
.loginModalForm .random .form-left img {
    padding-right: 10px;
}

.login .random .form-left:first-child,
.loginModalForm .random .form-left:first-child {
    padding-right: 10px;
}

.loginModalForm .random .code {
    padding-top: 3px;
}





/*password*/

.password .modal-dialog .modal-body .form-group .font-error {
    top: 0;
}

/*page*/
.main-content .search-border {
    height: 60px;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.main-content .search-border .btn {
    font-weight: bold;
    margin-left: 10px;
    font-size: 16px
}


.main-content .search-border .search_box {
    margin-top: 13px;
    margin-left: 30px;
    height: 30px;
    border-radius: 5px;
    width: 200px;
    font-weight: bold;
    font-size: 16px

}

.main-content .result-border {
    height: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-top: 20px;
    width: 100%

}

th {
    border-bottom: 1px solid lightgrey;
    font-size: 16px;
    padding: 20px;
}

td {
    border-bottom: 1px solid lightgrey;
    font-size: 15px;
               
}

.main-content .result-border .name-col {
    width: 75%;
    height: 35px;
    padding-left: 20px
}

.main-content .result-border .username-col {
    width: 35%;
    height: 35px;
    padding-left: 20px
}

.main-content .result-border .userrole-col {
    width: 30%;
    height: 35px;
    padding-left: 20px
}

.main-content .result-border .datetime-col {
    width: 15%;
    /*min-width: 150px;*/
           
}

.main-content .result-border .action-col {
    width: 10%;
    /*min-width: 100px*/
}

.main-content .result-page {
    float: left;
    margin-left: 10px;
    margin-top: 20px;
    border: solid 1px lightgray

}

.main-content .result-page button {
    border: 0px
}



.main-content .block-table-border .header-col {   
    max-height: 35px;
    padding-left: 10px
}

.main-content .block-table-border {
    height: 100%;
    border: 1px solid lightgrey;
    border-radius: 5px;
    margin-top: 20px;
    

}

.main-content .block-table-border .blockNo-col {   
    max-height: 35px;
    padding-left: 10px
}

.main-content .block-table-border .comment-col {   
    min-width:300px;
    max-height: 35px;
    padding-left: 10px
}


.bg-blue{
    background-color:#0068CC
}

.breadcrumb  li span{
    color:white;
    font-weight:normal
}

.md-sidenav-left md-content li span{
    font-weight:bold;
    color:black
}


