/*********8-feb-2020 @nshu************/.dropdown-menu {    position: absolute;    top: 100%;    left: 0;    z-index: 1000;    display: none;    float: left;    min-width: 160px;    padding: 5px 0;    margin: 9px 0 0;    font-size: 14px;    text-align: left;    list-style: none;    background-color: #fff;    -webkit-background-clip: padding-box;    background-clip: padding-box;    border: 1px solid #ccc;    border: 1px solid rgba(0, 0, 0, .15);    border-radius: 0px;    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);}
.sidebar-panel li a:hover, .sidebar-panel li a.active {
    background: rgb(60, 141, 188);
}
input[type="checkbox"]{
    height: 15px;
    /*margin-right: 5px;
    margin-top: 9px;*/
}
.checkbox label::before {
    border: 1px solid #252d2f;
}
.checkbox {
    padding-left: 35px;
}
.form-horizontal .checkbox {
    padding-top: 10px;
}
/***********custom css**************/
/* .footer {
    position: fixed;
    bottom: 0%;
    left: 16%;
    width: 86%;
} */
.buttons-columnVisibility.active{
	background: #de4b39;
}
button {
    background: #33577b;
    color: #fff;
    border: 2px solid #000;
}
.basic-list .right {
    max-width: 240px;
    right: 10px;
    word-wrap: break-word;
    white-space: normal;
}
.sidebar-panel li ul li a {
    padding: 9px 20px 9px 40px;
}
.btn-default {
    background-color: #103952;
}
.btn-info {
    background-color: #252d2f;
}
.footer {
    position: static;
    bottom: 0;
    left: 0;
    width: 100%;
}
.file-upload .file-select{display:block;border: 2px solid #dce4ec;color: #34495e;cursor:pointer;height:30px;line-height:30px;text-align:left;background:#FFFFFF;overflow:hidden;position:relative;}
.file-upload .file-select .file-select-button{background:#dce4ec;padding:0 10px;display:inline-block;height:30px;line-height:30px;}
.file-upload .file-select .file-select-name{line-height:30px;display:inline-block;padding:0 10px;}
.file-upload.active .file-select{border-color:#3fa46a;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload.active .file-select .file-select-button{background:#3fa46a;color:#FFFFFF;transition:all .2s ease-in-out;-moz-transition:all .2s ease-in-out;-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;}
.file-upload .file-select input[type=file]{z-index:0;cursor:pointer;position:absolute;height:100%;width:100%;top:0;left:0;opacity:0;filter:alpha(opacity=0);}
.form-control {
    box-shadow: inset 0px 0px 0px #F1F0F1;
	    background: #faffbd;
}
.social-top {
    background: url(../img/socialbg.jpg);
	    height: 150px;
		    border-bottom: 0px solid #fff;
}
.container-no-padding {
    margin: -20px -15px 0 -15px;
}
.profile-widget {
    padding-top: 10px;
	}
.loading img {
    width: 100px;
    height: 100px;
}
body {
    background: #b4d1e8;
}
.sidebar {
    //background: #252d2f;
	background: #47a7df;
	top: 35px;
	position: fixed;
	height: 100%;
}
.sidebar-panel li a {
    color: rgba(255,255,255,1);
    padding: 10px 0px 10px 50px;
    margin-left: -35px;
    margin-right: -15px;
}
.sidebar-panel {
    margin: 0px 15px 0px 20px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 0px 0px;
}
.sidebar-panel li ul a:hover, .sidebar-panel li a.active {
    width: 205px;
	    background: rgb(60, 141, 188);
}
.sidebar-panel li ul a:hover {
    width: 180px;
}
.sidebar-panel li ul {
    margin: 0 -15px 0 -24px;
}
#top {
    height: 45px;
    background: #47a7df;
	//background:#f19d1e;
	  line-height: .2em;
}
.top-right {
    padding-top: 5px;
}
.sidebar-open-button, .sidebar-open-button:hover, .sidebar-open-button:focus {
	height: 35px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    padding-top: 7px;
	background: #47a7df;
	//background:#d8870e;
}
#popup {
display:none;
}
.table>thead>tr>th{ 
text-transform: capitalize;
line-height: 1;
font-size:13px
}
.changelogs .list {
    font-size: 16px;
    color: #399bff;
    font-weight: 700;
	border-left: 2px solid #F44336;
}
body {
    line-height: 1em;
	}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 2px;
    line-height: 1;
}
@media screen and (min-width: 760px){
.form-control {
    height: 25px;
    padding: 3px 6px;
}
.week .col-sm-1{
	padding-right: 5px;
    padding-left: 5px;
	    width: 13%;
}
.col-sm-offset-2 .btn {
    width: 12%;
}
label {
    margin-bottom: 0px;
	padding: 0px 2px;
    text-align: right;
}
.btn {
    padding: 3px 20px 3px 20px;
}
.login-form {
    width: 460px;
	}
	.sidebar {
    width: 190px;
	}
	.applogo {
    width: 190px;
	    height: 35px;
		background: #47a7df;
		//background:#f19d1e;
	}
.content {
    margin-left: 190px;
    min-height: 800px;
}
.container-padding {
    padding-left: 0px;
    padding-right: 0px;
}
}
.form-horizontal .control-label {
    text-align: left;
}
.form-control {
    height: 25px;
	padding: 3px 6px;
}
.form-group {
    margin-bottom: 6px;
}
.panel-title {
    text-decoration: underline;
    font-size: 18px;
    /* padding: 8px 10px; */
	    padding: 8px 10px;
    margin: -10px;
    margin-bottom: 0px;
    letter-spacing: 1px;
	color: #000;
}
.content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 50px;
	background: #e6e6e6;
	}
.panel {
    margin-bottom: 4px;
	}
table.dataTable thead th, table.dataTable thead td {
    padding: 0px 5px;
    border-bottom: 1px solid #ccc;
}
.footer {
    margin-left: 0px;
    margin-right: 0px;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 2px 5px;
}
#page-mask {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background-color: rgba(0,0,0,0.6);
}
.table-responsive {
overflow-x: visible ; 
}
.social-stats {
    color: rgba(0,0,0,0.9);
    background: rgba(255,255,255,0.7);
	width: 75%;
	bottom: 10px;
	right: 25px;
}
.social-stats li {
    width: 100%;
    padding: 3px 5px;
}
.social-stats li b {
    font-weight: 600;
    padding: 7px;
}
.social-stats li b {
    display: block;
    font-weight: 500;
    font-size: 13px;
}
@media (min-width: 1441px)  {
.pic-view img{
    height: 400px;
    width: 360px;
    margin: 10px;
	}
	.social-stats {
    color: rgba(0,0,0,0.9);
    background: rgba(255,255,255,0.7);
	width: 75%;
	bottom: 10px;
	right: 25px;
}
}
@media screen and (max-width: 1300px) and (min-width: 991px) {
.pic-view img{
    height: 400px;
    width: 230px;
    margin: 10px;
	}
	.social-stats {
    color: rgba(0,0,0,0.9);
    background: rgba(255,255,255,0.7);
	width: 75%;
	bottom: 10px;
	right: 25px;
}
	}
@media screen and (max-width: 1440px) and (min-width: 1301px) {
.pic-view img{
    height: 400px;
    width: 310px;
    margin: 10px;
	}
	.social-stats {
    color: rgba(0,0,0,0.9);
    background: rgba(255,255,255,0.7);
	width: 75%;
	bottom: 10px;
	right: 25px;
}
}
@media screen and (max-width: 760px){
input[type='text'] {
    margin-bottom: 10px;
}
.login-form {
    width: 340px;
    padding-top: 1px;
}
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}
@media screen and (max-width: 444px) and (min-width: 260px) {
.pic-view img{
    height: 350px;
    width: 250px;
    margin: 10px;
	}
	.social-stats {
    color: rgba(0,0,0,0.9);
    background: rgba(255,255,255,0.7);
    width: 80%;
    bottom: 10px;
    right: 0px;
}
.sidebar-open-button-mobile {
    height: 45px;
    width: 45px;
	padding-top: 12px;
}
}
@media screen and (max-width:990px ) and (min-width: 445px) {
.pic-view img{
    height: 400px;
    width: 330px;
    margin: 10px;
	}
	.social-stats {
    color: rgba(0,0,0,0.9);
    background: rgba(255,255,255,0.7);
    width: 40%;
    bottom: 10px;
    left: 25px;
}
.sidebar-open-button-mobile {
    height: 45px;
    width: 45px;
	padding-top: 12px;
}
}
@import "compass/css3";
@import url(https://fonts.googleapis.com/css?family=Belleza);
#container {
	width: 320px;
  height: 240px;
  background-color: #126697;
  text-align: center;
  h1 {
  	font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    color: white;
    text-shadow: 0px -2px 0px #000;
  }
  h4 {
    color: white;
    text-shadow: 0px -2px 0px #00234C;
    font-size: 18px;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
    margin-top: 0;
    margin-bottom: 0;
  }
  p {
    color: white;
    text-shadow: 0px -2px 0px #00234C;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri,Candara,Segoe,Segoe UI,Optima,Arial,sans-serif;
  }
th {
    text-align: center;
}
.panel {
    padding: 10px;
}