/*
//  ------------------------------------------------------------------------ //
//                     Document Management System                            //
//                   Written By:  Brian E. Reifsnyder                        //
//                                                                           //
//                See License.txt for copyright information.                 //
// ------------------------------------------------------------------------- //
*/


#dms2015wp *{border: initial; width: initial; table-layout: auto; vertical-align: top; }
/* #dms2015wp *{border-style: solid; border-width: 1pt; table-layout: auto; vertical-align: top; } */


/* #dms2015wp img {max-width:  auto; } */

#dms2015wp input[type="button"] {background-color: initial; color: initial; border-style: solid; border-width: 1pt; border-radius: 5px; padding: 5px; }
#dms2015wp input[type="submit"] {background-color: initial; color: initial; border-style: solid; border-width: 1pt; border-radius: 5px; padding: 5px; }
#dms2015wp input[type="text"] {background-color: initial; color: initial; border-style: solid; border-width: 1pt; padding: 1px;}

#dms2015wp select {border-style: solid; border-width: 1pt; }

/*   #dms2015wp table {width: 100%; border-collapse:  collapse; }  */
#dms2015wp table {width: 100%; }
#dms2015wp table.dms_content {border-style: solid; border-width: 1pt; color: black; }

#dms2015wp textarea {background-color: initial; color: initial; border-style: solid; border-width: 1pt; padding: 1px;}

#dms2015wp td {text-align: initial; padding: 3px; }

#dms2015wp_config input[type="button"] {background-color: initial; color: initial; border-style: solid; border-width: 1pt; border-radius: 5px; padding: 5px; }


#dms2017TableHeader table {border-collapse: collapse; }
/* #dms2017TableMenu table {}  */
/* Not needed   #dms2017TableBreadcrumbs table {border-collapse: collapse; }   */
/* Not needed   #dms2017TableContent table {border-collapse: collapse; }       */


.dms_header {font-size: 14pt; font-weight: bold; background-color: silver; }

.dms_subheader {font-size:  12pt; font-weight: bold; background-color: lightgray; }

.dms_comment {font-size: 8pt; color: grey; }

.dms_content {font-size: 10pt; }
.dms_content a:link {color: initial; }
.dms_content a:visited {color: initial; }

.dms_content_strikethrough {font-size: 10pt; text-decoration:line-through;}

/* Upload Progress Bar */
#dms_pbar_blank {
  border: solid 1px #000;
  height: 20px;
  width: 300px;
}

#dms_pbar_color {
  background-color: #006666;
  height: 20px;
  width: 0px;
}

#dms_pbar_blank, #dms_hdn_pbar_iframe {
  display: none;
}


/* Drop-Down Menu Button*/
.dms_drop_down_button
    {
    background-color: initial;
    color: black;
/*    border: 2px solid #4CAF50; */
   /* border: solid;  */
    background-color: grey;

    border-radius: 5px;
/*    border-style: solid;  */
/*    border-width: 1pt;  */
    padding: 5px;
    cursor: pointer;
/*
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
*/
    }

/* div to Position the Drop-Down Content*/
.dms_drop_down_div
    {
    position: relative;
    display: inline-block;
    }

/* Drop-Down Content (menu items) */
.dms_drop_down_content
    {
    display: none;
    position: absolute;
    font-size: 12pt;
    background-color: grey;
/*    background-color: #f9f9f9;  */
    text-align: center;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }

/* Links Inside Drop-Down Content (menu items links) */
.dms_drop_down_content a
    {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-table;
    }

.dms_drop_down_content a:visited
    {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: inline-table;
    }


/* Change Color of Drop-Down Content Links on Hover */
.dms_drop_down_content a:hover {background-color: white}
/*.dms_drop_down_content a:hover {background-color: #f1f1f1} */

/* Show the Drop-Down Menu On Hover */
.dms_drop_down_div:hover .dms_drop_down_content {display: inline-table;}

/* Change the Background Color of the Drop-Down Menu Button When The Content (Links) Is Shown */
.dms_drop_down_div:hover .dms_drop_down_button {background-color: grey;}
/* .dms_drop_down_div:hover .dms_drop_down_button {background-color: #3e8e41;}  */
