/* Custom CSS Classes */

@media only screen and (max-width: 500px)
{
    body > div.lg.modal.fade.in > div {
    padding-top: 25%;
    }
}
@media only screen and (min-width: 501px)
{
    body > div.lg.modal.fade.in > div {
    padding-top: 10%;
    }
}

body{
    background-color: #fff;
    /* background-image: url(half.png); */
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
    font-size: 1.3em;
}
body > div.lg.modal.fade.in > div
body > div.lg.modal.fade.in > div > form > div.modal-dialog{
    padding-top: 3%;	
}

body > div.lg.modal.fade.in > div > form > div.modal-header {
    margin: 3px;
    border-bottom: 1px solid rgba(44, 62, 80, 0.15);
    /* background-color: crimson; */
    background: #44b491;
    color: white;
    border-radius: 4px;
    
}

body > div.lg.modal.fade.in > div > form{
    /* background-color: rgba(44, 62, 80, 0.55); */
    background: #46b48e03;
    color: #054882;
    /* font-weight: 900; */
}
body > div.lg.modal.fade.in > div > form > div.modal-footer {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0px;
    text-align: right;
    border: 0px;
   
}
body > div.lg.modal.fade.in > div > form > div.modal-backdrop.in {
    opacity: 0.3;
}
.form-control {
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    }

.screen-container  { 
	background-color: white;
    padding: 5px;
  }

.btn-primary{
    color: #ffffff;
    background-color: rgb(77, 188, 156);
    border-color: rgba(18, 143, 118, 0.49);
}

.btn-primary:hover{
  /* background-color: rgb(59, 157, 142);*/
  border-color: rgb(59, 157, 142);
  transition: all 0.5s;
  cursor: pointer;
 
}

/*------------------------------------------*/
/*	     03 - Login Styles 
/*------------------------------------------*/


.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    opacity:0.8;
}

/*.affix-top{
	background-color: #128f76;

}*/

.glyphicon-minus:before {
    content: "\2212";
   /* color: #15a589; */
}

/*.treeview > table.tree img.column-affix {
    width: 1.5em;
    height: 1.5em;
}*/

/*
.tab-pane .active > table{
    background-color: #ecf0f1;
    border-spacing: 1px;
    border-radius: 4px;
}
*/
.treeview > table.tree {
    width: 100%;
    margin-top: 5px;
}
.treeview > table.tree > thead > tr > th{
    text-align: left;
    font-weight: 800;
    color: #63aea1;
} 
.treeview > table.tree img.column-affix {
    width: 20px;
    height: 20px;
    margin-right: 1em;
}
.treeview > table.tree > thead > tr > th {
    text-align: left;
    font-weight: 800;
    color:black;
    border-bottom: 1px solid #dce1e4;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #2c3e50;
    background-color: #ecf0f1;
    border: 1px solid #ecf0f1;
    border-bottom-color: #ecf0f1;
    cursor: default;
}


.tab-pane active label{
    padding-right: 10px;
    padding-left: 10px;
}

.tab-pane .active > table .input-group{
    padding-right:5px;
    padding-bottom: 2px;
}
.tab-pane .active > table .form-selection{
    padding-right:5px;
}

.tab-pane .active > table .input-group input{
    border: 1px solid #dce4ec;
    border-radius: 4px;
}

.tab-pane .active > table > tbody > tr:nth-child(11) > td > div{
    width: 100%;
    padding-bottom: 12px;
    padding: 10px;
}
.tab-pane .active label {
    margin: 5px;
    padding-left: 15px;
}
.btn-toolbar>.btn, .btn-toolbar>.btn-group, .btn-toolbar>.input-group {
    margin-left: 5px;
    margin-right: 3px;
}

.navbar-default .badge {
    background-color: "white";
    color: #ecf0f1;
}
.form-text{

    padding: 5px;
}
.form-one2many-content{
    width: 100%;
    visibility: visible;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    border: 1px;
}
.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-weight: bold;
    color: #ffffff;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    background-color: #63aea1;
    border-radius: 10px;
}

div.form-one2many-menu.panel-heading,
    div.form-many2many-menu.panel-heading,
    div.window-form-toolbar {
    color: white;
    background-color: #26718f;
    border-color: #267092;
}
.panel {
    margin-bottom: 0px;
    } 
form-control input-sm{
}

img.global_search-icon {
    width: 20px;
    height: 20px;
    margin-right: 3px;
}
.alert-info {
    background-color: #63aea1;
    border-color: rgba(18, 143, 118, 0.77);
    color: #ffffff;
}
.alert-danger {
    background-color: rgb(208, 110, 86);
    border-color: #d06e56;
    color: #ffffff;
}
.has-error .form-control, .has-error .form-control:focus {
    border: 2px solid #d06e56;
    box-shadow: 0px 0px 2px 1px #d06e56;
}
.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label, .has-error .form-control-feedback {
    color: #d06e56;
}
.close {
    float: right;
    font-weight: bold;
    line-height: 1;
    color: white;
    margin-left: 5px;
 
}

body > div.ask-dialog.modal.fade.in > div{
    padding-top: 10%;

}

.glyphicon-star,.glyphicon-star-empty{
    color: #63aea1;
}
.nav>li>a {

    color: #2c3e50;
}
.screen-container {
    background-color: #fff;
    padding: 5px;
    box-shadow: 0px 0px 13px 0px rgba(44, 62, 80, 0.07);
    border-radius: 4px;
}
.toolbar-wrapper{
    box-shadow: 0px 0px 13px 0px rgba(44, 62, 80, 0.07);
    border-radius: 4px;

}
.form-control:focus,.input-group:focus,.input-group-sm:focus{
    border: 1px solid rgba(18, 143, 118, 0.41);
    box-shadow: 0px 0px 6px 0px rgba(18, 143, 118, 0.34);  
}
.form-control {
    display: block;
    width: 100%;
    height: 39px;
    line-height: 1.42857143;
    color: #2c3e50;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #dce4ec;
    border-radius: 4px;
    font-variant-caps: normal;
}
.btn {
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    font-size: 0.9em;
    color:  #1f628b;
    white-space: nowrap;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(44, 62, 80, 0.06);
}
.table-striped>tbody>tr:nth-of-type(odd):hover{
    background-color: rgba(28, 62, 80, 0.17);
}
.navbar-brand {
    font-size: 15px;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: rgba(44, 62, 80, 0.95);
}
.tab-pane .active > table .input-group input {
    margin: 2px;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 35px;
    padding: 6px 9px;
    line-height: 1.5;
    border-radius: 3px;
}
.input-group-sm>.form-control, .input-group-sm>.input-group-addon, .input-group-sm>.input-group-btn>.btn {
    height: 35px;
    padding: 8px 9px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-notebook>.nav>li>a {
    color: #18bc9c;
}
.form-notebook>.nav>li.active>a{
    color: #2c3e50;
}

table a:not(.btn), .table a:not(.btn) {
    text-decoration: none; 
}
.xexpand>.btn-default {
    color: #ffffff;
    background-color: rgb(77, 188, 156);
    border-color: rgba(33, 149, 130, 0);

}
button img.icon {
    height: 1.3em;
}
textarea.input-sm, select[multiple].input-sm {
    height: 145px;
}


 .toolbar{
    color:white;
    background-color: rgb(38, 113, 143);
 }

 .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus {
    color: #ffffff;
    background-color: rgb(38, 112, 146);
}

#menu, #tabs {
    padding-top: 1px;

}
.toolbar-wrapper {
    box-shadow: 0px 0px 13px 0px rgba(106, 117, 128, 0.38);
    border-radius: 4px;
}
.container-fluid {
    /*box-shadow: 0px 0px 13px 0px rgba(106, 117, 128, 0.38);*/

}
.form .nav-tabs {
     margin-bottom: 0px; 
}

.form .form-image_ img {
    width: 2em;
    padding-right: 1px;
}

.tooltip.in {
    opacity: 0.8;
    filter: alpha(opacity=90);
}
.tooltip.bottom {
    margin-left: 60px;
    padding-top: 0px;
    display: block;
    border-radius: 4px;
}
.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
    text-decoration: none;
    color: #1a242f;
    background-color: rgba(180, 188, 194, 0.79);
}

img.favorite-icon {
    margin-right: 7px;
}

.glyphicon-triangle-top,.glyphicon-triangle-bottom{

    padding-left: 3px;
    color:#53616e;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(95, 166, 195, 0.15);
    border-bottom: 1px solid rgba(95, 166, 195, 0.15);
    border-top: 1px solid rgba(95, 166, 195, 0.15);
}

.table-striped>thead{
   background-color: #267092bd;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #ffffff;
    text-align: center;
    background-color: #293138;
    border-radius: 4px;
}

#tabcontent{
    background-color:white;
}

#processing {
    position: fixed;
    top: 15px;
    padding-left: 89px;
    width: 100%;
    z-index: 2000;
    padding-top: 20%;
}
.label-info {

    background: #1b5b87;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-weight: normal; 
    line-height: 1;
    color: #ffffff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.btn .badge {
    position: relative;
    top: -8px;
}
.badge {  
    font-weight: normal;
}
.nav>li>a {
    color: #53616e;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #53616e;
    background-color: #ecf0f1;
    border: 1px solid #ecf0f1;
    border-bottom-color: #ecf0f1;
    cursor: default;
}
.caret {
    color: #46b48e;
    /* padding-right: 1px; */
}


.navbar.navbar-default.navbar-static-top{
   /*border-right: 3px solid; */
   font-family: Open sans, Helvetica, sans-serif; 
   background: linear-gradient(141deg, #1b5b87 5%, #44b491 75%);
   margin-right: 0px; 
}
.fc-head{
    background-color: #66ada0;
}
.table-bordered > thead{
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    color: white;
}
.fc-icon, .fc-toolbar .fc-center {
    display: inline-block;
  
}
#menu {
  border-image: linear-gradient(to bottom, #46b48ecc, rgba(0, 0, 0, 0)) 1 100%;
  margin-top: -1px;
}
.glyphicon-star, .glyphicon-star-empty {
   
    color: #27758c;
}
.navbar-default .navbar-nav>li>a {
    color: white;
}
.navbar .btn-default {
    color: white;
    /* border-color: #95a5a6; */
    /* background-color: #26728c; */
}
.navbar-default .badge {
    background-color: #46b48e;
    color: #ecf0f1;
}
.btn-default:hover {
    color: #ffffff;
    background-color: #46b48e;
    border-color: #46b48e;  
     }  
#menu {
    padding-top: 5px;
}

#user-logout > a:hover {
    color: #1a5a8b;
    font-weight: 600;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #1afbad;
    background-color: transparent;
}
.mousetrap {

    height: 42px;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #1afbad;
    background-color: transparent;
}
.panel-default>.panel-heading .badge,
    div.window-form-toolbar .badge {
    color: #ecf0f1;
    background-color: #48b48a;
    margin-top: 7px;
}
.glyphicon-star, .glyphicon-star-empty {
    color: #48b48a;
}

.navbar-default .navbar-brand {
    color: white;
}
/* Increase size of selection widgets */
select.input-sm {
    height: 35px;
}

/* Increase size of many2one icons */
.input-sm .icon-input, .input-group-sm .icon-input {
    line-height: 35px;
}


.filter-box .btn-default {
    color: rgb(38, 113, 143);
    #background-color: #ffffff;
    background-color: rgba(95, 166, 195, 0.35);
    #border-color: rgb(38, 113, 143);
    border-width: 0px;
}


