/*
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 : 22/06/2015, 09:41:45 AM
    Author     : User
*/


#dialog-message{

    background-color: white;
    display:none;	
    white-space: nowrap;
    margin: 0 auto;
    overflow: auto;


    
}
.ui-icon{
    background-image: url(images/ui-icons_d8e7f3_256x240.png);
}

#div_image_certification2{
	background-image:url("elx-c-engineer.png");
	width:184px;
	height:133px;
        border-radius: 5px 5px 5px 5px; 
        display: none;
	margin-left: auto;
    	margin-right: auto;
	max-width:100%;
	max-height:100%;
}

#div_image_certification3{
	background-image:url("elx-c-technician.png");
	width:184px;
	height:133px;
        border-radius: 5px 5px 5px 5px; 
        display: none;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	max-height:100%;
}
#div_image_certification4{
	background-image:url("elx-cc-specialist.png");
	width:184px;
	height:133px;
        border-radius: 5px 5px 5px 5px; 
        display: none;
	margin-left: auto;
    	margin-right: auto;
	max-width:100%;
	max-height:100%;
}
#div_image_certification5{
	background-image:url("elx-s-master.png");
	width:184px;
	height:133px;
        border-radius: 5px 5px 5px 5px; 
        display: none;
	margin-left: auto;
    	margin-right: auto;
	max-width:100%;
	max-height:100%;
}
#div_image_certification6{
	background-image:url("elx-c-advisor.png");
	width:184px;
	height:133px;
        border-radius: 5px 5px 5px 5px; 
        display: none;
	margin-left: auto;
	margin-right: auto;
	max-width:100%;
	max-height:100%;
}
#div_image_certification7{
        background-image:url("din-cc-advisor2.png");
        width:184px;
        height:133px;
        border-radius: 5px 5px 5px 5px;
        display: none;
        margin-left: auto;
        margin-right: auto;
        max-width:100%;
        max-height:100%;
        background-size: contain;
}
/*
.ui-dialog-osx{
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;	
    border-radius: 5px 5px 5px 5px; 
    border-width: 2px 2px 2px 2px;
    border-color: #fc5b04;
    white-space: nowrap;
    overflow: auto;
    clear: both;
    height: auto;
    width: auto;


}
*/
/*
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: none!important; 
  border:none!important;
  outline:none!important;
}

*/

.ui-dialog-content {
  font-family:FontAwesome;   
}


.ui-dialog .ui-dialog-titlebar .ui-dialog-titlebar-close {
   background-color: #0e76bd;
}



.ui-dialog-titlebar {
  background-color: #0e76bd;
  background-image: none;
  color: #FFF;
  font-weight:bold;
  border-color:#fc5b04;
  //height:auto;
  //width:auto;
}

.ui-dialog{
  z-index:1001;
}

/*.ui-icon-circle-check{
    background-color: #ff5b00;
}*/

 .ui-dialog-titlebar-close{
  background-color: #ff5b00;
  //background-image: none;
  //color: #FFF;
  //font-weight:bold;
  border-color:#0e76bd;
    
}

#name_cell{
    //color: #000;
    color: #0e76bd;
    font-size: x-large;
    font-family: sans-serif;
    font-weight: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

#div_error_message{
    position: fixed;
    color: #000;
    font-size: large;
    font-family: sans-serif;
    font-weight: normal;
    margin: 0 auto;
    display: none;
    
}

.ui-widget-overlay.custom-overlay
{
    background-color: black;
    background-image: none;
    opacity: 0.7;  
}

tr{
    border:0px solid red;
}
td {
    width:50%;
    height:auto;
}

div.post-entry>div.entry-content-wrapper>div.el_before_av_one_fourth{
    text-align:justify;
}
