/*CSS POP-UP*/
#layerPopup{
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute !important;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}
#popUp{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 450px;
    min-height: 100px;
    background-color: white;
    margin: auto;
    margin-top: 0;
    opacity: 0;
    position:relative;
    padding: 25px;
    webkit-box-shadow: -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    border-radius: 10px;
    font-size: 13px;
}
#popUp h1{
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align:left;
	margin: 15px 0;
}
#closePop{
    border: none;
    background-color:transparent;
    position:absolute; 
    top:0; 
    right:0; 
    width: 32px;
    height: 40px;
    padding: 0 35px 0 0;
    outline: none; 
    cursor: pointer;
}
#closePop:hover, #closePop:focus{
    outline: none; 
}
#closePop span{
    display:block; 
    width:24px; 
    height:5px; 
    background:#022a3a;
}
#closePop span:first-child{
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
#closePop span:last-child{
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    margin-top: -5px;
}
.info{
	background-color: #FFF !important;
    color: #022a3a;
    border: 1px solid #022a3a;
}
.info h1{
    color: #022a3a;
}
.error{
    background-color: #EC1C24 !important;
    color: #FFF;
    border: 1px solid #FFF;
}
.error h1{
    color: #FFF;
}
.error span{
    background: #FFF !important;
}


/*CSS POP-UP BTNS EXPORT*/
.btnExport{
    background-color: #022a3a;
    border: medium none;
    border-radius: 5px;
    color: #FFF;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    width: 60px;
    margin-top:15px;
    font-size:11px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float:right;
	margin-left:10px;
}


/*CSS POP-UP Input*/
/*
#layerPopupInput{
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute !important;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}
#popUpInput{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 450px;
    min-height: 100px;
    background-color: white;
    margin: auto;
    margin-top: 0;
    opacity: 0;
    position:relative;
    padding: 25px;
    webkit-box-shadow: -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    border-radius: 10px;
    font-size: 13px;
    background-color: #FFF !important;
    color: #022a3a;
    border: 1px solid #022a3a;
}
#popUpInput .inputPop
{
    width:100%;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    height: 24px;
    color:#333;
    font:12px "Segoe UI",Arial,sans-serif;
}
#popUpInput .btnPop{
    background-color: #022a3a;
    border: medium none;
    border-radius: 5px;
    color: #FFF;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    width: 60px;
    margin-top:15px;
    font-size:11px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float:right;
	margin-left:10px;
}
#popUpInput .btnPop:hover{
    background-color:#648596;
}
#popUpInput h1{
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align:left;
	margin: 15px 0;
	color: #022a3a;
}
#closePopInput{
    border: none;
    background-color:transparent;
    position:absolute; 
    top:0; 
    right:0; 
    width: 32px;
    height: 40px;
    padding: 0 35px 0 0;
    outline: none; 
    cursor: pointer;
}
#closePopInput:hover, #closePopInput:focus{
    outline: none; 
}
#closePopInput span{
    display:block; 
    width:24px; 
    height:5px; 
    background:#022a3a;
}
#closePopInput span:first-child{
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
#closePopInput span:last-child{
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    margin-top: -5px;
}

*/


/*

 <div id="layerPopupCancelWorkRequest" runat="server">
    <div id="popUpCancelWorkRequest" runat="server">
        <h1 id="popTitleCancelWorkRequest" runat="server">Titulo</h1>
         <p id="popMessageCancelWorkRequest" runat="server"></p>
          <asp:TextBox ID="txtCancelWorkRequestPopup" runat="server" type="text" CssClass="inputPop"></asp:TextBox>
          <asp:Button ID="btnCloseCancelWorkRequestPopup" runat="server" CssClass="btnPop" Text="Ok" />
          <button class="btnPop" onclick="closePopUpInput('<%=layerPopupCancelWorkRequest.ClientID %>', '<%=popUpCancelWorkRequest.ClientID %>');return false;">Cancel</button>
          <div class="clearfix"></div>
          <button id="closePopInput" onclick="closePopUpInput('<%=layerPopupCancelWorkRequest.ClientID %>', '<%=popUpCancelWorkRequest.ClientID %>');return false;">
            <span></span>
            <span></span>
           </button>
        </div>
</div>

*/
/*CSS POP-UP*/
/*
#layerPopupCancelWorkRequest{
	width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    position: absolute !important;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000;
}
#popUpCancelWorkRequest{
    font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    width: 450px;
    min-height: 100px;
    background-color: white;
    margin: auto;
    margin-top: 0;
    opacity: 0;
    position:relative;
    padding: 25px;
    webkit-box-shadow: -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         -2px 4px 9px 0px rgba(50, 50, 50, 0.75);
    border-radius: 10px;
    font-size: 13px;
    background-color: #FFF !important;
    color: #022a3a;
    border: 1px solid #022a3a;
}
#popUpCancelWorkRequest .inputCancelWorkRequestPopup
{
    width:100%;
    border: 1px solid #a8a8a8;
    border-radius: 3px;
    height: 24px;
    color:#333;
    font:12px "Segoe UI",Arial,sans-serif;
}
#popUpCancelWorkRequest .btnPop{
    background-color: #022a3a;
    border: medium none;
    border-radius: 5px;
    color: #FFF;
    font-weight: 500;
    height: 30px;
    line-height: 30px;
    width: 60px;
    margin-top:15px;
    font-size:11px;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	float:right;
	margin-left:10px;
}
#popUpCancelWorkRequest .btnPop:hover{
    background-color:#648596;
}
#popUpCancelWorkRequest h1{
	font-size: 18px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	text-align:left;
	margin: 15px 0;
	color: #022a3a;
}
#closeCancelWorkRequestPopup{
    border: none;
    background-color:transparent;
    position:absolute; 
    top:0; 
    right:0; 
    width: 32px;
    height: 40px;
    padding: 0 35px 0 0;
    outline: none; 
    cursor: pointer;
}
#closeCancelWorkRequestPopup:hover, #closePopInput:focus{
    outline: none; 
}
#closeCancelWorkRequestPopup span{
    display:block; 
    width:24px; 
    height:5px; 
    background:#022a3a;
}
#closeCancelWorkRequestPopup span:first-child{
    -ms-transform:rotate(45deg);
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
}
#closeCancelWorkRequestPopup span:last-child{
    -ms-transform:rotate(135deg);
    -webkit-transform:rotate(135deg);
    transform:rotate(135deg);
    margin-top: -5px;
}*/