@charset "utf-8";
@import url("reset.css");
@import url("navigation.css"); /*This handles all the navigation items */
body{
    background-color: #EAEAEA;
    font-family: Arial, Helvetica, sans-serif;
}
h1,h2,h3,h4,h5,h6{ color: #333333;}
img{ border:none;}
p{ font-size: 12px;padding: 0px;line-height: 24px;margin-top: 0px;margin-right: 0px;margin-bottom: 12px;margin-left: 0px;color: #666666;}
ol{ list-style-type: lower-roman;}
#admin_wrapper {
    width: 450px;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
    background-color: #FFFFFF;
    border: 10px solid #d6d6d6;
    padding-top: 15px;
    padding-right: 30px;
    padding-bottom: 15px;
    padding-left: 30px;
}
#admin_wrapper h1{ font-size: 28px;padding-bottom: 10px;}

/* ----------------------------
                NOTIFICATIONS
------------------------------- */
.success, .fail, .information, .attention {
    margin-top: 10px;
    margin-bottom: 10px;
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 60px;
    font-size: 12px;
    min-height: 30px;
    font-weight: bold;
    display:inline-block;
    text-align:left;
    line-height: 30px;
    width:80%;
}

.success{ background-color: #D5FFCF; border: 1px solid #97FF88; color: #009900; background-image: url(/adminFiles/img/accept.png);}
.fail { background-color: #FFCFCF;border: 1px solid #FF9595;color: #CC3300; background-image: url(/adminFiles/img/delete.png);}
.information { background-color: #DCE3FF;border: 1px solid #93A8FF;color: #0033FF; background-image: url(/adminFiles/img/information.png);}
.attention { background-color: #FFFBCC;border: 1px solid #FFF35E;color: #C69E00; background-image: url(/adminFiles/img/warning.png);}

.close-notification					{
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(/adminFiles/img/close.png) no-repeat;
    left: 92%;
    top: 0;   
    /*top: 5px;
        right: 5px;*/
    cursor: pointer;
}
.even					{
    background-color: #EAEAEA;
}


#top { height: 20px;background-color: #0A0F13;}
#header	{ height: 70px;background-color: #131C25;padding-left: 50px; text-align: left;}

#header h1 {
    color: #FFFFFF;
    margin: 0px;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    font-size: 200%;
}

#content_wrapper{
    margin-top: 30px;
    margin-left: 0px;
    /*	margin-right: auto;*/
    margin-bottom: 20px;
    clear: both;
    padding: 0px;
    /*    float: left;    */
    width: 95%;
}
.content_wrapperMSG  {
    margin-top: 5px;
    margin-left: 0px;
    margin-bottom: 5px;
    clear: both;
    padding: 0px;
    width: 95%;
}
.primary_contentMsg{
    width: auto !important;
    /*    float: left;*/
    margin: 0 0 -25px 0 !important;
    padding: 10px;
    background-color: #FFFFFF;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;    
    -moz-border-radius: 10px;
    border-radius: 10px;
}

#primary_content{
    width: auto !important;
    /*    float: left;*/
    margin: 0px;
    padding-top: 20px;
    padding-right: 30px;
    padding-bottom: 20px;
    padding-left: 20px;
    background-color: #FFFFFF;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;    
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/* ----------------------------
                PRIMARY CONTENT
------------------------------- */



#primary_content h1, #modal h1 	{ font-size: 28px;padding-bottom: 10px; text-align: left}

#primary_content h2, #modal h2 {
    font-size: 22px;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #d6d6d6;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: left
}

#primary_content h2 img{
    position:relative; top:5px;
}

#primary_content h3, #modal h3 	{
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #222;
    margin-top: 10px;
    text-align: left
}
#primary_content h4 , #modal h4	{
    font-size: 15px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #333333;
    margin-top: 5px;
    padding: 0px;
    text-align: left
}
#primary_content h5, #modal h5 	{
    font-size: 15px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #999999;
    padding: 0px;
}
#primary_content h6 	{
    font-size: 14px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #999999;
}
#primary_content ol 	{ padding-left: 20px;list-style-type: decimal;font-size: 13px;margin: 7px;}

#primary_content ul {

    margin: 7px 0 8px;
    padding-left: 9px;
    list-style-type: disc;
    font-size: 13px;
}

#primary_content li 	{
    color: #666666;
    margin-top: 7px;
    margin-bottom: 7px;
}

#sidebar {
    float: left;
    width: 20%;
    padding-top: 20px;
    margin-top: 0px;
    line-height: 20px;
}
#sidebar img {
    float: left;
    padding-right: 10px;
}
#sidebar h3 {
    padding-left: 10px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    font-size: 20px;
}

#sidebar li 	{ margin: 0px;padding: 0px;}

#sidebar a {
    color: #666666;
    text-decoration: none;
    font-size: 12px;
    padding: 10px;
    display: block;
    height:100%;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #EEEEEE;
    border-bottom-color: #EEEEEE;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 5px;
    margin-left: 0px;
}


#sidebar .active, #sidebar a:hover {
    background-color: #FFFFFF;
    margin-left: -2px;
    padding-left: 12px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #d6d6d6;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #d6d6d6;
    border-bottom-color: #d6d6d6;
    color: #000000;
}

/* ----------------------------
                FOOTER
------------------------------- */
#footer	{
    clear: both;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 10px;
    padding-left: 20px;
}

/* ----------------------------
                TABLES
------------------------------- */

table {
    font: 11px/24px Verdana, Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #D6D6D6; 
}

th 	{
    text-align: left;
    background-color: #d6d6d6;
    padding: 5px;
    text-transform: uppercase;
}
td 	{
    text-align: left;
    padding: 3px;
}

#primary_content tr:hover {
    /*	background-color: none;*/
}




/* ----------------------------
                TABS
------------------------------- */
#tabs div h3 		{ margin-bottom: 10px;}
#tabs div p 		{
    line-height: 24px;
    font-size: 12px;
    color: #666666;
}
#tabs 				{
    font-size: 100%;
    margin-top: 0px;
    margin-right: 0;
    margin-bottom: 0px;
    margin-left: 0;
}
#tabs ul 			{
    float: left;
    background: #fff;
    width: 80%;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0px;
}
#tabs li {
    list-style: none;
    padding: 0px;
    height:100%;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #d6d6d6;
    border-right-color: #d6d6d6;
    border-left-color: #d6d6d6;
    margin-top: 0px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #d6d6d6;
}

#tabs ul li.active, #tabs li:hover 	{ background-color: #F5F5F5;}

#tabs ul li.active a 				{ color: #333333;}
#tabs li, #tabs li a 				{ float: left;}
#tabs div {
    clear: both;
    min-height: 200px;
    padding: 20px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-color: #d6d6d6;
    border-bottom-color: #d6d6d6;
    border-left-color: #d6d6d6;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d6d6d6;
    margin-bottom: 20px;
}

#tabs ul li a 		{ text-decoration: none;padding: 8px;color: #7E7E7E;font-weight: bold;text-transform: uppercase;font-size: 11px;}


/* ----------------------------
                FORMS
------------------------------- */
.small			{ width: 15%;}
.medium 		{ width: 35%;}
.large			{ width: 75%;}
.full			{width: 98%;}


form  label 	{
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 12px;
    display: block;
    margin-top: 12px;
}

form p 			{
    padding: 0px;
    margin: 0px;
}

form .input {
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
    border: 1px solid #CCCCCC;
    padding: 7px;
    background-color: #F3F3F3;

}
form select {
    margin: 0px;
}

form .button	{
    background-color: #D6D6D6;
    color: #666666;
    font-weight: bold;
    border: 1px solid #CCCCCC;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
}

form .checkbox {
    padding: 0px;
    height: 15px;
    width: 18px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
}
form .select	{
    width: 20%;
    margin: 0px;
}
form .radio		{
    height: 15px;
    width: 15px;
    padding: 0px;
    margin-top: 0px;
    margin-right: 5px;
    margin-bottom: 0px;
    margin-left: 5px;
}
.styled_textarea				{
    border: 1px solid #d6d6d6;
    padding: 3px;
    margin-bottom: 10px;
    background-color: #F3F3F3;
}
input:focus, textarea:focus		{
    /*    background-color: #FFFFCC;
        border: 1px solid #FFFFFF;*/
}


/* ----------------------------
                MODAL DIALOG
------------------------------- */
#modal h1 	{
    font-size: 18px;
    padding-bottom: 10px;
    margin-top: 5px;
    padding-top: 5px;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: -1px;
}
#modal {
    padding: 0px;
}
#modal p {
    color: #666666;
    font-size: 12px;
}
#modal hr {
    color: #D4D0C8;
}
#modal .delete-link {
    color: #0000FF;
    font-size: 10px;
}




/* tables */
table .tablesorter {
    font-family:arial;
    background-color: #CDCDCD;
    font-size: 8pt;
    width: 100%;
    text-align: left;
    margin-top: 10px;
    margin-right: 0pt;
    margin-bottom: 25px;
    margin-left: 0pt;
}
table .tablesorter thead tr th, table.tablesorter tfoot tr th {
    background-color: #d6d6d6;
    border: 1px solid #FFF;
    font-size: 8pt;
    padding: 4px;
}
table.tablesorter thead tr .header {
    background-image: url(/adminFiles/img/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}
table .tablesorter tbody td {
    color: #3D3D3D;
    padding: 4px;
    background-color: #FFF;
    vertical-align: top;
}
table .tablesorter tbody tr.odd td {
    background-color:#F0F0F6;
}
table .tablesorter thead tr .headerSortUp {
    background-image: url(/adminFiles/img/asc.gif);
}
table .tablesorter thead tr .headerSortDown {
    background-image: url(/adminFiles/img/desc.gif);
}
table .tablesorter thead tr .headerSortDown, table .tablesorter thead tr .headerSortUp {
    background-color: #B7B7B7;
}


/* Custome By Rajesh */
.leftAlign{text-align:left;}
.rightAlign{text-align:right;}
.centerAlign{text-align:center;}
.uploadMe123 {

    background: #ebebeb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #ebebeb 0%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebebeb), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ebebeb 0%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ebebeb 0%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
    border-radius: 11px 11px 11px 11px;
    color: #464646;
    font-size: 13px !important;
    line-height: 13px;
    padding: 10px 15px;
    text-decoration: none;
    /*text-shadow: 0 1px 0 #FFFFFF;*/
}
.form{
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin:10px 0 0 10px;
}

.searchBox {
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
    height: 30px;
    margin:10px 0 0 10px;
    padding: 20px 0 20px 39px;
}

.table{
    background-color: #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 1px 12px rgba(0, 0, 0, 0.05);
    padding: 20px;
    margin:10px 0 0 5px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    border-radius: 4px 4px 4px 4px;
    color: #555555;
    display: inline-block;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    margin-bottom: 10px;
    padding: 4px 6px;
    /*    vertical-align: middle;*/
}
textarea, .uneditable-input {
    min-width: 206px;
}
textarea {
    height: auto;
}
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
}
input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 4px 0 0;
}
input[type="file"], input[type="image"], input[type="submit"], input[type="reset"], input[type="button"], input[type="radio"], input[type="checkbox"] {
    width: auto;
    padding: 4px 6px;
}
input[type="submit"], input[type="reset"], input[type="button"]{ 
    width:10%;
    padding:5px;
    font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size:14px;
}
select, input[type="file"] {
    height: 30px;
    line-height: 30px;
}
select {		
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
}
select[multiple], select[size] {
    height: auto;
}
select:focus, input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
    outline: thin dotted #333333;
    outline-offset: -2px;
}      
.btn-large {
    border-radius: 6px 6px 6px 6px;
    font-size: 17.5px;
    padding: 11px 19px;
}
.btn {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #F5F5F5;
    background-image: linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #B3B3B3;
    border-image: none;
    border-radius: 4px 4px 4px 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05);
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    padding: 4px 12px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
}
.btn-primary {
    background-color: #006DCC;
    background-image: linear-gradient(to bottom, #0088CC, #0044CC);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.btn-info {
    background-color: #49AFCD;
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.columnDivider {
    border-right: 1px solid #DEDEDE;
    margin-right:-10px; /* size of gutter */
    padding-right:10px; /* size of gutter */
}

.table tr:nth-child(even) {background: #FDFAD5}
.table tr:nth-child(odd) {background: #FFF}
a{color:blue;}

*{
    position: relative; 
    behavior: url(/css/PIE.htc) !important;
}
/* Change on 28th Aug 2013*/
.SEO{ color:#00CD00;font-weight: bold; }
.SEM{ color:#FF0000;font-weight: bold; }
.section_divder{background:#cccccc;color:#000;text-align:center;font-size:15px;padding-right:25px;}
.required{text-align:right;color:#f00;font-size:14px;float:right}
.required.small-text{font-size:10px;}
.url-path-redirect input{
    background:#ddd;
}
.url-path-redirect:nth-of-type(1) td {
    padding-top: 25px;
}
.url-path-redirect:nth-of-type(3) input {
    margin-bottom: 10px;
}
#firstSide .redirection-list {
    margin-top: 0;
}
.redirection-list td {
    border: 1px solid #d6d6d6;
    font-size: 12px;
    font-weight: 600;
    color: #f00;
}

#wrapHeaderContainer{
    width:100%; text-align: center;
}
#wrapHeaderContainer > .dev_clr{background-color: red;}
#wrapHeaderContainer > .purelogics_clr{background-color: green;}
#wrapHeaderContainer > .production_clr{background-color: #3ab7ea;}

.header_first{
    width:40%; float:left;
}
.image_header{height: 48px !important; position:absolute !important; left: 0 !important; top: 0 !important;}
.img-text{
    display:inline; padding-left:50px;
}
.img-text.img_span{display:inline-block}
.img-text-p{display: block;font-size: 12px;font-weight: bold;padding-left: 50px;}



.title-box {
    display: inline-block;
    padding-right: 6px;
    text-align: right;
    width: 115px;
}
.update-btn {
    padding: 13px;
}

fieldset.customFields legend{
    position: relative;
}
.p-edit-btn {
    position: absolute;
    top: 0;
    width: 25px;
    background: #fff;
    left: auto;
    padding:6px 10px 10px 10px;
    border: 1px solid #ddd;
    border-radius: 6px;
    right: -70px;
    text-align: center;
    cursor: pointer;
}
.p-add-btn{
    padding: 7px 7px 6px 7px;
    text-align: center;
    cursor: pointer;
}
legend.text-box-added{
    padding:4px 10px;
    background:#fff !important;
}
.alternate-text-box input[type="text"]
{
    border:0;
    box-shadow: none;
    margin:0;
}

/*Deal pages outbound links*/

.divider-line {
    height: 1px;
    background: #ddd;
    margin-bottom: 15px;
}
.p-alt-seo {
    margin-bottom: 10px;
}
.p-title-col {
    display: inline-block;
    vertical-align: middle;
    width: 15%;
    font-size: 16px;
    line-height:21px;
}
.p-deatail-col {
    width: 81%;
    display: inline-block;
    vertical-align: middle;
}

.label-title {
    display: inline-block;
    width: 15%;
}
.input-text-box {
    display: inline-block;
    width: 80%;
}
.input-text-box input[type="text"] {
    width: 97%;
    margin: 0;
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}
input[type="text"][disabled] {
    background: #d3d3d3;
}
input[type="text"][readonly="true"] {
    background: #d3d3d3;
    width: 77%;
}
.p-upper-col {
    margin-bottom: 10px;
}
.clr{
    clear:both;
}
.margin-fix{
    margin-top: 19px;
}
span.collapse-image-box {
    margin-top: 3px;
    display: inline-block;
    vertical-align: intial;
}
.collapse-image-box img {
    width: 25px;
    vertical-align: middle;
    margin:10px;
}
.firstTd a {
    display: inline-block;
}
.firstTd .svg-plus-icons {
    width: 16px;
    box-shadow: 0px 0px 2px rgba(0,0,0,.3);
    display: inline-block;
    height: 16px;
    right: -15px;
    bottom: -5px;
}

.secTd input#coupon {
    border: 1px solid #3897FA;
}

.secondDeal {
    display: none;
}
.secondDeal.show {
    display: table-row;
}
.secondDeal .firstTd {
    color: #f00;
}
.secondDeal .secTd input,
.secondDeal .secTd textarea {
    border: 1px solid #f00;
}
.secondDeal .remove-alt-deal-title {
    position: relative;
    top: 2px;
    right: 0;
    width: 16px;
    height: 16px;
    display: inline-block;
    background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAC6UlEQVR42n1SbSyVYRh+cpwP72GHU87p+DoJZ5Lk49AQkxQJUU0WKeSjUs3XZL4rlTOVmsYqq0kbf1g/+hIhsUQpkn7UFuajw1Y/NTuunvfk2GHq3q49e57ruu77fu/7JUQvjsnlhfQQkn9Eoq1tjikhpquSNyL3v5ite4jioF2v6VW8kr8QEHB3rLIKqn2RgzKBQL6MvBkd0/Gz5g5mSsowe+s2Lu0N66PP63S8amdQw5jqGqZST0OdV4TyiIgRI0KstWS+r2/9r/v1mCm+CHVBqVagvl6FgoCALraTUn//mu/lVzGVfAqTCamYiEuEOr8EWUrle8pLSKhMdqAjv3Butqwc6twC/MjOw3RGLsYrKnE5OGTs65UKTCadwET8cYzHxGPs0BG0p57UOIpEL2kCV7YJzg5z88TOvIL5mcLzmD6bg+n0TEylncFsmWqp6vjBwxiNikF7UsqCnbEx210oBU/3mYY+YnFCS2b2nDq3EFMp6ZikFUd3h+ObkwdGJHIMmVuhwctbYy0QdFJ9hL5ZFxxPkSi6M+ccNbnji5EYI4TBMMUA4aPJxw/rudw2qgtezayNDDuH6g/B4VqjDp+IEd7RBB0bFQgWiweoTLqqOctBcW8gMERrYDFM8ZkmGKJnP03QTrh4bilHlLmkh8rXLq9s71D/cXugtlLfIgZFUnQF7cGwxAa9hIc2YohHhIM2CxvEyizeLv0n8VZWlT3e/nhFK7RSUQsVdXIZ1Ll6aJyEwt5qN+Vcv0ii5Zop10AM8MzaFlFSaQe1mxE/M7O0Jhd3zdM1XFrBAI85PNTaKzQyPr+dHZizUBhXvcl5rtvYDE9ogiaqaXTeCluB4A3lPdgmeAqGKWrc4opWHoMHjpsXLHm87sU9c9ntuJqYJNc6u/zuMRGj2c0TNnw+O8xoCiPdGPguDJNfqfSCzd89h7NvemMypEmOVnhum7djmH56j6FgVi6CJxcIYv+zZ84GhomkZ5h+5T89OUAM3MqgRwAAAABJRU5ErkJggg==) no-repeat center center;
}
.secondDeal .remove-alt-deal-title:hover {
    box-shadow: 0px 1px 3px rgba(0,0,0,.4);
}

/*merchant page style*/

.chk{
    min-height: 15px;
    min-width: 15px;
}
.detail-page-header{
    float: left;
    width: 30%;
    text-align: left;
    font-size:26px;
}
.details-container{
    padding: 23px 30px 0px 30px !important;
    background-image: none !important;
    font-size: 33px !important;
}
.merchant-link{
    font-size: 12px ! important;
    border: 1px solid lightgray;
    float: right;
    margin-right: 44%;
}
#btn-val{
    cursor: pointer;
    font-size:24px;
    font-weight:bold;
}
.back-adjust{
    background:-webkit-gradient(linear, left bottom,left top,color-stop(0, rgb(235,235,235)),color-stop(1, rgb(255,255,255))); margin-bottom: 20px; padding-bottom: 40px !important;
}
.span-style-adj{
    height:10px; display: block; clear: both;
}

.adjust-heading-detail{
    position: absolute;
    left:25px;
    top:0px;
    padding: 5px;
    margin-top:5px;
    height:28px;
}

#firstSide H1 {
    background: -moz-linear-gradient(center bottom , #EBEBEB 0%, #FFFFFF 100%) repeat scroll 0 0 #FFFFFF;
    border-radius: 11px 11px 11px 11px;
    color: #002C45;
    display: inline-block;
    font: bold 22px Arial;
    height: auto;
    min-height: 38px;   
    margin: 1px;
    padding: 10px;
    text-align: left;
    width: 94%;
}
.chkaltclass{
    padding:10px;
}
.edit-save-img{
    top:3px;
}
.holiday-nav-tab{
    color:#666666;width:15%;font-size: 14px;font-weight:bold;
}
.h-tab-text{
    background-color: lightgrey;border-radius:8px;width:16%;font-size: 13px; height:20px; max-width: 20%;text-align:center;
}
.h-tab-text2{
    width:16%;

}
legend.seasonal-page-title{
    background: #fff;
    border: 0;
    padding: 10px 30px !important;
    width: 50%;
    margin: 0;
    left: 0;
}
legend.seasonal-page-title table{
    border: 0;
    width: 100%;
    padding: 0 !important;
    margin: 0 !important;
}
.text-title{
    color:#666666;
    font-size: 14px;
    font-weight:bold;
    width: 7%;
}
.adjust-width{
    width:1%;
    text-align: right;
}
.s-page-h{
    color:#666666;width:24%;font-size: 14px;font-weight:bold;
}
.s-margin{
    margin-top: 0 !important;
}
.spacer{
    width:100%;
    margin:20px 0px;

}
.s-m-div{
    width:98%;
}
.s-m-div table{
    width:100%;height:13px;margin-left: 15px;border:0;
}
.s-m-td{
    width:10%;height:13px;font-size:1px;padding:0
}
.s-m-h{
    font-size: 13px;padding:0
}
/******ticket#118********/
.p-image-box {
    position: absolute;
    right: 32px;
    top: -8px;
    height: 50px;
    width: 60px;
    border:1px solid #CCCCCC;
}
.p-image-box img{
    height: 50px !important;
    width: 60px !important;
    border:0 !Important;
    border-radius:0 !Important;
    padding:0 !Important;


}

.heading-lp {
    font-weight: bold;
    text-align: left;
    font-size: 11px;

}
.seo-box {
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}
.left-col-box {
    display: block;
    width: 100%;
    font-size: 11px;
    vertical-align: top;
    font-weight: bold;
    text-align: left;
}
.left-col-box2 {
    width: 100% !important;
    text-align: left;
}
.second-box{
    width: 66%;
}
.align-adj{
    vertical-align:top;
}
.sem-adj{
    display: block;

}
.left-table{vertical-align:top;width:80%;}
.right-table{vertical-align:top;width:20%;}
.button-rows form{margin-right:20px;float: left;
                  width: 100%;
                  text-align: left;
                  margin-bottom: 20px;}
.button-rows form input[type="submit"]{min-width:100px !Important;display:block !Important;
                                       padding:10px 10px;border:0;background:#17c2d4;color:#fff; cursor: pointer;
                                       display: inline-block !important;
                                       width: 17% !important;
                                       font-weight: bold;
                                       text-shadow: 0 0 0.5px #000;
                                       border-radius: 3px;

}
p.btn-descriptn{
    display: inline-block;
    width: 74%;
    vertical-align: middle;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 500;
}
.redirect-merchant{
    color:#c53735;
}

.similar_merchant_text{
    display: inline;
    float: left;
    margin-right: 22px;
    font-weight: bold;
    margin-left: 6px;
}

.squaredTwo input[type=checkbox] {
    visibility: hidden;
}

/* SQUARED TWO */
.squaredTwo {
    float: left;
    width: 28px;
    height: 28px;
    background: #fcfff4;

    background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );

    -webkit-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    box-shadow: inset 0px 1px 1px white, 0px 1px 3px rgba(0,0,0,0.5);
    position: relative;
}

.squaredTwo label {
    cursor: pointer;
    position: absolute;
    width: 20px;
    height: 20px;
    left: 4px;
    top: -7px;

    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,1);

    background: -webkit-linear-gradient(top, #222 0%, #45484d 100%);
    background: -moz-linear-gradient(top, #222 0%, #45484d 100%);
    background: -o-linear-gradient(top, #222 0%, #45484d 100%);
    background: -ms-linear-gradient(top, #222 0%, #45484d 100%);
    background: linear-gradient(top, #222 0%, #45484d 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#222', endColorstr='#45484d',GradientType=0 );
}

.squaredTwo label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    content: '';
    position: absolute;
    width: 9px;
    height: 5px;
    background: transparent;
    top: 4px;
    left: 4px;
    border: 3px solid #fcfff4;
    border-top: none;
    border-right: none;

    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.squaredTwo label:hover::after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: 0.3;
}

.squaredTwo input[type=checkbox]:checked + label:after {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
}
.alt_sem_url:focus{
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(82, 168, 236, 0.6);
    outline: 0 none;
    cursor: text;
}

.go-to-link {
    top: 5px;

}
[id^="d_clip"] {
    background-image: url(../../Template9/clipboard/copy_bg.gif);
    background-repeat: no-repeat; 
    height: 35px; 
    width: 45px;
    float: left;
    left: 87%;
}
.secTd [id^="d_clip"] {
    float: left;
    top: -10px;
    left: 78.5%;
}
[id^="d_clip"]:hover,
[id^="d_clip"].hover {
    background-image: url(../../Template9/clipboard/copy_bg_h.gif);
}