﻿  #spinner-modal .modal-dialog,
        #spinner-modal .modal-content,
        #spinner-modal .modal-body {
            background: transparent;
            color: rgba(255,255,255,1);
            box-shadow: none;
            border: none;
        }
        input.onenote {
            background-image: url(/inc/img/OneNote.png);
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: right;
            cursor: pointer;
        }
                input.onenotegray {
            background-image: url(/inc/img/GrayOneNote.png);
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: right;
            cursor: pointer;
        }
         input.plus {
            background-image: url(/inc/img/Add.jpg);
            background-size: 30px;
            background-repeat: no-repeat;
            background-position: right;
            cursor: pointer;
        }