Skip to content
Snippets Groups Projects
scp.css 40.6 KiB
Newer Older
  • Learn to ignore specific revisions
  •     -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
    .tip_content {
        height:auto !important;
        height:20px;
        min-height:20px;
    
    Peter Rotich's avatar
    Peter Rotich committed
        border:1px solid #666;
        background:#fff;
        -moz-border-radius:5px;
        -webkit-border-radius:5px;
        border-radius:5px;
        -moz-box-shadow: 3px 3px 3px #666;
        -webkit-box-shadow: 3px 3px 3px #666;
        box-shadow: 3px 3px 3px #666;
    
    Peter Rotich's avatar
    Peter Rotich committed
        position:absolute;
        top:0;
        left:-1px;
    
        min-width:400px;
        line-height: 1.15rem;
    }
    
    .tip_content .links {
        margin-top: 0.7em;
        padding-top: 0.4em;
        border-top: 1px solid #ddd;
    }
    
    .tip_content .links a {
        color: #548dd4;
    
    Peter Rotich's avatar
    Peter Rotich committed
    }
    
    .tip_content hr {
    
        color: #ddd;
        background-color: #ddd;
        height: 1px;
        border: 0;
        padding: 0;
        margin: 0.2em 0;
        width: 100%;
    }
    
    .tip_close {
        position:absolute;
    
        top:0.3em;
        right:0.5em;
    
        text-decoration:none;
    
    Peter Rotich's avatar
    Peter Rotich committed
    }
    
    .tip_shadow {
        display:none;
        background:#000;
        filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Blur(PixelRadius=3,MakeShadow=true,ShadowOpacity=0.60)";
        zoom: 1;
        position:absolute;
        z-index:200;
        top:0;
        left:0;
        width:auto !important;
        width:310px;
    }
    
    .tip_menu {
        margin:10px 0 0 0;
        padding:5px 0;
        border-top:1px solid #aaa;
        height:16px;
        font-size:9pt;
    }
    
    .tip_menu li {
        display:inline;
        list-style:none;
        margin:0;
        padding:0;
    }
    
    .tip_menu li a {
        display:block;
        width:auto;
        float:left;
        padding:0 10px;
        border-right:1px solid #ddd;
        color:#666;
    }
    
    .tip_menu li a:hover {
        color:#E76C74;
    }
    
    .tip_content form {
        display:none;
        line-height:24px;
    }
    
    .tip_content select, .tip_content textarea {
        width:295px;
    }
    
    .tip_content textarea {
        padding:0;
        border:1px solid #aaa;
        background:#fff;
    }
    
    .tip_content form p {
        margin:0;
        width:auto !important;
        width:295px;
        text-align:right;
        line-height:24px;
    }
    
    
    .tip_content h1 {
        font-size: 13pt;
        margin-top: 0;
        margin-bottom: 0.5em;
        padding-bottom: 0.2em;
        border-bottom: 1px solid #ddd;
    
        padding-right: 1.5em;
    
        vertical-align: inherit;
    
        opacity: 0.8;
    
        color: orange !important;
    
        opacity: 1;
    
    caption > i.help-tip {
        color: white;
    
        opacity: 0.2;
    }
    caption:hover > i.help-tip {
        color: orange;
        color: #ffc20f;
        opacity: 1;
    
    }
    
    h2 > i.help-tip {
        vertical-align: baseline;
        font-size: 11pt;
    }
    
    .form_table th h4 i.help-tip {
        color: white;
    }
    
    Peter Rotich's avatar
    Peter Rotich committed
    /* Knowledgebase */
    /* Knowledgebase */
    #kb {
      margin: 2px 0;
      padding: 5px;
      overflow: hidden;
    }
    
    #kb li {
      padding:10px 10px 10px 46px;
      height:auto !important;
      overflow:hidden;
      margin:0;
      background-image:url(../images/kb_large_folder.png), url(../images/kb_category_bg.png);
      background-position:0 50%, bottom left;
      background-repeat:no-repeat, repeat-x;
      border-bottom:1px solid #ddd;
    }
    
    
    #kb li h4 {
        padding-bottom:3px;
        margin:0 0 3px 0;
    }
    
    #kb li h4 span {
        color:#666;
        font-weight:normal;
    }
    
    #kb li h4 a {
      font-size: 14px;
    }
    
    #kbSearch {
        padding:10px 0;
        overflow:hidden;
    }
    
    #kbSearch div {
        clear:both;
        overflow:hidden;
    
    Eric Knibbe's avatar
    Eric Knibbe committed
        padding:5px 0 2px 3px;
    
    Peter Rotich's avatar
    Peter Rotich committed
    }
    
    #kbSearch #query {
    
    Eric Knibbe's avatar
    Eric Knibbe committed
        margin:1px 5px 0 0;
    
    Peter Rotich's avatar
    Peter Rotich committed
        display:inline-block;
        float:left;
        width:200px;
    }
    
    #kbSearch #cid {
        margin:0;
        display:inline-block;
        float:left;
        width:200px;
        margin-right:5px;
        position:relative;
        top:2px;
    }
    
    #kbSearch #topic-id {
        margin:0;
        display:inline-block;
        float:left;
        width:410px;
    }
    
    #kbSearch #searchSubmit {
        margin:0;
        display:inline-block;
        float:left;
        position:relative;
        top:2px;
    }
    
    #faq {
      clear: both;
      margin: 0;
    
    Jared Hancock's avatar
    Jared Hancock committed
      padding: 5px 0 10px 5px;
    
    Peter Rotich's avatar
    Peter Rotich committed
    }
    #faq ol {
      font-size: 15px;
      margin-left: 0;
      padding-left: 0;
    }
    #faq ol li {
      list-style: none;
      margin: 0;
      padding:5px 0;
      color: #999;
      border-bottom:1px solid #ddd;
    }
    
    #faq ol li a {
      display: inline;
      height: 16px;
      font-size:13px;
      line-height: 16px;
      padding-left: 24px;
      background: url('../images/icons/page.png') 0 50% no-repeat;
    }
    
    #faq ol li a span {
        font-weight:normal;
        color:#777;
    }
    
    #faq ol li:hover {
      background-color:#e9f5ff;
    }
    
    time {
        display:inline-block;
        float:right;
        color:#777;
    }
    
    .cat-desc {
        padding-top:5px;
        padding-bottom:25px;
    }
    
    .cat-manage-bar {
        background:#e3f5ff;
        padding:5px;
        border-bottom:1px solid #777;
    }
    
    .cat-manage-bar a {
        display:inline-block;
        margin-right:20px;
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
    }
    
    
    Jared Hancock's avatar
    Jared Hancock committed
        position:fixed;
    
    Peter Rotich's avatar
    Peter Rotich committed
        padding:1em;
    
        width:500px;
        height:250px;
        height:auto !important;
    
        background:#f8f8f8;
        border:2px solid #2a67ac;
    
    Peter Rotich's avatar
    Peter Rotich committed
        display:none;
    
        z-index:110;
    
        box-shadow: 0 5px 60px #001;
        border-radius: 5px;
    
    Jared Hancock's avatar
    Jared Hancock committed
        max-height: 72%;
    
        overflow-y: auto;
    
    Jared Hancock's avatar
    Jared Hancock committed
    .redactor_editor {
        font-size: 11pt;
    
    .dialog#advanced-search {
        width:640px !important;
        height:360px;
    
        height: 1px;
        border: 0;
        background: #aaa;
        background: -moz-linear-gradient(left, rgba(170,170,170,0) 0%, rgba(170,170,170,1) 10%, rgba(170,170,170,1) 90%, rgba(170,170,170,0) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(170,170,170,0)), color-stop(10%,rgba(170,170,170,1)), color-stop(90%,rgba(170,170,170,1)), color-stop(100%,rgba(170,170,170,0))); /* Chrome,Safari4+ */
        background: -o-linear-gradient(left, rgba(170,170,170,0) 0%,rgba(170,170,170,1) 10%,rgba(170,170,170,1) 90%,rgba(170,170,170,0) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(left, rgba(170,170,170,0) 0%,rgba(170,170,170,1) 10%,rgba(170,170,170,1) 90%,rgba(170,170,170,0) 100%); /* IE10+ */
        background: linear-gradient(to right, rgba(170,170,170,0) 0%,rgba(170,170,170,1) 10%,rgba(170,170,170,1) 90%,rgba(170,170,170,0) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00aaaaaa', endColorstr='#00aaaaaa',GradientType=1 ); /* IE6-9 */
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
        color:#2a67ac;
        font-size:20px;
        margin:0;
        padding:0;
    
        position: relative;
    
        padding-right: 3em;
    
    .dialog a {
            color:#184E81;
    }
    
    
    
        position: absolute;
    
    Peter Rotich's avatar
    Peter Rotich committed
        display:inline-block;
    
    Peter Rotich's avatar
    Peter Rotich committed
        font-size:16px;
        color:#777;
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
        clear:both;
        width:100%;
    }
    
    #advanced-search div.closed_by, #advanced-search span.spinner {
        display:none;
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
        margin:0;
    
        padding:0 0;
    
    Peter Rotich's avatar
    Peter Rotich committed
        border:none;
        overflow:hidden;
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
        width:100px;
        display:inline-block;
        text-align:right;
        padding:10px;
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
        border:1px solid #ccc;
        background:#fff;
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
        width:170px;
        display:inline-block;
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
        width:50px;
        display:inline-block;
        text-align:center;
        color:#777;
        font-size:0.75em;
    }
    
    
    .dialog ul.tabs, .dialog ul.tabs * {
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
    }
    
    
    .dialog.draggable h3:hover {
        cursor: crosshair;
    }
    
    
    Peter Rotich's avatar
    Peter Rotich committed
    #advanced-search .query input {
        width:350px;
    }
    
    #advanced-search .date_range input {
        width:175px;
    }
    
    #advanced-search .date_range i {
        display:inline-block;
        margin-left:3px;
        position:relative;
        top:5px;
        width:16px;
        height:16px;
        background:url(../images/cal.png) bottom left no-repeat;
    }
    
    #advanced-search fieldset.sorting select {
        width:130px;
    }
    
    #advanced-search p {
        text-align:center;
    }
    
    
    .dialog input[type="submit"],
    .dialog input[type="reset"],
    .dialog input[type="button"] {
    
    Peter Rotich's avatar
    Peter Rotich committed
        display:inline-block;
        margin:0;
        height:24px;
        line-height:24px;
        font-weight:bold;
        border:1px solid #666666;
        padding:0 10px;
        background: url('../images/grey_btn_bg.png?1312910883') top left repeat-x;
        color: #333;
    }
    
    
    .dialog input[type="reset"],
    .dialog input[type="button"] {
    
    Peter Rotich's avatar
    Peter Rotich committed
        opacity:0.7;
    }
    
    
    .dialog input[type=submit]:hover, .dialog input[type=submit]:active,
    
    .dialog input[type=button]:hover, .dialog input[type=button]:active,
    
    .dialog input[type=reset]:hover, .dialog input[type=reset]:active {
    
    Peter Rotich's avatar
    Peter Rotich committed
        background-position:bottom left;
    }
    
    
    /* Dynamic forms in dialogs */
    
    Peter Rotich's avatar
    Peter Rotich committed
    .dialog th, .tip_box th {
        text-align: left;
    }
    
    
    .dialog th {
        background-color: #eee;
    
        border: 1px dotted #bbb;
    
        padding-left: 0.3em;
    
    Peter Rotich's avatar
    Peter Rotich committed
    #result-count div {
        padding:5px 10px;
        text-align:left;
        font-weight:bold;
        width:100%;
        margin:0 auto;
    }
    
    #result-count .success {
        background:#e3ffd8;
        border:1px solid #0a0;
    }
    
    #result-count .fail {
        background:#ffd8d8;
        border:1px solid #a00;
    }
    
    Peter Rotich's avatar
    Peter Rotich committed
    
    /* Custom css for datepicker */
    .ui-datepicker-trigger {
        display:inline-block;
        border:0;
        padding:0;
        margin-left:2px;
        position:relative;
        top:5px;
        width:16px;
        height:16px;
        background:inherit;
    }
    
    Peter Rotich's avatar
    Peter Rotich committed
    
    /* Upgrader */
    #upgrader { width: 100%; height: auto; clear: both;}
    #upgrader #sidebar { width: 220px; padding: 10px; border: 1px solid #C8DDFA; float: right; background: #F7FBFE; }
    #upgrader #sidebar h3 { font-size: 10pt; margin: 0 0 5px 0; padding: 0; text-indent: 32px; background: url('../images/cog.png?1312913866') top left no-repeat; line-height: 24px; color: #2a67ac; }
    
    #upgrader #main { width: 680px; float: left;}
    #upgrader #main h1 { margin: 0; padding: 0; font-size: 21pt; font-weight: normal; }
    #upgrader #main h2 { font-size: 12pt; margin: 0; padding: 0; color:#E65524; }
    #upgrader #main h3 { font-size: 10pt; margin: 0; padding: 0; }
    #upgrader #main div#intro { padding-bottom: 5px; margin-bottom:10px; border-bottom: 1px solid #aaaaaa; }
    #upgrader #main  { padding-bottom: 20px; }
    
    ul.progress { margin: 10px 0 20px 20px; padding: 0; }
    ul.progress li { list-style: none; margin: 0; padding: 0 0 2px 24px; background: url('../images/incomplete.png?1312910844'); background-repeat: no-repeat; background-position: 0 50%; }
    ul.progress li.yes { background-image: url('../images/yes.png?1312906296'); }
    ul.progress li.no { background-image: url('../images/no.png?1312906277'); }
    
    ul.progress li.yes small {color:green; }
    ul.progress li.no small {color:red;}
    
    #bar { clear: both; padding-top: 10px; height: 24px; line-height: 24px; text-align: center; border-top: 1px solid #aaaaaa; }
    #bar a, #bar .btn { display: inline-block; margin: 0; height: 24px; line-height: 24px; font-weight: bold; border: 1px solid #666666; text-decoration: none; padding: 0 10px; background: url('../images/grey_btn_bg.png?1312910883') top left repeat-x; color: #333; }
    #bar a:hover, #bar .btn:hover, #bar .btnover { background-position: bottom left; }
    #bar a.unstyled, #bar a.unstyled:hover { font-weight: normal; background: none; border: none; text-decoration: underline; color: #2a67ac; }
    
    #bar.error { background: #ffd; text-align: center; color: #a00; font-weight: bold; }
    
    /* Overlay */
    
    Peter Rotich's avatar
    Peter Rotich committed
    #overlay {
        display: none;
        position: fixed;
    
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
    
    Peter Rotich's avatar
    Peter Rotich committed
        -webkit-transform: translate3d(0,0,0);
    
        opacity: 0.5;
    
    }
    
    #loading, #upgrading {
    
        border:3px solid #777;
        border-radius: 10px;
        padding: 10px;
    
    Peter Rotich's avatar
    Peter Rotich committed
        width: 300px;
    
        background: #555 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAWUlEQVQYGY2PAQoAIAgDrQf6pf7kC2vCRlRUgrjqXFrMrI3McHdKiwhpiMrTDRL4ghL8geQIsc6EOwbMcsYXhIYyUlvTgXUeS1vzkXWG8OMRXCE0b+AJAtgB7jEc+2fs6e8AAAAASUVORK5CYII=) repeat;
    
    Peter Rotich's avatar
    Peter Rotich committed
        position: fixed;
        display: none;
        z-index: 3000;
    
        box-shadow: 0 5px 20px #001;
        vertical-align: middle;
    
    Peter Rotich's avatar
    Peter Rotich committed
    
    
    #loading h1, #upgrading h4 { margin: 3px 0 0 0; padding: 0; color: #d80; }
    
    #loading, #upgrading { color: white; }
    
    Peter Rotich's avatar
    Peter Rotich committed
    
    
    .non-local-image {
        display: inline-block;
        border: 3px dashed #eee;
        border-radius: 5px;
    }
    
    .non-local-image:after {
    
        background: url(../../logo.php) center center no-repeat;
    
        background-size: cover;
        content: "";
        z-index: -1;
        width: 100%;
        height: 100%;
        opacity: 0.3;
    
        display: block;
    
    
    input[type=text]:disabled, input[type=checkbox]:disabled {
        background-color: #eee;
    }
    
    input.dp {
        width: 10em;
    }
    
    
    .icon-warning-sign {
        color: #d33;
    }
    
    
    div.patch {
        border-bottom: 1px dotted #ccc;
        padding: 0.1em;
        margin-left: 1em;
    }
    .patch-title {
        color: #555;
    }
    
    div.selected-signature {
    
        border-top: 1px dotted #aaa;
    
        padding: 0.3em 10px 5px;
        background-color: #f9f9f9;
        height: 2.5em;
        overflow-y: hidden;
        box-shadow: inset 0px -5px 5px -5px rgba(206, 199, 182, 1.0);
        font-size: 15px;
        line-height: 1.25rem;
    }
    div.selected-signature .inner {
        opacity: 0.5;
    
    
    .action-button.danger:hover {
        opacity: 1.0;
        border-color: rgba(95,75,0,0.8) !important;
        background: #fc9f41; /* Old browsers */
        color: rgba(255,255,255,0.8) !important;
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjOWY0MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjZTgxMTQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
        background: -moz-linear-gradient(top,  #fc9f41 0%, #ce8114 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc9f41), color-stop(100%,#ce8114)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  #fc9f41 0%,#ce8114 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  #fc9f41 0%,#ce8114 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  #fc9f41 0%,#ce8114 100%); /* IE10+ */
        background: linear-gradient(to bottom,  #fc9f41 0%,#ce8114 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc9f41', endColorstr='#ce8114',GradientType=0 ); /* IE6-8 */
    }
    .action-button.danger {
        color: #999 !important;
    
        background: transparent;
        border: 1px solid rgba(0,0,0,0.5);
    
        opacity: 0.6;
    }
    
    .action-button.overlay {
        float: none;
        position: absolute;
        top: 4px;
        right: 5px;
    }
    
    .sortable-rows tr td:hover {
        cursor: move;
    }
    
    
    .sortable-row-item {
        border: 1px solid rgba(0, 0, 0, 0.7);
        padding: 9px;
    
        position: relative;
    }
    .sortable-row-item:hover {
        background: rgba(0, 0, 0, 0.1);
    }
    .sortable-row-item:active {
        background: rgba(0, 0, 0, 0.3);
    }
    .sortable-row-item:first-child {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .sortable-row-item:last-child {
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    .sortable-row-item + .sortable-row-item {
        margin-top: -1px;
    }
    
    .sortable-row-item .delete {
        border-left: 1px solid rgba(0, 0, 0, 0.7);
        border-top-right-radius: inherit;
        border-bottom-right-radius: inherit;
        position: absolute;
        top: 0px;
        right: 0;
        padding: 9px;
        padding-left: 12px;
        font-size: 105%;
    }
    
    .sortable-row-item .delete:hover {
        background: #fc9f41; /* Old browsers */
        color: rgba(255,255,255,0.8) !important;
    }
    
    
    tr.disabled td,
    tr.disabled th {
        opacity: 0.6;
        background: #f5f5f5;
    }
    
    
    .quicknote {
        margin: 10px 0;
        border: 1px solid rgba(0,0,0,0.2);
        border-radius: 4px;
    }
    .quicknote .header {
        position: relative;
        display: block;
        padding: 10px;
        border-bottom: 1px dashed rgba(0,0,0,0.2);
    }
    .quicknote .header .header-left {
        display: inline-block;
    }
    .quicknote .header .header-right {
        display: inline-block;
        text-align: right;
        right: 1em;
        position: absolute;
    }
    .quicknote .header .options {
        display: inline-block;
    
        padding-left: 10px;
        margin-left: 5px;
    
        white-space: nowrap;
        border-left: 1px solid rgba(0,0,0,0.2);
    }
    .quicknote .body {
        padding: 10px;
    }
    
    .quicknote a.action,
    .floating-options a.action {
    
        box-sizing: content-box;
        -moz-box-sizing: content-box;
        -webkit-box-sizing: content-box;
        display: inline-block;
        width: 15px;
        text-align: center;
        padding: 2px 2px;
    
        color: black !important;
    
        background-color: #eee;
        background-color: rgba(0, 0, 0, 0.05);
        border-width: 1px;
        border-style: solid;
        border-color: #ddd;
        border-color: rgba(0, 0, 0, 0.1);
        border-radius: 4px;
    
    .quicknote a.action:hover,
    .floating-options a.action:hover {
    
        border-color: #ff9100;
        background-color: rgba(255, 145, 0, 0.05);
    
    .quicknote a.action.save-note,
    .floating-options a.action.save-note {
        background-color: #bbeebb;
    }
    
    #new-note {
        margin-top: 10px;
    }
    
    .label {
      font-size: 11px;
      padding: 1px 4px 2px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      font-weight: bold;
      line-height: 14px;
      color: #ffffff;
      vertical-align: baseline;
      white-space: nowrap;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
      background-color: #999999;
    }
    .label-info {
      background-color: #3a87ad;
    }
    
    
    .tab_content {
        position: relative;
    }
    .floating-options {
        display: inline-block;
        position: absolute;
        right: 0;
    
    i.note-type {
        color: #2a67ac;
        opacity: 0.8;
        border-right: 1px solid rgba(0, 0, 0, 0.2);
        padding-right: 8px;
    }
    
    
    table.custom-info th {
        background: transparent;
        border: none;
        padding-top: 10px;
        border-bottom: 1px dotted rgba(0,0,0,0.9);
    }
    table.custom-info tr {
        vertical-align: top;
    }
    table.custom-info td {
        border-bottom: 1px dotted rgba(0,0,0,0.3);
    }
    
    
    .doc-desc-title {
        font-weight: bold;
        text-transform: capitalize;
    }
    
    .doc-desc-opt {
    
        font-style: italic;
    }
    
    .form_table tr:hover i.help-tip {
        opacity: 1;
        color: #ffc20f;
    }
    
    .form_table tr i.help-tip {
        opacity: 0.2;
    
        margin-left: 5px;
    
        z-index: 200 !important;
    
    .draft-saved {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.7);
        color: white;
        padding: 4px 8px 6px;
        border-radius: 3px;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        line-height: 14px;
    }
    
    
    .delete-draft:hover {
        background-color: #fc9f41 !important;
    }