
body{
	font-size: 14px;
}

.login-box-body{
	border-radius:20px;
}
.logo{
	background-color: #222d32 !important;
}
.user-panel{
	margin-top: 20px;
}
.frame1{

	background:white !important;
	border-radius:10px;
	padding: 12px 15px 10px 15px !important;
	display:flex;
}
.fsize10{
	font-size: 10px;
}
.frame2{

	background:white !important;
	border-radius:10px;
	margin-top:10px;
	padding: 15px 20px 15px 15px !important;
}

.add_btn{

	background:#20c997 !important;
	border-radius:10px;
	margin-top:10px;
	color:white;
	margin-top: 0px !important;
	padding: 5px 15px 5px 15px !important;
	border-color: transparent;
}
.add_btn:hover{
	color:#444444;
}



.delete_btn{

	background:#ff5a5a !important;
	border-radius:10px;
	margin-top:10px;
	color:white;
	margin-top: 0px !important;
	padding: 5px 15px 5px 15px !important;
	border-color: transparent;
}

.cancel_btn{

	background:#dddddd !important;
	border-radius:10px;
	margin-top:10px;
	color:white;
	margin-top: 0px !important;
	padding: 5px 15px 5px 15px !important;
	border-color: transparent;
}

.tempcat_box{
	margin-top: 15px;
	border-radius:10px;
	background-color:#b554ff ;
	padding:15px 15px 10px 15px;
	text-align:left;
	box-shadow: 6px 8px 9px -10px #666666
}

.slag_box{
	margin-top: 15px;
	border-radius:10px;
	background-color:#00c0ef ;
	padding:10px 10px 5px 10px;
	text-align:left;
	box-shadow: 6px 8px 9px -10px #666666
}
.slag_title{
	color:white;
	text-align:right;
	font-weight: 100;
	width: -webkit-fill-available;
	cursor: pointer;
}
.slag_boxv{
	margin-top: 15px;
	display: flex;
	border-radius:10px;
	background-color:#e8e8e8 ;
	padding:10px 10px 5px 10px;
	text-align:left;
	box-shadow: 6px 8px 9px -10px #666666
}
.slag_titlev{
	color:#373737;
	text-align:right;
	width: -webkit-fill-available;
}

.slag_span{
	color: #ffffff;
	font-size: 14px;
}
.slag_delete_icon{
	color: white;
    height: 15px;
    cursor: pointer;
	margin-right:10px;
}
.slag_edit_icon{
	color: blue;
	height: 15px;
	cursor: pointer;
	margin-right:10px;
}
.temp_delete_icon{
	color: red;
    height: 20px;
    cursor: pointer;
}
.slagv_delete_icon{
	color: #373737;
    height: 15px;
    cursor: pointer;
}
.modal-content{
	border-radius: 20px !important;
}

.input_box{
	padding: 8px;
    border-radius: 5px;
    border-color: #aaaaaa;
	border-width: 1px;
}

.mainresult{
	padding: 10px;
}

.pointer{
	cursor: pointer;
}

.tdstl1{
	    max-width: 100px;
}

.tdstl2{
	    max-width: 150px;
}

.flex{
	display:flex;
}

a{
	text-decoration: none;
}
