/** * @author Usman Naeem */ /* #f2f3f4 - Anti Flash White #E7E7E7 - Mercury White #FAF9F6 - Off White #f5f5f5 - White Smoke #f8f8ff - Ghost White #E3DAC9 - Bone White #F3F0E8 - Spring White #F0EFE7 - White Dove #EAE8E1 - White Whisper #EDEAE0 - Alabaster #f0f8ff - Alice Blue #6fa2d0 - sky blue */ * { touch-action: manipulation; } body { background-color: #E7E7E7; font-family: Arial, Helvetica, sans-serif; padding: 0px; margin: 0px; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -o-user-select: none; user-select: none; min-width: 350px; } form { padding: 0px; margin: 0px; } input[type=text], input[type=email], input[type=password], select { width: 100%; padding: 12px 20px; margin: 8px 0; display: inline-block; border: 1px solid #ccc; box-sizing: border-box; font-size: 14px; color: #0963a9; } ::placeholder { color: #bbb; opacity: 1.0; } button { background-color: #0963a9; color: white; padding: 14px 20px; margin: 0px 0px; border: none; cursor: default; width: 100%; } button:hover { opacity: 0.95; } select[multiple] { padding: 6px 10px 6px 10px; height: 50px; } select[multiple] option { padding: 6px 10px 6px 10px; } .root { width: 100%; max-width: 1200px; min-height: 100%; padding: 0; margin: auto; background-color: #f2f3f4; } .loader-container { display: inline-block; /* // For page contents below loader container. position: relative; width: calc(50% + 12px);*/ position: absolute; width: calc(52% - 0px); padding: 0px 0px; margin: 0px; top: 77px; color: #0963a9; clear: both; /*background-color: inherit;*/ } .loader { float: right; border-radius: 5%; border-bottom: 1.5px solid; border-right: 8px solid; border-left: 8px solid #0963a9; border-top: 1.5px solid; width: 5px; height: 5px; -webkit-animation: spin 550ms linear infinite; animation: spin 550ms linear infinite; background-color: inherit; } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } 0% { -webkit-transform: rotate(0deg); } } /*@-webkit-keyframes spin { 0% {-webkit-transform: rotate(180deg);} 50% {-webkit-transform: rotate(0deg);}}*/ .form-button { background-color: #0963a9; color: white; padding: 14px 20px; margin: 0px 0px; border: none; cursor: pointer; width: 100%; } .form-button:hover { opacity: 0.95; } .header-vgap { margin-top: 26px; } .vgap { width: 100%; height: 5px; padding: 0px 0px; margin: 0px 0px; display: inline-block; box-sizing: border-box; } .vgap2x { width: 100%; height: 10px; padding: 0px 0px; margin: 0px 0px; display: inline-block; box-sizing: border-box; } .vgap3x { width: 100%; height: 15px; padding: 0px 0px; margin: 0px 0px; display: inline-block; box-sizing: border-box; } .vgap4x { width: 100%; height: 20px; padding: 0px 0px; margin: 0px 0px; display: inline-block; box-sizing: border-box; } .vgap5x { width: 100%; height: 25px; padding: 0px 0px; margin: 0px 0px; display: inline-block; box-sizing: border-box; } .vgap10x { width: 100%; height: 50px; padding: 0px 0px; margin: 0px 0px; display: inline-block; box-sizing: border-box; } .inputlabel { color: #333; font-size: 12px; font-weight: 600; padding: 0px; margin: 0px; padding-top: 5px; display: inline-block; } .check-prefered-label { float: right; color: #000000; font-size: 11px; font-weight: 100; padding-top: 0px; display: inline-block; } .header { top: 0px; width: inherit; max-width: inherit; height: 22px; margin: 0px 0px; padding: 0px 0px; background: #0963a9; text-align: center; color: #ffffff; cursor: default; position: fixed; box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.2); } .header .title { float: left; font-size: 13px; padding-top: 4px; padding-left: 7px; position: relative; } .header .user { float: right; font-size: 10px; padding-top: 6px; padding-right: 10px; position: relative; } .header .setting { cursor: default; width: 12px; height: 1px; margin: 3px 0; background-color: #ffffff; } .nav { margin: 0px 0px; padding: 10px 23px; text-align: center; overflow: auto; color: #556380; } .nav .alink { float: right; font-size: 11px; padding-left: 15px; } .nav a:link, .nav a:visited, .nav a:active { color: #556380; text-decoration: none; cursor: default; } .nav a:hover { color: #556380; text-decoration: none; cursor: pointer; } .footer { margin: 10px 0px; padding: 1px 0px; text-align: center; overflow: auto; } .footer .copyright { font-size: 11px; color: #786; /*color: #707070;*/ } .container { display: block; box-sizing:border-box; font-size: 12px; margin: 0px 4px; border-bottom: 1px solid #ccc; border-radius: 0%; } .form-wrapper { padding-top: 7px; padding-left: 20px; padding-right: 20px; overflow: auto; } .messagebox { width: auto; min-height: 14px; margin: 0; padding: 0px 0px; color: #806a4d; font-size: 12px; font-weight: normal; text-align: center; white-space: wrap; overflow: hidden; text-overflow: ellipsis; } /*SETTING MENU*/ .setting-menu { float: right; margin-top: 4px; margin-right: 7px; } .setting-content { display: none; position: absolute; z-index:999; background-color: #f1f1f1; width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.3); right: 5px; top: 23px; padding: 0px 2px; } .setting-content-admin { display: none; } .setting-content a { color: #000000; background-color: #e8e8e8; position: relative; float: right; font-size: 14px; padding: 12px 14px; margin: 1px 0px; text-decoration: none; text-align: left; display: inline-block; width: 172px; clear: both; } .setting-content a:hover { background-color: #dddddd; cursor: default; }