.online {
    color: #1bdf06 !important;
    font-size: 11px;
}

.offline {
    color: #db1d03 !important;
    font-size: 11px;
}

.padding-top1 {
    padding-top: 22px;
}

.item-container {
    margin: 10px;
    border-bottom: 2px solid #cfd9db;
    background-color: #f9fafc;
    border-radius: 4px;
    position: relative;
    color: #000 !important;
}

.item-details {
    margin: 15px;
}

.item-search {
    border-bottom: 1px solid #cfd9db;
    padding: 15px;
    background-color: #f9fafc;
}

.item-searchbox {
    background-color: #fff !important;
    border-radius: 3px;
    outline: none !important;
}

.item-searchbox:focus {
    outline: none !important;
}

.item-link {}

h5 {
    font-weight: bold;
}

.item-toolbar {
    position: absolute;
    right: 23px;
    top: 9px;
    z-index: 1029;
}

.item-toolbar a {
    color: #222d32 !important;
    margin-left: 3px;
}

.item-toolbar .fa-calendar {
    font-size: 13px;
}

.item-toolbar .fa-edit {
    padding-top: 3px;
}

.item-details a {
    color: #666;
    margin-top: 15px;
    display: inline-block;
    font-size: 12px;
}

.item-details a:hover {
    opacity: 0.8
}

table.dataTable tbody td {
    vertical-align: middle !important;
    padding-top: 15px;
    padding-bottom: 15px;
}


.textcenter {
    text-align: center
}

.cursorhand {
    cursor: pointer;
}

#response .alert {
    padding: 7px;
    margin-bottom: 10px;
}

#orderModal .modal-body {
    max-height: 1000px;
    overflow: auto;
}

ul {
    margin: 0px;
    padding: 0px;
}

#response {
    background-color: transparent;
    border: 0px solid #396;
    margin-bottom: 0px;
}

#list li {
    margin: 0 0 0px;
    padding: 0px;
    background-color: transparent;
    list-style: none;
}

.oder-item {
    border-top: 1px solid #f4f4f4;
    padding: 7px;
    color: #333;
    padding-left: 20px;
    position: relative;
    width: 100%;
}

.oder-item:nth-child(odd) {
    background-color: #f9fafc
}

.order-order {
    position: absolute;
    top: 10px;
    cursor: move;
    right: 10px;
    color: #CCC;
}

.modal-header .fa {
    margin-right: 10px;
}

.nocontent {
    padding-top: 80px;
    padding-bottom: 100px;
    color: #666;
    text-align: center
}

.rowcolor:nth-child(even) {
    background-color: #f9fafc
}

.tf-nc {
    cursor: pointer;
    background-color: #939598;
    color: #fff;
    padding: 0;
    border-radius: 7px
}

.tf-nc div {
    display: block;
    margin: 0 auto;
}

.sep {
    margin: 0 auto;
    margin-top: 35px;
    margin-bottom: 35px;
    width: 95%;
    height: 1px;
    background-color: #CCC;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary.hover {
    background-color: #CCC;
    color: #fff;
}

.tf-tree {
    text-align: center;
}

.contacts a{
    margin-right: 12px;
    display: inline-block;
}

.contacts{
    margin-top:15px
}

.form-horizontal .form-group {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.break1{
    background-color:#f4f4f4 ;
    height: 1px;
    width: 100%;
    margin-top: 3px;
    margin-bottom: 18px;
}


#pagination {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: #F0F0F0 1px solid;
	text-align: center;
	width: 100%;
	display: table
}
.link {
	padding: 10px 15px;
	background: transparent;
	border: #bccfd8 1px solid;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: rgb(188, 207, 216);
	border-left: 0px;
	cursor: pointer;
	color: #607d8b;
}
.current {
	background: #bccfd8;
}
.dot {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: rgb(188, 207, 216);
}
.disabled {
	cursor: not-allowed;
	color: #bccfd8;
}
.first {
	border-left: #bccfd8 1px solid;
}