@import url("layout.css");
@import url("sidemenu.css");
@import url("font-awesome.min.css");
@import url("sandoval-rims-brand.css");
@import url("google-fonts.css");

/* Reset */

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
                letter-spacing: 0.5px;
		font: inherit;
		vertical-align: baseline;
	}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, section {
		display: block;
	}

	body {
		line-height: 1;
	}

	ol, ul {
		list-style: none;
	}

	blockquote, q {
		quotes: none;
	}

	blockquote:before, blockquote:after, q:before, q:after {
		content: '';
		content: none;
	}

	table {
		border-collapse: collapse;
		border-spacing: 0;
        }

        .badge {
                display:inline-block;
                min-width:10px;
                padding:3px 7px;
                font-size:12px;
                font-weight: bold;
                line-height:1;
                color: #6e3a8a;
                text-align:center;
                white-space:nowrap;
                vertical-align:middle;
                background-color: #ccc;
                border-radius:10px
        }

        code {
            background: rgba(244, 244, 244, 0.75);
            color: #6e3a8a;
            padding: 5px;
            border-radius: 5px;
            font-size: 0.75em;
            font-weight:300;
            margin: 2px;
        }

        small {
            font-size: 0.75em;
            font-weight: 100;
            line-height: 2;
            text-align: inherit;
        }

	body {
		-webkit-text-size-adjust: none;
	}

/* Box Model */

	*, *:before, *:after {
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}

/* Basic */

	@-ms-viewport {
		width: device-width;
	}

	body {
		background: #572d6c;
		font-family: 'Roboto', Helvetica, sans-serif;
		font-weight: 100;
		font-size: 12pt;
		line-height: 1.5em;
		color: #f2f2f2;
		-webkit-text-stroke: 0.1px;
	}

		body.is-loading * {
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	.dark {
		color: rgba(242, 242, 242, 1);
	}
	input, textarea, select {
		font-family: inherit;
		font-weight: 100;
		line-height: 1.75em;
		color: #888;
		-webkit-text-stroke: 0.1px;
	}

	h1, h2, h3, h4, h5, h6 {
		color: #555;
		margin: 0 0 1em 0;
		font-weight: 100;
		line-height: 1.5em;
	}

	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
		color: inherit;
		text-decoration: none;
	}

	.dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
		color: #fff;
	}

	strong, b {
		font-weight: 400;
		color: inherit;
	}

	.dark strong, .dark b {
		color: inherit;
	}

	em, i {
		font-style: italic;
	}

	a {
		-moz-transition: border-bottom-color 0.25s ease-in-out;
		-webkit-transition: border-bottom-color 0.25s ease-in-out;
		-ms-transition: border-bottom-color 0.25s ease-in-out;
		transition: border-bottom-color 0.25s ease-in-out;
		color: #f1f1f1;
		text-decoration: none;
                border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
	}

        a:hover {
                color: #cccccc;
                background: rgba(0,0,0, 0.025);
        }


	.dark a {
		color: #ffffff;
                border-bottom: 0;
	}

        .dark a:hover {
                color: #e6e6e6 !important;
        }

        .dark table a {
                color: #f1f1f1;
                border-bottom: dotted 1px rgba(255, 255, 255, 0.5);
        }

        .dark table a:hover {
                color: #ffffff;
                border-bottom: dotted 1px rgba(255, 255, 255, 1);
        }

         .dark table tfoot a {
                color: #f1f1f1;
                border-bottom: 0;
        }

        .dark table tfoot a:hover {
                color: #ffffff;
                border-bottom: 0;
        }

	sub {
		position: relative;
		top: 0.5em;
	}

	sup {
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr {
		border: 0;
		border-top: solid 1px #e6e6e6;
		margin: 2em 0 2em 0;
	}

	.dark hr {
		border-top-color: rgba(255, 255, 255, 0.5);
	}

	blockquote {
		border-left: solid 0.25em #e6e6e6;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	.dark blockquote {
		border-left-color: rgba(255, 255, 255, 0.5);
	}

	p, ul, ol, dl, table {
		margin-bottom: 1em;
	}

	p {
		text-align: justify;
	}

	header {
		margin-bottom: 1em;
	}

        header h1, header h2, header h3, header h4, header h5, header h6 {
                margin: 0;
        }

        header p {
                display: block;
                margin: 0;
                padding: 0.25em 0 0.5em 0;
        }

        h4 ~ sub {
            display: block;
        }


nav {
    width: 100%;
    height: 40px;
    color: #f1f1f1;
    background-color: rgba(87, 45, 108, 1);
    padding: 8px 15px;
    border-bottom: none;
}

nav a{
      text-decoration: none;
      border-bottom: 0;
      }

.navbar-brand {
  transform: translateX(-50%);
  left: 50%;
  position: absolute;
}

#emails button {
    border: 0 !important;
    background-color: transparent;
    box-shadow: 0 0 0 0 !important;
    padding-right: 0px;
}

/*  Vertical Tabs */
#admin div .tab {
    float: left;
    border: 1px solid rgba(244, 244, 244, 0.25);
    border-radius: 5px;
    background-color: rgba(244, 244, 244, 0.03);
    width: 100%;
    padding: 15px 5px 5px 5px;
}

/* Style the buttons inside the tab */
#admin div .tab button {
    display: block;
    background-color: inherit;
    border: 0 !important;
    color: #cccccc;
    padding: 12px 16px;
    width: 100%;
    outline: none;
    text-align: left;
    cursor: pointer;
    margin-bottom: 10px;
    font-weight: 100;
}

/* Change background color of buttons on hover */
#admin div .tab button:hover {
    background-color: rgba(244, 244, 244, 0.2);
    color: #ffffff;
}

/* Create an active/current "tab button" class */
#admin div .tab button .active {
    background-color: rgba(244, 244, 244, 0.2);
    color: #ffffff;
}


/*horizontal tabs*/
#admin div .topTab {
    float: left;
    width: 100%;
    padding: 15px 15px 0 0px;
    border-bottom: 1px solid rgba(244, 244, 244, 0.5);
}

#admin div .topTab .htab {
    background-color: inherit;
    color: #cccccc;
    float: left;
    border-top:  1px solid rgba(244, 244, 244, 0.5) !important;
    border-left: 1px solid rgba(244, 244, 244, 0.5) !important;
    border-right: 1px solid rgba(244, 244, 244, 0.5) !important;
    border-bottom: 0px solid rgba(244, 244, 244, 0.5) !important;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    margin-right: 5px !important;
    outline: none;
    cursor: pointer;
    padding: 5px 8px !important;
    font-size: 0.7em !important;
    text-transform: capitalize !important;
    min-width: 70px;
    text-align: center;
}

#admin div .topTab .htab:hover {
    color: #ffffff;
    background-color: rgba(244, 244, 244, 0.2) !important;
    border-top:  1px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}

#admin div .topTab .active  {
    color: #ffffff !important;
    background-color: rgba(244, 244, 244, 0.1) !important;
    border-top:  1px solid rgba(244, 244, 244, 0.8) !important;
    border-left: 1px solid rgba(244, 244, 244, 0.8) !important;
    border-right: 1px solid rgba(244, 244, 244, 0.8) !important;
    border-bottom: 0px solid rgba(255, 255, 255, 0.8) !important;
}

/* Style the tab content */
#admin .tabcontent {
    padding: 15px 15px 45px 45px;
}

/* Logo modifications go here */
.logo {
    background-size: contain;
    width: 100%;
    margin: auto;
    height: 35px;
    position: relative;
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    color: #6e3a8a;
    font-weight: 300;
}

.version {
width: 10%;
height: 30px;
position: absolute;
display: block;
top: 0.50em;
right: 0.50em;
color: #00FF00;
font-size: 12px;
        }

.login {
height: 35px;
position: absolute;
display: block;
top: 0.35em;
right: 1.5em;
font-size: 12px;
        }

.login .fa {
    color: inherit;
    font-size: 15px;
}


.asterisk {
 color: #FF1F1F;
}

.required-asterisk {
 font-size: 0.6em;
 text-align: right;
 padding-bottom: 20px;
}

.help {
 text-align: right !important;
}

.green-highlight {
    color: #77bb78;
}

.red-highlight {
    color: #FF1F1F;
}

.bright-highlight {
     color: #99ff66
}

.tiny {
    display: block;
    font-size: 10px;
        }

/* summernote editor */
div #JSbody{display:none;}
.note-editable { background-color: transparent !important; color: white !important; }
.summernote-ui *{color:red;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;box-sizing:border-box}
.note-toolbar{background-color: rgba(244, 244, 244, 0.2) !important;}
.note-btn-group > button {background-color: rgba(244, 244, 244, 0) !important;box-shadow: none !important; border: 1px !important;}
.note-placeholder { color: rgba(242, 242, 242, 0.5) !important; font-size: 14px;}
.note-tooltip.bottom .note-tooltip-arrow{border-bottom-color:#f1f1f1 !important;}
.note-tooltip.top .note-tooltip-arrow{border-top-color:#f1f1f1 !important;}
.note-tooltip.right .note-tooltip-arrow{border-right-color:#f1f1f1 !important;}
.note-tooltip.left .note-tooltip-arrow{border-left-color:#f1f1f1 !important;}
.note-tooltip-content{color:#6e3a8a !important;background-color:#f1f1f1 !important; box-shadow: 1px 1px #000; border-radius: 5px}
.note-statusbar{background-color:rgba(244, 244, 244, 0.2) !important; border-bottom-right-radius:0;border-bottom-left-radius:0}
.note-popover .note-popover-content .note-color .note-dropdown-menu .note-palette .note-color-reset,
.note-toolbar .note-color .note-dropdown-menu .note-palette .note-color-reset{color: #f1f1f1; background-color: transparent !important;}
.note-toolbar .note-color .note-dropdown-menu{min-width:360px !important}
.note-dropdown-menu {background-color: rgba(110, 58, 138, 0.95) !important;}
.note-modal-content{
	background:rgba(255, 255, 255, 1)!important;
	color: #6e3a8a;
   z-index: 1050 !important}
.note-modal-title {color: #6e3a8a !important}
.note-form-label {font-size:16px;font-weight:100 !important; color:#6e3a8a !important}
.note-popover .note-popover-content .note-dropdown-menu.note-check .note-dropdown-item i,.note-toolbar .note-dropdown-menu.note-check  .note-dropdown-item i{color:white !important;}
.note-dropdown-item:hover {background-color: rgba(244, 244, 244, 0.25)!important;}
.note-color-palette button {box-shadow:none !important; border-color: #6e3a8a !important }
.note-color-palette button:hover {box-shadow:none !important; border-color: #ffffff !important }
.note-btn-primary{color:white;background:#6e3a8a!important}
/* control the toolbar link, picture popup on top */
.is-active{
	z-index: 1000 !important;
}

/* scrollbar */

::-webkit-scrollbar-track.note-dialog{
}
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #6e3a8a;
}

::-webkit-scrollbar
{
	width: 10px;
	background-color: #6e3a8a;
}

::-webkit-scrollbar-thumb{
        border-radius: 10px;
        background-color: rgba(244, 244, 244, 0.35);
}

	/* Alerts for all Forms */

	.alert {
    	padding: 20px;
    	background-color: #f44336;
    	color: white;
    	border:1px solid;
    	border-radius:4px;
    	margin-bottom:20px;
    	opacity: 1;
    	transition: opacity 0.6s;
		}

	.alert.successful {
		color:#3c763d;
		background-color:#dff0d8;
		border-color:#d6e9c6;
		background: rgba(223, 240, 216, 0.95) ;
		}

	.alert.info {
		color:#31708f;
		background-color:#d9edf7;
		border-color:#bce8f1;
		background: rgba(217, 237, 247, 0.95) ;
		}

	.alert.warning {
		color:#8a6d3b;
		background-color:#fcf8e3;
		border-color:#faebcc;
		background: rgba(250, 235, 204, 0.95) ;
	}

	.alert.danger {
                color:#a94442;
                background-color:#f2dede;
                border-color:#ebccd1;
                background: rgba(242, 222, 222, 0.95) ;
	}

	.closebtn {
                margin-left: 15px;
                color: inherit;
                font-weight: bold;
                float: right;
                font-size: 22px;
                line-height: 20px;
                cursor: pointer;
                transition: 0.3s;
}

	.closebtn:hover {
                color: black;
}

	.text-success {
		color: rgba(0, 255, 0, 0.85) !important;
		}

	.text-error {
		color: rgba(255, 31, 31, 0.85) !important;
		}

	footer {
		padding-top: 1.5em;
	}

	br .clear {
		clear: both;
	}

	.featured {
		text-align: center;
	}

        .featured p {
                text-align: center;
        }
.imgCashApp {
    width: 100px;
    height: auto;
    padding: 5px;
    display: block;
}

/* Sections/Article */

	section,
	article {
		margin-bottom: 3em;
	}

	section > :last-child,
	article > :last-child,
	section:last-child,
	article:last-child {
		margin-bottom: 0;
	}

	.row > section,
	.row > article {
		margin-bottom: 0;
	}

/* Image */

	.image {
		position: relative;
		display: inline-block;
		border: 0;
	}

		.image:after {
			content: '';
			position: absolute;
			left: 0;
			top: 0;
			width: 100%;
			height: 100%;
		}

		.image img {
			display: block;
			width: 100%;
			border-radius: 0.5em;
		}

		.image.featured {
			display: block;
			width: 100%;
			margin: 0 0 2em 0;
		}


		.image.featured2 {
			display: block;
			width: 95%;
			margin: 0 0 2em 0;
		}

		.image.fit {
			display: block;
			width: 100%;
		}

		.image.left {
			float: left;
			margin: 0 2em 2em 0;
		}

		.image.centered {
			display: block;
			margin: 0 0 2em 0;
		}

                .image.centered img {
                        margin: 0 auto;
                        width: auto;
                }

                 #preview1, #preview2 { /* sets the size of the images in appearance section */
                        max-width: 150px;
                        height: auto;
                        margin-bottom: 30px;
                }

/* Enlarge fontawesome icons and lighten color*/
.inverse {
        color: rgba(244, 244, 244, 0.08);
        font-size: 13em;
}

 /* Hoverable Dropdown */
.dropbtn {
    background-color: transparent;
    color: #6e3a8a;
    padding: 2px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-size: 12px;
    font-weight: 200;
    right: 0;
    text-align: left;
}

.dropdown-content h2 {
    color: #6e3a8a;
    text-align: center;
    padding: 20px 5px 3px 5px;
    font-weight: 600;
    font-size: 1.25em;
}

.dropdown-content span {
    color: #6e3a8a;
    padding: 5px 16px;
    line-height: 1.5;
    display: block;
}

.dropdown-content a {
    color: #6e3a8a;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn:hover {
    background-color: transparent;
    color: #572d6c;
}

.dropdown .dropbtn .fa {
    color: rgba(244, 244, 244, 0.25);
    padding: 0 10px;
}

/* List */

	ul.default {
		list-style: disc;
		padding-left: 1em;
	}

		ul.default li {
			padding-left: 0.5em;
		}

	ul.icons {
		cursor: default;
	}

		ul.icons li {
			display: inline-block;
			padding-left: 0.75em;
		}

		ul.icons a {
			-moz-transition: background-color 0.25s ease-in-out;
			-webkit-transition: background-color 0.25s ease-in-out;
			-ms-transition: background-color 0.25s ease-in-out;
			transition: background-color 0.25s ease-in-out;
			display: inline-block;
			width: 2.75em;
			height: 2.75em;
			line-height: 2.8em;
			text-align: center;
			border: 0;
			box-shadow: inset 0 0 0 1px #e6e6e6;
			border-radius: 100%;
			color: #aaa;
		}

			ul.icons a:hover {
				background: rgba(0, 0, 0, 0.025);
			}

	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px #6e3a8a;
			padding: 0 0.25em 0 0.75em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}

	ul.actions {
		cursor: default;
	}

		ul.actions li {
			display: inline-block;
			margin: 0 0 0 0.5em;
		}

			ul.actions li:first-child {
				margin-left: 0;
			}

	ol.default {
		list-style: decimal;
		padding-left: 1.25em;
	}

		ol.default li {
			padding-left: 0.25em;
		}

/* Form */

	form .actions {
		margin-bottom: 0;
	}

	form label, .fieldsetlook label {
		display: block;
		font-size: 0.5em;
		text-transform: uppercase;
                letter-spacing: 1px;
                color:inherit;
	}

        form .checkbox-inline {
            display: inline-block;
            font-size: 14px;
            text-transform: none;
        }

	fieldset legend {
		display: block;
		font-weight: 100;
		text-transform: capitalize;
                color: inherit;
	}

	fieldset.change {
	background-color: rgba(0, 0, 0, 0.20);
	}

	fieldset {
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 2.35em;
    margin-bottom: 35px;
    padding-bottom: 2.625em;
    padding-left: 1.75em;
    padding-right: 1.75em;
    border: 1px solid rgba(244, 244, 244, 0.25);
	background: rgba(255, 255, 255, 0.03) ;
	-moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    border-top-left-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

	form input[type="text"],
        form input[type="date"],
	form input[type="email"],
	form input[type="password"],
        form input[type="number"],
        form input[type="url"],
        form input[type="color"],
        form input[type="tel"],
        form input[type="search"],
	form select,
	form .select,
	form textarea {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-moz-appearance: none;
		-webkit-appearance: none;
		-ms-appearance: none;
		appearance: none;
		display: block;
		box-shadow: inset 0 0 0 1px #e6e6e6;
		background: #f8f8f8;
		width: 100%;
		padding: 0.85em 1.0em 0.85em 1.0em;
		border-radius: 0.25em;
		border: 0;
		font-size: 10pt;
	}

		form input[type="text"]:focus,
                form input[type="date"]:focus,
		form input[type="email"]:focus,
		form input[type="password"]:focus,
                form input[type="number"]:focus,
                form input[type="url"]:focus,
                form input[type="color"]:focus,
                form input[type="tel"]:focus,
                form input[type="search"]:focus,
		form select:focus,
		form .select:focus,
		form textarea:focus {
			outline: 0;
			box-shadow: inset 0 0 0 1px #6e3a8a;
			background: rgba(110, 58, 138, 0.025);
		}

	form input[type="text"],
        form input[type="date"],
	form input[type="email"],
	form input[type="password"],
        form input[type="number"],
        form input[type="url"],
        form input[type="color"],
        form input[type="tel"],
        form input[type="search"],
	form select {
		line-height: 1.15em;
	}

        input[type="color"] {
	-webkit-appearance: none;
	border: none;
	width: 32px;
	height: 32px;
        }
        input[type="color"]::-webkit-color-swatch-wrapper {
                padding: 0;
        }
        input[type="color"]::-webkit-color-swatch {
                border: none;
        }

/*    Toggle Switch  */
        .switch {
        position: relative;
        display: inline-block;
        width: 43px;
        height: 18px;
      }

      .switch input {display:none;}

      .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
      }

      .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 2px;
        bottom: 2px;
        background-color: #6e3a8a;
        -webkit-transition: .4s;
        transition: .4s;
      }

      input:checked + .slider {
        background-color: #77bb78;
      }

      input:focus + .slider {
        box-shadow: 0 0 1px #77bb78;
      }

      input:checked + .slider:before {
        -webkit-transform: translateX(24px);
        -ms-transform: translateX(24px);
        transform: translateX(24px);
      }

/* Rounded sliders */
      .slider.round {
        border-radius: 34px;
      }

      .slider.round:before {
        border-radius: 50%;
      }

/* custom checkbox */
        .boxed {
           display: block;
           position: relative;
           padding-left: 35px;
           margin-bottom: 12px;
           cursor: default;
           -webkit-user-select: none;
           -moz-user-select: none;
           -ms-user-select: none;
           user-select: none;
       }

/* Hide the browser's default checkbox */
       .boxed input {
           position: absolute;
           opacity: 0;
       }

/* Create a custom checkbox */
       .checkmark {
           position: absolute;
           top: 8px;
           left: 3px;
           height: 13px;
           width: 13px;
           background-color: rgba(244, 244, 244, 0.5);
           border-radius: 2px;
       }

/* On mouse-over, add a grey background color */
       .boxed:hover input ~ .checkmark {
           background-color: #ccc;
       }

/* When the checkbox is checked, add a blue background */
       .boxed input:checked ~ .checkmark {
           background-color: #77bb78;
       }

/* Create the checkmark/indicator (hidden when not checked) */
       .checkmark:after {
           content: "";
           position: absolute;
           display: none;
       }

/* Show the checkmark when checked */
       .boxed input:checked ~ .checkmark:after {
           display: block;
       }

/* Style the checkmark/indicator */
       .boxed .checkmark:after {
           left: 6px;
           top: -5px;
           width: 6px;
           height: 15px;
           border: solid white;
           border-width: 0 2px 2px 0;
           -webkit-transform: rotate(45deg);
           -ms-transform: rotate(45deg);
           transform: rotate(45deg);
       }

/* Create a custom radio button */
        .checkdot {
           position: absolute;
           top: 8px;
           left: 3px;
           height: 15px;
           width: 15px;
           background-color: rgba(244, 244, 244, 0.5);
           border-radius: 50%;
        }

/* On mouse-over, add a grey background color */
        .boxed:hover input ~ .checkdot {
            background-color: #ccc;
        }

/* When the radio button is checked, add a blue background */
        .boxed input:checked ~ .checkdot {
            background-color: #77bb78;
        }

/* Create the indicator (the dot/circle - hidden when not checked) */
        .checkdot:after {
            content: "";
            position: absolute;
            display: none;
        }

/* Show the indicator (dot/circle) when checked */
        .boxed input:checked ~ .checkdot:after {
            display: block;
        }

/* Style the indicator (dot/circle) */
        .boxed .checkdot:after {
            border-radius: 50%;
            background: #6e3a8a;
            left: 4px;
            top: 4px;
            width: 7px;
            height: 7px;
        }

/* colors for RIMS admin light and dark options*/
        .scheme {
            width: 100px;
            height: 50px;
            border: 5px solid rgba(255, 255, 255, 0.23);
            border-radius: 5px;
            display: block;
            background-color: rgba(255, 255, 255, 0.2);
            box-shadow: 2px 2px #333;
        }

        .d1{
            background-color: #6e3a8a;
            width: 33%;
            height: 100%;
            display: inline-block;
        }

        .d2{
            background-color: #cccccc;
            width: 33%;
            height: 100%;
            display: inline-block;
        }

        .d3{
            background-color: #f1f1f1;
            width: 33%;
            height: 100%;
            display: inline-block;
        }

        .d4{
            background-color: #ddc9e8;
            width: 33%;
            height: 100%;
            display: inline-block;
        }

         .d5{
            background-color: #bc93d2;
            width: 33%;
            height: 100%;
            display: inline-block;
        }

        form input[type="date"]{
           padding: 9px;
        }

        ::-webkit-datetime-edit-fields-wrapper { background: transparent; }
        ::-webkit-datetime-edit-text { color: inherit; padding: 0; }
        ::-webkit-datetime-edit-month-field { color: inherit;}
        ::-webkit-datetime-edit-day-field { color: inherit; }
        ::-webkit-datetime-edit-year-field { color: inherit; }
        ::-webkit-inner-spin-button { background: red; }
        ::-webkit-calendar-picker-indicator {
            background: transparent;
        }

        input[type="date"]::-webkit-calendar-picker-indicator{
        font-size: 18px;
   }

   ::-webkit-datetime-edit-month-field:focus,
   ::-webkit-datetime-edit-day-field:focus,
   ::-webkit-datetime-edit-year-field:focus
   { color: inherit; background: rgba(0, 255, 0, 0.2);}

        input[type="number"] {
        width: 100px !important;
     }

	input #p {
        text-indent: 2px;
}

	form textarea {
		min-height: 13em;
	}

	form select {
		position: relative;
	}

		form select option:not(:checked) {
			color: #aaa;
		}

	form .select {
		position: relative;
		padding: 0;
		overflow-x: hidden;
		outline: 0;
	}

		form .select select {
			width: calc(100% + 2em);
			background: none !important;
			box-shadow: none !important;
			border: 0 !important;
			cursor: pointer;
		}

                form .select select::-moz-focus-inner {
                        border: 0;
                        outline: 0;
                }

		form .select:before {
			content: '';
			position: absolute;
			top: 15%;
			right: 1em;
			width: 1.25em;
			height: 75%;
			background: url("images/arrow.svg") center center no-repeat;
			background-size: contain;
			z-index: 0;
		}

		form .select select::-ms-expand {
			display: none;
		}

	form ::-moz-focus-inner {
		border: 0;
	}

	form .formerize-placeholder {
		color: #555 !important;
	}

	form ::-webkit-input-placeholder {
		color: #555 !important;
	}

	form :-moz-placeholder {
		color: #555 !important;
	}

	form ::-moz-placeholder {
		color: #555 !important;
	}

	form :-ms-input-placeholder {
		color: #555 !important;
	}



	.dark form input[type="text"],
        .dark form input[type="date"],
	.dark form input[type="email"],
	.dark form input[type="password"],
        .dark form input[type="number"],
        .dark form input[type="url"],
        .dark form input[type="color"],
        .dark form input[type="tel"],
        .dark form input[type="search"],
	.dark form select,
	.dark form .select,
	.dark form textarea {
		background: none;
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
                color: rgba(242,242,242, 1);
                font-weight: 100;
                letter-spacing: 0.7px;
	}


        .dark form input[type="text"]:focus,
        .dark form input[type="date"]:focus,
        .dark form input[type="email"]:focus,
        .dark form input[type="password"]:focus,
        .dark form input[type="url"]:focus,
        .dark form input[type="color"]:focus,
        .dark form input[type="tel"]:focus,
        .dark form input[type="search"]:focus,
        .dark form select:focus,
        .dark form .select:focus,
        .dark form textarea:focus {
                background: rgba(255, 255, 255, 0.1);
                box-shadow: inset 0 0 0 1px #fff;
                color: rgba(242,242,242, 1);
        }

	.dark form .select:before {
		background: url("images/dark-arrow.svg") center center no-repeat;
		background-size: contain;
		color: rgba(242, 242, 242, 0.5) !important;
	}

	.dark form .formerize-placeholder {
		color: rgba(242, 242, 242, 0.5) !important;
	}

	.dark form ::-webkit-input-placeholder {
		color: rgba(242, 242, 242, 0.5) !important;
	}

	.dark form :-moz-placeholder {
		color: rgba(242, 242, 242, 0.5) !important;
	}

	.dark form ::-moz-placeholder {
		color: rgba(242, 242, 242, 0.5) !important;
	}

	.dark form :-ms-input-placeholder {
		color: rgba(242, 242, 242, 0.5) !important;
	}

        .dark form label input[type="file"] {
                display: block;
                margin-bottom: 10px;
                background: transparent;
                border-radius: 5px;
                padding: 5px;
                color: #f1f1f1;
                font-weight: 100;
                font-size: 12px;
                letter-spacing: 0.7px;
        }


/* Table */

	table {
		width: 100%;
	}

		table.default {
			width: 100%;
			border-collapse: collapse;
			font-size: 10pt;
			color: #ccc;
		}

			table.default tbody tr {
				border: solid 1px #e6e6e6;
			}

                        table.default tbody tr:nth-child(2n+2) {
                                background: #f8f8f8;
                        }

			table.default td {
				padding: 0.5em 1em 0.5em 1em;
			}

			table.default th {
				text-align: left;
				padding: 0.5em 1em 1em 1em;
			}


			table.default thead tr {
				border: solid 1px #e6e6e6;
				background-color: rgba(244, 244, 244, .25);
				text-transform: uppercase;
				font-size: 12px;
				font-weight: 300;
				color: #f1f1f1;
			}

			table.default tfoot td {
				padding-top: 1em;
				font-size: 12px;
			}

.dark table.default tbody tr {
        border-color: rgba(255, 255, 255, 0.5);
        color: #f2f2f2;

}

.dark table.default tbody tr:nth-child(2n+2) {
        background: rgba(255, 255, 255, 0.1);
}


table.default2 {
        width: 100%;
        font-size: 10pt;
        color: #f2f2f2;
        border-collapse: collapse;
        }

table.default2 tbody tr {
        border: solid 0px #e6e6e6;
}

table.default2 td {
        padding: 0.5em 1em 0.5em 1em;
}

table.default2 th {
        text-align: left;
        padding: 0.5em 1em 1em 1em;
}

#pagesTable  td:not(:last-child) {
    min-width: 150px;
}
#pagesTable td{
	padding: 0.5em 0.5em 0.5em 0.5em !important;
}
.viewer_icons{
	text-align: left !important;
}
#agingDetails {
    margin-top: 2em;
    margin-bottom: 3em;
}


#agingDetails thead tr {
    border: solid 1px;
    background-color: rgba(244, 244, 244, .25);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 300;
    color: #fff;
    border-spacing: 15px;
    text-align: center !important;
}

.text-right {
    text-align: right;
}

.border-single{ border-top:  1px solid}
.border-double {
    border-bottom: double;
}

.grand-total{
    text-transform: uppercase;
    font-weight: bold;
}

/* Start tootip like the payment note */
.tooltip{
	position: relative;
	display: inline-block;
	border-bottom: 1px dotted black;
}
.tooltip .tooltiptext{
	visibility: hidden;
	min-width: 200px;
	color: rgba(110, 58, 138, 0.95);
	background-color: #FFFFFF;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	z-index: 1;
	border-color: rgba(110, 58, 138, 0.95);
	border-style: solid;
	border-width: 1px;
}
.tooltip:hover .tooltiptext{
	visibility: visible;
}
/* end tooltip */

/* Button */

	input[type="button"],
	input[type="submit"],
	input[type="reset"],
	button,
	.button {
		-moz-transition: all 0.25s ease-in-out;
		-webkit-transition: all 0.25s ease-in-out;
		-ms-transition: all 0.25s ease-in-out;
		transition: all 0.25s ease-in-out;
		-webkit-appearance: none;
		position: relative;
		display: inline-block;
		background: #3d3d3d;
		padding: 0.5em 1.75em 0.5em 1.75em;
		border-radius: 0.25em;
		cursor: pointer;
		border: 0;
		color: #fff;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-size: 12px;
	}

		input[type="button"]:hover,
		input[type="submit"]:hover,
		input[type="reset"]:hover,
		button:hover,
		.button:hover {
			background: #4f4f4f;
		}

		input[type="button"].alt,
		input[type="submit"].alt,
		input[type="reset"].alt,
		button.alt,
		.button.alt {
			color: inherit;
			box-shadow: inset 0 0 0 1px #e6e6e6;
			background: none;
		}

			input[type="button"].alt:hover,
			input[type="submit"].alt:hover,
			input[type="reset"].alt:hover,
			button.alt:hover,
			.button.alt:hover {
				background: rgba(0, 0, 0, 0.025);
			}

	.dark input[type="button"],
	.dark input[type="submit"],
	.dark input[type="reset"],
        .dark input[type="file"],
	.dark button,
	.dark .button {
		background: rgba(255, 255, 255, 0.1);
		box-shadow: inset 0 0 0 1px #ccc;
		color: #f1f1f1;
	}

        .dark .btnUpload::before{
		background: none;
		box-shadow: none;
                padding: 0 5px;
		color: #f1f1f1;
                overflow: hidden;
                content: 'Select file:';
                display: inline-block;
	}
        .dark .btnUpload::-webkit-file-upload-button{
		visibility: hidden;
	}

		.dark input[type="button"]:hover,
		.dark input[type="submit"]:hover,
		.dark input[type="reset"]:hover,
		.dark button:hover,
		.dark .button:hover {
			background: rgba(255, 255, 255, 0.25);
		}

		.dark input[type="button"].alt,
		.dark input[type="submit"].alt,
		.dark input[type="reset"].alt,
		.dark button.alt,
		.dark .button.alt {
			background: none;
			box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		}

			.dark input[type="button"].alt:hover,
			.dark input[type="submit"].alt:hover,
			.dark input[type="reset"].alt:hover,
			.dark button.alt:hover,
			.dark .button.alt:hover {
				background: rgba(255, 255, 255, 0.15);
				box-shadow: inset 0 0 0 1px #fff;
			}

/* Feature Icon */

	.feature-icon {
		display: inline-block;
		position: relative;
		padding-bottom: 5em;
		margin-bottom: 2.75em;
		cursor: default;
	}

		.feature-icon .icon {
			display: inline-block;
			width: 2em;
			height: 2em;
			font-size: 4.5em;
			border-radius: 100%;
			box-shadow: inset 0 0 0 1px #595959;
			color: #ccc;
			line-height: 2.1em;
		}

		.feature-icon:before {
			content: '';
			background: #595959;
			position: absolute;
			bottom: 0;
			left: 50%;
			margin-left: -0.325em;
			width: 0.65em;
			height: 0.65em;
			display: block;
			border-radius: 100%;
		}

		.feature-icon:after {
			content: '';
			position: absolute;
			left: 50%;
			bottom: 0.65em;
			width: 1px;
			height: 4.35em;
			background: #595959;
			margin-left: -0.5px;
		}

	.dark .feature-icon .icon {
		background: rgba(255, 255, 255, 0.15);
		box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.5);
		color: #fff;
	}

	.dark .feature-icon:before, .dark .feature-icon:after {
		background: rgba(255, 255, 255, 0.5);
	}

/* Icons */

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon > .label {
			display: none;
		}


/* Header */

	#header {
		position: relative;
		margin: 0;
		background-image: url("images/overlay.png"), url("../../images/header.jpg");
		background-size: auto, cover;
		background-position: top left, center center;
		background-repeat: repeat, no-repeat;
		padding: 14em 0 14em 0;
		text-align: center;
		color: #fff;
	}

		#header header h1 {
			font-size: 2.25em;
			line-height: 1.25em;
			margin-bottom: 0;
	}

		#header header h2 {
			font-size: 1.45em;
			line-height: 1.25em;
			margin-bottom: 0;
	}


		#header header p {
			margin-top: 1.25em;
			font-weight: 100;
			padding: 0;
			font-size: 1.25em;
			line-height: 1.5em;
			text-align: center;
		}

		#header footer {
			padding-top: 1.5em;
		}

/* Main Sections */

.main {
        position: relative;
        margin: 0;
}

        .main > header {
                background: #E6E6E6;
                text-align: center;
                padding: 5em 0 5em 0;
                margin: 0;
        }

                .main > header h2 {
                        font-size: 2.25em;
                        font-weight: 100;
                        margin-bottom: 0;
                        color:#262626;
                }

                .main > header p {
                        margin: 2em 0 0 0;
                        padding: 0;
                        text-align: center;
                }

.main > .content {
    padding: 6em 0 6em 0;
}

    .main > .content h3 {
            font-size: 1.5em;
    }

    .main > .content.dark {
            background: #6e3a8a;
    }

    .main > .content.style1 {
            background: #6e3a8a;
            padding-bottom: 6em;
            min-height: 100vh !important;
    }

    .main > .content.style2 {
            background: linear-gradient(45deg, #562d6c, #6e3a8a, #562d6c);
            padding-bottom: 6em;
            min-height: 100vh !important;
    }

/* Box */

.fieldsetlook {
        display: block;
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 2.35em;
        padding-bottom: 2.625em;
        padding-left: 1.75em;
        padding-right: 1.75em;
        border: 1px solid rgba(244, 244, 244, 0.25);
            background: rgba(255, 255, 255, 0.05) ;
            -moz-border-radius-bottomleft: 15px;
        border-bottom-left-radius: 15px;
        -moz-border-radius-bottomright: 15px;
        border-bottom-right-radius: 15px;
        -moz-border-radius-topleft: 15px;
        border-top-left-radius: 15px;
        -moz-border-radius-topright: 15px;
        border-top-right-radius: 15px;
}

/* Dasboard Box*/

.fieldsetlook2 {
        display: block;
        margin-left: 2px;
        margin-right: 2px;
        padding-top: 2.35em;
        padding-bottom: 0.5em;
        padding-left: 1.75em;
        padding-right: 1.75em;
        border: 1px solid rgba(244, 244, 244, 0.25);
            background: rgba(255, 255, 255, 0.05) ;
            -moz-border-radius-bottomleft: 5px;
        border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        border-bottom-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        border-top-left-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
        min-height: 280px;
}

#FinalBalance p{
    font-weight: bold;
    color: rgba(255, 255, 255, 0.035);
    font-size: 8vw;
    font-variant: all-small-caps;
    line-height: 0.75em;
    text-align: center;
}

/* Footer */

#footer {
        position: relative;
        height: 35px;
        margin: 0;
        text-align: center;
        padding: 0.25em 0 0.25em 0;
}

#footer .copyright {
        margin-top: 1em;
        font-size: 0.7em;
        color: #aaa;
}

#footer .copyright a {
        color: inherit;
}

#footer ul.icons a {
        box-shadow: inset 0 0 0 1px #d6d6d6;
}

/* Wide */

@media screen and (max-width: 1680px) {

        /* Basic */

                body, input, textarea, select {
                        font-size: 15pt;
                        line-height: 1.75em;
                }

}

/* Normal */

@media screen and (max-width: 1280px) {

        /* Basic */

                body, input, textarea, select {
                        font-size: 13pt;
                        line-height: 1.65em;
                }

        /* Feature Icon */

                .feature-icon {
                        margin-bottom: 2em;
                }

        /* Header */

                #header {
                        padding: 12em 0 12em 0;
                }

        /* Main Sections */

                .main > header {
                        padding: 4em 0 4em 0;
                }

                .main > .content {
                        padding: 4em 0 4em 0;
                }

}

/* Narrow */

@media screen and (max-width: 1000px) {

        /* Basic */

                header, footer, h2, h3, h4, h5, h6, header > p {
                        text-align: center;
                }

        /* Sections/Article */

                section, article {
                        margin: 0 0 2.5em 0 !important;
                }

                 > section, .row > article {
                        margin: 0 0 2.5em 0 !important;
                }

        /* Table */

                .table-wrapper {
                        width: 100%;
                        overflow-x: auto;
                        padding-left: 1px;
                        -webkit-overflow-scrolling: touch;
                }

        /* List */

                ul.actions {
                        text-align: center;
                }

        /* Header */

                #header {
                        margin: 0 !important;
                        padding: 8em 2em 8em 2em;
                }

                        #header header p {
                                margin-top: 1em;
                        }

                        #header footer {
                                padding-top: 1.25em;
                        }

/* Main Sections */

        .main {
                margin: 0 !important;
        }

                .main > header {
                        padding: 3.5em 2em 3.5em 2em;
                }

                        .main > header h2 {
                                font-size: 1.85em;
                        }

                        .main > header br {
                                display: none;
                        }

                        .main > header p {
                                margin: 1.5em 0 0 0;
                        }

                .main > .content {
                        padding: 3.5em 20px 3.5em 20px;
                }

                        .main > .content > .container > :last-child {
                                margin-bottom: 0 !important;
                        }

/* Footer */

        #footer {
                margin: 0 !important;
        }

         table input{
           min-width: 10em;
        }
}


/* Mobile */

@media screen and (max-width: 736px) {

/* Basic */

        body, input, textarea, select {
        font-size: 11pt;
        }

/* Sections/Article */

        section, article {
        margin: 0 0 1.5em 0 !important;
        }

        .row > section, .row > article {
        margin: 0 0 1.5em 0 !important;
        }

/* Button */

        .button {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
        max-width: 300px;
}

/* List */

        ul.icons li {
        padding-left: 0.35em;
        }

        ul.actions li {
        display: inline-block;
        margin: 1em 0 1em 0;
        }

        ul.menu li {
        display: inline-block;
        border-left: solid 1px #6e3a8a;
        padding: 0 0 0 0.5em;
	margin: 0 0 0 0.5em;
        }

/* Header */

        #header {
        padding: 6em 20px 6em 20px;
        }

        #header > header {
        padding: 0 1em 0 1em;
        }

/* Main Sections */

        .main > header {
        padding: 3em 20px 3em 20px;
        }

        .main > header h2 {
        font-size: 1.5em;
        }

        .main > .content {
        padding: 3em 20px 3em 20px;
        }

        .main > .content h3 {
        font-size: 1.25em;
        }

        .text-remove {
         display: none;
        }

        #admin .tab {
         max-width: 65px;
         min-width: 65px;
        }

        form input[type="text"],
        form input[type="date"],
	form input[type="email"],
	form input[type="password"],
        form input[type="number"],
        form input[type="url"],
        form input[type="color"],
        form input[type="tel"],
        form input[type="search"],
	form select,
	form .select,
	form textarea {
		font-size: 8pt;
	}

	form input[type="date"]{
           padding: 6px;
        }

         table input{
           min-width: 10em;
        }
}
/*hide the search box on dashboards*/

        #search {
        visibility: hidden;
}
