@font-face {
    font-family: Raleway;
    src: url(font/Raleway-Regular.ttf);
}
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}
body {
    margin: 0;
    font-size: 13px;
    line-height: 1.231;
    padding: 0;
}
body,
input,
select,
textarea {
    font-family: Raleway;
    color: #a8a6ab;
}
b,
strong {
    font-weight: bold;
}
blockquote {
    margin: 1em 40px;
}
hr {
    display: block;
	width:80%;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
	margin-left: 10% !important;
	margin-top: 40px !important;
    padding: 0;
}
small {
    font-size: 85%;
}
ul,
ol {
    margin: 1em 0;
    padding: 0 0 0 30px;
}
img {
    border: 0;
    vertical-align: middle;
}
form {
    margin: 0;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
label {
    cursor: pointer;
}
input,
select,
textarea {
    font-size: 100%;
    margin: 0;
    vertical-align: baseline;
    *vertical-align: middle;
}
input {
    line-height: normal;
    *overflow: visible;
}
table input {
    *overflow: auto;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
    cursor: pointer;
    -webkit-appearance: button;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
textarea {
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    vertical-align: top;
}
th {
    text-align: left;
    font-weight: normal;
}
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset {
    margin: 0;
    padding: 0;
}
/* Typography */
a {
    color: #019efd;
    text-decoration: none;
}
h1 {
    color: #00AEEF;
    font-weight: normal;
    font-size: 20px;
}
h3 {
    font-size: 16px;
}
h2 {
    font-size: 16px;
    color: #999;
}
/* Helpers */
.centered {
    text-align: center;
}
.clear {
    clear: both;
    height: 1px;
    visibility: none;
}
.hidden {
    display: none;
}
.faded {
    color: #666;
}
/* Pagination */
#pagination {
    border: 0;
    margin: 0 0 40px 0;
    padding: 0;
}
#pagination li {
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 11px;
    list-style: none;
    display: inline;
}
#pagination li a {
    margin-right: 2px;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}
#pagination li a:hover {
    color: #ff0084;
}
#pagination .previousOff,
#pagination .nextOff {
    color: #666;
    display: block;
    float: left;
    font-weight: bold;
    padding: 3px 4px;
}
#pagination .next a,
#pagination .previous a {
    font-weight: bold;
}
#pagination .active {
    color: #000;
    font-weight: bold;
    margin-right: 2px;
    display: block;
    float: left;
    padding: 3px 6px;
    text-decoration: none;
}
/* Alerts & Notices */
#msg_notice {
    margin: 25px 20px 20px 20px;
    padding: 5px 10px 5px 36px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #0a0;
    background: url('../images/icons/ok.png') 10px 50% no-repeat #e0ffe0;
}
#msg_warning {
    margin: 25px 20px 20px 20px;
    padding: 5px 10px 5px 36px;
    height: 16px;
    line-height: 16px;
    margin-bottom: 10px;
    color: #f26522;
    background: url('../images/icons/alert.png') 10px 50% no-repeat #ffffdd;
}
#msg_error {
  margin: 25px 20px 20px 20px;
  padding: 5px 10px 5px 36px;
  height: 16px;
  line-height: 16px;
  margin-bottom: 10px;
  background: url('../images/icons/error.png') 10px 50% no-repeat;
  color: red;
}
.warning {
    background: #ffc;
    font-style: italic;
}
.warning strong {
    text-transform: uppercase;
    color: #a00;
    font-style: normal;
}
.error {
    color: #009dfe;
    font-size: 20px;
}
.error input {
    border: 1px solid #f00;
}
.button,
.button:visited {
    background: #222;
    display: inline-block;
    font-size: 16px;
    padding: 8px 16px 6px 16px;
    width: 160px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    position: relative;
    cursor: pointer;
    font-family: helvetica, arial, sans-serif;
}
.button:hover {
    background-color: #111;
    color: #fff;
}
.button:active {
    top: 1px;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}
.button,
.button:visited,
.green.button,
.green.button:visited {
    background-color: #91bd09;
}
.green.button:hover {
    background-color: #749a02;
}
.blue.button,
.blue.button:visited {
    background-color: #00AEEF;
}
.blue.button:hover {
    background-color: #0299d2;
}
body {
    background: url('../images/fondo.jpg') repeat #fff;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
#container {
    background: #fff;
    width: 840px; 
    border-radius: 10px;
    margin: 5% auto;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
}
.welcome {
    width: 300px;
    margin: 0 auto;
    padding: 30px 30px 10px 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
a.btn_login {
    background-color: #009cff;
    color: #fff;
    padding: 5px 15px 5px 15px;
    text-align: center;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 14px;
}
#header {
    position: relative;
    height: 71px;
    padding: 0 20px;
}
#header #logo {
    width: 220px;
    height: 50px;
    float: left;
    margin-top: 15px;
}
#header p {
  width: 365px;
  text-align: right;
  margin: 0;
  padding: 0px 36px 0px 0px;
  float: right;
}
#nav {
    height: 40px;
    background-color: #fff;
	padding-top:0px;
    float: initial;
    margin-top: 0px;
	margin-left: 90px;
}
#nav li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: inline;
}
#nav li a {
    display: block;
    width: auto;
    float: left;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0 10px 0 32px;
    margin-left: 10px;
    color: #a7a6ab;
    background-position: 10px 50%;
    background-repeat: no-repeat;
}
#nav li a.active,
#nav li a:hover {
    background-color: #fff;
    color: #009cff;
    font-weight: bolder;
}

#nav li a:hover {
    background-color: #fff;
    color: #009cff;
}
/*#nav li a.home {
    background-image: url('../images/icons/home.png');
}
#nav li a.kb {
    background-image: url('../images/icons/kb.png');
}
#nav li a.new {
    background-image: url('../images/icons/new.png');
}
#nav li a.status {
    background-image: url('../images/icons/status.png');
}
#nav li a.tickets {
    background-image: url('../images/icons/tix.png');
}*/
#content {
    padding: 0px 0;
    margin: 0 20px;
    height: auto !important;
    height: 350px;
    min-height: 350px;
}
#footer {
    text-align: center;
    font-size: 11px;
    color: #333;
    margin-bottom: 20px;
}
#footer a {
    color: #0072bc;
}
#footer p {
    margin: 10px 0 0 0;
}
#footer #poweredBy {
    display: block;
    width: 126px;
    height: 23px;
    outline: none;
    text-indent: -9999px;
    margin: 0 auto;
    background: url('../images/poweredby.png') top left no-repeat;
}
#landing_page #new_ticket {
    margin-top: 40px;
    width: 180px;
    padding-left: 160px;
    float: left;
    height: 80px;
    padding-top: 50px;
    background: url('../images/new_ticket_icon.png') top left no-repeat;
    vertical-align: middle;
    color: #89898b;
    margin-left: 60px;

}
#new_ticket a, #check_status a{
    color: #89898b;
}
.after-a{ 
    height: 10px;
    width: 40px; 
    background: #009dfe; /* Old browsers */
    background: -moz-linear-gradient(left,  #009dfe 0%, #207cca 0%, #00e1ff 0%, #009efe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009dfe), color-stop(0%,#207cca), color-stop(0%,#00e1ff), color-stop(100%,#009efe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #009dfe 0%,#207cca 0%,#00e1ff 0%,#009efe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #009dfe 0%,#207cca 0%,#00e1ff 0%,#009efe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #009dfe 0%,#207cca 0%,#00e1ff 0%,#009efe 100%); /* IE10+ */
    background: linear-gradient(to right,  #009dfe 0%,#207cca 0%,#00e1ff 0%,#009efe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dfe', endColorstr='#009efe',GradientType=1 ); /* IE6-9 */
}
.after-a.green{
    background: #009dfe; /* Old browsers */
    background: -moz-linear-gradient(left,  #009dfe 0%, #008a00 0%, #00ff59 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,#009dfe), color-stop(0%,#008a00), color-stop(100%,#00ff59)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  #009dfe 0%,#008a00 0%,#00ff59 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  #009dfe 0%,#008a00 0%,#00ff59 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  #009dfe 0%,#008a00 0%,#00ff59 100%); /* IE10+ */
    background: linear-gradient(to right,  #009dfe 0%,#008a00 0%,#00ff59 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#009dfe', endColorstr='#00ff59',GradientType=1 ); /* IE6-9 */
}
#landing_page #check_status {
    margin-top: 40px;
    width: 180px;
    padding-left: 160px;
    height: 80px;
    padding-top: 50px;
    margin-left: 60px;
    float: right;
    background: url('../images/check_status_icon.png') top left no-repeat;
    vertical-align: middle;
    color: #89898b;
}
/* Landing page FAQ not yet implemented. */
#faq {
    clear: both;
    margin: 0;
    padding: 5px;
}
#faq ol {
    font-size: 15px;
    margin-left: 0;
    padding-left: 0;
    border-top: 1px solid #ddd;
}
#faq ol li {
    list-style: none;
    margin: 0;
    padding: 0;
    color: #999;
}
#faq ol li a {
    display: block;
    padding: 5px 0;
    height: auto !important;
    overflow: hidden;
    margin: 0;
    border-bottom: 1px solid #ddd;
    line-height: 16px;
    padding-left: 24px;
    background: url('../images/icons/page.png') 0 50% no-repeat;
}
#faq ol li a:hover {
    background-color: #e9f5ff;
}
#faq .article-meta {
    padding: 5px;
    background: #fafafa;
}
#kb {
    margin: 2px 0;
    padding: 5px;
    overflow: hidden;
}
#kb > li {
    padding: 10px;
    height: auto !important;
    overflow: hidden;
    margin: 0;
    background: url(../images/kb_category_bg.png) bottom left repeat-x;
    border-bottom: 1px solid #ddd;
}
#kb > li h4 {
    padding-bottom: 3px;
    margin-bottom: 3px;
}
#kb > li h4 span {
    color: #666;
}
#kb > li h4 a {
    font-size: 14px;
}
#kb li i {
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 6px;
    background: url(../images/kb_large_folder.png) top left no-repeat;
}
#kb-search {
    padding: 10px 0;
    overflow: hidden;
}
#kb-search div {
    clear: both;
    overflow: hidden;
    padding-top: 5px;
}
#kb-search #query {
    margin: 0;
    display: inline-block;
    float: left;
    width: 200px;
    margin-right: 5px;
}
#kb-search #cid {
    margin: 0;
    display: inline-block;
    float: left;
    width: 200px;
    margin-right: 5px;
    position: relative;
    top: 2px;
}
#kb-search #topic-id {
    margin: 0;
    display: inline-block;
    float: left;
    width: 410px;
}
#kb-search #searchSubmit {
    margin: 0;
    display: inline-block;
    float: left;
    position: relative;
    top: 2px;
}
#kb-search #breadcrumbs {
    color: #333;
    margin-bottom: 15px;
}
#kb-search #breadcrumbs #breadcrumbs a {
    color: #555;
}
#ticketForm div,
#clientLogin div {
	/*width:90%;*/
    clear: both;
    padding: 5px 0;
    overflow: hidden;
}
#ticketForm div label,
#clientLogin div label {
    display: block;
    width: 140px;
    float: left;
}
#ticketForm div label.required,
#clientLogin div label.required {
    font-weight: bold;
    text-align: left;
}
#ticketForm div input,
#clientLogin div input,
#ticketForm div textarea,
#clientLogin div textarea {
    width: auto;
    border: 1px solid #aaa;
    background: #fff;
    margin-right: 10px;
    display: block;
    float: left;
}
#ticketForm div input[type=file],
#clientLogin div input[type=file] {
    border: 0;
}
#ticketForm div select,
#clientLogin div select {
    display: block;
    float: left;
}
#ticketForm div div.captchaRow,
#clientLogin div div.captchaRow {
    line-height: 31px;
}
#ticketForm div div.captchaRow input,
#clientLogin div div.captchaRow input {
    position: relative;
    top: 6px;
}
#ticketForm td textarea,
#clientLogin td textarea,
#ticketForm div textarea,
#clientLogin div textarea {
    width: 600px;
}
#ticketForm td em,
#clientLogin td em,
#ticketForm div em,
#clientLogin div em {
    color: #777;
}
#ticketForm td .captcha,
#clientLogin td .captcha,
#ticketForm div .captcha,
#clientLogin div .captcha {
    width: 88px;
    height: 31px;
    background: #000;
    display: block;
    float: left;
    margin-right: 20px;
}
#ticketForm td label.inline,
#clientLogin td label.inline,
#ticketForm div label.inline,
#clientLogin div label.inline {
    width: auto;
    padding: 0 10px;
}
#ticketForm div.error input,
#clientLogin div.error input {
    border: 1px solid #a00;
}
#ticketForm div.error label,
#clientLogin div.error label {
    color: #a00;
}
#ticketTable th {
    padding-left: 3px;
    font-weight: normal;
    text-align: left;
}
#ticketTable th.required,
#ticketTable td.required {
    font-weight: bold;
    text-align: left;
}
#clientLogin {
    width: 100%;
    margin-top: 20px;
    padding: 10px 100px 10px 10px;
    /*    border: 1px solid #ccc;
        background: url('../images/lock.png?1319655200') 440px 50% no-repeat #f6f6f6;*/
}
#clientLogin p {
    clear: both;
    text-align: center;
}
#clientLogin strong {
    font-size: 11px;
    color: #d00;
    display: block;
    padding-left: 140px;
}
#clientLogin #email {
    width: 250px;
    margin-right: 0;
}
#clientLogin #ticketno {
    width: 120px;
    margin-right: 0;
}
#reply {
    margin-top: 20px;
    padding: 10px 5px;
    /*    background: #f9f9f9;
        border: 1px solid #ccc;*/
}
#reply h2 {
    margin-bottom: 10px;
}
#reply table {
    //width: 800px;
}
#reply table td {
    vertical-align: top;
}
#reply textarea {
    //width: 628px !important;
}
#reply input[type=text],
#reply #response_options textarea {
    border: 1px solid #aaa;
    background: #fff;
}
#reply .attachments .uploads div {
    display: inline-block;
    padding-right: 20px;
}
#reply .file {
    display: inline-block;
    padding-left: 20px;
    margin-right: 20px;
    background: url('../images/icons/file.gif') 0 50% no-repeat;
}
.uploads {
    display: inline-block;
    padding-right: 20px;
}
.uploads label {
    padding: 3px;
    padding-right: 10px;
    width: auto !important;
}
/* Ticket icons */
.Icon {
    width: auto;
    padding-left: 20px;
    background-position: top left;
    background-repeat: no-repeat;
    color: #006699;
    text-decoration: none;
}
.Icon.Ticket {
    background-image: url('../images/icons/ticket.gif');
}
.Icon.webTicket {
    background-image: url('../images/icons/ticket_source_web.gif');
}
.Icon.emailTicket {
    background-image: url('../images/icons/ticket_source_email.gif');
}
.Icon.phoneTicket {
    background-image: url('../images/icons/ticket_source_phone.gif');
}
.Icon.otherTicket, .Icon.apiTicket  {
    background-image: url('../images/icons/ticket_source_other.gif');
}

.Icon.attachment {
    background-image: url('../images/icons/attachment.gif');
}
.Icon.file {
    background-image: url('../images/icons/attachment.gif');
}
.Icon.refresh {
    background-image: url('../images/icons/refresh.png');
}
.Icon.thread {
    font-weight: bold;
    font-size: 1em;
    background-image: url('../images/icons/thread.gif?1319556657');
}
.Icon:hover {
    text-decoration: underline;
}
#ticketTable {
    border: 1px solid #aaa;
    border-left: none;
    border-bottom: none;
}
#ticketTable caption {
    padding: 5px;
    text-align: left;
    color: #000;
    //background: #ddd;
    border: 1px solid #ccc;
    border-bottom: none;
    font-weight: bold;
    margin: 20px 0px 20px 0px;
}
#ticketTable tr, #ticketTable td{
    border-bottom: none !important;
}
#ticketTable{
    margin-bottom: 15px;
}
#ticketTable th, #ticketTable td {
    padding: 5px !important;
}
#ticketTable th {
    height: 24px;
    line-height: 14px;
    //background: #e1f2ff;
    border: 1px solid #ccc;
    border-right: none;
    border-top: none;
    font-weight: bolder;
    text-align: center;
    vertical-align: middle;
    color: #009cff;
}
#ticketTable th a {
    color: #009cff;
}
#ticketTable td {
    padding: 2px;
    border: 1px solid #ccc;
    border-right: none;
    border-top: none;
}
#ticketTable tr.alt td {
    background: #f9f9f9;
}
#ticketSearchForm {
    display: inline-block;
    float: left;
    padding: 0 0 5px 0;
}
a.refresh {
    display: block;
    width: auto;
    float: right;
    height: 20px;
    line-height: 20px;
    text-align: center;
    padding: 0 10px 0 28px;
    /*border: 1px solid #aaa;*/
    margin-left: 10px;
    color: #333;
    background-position: 5px 50%;
    background-repeat: no-repeat;
    background-image: url('../images/icons/refresh.png');
}
.infoTable {
    /*background: #F4FAFF;*/
}
.infoTable th {
    text-align: left;
}
#ticketThread table {
    /*    margin-top: 10px;
        border: 1px solid #aaa;
        border-bottom: 2px solid #aaa;*/
}
#ticketThread table th {
    text-align: left;
    /*border-bottom: 1px solid #aaa;*/
    font-size: 12px;
    padding: 5px;
}
#ticketThread table th span {
    font-weight: normal;
    color: #888;
    padding-left: 20px;
}
#ticketThread table td {
    padding: 5px;
}
#ticketThread .message th {
    background: #e3e4e8;
}
#ticketThread .response th {
    background: #d8efff;
}
#ticketThread .info {
    padding: 2px;
    background: #f9f9f9;
    border-top: 1px solid #ddd;
    height: 16px;
    line-height: 16px;
}
#ticketThread .info a {
    display: inline-block;
    margin: 5px 10px 5px 0;
    padding-left: 24px;
    height: 16px;
    line-height: 16px;
    background-position: 0 50%;
    background-repeat: no-repeat;
}
.welcome{
    background-color: #fff;
    z-index: 5;
    position: absolute;
    margin: 60px 239px 20px 239px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.welcome p{
    color: #8a888d;
}
.welcome h1{
    color: #7e7d82;
}
.box-relative{
    position: relative;
}
/*oculta el susario en el top*/
#header p{
    /*display: none*/
}

a.comofunciona {
    float: right;
    padding: 5px 15px 5px 15px;
    background-color: #e4e8eb;
    margin-top: 20px;
    color: #7e7d82;
    margin-right: 40px;
    border-radius: 5px;
}

/*css modal*/

/* base semi-transparente */
    .overlay{
        display: none;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index:1001;
		opacity:.75;
        -moz-opacity: 0.75;
        filter: alpha(opacity=75);
    }
	
    /* estilo para lo q este dentro de la ventana modal */
    .modal {
        display: none;
        position: absolute;
        top: 6%;
        left: 10%;
        width: 80%;
        height: 80%;
        padding: 16px;
        background: #fff;
		color: #333;
        z-index:1002;
        overflow: auto;
    }

/* ------------------------ */

.center{
    position:absolute;
    width:700px;
    height:600px;
    top:50%;
    left:50%;
    margin-left:-350px;
    margin-top:-250px;	

}
h1{
    font-size:20px;
}
.modalmask {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.modalmask:target {
    opacity:1;
    pointer-events: auto;
}
.modalbox{
    width: 80%;
    position: relative;
    padding: 5px 20px 13px 20px;
    background: #fff;
    border-radius:3px;
    -webkit-transition: all 500ms ease-in;
    -moz-transition: all 500ms ease-in;
    transition: all 500ms ease-in;

}

.movedown {
    margin: 0 auto;
}
.rotate {
    margin: 10% auto;
    -webkit-transform: scale(-5,-5); 
    transform: scale(-5,-5);
}.resize {
    margin: 10% auto;
    width:0;
    height:0;

}
.modalmask:target .movedown{		
    margin:2% auto;
}
.modalmask:target .rotate{		
    transform: rotate(360deg) scale(1,1);
    -webkit-transform: rotate(360deg) scale(1,1);
}

.modalmask:target .resize{
    width:400px;
    height:200px;
}



.close {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    border-radius:3px;
    font-size:16px;
}

.close:hover { 
    background: #00AEEF; 
    color:#222;
}


.nsc{
    position:absolute;
    bottom:40%;
    right:0;
}
a#logo img {
    width: 150px;
    margin-top: -10px;
}
.back-welcome{
    background-image: url('../images/banner.jpg');
    position: relative;
    height: 220px;
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
}
img.ticketn1 {
    position: absolute;
    top: -60px;
    right: -60px;
    width: 200px;
}
/*------------------new-ticket----------------------------------*/
.status-ticket, 
.new-ticket, 
.login-ticket, 
.register-user,
.pass-user,
.edit-user,
.confirmation-account
{
    padding: 40px;
    border: 1px solid #ededef;
    margin: 50px 25px;
	margin-bottom: 0px;
    border-radius: 7px;
}
.status-ticket-title, 
.new-ticket-title, 
.login-ticket-title, 
.register-user-title,
.pass-user-title,
.edit-user-title,
.confirmation-account-title
{

    background-repeat: no-repeat;
    height: 40px;
    padding-left: 100px;
    padding-top: 20px;
    margin: 0 auto;
    margin-top: -75px;
    background-color: #fff;
    color: #89878c;
}
/*------------------login-ticket----------------------------------*/
.login-ticket-title {
    background-image: url('../images/inicio_sesion.png');
    width: 174px;
}
.status-ticket-title {
    background-image: url('../images/ver_estado.png');
    width: 221px;
}
.new-ticket-title {
    background-image: url('../images/abrir_nuevo.png');
    width: 174px;
}
.register-user-title {
    background-image: url('../images/registro_usuario.png');
    width: 200px;
}
.pass-user-title{
    background-image: url('../images/forgot_my_password.png');
    width: 200px;
}
.edit-user-title{
    background-image: url('../images/edit_user.png');
    width: 350px;
}
.confirmation-account-title{
    background-image: url('../images/confi_user.png');
    width: 200px;
}
/*-----------------------------------------------------------------*/
#clientLogin input#ticketno{
    width: 180px !important;
}
#clientLogin input#email, #clientLogin input#ticketno{
    border-radius: 4px;
    border-color: #dad9de;
    height: 20px;
    width: 350px;
}
.view-status {
    padding: 10px;
    border-radius: 5px;
    border: none;
    color: #fff !important;
    background-color: #009cff;
}
form#ticketForm input, select, #ticketSearchForm input{
    border-radius: 4px;
    border: 1px solid #dad9de;
    height: 20px;

}
form#ticketForm select, #ticketSearchForm select{
    height: 25px !important;
}
form#ticketForm textarea, #reply textarea{
    border-radius: 5px;
    border: 1px solid #dad9de;
    width: 100%;
}
form#ticketForm table th{
    padding-top: 10px;
}
form#ticketForm input.view-status{
    height: 35px;
}
.ticket-table {
    padding: 50px 30px 30px 30px;
}
#ticketInfo table{
    border-left: 2px solid #00b5fe;
}
#ticketInfo table th{
    font-weight: 900;
    color: #89878c;
}
#ticketInfo table th, #ticketInfo table td{
    padding-left: 20px;
}
.separador-table{
    height: 1px;
    width: 101%;
    background-color: #d9dade;
    margin-top: 15px;
    margin-bottom: 15px;        
}
.ticket-under-table {
    border: 1px solid #ededef;
    border-radius: 10px;
    padding: 30px;
    margin-top: 60px;
}
h2.title-table {
    font-size: 20px;
    margin-top: -60px;
    text-align: center;
}
h2.title-table span{
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}
.historial-tick{
    font-weight: bolder;
    color: #88878c;
}
div#ticketThread {
    padding-top: 30px;
}
#ticketTable, #ticketTable caption{ 
    border: none !important;
}
#ticketTable th:first-child{     
    border-left: none;
}
table#ticketTable tr:nth-child(even) {
    
    background-color:#fff;
}
table#ticketTable tr:nth-child(odd) {
   background-color: #eee;
}
#ticketForm input {
  /* width: 430px; */ /* GerardoF */
}
#clientLogin {
  display: block;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(100,0,0,0.3);
}
.clientLogin-img {
background: url('../images/lock.png?1319655200') 95% 50% no-repeat #f6f6f6;
}
.clientSesion-img {
background: url('../images/lock.png?1319655200') 80% 30% no-repeat #f6f6f6;
}
.restorepass-img {
background: url('../images/lock.png?1319655200') 50% 30% no-repeat #f6f6f6;
}
#clientpass {
  width:97%;
  display: block;
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: inset 0 1px 2px rgba(100,0,0,0.3);
}
.login-box {
    width:40%;
    display:table-cell;
    box-shadow: 12px 0 15px -15px rgba(0,0,0,0.4);
    padding:15px;
}
.login-box1 {
    width:55%;
    display:table-cell;
    box-shadow: 12px 0 15px -15px rgba(0,0,0,0.4);
    padding:15px;
}
.instructions
{ 
	margin-top:0px;
	margin-left:50px;
}
.myButton {
	-moz-box-shadow: 3px 4px 0px 0px #899599;
	-webkit-box-shadow: 3px 4px 0px 0px #899599;
	box-shadow: 3px 4px 0px 0px #899599;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bab1ba));
	background:-moz-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-o-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #bab1ba 100%);
	background:linear-gradient(to bottom, #ededed 5%, #bab1ba 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bab1ba',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
	border:1px solid #d6bcd6;
	display:inline-block;
	cursor:pointer;
	color:#3a8a9e;
	font-family:Arial;
	font-size:17px;
	padding:2px 50px;
	text-decoration:none;
	text-shadow:0px 1px 0px #e1e2ed;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #bab1ba), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-o-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #bab1ba 5%, #ededed 100%);
	background:linear-gradient(to bottom, #bab1ba 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bab1ba', endColorstr='#ededed',GradientType=0);
	background-color:#bab1ba;
}
.myButton:active {
	position:relative;
	top:1px;
}