/* CSS Document */
.dropdown-menu{ margin-top:-1px;

-webkit-border-radius:0px 0px 4px 4px;-moz-border-radius:0px 0px 4px 4px;border-radius:0px 0px 4px 4px;
}
.navbar .nav > li > a{ text-transform:uppercase;}

 .demo {
  width:100%;
  margin: 0px auto;
  overflow: hidden;
  border: 1px solid #e8e8e8;
  border-right:0px;

  border-radius: 1px;
  background: #ee7e2c;
  box-shadow: none;
  color: #646464;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Droid Sans', sans-serif;
  line-height: 22px;
			
        }
.wrapper a {
    color: #EE7E2C;
    display: inline-block;
    font-size: 13px;
    padding-bottom: 20px;
    text-decoration: none;
    vertical-align: middle;
}
.wrapper a i {
    color: #ee7e2c;
    font-size: 18px;
    vertical-align: middle;
}

.resp-tabs-container h4 {
    border-bottom: 1px dotted #CCCCCC;
    color: #FF9900;
    font-size: 14px;
    padding-bottom: 5px;
}

/*modal*/
body .modal
{
width:1000px;
margin-top:100px;
margin-left:-460px;
}
#btn-cust .btn-pad{ padding-right:5px;box-shadow: 0 0 77px #ffb633 inset;/*background:#e9a533;*/ min-height:505px;}
#btn-cust .box-pad{ padding:9px; padding-bottom:15px;}

.row-fluid.minimum-height [class*="span"]{ min-height:20px;}

.table-bordered{ border-radius:0px 0px 4px 4px;}
.modal-body .table thead:first-child tr{ 
  color:#333333;
  font-weight:normal;
  background: #d4d7db;
  background-color: #d4d7db;
    border: 1px solid #d4d7db;
}
.modal .modal-body{ 
border-radius:5px 5px 5px 5px;
border: 1px solid #d4d7db;
    box-shadow: 0 0 77px #d4d7db inset;}
.modal{ border:none;}
.modal .modal-header h3{color: #fff; font-weight:500; line-height:20px;}
.modal .modal-header {
border-radius:5px 5px 0px 0px;

 border: 1px solid #fc8600;
 border-bottom: 0;
 /* box-sizing: border-box;*/
  background-image: -moz-linear-gradient(top, #fc8600, #dd5a00);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fc8600), to(#dd5a00));
  background-image: -webkit-linear-gradient(top, #fc8600, #dd5a00);
  background-image: -o-linear-gradient(top, #fc8600, #dd5a00);
  background-image: linear-gradient(to bottom, #fc8600, #dd5a00);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9a533', endColorstr='#dd5a00', GradientType=0);
 }	
.modal .modal-header .close {
    color: #ffffff;
    margin: 0;
    opacity: 1;
    padding: 0;
    position: absolute;
    right: 10px;
    text-shadow: 0 1px 0 #FFFFFF;
    top: 5px;
}
.thumbnail.pad1{
padding: 20px;
border-color: #D8D8D8;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
	margin-bottom:15px;
}


.no-pad{ padding-bottom:0px; padding-top:11px;}
.formtable{ border:1px solid #DDDDDD;border-collapse:collapse;}
	.formtable th, .formtable td{border:1px solid #DDDDDD; border-collapse:collapse;}
	.formtable tr td{ padding:8px;}
	.formtable tbody tr:nth-child(2n+1) td, .formtable tbody tr:nth-child(2n+1) th{ background-color:#f8f8f8;}
	.formtable tr:nth-child(2n+1) td, .formtable tr:nth-child(2n+1) th{ background-color:#f8f8f8;}
	.heading h1{color: #000000;
    font-family: 'Candara';
    font-size: 21px;
    font-weight: 500;
    margin: 0;
    padding: 0 0 10px;
    text-align: left;}
	
	input[type="radio"], input[type="checkbox"] {
    line-height: normal;
    margin: 0;
}


#text_h h3:after {
    background: none repeat scroll 0 0 #EE7E2C;
    bottom: -2px;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    width: 32px;
}
#text_h h3 {
    color: #444444;
    font: 18px/1.2em Droid Sans,sans-serif;
	border-bottom: 1px solid #EDECEC;
    margin: 5px 0 20px;
    padding-bottom: 12px;
    position: relative;
}

.table-bordered thead:first-child tr:first-child > th:last-child, .table-bordered tbody:first-child tr:first-child > td:last-child, .table-bordered tbody:first-child tr:first-child > th:last-child{ background:none repeat scroll 0 0 #7BC5FF; color:#000000; font-weight:bold;}

.btn-warning {
  background: #ee7e2c;
  color: #fff;
  filter: none;
}

 .demo {
            width: 980px;
            margin: 0px auto;
        }
        .demo h1 {
                margin:33px 0 25px;
            }
        .demo h3 {
                margin: 10px 0;
            }
        pre {
            background: #fff;
        }
        @media only screen and (max-width: 780px) {
        .demo {
                margin: 5%;
                width: 90%;
         }
        .how-use {
                float: left;
                width: 300px;
                display: none;
            }
        }
        #tabInfo {
            display: none;
        }
@media (max-width: 767px) {

#main_content [class*="span"] {
margin-left: 0;
width: 100%;
}
  .table-responsive {
 /*  display: block;
    overflow-x: auto;
    position: relative;
    white-space: nowrap;
    width: auto;*/
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #dddddd;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  }


