body{
	background-color: #FCF8F5;
}

.show-sms-detail{
	width: 180px;
	margin: 0 auto;
	height: 47px;
	margin-top: 30px;
}

.te{
	width:100%; 
	height:100%; 
	padding:5px; 
	border:0px;
}

.te:focus{
	outline: none;
}

.inpdate:focus{
	outline: none;	
}

.myTableDiv{
	max-height: 400px;
    overflow: auto;
	position: absolute; 
	right: 10px; 
	top: 44px; 
	width: 280px; 
	/*border: 1px solid red;*/
	background-color: #FFF;
}

#myTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 16px;
}

#myTable td {
	text-align: right;
	padding: 8px;
}

#myTable th{
	text-align: right;
	padding: 5px 8px;
	font-family: Light;	
	font-size: 14px;
}

#myTable tr {
	border-bottom: 1px solid #ddd;
}

#myTable tr:hover {
	background-color: #f2f2f2;
	/*color: #FFF;*/
}

#myTable tr.header, tr.header:hover{
	background-color: #777777;
	color: #FFF;
}

.show-m-Input {
	background-image: url('/images/searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

#showStudentInput {
	background-image: url('/images/searchicon.png');
	background-position: 10px 10px;
	background-repeat: no-repeat;
	width: 100%;
	font-size: 16px;
	padding: 12px 20px 12px 40px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

#showStudentTable {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 18px;
}

#showStudentTable th, #showStudentTable td {
	text-align: right;
	padding: 8px 12px;
}

#showStudentTable tr {
	border-bottom: 1px solid #ddd;
}

#showStudentTable tr.header, #showStudentTable tr:hover {
	background-color: #f1f1f1;
}

.m-Table {
	border-collapse: collapse;
	width: 100%;
	border: 1px solid #ddd;
	font-size: 18px;
}

.m-Table th, .m-Table td {
	text-align: right;
	padding: 8px 12px;
}

.m-Table tr {
	border-bottom: 1px solid #ddd;
}

.m-Table tr.header, .m-Table tr:hover {
	background-color: #f1f1f1;
}

.cal-date{
	border-radius: 15px; 
	padding: 5px; 
	border: 1.5px solid rgba(0, 0, 0, 0.6);
	text-align: center;
}

.delete-row{
    background-color: transparent;
    font-family: Bold;
    color: red;
    border: 0px;
    border-radius: 15px;
    font-size: 18px;
}

.delete-row:hover{
	background-color: #ccc;
}

.delete-row:focus{
	outline: none;
}

.add-rep-row-button{
	color: #FFF;
    background-color: #333;
    border: 0px;
    padding: 8px 22px;
    font-size: 28px;
    font-weight: bold;
    font-family: Light;
}

.add-rep-row-button:hover{
    background-color: rgba(51, 51, 51, 0.75);
}

.add-rep-row-button:focus{
	outline: none;
}

.r-f-b:hover{
	background-color: #45a0e7;
}

.r-f-b:focus{
	outline: none;
}

.search-input{
	width: calc(100% - 45px); 
	border: 0px; 
	outline: none;
	padding: 5px 10px;
}

.search-input:focus{
	outline: none;
}

.search-div{
	color: rgba(51, 51, 51, 0.51);
	border: 1.5px solid rgba(51, 51, 51, 0.51); 
	border-radius: 15px;
}

.logo-row{
	background-color: #3499e0; 
	color: #fff;
	padding: 0 15px;
}

.logo-style{
	padding: 5px;
}

.username-div{
	text-align: left; 
	font-size: 16px; 
	padding: 18px; 
	padding-left: 15px;
}

.username-span{
	padding: 0 5px;
}

.logout-button{
	border: 1px solid rgba(255, 255, 255, 0.65);
	padding: 1px 10px !important; 
	border-radius: 15px; 
	color: rgba(255, 255, 255, 0.65);
	width: 100px;
	font-size: 16px!important;
}

.logout-button:hover{
	background-color: #fff;
	border: 1px solid #fff;
	color: #3499e0;
	text-decoration: none;
}

.li-style{
	color: #fff;
	font-size: 18px;
}

.icon-label{
	width: 30px;
}

.li-active > a{
	color: #FFF !important;
	font-family: Bold;
}

.div-style{
	border: 1px solid #e3e3e3;
	padding: 20px;
	background-color: #FFF;
}

.div-style-title{
	font-size: 24px;
	color: #F45B43;
	font-weight: Bold;
}

.marg-top{
	margin-top: 20px;
}

.f-bold{
    font-family: Bold;
}

.year-select{
	border-radius: 15px;
	padding: 5px;
	/*border: 1px solid #000;*/
	border: 1.5px solid rgba(0, 0, 0, 0.6);
}

.inp-style{
	background-color: #f2f2f2;
	border: 0px;
	padding: 10px 20px;
	width: 100%;
	margin: 10px 0px;
}

	/*background-color: #878787;*/
.new-inp-style{
	border: 1px solid #878787;
	padding: 10px 20px;
	width: 100%;
	margin: 0px 0px 15px 0px;
	border-radius: 7px;
}

input:focus{
    outline: none;
}

.new-inp-style:focus{
    outline: none;
}

.new-send-button{
	float: left; 
	margin-top: 27px; 
	width: 150px; 
	background-color: #F45B43 !important;
	border-radius: 15px;
	font-family: Bold !important;
}

.new-label-style{
	color: #878787;
}

.send-button{
	color: #FFF;
	background-color: #3499e0;
	border: 0px;
	padding: 8px 22px;
	font-size: 18px;
	font-family: Light
}

.nokhahot_table{
	border: 2px solid #FCF8F5;
}

.nokhahot_table th{
	font-family: Bold;
	font-size: 18px;
	text-align: center;
	padding: 10px;
}

.nokhahot_table td{
	font-size: 18px;
	text-align: center;
	padding: 10px 20px;
}

.nokhahot_table tr{
	border-bottom: 2px solid #FCF8F5;
}

.nokhahot_table thead>tr{
	background-color: #FCF8F5;
}

.add_user_table{
	border: 2px solid #FCF8F5;
}

.add_user_table th{
	font-family: Bold;
	font-size: 16px;
	text-align: center;
	padding: 20px;
	/*border: 1px solid #e3e3e3;*/
}

.add_user_table td{
	font-size: 16px;
	text-align: center;
	padding: 5px 20px;
	/*border: 1px solid #e3e3e3;*/
}

.add_user_table tr{
	border-bottom: 2px solid #FCF8F5;
}

.add_user_table thead>tr{
	background-color: #FCF8F5;
}

.dimographia_table{
	width: 100%;
	border: 2px solid #FCF8F5;
}
.dimographia_table th{
	font-family: Bold;
	font-size: 18px;
	text-align: center;
	padding: 10px;
	/*border: 1px solid #e3e3e3;*/
}

.dimographia_table td{
	font-size: 18px;
	text-align: center;
	padding: 5px 10px;
	/*border: 1px solid #e3e3e3;*/
}

.dimographia_table tr{
	border-bottom: 2px solid #FCF8F5;
}

.dimographia_table thead>tr{
	background-color: #FCF8F5;
}

.odd{
	background-color: #f2f2f2;
}

.ch-success{
	color: #009245; 
	font-size: 24px !important;
	cursor: pointer;
}

/*.ch-success:hover{
	color: #c1272d; 
}*/

.ch-error{
	color: #c1272d; 
	font-size: 22px !important;
	cursor: pointer;
}

/*.ch-error:hover{
	color: #009245; 
}*/

.add_class_table th{
	font-family: Bold;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	/*border: 1px solid #e3e3e3;*/
}

.add_class_table td{
	font-size: 18px;
	text-align: right;
	padding: 5px 20px;
	/*border: 1px solid #e3e3e3;*/
}

.add_class_table tr{
	border-bottom: 2px solid #FCF8F5;
}

.add_class_table thead>tr{
	background-color: #FCF8F5;
}

.report_class_table th{
	font-family: Bold;
	font-size: 18px;
	text-align: center;
	padding: 20px;
	/*border: 1px solid #e3e3e3;*/
}

.report_class_table td{
	color: #808080;
	font-size: 18px;
	text-align: center;
	padding: 5px 20px;
	/*border: 1px solid #e3e3e3;*/
	min-height: 50px;
	position: relative;
}

.report_class_table tr{
	border: 2px solid #FCF8F5;
}

.report_class_table thead>tr{
	background-color: #FCF8F5;
}

.sms_table th{
	font-family: Bold;
	font-size: 18px;
	text-align: right;
	padding: 20px;
	/*border: 1px solid #e3e3e3;*/
}

.sms_table td{
	color: #808080;
	font-size: 18px;
	text-align: center;
	padding: 5px 20px;
	/*border: 1px solid #e3e3e3;*/
	min-height: 50px;
	position: relative;
}

.sms_table tr{
	border: 2px solid #FCF8F5;
}

.sms_table thead>tr{
	background-color: #FCF8F5;
}

.eIcon{
    position: absolute;
    left: 10px;
    top: 10px;
    color: #808080;
}

.eIcon:hover{
    color: #3499e0;
}

.nose-td{
    padding: 5px 10px !important;
    text-align: right !important;
}

.notes-td{
	padding: 5px 10px 5px 30px !important;
	text-align: right !important;
}

.col1width{ width: 30%; }
.col2width{ width: 30%; }
.col3width{ width: 40%; }

.date-top-bottom-padding{
	padding: 5px 0px;
}

.class-button{
	-webkit-appearance:button;
	border: 1px solid rgba(255, 255, 255, 0.80);
	padding: 1px 10px; 
	border-radius: 15px; 
	color: rgba(255, 255, 255, 0.80);
	background-color: #666;
	font-size: 16px;
	margin: 0px 5px;
}

.class-button > span{
	font-family: Bold;
	cursor: pointer;
}

.class-button:hover{
	color: rgba(255, 255, 255, 0.80);
	text-decoration: none;
}

.add-class-button{
	border: 1px solid rgba(255, 255, 255, 0.80);
	padding: 1px 10px; 
	border-radius: 15px; 
	color: rgba(255, 255, 255, 0.80);
	background-color: #45a0e7;
	font-size: 16px;
    margin: 0px 5px;
    cursor: pointer;דד
}

.add-class-button > span{
	font-family: Bold;
	cursor: pointer;
}

.add-class-button:hover{
	color: rgba(255, 255, 255, 0.80);
	text-decoration: none;
}

.date-class-button{
	border: 1.5px solid #ccc;
	padding: 5px 15px;
	border-radius: 15px; 
	color: #808080;
	/*background-color: #45a0e7;*/
	font-size: 16px;
    margin: 0px 5px;
    cursor: pointer;
}

.date-class-button > span{
	font-family: Bold;
	cursor: pointer;
}

.date-class-button:hover{
	color: #3499e0;
	border: 1.5px solid #3499e0;
	text-decoration: none;
}

.delete-class-button{
	border: 1px solid #c1272d;
	padding: 1px 15px; 
	border-radius: 15px; 
	color: #c1272d;
	font-size: 16px;
    margin: 0px 5px;
    cursor: pointer;
    font-family: Bold;
}

.delete-class-button > span{
	font-family: Bold;
	cursor: pointer;
}

.delete-class-button:hover{
	color: #c1272d;
	text-decoration: none;
}

.sm:hover .sub-menu{
	display: inline-block;
}

.sub-menu{
    position: absolute;
    left: -170px;
    top: 0px;
    z-index: 1;
    background-color: #F45B43;
    min-width: 170px;
}

.sub-menu>li{
	border-bottom: 1px solid #fff;
}

.sub-menu>li>a{
    font-size: 18px;
	color: #fff;
	padding: 10px 15px;
}

.sub-menu>li>a:hover{
    font-size: 18px;
	color: #fff;
	padding: 10px 15px;
	font-family: Light !important;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    background-color: #263238;!important;
    transition: 0.5s;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 32px 8px 8px;
    text-decoration: none;
    font-size: 21px;
    /*color: #8fc6f1;*/
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    left: 25px;
    font-size: 36px;
    margin-right: 50px;
}

#main {
    transition: margin-right .5s;
    /*padding: 16px;*/
}

.open_close_button{
	position: absolute;
	top: 150px;
	left: -9px;
	font-size: 36px;
	margin-right: 50px;
	overflow-x: auto;
	cursor:pointer;
}

.search-input-style{
	width: 300px;
	margin: 0px 40px 0 -5px;
	background-color: #f2f2f2;
	border-radius: 0 5px 5px 0; 
	height: 34px;
	padding: 5px;
	border: 0px;
}
.search-input-style:focus{
    outline: none;
}

.input-border-none{
	outline: none;
}

.btn-search-input-style{
	background-color: #f2f2f2; 
	border:0; 
	color: #FFF; 
	border-radius: 5px 0 0 5px; 
	height: 34px; 
	width: 40px;
}
.btn-search-input-style:focus{
    outline: none;
}

@media screen and (max-height: 450px) {
	.sidenav a {font-size: 18px;}
}

.user-img-circle{
	width: 35px;
	height: 35px;
	border-radius: 35px;
}

.user-name{
	padding: 15px;
	color: #fff;
	font-weight: bold;
	font-size: 21px;
}

.sm_menu{
    position: fixed;
    top: 50px;
    right: 228px;
    z-index: 1001;
    background-color: #FFF;
    display: none;
}

.link_t{
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}