/*

# Project Name        : Faculty Performance Review
# Version             : 1.0
# Developed by        : Indian Institute Of Science Education and Research Thiruvananthapuram
# Language            : PHP
# Architecture        : MVC
# Software Dev Method : Agile
# File Name           : master.css
# File Type           : stylesheet
# File Location       : assets/styles/
# File Author         : Packiya Rajan S

*/

/* import necessary css */
@import url('login.css');

/* general tags */
html{scroll-behavior: smooth;}

/* general layouts */
.appcontianer{width: 100%;height: auto;box-sizing: border-box;}
.appbackground{background: rgba(255, 255, 255, 0.90);box-shadow: 0 0 5px #202020;min-height: 450px;height: auto;width: auto;box-sizing: border-box;border-radius: 5px;padding: 9px;}
.appheader{display: block;}

.app_title_container{display: block;}
.app_title_container h4, h5{margin: 0;}
.app_title_container .segment{margin-top: 3px;padding: .5em 1em;}

.mbl_menu_trigger{display: none !important;}


/* general positioners */
.vertical_space{height: 21px;width: 100%;}
.center_align{text-align: center;}
.right_align{text-align: right;}
.nano_vertical_space{height: 9px;width: 100%;}

.header_user_name{margin: 0;}
.header_user_profile{width: 50px !important;}
.header_profile_content{float: right;}
.app_user_container{display: flex;}

.app_logo{width: 120px;}
.no_margin{margin: 0 !important;}
.no_padding{padding: 0 !important;}

.stickynotessegements > .segment {background: #ffef96 !important; }


.upload_error{display: none;}
.upload_progress{display: none;}
.upload_file_input{display: none;}
.uploaded_file{display: none;}

.confirmation_modal{display: none;}
.iframe_modal{display: none;}
#iframe_modal_frame{width: 100%;margin: 0em auto;display: block;border-radius: .28571429rem;border:1px solid rgba(34,36,38,.15); }

.hidden{display: none;}
.ui.hidden.dropdown{display: none;}

/* sticky notes */
.floating_button_container{position: fixed;bottom: 60px; right: 45px;z-index: 99;}
.floating_button_container > .ui.yellow.button{box-shadow: 0 0 5px #202020;}
#sticky_note_popup{background: #ffef96 !important;}
#sticky_note_popup::before{background: #ffef96 !important;}
.sticky_note_container{min-width: 600px !important;}


.probation_file_segment{display: none;}
.large_textarea_field{min-height: 600px !important;}


/* keyframes */
@keyframes highlight_background{

    0% {background-color: #FFFFFF;}
    50% {background-color: #ffd146;}
    100% {background-color: #FFFFFF;}
}

/* class asscoitated with ui frames */
.highlight_ui_segment{

    animation: highlight_background .5s infinite
}

.highlight_menu_item{

	animation: highlight_background .5s infinite;
	color:#2185d0 !important;
	font-weight: bold !important;
}

.highlight_menu_item::after{

	animation: highlight_background .5s infinite;
}

/* semantic ui override */
.ui.card > .extra, .ui.cards > .card > .extra {color: rgba(0, 0, 0, .6) !important;}
.ui.card .meta, .ui.cards > .card .meta{color: rgba(0, 0, 0, .5) !important;}
.ui.secondary.pointing.menu .dropdown.item:hover, .ui.secondary.pointing.menu .link.item:hover, .ui.secondary.pointing.menu a.item:hover{color: #2185d0;}
.ui.card.horizontal > .image, .ui.horizontal.cards > .card > .image {}
.ui.card > .content > .ui.statistic > .value{font-size: 3rem !important;padding: .36rem;}
.ui.segment > .meta{color: rgba(0, 0, 0, .5) !important;}
.ui.cards > .card.publication_card{width: 100%;}
.ui.yellow.button {color: #202020;}
.ui.yellow.button:hover{color: #202020;}
.ui.yellow.button:focus{color: #202020;}
.ui.eo.blue.slider .inner .track-fill{ background-color: #47bde5 !important;}




/* overriding datepicker */
.datepicker-container{line-height: 45px;width: 315px !important;}
.datepicker-panel > ul > li{width: 45px;height: 45px;font-size: 15px;}
.datepicker-panel > ul > li[data-view="years current"], .datepicker-panel > ul > li[data-view="year current"], .datepicker-panel > ul > li[data-view="month current"] {width: 225px;}

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

    /* for mobile devices */
    .column{display: table !important;}
    .mbl_menu_trigger{display: block !important;}
}










/* Faculty Internal Recruitment */

textarea {
	height: 100px !important;
	resize: none !important;
	-moz-resize: none !important;
}

.data_box_item {
	cursor: default !important;
	border: 2px solid #FFFFFF !important;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.data_box_item.container {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.data_box_item.selected {
	border: 1px solid #e0ce86 !important;
	background: #fff8db !important;
}

.data_box_item.selected svg {
	fill: #e0ce86 !important;
}

.data_box_item.selected-priority {
	border: 1px solid #48AD51 !important;
	background: #E6F8E8 !important;
}

.data_box_item.selected-priority svg {
	fill: #48AD51 !important;
}

.data_box_item .icon_tick {
	position: absolute;
	right: 10px;
	top: 12px;
}

.data_box_item strong {
	color: #288FAC !important;
}

.data_box_item span {
	color: #E11F2C !important;
	font-size: 18px !important;
}

.preview_button {
	padding: 2em;
	text-align: center;
}
