/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Jan 2, 2022, 1:12:16 PM
    Author     : Adeli
*/

/*----------------------------------NOTICE TAB--------------------------------*/
.tab-full{
    width: 49%;
    text-align: center;
}

.tab-half {
    width: 20% !important;
    text-align: center !important;
}
/*-------------------------------SELECT NOTICE TYPE DIALOG---------------------*/
.notice-ul li{
    height: 200px;
    vertical-align: top;
    padding-top: 10px;
    width: 200px;
    cursor: pointer;
    display: inline-block;
    margin: 0px 5px 5px 5px;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: overlay;
    background-color: #fbf4e9;
}

.notice-text {
  margin-top: 15px;
  
}

.notice-title {
  min-height: 80px;
  overflow-y: visible;
  font-weight: bold !important;
  color: #8e0730;
}