/*!
 * This file contains addition/extension/modifications on top of ''Bootstrap v3.3.5'
 */

/** {
    -webkit-box-sizing: initial;
    -moz-box-sizing: initial;
    box-sizing: content-box;
}*/

body {
  font-family: Arial, sans-serif;
}

input, button, select, textarea {
    color: black;
}
/*Fixed http://mhgdgweb:8080/browse/NAPS-138 */

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #ffffff;
}

button[disabled], html input[disabled] {
    cursor: not-allowed;
}
