﻿/* login page */
#loginForm {
    border-right: solid 2px #c8c8c8;
    float: left;
    width: 55%;
}

    #loginForm .validation-error {
        display: block;
        margin-left: 15px;
    }

    #loginForm .validation-summary-errors ul {
        margin: 0;
        padding: 0;
    }

    #loginForm .validation-summary-errors li {
        display: inline;
        list-style: none;
        margin: 0;
    }

    #loginForm input {
        width: 250px;
    }

    #loginForm input[type="checkbox"],
    #loginForm input[type="submit"],
    #loginForm input[type="button"],
    #loginForm button {
        width: auto;
    }


/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


/* radio button */
.rad,
.ckb{
  cursor:pointer;
}
.rad > input,
.ckb > input{ /* HIDE ORG RADIO & CHECKBOX */
  visibility: hidden;
  position: absolute;
}
/* RADIO */
.rad > i{     /* DEFAULT <i> STYLE */
  display:inline-block;
  vertical-align:middle;
  width:1em;
  height:1em;
  border-radius:50%;
  border:1px solid #CCC;
  background:#eee;
  box-shadow: inset 0 0 0 8px #fff;
  margin-top: -1px;
  transition: 0.2s;
}
.rad:hover > i{ /* HOVER <i> STYLE */
  background:#ddd;
  box-shadow: inset 0 0 0 3px #fff;
}

/* RADIO */
.rad > i.rd_disabled {     /* DEFAULT <i> STYLE */
  transition: none;
  text-decoration:line-through;
}
.rad:hover > i.rd_disabled{ /* HOVER <i> STYLE */
  background:#eee;
  box-shadow: inset 0 0 0 8px #fff;
}

.rad_disabled
{
   text-decoration:line-through;
   cursor:none;
}

.rad > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  background:   #FB0102;
  box-shadow: inset 0 0 0 0px #CCC;
}
/* CHECKBOX */
.ckb > i{     /* DEFAULT <i> STYLE */
  display:inline-block;
  vertical-align:middle;
  width:1em;
  height:1em;
  border-radius:2px;
  border:1px solid #CCC;
  background:#eee;
  box-shadow: inset 0 0 0 8px #fff;
  margin-top: -1px;
  transition: 0.2s;
}

.ckb > input:checked + i{ /* (RADIO CHECKED) <i> STYLE */
  box-shadow: inset 0 0 0 0px #CCC;
  background: #FB0102;
}

.input_group
{
    padding: 5px 0px;
}

.input_group li, .input_group_h li
{
    line-height: 18px;
    padding:1px 3px;
}

.input_group_h li
{
    display: inline;
}


/*Extra Form*/

.align_top
{
    vertical-align:top;
}

.city_code
{
    width:4em;
}

.date_input
{
    width:5em;
}

.extra_form
{
  font-size:12px;
}

    fieldset
    {
        border: 1px solid #CCC;
        padding:5px;
        font-size:14px;
        font-weight:bold;
    }



    fieldset .sel-text span {

    font-size: 12px;
}

    .extra_form table
    {
        width:100%;
        padding:0;
        margin:0;
    }

    .extra_form td
    {
        padding:3px;
    }

    .extra_form input[type=text]
    {
        margin-right:5px;
    }

    .btn{
    border:1px solid #d7dada; -webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;
    padding: 5px; 
    text-decoration:none; display:inline-block;
    font-weight:bold; color: #080808;
     background-color: #f4f5f5; background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f5f5), to(#dfdddd));
     background-image: -webkit-linear-gradient(top, #f4f5f5, #dfdddd);
     background-image: -moz-linear-gradient(top, #f4f5f5, #dfdddd);
     background-image: -ms-linear-gradient(top, #f4f5f5, #dfdddd);
     background-image: -o-linear-gradient(top, #f4f5f5, #dfdddd);
     background-image: linear-gradient(to bottom, #f4f5f5, #dfdddd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f5f5, endColorstr=#dfdddd);
     margin:2px auto;
     text-align:center;
    }

    .btn:hover{
     border:1px solid #bfc4c4;
     background-color: #d9dddd; background-image: -webkit-gradient(linear, left top, left bottom, from(#d9dddd), to(#c6c3c3));
     background-image: -webkit-linear-gradient(top, #d9dddd, #c6c3c3);
     background-image: -moz-linear-gradient(top, #d9dddd, #c6c3c3);
     background-image: -ms-linear-gradient(top, #d9dddd, #c6c3c3);
     background-image: -o-linear-gradient(top, #d9dddd, #c6c3c3);
     background-image: linear-gradient(to bottom, #d9dddd, #c6c3c3);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#d9dddd, endColorstr=#c6c3c3);
    }

.w55
{
    width:55%;
}

.w45
{
    width:45%;
}

.w100
{
    width:100%;
}

.w80
{
    width:80%;
}


.tin-info input[type=text].short
{
    width:50px;
}

.tin-info input[type=text].long
{
    width:70px;
}


.frameTable >tbody > tr > td
{
    padding:2px;
    margin:0;
    vertical-align:top;
}

.styled-select { 
   position:relative;
   background: url("../images/down-arrow.png") no-repeat right center; 
   padding-right:20px;
   background-color: #FFF;
   height: 20px;
   vertical-align: middle;
   padding-left: 5px;
   border: 1px solid #CCC;
}

.inbox .styled-select
{
   line-height: 20px;
   height:20px;
   padding: 2px 0px;
}

.sel-option li
{
    background-color: transparent;
    cursor: pointer;
	padding: 3px 40px 3px 10px;
	cursor: pointer;
}

/* select */

.z1000
{
    z-index:1000;
}

.sel-option li:hover
{
    background-color: #EEE;
}

.sel-option
{
  border: 1px solid #CCC;
  background-color: rgba(255,255,255,0.8);
  -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.3);
  box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.3);
  display: none;
  z-index: 1000;
  position:absolute;
  top:20px;
  left:2px;
  min-height: 100%;
  overflow-y: auto;
  max-height: 200px;
  overflow-x: hidden;
}

.one-div .sel-option li {
   font-size: 12px;
   min-width: 150px;
}

    .sel-option li
    {
        white-space:nowrap;
    }

.sel-text {
    width: 100%;
    overflow:hidden;
}

.sel-text span {
      white-space: nowrap;
      line-height:22px;
      font-size:14px;
}

/* input */
input:-moz-read-only { /* For Firefox */
    background-color: #7ac0da;
}

input:read-only { 
    background-color: #7ac0da;
}

/* input */
textarea:-moz-read-only { /* For Firefox */
    background-color: #7ac0da;
}

textarea:read-only { 
    background-color: #7ac0da;
}


.paxtype_selected
{
    background-color: rgba(150, 153, 51, 0.53);
}

.styled-select-disabled
{
    background:#7ac0da;
}

.tn_show
{
   background:url("../images/down.png") no-repeat right center;
   cursor:pointer;
}

.tn_hidden
{
   background:url("../images/right.png") no-repeat right center;
   cursor:pointer;
}

.tab-tabs table.pnr-table
{
    width:98%;
    margin: 0 1%;
    background:none;
}

    .tab-tabs table.pnr-table tr
    {
        background:none;
    }

     .tab-tabs table.pnr-table tr.sel-pnr
    {
        background:#223b98;
    }

        .tab-tabs table.pnr-table tr td
        {
            background: none;
            color: white;
            font-family: 'Courier New', Courier, monospace, 'Miriam Fixed';
            vertical-align:top;
            padding:3px 10px;
            border: none;
            font-size: 15px;
            line-height: 18px;
        }

table.tin-content td
{
    padding: 5px 10px;
}

.editable {
    text-transform: uppercase;
}

.checkreissue-btn {
  border-radius: 15px;
  background: #FB0102;
  padding: 0px 5px;
  text-align: center;
  width: 140px;
  line-height: 26px;
  color: white;
  cursor: pointer;
}

#self_ticket_content .top-header-block input {
    border: 1px solid #bcbec0;
    font-family: Arial;
    font-size: 11px;
    color: #464646;
    height: 15px;
    padding: 2px 0% 3px 5px;
    border-radius: 0px;
}

#self_ticket_content .top-header-block .sel-text span
{
     font-family: Arial;
    font-size: 11px;
    color: #464646;
    height: 15px;
    padding: 6px 0% 3px 5px;
}

#self_ticket_content .top-header-block .sel-option li
{
    
    font-size: 12px;
    color: #464646;

}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: red;
    border-radius: 10px;
}

.sel-option  li.active
{
    background-color: #CCC;
}

.editable {
    text-transform: uppercase;
}

.lblTicketImage {
       font-family: courier;
    color: #00008b;
    /* font-weight: 500; */
    font-size: 11px;
    font-weight: bold;
    background: url(../images/TicketImage.bmp) repeat-y;
    text-align: left;
    vertical-align: bottom;
    padding: 0px;
    letter-spacing: 1px;
    line-height: 15px;
    padding-left: 2px;
}

.ticket_image {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
   
}

.ticket_image img {
    cursor:pointer;
    padding: 10px 0px;
}

.ticket_image table {
  
    border: 1px solid #CCC;
    margin-bottom: 15px;
    padding-bottom: 60px;
    padding-top: 20px;
    -moz-box-shadow: 4px 1px 3px 0px #ccc;
    -webkit-box-shadow: 4px 1px 3px 0px #ccc;
    box-shadow: 4px 1px 3px 0px #ccc;
}

.btn-update-status {
    cursor:pointer;
}

.bottom-content-block ul li.NotHaveTickets {
   border-top:1px solid #DF6565;
	border-left:1px solid #DF6565;
	border-right:1px solid #DF6565;
	border-bottom:1px solid #DF6565;
}

.bottom-content-block ul li.NotHaveTickets.priority_1 {
   border-top:3px solid #E80C4D;
	border-left:1px solid #DF6565;
	border-right:1px solid #DF6565;
	border-bottom:1px solid #DF6565;
}

.bottom-content-block ul li.NotHaveTickets.priority_2 {
    border-top: 3px solid #f35656;
	border-left:1px solid #DF6565;
	border-right:1px solid #DF6565;
	border-bottom:1px solid #DF6565;
}

.btn-normal {
	-moz-box-shadow:inset 0px 1px 0px 0px #f5978e;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f5978e;
	box-shadow:inset 0px 1px 0px 0px #f5978e;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb0101), color-stop(1, #c62d1f) );
	background:-moz-linear-gradient( center top, #fb0101 5%, #c62d1f 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb0101', endColorstr='#c62d1f');
	background-color:#fb0101;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0;
	border:1px solid #d02718;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:20px;
	line-height:20px;
	width:60px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #810e05;
    margin:2px;
}
.btn-normal:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #c62d1f), color-stop(1, #fb0101) );
	background:-moz-linear-gradient( center top, #c62d1f 5%, #fb0101 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#c62d1f', endColorstr='#fb0101');
	background-color:#c62d1f;
}

.btn-normal:active {
	position:relative;
	top:1px;
}