<!--
.login-logo {
  background-image: url(/static/img/login_logo.png);
  background-repeat: no-repeat;
  border: 0;
  width: 169px;
  height: 41px;
  margin: -10px 0px 5px 0px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  zoom: 1;
}

.login-background {
	background: url(/static/img/login_background.jpg) center center fixed;
	background-color: #6EAAE0;
	-moz-background-size: cover;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.broadyun-logo {
  background-image: url(/static/img/broadyun.png);
  background-repeat: no-repeat;
  border: 0;
  width: 145px;
  height: 35px;
  margin: 5px 0px 0px 10px;
  background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  zoom: 1;
}

.span_btn .span-5 {
    padding-right: 5px;
}

.span-10 {
    padding-right: 10px;
}

.span-20 {
    padding-right: 20px;
}


.search-hr {
    margin: -2px 0px 11px 0px;
}

.table-bottom {
    border: 1px solid #DDD;
    background-color: #eff3f8;
    padding: 6px 0px 6px 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.table {
    margin-bottom:0px;
}

.popup .panel {
	margin-bottom: 5px;
}

.panel-heading {
    padding: 5px 10px 5px 10px;
}

.panel-heading h4 {
    font-size: 15px;
}

.page-header {
  margin: 0 0 8px;
  border-bottom: 1px dotted #e2e2e2;
  padding-bottom: 16px;
  padding-top: 7px;
}

.page-header h1, .page-header .dropdown {
    font-size: 24px;
    margin: 0px;
    padding: 0px;
}

#table_list tbody>tr>td {
    padding: 2px 4px 4px 4px;
    line-height: 20px;
}

#table_list thead>tr>th {
    padding: 3px 5px 5px 5px;
    line-height: 20px;
}

.col-30 {
    width: 300px;
}

.col-40 {
    width: 400px;
}

.col-50 {
    width: 500px;
}

.col-60 {
    width: 600px;
}

.search_box {
    padding: 0px;
}

.display-none {
	display: none;
}

.adv_search {
    margin-bottom: 0px;
}

.adv_search .panel-body {
    padding-bottom: 10px;
}

.popover {
    min-width: 200px;
    min-height: 90px;
}

.popover-content {
    text-align: left;
}

.text-opt {
    margin-top: 4px;
}

.label-bar {
    margin-top: 5px;
    height: 34px;
}

.page-content {
    background: #fff;
    margin: 0;
    padding: 8px 20px 8px;
}

.radio-left {
    display: inline-block;
    padding-left: 0px;
    padding-right: 30px;
}

.radio-left label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.checkbox-left {
    padding-left: 0px;
    padding-right: 30px;
    height: 30px;
}

.checkbox-left label {
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.left-float {
    float: left;
}

.right-float {
    float: right;
}

.td-cursor{
	cursor:pointer
}

.profile-info-name {
    width: 190px;
}

.profile-info-value {
    margin-left: 200px;
    min-height: 34px;
}

.right {
    text-align: right;
}

.datepicker, .bootstrap-timepicker-widget {
    z-index: 9999 !important;
}

.bootstrap-timepicker-widget table td input {
    width: 28px;
    margin: 0;
    text-align: center;
}

.profile-info-value {
    word-break:break-all;
}

h4 {
    padding: 0px 0px 0px 0px;
    color: #2679b5;
}

.alert-inline {
    display: inline;
}

div {
    -webkit-overflow-scrolling: touch;
}

.radio-left {
    padding-top:2px;
    padding-right:15px;
}
.pointer {
    cursor: pointer;
}

.icon-animated-bell{
    -moz-animation:ringing 2.0s 10 ease 1.0s;
    -webkit-animation:ringing 2.0s 10 ease 1.0s;
    -o-animation:ringing 2.0s 10 ease 1.0s;
    -ms-animation:ringing 2.0s 10 ease 1.0s;
    animation:ringing 2.0s 10 ease 1.0s;
}

.break-all {
    word-break:break-all;
}
-->
