* {
	font-size:15px;
	-webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body, * {
	color:#000000;
}

input,button,select,textarea {
  font-family: "Open Sans" !important;
}

.tab-content {
	padding: 0px 20px;
}

#home-page #content {
	background-image: url(../../img/et_iot_lrg.jpg);
	width: initial;
	margin: 0px !important;
}

#header-menu ul.nav li a i.home-icon {
	background-image: url(../../img/icon_home.png);
}

input[type="checkbox"] {
	display: block;
}

.block-info.border-info, .block-border-info {
	border: 1px solid #e1e1e1;
	padding: 10px 5px;
	background-color: #F2F2F2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
}

.block-info.border-info-type2, .block-border-info-type2 {
	border: 1px solid #e1e1e1;
	padding: 1px 5px;
	background-color: #F2F2F2;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom: none;
	height: 44px;
}

.block-info.border-info h5 i, .block-border-info h5 i {
	padding-left: 5px;
}

.span6.border.block-info {
	padding-top: 0px;
}

.lengend-label {
	color: #fff;
	margin-top: 0px;
	background-color: #009FDA;
	border-color: #009FDA;
	padding: 10px 15px;
	border-bottom: 1px solid transparent;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
	min-height: 46px;
}

.lengend-label strong {
	color: #ffffff;
	font-size: 18px;
}

.m-l-0 {
	margin-left: 0px !important;
}

.reg-info {
	margin-top: 0px;
	padding-top: 10px;
	margin-left: 0px !important;
	padding-left: 5px;
	margin-right: 0px;
	border: 1px solid #e1e1e1;
}

.block-info .half {
	padding: 0 0px !important;
}

.block-info .half.fl-l {
	padding-right: 25px !important;
}

.block-info .half textarea, .block-info .half select {
	width: 50%;
	font-family: "Open Sans";
	font-size: 14px;
	/** font-weight: normal; **/
	padding: 0 3px;
	height: 30px;
	border: 1px solid #e1e1e1;
	box-shadow: none;
	border-radius: inherit;
}

.dropdown-menu .divider {
	border-color: #e5e5e5 !important;
}

.dropdown-menu li {
	border-left: 0px !important;
}

.dropdown-menu {
	padding: 0;
}

.dropdown-menu li:not (.divider ){
	padding: 8px 0;
}

.dropdown-menu li:hover {
	background-color: #d0d5da;
}

.dropdown-menu li a:hover, .dropdown-menu li a:focus {
	color: #000 !important;
	background: #d0d5da !important;
}

.dropdown-menu .divider {
	margin: 0 !important;
}

.pagination li.disabled a i.fa {
	color: #d7d7d7;
	cursor: default;
}

.pagination>li>a {
	margin-left: 0px;
}

#my-tab-content {
	margin-bottom: 50px;
	padding: 20px 10px;
	margin-top: -1px;
}

#registry-request-list-grid>thead>tr>th {
	color: #555 !important;
}

.disableClick {
	pointer-events: none;
}

#registry-request-list {
	/* background: #F5F5F5; */
	padding: 10px;
	border: 1px solid #f9f9f9;
	height: 100%;
	overflow: auto;
	/* border: 1px solid #e1e1e1; */
}

#registry-request-list .pagination {
	margin-top: 2px;
}

.table-bordered>tbody>tr>td:nth-child(2) {
	color: inherit !important;
}

#assigments-box {
	display: inline-grid;
	max-width: 275px;
	overflow: auto;
	max-height: 80px;
	margin-right: -10px;
}

.assignment-div {
	width: auto;
	padding: 0;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	padding: 5px 10px;
	margin-right: 10px;
	margin-top: 5px;
	background: #e1e1e1;
	font-size: 15px;
	line-height: 15px;
}

.success {
	color: #51a351;
}

.table-bordered>thead>tr>th {
	line-height: 20px;
}

.table-bordered>tbody>tr>td {
	line-height: 20px;
}

#goCloseId {
	margin-left: 5px;
}

#reportrange {
	width: 100%;
}

.reserver_id-border {
	border: 1px solid #e1e1e1;
	border-bottom: none;
	height: 44px;
}

.reserver_id-border-top {
	margin-bottom: 10px;
}

.reserver_id-margin-top {
	margin-top: 10px !important;
}

.reserver-id-button-border {
	border: 1px solid #e1e1e1;
}

.reserver-id-button-margin {
	border: 1px solid #e1e1e1;
	padding: 10px 0px;
	padding-left: 5px;
}

.block-reserver-id-info {
	border: 1px solid #e1e1e1;
	padding: 10px 5px;
	background-color: #F2F2F2;
	border-bottom: none;
}

.release-modal-footer {
	padding: 19px 20px 20px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.mobile-fa-override {
	height: 58px !important;
    color: #fff !important;
    font-size: 31px !important;
}
.bt-bl {
    padding-left: 0px;
    padding-right: 0px;
    border-top: solid 2px #009FDA;
    /** padding-top: 10px;
    padding-bottom: 10px; **/
}
#footerWrapperId { display: none; }

@media print {
    #footerWrapperId { 
    	display: block; 
    	position: running(footerWrapperId); 
    	width: 100%;
    }
}
@page {
    @bottom-center {
        content: element(footerWrapperId);
    }
}

/**
@media print {
         #footerWrapperId {
            position: fixed;
            bottom: 0;
        }
    }
**/    
div#footer_orgNameId {
    text-align: center;
    font-weight: bold;
    color: #006699;
  /**  padding-bottom: 5px;
    padding-top: 10px; **/
}
div#footer_orgAddrId {
    text-align: center;
    font-size: 8px;
    line-height: 15px;
}
div#footer_orgAddrId span {
    font-weight: normal;
    font-size: 8px;
}
div#regAuth_org {
    padding-bottom: 5px;
}
#servicePriceInfoId > thead > tr > th:nth-child(1), #servicePriceInfoId > tbody > tr > td:nth-child(1)  {
	width:45%
}
#servicePriceInfoId > thead > tr > th:nth-child(2), #servicePriceInfoId > tbody > tr > td:nth-child(2) {
	width:15%
}
#servicePriceInfoId > thead > tr > th:nth-child(3), #servicePriceInfoId > tbody > tr > td:nth-child(3) {
	width:20%
}
#servicePriceInfoId > thead > tr > th:nth-child(4), #servicePriceInfoId > tbody > tr > td:nth-child(4) {
	width:20%
}
table#servicePriceInfoId tr th.pad-1 {
    padding: 1px !important;
}
table#servicePriceInfoId tr td.pad-1 {
    padding: 1px !important;
}