/*!
angular-xeditable - 0.1.8
Edit-in-place for angular.js
Build date: 2014-01-10 
*/
/* .editable-wrap { */
/* 	display: inline-block; */
/* 	white-space: nowrap; */
/* 	margin: 0; */
/* 	width: 9% !important; */
/* } */

 .editable-wrap { 
 	width: 50% !important;
    margin: 0 8px 8px 26px;
    background: transparent !important;;
    border: none !important;;
 } 

.editable-controls { 
 	    width: 100% !important;
 } 
 
 
 @media (max-width: 800px) {
 	.editable-wrap { width: 50% !important; text-align: left;}
}

@media (max-width: 430px) {
	 .editable-wrap { width: 80% !important; text-align: left;}
	 .btnEditTable {right: 13% !important;}
}




.btnEditTable {
	margin-top: 0px;
    height: 19px;
    font-size: 1em;
	width: 19px;
    padding: 0px;
    color: #16537c;
    border-color: #166196;
    -webkit-border-radius: 3px;
    cursor: pointer;
    align-items: flex-start;
    text-align: center;
    background-color: buttonface;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-image: initial;
    text-decoration: none;
    position: absolute;
    right: 1%;
}

.editable-buttons {
	display: inline-block;
	vertical-align: top
}

.editable-buttons button {
	margin-left: 5px
}

 .editable-input { 
 	height: 15px; 
 	padding: 0 2px;
 	background: #fff;
 	border: 2px solid;
 	border-top-color: #95928c;
    border-right-color: #e9e7e3;
    border-bottom-color: #e9e7e3;
    border-left-color: #95928c;
    font-size: 12px;
    color: #000;
    width: 100%;
 } 
 
 .editable-select {
 	height: 20px;
    background: #fff;
    border: 2px solid;
    border-top-color: #95928c;
    border-right-color: #e9e7e3;
    border-bottom-color: #e9e7e3;
    border-left-color: #95928c;
    font-size: 11px;
    color: #000;
 }
 
.editable-bstime .editable-input input[type=text] {
	width: 50%;
}

.editable-bstime .well-small {
	margin-bottom: 0;
	padding: 10px
}

.editable-range output {
	display: inline-block;
	min-width: 30px;
	vertical-align: top;
	text-align: center
}

.editable-color input[type=color] {
	width: 50px
}

.editable-checkbox label span, .editable-checklist label span,
	.editable-radiolist label span {
	margin-left: 7px;
	margin-right: 10px
}

.editable-hide {
	display: none !important
}

.editable-click, a.editable-click {
	text-decoration: none;
	color: #428bca;
	border-bottom: dashed 1px #428bca
}

.editable-click:hover, a.editable-click:hover {
	text-decoration: none;
	color: #2a6496;
	border-bottom-color: #2a6496
}

.editable-empty, .editable-empty:hover, .editable-empty:focus, a.editable-empty,
	a.editable-empty:hover, a.editable-empty:focus {
	font-style: italic;
	color: #D14;
	text-decoration: none
}

.btnTable {
	width: auto;
    font-size: 1.2em;
    padding: 1.5px;
    color: #16537c;
    border-color: #166196;
    border-radius: 3px;
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    cursor: pointer;
    align-items: flex-start;
    text-align: center;
    background-color: buttonface;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-image: initial;
    margin-top: 5px;
    text-decoration: none;
}

.btnTableDelete {
	width: auto;
    font-size: 1.2em;
    padding: 1.5px;
    color: red;
    border-color: red;
    border-radius: 3px;
    -moz-border-radius: 3px;
    /* -webkit-border-radius: 3px; */
    cursor: pointer;
    align-items: flex-start;
    text-align: center;
    background-color: buttonface;
    box-sizing: border-box;
    border-width: 2px;
    border-style: outset;
    border-image: initial;
    margin-top: 5px;
    text-decoration: none;
    float: right;
}

