﻿
/*-- ISINET COLORS */
        BODY {
	    background-image: url('https://www.isipr.net/Headers/Layout/ISINET_San_Felipe_Wallpaper.png'); 
            background-color: #f7f7f7; /* Body Color and Font*/
            background-position: bottom right;
            background-repeat: no-repeat;
            background-attachment: fixed;
            
        }
        .header, .columns, .bg-primary-custom { /* Header and User Bar BG*/
            color: #000000;
            background-color: #ffc10d;
        }
        .header { /* Header Height */
            background-image: url('https://www.isipr.net/Headers/ISINET_San_Felipe.png');
            height: 132px;
        }
    	.top-buttons, .top-bar { /* Top Bar Font Color */
	        color: #000000;
        }
        .top-buttons { /* Margin-Right of Top Buttons */
            margin-right: 1.5in;
        }
        .title-column, .color0, .bg-secundary-custom { /* Table Title Color */
            background-color: #afb0b4;
        }
        .left-columnA, .right-columnA, .color1, .bg-dark-variant-custom { /* Row A Color*/
            background-color: #dcdcdc;
        }
        .left-columnB, .right-columnB, .color2, .bg-light-variant-custom { /* Row B Color */
            background-color: #ffffff;
        }
        .content { /* BG of Main Box */
            background-color: #FFFFFF; 
        }
        .footer-left, .footer-right, .footer-center { /* Footer Font Color */
            color: #797979;
        }
        a:link.footer, a:active.footer, a:visited.footer, a:hover.footer { /* Footer Hyperlink Color */
    	    color: #424242; 
	    }
        a:link.footer, a:active.footer, a:visited.footer, a:hover.footer { /* Footer Hyperlink Color */
    	    color: #363794; 
	}
/* END ISINET COLORS */
