/*------------------css/style.css Starts ----------------- */
* { margin: 0; padding: 0; outline: 0; box-sizing:border-box;margin:0;padding:0;}
body, html { height: 100%; }
body { line-height: 19px; color: #46494B; background: #012D6F; }
body, table, td, div, p, span { font-family: Verdana, sans-serif; font-size: 12px; }

a { color: #002FC3; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: underline; }
a img { border: 0; }
td { vertical-align: top; }

article, aside, details, footer, header, menu, nav, section { display: block; }
input, textarea, select { font-size: 12px; font-family: Verdana, sans-serif; }
textarea { overflow: auto; }
.errmsg { font-size: 11px; color: Red; }

.cl { display: block; height: 0; font-size: 0; line-height: 0; text-indent: -4000px; clear: both; }
.notext { font-size: 0; line-height: 0; text-indent: -4000px; }
.left, .alignleft { float: left; display: inline; }
.right, .alignright { float: right; display: inline; }

#wrapper { padding-top: 10px; max-width: 1177px; margin: 0px auto;}

.shell { margin: 0 auto; width: 95%; }
.container { background: #fff; padding: 4px 8px; box-shadow: 0px 0px 7px rgba(0,0,0,0.3); -moz-box-shadow: 0px 0px 7px rgba(0,0,0,0.3); -webkit-box-shadow: 0px 0px 7px rgba(0,0,0,0.3); -o-box-shadow: 0px 0px 7px rgba(0,0,0,0.3); border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }

.header { padding: 8px 0px; overflow: hidden;}
#logo { float: left;}
/*#logo a { height: 48px; display: block; background: url(images/logo.png) no-repeat 0 0; font-size: 0; line-height: 0; text-indent: -4000px; }*/
#logo a:hover { text-decoration: none; }
#logo span { font-size: 31px; }

#divCompany{float:left; margin-left: 13px;padding-top: 8px;}
#PunchLine {font-size: 13px; color: #4E5357; clear:left;}

.clogo { height: 44px; margin-bottom: -18px; }
.Company { line-height: 25px; font-size: 25px; }
.Company:hover { text-decoration: none; }
.Company span { font-size: 25px; line-height: 25px; font-weight: bold; }

.navTop {clear:both; width:100%; margin:0px 0px 4px 0px; height: 35px; line-height: 35px; float: left; position: relative; z-index: 20; padding: 0 0 15px 0; overflow: hidden; }
.navTop ul { margin-left: 0px; overflow: hidden; background: url(images/navigation.png) repeat 0 0; width: 100%; list-style: none; list-style-position: outside; font-size: 13px; text-shadow: rgba(255,255,255,0.5) 0px 1px 1px; }
.navTop ul li { float: left; position: relative; padding-right: 2px; background: url(images/navigation-border.png) no-repeat right 0; }
.navTop ul > li.last { background: transparent; width: auto; float: left; padding-right: 0; }
.navTop ul > li.last a { border-radius: 0px 5px 5px 0px; -moz-border-radius: 0px 5px 5px 0px; -webkit-border-radius: 0px 5px 5px 0px; -o-border-radius: 0px 5px 5px 0px; border-right: 1px solid #d7e1e8; }
.navTop ul > li.first a { border-radius: 5px 0px 0px 5px ; -moz-border-radius: 5px 0px 0px 5px ; -webkit-border-radius: 5px 0px 0px 5px ; -o-border-radius: 5px 0px 0px 5px; border-left: 1px solid #d7e1e8; }
.navTop ul li a { color: #324957; font-weight:bold; float: left; padding: 0 8px; border: 1px solid #d7e1e8; border-left: 0; border-right: 0;  }
.navTop ul li a:hover,
.navTop ul li.active a { background: url(images/navigation-a.png) repeat 0 0; color: #E03412;font-weight: bold; text-decoration: none; }

.navTop ul li a span { background: url(images/navigation-arr.png) no-repeat right 0; width: 10px; height: 6px; float: right; padding-left: 3px; margin-top: 14px; }

.navTop ul li ul { display: none; float: none; line-height: 28px;  position: absolute; top: 35px; left: 0; width: 100%; background: #e1efff; border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -o-border-radius: 0px 0px 5px 5px; }
.navTop ul li:hover ul { display: block; }

.navTop ul li ul li { display: block; float: none; padding: 0; background: transparent; } 
.navTop ul li ul li a { float: none; display: block !important; padding: 0 18px; }
.navTop ul li ul li a:hover { float: none; display: block; background: transparent; background-color: #bdd7f4; }
.navTop ul li.last ul li a {  padding: 0 18px !important;  float: none; display: block;  border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -o-border-radius: 0px;}
.navTop ul li ul li.last { float: none; display: block; }
.navTop ul li ul li.last a { border-radius: 0px 0px  5px 5px; -moz-border-radius: 0px 0px  5px 5px; -webkit-border-radius: 0px 0px  5px 5px; -o-border-radius: 0px 0px  5px 5px; }

.navTop ul li ul li.first a { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -o-border-radius: 0px;}
.navTop ul li.first ul li a { border-radius: 0px; -moz-border-radius: 0px; -webkit-border-radius: 0px; -o-border-radius: 0px;}

.main h3 { color: #293237; font-size: 19px; line-height: 21px; font-weight: normal; }
.main h3 a { color: #293237; }


section { padding: 0 15px 27px; }
.last-section { border-radius: 0px 0px 5px 5px; -moz-border-radius: 0px 0px 5px 5px; -webkit-border-radius: 0px 0px 5px 5px; -o-border-radius: 0px 0px 5px 5px; }
.cols { background: url(images/cols.png) repeat-x 0 bottom; }
.cols h3 { padding-bottom: 14px;  }
.cols p { padding-bottom: 10px; text-align: justify; }
.cols .col { width: 225px; float: left; }
.cols .col+.col { padding-left: 14px; }
.cols .col a.col-btn { background: url(images/col-btn.png) repeat 0 0; float: left; border: 1px solid #afd1f6; height: 21px; line-height: 21px; text-align: center; padding: 0 15px; color: #324957; 
	border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;
	text-shadow: rgba(255,255,255,0.9) 1px 1px 1px;
}

#divSliders {clear:both; margin: 4px 0; padding:0;overflow: hidden;}
#divProducts {float:left;width: 29%; margin: 4px 1% 4px 0px; border: solid 1px silver; border-radius: 4px; height: 220px;}
#ifrmServicesSlider {float: right;width:70%; height: 220px; border: none; margin: 4px 0;}

.cols .col a.col-btn:hover { background-position: 0 bottom; text-decoration: none; }
.mq { font-weight:bold; margin: 10px 12px 10px;border: 1px solid #719253; border-radius: 4px;padding: 5px;}
.mq a { display: inline-block; margin-right: 20px; }
.mq img { height:30px; width: 30px; border: 0; margin: 0 10px -5px 0;}
.mq a span { font-size: 20px; }

.box { background: url(images/box.png) repeat 0 0; padding: 19px 15px 29px 15px; position: relative; height: 100%;  }
.box span.shadow-t { width: 956px; height: 11px; background: url(images/box-shadow-t.png) no-repeat 0 0; position: absolute; top: 0; left: 0; display: block;}
.box span.shadow-b { width: 956px; height: 11px; background: url(images/box-shadow-b.png) no-repeat 0 0; position: absolute; bottom: -4px; left: 0; display: block;}
.box h3 { float: left; }

.entries { padding-top: 24px; }
.entries .entry { background: #fff;  padding: 1px; border: 1px solid #d6dae1; width: 206px; height: 115px; float: left; position: relative; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; }
.entries .entry a img { width: 206px; height: 115px; display: block; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px; }
.entries .entry + .entry { margin-left: 17px; }
.entries .entry span.shadow { background: url(images/entry-shadow.png) no-repeat 0 0; width: 197px; height: 6px; position: absolute; bottom: -6px; left: 5px; display: block; }

/*
.services { border-top: 3px solid #fff; background: url(images/services.png) repeat-x 0 0; padding-top: 23px; }
.services h3 { padding-bottom: 14px; }
.services p { padding-bottom: 15px; }
.services .widget { float: left; width: 435px; }
.services .widget ul { list-style: none; list-style-position: outside; }
.services .contact-widget { width: 200px; float:right;} 
.services .widget + .widget { padding-left: 19px; }
.services .socials-widget { width: 219px;  }
.services .socials-widget a { width: 27px; height: 27px; background: url(images/socials.png) no-repeat 0 0; float: left; margin-right: 9px; font-size: 0; line-height: 0; text-indent: -4000px; }
.services .socials-widget a:hover { opacity: 0.7;-moz-opacity: 0.7;filter:alpha(opacity=70); }
.services .socials-widget a.facebook-ico { background-position: 0 0; }
.services .socials-widget a.twitter-ico { background-position: -36px 0; }
.services .socials-widget a.rss-ico { background-position: -72px 0; }
.services .socials-widget a.in-ico { background-position: -108px 0; }
.services .socials-widget a.skype-ico { background-position: -144px 0; }
.services .socials-widget a.google-ico { background-position: -180px 0; }
*/

.Box{border: solid 1px #5a8ece;	border-collapse: collapse;	padding: 2px 2px 2px 2px;}

.Code{	background-color: #ededed;	font-family: Courier New, Arial;	font-size: 12px;	padding: 4px;}

.BreadCrumb{color: gray; width: 100%; padding: 0; margin-bottom: 8px;	font-weight: bold;}
.BreadCrumb a:link, .BreadCrumb a:visited{	color: gray;	font-weight: bold;	text-decoration: none;}
.BreadCrumb a:link, .BreadCrumb a:visited{	color: gray;	text-decoration: underline;}

.Highlight {font-weight: bold; color: #003CBD; }

span.TitleJSK{	color: /*#f3f8fc;*/#0977f2;	font-weight: bold;}
span.TitleSoftware{	color: red; /*#DFDFDF;*/ /*#fe8107;*/}

#LeftPanel {width:14%; max-width: 160px; float: left; padding:4px;  background: -webkit-gradient(linear, left top, left bottom, from(#dbE4F4), to(#FFFFFF));
  background: -moz-linear-gradient(top, #DBE4F4 , #FFFFFF);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBE4F4, endColorstr=#FFFFFF);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DBE4F4, endColorstr=#FFFFFF, 50%)";
}

#LeftPanel h4 {color: #fff;
  font-family: Lucida, "Lucida Sans" , Verdana, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: -0.5px;
  border-bottom: 1px solid #02213B;
  text-transform: uppercase;
  margin: 0;
  padding: 4px 2px 4px 8px;
  border-radius: 4px;
  font-weight: bold;
  background: #333 url('images/h4-bg.png') repeat-x center;
  -border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;}

#LeftPanel ul{
  padding: 2px;
  list-style-type: none;
  list-style: none;
  margin-left: 0px;
}

#LeftPanel ul li{line-height: 1.5em; font-size: 13px;}
#LeftPanel ul li {display: block;
  border-bottom: 1px solid #e0e0e0;
  padding: 4px 4px 4px 0px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

#LeftPanel ul li a {text-decoration:none;  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 12px;
}

.PageContentsContainer {float: left;width: 86%; margin: 4px auto 8px auto;overflow: hidden; padding: 4px;background:white;}
.PageTitle {font-size: 16px; font-weight: bold; color: #003CBD; padding: 0px 0px 4px 0px; margin: 0px 0px 5px 0px;}

.ModuleTable {width: 100%; border-width: 0px; overflow: hidden;}
.ModuleTable .ModuleRow {height: auto; overflow: hidden;}
.ModuleTable .ModuleTableCell {float: left; width: 49%; overflow: hidden;}
.ModuleTable td, .ModuleTableCell   { padding: 4px; margin: 4px; border: solid 1px #A3C8FF; border-radius: 4px; }
.ModuleTable td:hover, .ModuleTableCell:hover { border: solid 1px #2D66B9; border-radius: 4px; }

/**** DefaultContentPanel UserControl Style [Ankit] start ****/
.DefaultContentPanel { padding: 4px; margin: 4px; color: #362B2B; border: solid 1px #81ABD5; border-radius: 4px; }
.DefaultContentPanel img { float: left; max-width: 50px; max-height: 50px; padding: 2px 0 5px 0px; }
.DefaultContentPanel .DefaultContentTitle { font-size: 14px; font-weight: bold; color: #0038E9; padding: 4px 0 4px 7px; float: left; }
.DefaultContentPanel .DefaultContentSubTitle { font-size: 12px; font-weight: normal; color: #808080; float: left; padding: 4px 0px 0px 2px; }
.DefaultContentPanel hr { clear: both; width:100%; height:1px; border:0px; background-color:#5EB7CE; margin-bottom:10px }
.DefaultContentPanel ul { padding-top:3px; clear: both; }
.DefaultContentPanel ul li { margin-left: 25px; line-height: 22px; }
/**** DefaultContentPanel UserControl Style [Ankit] end ****/
	
table.ModuleTable ul li {margin-left: 18px;}

.DModuleTable { width: 100%; }
.DModuleTable td { width: 50%; }

.FeaturePanel {padding:0;}
.FeatureImage {width: 30%;float: left;}
.FeatureContents {float: left; width: 70%; padding: 0px 4px;}
.FeatureTitle {font-weight: bold;font-size: 14px;color: #012D6F;padding-bottom: 8px; float: left;}
.FeaturePanel td { border-width: 0px !important; }
.FeaturePanelSmall {}
.FeatureImageSmall {width: 108px;height: 81px; float: left;}
.FeatureTitleSmall {font-weight: bold;font-size: 14px;color: #012D6F;padding-bottom: 8px;}

#footerlinks{background: #001741; border: solid 1px #000000; border-radius: 4px;padding: 4px; clear:both; overflow: hidden;}

.divFooterLink {float: left; margin-left: 4px; padding: 4px; width: 18%;}

.divFooterLink .Highlight {font-weight: bold; color: #FFAE00; padding: 4px 0px;}
.divFooterLink ul {list-style: none; list-style-type: none;}
.divFooterLink ul li {margin: 4px 0px; color: white;}
.divFooterLink a {color: white; text-decoration: none;}

#divContact img {clear:both;float:left; margin-right:8px;width:22px;height:22px;}

.footer { padding: 10px 0 10px 0; overflow: hidden; color: #D2E7FF; text-align: center; }
.footer-nav { float: left; overflow: hidden;}
.footer-nav ul { list-style: none; list-style-position: outside; font-size: 11px;  }
.footer-nav ul li { float: left; padding-right: 20px; }
.footer-nav ul li a { color: #a6abb2; }
.footer-nav ul li a:hover { color: white; text-decoration: none; }
.footer .copy { float: right; font-size: 11px; color: #a6abb2; }
.footer .copy a, .footer a { color: #D2E7FF; text-decoration: none; }
.footer .copy a:hover, .footer a:hover { color: White; text-decoration: none; }

/*** Request Demo form styles start ***/
.rd-container { width: 575px; line-height: 20px; text-align: left; margin: 5px auto 5px 100px; }
.rd-container .sptitle { font-weight: bold; font-size: 13px; color: #504B4B; }
.rd-container label { font-size: 13px; color: #324957; }
.rd-container .rfmark { color: Red; font-size: 10px; }
.rd-container input[type="text"], .rd-container select, .rd-container textarea { margin-bottom: 5px; padding: 5px 3px; background: #EFF5FC; border: solid 1px #B3D1F1; display: block; border-radius:4px;}
.rd-container input[type="text"]:focus, .rd-container select:focus, .rd-container textarea:focus {background: #FFFFDA; border-color:#DABF91;}
.rd-container input[type="checkbox"] { margin: 0 5px 10px 0; }
.rd-container input[type="text"] { width: 250px; }
.rd-container .rd-btn { background: url(images/col-btn.png) repeat 0 0; border: 1px solid #afd1f6; font-weight: bold; line-height: 21px; padding: 5px 15px; color: #324957; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; -o-border-radius: 4px;	text-shadow: rgba(255,255,255,0.9) 1px 1px 1px; }
.rd-container .rd-btn:hover { background-position: 0 bottom; text-decoration: none; }
/*** Request Demo form styles end ***/

/******* Master Page ******/
div.SliderFeaturePanel
        {
            width: 200px;
            padding-top: 8px;
        }
        ul.SliderFeatureList
        {
            list-style: disc;
        }
        ul.SliderFeatureList li
        {
            margin-left: 18px;
            height: auto;
        }
        ul.SliderFeatureList li a
        {
            font-weight: bold;
            color: #EAF7FF;
            text-decoration: none;
        }
/******* Master Page Style Ends ******/

#social {float:right; padding: 4px;}
#social img {width: 34px; height: 34px;}
#logo img{width: 100px;height: 61px;}
#showcase {background:#3791C6; margin: 4px auto; width: 100%; padding: 8px; border: solid 1px darkblue; border-radius: 4px; overflow: hidden;}
#showcase h2 {font-size: 18px;font-weight: bold;color: #fff;text-shadow: rgba(0,0,0,0.5) 1px 1px 1px; padding-bottom: 4px;}
#showcase .ShowcaseSection {width: 24%; float: left; padding: 4px; text-align: center;}
#showcase .ShowcaseSection img {max-width: 100%; height: 150px; border: none;}


/**************** Navigation */



/********************** Mobile Support ***************/
@media only screen and (max-width : 1000px) {
    #ifrmSlider {display: none;}
    #LeftPanel {display: none;}
    .PageContentsContainer {width: 100%;float: none;}
}


@media only screen and (max-width : 800px) {
    .shell {width: 97%;}
    #logo img {width: 80px; height: 49px;}
    #logo span {font-size: 31px;}
    #PunchLine {font-size: 12px;}

    #social img {width: 25px; height: 25px;}

    #ifrmSlider {display: none;}
    .footer-nav {float: none; text-align: center;}
    .footer .copy {float: none; margin: 8px auto; display: block; text-align: center;}
    .ModuleTable .ModuleTableCell {width: 99%; float: none;}

    #showcase {display:none;}

    .divFooterLink {width: 48%; padding: 4px;}
    .divFooterLink:nth-child(odd) {clear:both;}
    .divFooterLink ul li {margin: 4px 0px;}
}

@media only screen and (max-width : 600px) {
    #wrapper {padding-top: 0px;}
    .shell {width: 99%;}

    .header {padding: 4px 0px;}

    #logo img {width: 65px; height: 40px;}
    #logo span {font-size: 31px;}

    #divCompany {margin-left: 13px; padding-top: 8px;}

    #PunchLine {display:none;}

    .container {padding: 4px 4px;}

    #social {display: none;}


    #menuLink {display: block;float: right;width: 35px;color: #FFF;min-height: 35px;padding: 4px 15px 0 0;text-align: right;text-decoration: none;}
    .menuBarGroup {background-color: #eee;border: solid 1px #ccc;border-radius: 5px;display: block;overflow: auto;padding: 2px;width: 28px;}
    .menuBar {background-color: #000;display: block;height: 3px;margin: 3px auto; width: 19px;}

    nav.open {height: auto;min-height: 110px;max-height: 150px; margin-bottom: 4px;}

    .navTop {height: 0px; float: none; line-height: normal; padding-bottom: 0px;-webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;}

    .navTop ul {background: #001741; text-shadow: initial;}

    .navTop ul li,.navTop ul > li.last, .navTop ul > li.first 
    {border-bottom: none; background: transparent;float: none;padding: 10px 0;text-align: center;width: auto;}

    .navTop ul li a, .navTop ul > li.first a, .navTop ul > li.last a
    {background:transparent;color:white;border: none; border-left: none; background: transparent;float:none;}

    .navTop ul li a:hover, .navTop ul li.active a{background: transparent;color: white;text-decoration: underline;}
}

@media only screen and (max-width : 400px) {
    .header {padding: 2px 0px;}
    #logo span {font-size: 22px;}
    
    .container {padding: 2px 2px;}

    #social {display: none;}

    .divFooterLink{float: none; display:block; margin: 2px auto; width: 100%; padding: 4px;border:solid 1px #7E8CA5; border-radius: 4px;}
}



/*------------------css/style.css Ends ----------------- */

