/*Developer CSS*/
.settings.hoverClass i{color: rgb(63,81,181);}
.showSweetAlert h2{font-size: 33px;}
a.is-disabled{cursor: default;}
a.is-disabled:hover,a.is-disabled i:hover{cursor: default;color: rgb(120, 120, 120);}
.in-search i{line-height: 35px;}
.copyright a.font12{font-size: 12px;}
.overflowVisible {overflow: visible;}
.mdl-button i {line-height: 36px;}
table.secondary-table tr:first-child {background-color: #e2e2e2 !important;}
table.secondary-table tbody tr:hover {background-color: #fbfbfb !important;}
.padding-bottom-20 {padding-bottom: 20px;}
.form-errormsg{color: rgb(213,0,0);line-height: 20px;font-size: 12px;}
.model-popup-width {  width: 75%;}
.txtlowercase{text-transform: lowercase;}
.comment_error {color: #d50000;line-height: 20px;font-size: 12px;}
.file_comment{padding: 0 !important;}
#json-context-form .file_comment, #file-upload-form .file_comment {display: none;}
table#version-history-list th {white-space: nowrap;}
.main-footer a {color: #29a6ff!important;}
.main-sidebar .version-info {
    width: 100%;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 15px 10px;
    color: #9199a9;
    font-style: italic;
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;*/
}
.select-block .dropdown-menu>.disabled.active>a {color: #fff;}
.multiple-mapping {position: relative;}
.multiple-mapping .adding-ic-1 {position: absolute;right: 0;bottom: 10px;}
@media screen and (max-width:767px) {
    .model-popup-width {  width: auto;}
}