@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300);

html {
min-height: 100%;
position: relative;
}
body {
padding-bottom: 0;
background-color: #e4e6e9;
font-family: 'Open Sans', sans-serif, Arial, Verdana, "Trebuchet MS";
font-size: 13px;
color: #393939;
min-height: 100%;

-moz-user-select: -moz-none;
-khtml-user-select: none;
-webkit-user-select: none;
-ms-user-select: none;
user-select: none;
}
body:before {
content: "";
display: block;
position: fixed;
top: 0;
bottom: 0;
max-height: 100%;
min-height: 100%;
width: 100%;
z-index: -1;
background-color: #FFF;
}
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
    width:auto!important;
    min-width:300px;
    position: absolute;
    opacity: 0.5;
    z-index: 2000;
}
.sidebar-content{
    display:block !important;
    visibility: visible !important;
}
.navbar-inverse .brand i{
    position:relative;
    left:-8px;
}

#header{
    margin:0px;
    -webkit-border-radius: 0;
    border: 0;
    box-shadow: none;
    border-radius: 0;
    margin: 0;
    position: relative;
    height:57px;
}
#header.navbar-inverse{
    background-color: #1E1F21;
    border:0px;
    border-bottom:1px #111 solid;
}
#header .container-fluid{
    padding:0px;
}
#header .navbar-header{
    float:none;
    position:absolute;
    left:0px;
    margin:0px;
    padding:0px;
    z-index:10;
}
#header .navbar-brand{
    padding:0px;
    margin:0px;
    width:42px;
    height:42px;
}
#header .navbar-brand i{
    position:absolute;
    top:10px;
    left:5px;
    width:34px;
    height:34px;
    text-align: center;
    line-height:34px;
    font-size:1em;
    color:#CCC; 
    background-color: #2A2C31;
    -webkit-border-radius: 36px;
            border-radius: 36px;
}
#header .navbar-brand span{
    position:absolute;
    left:48px;
    top:12px;
    font-size:0.66em;
    color:#eee;
}
#header .navbar-nav .dropdown-toggle i{display:none;}
#header .navbar-nav, #header .navbar-nav .dropdown{
    float:none;
}
#header .dropdown-menu{left:5px;}
#header .dropdown-toggle{
    padding-left:48px;
    padding-top:25px;
    padding-bottom:11px;
    color:#999;
}
.header_spacer{
    height:45px;
}
#main-container{
    padding:0px;
}
#sidebar{
    display:none;
    width:189px;
    top:0px;
    bottom:0px;
    position:fixed;
    z-index:10000;

    -webkit-transition: width 333ms ease-in-out;
    -moz-transition: width 333ms ease-in-out;
    -ms-transition: width 333ms ease-in-out;
    -o-transition: width 333ms ease-in-out;
    transition: width 333ms ease-in-out;
}
#sidebar:before {
    content: "";
    display: block;
    width: 190px;
    position: fixed;
    bottom: 0;
    top: 0;
    z-index: -1;
    background-color: #2A2C31;
    border-right: 1px solid #FFF;
    -webkit-transition: width 333ms ease-in-out;
    -moz-transition: width 333ms ease-in-out;
    -ms-transition: width 333ms ease-in-out;
    -o-transition: width 333ms ease-in-out;
    transition: width 333ms ease-in-out;
}
#sidebar .search-container{
    background-color: #2A2C31;
    height:40px;
    border-bottom:1px #333 solid;
    position:relative;
}
#sidebar .search-form{
    margin:0px;
    padding:0px;
    height:40px;
}
#sidebar .search-form .input-group{
    display:block;
}
#sidebar .search-form .input-group .search-query{
    background-color: transparent;
    border:0px;
    color:#eee;
    outline: 0px;
    height:40px;
    padding:0px 12px;
    padding-left:40px;
}
#sidebar .search-form .input-group .search-query:focus{
    background-color: #333;
    border:0px;
    outline:0px;
    box-shadow: none;
}
#sidebar .search-form .input-group-btn{
    display:none;
}
#sidebar .short-handle{
    position:absolute;
    color:#898D96;
    z-index:10;
    left:15px;
    top:13px;
}

.has_sidebar #sidebar{
    display:block;
    overflow: hidden;
}
.has_sidebar #sidebar.open{
    overflow: visible !important;
}
#sidebar .sidebar-container{
    position: relative;
}
#sidebar .nav-list {
margin: 0;
margin-top:10px;
padding: 0;
list-style: none
}
#sidebar .nav-list>li>a,#sidebar .nav-list .nav-header {
margin: 0
}
#sidebar .nav-list>li {
display: block;
padding: 0;
margin: 0;
border: 0;
position: relative
}
#sidebar .nav-list>li:first-child {
border-top: 0
}
#sidebar .nav-list>li>a {
display: block;
height: 38px;
line-height: 36px;
padding:0px;
color: #898D96;
white-space: nowrap;
text-shadow: none!important;
font-size: 13px;
text-decoration: none
}
#sidebar .nav-list>li>a span{
    display: inline-block;
    white-space: nowrap;
    width: 124px;
    overflow: hidden;
    text-overflow: ellipsis;
}
#sidebar .nav-list>li>a>.fa:first-child {
display: inline-block;
vertical-align: top;
line-height:38px;
min-width: 40px;
margin-right: 3px;
text-align: center;
font-size: 15px;
font-weight: normal
}
#sidebar .nav-list>li>a:focus {
background-color: #1E1F21;
color: #ccc
}
#sidebar .nav-list>li>a:hover {
background-color: #1E1F21;
color: #ccc
}
#sidebar .nav-list>li.separator {
height: 3px;
background-color: #62597f;
position: static;
margin: 1px 0;
box-shadow: none
}
#sidebar .nav-list>li.open>a {
background-color: #1E1F21;
color: #FFF
}
#sidebar .nav-list>li.active>a, #sidebar .nav-list>li.active>a:hover, #sidebar .nav-list>li.active>a:focus {
background-color: #1E1F21;
color: #FFF;
}
#sidebar .nav-list>li.active>a:after,#sidebar .nav-list>li.active.open>.submenu>li.active>a:after {
display: inline-block;
content: "";
position: absolute!important;
right: 0;
top: 4px;
border: 8px solid transparent;
border-width: 14px 10px;
border-right-color: #FFF;
}
#sidebar .nav-list>li.active>a.dropdown-toggle:after {
border-width: 12px 7px;
top: 6px
}
#sidebar .nav-list>li.active.open>a:after {
display: none
}
#sidebar .nav-list>li.active.open>.submenu>li.active>a:after {
top: 2px
}
#sidebar .nav-list>li>a>.arrow {
display: inline-block;
width: 14px!important;
height: 14px;
line-height: 14px;
text-shadow: none;
font-size: 18px;
position: absolute;
right: 25px;
top: 11px;
padding: 0;
color: #666;
-webkit-transition: right 333ms ease-in;
-moz-transition: right 333ms ease-in;
-ms-transition: right 333ms ease-in;
-o-transition: right 333ms ease-in;
transition: right 333ms ease-in;
}
#sidebar .nav-list>li>a:hover>.arrow,#sidebar .nav-list>li.active>a>.arrow,#sidebar .nav-list>li.open>a>.arrow {
color: #A6B6E4;
}
#sidebar .nav-list>.active>ul.submenu {
display: block;
}
#sidebar .nav-list>li>.submenu {
display: none;
list-style: none;
margin: 0;
padding: 0;
position: relative;
background-color: #232529;
}
#sidebar .nav-list>li>.submenu>li {
margin-left: 0;
position: relative
}
#sidebar .nav-list>li>.submenu>li>a {
display: block;
color: #616161;
padding: 7px 0px 8px 32px;
margin: 0;
border-bottom: 1px solid #2A2C31;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#sidebar .nav-list>li>.submenu>li.open>a {
    background-color: transparent;
}
#sidebar .nav-list>li>.submenu>li>a:focus {
text-decoration: none
}
#sidebar .nav-list>li>.submenu>li:last-child>a {
border-bottom: 0
}
#sidebar .nav-list>li>.submenu>li:first-child>a {
border-top: 1px solid #2A2C31
}
#sidebar .nav-list>li>.submenu>li>a:hover {
text-decoration: none;
color: #FFF
}
#sidebar .nav-list>li>.submenu>li.active>a {
color: #CCC
}
#sidebar .nav-list>li>.submenu>li {
position: relative
}
#sidebar .nav-list>li>.submenu>li:before {
display: inline-block;
content: "";
width: 9px;
position: absolute;
left: 21px;
top: 17px;
border-top: 1px dashed #444
}
#sidebar .nav-list>li>.submenu>li>a {
padding-left: 42px;
position: relative
}
#sidebar .nav-list>li>.submenu>li:after {
content: "";
display: inline-block;
position: absolute;
top: 0;
bottom: 0;
left: 18px;
width: 0;
border-left: 1px dashed #444
}
#sidebar .nav-list>li>.submenu>li>a>.fa:first-child {
display: none;
font-size: 12px;
font-weight: normal;
width: 22px;
height: 16px;
line-height: 16px;
text-align: center;
position: absolute;
left: 8px;
top: 10px;
z-index: 1;
background-color: #232529
}
#sidebar .nav-list>li>.submenu>.active>a>.fa:first-child,#sidebar .nav-list>li>.submenu>:hover>a>[class*="icon-"]:first-child {
display: inline-block
}
#sidebar .nav-list>li>.submenu>.active>a>.fa:first-child {
color: #A6B6E4
}
#sidebar .nav-list>li>.submenu>li.has_submenu{
    position:relative;
}
#sidebar .nav-list>li>.submenu>li.has_submenu>.submenu{
    display:none;
    position:absolute;
    left:100%;
    min-width:80%;
    top:0px;
    background-color:#FFF;
    margin:0px;
    padding:0px;
    margin-left:-10px;
    border:1px #CCC solid;
    border-left:2px #0b6cbc solid;
    z-index:1000;
    max-height:300px;
    overflow:auto;
    -webkit-box-shadow:  2px 2px 6px 0px rgba(0, 0, 0, 0.6);
            box-shadow:  2px 2px 6px 0px rgba(0, 0, 0, 0.6);
}
#sidebar .nav-list>li>.submenu>li.has_submenu>.submenu li{
    list-style:none;
    padding:0px;
    margin:0px;
}
#sidebar .nav-list>li>.submenu>li.has_submenu>.submenu li a>.fa{
    margin-right:8px;
}
#sidebar .nav-list>li>.submenu>li.has_submenu>.submenu li a{
    display: block;
    line-height: 36px;
    padding: 0 16px 0 12px;
    color: #585858;
    text-shadow: none!important;
    font-size: 13px;
    border-bottom:1px #CCC dashed;
    text-decoration: none;
    white-space:nowrap;
}
#sidebar .nav-list>li>.submenu>li.has_submenu>a .arrow{
    color:#616161;
    position:absolute;
    top:11px;
    right:22px;
    font-size:1em;
}
#sidebar .nav-list>li>.submenu>li.has_submenu>a .arrow:before{
    content:"\f101";
}

#sidebar .nav-list>li>.submenu>li.has_submenu>.submenu li a:hover{
    color:#FFF;
    background-color:#0b6cbc;
}
#sidebar .nav-list>li>.submenu>li.has_submenu>.submenu li.active a{
    color:#0b6cbc;
    background-color:#FFF;
}
#sidebar .nav-list>li>.submenu>li.has_submenu:hover>.submenu{
    display:block;
}
#sidebar .nav-list>li>.submenu>li>a:hover .fa{
    display:block;
}

#main-content{
    margin:0px;
    min-height:100%;
    background-color:#FFFFFF;
}
.has_sidebar #main-content{
    margin-left:190px;   
}
.sidebar-collapsed #main-content{
    margin-left:43px;
}

/*
.sidebar-collapsed #header{
    width: 42px;
}
.sidebar-collapsed #sidebar .search-container{
    width: 42px;
}
*/
.sidebar-collapsed #header .navbar-brand{
    display:none;
}
.sidebar-collapsed #header .navbar-nav .dropdown-toggle i{
    display:block;
    width:41px;
    height:57px;
    text-align: center;
    line-height: 57px;
    font-size:1.2em;
    color:#CCC;
}
.sidebar-collapsed #header .navbar-nav span{display:none;}
.sidebar-collapsed #header .dropdown-toggle{
    padding:0px;
}

.sidebar-collapsed #sidebar{
    width:42px;
    background-color: #2A2C31;
}
#sidebar .handle{
    display: none;
}
.sidebar-collapsed #sidebar .handle {
    content: "";
    display: block;
    position: absolute;
    top: 0px;
    left:0px;
    width: 172px;
    bottom: 48px;
    background-color: transparent;
    z-index: 1000;
}
.sidebar-collapsed #sidebar.open{
    width: 189px;
}
.sidebar-collapsed #sidebar.open .handle{
    display: none;
}
.sidebar-collapsed #sidebar:before {
    width: 43px;
}
.sidebar-collapsed #sidebar.open:before {
    width: 190px;
}
.sidebar-collapsed #sidebar.open #header .navbar-brand{display:block;}
.sidebar-collapsed #sidebar.open #header .dropdown-toggle{
    padding-left:48px;
    padding-top:25px;
    padding-bottom:11px;
}
.sidebar-collapsed #sidebar.open #header .navbar-nav .dropdown-toggle i{
    display: none;
}
.sidebar-collapsed #sidebar.open #header .navbar-nav span{
    display: inline;
}
.sidebar-collapsed #sidebar #header .dropdown-menu{
    left: -1000px;
}
.sidebar-collapsed #sidebar.open #header .dropdown-menu{
    left: 5px;
}
/*
.sidebar-collapsed #sidebar .search-form{
    position:absolute;
    left:40px;
    top:-1px;
    margin:0px;
    background-color:#2A2C31;
    border-left:1px #333 dotted;
    border-right:1px #CCC solid;
    min-width:180px;
    display:none;
    z-index:400;
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
            box-shadow: 0 0 8px 0 rgba(0,0,0,0.5);
}
.sidebar-collapsed #sidebar .search-form .input-group .search-query{
    padding:0px 12px;
}
*/
.sidebar-collapsed #sidebar .short-handle{
    display:block;
    position:absolute;
    font-size:15px;
    left:13px;
    top:11px;
}
.sidebar-collapsed #sidebar .search-container:hover{
    background-color:#232529;
}
.sidebar-collapsed #sidebar .search-container:hover .short-handle{
    color:#A6B6E4;
}
.sidebar-collapsed #sidebar .search-container:hover .search-form{
    display:block;
}
.sidebar-collapsed #sidebar .nav-list>li.active>a:after, .sidebar-collapsed #sidebar .nav-list>li.active.open>.submenu>li.active>a:after{
    display:none;
}

.sidebar-collapsed #sidebar .nav-list>li>a {
    position: relative;
    overflow: hidden;
}

/*
.sidebar-collapsed #sidebar .nav-list>li>a>span {
display: none;
position: absolute;
left: 41px;
top: 0px;
width: 158px;
height: 38px;
line-height: 38px;
background-color: #1E1F21;
border:0px;
z-index: 991;
padding-left: 24px
}
.sidebar-collapsed #sidebar .nav-list>li:hover>a {
color: #A6B6E4
}
.sidebar-collapsed #sidebar .nav-list>li>a.dropdown-toggle>span {
box-shadow: none;
border: 0;
top: -1px;
left: 42px;
width: 163px;
}
.sidebar-collapsed #sidebar .nav-list>li.active.open>a:after {
display: none;
}
.sidebar-collapsed #sidebar .nav-list>li.active.open>.submenu>li.active>a:after {
display: none
}
.sidebar-collapsed #sidebar .nav-list>li:hover>a>span {
display: block
}

*/

.sidebar-collapsed #sidebar .nav-list>li>a>.arrow {
right: -125px;
}
.sidebar-collapsed #sidebar.open .nav-list>li>a>.arrow {
right: 25px;
}
/*
.sidebar-collapsed #sidebar .nav-list>li>ul.submenu {

position: absolute;
z-index: 900;
left: 41px;
top: -2px;
width: 164px;
padding-top: 40px;
padding-bottom: 2px;
display: none!important
}
.sidebar-collapsed #sidebar .nav-list>li:hover>ul.submenu {
display: block!important
}
.sidebar-collapsed #sidebar .nav-list>li.active>ul.submenu {
border-left-color: #1963aa
}
.sidebar-collapsed #sidebar .nav-list>li>ul.submenu>li:before,.sidebar-collapsed #sidebar .nav-list>li>ul.submenu>li:after {
display: none
}
.sidebar-collapsed #sidebar .nav-list>li>ul.submenu>li>a {
border-left: none;
margin-left: 0;
padding-left: 32px
}
.sidebar-collapsed #sidebar .nav-list>li>.submenu>li>a>[class*="icon-"]:first-child {
width: 16px
}
.sidebar-collapsed #sidebar .nav-list>li>.submenu>.active>a>[class*="icon-"]:first-child,.sidebar-collapsed #sidebar .nav-list>li>.submenu>:hover>a>[class*="icon-"]:first-child {
left: 7px
}

*/

#sidebar .collapse-toggle-side{
    position:fixed;
    display:block;
    bottom:0px;
    width:189px;
    height:48px;
    cursor:pointer;
    border-top:1px #333 solid;
    background-color:#1E1F21;
    color:#777;
    text-align:center;

    -webkit-box-shadow: -12px 0 12px 0 rgba(0,0,0,0.5);
box-shadow: -12px 0 12px 0 rgba(0,0,0,0.5);
}
#sidebar .collapse-toggle-side i{
    font-size:2em;
    position:relative;
    font-weight: bold;
    top:12px;
}
.sidebar-collapsed #sidebar .collapse-toggle-side{
    width:42px;
}
.sidebar-collapsed #sidebar .collapse-toggle-side i:before{
    content:"\F101";
}

#content{
    padding-left:20px;
    padding-right:20px;
    padding-bottom:50px;
    padding-top:80px;
    position:relative;
}
.has_sidebar .form-actions.navbar.navbar-fixed-bottom{
    left:190px;
    min-height:45px;
    background-color:#FFF;
    background-color:rgba(255,255,255,0.7);
}
.has_sidebar.sidebar-collapsed .form-actions.navbar.navbar-fixed-bottom{
    left:43px;
}
.actions-bar {
    margin-top:0px;
    padding-top:7px;
    border-top:1px #f1f1f1 solid;
}
.page-header{display:none;}
.breadcrumb{
    position:fixed;
    top:0px;
    left:190px;
    right:0px;
    border-bottom:1px #e5e5e5 solid;
    background-color: #FFF;
    min-height:57px;
    padding:0px 20px;
    line-height:56px;
    font-size:1.8em;
    z-index:999;
    margin:0px;
    -webkit-border-radius: 0px 0px 0px 0px;
            border-radius: 0px 0px 0px 0px;
}
.sidebar-collapsed .breadcrumb{
    left:42px;
}
.breadcrumb>.active{
    color:#000;
}
.breadcrumb>li>a, .breadcrumb>li+li:before{
    color:#999;
}
.breadcrumb .breadcrumbs_icon{
    font-size:1.1em;
    color:#2A2C31;
    width:39px;
}

#content .btn-toolbar{
    position:fixed;
    z-index:1000;
    right:18px;
    top:9px;
}


.navbar-inverse {
padding-left: 0;
padding-right: 0;
margin-left: 0;
margin-right: 0
}
.navbar-inverse .brand,.navbar-inverse .navbar-text,.navbar-inverse .navbar-link,.navbar-inverse .brand,.navbar-inverse .nav>li>a {
color: #FFF
}
.navbar-inverse .brand {
font-size: 24px
}
.navbar .brand i{

}
#search-change-list{
    padding:0px;
}
.navbar .input-group-btn .btn{
    line-height:23px;
}
.welcome-message{
    margin-right:10px;
    margin-top:10px;
    margin-bottom:0px;
    line-height:24px;
    color:#FFF;
}
.page-header {
    margin:0px;
    margin-top:10px;
    margin-bottom:12px;
    border-bottom: 1px dotted #e2e2e2;
}
.page-header h1 {
    padding: 0;
    margin:0px;
    margin-left:8px;
    font-size: 24px;
    font-weight: 300;
    color: #2679b5;
}
.page-header h1 small {
margin: 0 6px;
font-size: 14px;
color: #8089a0;
font-weight: normal
}
.page-header h1 span {
    color:#000;
}
.dark {
color: #333!important
}
.white {
color: #FFF!important
}
.red {
color: #dd5a43!important
}
.light-red {
color: #f77!important
}
.blue {
color: #478fca!important
}
.light-blue {
color: #93cbf9!important
}
.green {
color: #69aa46!important
}
.light-green {
color: #b6e07f!important
}
.orange {
color: #ff892a!important
}
.purple {
color: #a069c3!important
}
.pink {
color: #c6699f!important
}
.pink2 {
color: #d6487e!important
}
.brown {
color: brown!important
}
.grey {
color: #777!important
}
.bigger-110 {
font-size: 110%
}
.bigger-125 {
font-size: 125%
}
.bigger-150 {
font-size: 150%
}
.bigger-200 {
font-size: 200%
}
.smaller-90 {
font-size: 90%
}
.smaller-75 {
font-size: 75%
}
.smaller-50 {
font-size: 50%
}
.hr {
display: block;
height: 0;
overflow: hidden;
font-size: 1px;
margin: 12px 0;
border-top: 1px solid #e3e3e3
}
.hr-double {
height: 1px;
border-top: 1px solid #e3e3e3;
border-bottom: 1px solid #e3e3e3
}
.hr8 {
margin: 8px 0
}
.hr12 {
margin: 12px 0
}
.hr16 {
margin: 12px 0
}
.hr18 {
margin: 18px 0
}
.hr24 {
margin: 24px 0
}
.hr32 {
margin: 32px 0
}
.hr.dotted {
border-top-style: dotted
}
.hr-double.dotted {
border-bottom-style: dotted
}
.space,.space-18,.space-24,.space-36,.space-9,.space-6,.space-3,.vspace,.vspace-18,.vspace-24,.vspace-36,.vspace-9,.vspace-6,.vspace-3 {
display: block;
height: 0;
overflow: hidden;
font-size: 0;
margin: 12px 0
}
.vspace,.vspace-18,.vspace-24,.vspace-36,.vspace-9,.vspace-6,.vspace-3 {
display: none
}
.space-18,.vspace-18 {
margin: 18px 0
}
.space-24,.vspace-24 {
margin: 24px 0
}
.space-36,.vspace-36 {
margin: 36px 0
}
.space-9,.vspace-9 {
margin: 9px 0
}
.space-6,.vspace-6 {
margin: 6px 0
}
.space-3,.vspace-3 {
margin: 3px 0
}
.header {
line-height: 28px;
margin-bottom: 16px;
margin-top: 18px;
padding-bottom: 4px;
border-bottom: 1px solid #CCC
}
.header.blue {
border-bottom-color: #c2daee
}
.header.green {
border-bottom-color: #d9e8c6
}
.header.purple {
border-bottom-color: #e0d1f1
}
.header.orange {
border-bottom-color: #ffd8ab
}
.header.red {
border-bottom-color: #f4c9c1
}
.header.grey {
border-bottom-color: #d2d2d2
}
.header.pink {
border-bottom-color: #eccedf
}
.header.pink2 {
border-bottom-color: #f1c3d5
}
.header.light-blue {
border-bottom-color: #dbeefd
}
.header.light-red {
border-bottom-color: #ffd2d2
}
.header.light-green {
border-bottom-color: #e7f5d5
}
.header.brown {
border-bottom-color: #e1b9b9
}
.header>[class*="icon-"] {
margin-right: 2px
}
h1,h2,h3,h4,h5,h6 {
font-weight: normal
}
h1 {
font-size: 32px
}
h2 {
font-size: 25px
}
h3 {
font-size: 22px
}
h4 {
font-size: 18px
}
h5 {
font-size: 15px
}
h6 {
font-size: 13px
}
.lighter {
font-weight: lighter
}
.bolder {
font-weight: bolder
}
h1.smaller {
font-size: 31px
}
h2.smaller {
font-size: 24px
}
h3.smaller {
font-size: 21px
}
h4.smaller {
font-size: 17px
}
h5.smaller {
font-size: 14px
}
h6.smaller {
font-size: 12px
}
h1.bigger {
font-size: 33px
}
h2.bigger {
font-size: 26px
}
h3.bigger {
font-size: 23px
}
h4.bigger {
font-size: 19px
}
h5.bigger {
font-size: 16px
}
h6.bigger {
font-size: 14px
}
h1.block,h2.block,h3.block,h4.block,h5.block,h6.block {
margin-bottom: 16px
}

table.table th.delete, table.table td.delete{
    text-align:right;
}

.table-bordered {
border-radius: 0!important
}
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child {
border-radius: 0!important
}
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child {
border-radius: 0!important
}
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child {
border-radius: 0!important
}
.table-bordered {
border-radius: 0!important
}
.table-bordered thead:first-child tr:first-child>th:first-child,.table-bordered tbody:first-child tr:first-child>td:first-child {
border-radius: 0!important
}
.table-bordered thead:first-child tr:first-child>th:last-child,.table-bordered tbody:first-child tr:first-child>td:last-child {
border-radius: 0!important
}
.table-bordered thead:last-child tr:last-child>th:first-child,.table-bordered tbody:last-child tr:last-child>td:first-child,.table-bordered tfoot:last-child tr:last-child>td:first-child {
border-radius: 0!important
}


.table thead:first-child tr th>[class*="icon-"] {
margin-right: 2px
}
.table thead:first-child tr th:first-child {
border-left-color: #f1f1f1
}
.table thead:first-child tr th:last-child {
border-right-color: #f1f1f1
}
.table-bordered thead:first-child tr th {
border-width: 0 0 0 1px;
border-color: #DDD;
vertical-align: middle
}
.table-bordered thead:first-child tr th:first-child {
border-left-color: #DDD
}
.table-hover tbody tr:hover td,.table-hover tbody tr:hover th {
background-color: #f1f1f1
}
td .lbl,th .lbl {
margin-bottom: 0
}
td>.lbl:only-child,th>.lbl:only-child {
vertical-align: top
}
td.center,th.center {
text-align: center
}

.panel, .panel-heading{
    border-radius: 0px;
}

.btn {
display: inline-block;
padding: 0 12px;
line-height: 32px;
color: #FFF!important;
text-shadow: 0 -1px 0 rgba(0,0,0,0.25)!important;
font-size: 14px;
background-image: none!important;
background-color: #abbac3!important;
border: 5px solid #abbac3;
border-radius: 0!important;
box-shadow: none!important;
-moz-transition: all .1s ease-in-out;
-webkit-transition: all .1s ease-in-out;
-o-transition: all .1s ease-in-out;
-ms-transition: all .1s ease-in-out;
transition: all .1s ease-in-out;
cursor: pointer;
vertical-align: middle;
margin: 0;
position: relative
}
.btn-large {
padding: 0 14px 1px;
line-height: 38px;
border-width: 6px;
font-size: 16px
}
.btn-small {
padding: 0 8px;
line-height: 24px;
border-width: 4px;
font-size: 13px
}
.btn-mini {
padding: 0 5px;
line-height: 22px;
border-width: 2px;
font-size: 12px
}
.btn-minier {
padding: 0 4px;
line-height: 18px;
border-width: 1px;
font-size: 11px
}
.btn-default {
background-color: #abbac3!important;
border-color: #abbac3
}
.btn:hover,.btn-default:hover {
background-color: #8b9aa3!important
}
.btn.active,.btn-default.active {
background-color: #91a0a5!important;
border-color: #8796a0
}
.btn.disabled,.btn-default.disabled,.btn[disabled],.btn-default[disabled] {
background-color: #abbac3!important
}
.btn-primary {
background-color: #2283c5!important;
border-color: #2283c5
}
.btn-primary:hover {
background-color: #045e9f!important
}
.btn-primary.active {
background-color: #1a76b7!important;
border-color: #106eaf
}
.btn-primary.disabled,.btn-primary[disabled] {
background-color: #2283c5!important
}
.btn-info {
background-color: #6fb3e0!important;
border-color: #6fb3e0
}
.btn-info:hover {
background-color: #4f99c6!important
}
.btn-info.active {
background-color: #5ca3d0!important;
border-color: #4f99c6
}
.btn-info.disabled,.btn-info[disabled] {
background-color: #6fb3e0!important
}
.btn-success {
background-color: #87b87f!important;
border-color: #87b87f
}
.btn-success:hover,.btn-success.active {
background-color: #629b58!important
}
.btn-success.active {
background-color: #68a563!important;
border-color: #629b58
}
.btn-success.disabled,.btn-success[disabled] {
background-color: #87b87f!important
}
.btn-warning {
background-color: #ffb752!important;
border-color: #ffb752
}
.btn-warning:hover {
background-color: #e59729!important
}
.btn-warning.active {
background-color: #ea9e33!important;
border-color: #e59729
}
.btn-warning.disabled,.btn-warning[disabled] {
background-color: #ffb752!important
}
.btn-danger {
background-color: #d15b47!important;
border-color: #d15b47
}
.btn-danger:hover {
background-color: #b74635!important
}
.btn-danger.active {
background-color: #bf4e3d!important;
border-color: #b74635
}
.btn-danger.disabled,.btn-danger[disabled] {
background-color: #d15b47!important
}
.btn-inverse {
background-color: #555!important;
border-color: #555
}
.btn-inverse:hover {
background-color: #303030!important
}
.btn-inverse.active {
background-color: #3e3e3e!important;
border-color: #303030
}
.btn-inverse.disabled,.btn-inverse[disabled] {
background-color: #555!important
}
.btn-pink {
background-color: #d6487e!important;
border-color: #d6487e
}
.btn-pink:hover {
background-color: #b73766!important
}
.btn-pink.active {
background-color: #c0406f!important;
border-color: #b73766
}
.btn-pink.disabled,.btn-pink[disabled] {
background-color: #d6487e!important
}
.btn-purple {
background-color: #9585bf!important;
border-color: #9585bf
}
.btn-purple:hover {
background-color: #7461aa!important
}
.btn-purple.active {
background-color: #7e6ab2!important;
border-color: #7461aa
}
.btn-purple.disabled,.btn-purple[disabled] {
background-color: #9585bf!important
}
.btn-yellow {
background-color: #fee188!important;
border-color: #fee188;
color: #963!important;
text-shadow: 0 -1px 0 rgba(255,255,255,0.4)!important
}
.btn-yellow:hover {
background-color: #f7d05b!important
}
.btn.btn-yellow.active {
background-color: #f9d570!important;
border-color: #edcc71
}
.btn.btn-yellow.active:after {
border-bottom-color: #c96338
}
.btn-yellow.disabled,.btn-yellow[disabled] {
background-color: #fee188!important
}
.btn-light {
color: #888!important;
background-color: #e7e7e7!important;
border-color: #e7e7e7;
text-shadow: 0 -1px 0 rgba(250,250,250,0.25)!important
}
.btn-light:hover {
background-color: #d9d9d9!important
}
.btn.btn-light.active {
background-color: #dfdfdf!important;
border-color: #d5d5d5;
color: #515151
}
.btn.btn-light.active:after {
border-bottom-color: #aaa
}
.btn-light.disabled,.btn-light[disabled] {
background-color: #e7e7e7!important
}
.btn-light.btn-mini:after {
left: -2px;
right: -2px;
top: -2px;
bottom: -2px
}
.btn-light.btn-small:after {
left: -4px;
right: -4px;
top: -4px;
bottom: -4px
}
.btn-light.btn-large:after {
left: -6px;
right: -6px;
top: -6px;
bottom: -6px
}
.btn-grey {
background-color: #a0a0a0!important;
border-color: #a0a0a0
}
.btn-grey:hover {
background-color: #888!important
}
.btn-grey.active {
background-color: #929292!important;
border-color: #888
}
.btn-grey.disabled,.btn-grey[disabled] {
background-color: #a0a0a0!important
}
.btn-white {
background-color: #f7f7f7!important;
border-color: #d7d7d7;
text-shadow: none!important
}
.btn-white:hover {
background-color: #EEE!important
}
.btn-white.active {
background-color: #f1f1f1!important;
border-color: #999
}
.btn-white.disabled,.btn-white[disabled] {
background-color: #f7f7f7!important
}
.btn.disabled.active,.btn.disabled:focus,.btn[disabled]:active,.btn[disabled].active,.btn[disabled]:focus {
outline: 0
}
.btn.disabled:active,.btn[disabled]:active {
top: 0;
left: 0
}
.btn.active {
color: #efe5b5
}
.btn.active:after {
display: inline-block;
content: "";
position: absolute;
border-bottom: 1px solid #efe5b5;
left: -4px;
right: -4px;
bottom: -4px
}
.btn-small.active:after {
left: -3px;
right: -3px;
bottom: -3px;
border-bottom-width: 1px
}
.btn-large.active:after {
left: -5px;
right: -5px;
bottom: -5px;
border-bottom-width: 1px
}
.btn-mini.active:after {
left: -1px;
right: -1px;
bottom: -1px;
border-bottom-width: 1px
}
.btn>[class*="icon-"] {
margin-right: 4px;
font-size: 110%;
display: inline;
min-width: 12px
}
.btn-large>[class*="icon-"] {
margin-right: 6px;
font-size: 110%
}
.btn-small>[class*="icon-"] {
margin-right: 3px;
font-size: 110%
}
.btn-mini>[class*="icon-"] {
margin-right: 2px;
font-size: 120%
}
.btn>.icon-round {
padding: 1px 2px;
border: 2px solid #FFF;
border-radius: 16px
}
.btn>.icon-on-right[class*="icon-"] {
margin-right: 0;
margin-left: 4px
}
.btn-large>.icon-on-right[class*="icon-"] {
margin-left: 6px;
margin-right: 0
}
.btn-small>.icon-on-right[class*="icon-"] {
margin-left: 3px;
margin-right: 0
}
.btn-mini>.icon-on-right[class*="icon-"] {
margin-left: 2px;
margin-right: 0
}
.btn>.icon-only {
margin: 0;
vertical-align: middle;
text-align: center;
padding: 0;
width: 24px
}
.btn-link {
border-color: #CCC !important;
background-color: #CCC !important;
color: #333 !important;
text-shadow: none!important;
}
.btn-link:hover {
border-color: #CCC !important;
background: #eee !important;
text-shadow: none!important
}
.btn-link.active {
background: none!important;
text-decoration: underline;
color: #07b!important
}
.btn-link.active:after {
display: none
}
.btn-link.disabled,.btn-link[disabled] {
background: 0;
opacity: .65
}
.btn-link.disabled:hover {
background: none!important;
text-decoration: none!important
}
.btn-group>.btn:first-child,.btn-group>.btn:last-child {
border-radius: 0
}
.btn-group>.btn+.btn,.btn-group+.btn {
margin: 0 1px 0 0
}
.btn-group>.btn:first-child {
margin: 0 1px 0 0
}
.btn-group>.btn,.btn-group+.btn {
margin: 0 1px 0 0;
border-width: 3px!important
}
.btn-group>.btn-large,.btn-group+.btn-large {
border-width: 4px!important
}
.btn-group>.btn-small,.btn-group+.btn-small {
border-width: 2px!important
}
.btn-group>.btn-mini,.btn-group+.btn-mini {
border-width: 1px!important
}
.btn-group-vertical>.btn,.btn-group-vertical>.btn+.btn {
margin: 1px 0 0
}
.btn-group>.btn:after,.btn-group+.btn:after {
left: -2px;
right: -2px;
bottom: -2px;
border-bottom-width: 1px
}
.btn-group>.btn-small:after,.btn-group+.btn-small:after {
left: -1px;
right: -1px;
bottom: -1px;
border-bottom-width: 1px
}
.btn-group>.btn-large:after,.btn-group+.btn-large:after {
left: -3px;
right: -3px;
bottom: -3px;
border-bottom-width: 1px
}
.btn-group>.btn-mini:after,.btn-group+.btn-mini:after {
left: 0;
right: 0;
bottom: 0;
border-bottom-width: 1px
}
.btn-group>.btn+.btn.dropdown-toggle {
padding-right: 3px;
padding-left: 3px
}
.btn-group>.btn+.btn-large.dropdown-toggle {
padding-right: 4px;
padding-left: 4px
}
.btn-group>.dropdown-toggle {
border-radius: 0
}
.btn.btn-app {
display: inline-block;
width: 100px;
margin: 2px;
position: relative;
font-size: 18px;
font-weight: normal;
color: #FFF;
text-align: center;
text-shadow: 0 -1px -1px rgba(0,0,0,0.2)!important;
border: 0;
border-radius: 12px!important;
padding: 12px 0 8px;
background: #b3c1cb!important;
background: -moz-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#bcc9d5),color-stop(100%,#abbac3))!important;
background: -webkit-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important;
background: -o-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important;
background: -ms-linear-gradient(top,#bcc9d5 0,#abbac3 100%)!important;
background: linear-gradient(to bottom,#bcc9d5 0,#abbac3 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#BCC9D5',endColorstr='#ABBAC3',GradientType=0)!important
}
.btn-app.btn-primary {
background: #298acb!important;
background: -moz-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#3b98d6),color-stop(100%,#197ec1))!important;
background: -webkit-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important;
background: -o-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important;
background: -ms-linear-gradient(top,#3b98d6 0,#197ec1 100%)!important;
background: linear-gradient(to bottom,#3b98d6 0,#197ec1 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3B98D6',endColorstr='#197EC1',GradientType=0)!important
}
.btn-app.btn-info {
background: #78bc43!important;
background: -moz-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#75b5e6),color-stop(100%,#5ba4d5))!important;
background: -webkit-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important;
background: -o-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important;
background: -ms-linear-gradient(top,#75b5e6 0,#5ba4d5 100%)!important;
background: linear-gradient(to bottom,#75b5e6 0,#5ba4d5 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#75B5E6',endColorstr='#5BA4D5',GradientType=0)!important
}
.btn-app.btn-success {
background: #84b357!important;
background: -moz-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#8ebf60),color-stop(100%,#7daa50))!important;
background: -webkit-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important;
background: -o-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important;
background: -ms-linear-gradient(top,#8ebf60 0,#7daa50 100%)!important;
background: linear-gradient(to bottom,#8ebf60 0,#7daa50 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8EBF60',endColorstr='#7DAA50',GradientType=0)!important
}
.btn-app.btn-danger {
background: #d23e37!important;
background: -moz-linear-gradient(top,#d55b52 0,#d12723 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#d55b52),color-stop(100%,#d12723))!important;
background: -webkit-linear-gradient(top,#d55b52 0,#d12723 100%)!important;
background: -o-linear-gradient(top,#d55b52 0,#d12723 100%)!important;
background: -ms-linear-gradient(top,#d55b52 0,#d12723 100%)!important;
background: linear-gradient(to bottom,#d55b52 0,#d12723 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D55B52',endColorstr='#D12723',GradientType=0)!important
}
.btn-app.btn-warning {
background: #ffb752!important;
background: -moz-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffbf66),color-stop(100%,#ffa830))!important;
background: -webkit-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important;
background: -o-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important;
background: -ms-linear-gradient(top,#ffbf66 0,#ffa830 100%)!important;
background: linear-gradient(to bottom,#ffbf66 0,#ffa830 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFBF66',endColorstr='#FFA830',GradientType=0)!important
}
.btn-app.btn-purple {
background: #9182bb!important;
background: -moz-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9b8ac5),color-stop(100%,#8a7cb4))!important;
background: -webkit-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important;
background: -o-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important;
background: -ms-linear-gradient(top,#9b8ac5 0,#8a7cb4 100%)!important;
background: linear-gradient(to bottom,#9b8ac5 0,#8a7cb4 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9B8AC5',endColorstr='#8A7CB4',GradientType=0)!important
}
.btn-app.btn-pink {
background: #d6487e!important;
background: -moz-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#db5e8c),color-stop(100%,#ce3970))!important;
background: -webkit-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important;
background: -o-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important;
background: -ms-linear-gradient(top,#db5e8c 0,#ce3970 100%)!important;
background: linear-gradient(to bottom,#db5e8c 0,#ce3970 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DB5E8C',endColorstr='#CE3970',GradientType=0)!important
}
.btn-app.btn-inverse {
background: #393939!important;
background: -moz-linear-gradient(top,#494949 0,#303030 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#494949),color-stop(100%,#303030))!important;
background: -webkit-linear-gradient(top,#494949 0,#303030 100%)!important;
background: -o-linear-gradient(top,#494949 0,#303030 100%)!important;
background: -ms-linear-gradient(top,#494949 0,#303030 100%)!important;
background: linear-gradient(to bottom,#494949 0,#303030 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#494949',endColorstr='#303030',GradientType=0)!important
}
.btn-app.btn-grey {
background: #888!important;
background: -moz-linear-gradient(top,#848484 0,#707070 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#848484),color-stop(100%,#707070))!important;
background: -webkit-linear-gradient(top,#848484 0,#707070 100%)!important;
background: -o-linear-gradient(top,#848484 0,#707070 100%)!important;
background: -ms-linear-gradient(top,#848484 0,#707070 100%)!important;
background: linear-gradient(to bottom,#848484 0,#707070 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#848484',endColorstr='#707070',GradientType=0)!important
}
.btn-app.btn-light {
color: #5a5a5a!important;
text-shadow: 0 1px 1px #EEE!important;
border: 2px solid #DDD;
background: #EEE!important;
background: -moz-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f4f4f4),color-stop(100%,#e6e6e6))!important;
background: -webkit-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important;
background: -o-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important;
background: -ms-linear-gradient(top,#f4f4f4 0,#e6e6e6 100%)!important;
background: linear-gradient(to bottom,#f4f4f4 0,#e6e6e6 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F4F4F4',endColorstr='#E6E6E6',GradientType=0)!important
}
.btn-app.btn-yellow {
color: #963!important;
text-shadow: 0 -1px 0 rgba(255,255,255,0.4)!important;
border: 2px solid #fee188;
background: #fee188!important;
background: -moz-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important;
background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffe8a5),color-stop(100%,#fcd76a))!important;
background: -webkit-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important;
background: -o-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important;
background: -ms-linear-gradient(top,#ffe8a5 0,#fcd76a 100%)!important;
background: linear-gradient(to bottom,#ffe8a5 0,#fcd76a 100%)!important;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFE8A5',endColorstr='#FCD76A',GradientType=0)!important
}
.btn-app.btn-yellow.active {
border-color: #fee188
}
.btn.btn-app>[class*=icon] {
display: block;
font-size: 42px;
margin: 0 0 4px;
line-height: 36px;
min-width: 0;
padding: 0
}
.btn.btn-app.btn-small {
width: 80px;
font-size: 16px;
border-radius: 10px!important;
padding-bottom: 9px
}
.btn.btn-app.btn-small>[class*=icon] {
display: block;
font-size: 32px;
line-height: 30px;
margin: 0 0 3px
}
.btn.btn-app.btn-mini {
width: 64px;
font-size: 15px;
border-radius: 8px!important;
padding-bottom: 7px;
padding-top: 8px
}
.btn.btn-app.btn-mini>[class*=icon] {
display: block;
font-size: 24px;
line-height: 24px;
margin: 0
}
.btn.btn-app.btn-mini.btn-light {
width: 64px;
padding-bottom: 6px
}
.btn.btn-app.no-radius {
border-radius: 0!important
}
.btn.btn-app.radius-4 {
border-radius: 4px!important
}
.btn-app>.badge,.btn-app>.label {
position: absolute!important;
top: -2px;
right: -2px;
padding: 1px 3px;
text-align: center;
font-size: 12px
}
.btn-app>.label {
padding: 1px 6px 3px;
font-size: 13px
}
.btn.btn-app.radius-4>.badge,.btn.btn-app.no-radius>.badge {
border-radius: 3px
}
.btn-app>.badge-right,.btn-app>.label-right {
right: auto;
left: -2px
}
.btn.btn-app.radius-4>.badge.no-radius,.btn.btn-app.no-radius>.badge.no-radius {
border-radius: 0
}
.btn.btn-app.active {
color: #FFF
}
.btn.btn-app.active:after {
display: none
}
.btn.btn-app.btn-yellow.active {
color: #963
}
.btn.btn-app.btn-light.active {
color: #515151
}

.input-group .input-group-btn .btn{
    border-width: 1px !important;
}
#search-change-list .input-group .input-group-btn .btn{
    border-width: 5px !important;
}
.form-line {
margin-bottom: 24px;
padding-bottom: 12px;
border-bottom: 1px solid #EEE
}

.help-button {
display: inline-block;
height: 18px;
width: 18px;
line-height: 20px;
text-align: center;
padding: 0;
background-color: #65bcda;
color: #FFF;
font-size: 12px;
font-weight: bold;
cursor: default;
margin-left: 4px;
border-radius: 16px;
border-color: #FFF;
border: 2px solid #FFF;
box-shadow: 0 1px 0 1px rgba(0,0,0,0.2)
}
.help-button:hover {
background-color: #65bcda;
text-shadow: none
}
label,.lbl {
vertical-align: middle
}
td>label,th>label,label.inline {
margin-bottom: 0;
line-height: inherit
}
input, textarea, .uneditable-input{
width:auto;
}
textarea,input[type="text"],input[type="password"],input[type="datetime"],input[type="datetime-local"],input[type="date"],input[type="month"],input[type="time"],input[type="week"],input[type="number"],input[type="email"],input[type="url"],input[type="search"],input[type="tel"],input[type="color"] {
border-radius: 0!important;
border-width: 1px;
color: #666666;
background-color: #FFF;
border-color: #d5d5d5;
box-shadow: none;
-moz-transition-duration: .1s;
-webkit-transition-duration: .1s;
-o-transition-duration: .1s;
-ms-transition-duration: .1s;
transition-duration: .1s
}
input.block {
display: block;
margin-bottom: 9px
}
textarea.autosize-transition {
-webkit-transition: height .2s;
-moz-transition: height .2s;
-o-transition: height .2s;
-ms-transition: height .2s;
transition: height .2s
}
.limiterBox {
border: 1px solid #222;
border-top: 0;
background-color: #333;
padding: 3px 6px;
font-size: 12px;
color: #FFF;
margin-top: 6px
}
.limiterBox:after {
display: none
}
.limiterBox:before {
display: block;
content: "";
position: absolute;
width: 0;
height: 0;
top: -8px;
left: 50%;
margin-left: -5px;
border-color: transparent;
border-style: solid;
border-bottom-color: #333;
border-width: 0 8px 8px
}
select {
border-radius: 0;
border-width: 1px
}
select:focus {
outline: 0;
box-shadow: 0 0 0 2px rgba(245,153,66,0.3);
border-color: #f59942
}
option {
padding: 3px 4px
}
option:hover,option:active,option:focus {
background-color: #e5e9ee;
color: #111
}
option[value=""] {
padding: 0
}
textarea:focus,input[type="text"]:focus,input[type="password"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus {
box-shadow: 0 0 0 2px rgba(245,153,66,0.3);
color: #222222;
border-color: #f59942;
background-color: #FFF
}
input[disabled] {
color: #848484;
background-color: #EEE
}
input[readonly] {
color: #939192;
background: #f5f5f5!important;
cursor: default
}
input[readonly]:focus {
box-shadow: 0 0 0 2px rgba(150,150,150,0.3);
border-color: #AAA;
background-color: #f9f9f9
}
.width-50 {
width: 50%!important
}
.width-75 {
width: 75%!important
}
.width-80 {
width: 80%!important
}
.width-90 {
width: 90%!important
}
.width-100 {
width: 100%
}
.help-inline {
font-size: 13px!important
}
.input-icon {
position: relative
}
span.input-icon {
display: inline-block
}
.input-icon>input,.input-icon>input {
padding-left: 24px;
padding-right: 6px
}
.input-icon.input-icon-right>input,.input-icon.input-icon-right>input {
padding-left: 6px;
padding-right: 24px
}
.input-icon>[class*="icon-"] {
padding: 0 3px;
z-index: 2;
position: absolute;
top: 1px;
bottom: 1px;
left: 3px;
line-height: 28px;
display: inline-block;
color: #909090;
font-size: 16px
}
.input-icon.input-icon-right>[class*="icon-"] {
left: auto;
right: 3px
}
.input-icon>input:focus+[class*="icon-"] {
color: #579
}
.input-icon+.help-inline {
padding-left: 8px
}
.radio [type=checkbox]+label,.checkbox [type=radio]+label {
float: left;
margin-left: -20px
}
.form-search .radio [type=radio]+label,.form-search .checkbox [type=checkbox]+label,.form-inline .radio [type=radio]+label,.form-inline .checkbox [type=checkbox]+label {
margin-left: 0;
margin-right: 3px
}
.form-search .input-append .search-query:focus,.form-search .input-prepend .search-query:focus {
box-shadow: none
}
.input-prepend .add-on,.input-append .add-on {
border-radius: 0!important
}
.control-group.success .input-prepend .add-on,.control-group.success .input-append .add-on {
border-color: #92bf65
}
.control-group.error .input-prepend .add-on,.control-group.error .input-append .add-on {
border-color: #f09784
}
.control-group.warning .input-prepend .add-on,.control-group.warning .input-append .add-on {
border-color: #e0c43a
}
.control-group.info .input-prepend .add-on,.control-group.info .input-append .add-on {
border-color: #64a6bc
}
.input-append>.btn,.input-prepend>.btn {
line-height: 20px;
padding: 0 6px;
border-radius: 0
}
.input-append>.btn-small,.input-prepend>.btn-small {
line-height: 22px
}
.input-append>.btn+.btn,.input-prepend>.btn+.btn {
margin-left: 1px
}
.input-append>.btn-group>.btn,.input-prepend>.btn-group>.btn {
line-height: 23px
}
.input-append>.btn-group>.btn-small,.input-prepend>.btn-group>.btn-small {
line-height: 26px
}
.input-append>.btn>.caret,.input-prepend>.btn>.caret,.input-append>.btn-small>.caret,.input-prepend>.btn-small>.caret,.input-append>.btn-group>.btn>.caret,.input-prepend>.btn-group>.btn>.caret,.input-append>.btn-group>.btn-small>.caret,.input-prepend>.btn-group>.btn-small>.caret {
margin-top: 10px
}

body.login #sidebar{display:none !important; height:0px !important; width:0px !important; overflow:hidden;}
body.login #main-content{margin:0px !important;}
body.login .page-header{display:none;}

.geomap{
    border:3px #FFF solid;
    min-height:420px;
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
            box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.5);
}
.geomap img{width:auto !important; max-width:none; }
.navbar-fixed-top, .navbar-fixed-bottom{
z-index:780 !important;
}
.btn-loader{
    border-color:#FFF;
    border-radius:0;
}

.timeline{
    position:relative;
    margin-left:-4px;
    left:50%;
    min-height:200px;
    width:4px;
    background-color:#333;
    border:2px #FFF solid;
    -webkit-border-radius: 10px;
            border-radius: 10px;
    -webkit-box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
            box-shadow:  0px 0px 4px 0px rgba(0, 0, 0, 0.3);
}
.timeline .item{
    position:relative;
    min-height:100px;
    margin-top:20px;
    margin-bottom:50px;
    padding-bottom:80px;
}
.timeline h3{
    width:380px;
    position:relative;
    left:6px;
    text-align:right;
    font-size:2em;
    color:#777;
    border-bottom:1px #777 dashed;
}
.timeline .item .date{
    display:block;
    position:absolute;
    left:-45px;
    text-align:center;
    width:80px;
    height:80px;
    background-color:#eee;
    border:5px #FFF solid;
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.timeline .item .date b{
    display:block;
    font-size:3em;
    line-height:60px;
    height:50px;
    color:#2679b5;
}
.timeline .item .date small{
    display:block;
    font-size:1.2em;
    line-height:20px;
}
.timeline .item .actions{
    position:relative;
    top:60px;
    background-color:#FFF;
    width:320px;
    
    -webkit-box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);
            box-shadow:  0px 0px 8px 0px rgba(0, 0, 0, 0.3);
}
.timeline .item.left .actions{
    left: -320px;
    margin-left:-70px;
}
.timeline .item.right .actions{
    margin-left:70px;
}
.timeline .item.left .date{
    -webkit-border-radius: 80px 80px 80px 0px;
            border-radius: 80px 80px 80px 0px;
}
.timeline .item.right .date{
    -webkit-border-radius: 80px 80px 0px 80px;
            border-radius: 80px 80px 0px 80px;
}
.main-content-nav{
    margin-bottom:12px;
    padding-left:22px;
    border-bottom: 1px solid #ddd;
}
.main-content-nav a{
    font-size:1.3em;
    padding:12px;
}
.main-content-nav .back a{
    background-color:#f1f1f1;
    margin-right:12px;
}

.checkbox-choice ul{
    list-style: none;
    margin:0px;
    padding:3px;
    overflow:hidden;
}
.checkbox-choice ul li{
    list-style: none;
    float:left;
    margin-right:20px;
}
.admin-radio ul{
    list-style:none;
    margin:0px;
    padding:0px;
}
.admin-radio ul li{
    list-style:none;
    margin:0px;
    padding:0px;
    margin-right:6px;
    margin-bottom:6px;

}
.admin-radio ul li label{
    font-weight: normal;
    border:1px #CCC solid;
    background-color:#f1f1f1;
    padding:0px 8px;
    padding-right:10px;
    display:inline-block;
    line-height:26px;
}
.inline li{
    display: inline-block;
}
.admin-radio ul li label input{
    position: relative;
    top:2px;
    margin-right:4px;
}
.related-lookup{
    border-left:1px #CCC solid;
    position: absolute;
    top:24px;
    right:1px;
    background: #f1f1f1;
    line-height:28px;
    text-align: center;
    width:32px;
    height:32px;
}
.relational-tools{
    top:auto;
    position:static;
    float:none;
}
.relational-tools li{
    float:right;
}
.relational-tools-clear{
    clear:both;
    margin-bottom:12px;
}
.collapse{
    height:auto !important;
}
.modal .modal-errors{
    margin-top:-15px;
    margin-bottom:15px;
    padding-top:8px;
    padding-bottom:8px;
    border-bottom:1px #a94442 dotted;
    color:#333;
}
.modal .ajax-loader{
    color:#999;
    line-height:28px;
    font-size:1.2em;
    cursor:wait;
}
.modal-ajax-loader{
    position:fixed;
    right:0px;
    top:45px;
    bottom:0px;
    left:0px;
    cursor:wait;
    overflow:hidden;
    
    background: none;
    background: rgba(255,255,255,0.8);
    background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 60%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(60%,rgba(255,255,255,0.8))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 60%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 60%); /* Opera 11.10+ */
    background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 60%); /* IE10+ */
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.8) 60%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ccffffff',GradientType=1 ); /* IE6-9 */

}
.modal-ajax-loader span{
    display:block;
    background-color:#FFF;
    font-size:1.4em;
    line-height:48px;
    position:absolute;
    right:0px;
    top:50%;
    padding-left:48px;
    padding-right:24px;
    margin-top:-24px;
    background-image:url(../img/ajax-loader.gif);
    background-repeat:no-repeat;
    background-position:18px 50%;
    -webkit-box-shadow:  62px 0px 84px 0px rgba(0, 0, 0, 0.2);
            box-shadow:  62px 0px 84px 0px rgba(0, 0, 0, 0.2);
}
.modal-ajax-loader span small{
    color:#888;
    cursor:pointer;
}

#filters .dropdown-menu{
    max-height:400px;
    overflow:auto;
}


.text-cols-3{
    -moz-column-count: 3;
    -moz-column-gap: 50px;
    -webkit-column-count: 3;
    -webkit-column-gap: 50px;
    column-count: 3;
    column-gap: 50px;
}

.form-group div.form-control{
    height:auto;
    overflow: hidden;
}


.object-tools{
    display: none;
    margin:0px;
    padding:0px;
    text-align: right;
}
.object-tools.show-tools{
    display: block;
}
.object-tools li{
    display: inline;
}
.main-col .object-tools{
    text-align: left;
    margin-bottom:10px;
}
.main-col .object-tools li{
    display: block;
    padding-right:38px;
    padding-left:38px;
}
.main-col .object-tools li a{
    line-height:26px;
    display: block;
    text-align: left;
    padding:0px;
    background-color:#FFF !important;
    border:0px;
    color:#333 !important;
    font-size:13px;
    text-shadow: none!important;
}
.main-col .object-tools li a.viewsitelink{
    color:#428bca !important;
}
.cke_skin_kama{display:block; float:none !important;}

.popup .sidebar-collapsed #main-content{
    margin-left:0px;
}
.popup #content .btn-toolbar{
    position: absolute;
}

.popup.change-form #content .btn-toolbar{
    display:none;
}
.popup.change-form #content{
    padding-top:20px;
}

.empty-list{
    padding:22px;
    text-align: center;
    font-size: 1.4em;
    color:#999;
}

.label-large{
    font-size:1.2em;
}
.label-inverse{
    background-color: #555;
}

.table td.inactive{
    opacity:0.8;
    background-color:#f9f9f9;
}

.drag-handle{
    display:inline-block;
    width:28px;
    height:32px;
    border:2px transparent solid;
    background-color:#FFF;
    background-image:url(../img/drag-handle.png);
    background-repeat: no-repeat;
    background-position: 50% 5px;
    cursor: move;
    -webkit-transition: all 123ms ease-in-out;
    -moz-transition: all 123ms ease-in-out;
    -ms-transition: all 123ms ease-in-out;
    -o-transition: all 123ms ease-in-out;
    transition: all 123ms ease-in-out;
}
.drag-handle:hover{
    border:2px #f1f1f1 solid;
}


.sorted_list li, .sorted_list li a {cursor: pointer; }
.sorted_list .divider-vertical {cursor: default; }
.sorted_list li.placeholder {position: relative; border:0px; overflow:visible;}

.sorted_list li.placeholder:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
border: 6px solid transparent;
border-left-width: 12px;
border-left-color: #666666;
margin-top: -6px;
left: -2px;
border-right: none; }

.sorted_list .dropdown-menu li.placeholder:before {
border: 5px solid transparent;
border-left-color: red;
margin-top: -5px;
margin-left: none;
top: 0;
left: 10px;
border-right: none; }


.sorted_table tr {
cursor: pointer; }
.sorted_table tr.placeholder {
display: block;
position: relative;
margin: 0;
padding: 0;
border: none; }
.sorted_table tr.placeholder:before {
content: "";
position: absolute;
width: 0;
height: 0;
border: 6px solid transparent;
border-left-width: 12px;
border-left-color: #666666;
margin-top: -6px;
left: -6px;
border-right: none; }

.sorted_head th {cursor: pointer; }
.sorted_head th.placeholder {
display: block;
background: #666666;
position: relative;
width: 0;
height: 0;
margin: 0;
padding: 0; }
.sorted_head th.placeholder:before {
content: "";
position: absolute;
width: 0;
height: 0;
border: 5px solid transparent;
border-top-color: #666666;
top: -6px;
margin-left: -5px;
border-bottom: none; }

.dropdown-search-menu{
    min-width: 220px;
    max-width: 300px;
}
.dropdown-search-menu .dropdown-content{
    list-style: none;
    padding:0px;
    margin:0px;
    max-height:320px;
    overflow-y: auto;
}
.dropdown-search-menu .search{
    border-bottom:2px #CCC dotted;
    margin-top:-4px;
    margin-bottom:4px;
}
.dropdown-search-menu .loader, .dropdown-search-menu .empty{
    padding:14px 0px;
    text-align: center;
    font-size:1.2em;
    color:#777;
}
.dropdown-search-menu .search input{
    border:0px;
    line-height:32px;
    height:32px;
    padding:0px 8px;
    font-size:0.86em;
    background-color:#FFF;
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
}
.dropdown-search-menu .search input:focus{
    background-color:#f9f9f9;
}
.dropdown-search-menu li a{
    display:block;
    padding:4px 8px;
    padding-left:27px;
    position: relative;
    color:#333;
    text-decoration: none;
    border-bottom: 1px #CCC dotted;
}
.dropdown-search-menu li a i.fa{
    width:20px;
    left:4px;
    top:7px;
    position:absolute;
    text-align: center;
}
.cell-control{
    display: block;
    width:100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    color: #555;
}
.nav-tabs>li.has-error a{
    border-color:#a94442 !important;
    color:#a94442 !important;
    border-bottom-color:transparent !important;
    background-color: #f2dede !important;
}
.nav>li.has-error>a:hover, .nav>li.has-error>a:focus{
    background-color: #f2dede;
}

.payment-row td{
    vertical-align: middle !important;
}
.payment-row p{
    padding-top: 5px;
}
.payment-badge{
    float:left;
    border:1px #FFF solid;
    margin-right:10px;
    overflow: hidden;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.3);
}
.payment-badge img{
    max-width: 100%;
}

/* Added by Hélio to work with date range form */
#admin-search-button {
    border-width: 5px !important;
}

#admin-search-clear-button {
    padding: 4px 8px;
}

.input-daterange .date {
    width: 100px !important;
}