/*
Theme Name: Twenty Twenty Child
Theme URI: 
Description: 
Version: 1.8
Author: Wael
Author URI: 
Template: twentytwenty
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: 
Text Domain: twentytwentychild
*/
	

/************Font************/
body, html, table, label, td, title, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, header.card-header {
		font-family: Tahoma;
	}
/************End Font************/

/***** Font Size  *****/ 	
table {
		font-size: 14px;
	}	
	
label {
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

div.page-title h3.panel-title  {
    float: left;
    font-size: 15px;
    font-weight: 600;
    padding: 5px 0 5px 0;
    height: 32px;
}



/***** End Font Size  *****/
.row {
    margin: 10px 0;
}

.pdocrud-records-per-page.form-control {
    float: left;
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin-bottom: 2px;
}
div.btn-group.pull-right {
    margin: 0.5rem 0 0 2rem
;
}

	
	
div.col-sm-3 {
	float: none;
	}
div.col-sm-9 {
	width: 100%;
	}   

/* button.btn.btn-primary {
	width: 180px;
	font-size: 16px;
    font-weight: 400;
	} */   




/***Height of form control***/
select.form-control, input.form-control {height: 35px;}

.pdocrud-actions.page-link.pdocrud-page {
	height: 35px;
	float: left;
    border: 1px solid #ccc;
    padding: 6px 10px;
    margin-bottom: 2px;
	}
/*** End Height of form control***/

/*****/

a.viewlink {
	word-break: break-word;
}

label.col-sm-2{
	flex: 0 0 25%;
    max-width: 25%;
	font-size: 14px;
}

div.col-sm-10 {
	flex: 0 0 75%;
    max-width: 75%;
}
/******/

/*** Input text style in add & edite & tranlslate ***/
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], div.col-sm-10 textarea.form-control, div.col-sm-10 select.form-control, div.col-sm-10 input.form-control {background-color:#ffff; font-size: 14px;}

.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef !important;
  opacity: 1;
}
/*** End Input text style in add & edite & tranlslate ***/

.card-body{background-color:#80808014}
header.card-header {
    padding: 13px 15px;
    margin-bottom: 0;
    color: inherit;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}

/****//*
.pdocrud-table-container .pdocrud-table-view tbody tr td:nth-child(1){width:25%}

.pdocrud-table-container .pdocrud-table-view tbody tr td:nth-child(2){width:75%}
*//****/
img.viewimage{width: 640px;
    height: auto;margin-left: auto;
    margin-right: auto;}	


/******* Old Customizing Additional CSS *****/	
/*
.form-control {height: calc(1.5em + .75rem + 2px)}
input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea.form-control, select.form-control {background-color:#ffff}
.card-body{background-color:#80808014}
.pdocrud-table-container .pdocrud-table-view tbody tr td:nth-child(1){width:25%}
.pdocrud-table-container .pdocrud-table-view tbody tr td:nth-child(2){width:75%}
img.viewimage{width: 640px;
    height: auto;margin-left: auto;
    margin-right: auto;}
*/	

td a.viewlink {
	color:#0000ff;
}

input[type="submit"]{
	padding: 0.675rem .75rem;
	font-weight: normal;
	text-transform: capitalize;
	font-size: 16px;
}

 		