.widget {
    position: relative;
    margin-bottom: 1.875rem;
    padding: 15px 20px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0.2rem;
    color:#343434;
}

.own-admin-highlight {
	color:#ff8100;
	
}

.has-error .select2 .selection .select2-selection--single {
    background-color: #fff;
    border: 1px solid #a94442;
    border-radius: 4px;
}

.select2-container {
	width: 100% !important;
}

.own-td-left {
	text-align:left;
	font-weight:bold
}	

.own-left {
	text-align:left;
}	

.own-right {
	text-align:right;
}

.own-unread {
	font-weight: bold;
	text-decoration: none !important;
	font-size: 15px;
}

.own-read {
	font-weight: 500;
	text-decoration: none !important;
	font-size: 15px;
}

.own-kop-txt {
	height: 100px !important;
}

.own-error {
	color:#f90303;
	font-size:15px;
	font-weight:bold;	
}

.own-orange {
	color:#ff8100;
	font-size:11px;	
}

.own-orange-large {
	color:#ff8100;
	font-size:15px;	
}

.own-gray-large {
	color:#504f4d;
	font-size:15px;
}

.own-green-large {
	color:#06860b;
	font-size:15px;
}

.own-red-large {
	color:red;
	font-size:15px;
}

/* KERESO SEARCH BOX CSS */
.custom-combobox {
  position: relative;
  display: inline-block;
  font-weight: bold;
}
.custom-combobox-toggle {
  position: absolute;
  top: 0;
  bottom: 0;
  margin-left: -1px;
  padding: 0;
}
.custom-combobox-input {
  margin: 0;
  padding: 5px 10px;
}

/* EZZEL RAKJA VISSZA a scroll beirt a keresore!*/
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}
/* IE 6 doesn't support max-height
 * we use height instead, but this forces the menu to always be this tall
 */
* html .ui-autocomplete {
    height: 300px;
}








/*Steps Wizard*/
.bs-wizard {border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;}
.bs-wizard > .bs-wizard-step {padding: 0; position: relative;}
.bs-wizard > .bs-wizard-step + .bs-wizard-step {}
.bs-wizard > .bs-wizard-step .bs-wizard-stepnum {color: #595959; font-size: 16px; margin-bottom: 5px;}
.bs-wizard > .bs-wizard-step .bs-wizard-info {color: #343434; font-size: 14px;}
.bs-wizard > .bs-wizard-step > .bs-wizard-dot {position: absolute; width: 30px; height: 30px; display: block; background: #bd6b00; top: 45px; left: 50%; margin-top: -15px; margin-left: -15px; border-radius: 50%;} 
.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #ea992d; border-radius: 50px; position: absolute; top: 8px; left: 8px; } 
.bs-wizard > .bs-wizard-step > .progress {position: relative; border-radius: 0px; height: 8px; box-shadow: none; margin: 20px 0;}
.bs-wizard > .bs-wizard-step > .progress > .progress-bar {width:0px; box-shadow: none; background: #bd6b00;}
.bs-wizard > .bs-wizard-step.complete > .progress > .progress-bar {width:100%;}
.bs-wizard > .bs-wizard-step.active > .progress > .progress-bar {width:50%;}
.bs-wizard > .bs-wizard-step:first-child.active > .progress > .progress-bar {width:0%;}
.bs-wizard > .bs-wizard-step:last-child.active > .progress > .progress-bar {width: 100%;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot {background-color: #bfbfbf;}
.bs-wizard > .bs-wizard-step.disabled > .bs-wizard-dot:after {opacity: 0;}
.bs-wizard > .bs-wizard-step:first-child  > .progress {left: 50%; width: 50%;}
.bs-wizard > .bs-wizard-step:last-child  > .progress {width: 50%;}
.bs-wizard > .bs-wizard-step.disabled a.bs-wizard-dot{ pointer-events: none; }
/*END Form Wizard*/

.own-headline {
   padding-left: 20px;
   padding-top:10px;	
}

.own-survey-headline {
   padding-left:70px;	
}

.own-survey-lvl1 {
   margin-bottom:10px !important;
   margin-top:10px !important;
   text-align:justify;
}

.own-survey-lvl2 {
   margin-left:70px !important;
   text-align:justify;
}

.own-blockq {
   margin-top:30px;	
}

.own-msg {
    position: relative;
    margin-bottom: 1.875rem;
    padding: 5px 10px;
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-radius: 0.2rem;
    color: #343434;	
}

.own-section-margin {
  margin:0px 0px 0px 0px;	
}

.own-fa-icon-success {
  color: #5cb85c;	
}

.own-fa-icon-warning {
  color: #f0ad4e;	
}

.own-fa-icon-danger {
  color: #e23c37;	
}

.own-table-style {
  width:100%;	
}

.own-table-small {
	font-size:11px;	
}


.own-qmark-color {
	top: 6px;
	font-size: 25px;
	color: #428cca;	
}

.own-left-blue {
  background-color: #428bca;
  color:#fff;	
}

.own-th-styling{
  text-align:left;
  background-color:#f4f4f4;	
}

.own-justify  {
  text-align:justify;	
}

.own-table-text {
  text-align:left;	
}

.own-form-group {
  margin-top:10px;
}

.own-file-uploaded {
  font-weight:bold;
  margin-right: 10px;	
}

.table th {
  text-align: center;		
  background-color: #737373;
  color: #fff;
}

.table tr {
  text-align: center;		
}

.own-calendar-table {
    border-spacing: 0;
    border-collapse: collapse;
    width: 100%;
}

.own-calendar-box-name {
	padding: 0;
    	text-align: center;
    	font-weight:bold;
    	background-color:rgb(56, 140, 210);
    	border:1px solid #2c577b;
    	color:#FFF;
}

.own-calendar-day {
    text-align: center;
    width: 14.28%;	
}

.own-calendar-box-all {
    padding: 0;
    text-align: center;
    border: 2px solid #585858;
    width: 30px;	
}


.own-form {
    margin: 10px 0 0;
    padding: 10px 0px 15px 0px;
/*background-color: #fff; */
}

.own-blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	border-left: 5px solid #000;
}

.own-form-margin {
	margin-bottom: 13px;	
}


.own-ul {
	list-style-type: none;
	-webkit-padding-start: 0px;
	display: -webkit-inline-box;
}

.own-btn-delete {
	margin-left: 205px;
	margin-top: 9px;
}

.own-btn-delete-file {
	margin-left:20px;
	margin-top:21px;
}



.own-upload-text {
	display: block;
	padding: 16px 0px 0px 50px;
	width: 250px;
	min-height: 42px;
}


.own-upload-jpg, .own-upload-jpeg{
	background-image:url('../img/icon2/icon_jpg.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-png {
	background-image:url('../img/icon2/icon_png.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}


.own-upload-doc, .own-upload-docx {
	background-image:url('../img/icon2/icon_doc.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-pdf {
	background-image:url('../img/icon2/icon_pdf.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-pdf-half {
	background-image:url('../img/icon2/icon_pdf_half.png');
	width:26px;
	height:33px;
	margin:0;
	padding:0;
	display: block;
}


.own-upload-ppt {
	background-image:url('../img/icon2/icon_ppt.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-rtf {
	background-image:url('../img/icon2/icon_rtf.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-xls, .own-upload-xlsx {
	background-image:url('../img/icon2/icon_xls.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}

.own-upload-zip {
	background-image:url('../img/icon2/icon_zip.png');
	width:57px;
	height:72px;
	margin:0;
	padding:0;
	display: block;
}



.btn-dark {
  color: #fff;
  background-color: #104f85;
  border-color: #104f85;
  box-shadow: 3px 2px 2px #888888;  
}
.btn-dark:focus,
.btn-dark.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-dark:hover {
  color: #fff;
  background-color: #2374b9;
  border-color: #2374b9;
}

.Editcontent {
  text-align: justify;	
}



td.documentLeft ul, td.documentRight ul {
	background:#e3e2e2;
	width:368px;
	margin:0px;
	padding:0px;
}


td.documentLeft ul:hover, td.documentRight ul:hover {
	width:368px;
	background:#c7c3c3;
}

.files ul {
	width:368px;
	margin:0px;
	padding:0px;
}


.files li {
	list-style: none;
	background: #f4f3f3;
	margin-left: 5px;
}

.files li:hover {
	background: #fafafa;	
}


.files a {
	padding: 0px 5px 0px 48px;
}


.filezip {
	background: url("img/icon2/icon_zip.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filexls, .filexlsx {
	background: url("img/icon2/icon_xls.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
	
}

.filertf {
	background: url("img/icon2/icon_rtf.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.fileppt, .filepptx {
	background: url("img/icon2/icon_ppt.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filepdf {
	background: url("img/icon2/icon_pdf.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filejpg {
	background: url("img/icon2/icon_jpg.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filejpeg {
	background: url("img/icon2/icon_jpg.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}

.filedoc, .filedocx {
	background: url("img/icon2/icon_doc.png") no-repeat;
	width: 45px;
	min-height:48px;
	display: block;
}



.filezip span, .filexls span, .filexlsx span, .filertf span, .fileppt span, .filepptx span, .filepdf span, .filejpg span,.filejpeg span, .filedoc span, .filedocx span, .fileblank span:hover {
	display:block;
	padding: 8px 0px 0px 50px;
	width:300px;
	min-height:42px;
}

.filezip span:hover, .filexls span:hover, .filexlsx span:hover, .filertf span:hover, .fileppt span:hover, .filepptx span:hover, .filepdf span:hover, .filejpg span:hover, .filejpeg span:hover, .filedoc span:hover, .filedocx span:hover {
	color:#fafafa;
}


.form-control-small {
	height:100px !important;	
}
