/* @import "font-awesome.min.css";  */

@import url("./all.css");

/*---------------------------------------------------- Header Style Start ----------------------------------------------------*/

html {
  scroll-behavior: smooth;
}

xmp{
  white-space: pre-line;
  margin-top: -30px;
  margin-bottom: -30px
}

pre{
  background-color: #eaf3fd;
  padding: 0 15px;
}

.x-document-document img{
  border: 1px solid #e2eaf4;
}

.logo_img {
  width: 154px;
}

.logo_txt {
  margin: -2px 0 0 10px;
  color: #0f2c7b;
}

.header_link p {
  margin-right: 1rem;
}

.header_link p:last-child {
  margin-right: 0;
}

.sitemap a:hover {
  color: #666;
}

/* .bukai {
  
} */

.bukai a {
  background: linear-gradient(to bottom, #de7b18, #de7b18 50%, #be350c);
  line-height: 40px;
  color: #fff;
  width: 153px;
}

.bukai span {
  background: linear-gradient(to bottom, #de7b18, #de7b18 50%, #be350c);
  line-height: 40px;
  color: #fff; 
  padding: 0px 20px; 
  display: inline-block;
}

.boxborder a {
  border: 3px solid #b48df1;
  border-radius: 4px;
  padding: 4px 8px;
  background-color: #fff;
  font-size: 11px;
  font-weight: bold;
}

.boxborder a i{
  font-size: 18px;
  padding-left: 5px;
  color: #b48df1;
  position: relative;
  top: 3px;
}

.english {
  width: 90px;
}

.english a {
  background: #227cbe;
  line-height: 40px;
  color: #fff;
}

.text-red {
  color: #F30202;
}

.text-blue {
  color: #0f2c7b;
}

.text-blue-1 {
  color: #3e3aec;
}

.font-size-12{
  font-size: 12px
}

.font-size-13{
  font-size: 13px
}

.x-line-blue-1{
  height: 1px;
  background-color: #3e3aec;
  margin: .2rem 0;
  width: 70%;
}

.text-gray {
  color: #3b3b3a !important;
}

.text-gray1 {
  color: #999999;
}

.text-pink {
  color: #b7274c;
}

.x-bg-red{
  background-color: #ed0000;
}

.text-orange {
  color: #de7b18;
}

.text-lite-blue {
  color: #4e96cb;
}

.x-border-box-black {
  border: 1px solid #251e16;
}

.x-border-box-black-dot {
  border: 1px dotted #251e16;
}

.x-border-box-grey {
  border: 2px solid #888;
}

.x-pdf-text-over{
  position: absolute;
  left: 85%;
}

.x-pdf-number{
  margin-top: 10px;
}

.x-pdf-date{
  margin-top: 30px;
}

.x-border-box-thin-grey {
  border: 1px solid #888;
}

.x-blue-border-box {
  border-color: #0f2c7b;
}

.x-border-box-thin-red {
  border: 1px solid #ff0000;
}

.document{
  padding-top: 40px;
  padding-bottom: 60px;
 }

.x-main-container{
  margin-bottom: 60px;
  padding-bottom: 40px;
  border-bottom: 1px solid #8d8d8d;
}

.x-main-container:last-child{
  border-bottom: 0;
  margin-bottom: 0;
}

.x-sub-container{
  margin-bottom: 40px;
}

.x-sub-container:last-child{
  margin-bottom: 0;
}

.x-sub-level-one-container{
  margin-bottom: 20px;
}

.x-sub-level-one-container:last-child{
  margin-bottom: 0;
}

.x-sub-level-two-container{
  margin-bottom: 10px;
}

.x-sub-level-two-container:last-child{
  margin-bottom: 0;
}

.x-box-highlight{
  border: none;
  /* padding: 15px; */
}

.x-box-highlight p{
  /* margin-bottom: 5px; */
    color: #0f2c7b;
    /* font-size: 15px; */
}

.x-box-index{
  background-color: #f5f5f5;
  border: none;
  padding: 20px;
}

.x-box-index p{
  font-weight: bold;
  margin-bottom: 5px;
  color: #0f2c7b;
  font-size: 16px;
}

.x-box-index ul li{
  margin-bottom: 5px;

}
.x-box-index ul li:last-child{
  margin-bottom: 0;
}

.x-box-index ul li a{
  color: #0f2c7b;
  font-size: 14px;
}

.x-link-list a {
  color: #3b3b3a;
}

.x-link-list a:hover {
  color: #0f2c7b;
}

.x-pink-border {
  border: 1px solid #b7274c;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.x-grey-bg {
  background-color: #bbb;
}

.x-boxbg4{
  background-image: url(../images/environment_recycle/boxbg4.gif);
}

.x-boxbg2{
  background-image: url(../images/environment_recycle/boxbg2.gif);
}

.x-boxbg3{
  background-image: url(../images/environment_recycle/boxbg3.gif);
}

.x-cross-line{
  background-image: linear-gradient(to top right,
                          transparent, transparent 50%,
                          #cecece 50%, #cecece 51%,
                          transparent 51%, transparent); padding-top:0;
}

.x-double-line{
  border-right:double #CCC !important;
}

a:hover{
  text-decoration: none !important;
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}

.table th {
  padding: .5rem;
}

.table td {
  padding: .5rem;
  white-space: nowrap;
}

.table.border-grey td {
  border: 1px solid #CCC;
}

.table.border-black td {
  border: 1px solid #000;
}

.table.border-black th {
  border: 1px solid #000;
}

.td-width-150 {
  width: 150px;
}

.td-width-120 {
  width: 120px;
}

.x-no-border {
  border-width: 0 !important;
}

.width-10 {
  width: 10%;
}

.width-15 {
  width: 15%;
}

.width-18 {
  width: 18%;
}

.width-27 {
  width: 27%;
}

.width-31 {
  width: 31%;
}

.width-42 {
  width: 42%;
}

.width-43 {
  width: 43%;
}

.width-60 {
  width: 60%;
}

.x-bg-lite-blue {
  background-color: #cfe3ef;
}

.x-bg-lite-orange {
  background-color: #F9C990;
}

.x-bg-lite-grey {
  background-color: #CCC;
}

.table-striped tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, .05);
}

.x-table-design-1 tbody tr:nth-of-type(even) td:nth-child(odd) {
  background-color: #b9d1ed;
}

.x-table-design-1 tbody tr:nth-of-type(even) td:nth-child(even) {
  background-color: #bde3dc;
}

.x-table-design-1 tbody tr:nth-of-type(odd) td:nth-child(odd) {
  background-color: #7aafde;
}

.x-table-design-1 tbody tr:nth-of-type(odd) td:nth-child(even) {
  background-color: #7bccc0;
}

.x-triangle-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 25px solid #b7274c;
}

.x-virtual-menu{
  background-color: #0f2c7b;
  height: 60px;
}

#gmenu {
  background-color: #0f2c7b;
}

#gmenu ul {
  border-left: 1px solid #fff;
}

#gmenu ul li {
  border-right: 1px solid #fff;
  width: calc(14.900% - 1px); 

  background: linear-gradient(to bottom, #0f2c7b, #0f2c7b 50%, #0b2361);
}

#gmenu .x-menulenghth ul li{
  /*width: calc(17.900% - 1px) !important; */
  width: calc(20.900% - 1px);
}

#gmenu ul li.active {
  background: linear-gradient(to bottom, #227CBE, #227CBE 50%, #15649F);
}

#gmenu ul li:hover {
  background: linear-gradient(to bottom, #227cbe, #227cbe 50%, #15649f);
}

#gmenu ul li a {
  color: #fff;
  display: block;
  text-decoration: none;
  line-height: 60px;
  background: url("../images/common/gmenu.png") no-repeat center bottom 6px;
  background-size: 11px auto;
}

.submenu {
  position: absolute;
  background-color: rgba(34, 124, 190, 0.8);
  left: 0;
  top: 60px;
  z-index: 1;
  display: none;
  width: 100%;
  padding: 15px 0 40px 0;
}

.submenu_link {
  max-width: 1000px;
}

#gmenu ul li .submenu_link a {
  background: linear-gradient(to bottom, #0f2c7b, #0f2c7b 50%, #0b2361);
  display: block;
  color: #fff;
  border: 1px solid #fff;
  padding: 0 0 0 20px;
  text-decoration: none;
}

#gmenu ul li .submenu_link a:hover {
  background: linear-gradient(to bottom, #227cbe, #227cbe 50%, #15649f);
}

#gmenu ul li .submenu_link a::after {
  content: "";
  background: url("../images/common/li02.png") no-repeat 0 0;
  background-size: 14px;
  width: 14px;
  height: 14px;
  display: inline-block;
  margin: 0 0 0 15px;
  position: relative;
  top: 2px;
}

#gmenu ul li ul {
  max-width: 1000px;
  margin: 0 auto;
  background-color: #fff;
  border-left: none;
  display: flex;
  flex-wrap: wrap;
  padding: 25px 20px 15px 20px;
  box-sizing: border-box;
}

#gmenu ul li ul li {
  font-size: 16px;
  white-space: initial;
  font-weight: normal;
  border-right: none;
  width: 19%;
  text-align: left;
  background: none;
  position: relative;
  padding: 0 0 0 15px;
  margin: 0 50px 10px 0;
}

#gmenu ul li ul li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #0f2c7b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

#gmenu ul li ul li:hover {
  background: none;
}

#gmenu ul li ul li a {
  color: #0f2c7b;
  display: block;
  text-decoration: none;
  line-height: 1.5;
  background: none;
}

#gmenu ul li ul li a:hover {
  color: #999;
}


p.copy {
  color: #fff;
  text-align: center;
  background-color: #0f2c7b;
  padding: 10px 0;
}

.pagetop {
  background-color: #4e96cb;
  right: 48px;
  bottom: 48px;
}

.pagetop::after {
  content: "";
  display: block;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 15px solid #fff;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -10px 0 0 -10px;
}

.pagetop:hover {
  opacity: 0.6;
}

.x-mobile-header {
  border-top: 1px solid #FFF;
  width: 60%;
}



.x-mobile-header .bukai {
  width: 100%;
}

.x-mobile-header .bukai a {
  line-height: 50px;
}

.x-mobile-header .sitemap a {
  color: #fff;
}

.x-section-banner img {
  width: 100%;
}


/*---------------------------------------------------- Header Style Ends ----------------------------------------------------*/


/*---------------------------------------------------- Footer Style Starts ----------------------------------------------------*/

footer .x-footer-one .x-footer-title a {
  color: #0f2c7b;
}

footer .x-footer-one .x-footer-title a:hover {
  color: #999;
}

footer .x-footer-one li a {
  color: #363636;
  font-size: 14px !important;
}

footer .x-footer-one li::before {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #0f2c7b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

footer .x-footer-one li a:hover {
  color: #999;
}

footer .x-footer-two {
  color: #fff;
  background-color: #0f2c7b;
}

footer .container {
  max-width: 800px;
}

.x-footer-two p {
  padding-top: .149rem;
  padding-bottom: .149rem;
}


/*---------------------------------------------------- Footer Style Ends ----------------------------------------------------*/


/*---------------------------------------------------- Content Style Starts ----------------------------------------------------*/

.nav-break {
  height: 56px;
}

.x-section-banner .x-banner-text-div {
  top: 50%;
}

.x-section-banner .x-banner-text-div h1 {
  color: #fff;
  text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.content-section {
  background-color: #e2eaf4;
}

.x-top-news {
  width: 61.9%;
}

.x-top-news-banner {
  width: 38.1%;
}

.x-top-news-banner li a img{
  width: 100%;
}

.x-top-news-banner li a img:hover {
  opacity: 0.6;
}

.x-panel {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-top: 3px solid #227cbe;
}

.x-panel h2 {
  color: #0f2c7b;
}

.x-panel-plain {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}

.x-document-name:before {
  position: absolute;
  left: 105px;
  top: 20px;
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #0f2c7b;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
}

.x-document-name a:hover {
  color: #999;
  text-decoration: none;
}

.x-document-list {
  border-bottom: 1px solid #0f2c7b;
  color: #000;
}

.x-button-section button {
  border-color: #0f2c7b;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: url(../images/common/li01.png) no-repeat right 10px center;
  background-size: 16px;
}

.x-button-section button:hover {
  background-color: #0f2c7b;
  color: #fff;
}

.breadcrums {
  background-color: #c7d0e8;
}

.breadcrums li, .breadcrums li a{
  color: #3b3b3a !important;
}

.breadcrums li:first-child::before {
  content: "";
  padding-left: 0;
  padding-right: 0;
}

.breadcrums li::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: ">";
}

.side-menu {
  width: 220px;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border: 1px solid #fff;
  border-bottom: 0;
}

.side-menu div a {
  color: #3b3b3a;
  padding-right: 30px;
}

.side-menu div.active a {
  color: #0f2c7b;
  font-weight: bold;
}

.side-menu div:first-child {
  background: #0f2c7b url(../images/common/li02.png) no-repeat right 11px center;
  background-size: 14px;
}

.side-menu div:first-child a {
  color: #fff;
}

.side-menu div:first-child:hover a {
  color: #fff;
}

.side-menu div {
  background: url(../images/common/li01.png) no-repeat right 11px center;
  background-size: 16px;
  transition: all 0.25s ease-in-out;
  border-bottom: 1px solid #e2eaf4;
}

.side-menu div:hover a {
  font-weight: bold;
  color: #0f2c7b;
}

.side-menu div.active a {
  color: #0f2c7b;
  font-weight: bold;
}

/* .side-menu.x-esidemenu div:hover a {
  font-weight: 500;
  color: #0f2c7b;
}

.side-menu.x-esidemenu div.active a {
  color: #0f2c7b;
  font-weight: 500;
} */
.side-menu.x-esidemenu div:hover a{
  transition-duration: 0.2s;
}
.side-menu.x-esidemenu div a {  
  padding-right: 43px;
  transition: 0.1s;
  
}

.x-inner-image-section {
  border-top: 6px solid #0f2c7b;
}

.x-inner-image-section h1 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.x-banner-text {
  color: #fff;
  left: 5%;
}

.x-tyre_industry-banner-text {
  color: #fff;
  top: 0%;
  left: 5%;
}

.x-iframe iframe {
  width: 100%;
  height: 400px;
  border: 0;
}

.x-iframeone iframe {
  width: 100%;
  height: 250px;
  border: 0;
}

.x-map iframe {
  width: 100%;
  height: 100%;
}

.list-header {
  font-size: 18px;
}

.list-header a {
  background: url(../images/common/li01.png) no-repeat right 7px;
  background-size: 16px;
  color: #0f2c7b;
  border-bottom: 3px solid #d3e1eb;
  
}

.list-header h2 {
  color: #0f2c7b;
  font-size: 18px;
}

.list-header a:hover {
  color: #999;
}

.sublist-header h2 {
  background-size: 16px;
  color: #0f2c7b;
}

.x-inner-page-title {
  border-left: 35px solid #0f2c7b;
  border-bottom: 1px solid #d3e1eb;
}

.x-inner-page-title h1 {
  color: #0f2c7b;
  font-size: 22px;
}

.x-list:hover{
  text-decoration: underline !important;
  color: #0f2c7b !important;
}

.x-pdf-list a {
  color: #3b3b3a;
  text-decoration: underline;
}

.fa-file-pdf{
  color:  #ff0000 ;
}

.x-pdf-list a i.fa-file-pdf {
  color:  #ff0000 ;
}

.x-pdf-list a i.fa-file-word{
  color: #0078d7;
}

.x-pdf-list a i.fa-external-link-square-alt{
  color: #ee5d61;
}

.x-pdf-list a i.fa-file-excel{
  color: #1d6f42;
}

.x-pdf-list a:hover {
  text-decoration: underline !important;
  color: #0f2c7b;
}

.x-pdf-list a:hover .sText{
  color: #0f2c7b9c;
}

.x-pdf-list a::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid #0f2c7b;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.x-pdf-yearlist{
  position: relative;
  padding-left: 25px;
}

.x-pdf-yearlist a {
  color: #3b3b3a;  
}
.x-pdf-yearlist a:hover {
  text-decoration: underline;  
}

.x-pdf-yearlist a i {
  color: #ff0000;
  padding-right: 5px;
} 

.x-pdf-yearlist li a::before {
  font-family: "Font Awesome 5 Free";
   font-weight: 900; 
   content: "\f1c1";
   color: #ff0000;
   padding-right: 5px;
   position: absolute;
   left: 6px;
}

.x-pdf-listview a {
  color: #3b3b3a;
}

.x-pdf-listview a i {
  color: #ff0000;
}

.x-pdf-listview a:hover {
  color: #0f2c7b;
}

.x-pdf-listview a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 900;
  font-size: .7rem;
  color: #0f2c7b;
}

.x-pdf-view a {
  color: #3b3b3a;
}

.x-pdf-view a i {
  color: #de7b18;
  margin-right: 5px;
}

.x-doc-view a {
  color: #3b3b3a;
}

.x-doc-view a i {
  color: #de7b18;
  margin-right: 5px;
}

.x-redtext {
  color: #ff0000 !important;
}

.x-poster img {
  max-height: 825px;
}

.x-news-table tr td{
  vertical-align: top;
  padding: 0.25rem;
}

.x-table-arrow {
  background: url(../images/safety_technology/image-2-7.png) 10px 10px no-repeat;
  background-size: 70%;
}

.x-dotted-border-box {
  border: 1px dotted #999;
  background-color: #f2f2f2;
}

.linkhead li {
  padding: 0 0.3em 0.3em 0.3em;
}

.linkhead li:before {
  content: url('../images/safety_technology/linkhead.gif');
  padding-right: 10px;
}

.linkhead li a {
  color: #000;
}

.linkhead li a:hover {
  color: #ff0000;
  text-decoration: underline;
}

.x-stext {
  font-size: small;
  color: #999999;
  margin-left: 20px;
}

.x-vertical-tabletext {
  writing-mode: vertical-rl;
  letter-spacing: 0.5rem;
  width: 20px;
}

.x-vertical-text {
  word-wrap: break-word;
  left: 50%;
  top: -5%
}

.x-table {
  font-size: 11px;
}

.x-underline {
  text-decoration: underline;
  color: #3b3b3a !important;
}

.x-stat-menu {
  width: 134px;
  border-top: 1px solid #D3E1EB;
  border-left: 1px solid #D3E1EB;
  border-right: 1px solid #D3E1EB;
}

.x-stat-menu li {
  border-bottom: 1px solid #D3E1EB;
}

.x-stat-menu li a:hover {
  background-color: #EEE;
}

.x-stat-menu li.active {
  background-color: #0F2C7B;
}

.x-stat-menu li.active a {
  color: #FFF;
}

.x-stat-menu li.active a:hover {
  background-color: #0F2C7B;
}

.x-stat-content ul {
  border-bottom: 1px solid #D3E1EB;
}

.x-stat-content ul li {
  border-right: 1px dotted #707070;
  color: #0F2C7B;
  padding: 4px 4px;
}

.x-stat-content ul li a {
  color: #0F2C7B;
}

.x-stat-content ul li a {
  text-decoration: underline;
}

.x-stat-content ul li a:hover {
  text-decoration: none;
}

.x-stat-content ul li:nth-child(1) {
  border-left: 1px dotted #707070;
}

.x-general2 {
  text-align: right;
}

.x-general2 tr th {
  background-color: #ffcc66;
}

.x-general2 .x-emphasis {
  background-color: #ffff99 !important;
}

/* .x-general2 tr th, .x-general2 tr td {
  font-size: 10px !important;
} */



.x-general2-2 {
  text-align: right;
}

.x-general2-2 tr th {
  background-color: #c7e8fa;
}

.x-general2-2 .x-emphasis {
  background-color: #dff2fb !important;
}

/* .x-general2-2 tr th, .x-general2-2 tr td {
  font-size: 10px !important;
} */


.x-general2-3 {
  text-align: right;
}

.x-general2-3 tr th {
  background-color: #dfdfdf;
}

.x-general2-3 .x-emphasis {
  background-color: #e5e5e5 !important;
}

/* .x-general2-3 tr th, .x-general2-3 tr td {
  font-size: 10px !important;
} */

.x-table-titlefont{
  font-size: 14px !important;
}

.x-general2 tr th {
  font-size: 11px;
}
.x-general2 tr th.fontsize-13 {
  background-color: #ffcc66;
  font-size: 13px;
}

.x-bg-lightgreen{
  background-color: #efffe0;
}



.x-emphasis {
  background-color: #424239;
}



/* .x-env-line a{
  line-height: 0px !important;
} */
.x-env-line a {
  line-height: 30px !important;
}

.text-rotate {
  writing-mode: vertical-rl;
  display: inline-block;
}

.e-text-rotate {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  display: inline-block;
}

.bg-green {
  color: #fff;
  background-color: #45a925;
}

.x-page-full-arrow {
  background-image: url(../images/tyre_user/aloow.gif);
  height: 95%;
  background-repeat: repeat;
}

.form-group {
  margin-bottom: 1rem;
  font-size: .875rem;
  line-height: 1.25rem;
}

.x-panel-form {
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  border-top: 3px solid #227cbe;
}

.x-panel-form  h2{
  color: #0f2c7b;
}

.x-login {
  width: 50%;
}

label {
  display: inline-block;
  margin-bottom: .5rem;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + .75rem + 2px);
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.25rem;
  font-weight: 400;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-control:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(128 189 255 / 25%);
}

.btn-primary {
  background: #227cbe;
  line-height: 40px;
  color: #fff;
}
.btn {
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.btn-primary:hover {
  color: #fff;
  background-color: #1565a0;
  border-color: #1565a0;
}
.x-login-screen{
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.max-width-50{
  max-width: 50px;
}
.max-width-100{
  max-width: 100px;
}

.category_menu i.fa-file-pdf{
  color: #ff0000;
}
.category_menu i.fa-file-excel{
  color: green;
}
.x-logout button{
  background: #227cbe;
  line-height: 40px;
  color: #fff;
  padding: 0 15px;
  font-weight: 700;
  font-size: 14px;
}
.x-logout button:hover{
  opacity: 0.6;
}
.x-button-intitle-line{
  position: absolute;
  top:14px;
  right: 30px;
}
.x-button1-intitle-line{
  position: absolute;
  top:14px;
  right: 312px;
}
.x-error-message{
  display: block;
  margin-top: .5rem;
}
/*---------------------------------------------------- Content Style Ends ----------------------------------------------------*/



/*---------------------------------------------------- Bootstrap Style Starts ----------------------------------------------------*/

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: .5rem 0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
  width: 310px !important;
}
.bootstrap-datetimepicker-widget.dropdown-menu .datepicker{
  width: 300px;
}


/*---------------------------------------------------- Bootstrap Style Ends ----------------------------------------------------*/



.x-bluebox{
  background-color: #0f2c7b;
  padding: 10px;
  color: #fff !important;
}
.x-textwhite{
  color: #fff !important;
}
.x-sitemap{
  font-size: 14px;
}
.x-sitemap ul li{
  padding-bottom: 12px;
  position: relative;  
}

.x-mainmenu ul li a{
  display: inline-block;
  width: 180px;
}
.x-yearmenu li a{
  display: inline-block;
  width: 45px !important;
}

.x-childmenu, .x-yearmenu{
  position: relative;
  padding-left: 35px;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-left: 35px;
    top: 4px;
}
.x-yearmenu{
  position: relative;
  padding-left: 35px;
    padding-top: 25px;
    margin-left: 22%;  
}

.x-childmenu ul li::before, .x-yearmenu ul li::before{  
  content: "";
    display: block;
    position: absolute;
    /* z-index: 1; */
    left: -37px;
    top: -25px;
    bottom: 0;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
}

.x-childmenu ul li:last-child::before{
  content: "";
    display: block;
    position: absolute;
    /* z-index: 1; */
    left: -37px;
    top: 0px;
    bottom: 28px;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
}

.x-childmenu li::before{  
  content: "";
    display: block;
    position: absolute;
    /* z-index: 1; */
    left: -37px;
    top: -25px;
    bottom: 0;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
}

.x-childmenu li:last-child::before{
  content: "";
    display: block;
    position: absolute;
    /* z-index: 1; */
    left: -37px;
    top: 0px;
    bottom: 96%;
    border: 1px solid #ccc;
    border-width: 0 0 0 1px;
}


.x-childsubmenu{
  position: relative;
  padding-left: 35px;
    padding-top: 25px;
    margin-left: 15%;  
}

.x-childmenu li a:before {
  content: "";
  position: absolute;
  background: #ddd;
  width: 37px;
  height: 2px;
  top: 13px;
  left: -37px;
}

.x-whiteboxsmall{
  color: #0f2c7b;
  border: 1px solid #0f2c7b;
  padding: 0px 5px;
}

.x-years a{
  color: #666633;
  padding: 0px 5px;
}
.x-yearnumber{
  color: #0f2c7b;
  font-size: 20px;
}
.sText {
  font-size: small;
  color: #999999;
}
.x-new{
  color: #0f2c7b;
}

.x-shop-btn span{
  border: solid 2px #ccc;
  background: #ededd5;
  background: linear-gradient(0deg, #ededd5 35%, #fbfdf1 100%);
  padding: 13px 50px;
  border-radius: 10px;
}

.x-order-btn span{
  border: solid 2px #eabc90;
  background: #ffdebe;
  background: linear-gradient(0deg, #ffdebe 35%, #fffbef 100%);
  padding: 13px 50px;
  border-radius: 10px;
}

.x-order-bluebtn{
  border: solid 2px #4e96cb;
  background: #4e96cb;
  background: linear-gradient(0deg, #4da1e0 35%, #a2ccea 100%);
  padding: 13px 45px;
  border-radius: 10px;
  display: flex;
}

.askbox span{
  background: url(../images/publications/askboxbg.gif) #f3f3f3 repeat-x;
  border: solid 1px #d6d6d6;  
  text-align: center;
}
.x-boxbg {
  background: url(../images/publications/boxbg.gif) #dbdfc4 repeat-x;
  border: 1px solid #dbdfc4;
  margin: 0 0 15px 0;
  padding: 15px 0px 0px 30px; 
}
.x-boxbgone {
  background: url(../images/publications/boxbg.gif) #dbdfc4 repeat-x;
  border: 1px solid #dbdfc4;
  margin: 0 0 15px 0;
  padding: 15px 30px 10px 30px;
}

.tablepadding td {
  background: #f5f9ef repeat-x;
  padding: 15px;
  border: 2px dotted #9e9e9e54;
  background: url(../images/publications/boxbg2.gif) #f5f9ef repeat-x;
}

.x-boxbg4{
  background: url(../images/publications/boxbg4.gif) !important;
}

.get-password a{
  background: #227cbe;
  line-height: 40px;
  color: #fff;
}

.landing-login button {
  background: linear-gradient(to bottom, #de7b18, #de7b18 50%, #be350c);
  border-radius: 0;
  color: #fff;
}

.x-textsmall{
  font-size: 11px;
}

.x-extrasmallinput{
  width: 56% !important;
}

.x-smallinput{
  width: 16% !important;
}

.x-smallinput-pincode{
  width: 41% !important;
}

.x-mediuminput{
  width: 35% !important;
  border-radius: 4px 0px 0px 4px !important;
}

.x-mediuminputdate{
  width: 35% !important;
}
.x-mediuminputbox{
  width: 55% !important;
}


.blink_me {
  animation: blinker 1s linear infinite;
}

.notice-link a:hover{
  color: #0f2c7b !important;
  text-decoration: underline !important;

}

.x-category-controls-section .x-right{
  margin-top:5px 
}
.x-category-controls-section .x-right .radio-inline{
 margin-right:15px
}

.x-logosize{
  height: 80px;
}
.x-logosmallsize{
  height: 50px;
}
.x-logomediumsize{
  height: 65px;
}

select { text-align-last: right; }
option { direction: rtl; }

.x-pdf1-list{
  padding-left: 0px !important;
  font-size: 16px;
} 
.x-pdf1-list a{
  text-decoration: underline;  
}
.x-pdf1-list a i.fa-file-pdf {
  color: #ff0000;
  margin-left: 5px;
} 
.x-logosmallsizenew{
  height: 35px;
}
.x-logosmallnew{
  height: 52px;
}
.x-logomediumnew{
  height: 43px;
}

.sm-menu{
  display: none !important;
}

.x-order-bluebtn span{
  color: #ffffff !important;
}

.dot-list li i{  
  color: #000;
  font-size: 5px;
  padding-right: 3px;

}

/* .ie-list li span{
  line-height: 20px;
} */

.browser-padding{
  padding-right: 11%;
}
.noborderimg{
  border: 1px solid #fff !important;
}
.x-achievements tr td{
  line-height: 1.1;
  padding: 3px 5px;
}
.x-achievements tr th{
  line-height: 1.1;
  padding: 4px 5px;
}
.x-achievements tr th{
  font-size: 13px;
}
.x-achievements tr td:nth-child(2) div{
  font-size: 11px;
 }
.x-smalltext{
  font-size: 11px;
}
.x-achievements{
  font-size: 13px;
}



@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  /* IE10-specific styles go here*/
 
  .iebutton{
    width: 100%;
    left: 29%;
  }

  .ieprice{
    height: 1000px;
  }
  .ieimg{
    height: 280px;
  }

  .ieheight1{
    height: 520px;
  }


.ielogoheight{
  height: 550px;
}
.ie-191{
  height: 191px;
}

.ie-930{
  height: 930px;
}

.ie-565{
  height: 565px;
}

.ie-505{
  height: 505px;
}

.ie-366{
  height: 366px;
}
.ie-192{
  height: 192px;
}

.ie-207{
  height: 207px;
}
.ie-220{
  height: 220px;
}
.ie-142{
  height: 142px;
}
.ie-668{
  height: 668px;
}
.ie-607{
  height: 607px;
}
.ie-94{
  height: 64px;
}
.ie-148{
  height: 148px;
}
.ie-107{
  height: 107px;
}
.ie-134{
  height: 134px;
}
.ie-283{
  height: 283px;
}
.ie-362{
  height: 362px;
}
.ie-1398{
  height: 1398px;
}
.ie-951{
  height: 951px;
}

.ie-460{
  height: 460px;
}
.ie-580{
  height: 580px;
}
.ie-400{
  height: 400px;
}
.ie-420{
  height: 420px;
}

.ie-480{
  height: 480px;
}

.ie-225{
  height: 225px;
}

.ie-136{
  height: 136px;
}

.ie-439{
  height: 439px;
}

.x-redtext{
  left: 45%;
}

.ie-240 {
    height: 240px
}
.ie-247 {
    height: 247px
}
.ie-420 {
    height: 420px
}
.ie-417 {
    height: 417px
}
.ie-482 {
    height: 482px
}
.ie-530 {
    height: 530px
}
.ie-265 {
    height: 265px
}
.ie-1417{
    height: 1417px;
}
.ie-310{
    height: 310px;
}
.ie-340{
    height: 340px;
}
.ie-880{
    height: 880px;
}
.ie-650{
    height: 650px;
}

}




@keyframes blinker {
  50% {
    opacity: 0;
  }
}











