 @charset "utf-8";
/*CSS Document*/

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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    //vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {overflow-x: hidden;}

.container-fluid{
       padding-right: 0px;
     padding-left: 0px;
}


.row{
      margin-right: 0px;
      margin-left: 0px;
}

.header{
    width: 100%;
    height:80px;
}
.head{
     width: 100%;
    height:80px;
}
.logo{
    float: left;
    height: inherit;
     padding-top:15px;
}
.profile{
    float: right;
    height: inherit;
    padding-top:15px;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 0px;
  }

}
ul.nav.navbar-nav{
    padding-left: 5%;
}


.bg-4 {
    background-color: #2f2f2f;
    color: #ffffff;
}
 .sidebar_container
{
    width: 100%;
    height: auto;
        background: #fff;
    
}
#resp_contain
{
    min-height: 700px;
    width:80%;
}
#resp_list{
    width: 20%;
}
@media only screen and (max-width: 768px)
{
  #resp_contain
  {
       min-height: auto;
   }

}
@media screen and (max-width: 768px) {
    #profile{
    background:#222;
    margin-top:-20px;
    margin-top:50px;
    color:white;
	text-align: center;
    }
    #profile a{
    color:white;
    }
	 .resp-tabs-container {
   margin-left:10%;
       margin-bottom: 10px;
    }
	.nav
	{
	  text-align:center;
	}
	.nav li
	{
	    margin-left:-19%;
		}


       }
	   


.footer{
    width:100%;
    background: #101010;
    color:white;
    text-align: center;
    clear:both;
    padding-top:15px;
}

#datatable{
    overflow-x:auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 1px solid #ddd;

}

th, td {
     border: 1px solid #ddd;
    text-align: left;
    padding: 8px;
    text-align:center;
}
tr{
    text-align:center;
}

tr:nth-child(even){background-color: #f2f2f2}

div#example_filter{
margin-bottom:10px;
}

.capitalize {
    text-transform: capitalize;   
  }


