body
{
	margin: 0;
	padding: 0;
	color: #000000;
	font: 400 12px 'Open Sans',HelveticaNeue,Helvetica,Arial !important;
	background-color: #ebebeb !important;
}


select,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"],
.uneditable-input{
    color:#000000 !important
}

.page_container
{
        position: absolute;
        top: 1px;
	bottom: 1px;
        left: 1px;
        right: 1px;
        width: auto;
        height: auto;
        overflow: hidden;
}

.page_header
{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 50px;
        /* background-color: #171e26; */
        background-color: #068277;
        color: #fefefe;
        margin: 0;
        padding: 0;
}

.page_header .inner
{
        margin-left: 20px;
        margin-top: 12px;
}

.page_header .inner .logo
{
    float: left;
    margin-left: 0px;
    margin-right: 6px;
    padding: 0;
    width: 32px;
    height: 28px;
    background:url('../images/logo_header.png') no-repeat top left;
}

.page_header .inner .banner
{
    float:left;
    /* color: #5bb75b; */
    color: #fefefe;
    font-size: 16px;
    font-weight: bold;
    /*text-shadow: 1px 1px #408140;*/
    text-shadow: 1px 1px #dedede;
    padding:0;
    padding-top: 8px;
    height: 20px;
}

.page_header .inner .banner .active-org
{
    /*color: #ff3333;
    text-shadow: 1px 1px #990033;*/
    color: #fdd017;
    text-shadow: 1px 1px #0d0000;
}


.page_header .head_widget
{
    position: absolute;
    top: 10px;
    right: 6px;
}

a.head_home_btn,
a.head_home_btn:visited
{
    color: #fefefe;
    text-decoration: none;
}

a.head_home_btn:hover
{
    color: #f00;
    text-decoration: none;
}

.page_header .head_widget .btn-group a.btn
{
    height: 20px !important;
}

.page_header .head_widget .btn-group a.btn:hover
{
    color: #f00;
}

.page_header .head_widget .btn-group a.blank_btn
{
    font-size: 18px !important;
}

.page_header .head_widget .btn-group a.blank_btn i
{
    display: block;
    margin-top: 2px;
}

.page_content
{
        position: absolute;
        top: 52px;
        bottom: 18px;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        overflow: auto;
        border: 1px solid #fefefe;
}

.page_footer
{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: 16px;
        padding-top: 2px;
	font-size: 10px;
	text-align: center;
        background-color: #171e26;
        color: #fefefe;
}


.box
{
        -webkit-box-shadow: 0 2px 2px -2px #cccccc;
        -moz-box-shadow: 0 2px 2px -2px #cccccc;
        box-shadow: 0 2px 2px -2px #cccccc;
        background: #fbfbfb;
        border: 1px solid #cdcdcd;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        -ms-border-radius: 3px;
        -o-border-radius: 3px;
        border-radius: 3px;
}

.action-nav-button
{
    margin-top: 10px;
    margin-bottom: 20px;
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
    display: inline-block;
    text-align:center;
    width: 122px;
    height: 110px;
    float: left;
    -moz-box-shadow: 5px 5px 20px 2px #ccc;
    -webkit-box-shadow: 5px 5px 20px 2px #ccc;
    box-shadow: 5px 5px 20px 2px #ccc;
}

.action-nav-button a
{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #d5d5d5;
    background: #ececec;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top,#fafafa,#ececec);
    -webkit-box-shadow: 0 0 0 1px #fafafa inset,0 1px 1px 0 #dddddd;
    box-shadow: 0 0 0 1px #fafafa inset,0 3px 3px 0 #dddddd;
    padding: 10px 0;
    display: block;
    font-weight: 700;
    white-space: nowrap;
    color: #626262;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.working a
{
    background: #ffff00;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top,#ffffef,#ffff00);
    -webkit-box-shadow: 0 0 0 1px #fafafa inset,0 1px 1px 0 #dddddd;
}

.testing a
{
    background: #99ff99;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top,#ffffef,#99ff99);
    -webkit-box-shadow: 0 0 0 1px #fafafa inset,0 1px 1px 0 #dddddd;
}

.implementing a
{
    color: #fefefe;
    background: #cc0000;
    background-size: 100%;
    background-image: -webkit-linear-gradient(top,#993366,#cc0000);
    -webkit-box-shadow: 0 0 0 1px #fafafa inset,0 1px 1px 0 #dddddd;
}

.action-nav-button a:hover
{
    color: #f00;
    text-decoration: none;
}

.action-nav-button i.icon-4x
{
    font-size: 4em !important;
}

.action-nav-button i.icon-2x
{
    font-size: 2em !important;
}

.action-nav-button span.icontag
{
    display:block;
    position: absolute;
    left:0;
    right:0;
    top:2px;
    bottom: 26px;
    height: auto;
    width: auto;
    padding-top: 12px;
}

.action-nav-button span.icontag span.icon-stack
{
    width: 100%;
    height: 100%;
    padding-top: 12px;
}

.action-nav-button span.nametag
{
    display: block;
    position: absolute;
    left:2px;
    right:2px;
    bottom:8px;
    height: auto;
    width: auto;
    padding-top: 4px;
    font-weight: 600;
    outline: none;
    white-space: nowrap;
    font-size: 12px;
    vertical-align: top;
}

.action-nav-button span.condense
{
    font-weight: 500;
    font-size: 11px;
}


.grid_wrapper
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
    height: auto;
    padding-top:20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    overflow: auto;
}

.grid_wrapper h1,
.grid_panel h1
{
    font-size: 24px;
    font-weight: bold;
}

.grid_wrapper h2,
.grid_panel h2
{
    font-size: 20px;
    font-weight: bold;
}

.grid_wrapper h3,
.grid_panel h3
{
    font-size: 18px;
    font-weight: bold;
}

.grid_wrapper a.col_btn,
.grid_wrapper a.view,
.grid_wrapper a.update,
.grid_wrapper a.delete
{
    display: inline-block;
    font-size: 22px;
    text-decoration: none;
}

.grid_wrapper a.col_btn:hover,
.grid_wrapper a.view:hover,
.grid_wrapper a.update:hover,
.grid_wrapper a.delete:hover
{
    color: #f00;
}


.grid_panel
{
   position: absolute;
   left: 0;
   right: 222px;
   top: 0;
   bottom: 0;
   width: auto;
   height: auto;
   padding: 40px;
   padding-top: 52px;
}

.side_panel
{
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 220px;
    height: auto;
    margin-top: 40px;
    margin-right: 2px;
}

.grid_button
{
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    width: auto;
    padding: 20px;
    padding-top: 32px;
}

.grid_button .btn
{
    min-width: 80px;
}

.grid_header
{
    height: 34px;
    left:0;
    right:0;
    width:auto;
}

.grid_header .pagination
{
    min-width: 420px;
    float: left;
    margin: 0;
}

.grid_header .summary
{
    min-width: 300px;
    float: right;
    margin-top: 12px;
}

.program_grid
{
    margin: 0;
    width: 800px;
    background-color: #fefefe;
}

.filter-container
{
    padding: 0 8px 0 0 !important;
}

.grid_wrapper > .grid_heading
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width:auto;
    height: 40px;
    margin: 0;
    padding: 20px;
}

.grid_wrapper > .grid_heading > .grid_button
{
    margin: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.grid_wrapper > .grid_content
{
    position: absolute;
    top: 74px;
    bottom: 8px;
    left: 8px;
    right: 6px;
    overflow: auto;
    margin: 0;
    padding: 8px;
}


/* form */
.form-input
{
    padding: 40px 40px 20px 40px;
}

.form-action
{
    padding: 0 40px 40px 40px;
}

.form input,
.form select
{
    font: 400 14px 'Open Sans',HelveticaNeue,Helvetica,Arial !important;
}

.form .row
{
    display: block;
    margin: 0;
    margin-bottom: 2px;
    width: auto;
}

.form .row .control-group
{
    float: left;
    margin: 0;
    margin-left: 3px;
    height: auto;
    width: auto;
}

.form .row .control-group:first-child
{
    margin-left: 0;
}

.form h3
{
    font-size: 18px;
}

.form .note
{
    margin-top: 5px;
    margin-right: 5px;
    float: right;
}

.form-action button,
.form-actions button
{
    min-width: 80px;
    margin-left: 10px;
}

.form-action button:first-child,
.form-actions button:first-child
{
    margin-left: 0;
}

.form .input_dummy
{
    border:none;
    background: none;
    padding: 4px;
}

/*custom form input text field width */
/* gap = 13 px */
.form .input_tiny
{
    width: 74px;
}

.form .input_xtiny
{
    width: 117px;    /* 1.5tiny+0.5gap */
}

.form .input_small
{
    width: 161px;  /* 2tiny+1gap */
}

.form .input_xsmall
{
    width: 204px;  /* 2.5tiny+1.5gap */
}

.form .input_medium
{
    width: 248px; /* 3tiny+2gap */
}

.form .input_xmedium
{
    width: 290px; /* 3.5tiny+2.5gap */
}

.form .input_large
{
    width: 335px; /* 4tiny+3gap */
}

.form .input_xlarge
{
    width: 422px; /* 5tiny+4gap */
}

.form .input_xxlarge
{
    width: 509px; /* 6tiny+5gap */
}

.form .input_huge
{
    width: 596px; /* 7tiny+6gap */
}

.form .input_xhuge
{
    width: 683px; /* 8tiny+7gap */
}

.form .input_xxhuge
{
    width: 857px; /* 10tiny+9gap */
}

.form .input_xlhuge
{
    width: 944px; /* 11tiny+10gap */
}

.form .input_slhuge
{
    width: 1031px; /* 12tiny+11gap */
}

.form .input_sxhuge
{
    width: 1118px; /* 13tiny+12gap */
}

/* dropdown field */
/*select_tiny = input_tiny+10*/
/* gap = 13, comp = 10*/

.form .select_xtiny
{
    width: 50px;
}


.form .select_tiny
{
    width: 84px;
}

.form .select_xsmall
{
    width: 127px;
}

.form .select_small
{
    width: 171px;
}

.form .select_medium
{
    width: 258px !important; 
}

.form .select_large
{
    width: 345px; 
}

.form .select_xlarge
{
    width: 432px; 
}

.form .select_xxlarge
{
    width: 519px; 
}

button.uploadform_btn
{
    width: 120px;
}

span.uploadform_btn
{
    width: 94px;
}

.read-form
{
    font-size: 12pt;
    font-weight: 600;
}

.input-read-form
{
    border:none;
    padding: 4px;
    background-color: #fefefe;
}

.program_form
{
    padding: 20px;
    position: absolute;
    top:0;
    bottom:50px;
    left:0;
    right:0;
    width: auto;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: auto;
    background-color: #fefefe;
}

/* tabs */
.program_tab_wrapper
{
    position:absolute;
    top:20px;
    bottom:20px;
    left:20px;
    right:20px;
    width:auto;
    height: auto;
    overflow: hidden;
}


.program_tab_fullpage{
    position: absolute;
    top:0;
    bottom:10px;
    left:0;
    right:0;
    width: auto;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow:hidden;
    background-color: #fefefe;
}

.program_tab_fullpage > .nav-tabs
{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.program_tab_fullpage > .nav-tabs li:first-child
{
    margin-left: 20px;
}

.program_tab_fullpage li.active a
{
    color: #ce0000 !important;
}

.program_tab_fullpage .form-fieldset
{
    padding: 20px;
    position: absolute;
    top:60px;
    left:2px;
    right:2px;
    bottom:2px;
    overflow: auto;
    background-color: #fefefe;
}

.program_tab
{
    position: absolute;
    top:0;
    bottom:50px;
    left:0;
    right:0;
    width: auto;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow:hidden;
    background-color: #fefefe;
}

.program_tab > .nav-tabs
{
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
}

.program_tab > .nav-tabs li:first-child
{
    margin-left: 20px;
}

.program_tab li.active a
{
    color: #ce0000 !important;
}

.program_tab .form-fieldset
{
    padding: 20px;
    position: absolute;
    top:60px;
    left:2px;
    right:2px;
    bottom:2px;
    overflow: auto;
    background-color: #fefefe;
}

.tab_actions
{
    position: absolute;
    padding:  6px 0 0 60px;
    margin: 0;
    bottom: 2px;
    right:0;
    left: 0;
    height: 36px;
    width: auto;
    overflow:hidden;
    /*
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    background-color: #fefefe;
    */
}

.tab_actions a
{
    margin-left: 10px;
    min-width: 68px;
}

.tab_actions button
{
    min-width: 90px;
    margin-left: 10px;
}

.tab_actions button:first-child
{
    margin-left: 0;
}

.tooth_table td
{
    padding: 0;
    margin: 0;
    width: 52px;
    overflow: hidden;
    text-align: center;
}

#add_wound_btn
{
    margin-bottom: 10px;
}

.internal_tabs
{
    position: absolute;
    right: 20px;
    left: 20px;
    width: auto;
    top: 60px;
    bottom: 20px;
    height: auto;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.internal_tabs .tab-content
{
    position: absolute;
    top: 10px;
    bottom: 10px;
    height: auto;
    right: 10px;
    left: 10px;
    width: auto;
}

.internal_tabs .nav-tabs
{
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    width: auto;
}

.internal_tabs .nav-tabs li:first-child
{
    margin-left: 20px;
}

.internal_tabs .tab-content .tab-pane
{
    padding: 10px 20px 10px 20px; 
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom: 60px;
    width:auto;
    height:auto;
    overflow: auto;
}

 .text-disabled,
 .text-disabled:hover
 {
     color: #dedede !important;
 }
 
 .typeahead
 {
     position: absolute !important;
 }
 
 .owner-grid-view
 {
     padding-top: 2px !important;
 }
 
 //

