/* for multiple select css style*/select[multiple='multiple']{overflow: auto !important; height: 300px;}select.form-control{padding-top: 1 !important; padding-bottom: 1 !important;}/* end of multiple select css style*//*Upper case for input bax*/input[type='text']{text-transform:uppercase !important;;}/*for radio and checkbox color*/.custom-control-label::before{border : 1px solid #373a3c; background-color: #eceff1; /*width: 6.5%;*/ /*height: 1.4em;*/}/* forget password error message color */#forget_pass_form li{list-style: none; color: red !important;}.shadow{box-shadow: 0px 0px 15px 0px #888888 !important;}.menu_shadow{box-shadow: 0px 0px 15px 0px #888888 !important;}/*to blur the background when messi is displayed*/.background_blur{filter: blur(1px);}/*for file attachment icon*/.file_attach{/*color: green;*/font-size: 22px; margin-top: 10px; margin-left: -24px;}/*flash button*/.flash{background-color: #004A7F; -webkit-border-radius: 10px; border: none; color: #FFFFFF; cursor: pointer; display: inline-block; font-size: 14px; padding: 8px 10px; text-align: center; text-decoration: none; -webkit-animation: glowing 1500ms infinite; -moz-animation: glowing 1500ms infinite; -o-animation: glowing 1500ms infinite; animation: glowing 1500ms infinite;}@-webkit-keyframes glowing{0%{background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000;}50%{background-color: #FF0000; -webkit-box-shadow: 0 0 40px #FF0000;}100%{background-color: #B20000; -webkit-box-shadow: 0 0 3px #B20000;}}@-moz-keyframes glowing{0%{background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000;}50%{background-color: #FF0000; -moz-box-shadow: 0 0 40px #FF0000;}100%{background-color: #B20000; -moz-box-shadow: 0 0 3px #B20000;}}@-o-keyframes glowing{0%{background-color: #B20000; box-shadow: 0 0 3px #B20000;}50%{background-color: #FF0000; box-shadow: 0 0 40px #FF0000;}100%{background-color: #B20000; box-shadow: 0 0 3px #B20000;}}@keyframes glowing{0%{background-color: #B20000; box-shadow: 0 0 3px #B20000;}50%{background-color: #FF0000; box-shadow: 0 0 40px #FF0000;}100%{background-color: #B20000; box-shadow: 0 0 3px #B20000;}}.flash-button{background:blue; padding:5px 10px; color:#fff; border:none; border-radius:5px; animation-name: flash; animation-duration: 1s; animation-timing-function: linear; animation-iteration-count: infinite; -webkit-animation-name: flash; -webkit-animation-duration: 1s; -webkit-animation-timing-function: linear; -webkit-animation-iteration-count: infinite; -moz-animation-name: flash; -moz-animation-duration: 1s; -moz-animation-timing-function: linear; -moz-animation-iteration-count: infinite;}@keyframes flash{0%{opacity: 1.0;}50%{opacity: 0.5;}100%{opacity: 1.0;}}//Firefox 1+@-webkit-keyframes flash{0%{opacity: 1.0;}50%{opacity: 0.5;}100%{opacity: 1.0;}}//Safari 3-4@-moz-keyframes flash{0%{opacity: 1.0;}50%{opacity: 0.5;}100%{opacity: 1.0;}}.blink{-webkit-animation: 1s linear infinite condemned_blink_effect; animation: 1s linear infinite condemned_blink_effect;}@-webkit-keyframes condemned_blink_effect{0%{visibility: hidden;}50%{visibility: hidden;}100%{visibility: visible;}}@keyframes condemned_blink_effect{0%{visibility: hidden;}50%{visibility: hidden;}100%{visibility: visible;}}/*for student view print header table*/#tbl_print_head td{border : 0px solid rgba(255, 255, 255, 0.4);}@media print{#tbl_print_head td{/*visibility: hidden;*/ /*display: none !important;*/ border : 7px solid rgba(255, 255, 255, 0.4) !important;}}.hwtobtn span{font-size: 35px; line-height: 0;}