/*generic stuff*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
:focus {
    outline: 0;
}


header, nav, section, article, aside, footer {
    display: block;
}
body {
    font: 12px/18px Helvetica,Arial,sans-serif;
    background:#ffffff;
    /*#fff;*/
}
a {
    color: #C70F3F;
    text-decoration: none;
}

/*a {
    color: blue;
    outline: none;
    text-decoration: underline;
}*/
a:hover {
    text-decoration: none;
}
a.expand {
    width: 150px;
    display: block;
    margin: 10px 0 0;
}
a.expand:hover {
    height: 500px;
}
p {
    padding: 10px;
    text-align: justify;
}
img {
    border: none;
}

/*label{
    font-size: 16px;
    color:#555;
}*/

/*input {
    vertical-align: middle;
}*/
/*input, select {
    border: 1px solid #D1D1D1;
    -webkit-border-radius:3px 0px 0px 3px;
    border-radius: 3px 0px 0px 3px;

    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    color: #CCCBCB;
    font-family: conv_neotechstd-medium;
    font-size: 24px;
    font-weight: lighter;
    margin: 15px -7px 15px 10px;
    padding: 12px 10px 6px;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}*/
input:focus{
    /*color: #231F20;*/
    color: black;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;	
}


/*end generic stuff*/



/*overlay styling*/
#overlay_div
{
    display: none;
    background: none repeat scroll 0 0 #fff;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    /*    z-index: 1004;*/
    position: fixed;
    top: 0px;
}
/*end overlay styling*/



#wrapper {
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY2JSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 66%, #e5e5e5 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(66%,#eaeaea), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eaeaea 66%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eaeaea 66%,#e5e5e5 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eaeaea 66%,#e5e5e5 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#eaeaea 66%,#e5e5e5 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-8 */

    border: 4px solid white;
    margin: -4px auto -4px 0;
    max-width: 100%;
    min-height: 300px;
    min-width: 990px;
    padding: 30px;
    position: relative;
  
}
.clear{
  clear: both;
}


/*--------------------------Header-------------------------------------------*/
#header {
  /*height: 150px;*/
    /*background: #FFf;*/
  /*padding: 10px;*/
}

#logo{
    float: left;
    height: 113px;
    width: 220px;
    margin: -10px 0 0 0;
}
#img_logo{
    float:left;
    padding: 0 0 0px 0;
}
.img-logo {
    float: left;
    padding: 0 0 0px 0;
    max-height: 113px;
    max-width: 160px;
    margin-top: 5px;
}

span.red{
  color: #D34848;
}


/*----------------------------Middle-----------------------------------------*/
#middle {
    height: 1%;
    margin: -5px 0 0 0;
    min-height: 650px;
    min-width: 999px;
    position: relative;
    width: 100%;
}
#middle:after {
    content: '.';
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}


/*end alternative input style */
.small_box{
    width: 335px;
}

.open_close{
    float: right;
}
.open_close img{
    margin: -2px 0 0 -10px;
}


/* ------------------------Footer---------------------------------------------*/
#footer {
    height: 50px;
}




/*table styling */
#results-div
{
    display: none;
}

#results-table
{
    width: 100%;
    border-collapse: collapse;
}
#results-table th
{
    background-color: #C70F3F;
    height: 30px;
    border: solid black 1px;
    text-align: center;
    padding-top: 10px;
    font-size: 16px;
}
#results-table tr td
{
    border: solid black 1px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 7px;
}
#results-table #rt-select {
    width: 6%;
}
#results-table #rt-no
{
    width: 7%;
}
#results-table #rt-name
{
    width: 25%;
}
#results-table #rt-address
{
    width: 40%;
}
#results-table #rt-date-completed
{
    width: 8%;
}
#results-table #rt-buy-now
{
    width: 10%;
}
span.button-buy-now
{
    font-family: Arial, Helvetica, sans-serif, conv_neotechstd-medium;
    font-size: 15px;
    color: #ffffff;
    padding-top: 3px;
    padding-bottom: 3px;

    width: 90px;
    display: inline-block;
    /*float: right;*/

    background-color: #C40038;
    background: linear-gradient(#C40038, #AB0031 70%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#C40038),
        to(#AB0031));

    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #910029;

    box-shadow:    0px 1px 0px #FF1255 inset;
    -webkit-box-shadow: 0 1px 0px #FF1255 inset;
    /*-moz-box-shadow:  0px 1px 0px rgba(000,000,000,0),  inset 0px 0px 2px rgba(255,255,255,0.7);*/
    
}
span.button-buy-now:hover {
    background: #A3D738;
    background: linear-gradient(#A3D738, #5EBC1C 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#A3D738),
        to(#5EBC1C));

    border-radius: 5px;
    border: 1px solid #3DA90D;
    box-shadow:    0px 1px 0px #3DA90D inset;
    -webkit-box-shadow: 0 1px 0px #3DA90D inset;

}
/*end table sytylig*/



/*NICEIC SUPPORT SPECIFIC STYLING 
*/

h1.pagetitle {
  color: #555555;
  font-size: 22px;
  font-weight: bold;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
}
h1.pagetitle_holding {
  color: #C70F3F;
    font-family: Conv_NeoTechStd-Medium, Arial, sans-serif;
    font-size: 44px;
    font-weight: normal;
    line-height: 56px;
    padding: 8px 8px 1px 8px;
    text-align: center;
}
.desc_title {
  color: #777777;
  font-weight: bold;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}
.desc_title_holding {
    color: #C70F3F;
    font-size: 22px;
    font-weight: normal;
    padding: 5px;
    text-align: center;
}
.small_hor_divider{
		background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("../images/hr_bottom.png");
    background-origin: padding-box;
    background-position: 23px -11px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    display: inline-block;
    height: 65px;
    width: 100%;
	
	}
/*.viewpoint {
    
    border: 8px solid #575F62;
    border-radius: 4px 4px 4px 4px;
    float: left;
    height: 315px;
    margin: 15px 24px;
    overflow: hidden;
    position: relative;
    width: 560px;
}*/
.main_content {
    margin: -30px auto;
    max-width: 999px;
    min-height: 280px;
    min-width: 860px;
}
.web_feature {
    min-height: 200px;
    width: 100%;
}
.grad{
    background: rgb(249,249,249); /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ1JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUzJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left,  rgba(249,249,249,1) 0%, rgba(255,255,255,1) 45%, rgba(255,255,255,1) 53%, rgba(249,249,249,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(249,249,249,1)), color-stop(45%,rgba(255,255,255,1)), color-stop(53%,rgba(255,255,255,1)), color-stop(100%,rgba(249,249,249,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 53%,rgba(249,249,249,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 53%,rgba(249,249,249,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 53%,rgba(249,249,249,1) 100%); /* IE10+ */
    background: linear-gradient(to right,  rgba(249,249,249,1) 0%,rgba(255,255,255,1) 45%,rgba(255,255,255,1) 53%,rgba(249,249,249,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=1 ); /* IE6-8 */

    -web-kit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -web-kit-box-shadow: 0 0 5px 1px #DAD9D9;
    box-shadow: 0 0 5px 1px #DAD9D9;
    min-height: 216px;
    width: auto;
}
.grad> div {
    
    float: left;
    margin: 2px;
    min-height: 180px;
    padding: 10px;
    width: 30%;
    position: relative;
}
.grad> div.mid {
    border-left: 1px solid #E6E2E2;
    border-right: 1px solid #E6E2E2;
}
.grad p {
    line-height: 20px;
    position: relative;
}
.grad h2 {
    background: none repeat scroll 0 0 #EEEEEE;
    border-radius: 10px 10px 10px 10px;
    font-size: 15px;
}
.readmore {
    bottom: -16px;
    display: inline-block;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    right: 0;
    text-align: right;
    text-transform: uppercase;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
.readmore a:hover {
    text-decoration: underline;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
.small_right {
    border-bottom: 5px inset transparent;
    border-left: 8px solid;
    border-top: 5px inset transparent;
    display: inline-block;
    margin-left: 5px;
}
.desc_holding {
    color: #C70F3F;
    clear: left;
    font-family: Conv_neotechstd-medium, Arial, sans-serif;
    font-size: 22px;
    font-weight: normal;
    padding: 10px;
    text-align: center;
}
.desc_holding_form {
    color: #ABA7A7;
    font-size: 18px;
    margin-bottom: -45px;
    position: relative;
    text-shadow: 0 -1px 1px #1F1E1E;
    z-index: 1;
}

.content_container {
  background: -moz-linear-gradient(center top , #F4F4F4 35%, #FFFFFF 70%, #FFFFFF 95%, #FBFBFB 100%) repeat scroll 0 0 white;
  -webkit-border-radius:40px;
  border-radius:40px;
  border:4px solid white;
  -webkit-box-shadow: 0 5px 13px rgba(140, 140, 140, 0.7);
  box-shadow:0 5px 13px rgba(140, 140, 140, 0.7);
  margin: 10px 0px;
  min-height: 300px;
  height: auto;
  padding: 30px;
  position: relative;
}


.search_open {
  background: url("../images/black_search.png") repeat scroll 0 0 transparent;
  cursor:pointer;
  display: inline-block;
  height: 40px;
  margin:3px 7px -22px;
  width: 40px;
}
.search_close {
  background: url("../images/black_close.png") no-repeat scroll 0 0 transparent;
  cursor:pointer;
  display: block;
  height: 20px;
  left: 188px;
  position: relative;
  top: -24px;
  width: 20px;
  
}

.right_arrow{
    border-bottom: 40px solid transparent;
    border-left: 40px solid ;
    border-top: 40px solid transparent;
    cursor:pointer;
    display: inline-block;
    left: 930px;
    position: absolute;
    top: 45%;
}
.left_arrow:hover, .right_arrow:hover{
    color:#39A8D8;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}


/*the search form*/
.adv_search {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 0.92);
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    -webkit-box-shadow: 0 0 2px 1px #D5D2D2;
    box-shadow: 0 0 2px 1px #D5D2D2;
    margin: 9px auto;
    padding: 30px 20px;
    position: relative;
    width: 85%;
}

.mini_searchbar{
    background: url("../images/search-white.png") no-repeat scroll 10px 6px #FCFCFC;
    border: 1px solid #D1D1D1;
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    color: #BEBEBE;
    /*float: right;*/
    font: bold 42px Arial,Helvetica,Sans-serif;
    height: 90%;
    margin: 0;
    padding: 6px 5px 0px 15px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    width: 680px;
}

input.mini_searchbar::-webkit-input-placeholder
{
   color: #C6C6C6;
   font-size: 23px;
}

input.mini_searchbar:-moz-placeholder { /* Firefox 18- */
   color: #C6C6C6;
   font-size: 23px;
}

input.mini_searchbar::-moz-placeholder {  /* Firefox 19+ */
   color: #C6C6C6;
   font-size: 232px;
}

input.mini_searchbar:-ms-input-placeholder {  
   color: #C6C6C6;
   font-size: 23px;
}


.adv_search .mini_searchbar {
    background: none repeat scroll 0 0 white;
    -webkit-border-radius: 20px 0 0 20px;
    border-radius: 20px 0 0 20px;
    float:none;
    font-family: Conv_NeoTechStd-Medium, Arial, sans-serif;
    font-weight: normal;
    height:auto;
}


#checkcert ,#checknotif {
    margin: 50px auto;
    padding: 30px 50px 50px;
}
#checkcert label,#checknotif label{
    color: #C70F3F;
    display: inline-block;
    font-family: Conv_neotechstd-medium, Arial, sans-serif;
    font-size: 24px;
    position: relative;
    text-align: center;
    top: -68px;
    width: 100%;
}



img.hint{
  margin: 0 5px;
  vertical-align: middle;
}


.blue-button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    color: #ffffff;
    /*margin: 55px 0px 15px 10px;*/
    padding: 10px 20px 5px 20px;
    background: -moz-linear-gradient(
        top,
        #39a8d8 0%,
        #1c8cbc);
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#39a8d8),
        to(#1c8cbc));
    background: #39A8D8;
    
    
/*    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;*/

    border: 1px solid #0d7aa9;
    -moz-box-shadow:  0px 1px 0px rgba(000,000,000,0),  inset 0px 0px 2px rgba(255,255,255,0.7);
    -webkit-box-shadow:  0px 1px 0px rgba(000,000,000,0),  inset 0px 0px 2px rgba(255,255,255,0.7);
    box-shadow:  0px 1px 0px rgba(000,000,000,0),  inset 0px 0px 2px rgba(255,255,255,0.7);
    text-shadow:  0px -1px 0px rgba(000,000,000,0.4),  0px 1px 0px rgba(255,255,255,0.3);
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
.blue-button:hover {
    background: -moz-linear-gradient(center top , #A3D738 0%, #5EBC1C) repeat scroll 0 0 transparent;
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#A3D738),
        to(#5EBC1C));
    background: #A3D738;
    
    border: 1px solid #3DA90D;

    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}

.search-btn {
    line-height: normal;
}

#checkcert input.blue-button,#checknotif input.blue-button {
	
    -webkit-border-radius: 0 20px 20px 0;
    border-radius: 0 20px 20px 0;
    /*float: right;*/
    font-family: Conv_neotechstd-medium, Arial, sans-serif;
    font-size: 34px;
    position: absolute;
    /*right: 0px;*/
    /*top: -113px;*/
    width: auto;
}
@-moz-document url-prefix() {
    #checkcert input.blue-button,#checknotif input.blue-button{
        font-size: 32px;
    }
}
.open_view {
    cursor: pointer;
    font-family: Conv_neotechstd-medium, Arial, sans-serif;
    font-size: 17px;
    margin: 12px 0 0;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
.open_view:hover{
    color: #C70F3F;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
.open_view > span {
    border-bottom: 10px solid transparent;
    border-left: 10px solid;
    border-top: 10px solid transparent;
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    position: relative;
    top: 3px;
}


#loading {
	display: none;
    left: 42%;
    position: absolute;
    top: 51%;
}
#certifsample {
    background: none repeat scroll 0 0 #fff;
    border: 3px solid #D7D5D5;
    
    -webkit-border-radius: 20px 20px 20px 20px;
    border-radius: 20px 20px 20px 20px;
	 
	 -webkit-box-shadow: 0 0 2px 1px #BFBFBF;
  	 box-shadow: 0 0 2px 1px #BFBFBF;	
	    
    left: 13%;
    margin: 0 auto;
    padding: 10px;
    position: absolute;
    top: 0;
    width: 750px;
}
span.close_view {
    background: none repeat scroll 0 0 #C70F3F;
    border: 3px solid #BDBDBD;
    border-radius: 10px 10px 10px 10px;
    color: white;
    cursor: pointer;
    display: inline-block;
    font-family: Conv_NeoTechStd-Medium, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 10px 6px;
    position: absolute;
    right: 15px;
    text-transform: uppercase;
    top: 10px;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
span.close_view:hover{
    background-color: white;
    color: #C70F3F;
    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
}
/*END OF SPECIFIC STYLING FOR NICEIES SUPPORT*/

/*STYLING THE DIALOG BOX*/
#dialoguebox > div {
    background: none repeat scroll 0 0 #EEEEEE;
    border: 2px solid #EAEAEA;
    border-radius: 15px 15px 15px 15px;
    margin: 10px;
    padding: 20px 10px 10px;
}
.ui-dialog {
	height: auto;
	min-height:120px; 
	min-width: 700px;
	width: auto;
	}
#dialoguebox p {
    background: none repeat scroll 0 0 #FFFCFC;
    border: 1px solid #E4E3E3;
    -webkit-border-radius: 15px 15px 15px 15px;
    border-radius: 15px 15px 15px 15px;
    margin: 4px 0 15px;
}
#dialoguebox span {
    background: none repeat scroll 0 0 #F2F2F2;
    -webkit-border-radius: 15px 0 0 15px;
    border-radius: 15px 0 0 15px;
    color: #818181;
    display: inline-block;
    font-weight: bold;
    margin: -9px 0 -9px -9px;
    padding: 10px;
    width: 150px;
}
.ui-dialog .ui-dialog-title {
    color: #C70F3F;
    font-family: Conv_neotechstd-medium, Arial, sans-serif;
    margin: 0.1em 16px 0.1em 0;
    text-transform: uppercase;
}
.ui-widget-header {
    
    border: 1px solid #CCCCCC;
}
#dialoguebox img {
    margin-right: 5px;
    vertical-align: middle;
}
/*END OF STYLING THE DIALOG BOX*/



/* billing form styling */
#address_billing_form {
    background: none repeat scroll 0 0 #FFFEFC;
    border: 2px solid #EAEAEA; 
    border-radius: 15px 15px 15px 15px;
    /*margin: 10px;*/
    padding: 10px 10px 10px;
    height: auto;
    min-height:120px; 
    min-width: 700px;
    width: 80%;
    margin: auto;
}
#address_billing_form div
{
    margin-top: 20px;
}

#address_billing_form div.delivery-area {
    margin-left: 0;
    margin-top: 0;
}

#address_billing_form label
{
    color: black;
    size: 16px;
    display: inline-block;
    width: 200px;
    font-size: 16px;
}

#address_billing_form label.radio-label {
    width: unset;
}

#address_billing_form input[type="text"]
{
    width: 400px;
    height: 26px;



    font-size: 20px;
    font-weight: normal;
    line-height: 20px;

    margin: 10px -7px 5px 10px;
    padding: 3px 3px 2px 2px;

    -webkit-transition: all 200ms ;
    -moz-transition: all 200ms ;
    -ms-transition: all 200ms ;
    -o-transition: all 200ms ;
    transition: all 200ms ;
    
}

#address_billing_form select
{
    width: 610px;
    height: 26px;
    font-size: 15px;
    font-weight: normal;

    margin: 0;
    padding: 0;

}

#address_billing_form input[type="text"].postcode { width: 200px; }

#address_billing_form .address-search{
    margin-left: 10px;
}

#address_same_checkbox
{
    font-size: 18px;
}

#address_billing_form .text-warning {
    font-size: 14px;
}

#address_billing_form input[type="button"]
{
    font-family: Arial, Helvetica, sans-serif, conv_neotechstd-medium;
    font-size: 16px;
    color: #ffffff;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-left: 310px;
    margin-top: 20px;

    width: 150px;

    background: #C40038;
    background: linear-gradient(#C40038, #AB0031 70%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#C40038),
        to(#AB0031));

    border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #910029;

    box-shadow:    0px 1px 0px #FF1255 inset;
    -webkit-box-shadow: 0 1px 0px #FF1255 inset;

}


#address_billing_form input[type="button"]:hover
{
    background: #A3D738;
    background: linear-gradient(#A3D738, #5EBC1C 90%) repeat scroll 0 0 transparent;
    background: -webkit-gradient(
        linear, left top, left bottom, 
        from(#A3D738),
        to(#5EBC1C));

    border-radius: 5px;
    border: 1px solid #3DA90D;
    box-shadow:    0px 1px 0px #3DA90D inset;
    -webkit-box-shadow: 0 1px 0px #3DA90D inset;

}

#error-message
{
    color: red;
}

.textBoxError
{
    border: solid red 2px;
    -webkit-border-radius:3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    
}


#invalid_id_message
{
    font-size: 18px;
}




/*holding page styling*/
div.main_content h1{
    font-family: Conv_NeoTechStd-Medium, Arial, Helvetica, sans-serif;
    font-size: 48px;
    font-weight: normal;
    color: #C70F3F;
    text-align: center;
}

div.main_content p.message{
    font-family: Conv_NeoTechStd-Medium, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
}


#limit-message
{
    font-family: Conv_NeoTechStd-Medium, Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: black;
    
}

#results-table tr td.trader {
    text-align:left;
    padding-left:68px;
    background-position: left;

}
#results-table tr td.niceic {
    background-image: url(../images/niceic_logo.png);

}

#results-table tr td.elecsa {
    background-image: url(../images/elecsa_logo.png);

}

.overlay-boxed {
    position: fixed; /* Sit on top of the page content */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

.spinner-border {
    display: flex;
    align-items: center;
    justify-content: center;
}

div P.work-header:first-child {
    margin-top: 0;
}

div P.work-header {
    margin-top: 0.5em;
    margin-bottom: 0.25em;
    background: #cdd3d9;
    color: white;
    text-align: center;
}

.adv_search {
    box-sizing: content-box;
}
.sub-title {
    /*cursor: pointer;*/
    font-family: Conv_neotechstd-medium, Arial, sans-serif;
    font-size: 17px;
    /*margin: 12px 0 0;*/
    -webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -ms-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

input[type=checkbox].large {
    width: 1.5em;
    height: 1.5em;
}

.rounded-btn {
    border-radius: 5px;
}

.disabled-link {
    pointer-events: none;
    cursor: not-allowed;
    opacity: 0.5;
}

.card-header {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 0.92);
    color: #C70F3F !important;
    display: inline-block;
    font-family: Conv_neotechstd-medium, Arial, sans-serif;
    font-size: 24px;

    width: 100%;
}
.card-footer {
    background: none repeat scroll 0 0 rgba(230, 230, 230, 0.92);
}
.card{
    background: none repeat scroll 0 0 rgba(230, 230, 230, 0.92); 
    -webkit-border-radius: 30px 30px 30px 30px; 
    border-radius: 30px; 
    -webkit-box-shadow: 0 0 2px 1px #d5d2d2; 
    box-shadow: 0 0 2px 1px #d5d2d2; 
    margin: 9px auto;
    padding: 10px 20px;
    position: relative;
    width: 85%;
}
.card input {
    background: none repeat scroll 0 0 white;
    -webkit-border-radius: 20px;
    border-radius: 15px;
    float: none;
    font-family: Conv_NeoTechStd-Medium, Arial, sans-serif;
    font-weight: normal;
    height: auto;
}
.card button {
    font-family: Conv_neotechstd-medium, Arial, sans-serif;
    border-radius: 15px;
}

.card .message {
    font-family: Conv_neotechstd-medium, Arial, sans-serif;
    font-size: 14px;
}