*{ font-family:'Muli'; }
.btn-1{ background:url(img/others/btn-1-bg.png); color:#FFF; }
.btn-2{ background:#ff8300; color:#FFF; }
.btn-3{ background:#ed1c24; color:#FFF; }
.btn-4{ background:url(img/others/btn-2-bg.png); color:#FFF; }

header{ margin-bottom:15px;}
header .header-top { background:#ececec;  background:#ececec; padding:5px 0;  }
header .header-top ul{ margin:0; }
header .header-middle{}
header .header-middle .logo{ margin:10px 0;}
header .header-middle .top-ad{ margin:10px 0;}
header .header-middle .top-menu{ margin:15px 0;}
header .header-menu{}
header .header-menu nav{ background-color:white; margin-bottom:0; border:none; border-radius:0px; }
header .header-menu nav a{ font-size:14px; color:#0c2949; text-transform:uppercase; }
header .header-menu nav a:hover{ background-color:whitesmoke; }
header .header-menu .secondary-nav-bar{ background-color:whitesmoke; padding:5px; }
header .header-menu .secondary-nav-bar ul{ margin:0; }
header .header-menu .secondary-nav-bar ul li{ font-size:14px; color:#0c2949; }
header .header-menu .secondary-nav-bar ul li a{ font-size:14px; color:#0c2949; }
header .header-menu .secondary-nav-bar .secondary-nav-bar-inner{ background-color:whitesmoke; padding:6px; border:1px solid #b7b5b5; border-radius:3px; }
header .header-menu .secondary-nav-bar .secondary-nav-bar-main{ padding:6px; }
header .header-bottom .carousel-caption{ background:#3985c5; padding:20px; border-radius:30px 0 30px 0; }
header .header-bottom .carousel-caption h2{ font-size:18px; color:#FFF; font-family:'CalibriBold'; margin-top:0; }
header .header-bottom .carousel-caption li{ font-size:16px; color:#FFF; background:url(img/others/tick.png) no-repeat scroll left center; padding-left:15px; margin-bottom:10px;}
header .header-wigdet{ background:url(img/others/widget-bg.jpg) no-repeat scroll center center #0c2a4a; background-size:100%; padding:0 25px; }
header .header-wigdet h3{ color:#FFF; font-size:18px; font-family:'CalibriBold';}
header .header-wigdet p{ color:#FFF; font-size:14px; }
header .header-wigdet .widget-box{ background:url(img/others/divider.png) no-repeat scroll right center; padding-right:25px;}
header .header-wigdet .widget-box.no-bg{ background:none; padding-right:0; }
header .header-wigdet select{ background:#3f596e; border:none; color:#FFF;  }

.panel-new{}
.panel-new .panel-heading{ background:url(img/others/pannel-head-bg.png) repeat-x scroll 0 0 #114b9b; }
.panel-new .panel-heading h3{ color:#FFF; font-size:14px;  font-family:'CalibriBold'; margin:0; }
.panel-new .panel-body{ background:#f5f5f5; }
.panel-new .panel-body.dark{ background:#17446a; }
.panel-new .panel-footer.dark{ background:#17446a; }

.table-new{}
.table-new th{ background:#183b59; color:#FFF; font-size:12px; }
.table-new .even td{ background:#FFF; }
.table-tab th{ border:none !important; color:#FFF;  }
.table-tab td{ border:none !important; color:#FFF;  }

.tab-content{ background:#0f253a; }
.nav-tabs .active a{ background:#0f253a !important; border:none !important; }
.nav-tabs > li { float: left; margin-bottom: -3px !important;}
.nav-tabs > li a{ color:#FFF !important; }
.content{}
.content .top-widget{ margin-bottom:15px; }
.content .post:first-child, .content .post:last-child{ border:none; }
.content .post { border-bottom: 1px solid #103354; border-top: 1px solid #275a7e; padding-top: 5px;}
.content .post p{ color:#FFF; font-size:12px; }
.content .sidebar{}
.content .sidebar .icon-list{}
.content .sidebar .icon-list li{ padding:5px; background:#f5f5f5; border-top:1px solid #fafafa; border-bottom:1px solid #eff0f0; }
.content .sidebar .icon-list li:first-child, .content .sidebar .icon-list li:last-child{ border:none; }
.content .sidebar .icon-list li a{ color:#222222; font-size:12px; }
.content .sidebar .icon-list li a i{ margin-right:15px; }

footer  
{
  /*  background: none repeat scroll 0 0 #000000; */
   background:#0c2949;
    }
footer ul li{ color:#FFF; font-size:14px; }
footer ul li a{ color:#FFF; font-size:14px; }
footer p{ color:#FFF; font-size:14px; margin-bottom:0; }

@media (max-width: 1000px) {
header .header-wigdet{ background:#0c2a4a; background-size:100%; padding:10px; }
header .header-wigdet .widget-box{ background:none; padding:0; }
}

.popup-content 
{
/*	padding:25px;*/
padding:8px;
	
}
.popup-content h3{ color:#393939; font-size:24px;text-align:left; font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-style:italic; margin-top:0; }
.popup-content h3 span{ color:#4683c0; font-size:24px;  font-family:Georgia, "Times New Roman", Times, serif; font-weight:bold; font-style:italic; margin-top:0;}

footer{
  /*background: none repeat scroll 0 0 #000000;*/
   background:#0c2949;
  padding: 25px;
}
.container-non-responsive{
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 1170px;
}
.modal-header{ border:none !important; }

.bottom-ads{ margin-bottom:15px;}
.button-whitesmoke {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ebebeb));
	background:-moz-linear-gradient(top, #ffffff 5%, #ebebeb 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #ebebeb 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #ebebeb 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #ebebeb 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #ebebeb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b5b5b5;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	font-family:Arial;
	font-size:15px;
	padding:12px 22px;
	text-decoration:none;
}
.button-whitesmoke:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #ebebeb 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #ebebeb 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #ebebeb 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #ebebeb 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #ebebeb 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0);
	background-color:#ebebeb;
}
.button-whitesmoke:active {
	position:relative;
	top:1px;
}

.button-blue {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #ebebeb));
	background:-moz-linear-gradient(top, #ffffff 5%, #ebebeb 100%);
	background:-webkit-linear-gradient(top, #ffffff 5%, #ebebeb 100%);
	background:-o-linear-gradient(top, #ffffff 5%, #ebebeb 100%);
	background:-ms-linear-gradient(top, #ffffff 5%, #ebebeb 100%);
	background:linear-gradient(to bottom, #ffffff 5%, #ebebeb 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0);
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #b5b5b5;
	display:inline-block;
	cursor:pointer;
	color:#000000;
	/*font-family:Lucida Grande,Helvetica,Arial,Verdana,sans-serif;
	font-size:14px;*/
	padding:5px 13px;
	text-decoration:none;
	font-variant:normal;
	
}
.button-blue:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ebebeb), color-stop(1, #ffffff));
	background:-moz-linear-gradient(top, #ebebeb 5%, #ffffff 100%);
	background:-webkit-linear-gradient(top, #ebebeb 5%, #ffffff 100%);
	background:-o-linear-gradient(top, #ebebeb 5%, #ffffff 100%);
	background:-ms-linear-gradient(top, #ebebeb 5%, #ffffff 100%);
	background:linear-gradient(to bottom, #ebebeb 5%, #ffffff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebebeb', endColorstr='#ffffff',GradientType=0);
	background-color:#ebebeb;
}
.button-blue:active {
	position:relative;
	top:1px;
}

/******************** Twitter style lable ******************/
.twitterStyleTextbox {
    border: 1px solid #c4c4c4;
    width: 280px;
   /* height: 15px;*/
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

    .twitterStyleTextbox:focus {
        outline: none;
        border: 1px solid #7bc1f7;
        box-shadow: 0px 0px 8px #7bc1f7;
        -moz-box-shadow: 0px 0px 8px #7bc1f7;
        -webkit-box-shadow: 0px 0px 8px #7bc1f7;
    }

.twitterStylediv {
    padding: 10px;
    margin: 0 1px;
    border-radius: 3px;
    color: #000;
   /* font-size: 12px;*/
    background: -moz-linear-gradient(#f9f9f9, #f1f1f1); /* FF 3.6+ */
    background: -ms-linear-gradient(#f9f9f9, #f1f1f1); /* IE10 */
    background: -webkit-linear-gradient(#f9f9f9, #f1f1f1); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#f9f9f9, #f1f1f1); /* Opera 11.10 */
    background: linear-gradient(#f9f9f9, #f1f1f1); /* the standard */
    -pie-background: linear-gradient(#f9f9f9, #f1f1f1);
        behavior: url(../js/PIE.htc);
    border: 2px solid #e0e0e0;
}

.twitterStyledivBlue {
    padding: 10px;
    margin: 0 1px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    background: -moz-linear-gradient(#f9f9f9, #A3D3F9); /* FF 3.6+ */
    background: -ms-linear-gradient(#f9f9f9, #A3D3F9); /* IE10 */
    background: -webkit-linear-gradient(#f9f9f9, #A3D3F9); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#f9f9f9, #A3D3F9); /* Opera 11.10 */
    background: linear-gradient(#f9f9f9,#A3D3F9); /* the standard */
    -pie-background: linear-gradient(#f9f9f9,#A3D3F9);
        behavior: url(../js/PIE.htc);
    border: 2px solid #e0e0e0;
}
.twitterStyledivBlack {
    padding: 10px;
    margin: 0 1px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    background: -moz-linear-gradient(#000000, #000000); /* FF 3.6+ */
    background: -ms-linear-gradient(#000000, #000000); /* IE10 */
    background: -webkit-linear-gradient(#000000, #000000); /* Safari 5.1+, Chrome 10+ */
    background: -o-linear-gradient(#000000, #000000); /* Opera 11.10 */
    background: linear-gradient(#000000,#000000);  /* the standard */
    -pie-background: linear-gradient(#000000,#000000);
        behavior: url(../js/PIE.htc);
    border: 2px solid #000000;
}

.twitterStyledropdown {
    border: 1px solid #c4c4c4;
    width: 280px;
    height: 15px;
    font-size: 13px;
    padding: 4px 4px 4px 4px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    box-shadow: 0px 0px 8px #d9d9d9;
    -moz-box-shadow: 0px 0px 8px #d9d9d9;
    -webkit-box-shadow: 0px 0px 8px #d9d9d9;
}

.down:after
			{
				content:"\f0d7";
				width: 1.28571em;
				text-align: center;
				display: inline-block;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				font-size-adjust: none;
				font-stretch: normal;
				font-feature-settings: normal;
				font-language-override: normal;
				font-kerning: auto;
				font-synthesis: weight style;
				font-variant: normal;
				font-size: inherit;
				text-rendering: auto;
		
			}
			.up:after
			{
				content:"\f0d8";
				width: 1.28571em;
				text-align: center;
				display: inline-block;
				font-family: FontAwesome;
				font-style: normal;
				font-weight: normal;
				line-height: 1;
				font-size-adjust: none;
				font-stretch: normal;
				font-feature-settings: normal;
				font-language-override: normal;
				font-kerning: auto;
				font-synthesis: weight style;
				font-variant: normal;
				font-size: inherit;
				text-rendering: auto;
		
			}
			
			.page_enabled, .page_disabled
        {
            display: inline-block;
            height: 20px;
            min-width: 20px;
            line-height: 20px;
            text-align: center;
            text-decoration: none;
            border: 1px solid #ccc;
        }
        .page_enabled
        {
            background-color: #eee;
            color: #000;
        }
        .page_disabled
        {
            background-color: #6C6C6C;
            color: #fff !important;
        }
			/**/
.wrapper-dropdown-5 {

line-height: 1;
border: 1px solid gray;
padding: 0px;
border-radius: 0px;
width: 100%;
position: relative;
z-index: 10;
font-size: 1em;
padding: 4px;
}

   header .top-row {
        overflow: hidden;
        padding: 8px 0;
       /* background: -moz-linear-gradient(#0B4E82,#052850); 
        background: -ms-linear-gradient(#0B4E82,#052850);
        background: -webkit-linear-gradient(#0B4E82,#052850);
        background: -o-linear-gradient(#0B4E82,#052850); 
        background: linear-gradient(#0B4E82,#052850); 
        -pie-background: linear-gradient(#0B4E82,#052850);
       
        behavior: url(../js/PIE.htc);*/
        text-decoration: none !important;
    }

.header-left-links {
    overflow: hidden;
}

    .header-left-links li {
        float: left;
        background: url(../img/header-left-separator.gif) no-repeat right 7px;
        line-height: 16px;
        padding: 3px 8px 3px 7px;
    }

        .header-left-links li:first-child {
            padding-left: 0px !important;
        }

        .header-left-links li.last {
            background: none;
        }

        .header-left-links li.blog {
            margin-left: 15px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            padding: 3px 12px;
            background: -moz-linear-gradient(#4EABF0,#A3D3F9); /* FF 3.6+ */
            background: -ms-linear-gradient(#4EABF0,#A3D3F9); /* IE10 */
            background: -webkit-linear-gradient(#4EABF0,#A3D3F9); /* Safari 5.1+, Chrome 10+ */
            background: -o-linear-gradient(#4EABF0,#A3D3F9); /* Opera 11.10 */
            background: linear-gradient(#4EABF0,#A3D3F9); /* the standard */
            -pie-background: linear-gradient(#4EABF0,#A3D3F9);
            behavior: url(../js/PIE.htc);
        }

        .header-left-links li a {
            /*color: #fff;*/
            font-weight: bold;
            text-decoration: none;
        }

        .header-left-links li.blog a {
            color: #000;
        }

        .header-left-links li a:hover {
            text-decoration: underline;
        }

.header-right-links {
    overflow: hidden;
}
    .header-right-links .fb-like {width:55px; height:25px;overflow:hidden;float:left;margin-right:10px; }
    .header-right-links .twitter-follow-button {overflow:hidden;float:left;margin-right:10px;margin-top:3px;  }
    .header-right-links .TodaysDate {
        color: #fff;float:left; font-size:11px;margin-top:3px;
    }

header .middle-row {
    padding: 12px 0 10px 0;
 /*   margin-bottom: 10px; */
    z-index: 10;
    overflow: hidden;
}

    header .middle-row .logo {
        display: inline-block;
        width: 330px;
        height: 92px;
    }
    /*
 * Component: Box
 * --------------
 */
 
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border: 1px solid #d2d6de;
 /* border-top: 3px solid #d2d6de;*/
  margin-bottom: 20px;
  width: 100%;
 /* box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2)*/
}
.box.box-primary {
  border-top-color: #3c8dbc;
}
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #dd4b39;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.box-default {
  border-top-color: #d2d6de;
}
.box.collapsed-box .box-body,
.box.collapsed-box .box-footer {
  display: none;
}
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .border-right {
  border-right: 1px solid #f4f4f4;
}
.box .border-left {
  border-left: 1px solid #f4f4f4;
}
.box.box-solid {
  border-top: 0;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid > .box-header .btn:hover,
.box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1);
}


.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

.box.box-solid.box-default > .box-header {
  color: #444444;
  background: #d2d6de;
  background-color: #F6F8F9;
}
/*.box.box-solid.box-default > .box-header {
	
background: rgb(246,248,249); 
background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%, rgba(229,235,238,1) 27%, rgba(215,222,227,1) 47%, rgba(215,222,227,1) 53%, rgba(245,247,249,1) 100%); 
background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 27%,rgba(215,222,227,1) 47%,rgba(215,222,227,1) 53%,rgba(245,247,249,1) 100%); 
background: linear-gradient(to bottom, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 27%,rgba(215,222,227,1) 47%,rgba(215,222,227,1) 53%,rgba(245,247,249,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#f5f7f9',GradientType=0 ); 
}*/
.box.box-solid.box-default > .box-header a,
.box.box-solid.box-default > .box-header .btn {
  color: #444444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-primary > .box-header {
  color: #ffffff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a,
.box.box-solid.box-primary > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-info > .box-header {
  color: #ffffff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a,
.box.box-solid.box-info > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}
.box.box-solid.box-danger > .box-header {
  color: #ffffff;
  background: #dd4b39;
  background-color: #dd4b39;
}
.box.box-solid.box-danger > .box-header a,
.box.box-solid.box-danger > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-warning > .box-header {
  color: #ffffff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a,
.box.box-solid.box-warning > .box-header .btn {
  color: #ffffff;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid.box-success > .box-header {
  color: #ffffff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a,
.box.box-solid.box-success > .box-header .btn {
  color: #ffffff;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box > .overlay,
.overlay-wrapper > .overlay,
.box > .loading-img,
.overlay-wrapper > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box .overlay,
.overlay-wrapper .overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}
.box .overlay > .fa,
.overlay-wrapper .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}
.box .overlay.dark,
.overlay-wrapper .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box-header:before,
.box-body:before,
.box-footer:before,
.box-header:after,
.box-body:after,
.box-footer:after {
  content: " ";
  display: table;
}
.box-header:after,
.box-body:after,
.box-footer:after {
  clear: both;
}
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
   text-shadow: 0px 4px 4px rgba(255, 255, 255, 0.2);
   font-weight:bold;
   font-variant:normal;
}

.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.collapsed-box .box-header.with-border {
  border-bottom: none;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion,
.box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}
.box-header > .fa,
.box-header > .glyphicon,
.box-header > .ion {
  margin-right: 5px;
}
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  color: #97a0b3;
}
.open .btn-box-tool,
.btn-box-tool:hover {
  color: #606c84;
}
.btn-box-tool.btn:active {
  box-shadow: none;
}
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.box-body > .table {
  margin-bottom: 0;
}
.box-body .fc {
  margin-top: 5px;
}
.box-body .full-width-chart {
  margin: -19px;
}
.box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #ffffff;
}
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}
.box-comments {
  background: #f7f7f7;
}
.box-comments .box-comment {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}
.box-comments .box-comment:before,
.box-comments .box-comment:after {
  content: " ";
  display: table;
}
.box-comments .box-comment:after {
  clear: both;
}
.box-comments .box-comment:last-of-type {
  border-bottom: 0;
}
.box-comments .box-comment:first-of-type {
  padding-top: 0;
}
.box-comments .box-comment img {
  float: left;
}
.box-comments .comment-text {
  margin-left: 40px;
  color: #555;
}
.box-comments .username {
  color: #444;
  display: block;
  font-weight: 600;
}
.box-comments .text-muted {
  font-weight: 400;
  font-size: 12px;
}

input[type=radio], input[type=checkbox] {
	    display:none;
	}
	input[type=radio] + label{
	padding-right: 6px
	}
	input[type=radio] + label:before {
	    content: "";  
	    display: inline-block;  
	    width: 15px;  
	    height: 15px;  
	    vertical-align:middle;
	    margin-right: 8px;  
	    background-color: white;
		box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3) inset;
		border-radius: 8px;
		border: 1px solid #D1CFCF;
	}
	input[type=checkbox] + label:before {
	    content: "";  
	    display: inline-block;  
	    width: 15px;  
	    height: 15px;  
	    vertical-align:middle;
	    margin-right: 8px;  
	     background-color: white; 
	    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
	    border-radius: 4px;  
	}
	input[type=radio]:checked + label:before {
		content: "\2022";
		color:#5E9BD0;
	   
		font-size:1.8em;
		text-align:center;
		line-height:14px;
		text-shadow:0px 0px 3px #eee;
	}
	input[type=checkbox]:checked + label:before {
		content:"\2714";
		color:#5E9BD0;
	    
		text-align:center;
		line-height:15px;
	    text-shadow:0px 0px 3px #eee;
	}
	
	 .GridPager a, .GridPager span
    {
        display: block;
        height: 15px;
        width: 15px;
        font-weight: bold;
        text-align: center;
        text-decoration: none;
    }
    .GridPager a
    {
        background-color: #f5f5f5;
        color: #969696;
        border: 1px solid #969696;
    }
    .GridPager span
    {
        background-color: #A1DCF2;
        color: #000;
        border: 1px solid #3AC0F2;
    }
    
        input[type="text"],select
    {
        border: 1px solid #c4c4c4;
        padding: 5px;
        border-radius: 4px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        box-shadow: 0px 0px 8px #d9d9d9;
        -moz-box-shadow: 0px 0px 8px #d9d9d9;
        -webkit-box-shadow: 0px 0px 8px #d9d9d9;
    }
    textarea:focus,input[type="text"]:focus,input[type="password"]:focus,select:focus
{
    box-shadow: inset 0 0 1px #888;
    border-color: #3C8CDD;
    
}


/******  vertical menu css *******/
 #ver_cssmenu, #ver_cssmenu ul, #ver_cssmenu li, #ver_cssmenu a
        {
            margin: 0;
            padding: 0;
            border: 0;
            list-style: none;
            font-weight: normal;
            text-decoration: none;
            line-height: 1;
          
            position: relative;
        }
        #ver_cssmenu a
        {
            line-height: 1.3;
        }
        #ver_cssmenu
        {
            width: 100%;
            background: #fff;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 3px;
            border:1px solid rgba(182, 191, 203, 0.6);
             /*-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
            -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
           box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);*/
        }
        #ver_cssmenu > ul > li
        {
            margin: 0 0 2px 0;
        }
        #ver_cssmenu > ul > li:last-child
        {
            margin: 0;
        }
        #ver_cssmenu > ul > li > a
        {
            font-size: 15px;
            display: block;
            color: #000;
             /* text-shadow: 0 1px 1px #000;
            background: #565656;
            background: -moz-linear-gradient(#565656 0%, #323232 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #323232));
            background: -webkit-linear-gradient(#565656 0%, #323232 100%);
            background: linear-gradient(#565656 0%, #323232 100%);*/
            background:rgb(246, 248, 249) none repeat scroll 0% 0%;
            border: 1px solid rgb(207, 207, 207);
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            padding: 4px;
        }
        #ver_cssmenu > ul > li > a > span
        {
            display: block;
           /* border: 1px solid #666666;*/
            padding: 6px 10px;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
            font-weight: bold;
        }
        #ver_cssmenu > ul > li > a:hover
        {
            text-decoration: none;
        }
        #ver_cssmenu > ul > li.active
        {
            border-bottom: none;
        }
        #ver_cssmenu > ul > li.active > a
        {
            background: #97be10;
            background: -moz-linear-gradient(#97be10 0%, #79980d 100%);
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #97be10), color-stop(100%, #79980d));
            background: -webkit-linear-gradient(#97be10 0%, #79980d 100%);
            background: linear-gradient(#97be10 0%, #79980d 100%);
            color: #fff;
            text-shadow: 0 1px 1px #000;
            border: 1px solid #79980d;
        }
        #ver_cssmenu > ul > li.active > a span
        {
            border: 1px solid #97be10;
        }
        #ver_cssmenu > ul > li.has-sub > a span
        {
            background: url(images/icon_plus.png) 98% center no-repeat;
        }
        #ver_cssmenu > ul > li.has-sub.active > a span
        {
            background: url(images/icon_minus.png) 98% center no-repeat;
        }
        /* Sub menu */#ver_cssmenu ul ul
        {
            padding: 5px 12px;
            display: block;
        }
        #ver_cssmenu ul ul li
        {
            padding: 3px 0;
            
        }
        #ver_cssmenu ul ul a
        {
            display: block;
            color: #595959;
           /* font-size: 13px;
            font-weight: bold;*/
            padding:8px 0px 7px 11px;
            background: rgba(245, 245, 245, 0.84);
             -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
            border-radius: 4px;
        }
        #ver_cssmenu ul ul a:hover
        {
            /*color: #79980d;*/
            color:#2A6496;
            background:rgba(227, 229, 233, 0.8) none repeat scroll 0% 0%;
        }
        /***********end vert menu**************/
        /*******/
        .divHead
        {
			font-size: 15px;
			display: block;
			color: #000;
			background: rgb(246, 248, 249) none repeat scroll 0% 0%;
			border: 1px solid rgb(207, 207, 207);
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
			padding: 4px;
			margin-bottom:4px;
        }
        .divFooter
        {
			font-size: 15px;
			display: block;
			color: #000;
			background: rgb(246, 248, 249) none repeat scroll 0% 0%;
			border: 1px solid rgba(207, 207, 207,0.75);
			
			-webkit-border-bottom-left-radius: 4px;
			-moz-border-bottom-left-radius: 4px;
			border-bottom-left-radius: 4px;
			-webkit-border-bottom-right-radius: 4px;
			-moz-border-bottom-right-radius: 4px;
			border-bottom-right-radius: 4px;
			padding: 4px;
        }
         /**stock alert noty**/
        
#notification_li{position:relative}
#notificationContainer {
background-color: #FFFDFD;
border: 1px solid rgba(100, 100, 100, .4);
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
overflow: visible;
position: absolute;
top: 30px;
margin-left: -188px;
width: 400px;
z-index: 3;
display: none;
}
#notificationContainer:before {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
color: transparent;
border: 10px solid black;
border-color: transparent transparent rgb(207, 207, 207);
margin-top: -20px;
margin-left: 188px;
}
#notificationTitle {
z-index: 1000;
font-weight: bold;
padding: 8px;
font-size: 13px;
width: 100%;
border-bottom: 1px solid #dddddd;
text-align:center;
background: rgb(246, 248, 249) none repeat scroll 0% 0%;
}
#notificationsBody {
padding: 15px 0px 0px 0px !important;
min-height:63px;
}
#notificationFooter {
background-color: #e9eaed;
text-align: center;
font-weight: bold;
padding: 8px;
font-size: 12px;
border-top: 1px solid #dddddd;
}
#notification_count,#ctl00_notification_count {
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 9px;
    border-radius: 7px;
    position: absolute;
    margin-top: -6px;
    font-size: 10px;
    padding: 1px 5px 1px 5px;
}
#tblNoty 
{
	margin-bottom:10px;
}
#tblNoty tr td
{
padding:7px;
border-bottom:solid 1px #dddddd;
background-color: rgb(240, 239, 239);

}
#tblNoty tr:hover td
{
	background:#F5F5F5 ;
}
#tblNoty tr td:first-child
{
	border-right:none;
}
/***************/
/********* other admin notifications ***********/

/**stock alert noty**/
        
#notification_li1{position:relative}
#notificationContainer1 {
background-color: #FFFDFD;
border: 1px solid rgba(100, 100, 100, .4);
-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .25);
overflow: visible;
position: absolute;
top: 30px;
margin-left: -188px;
width: 400px;
z-index: 3;
display: none;
}
#notificationContainer1:before {
content: '';
display: block;
position: absolute;
width: 0;
height: 0;
color: transparent;
border: 10px solid black;
border-color: transparent transparent rgb(207, 207, 207);
margin-top: -20px;
margin-left: 188px;
}
#notificationTitle1 {
z-index: 1000;
font-weight: bold;
padding: 8px;
font-size: 13px;
width: 100%;
border-bottom: 1px solid #dddddd;
text-align:center;
background: rgb(246, 248, 249) none repeat scroll 0% 0%;
}
#notificationsBody1 {
padding: 15px 0px 0px 0px !important;
min-height:63px;
}
#notificationFooter1 {
background-color: #e9eaed;
text-align: center;
font-weight: bold;
padding: 8px;
font-size: 12px;
border-top: 1px solid #dddddd;
}
#notification_count1, #ctl00_notification_count1 {
    background: #cc0000;
    color: #ffffff;
    font-weight: bold;
    margin-left: 9px;
    border-radius: 7px;
    position: absolute;
    margin-top: -6px;
    font-size: 10px;
    padding: 1px 5px 1px 5px;
}
#tblNoty1
{
	margin-bottom:10px;
}
#tblNoty1 tr td
{
padding:7px;
border-bottom:solid 1px #dddddd;
background-color: rgb(240, 239, 239);

}
#tblNoty1 tr:hover td
{
	background:#F5F5F5 ;
}
 #tblNoty1 tr td:first-child .ad
        {
            background: transparent url("img/bb.jpg") no-repeat scroll left;
            padding: 21px;
            background-size: 24px;
        }
        #tblNoty1 tr td:first-child img
        {
            width:30px;
              border-radius: 50%;
              margin-right:5px;
        }
/***************/
/******************** Lists ******************/
ul.category-news {
    margin: 0 2px 2px;
    padding-top: 2px;
}

    ul.category-news li {
        background: url(img/line-1.png) no-repeat left bottom;
        line-height: 30px;
    }

        ul.category-news li a {
            color: #525252;
            text-decoration: none;
            background: url(img/bullet.png) no-repeat left center;
            padding-left: 15px;
        }

ul.category-about {
    margin: 0 10px 10px;
    padding-top: 10px;
}

    ul.category-about div {
        background: url(img/line-2.png) no-repeat center bottom;
    }

    ul.category-about li {
        color: #525252;
        text-decoration: none;
        background: url(img/bullet.png) no-repeat left center;
        padding-left: 15px;
        line-height: 40px;
    }

.underline {
    background: url(img/line-2.png) no-repeat center bottom;
    margin: 0;
}

dl.Candlesticks, dl.stocksscreener {
    margin: 0 10px 10px;
    padding-top: 10px;
}

    dl.Candlesticks dt, dl.stocksscreener dt {
        display: block;
        line-height: 20px;
        margin-bottom: 10px;
        font-weight: bold;
        border: none;
        border-top-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #000;
        padding: 5px 0 5px 10px;
        background: -moz-linear-gradient(#4EABF0,#A3D3F9); /* FF 3.6+ */
        background: -ms-linear-gradient(#4EABF0,#A3D3F9); /* IE10 */
        background: -webkit-linear-gradient(#4EABF0,#A3D3F9); /* Safari 5.1+, Chrome 10+ */
        background: -o-linear-gradient(#4EABF0,#A3D3F9); /* Opera 11.10 */
        background: linear-gradient(#4EABF0,#A3D3F9); /* the standard */
        -pie-background: linear-gradient(#4EABF0,#A3D3F9);
        
        
        behavior: url(js/PIE.htc);
    }

        dl.Candlesticks dt span, dl.stocksscreener dt span {
            float: left;
            width: 75%;
            font-weight: bold;
        }

    dl.Candlesticks dd, dl.stocksscreener dd {
        line-height: 25px;
        padding: 0;
        color: #575656;
        overflow: hidden;
    }

        dl.Candlesticks dd span, dl.stocksscreener dd span {
            float: left;
            width: 75%;
            padding-left: 10px;
            font-weight: normal;
        }

        dl.Candlesticks dd a, dl.stocksscreener dd a {
            color: #575656;
            text-decoration: none;
            font-weight: bold;
        }

            dl.Candlesticks dd a:hover, dl.stocksscreener dd a:hover {
                text-decoration: underline;
                font-weight: bold;
            }
/***********************************************/

.rlistCss input[type=radio],.rlistCss input[type=checkbox] {
		display:none;
	}

.rlistCss input[type=radio] + label,.rlistCss input[type=checkbox] + label {
		border-left: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #b3b3b3;
    display:inline-block;
		padding: 4px 12px;
		margin-bottom: 0;
		font-size: 14px;
		line-height: 20px;
		color: #333;
		text-align: center;
		text-shadow: 0 1px 1px rgba(255,255,255,0.75);
		vertical-align: middle;
		cursor: pointer;
		background-color: #f5f5f5;
		background-repeat: repeat-x;
		-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -2px;
}

	.rlistCss input[type=radio]:checked + label,.rlistCss input[type=checkbox]:checked + label{
		   background-image: none;
		outline: 0;
		-webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		-moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
		box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
			background-color:#e0e0e0;
	}


