/* 
Document   : app.css
Created on : Nov 29, 2009, 12:01:08 PM
Author     : mihai
Description:
Purpose of the stylesheet follows.
*/

/* 
TODO customize this sample style
Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/


/*demo page css*/
body{ font: 10px "Arial MS", sans-serif; margin: 50px;}
.demoHeaders { margin-top: 2em; }
#dialog_link {padding: .4em 1em .4em 20px;text-decoration: none;position: relative;}
#dialog_link span.ui-icon {margin: 0 5px 0 0;position: absolute;left: .2em;top: 50%;margin-top: -8px;}
ul#icons {margin: 0; padding: 0;}
ul#icons li {margin: 2px; position: relative; padding: 4px 0; cursor: pointer; float: left;  list-style: none;}
ul#icons span.ui-icon {float: left; margin: 0 4px;}

.fg-button { outline: 0; margin:0 4px 0 0; padding: .4em 1em; text-decoration:none !important; cursor:pointer; position: relative; text-align: center; zoom: 1; }
.fg-button .ui-icon { position: absolute; top: 50%; margin-top: -8px; left: 50%; margin-left: -8px; }

a.fg-button { float:left; }

/* remove extra button width in IE */
button.fg-button { width:auto; overflow:visible; }

.fg-button-icon-left { padding-left: 2.1em; }
.fg-button-icon-right { padding-right: 2.1em; }
.fg-button-icon-left .ui-icon { right: auto; left: .2em; margin-left: 0; }
.fg-button-icon-right .ui-icon { left: auto; right: .2em; margin-left: 0; }

.fg-button-icon-solo { display:block; width:8px; text-indent: -9999px; }	 /* solo icon buttons must have block properties for the text-indent to work */

.fg-buttonset { float:left; }
.fg-buttonset .fg-button { float: left; }
.fg-buttonset-single .fg-button,
.fg-buttonset-multi .fg-button { margin-right: -1px;}

.fg-toolbar { padding: .5em; margin: 0;  }
.fg-toolbar .fg-buttonset { margin-right:1.5em; padding-left: 1px; }
.fg-toolbar .fg-button { font-size: 1em;  }

/*demo page css*/
h2 { clear: both; padding-top:1.5em; margin-top:0; }
.strike { text-decoration: line-through; }

/* ----------------------------------- */
/* Reset styles                        */
/* ----------------------------------- */

html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, fieldset, form, label, legend
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
    background: transparent;
}

ul, li, ol
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    font-style: normal;
    font-size: 100%;  
    font-family: inherit;
}


/* remember to define focus styles! */
:focus, :active {
    outline: 0;
}


blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}
strong, b {
    font-weight: bold;
}
em, i {
    font-style: italic;
}

/* Clearfix hack to prevent floating block clearing problem  */
.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */



/* ----------------------------------- */
/* END Reset styles                        */
/* ----------------------------------- */

body
{
    
    font: 62.5% "Trebuchet MS", sans-serif; margin: 50px;
    font-family : Arial ;
    font-size : 10px;
    color : #333333;
    margin: 0px;
    background-color: #F3F3F3;
    padding-top: 50px;
    height : 100%;
}

h1
{
    padding: 15px 0px 5px 0px;
    font-family: Tahoma, Arial;
    font-size: 16px;
    font-weight: bold;
    margin:0px; 
}

h2, h3, h4
{
    font-family: Tahoma, Arial;
    font-size: 16px;
    font-weight: normal;
    margin: 0px;
}

.widget-content h3 
{
    font-size: 14px; 
    padding-bottom: 5px; 
} 

optgroup
{
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    color: #666666;
}
option
{
    font-family : Arial ;
    font-size : 11px;
    color : #333333;
}

input
{
    font-family : Arial ;
    font-size : 11px;
    padding : 1px;
}

select
{
    border :1px solid #AAAAAA;
    font-family : Arial ;
    font-size : 11px;
    padding : 0px;
}


h1
{
    font-family:"Trebuchet MS",sans-serif;
    font-size-adjust:none;
    font-style:normal;
    font-variant:normal;
    font-weight:normal;
    line-height:normal;
}

.ui-layout-resizer
{
    border : 0px;
}

.ui-layout-pane
{   
    padding: 0px;
}

a.ui-state-disabled
{
    border: 1px solid #BBBBBB !important;
}


.ui-layout-toggler-west
{
    /** background-color: #cccccc;  **/
}

.ui-layout-toggler
{
    /**  background-color: #cccccc; **/
}


.ui-layout-toggler-west-open
{
    background-image: url("../images/goodies/pane-splitter-coll-v-new.png");
}


.ui-layout-toggler-west-closed
{
    background-image: url("../images/goodies/pane-splitter-coll-v-e-new.png");
}

.ui-layout-toggler-north-open
{
    background-image: url("../images/goodies/pane-splitter-coll-h-new.png");
}


.ui-layout-toggler-north-closed
{
    background-image: url("../images/goodies/pane-splitter-coll-h-s-new.png");
}


span.form_label
{
    width : 200px;
}
span.form_input
{
    width : 300px;
}


#jqueryMessageContainer
{
    display : block;
    position: fixed;
    left: 50%;
    top : 40px;
    margin-left: -100px;
    width : 200px;    
    height : 50px;
    z-index: 3000;
    border: 1px solid #333;
    background-color: #3383BB;
    color : #fff;
    font-weight : bold;
    font-size : 12px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

/**
search inputs
**/
.search_icon
{
    background:transparent url(../images/page-zoom.png) no-repeat 1px 1px;
    float:left;
    height:18px;
    width:18px;
}

.search_left
{
    border-left :1px solid #AAAAAA;
    border-top :1px solid #AAAAAA;
    border-bottom :1px solid #AAAAAA;
    border-right :0px;
    background-color: #FFFFFF;
}
.search_right
{
    border-right :1px solid #AAAAAA;
    border-top :1px solid #AAAAAA;
    border-bottom :1px solid #AAAAAA;
    border-left :0px;
    background-color: #FFFFFF;
}
.search_input
{
    border: 0px !important;
    -moz-box-shadow : none !important;
    -webkit-box-shadow : none !important;
    box-shadow:  none !important;
    padding : 0px !important;
}

.tooltip
{
    position: absolute; top: 0; left: 0; z-index: 3000; display: none;
    background-color: #FFFFFF;
    border : 1px solid #cccccc;
}

div.filters
{
    margin-top : 2px;
    margin-bottom : 2px;
    height: 20px;
    margin-right: 20px;

}

.input_filter
{
    border :1px solid #AAAAAA;
    width: 150px;
}

div.filters select
{
    margin-top: 2px;
    border :1px solid #AAAAAA;
    width: 150px;
}

div.filter
{
    margin-left : 0px;
    float : left ;
    height : 20px;
    width : 250px;
}

span.filter-label
{
    float: left; height : 20px; line-height: 20px;
}

a.left-menu
{
    font-weight: bold;
    font-size: 12px;
}


a.left-menu span
{
    margin-right: 5px;
}

a.left-menu:hover
{
    border: 1px solid #bbbbbb; background: #f8f8f8 url(../images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #599fcf; outline: none;
    font-size: 12px;
}

.left-menu-active
{
    border: 1px solid #bbbbbb; background: #f8f8f8 url(../images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #599fcf; outline: none;
}

a.app-button:hover
{
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
}


button.app-button:hover
{
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.15), 0 1px 0 rgba(255,255,255,0.8) inset;
}


fieldset
{
    border-top: 1px solid #f0f0f0;
    padding : 5px;
}

fieldset legend
{
    padding: 0px 5px;
    font-weight : bold;
    color : #666666;
}


#logout
{

    /** background-image: url(../images/oxygen/16x16/actions/system-shutdown.png); **/
    background-image: url(../images/16x16/mono-power.png);
}

#logout:hover
{
    background-image: url(../images/16x16/mono-power-hover.png);
}

#my_profile
{
    background-image: url(../images/16x16/mono-user.png);
}

#my_profile:hover
{
    background-image: url(../images/16x16/mono-user-hover.png);
}

#message
{
    /** background-image: url(../images/oxygen/16x16/actions/mail-message-new.png); **/
    background-image: url(../images/16x16/mono-mail.png);
}

#message:hover
{
    background-image: url(../images/16x16/mono-mail-hover.png);
}

#new_messages
{
    background-image: url(../images/16x16/mail-new.png) !important;
}
#new_messages:hover
{
    background-image: url(../images/16x16/mail-new-hover.png) !important;
}

#break
{
    /** background-image: url(../images/oxygen/16x16/actions/chronometer.png); **/
    background-image: url(../images/16x16/break-icon.png);
}



#break:hover
{
    /** background-image: url(../images/oxygen/16x16/actions/chronometer.png); **/
    background-image: url(../images/16x16/break-icon-hover.png);
}


#dashboard
{
    /** background-image: url(../images/oxygen/16x16/apps/preferences-desktop-display.png);**/
    background-image: url(../images/16x16/mono-monitor.png);
}
#dashboard:hover
{
    /** background-image: url(../images/oxygen/16x16/apps/preferences-desktop-display.png);**/
    background-image: url(../images/16x16/mono-monitor-hover.png);
}


#help
{
    background-image: url(../images/16x16/mono-questionbook.png);
}

#help:hover
{
    background-image: url(../images/16x16/mono-questionbook-hover.png);
}

#about
{
    /** background-image: url(../images/oxygen/16x16/actions/help-about.png);  **/
    background-image: url(../images/16x16/mono-lightbulb.png);
}

#about:hover
{   
    background-image: url(../images/16x16/mono-lightbulb-hover.png);
}

#undo 
{
    background-image: url(../images/16x16/mono-return.png);
}
#undo:hover
{
    background-image: url(../images/16x16/mono-return-hover.png);
}

a.image_link span
{
    background-image: url(../images/ui-icons_3383bb_256x240.png) !important;
}

a.image-link span
{
    background-image: url(../images/ui-icons_3383bb_256x240.png) !important;
    float: left;
}

a.image-link
{
    float: left;
    height: 16px;
    line-height: 16px;
    outline: 0px;
}

span.highlight
{
    font-weight : bold;
    font-style: italic;
}


.left_menu
{

}

ul.left_menu span
{
    width: 16px;
    height: 16px;
    float: left;
    background-repeat: no-repeat;
    background-position: left;
}

textarea
{
    border :1px solid #AAAAAA;
    padding: 2px;
    font-family : Arial ;
    font-size : 11px;
}

input.text
{
    border :1px solid #AAAAAA;
    padding: 2px;
    font-family : Arial ;
    font-size : 11px;
}

input.numeric
{
    border :1px solid #AAAAAA;
    padding: 2px;
    font-family : Arial ;
    font-size : 11px;
    text-align: right;
}
input.date
{
    border :1px solid #AAAAAA;
    padding: 2px;
    font-family : Arial ;
    font-size : 11px;
    width : 80px;
}

span.tab_icon
{
    margin: 5px 0px 0px 3px;
    width : 16px;
    height: 16px;
    float : left;
}

#about_office
{
    text-align:center;
}


h1.report_title
{
    background-image: url(../images/oxygen/22x22/apps/kchart.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 24px;

}

img.ui-datepicker-trigger
{
    position: relative;
    top: 2px;
}

span.icon
{
    width : 16px;
    height: 16px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
}

span.warning
{
    background-image: url(../images/16x16/dialog-warning.png);
}

span.help-about
{     
    background-image: url(../images/16x16/help-about.png);
}

span.help-hint
{
    background-image: url(../images/16x16/help-hint.png);
}
span.undo
{
    background-image: url(../images/16x16/edit-undo.png);
}

span.survey
{
    background-image: url(../images/16x16/survey.png);
}
span.surveys
{
    background-image: url(../images/16x16/survey.png);
}
a.reload
{
    padding-left: 20px;
    background-position:left center;
    background-image: url('../images/16x16/reload.png');
    background-repeat: no-repeat;
}
span.priority_color
{
    width: 20px;
    height : 12px;
    float : left;
    margin-left : 20px;
}
#crumb_trail
{
    margin-top: 3px;
    min-height: 20px;
    margin-bottom: 3px;
}

#crumb_trail a
{
    background-image: url('../images/fplus.gif');
    background-position: left;
    background-repeat: no-repeat;
    padding: 0px 0px 0px 8px;
    margin: 0px 15px 0px 0px;
    cursor: pointer;
    height: 20px;
}
#crumb_trail span
{
    margin: 0px 0px 0px 3px;
}

#crumb_trail img
{
    margin: 0px 0px 0px 0px;
    position: relative;
    top: 3px;
}

#show_automatic_assign span
{
    width:220px; float: left;
}
span.info-text
{
    background-image: url(../images/oxygen/16x16/actions/help-about.png);
    background-position: left center;
    background-repeat: no-repeat;
    padding-left: 20px;
    line-height: 18px;
}


.submenu {position:relative; width:100%;padding-top:5px;padding-bottom:5px;}
.submenu, .submenu ul { list-style-type:none; padding: 0px; margin:0; }

.submenu li { clear:both; float:left; width:100%; margin: 0; padding:0; border: 0; border-top : 1px solid #f0f0f0; }

.submenu li:hover
{
    background: #f8f8f8 url(../images/ui-bg_glass_100_f8f8f8_1x400.png) 50% 50% repeat-x !important;
}

.submenu li li { font-size:1em; } /* inner li font size must be reset so that they don't blow up */

.submenu a:link,
.submenu a:visited,
.submenu a:hover,
.submenu a:active {
    float:left;
    width:90%;
    padding:3px 3px 3px 20px;
    text-decoration:none;
    border: 1px solid transparent !important;
    -moz-border-radius: 3px 3px 3px 3px;
    color:#4F4F4F !important;
}


.submenu a:hover {  }

.submenu.submenu-fa a { padding-left: 0px;}
.submenu.submenu-fa a i{ margin-right: 5px;}

.float-left{float:left;} .left{float:left;}
.float-right{float:right;} .right {float:right;}
.float-right-important{float:right!important;}


.regular-form label
{
    float: left;
    width: 150px;    
}

p.message
{   
    line-height: 18px;
    margin: 0px;
}

p.message span.ui-icon
{
    margin-right: 3px;
}

.margin-regular
{
    margin: 5px 0px 3px 0px !important;
}


.dynamic-filters-container {
    font-size: 11px;
    position: relative;    
    zoom: 1;
    margin-bottom: 5px;
}

/* @group Multi Chosen */
.dynamic-filters-container .chzn-choices {
    background-color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.85, white), color-stop(0.99, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background-image: -moz-linear-gradient(center bottom, white 85%, #eeeeee 99%);
    background-image: -o-linear-gradient(bottom, white 85%, #eeeeee 99%);
    background-image: -ms-linear-gradient(top, #ffffff 85%,#eeeeee 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #ffffff 85%,#eeeeee 99%);
    border: 1px solid #aaa;
    margin: 0;
    padding: 0;
    cursor: text;
    overflow: hidden;
    height: auto !important;
    height: 1%;
    position: relative;
}
.dynamic-filters-container .chzn-choices li {
    float: left;
    list-style: none;
}
.dynamic-filters-container .chzn-choices .search-field {
    white-space: nowrap;
    margin: 0;
    padding: 0;
}
.dynamic-filters-container .chzn-choices .search-field input {
    color: #666;
    background: transparent !important;
    border: 0 !important;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    -o-box-shadow     : none;
    box-shadow        : none;
}
.dynamic-filters-container .chzn-choices .search-field .default {
    color: #999;
}
.dynamic-filters-container .chzn-choices .filter-choice {
    -webkit-border-radius: 3px;
    -moz-border-radius   : 3px;
    border-radius        : 3px;
    -moz-background-clip   : padding;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
    background-color: #e4e4e4;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e4e4e4), color-stop(0.7, #eeeeee));
    background-image: -webkit-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
    background-image: -moz-linear-gradient(center bottom, #e4e4e4 0%, #eeeeee 70%);
    background-image: -o-linear-gradient(bottom, #e4e4e4 0%, #eeeeee 70%);
    background-image: -ms-linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4e4e4', endColorstr='#eeeeee',GradientType=0 );
    background-image: linear-gradient(top, #e4e4e4 0%,#eeeeee 70%);
    color: #333;
    border: 1px solid #b4b4b4;
    line-height: 13px;
    padding: 3px 19px 3px 6px;
    margin: 3px 0 3px 5px;
    position: relative;
}
.dynamic-filters-container .chzn-choices .filter-choice span {
    cursor: default;

}
.dynamic-filters-container .chzn-choices .filter-choice-focus {
    background: #d4d4d4;
}
.dynamic-filters-container .chzn-choices .filter-choice .filter-choice-close {
    display: block;
    position: absolute;
    right: 5px;
    top: 6px;
    width: 8px;
    height: 9px;
    font-size: 1px;
    background: url(../images/chosen-sprite.png) right top no-repeat;
}
.dynamic-filters-container .chzn-choices .filter-choice .filter-choice-close:hover {
    background-position: right -9px;
}
.dynamic-filters-container .chzn-choices .filter-choice-focus .filter-choice-close {
    background-position: right -9px;
}

button.button
{
    padding: 2px 3px;
}

.contacts-account
{
    background-image: url(../images/16x16/system-users.png);
    background-repeat: no-repeat;
    background-position: left;
}

.js-percent
{
    text-align: right;
}

.js-currency
{
    text-align: right;
}

.js-float
{
    text-align: right;
}

.js-integer
{
    text-align: right;
}



/** bootstrap **/   
.input-mini,
input.mini,
textarea.mini,
select.mini {
    width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
    width: 105px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
    width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
    width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
    width: 250px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
    width: 530px;
}
textarea.xxlarge {
    overflow-y: auto;
}


.container-fluid {
    position: relative;
    min-width: 940px;
    padding-left: 0px;
    padding-right: 0px;
    zoom: 1;
}
.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
    zoom: 1;
}
.container-fluid:after {
    clear: both;
}
.container-fluid > .sidebar {
    position: absolute;
    top: 0;
    left: 0px;
    width: 200px;
}

.container-fluid > .content {
    margin-left: 205px;
}


.media-grid {
    margin-left: -20px;
    margin-bottom: 0;
    zoom: 1;
}
.media-grid:before, .media-grid:after {
    display: table;
    content: "";
    zoom: 1;
}
.media-grid:after {
    clear: both;
}
.media-grid li {
    display: inline;
}
.media-grid a {
    float: left;
    padding: 4px;
    margin: 0 0 18px 20px;
    border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
    display: block;
}
.media-grid a:hover {
    border-color: #0069d6;
    -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
    box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}


.actions {
    background: #f5f5f5;
    margin-top: 18px;
    margin-bottom: 18px;
    padding: 17px 20px 18px 150px;
    border-top: 1px solid #ddd;
    -webkit-border-radius: 0 0 3px 3px;
    -moz-border-radius: 0 0 3px 3px;
    border-radius: 0 0 3px 3px;
}




.label,
.badge {
  display: inline-block;
  padding: 2px 4px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999999;
}

.label {
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.badge {
  padding-right: 9px;
  padding-left: 9px;
  -webkit-border-radius: 9px;
     -moz-border-radius: 9px;
          border-radius: 9px;
}

.label:empty,
.badge:empty {
  display: none;
}

a.label:hover,
a.label:focus,
a.badge:hover,
a.badge:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.label-important,
.badge-important {
  background-color: #b94a48;
}

.label-important[href],
.badge-important[href] {
  background-color: #953b39;
}

.label-warning,
.badge-warning {
  background-color: #f89406;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

.label-success,
.badge-success {
  background-color: #468847;
}

.label-success[href],
.badge-success[href] {
  background-color: #356635;
}

.label-info,
.badge-info {
  background-color: #3a87ad;
}

.label-info[href],
.badge-info[href] {
  background-color: #2d6987;
}

.label-inverse,
.badge-inverse {
  background-color: #333333;
}

.label-inverse[href],
.badge-inverse[href] {
  background-color: #1a1a1a;
}

.btn .label,
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-mini .label,
.btn-mini .badge {
  top: 0;
}


/*version v3 */
.panel {
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 4px 4px 4px 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 20px;
}
.panel-body {
    padding: 15px;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}
.panel-body:after {
    clear: both;
}
.panel > .list-group {
    margin-bottom: 0;
}
.panel > .list-group .list-group-item {
    border-width: 1px 0;
}
.panel > .list-group .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.panel > .list-group .list-group-item:last-child {
    border-bottom: 0 none;
}
.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}
.panel > .table {
    margin-bottom: 0;
}
.panel > .panel-body + .table {
    border-top: 1px solid #DDDDDD;
}
.panel-heading {
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    padding: 10px 15px;
}
.panel-title {
    font-size: 16px;
    margin-bottom: 0;
    margin-top: 0;
}
.panel-title > a {
    color: inherit;
}
.panel-footer {
    background-color: #F5F5F5;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top: 1px solid #DDDDDD;
    padding: 10px 15px;
    overflow-y: auto;
}
.panel-footer .fg-button{
    font-size: 1em;
}
.panel-group .panel {
    border-radius: 4px 4px 4px 4px;
    margin-bottom: 0;
    overflow: hidden;
}
.panel-group .panel + .panel {
    margin-top: 5px;
}
.panel-group .panel-heading {
    border-bottom: 0 none;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
    border-top: 1px solid #DDDDDD;
}
.panel-group .panel-footer {
    border-top: 0 none;
}
.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #DDDDDD;
}
.panel-default {
    border-color: #DDDDDD;
}
.panel-default > .panel-heading {
    background-color: #F5F5F5;
    border-color: #DDDDDD;
    color: #333333;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #DDDDDD;
}
.panel-default > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #DDDDDD;
}
.panel-primary {
    border-color: #428BCA;
}
.panel-primary > .panel-heading {
    background-color: #428BCA;
    border-color: #428BCA;
    color: #FFFFFF;
}
.panel-primary > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #428BCA;
}
.panel-primary > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #428BCA;
}
.panel-success {
    border-color: #D6E9C6;
}
.panel-success > .panel-heading {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.panel-success > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #D6E9C6;
}
.panel-success > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #D6E9C6;
}
.panel-warning {
    border-color: #FBEED5;
}
.panel-warning > .panel-heading {
    background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #C09853;
}
.panel-warning > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #FBEED5;
}
.panel-warning > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #FBEED5;
}
.panel-danger {
    border-color: #EED3D7;
}
.panel-danger > .panel-heading {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.panel-danger > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #EED3D7;
}
.panel-danger > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #EED3D7;
}
.panel-info {
    border-color: #BCE8F1;
}
.panel-info > .panel-heading {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD;
}
.panel-info > .panel-heading + .panel-collapse .panel-body {
    border-top-color: #BCE8F1;
}
.panel-info > .panel-footer + .panel-collapse .panel-body {
    border-bottom-color: #BCE8F1;
}



.alert {
    background-color: #FCF8E3;
    border: 0px solid #FBEED5;
    border-radius: 0px;
    margin-bottom: 20px;
    padding: 8px 35px 8px 14px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.alert, .alert h4 {
    color: #C09853;
}
.alert h4 {
    margin: 0;
}
.alert .close {
    line-height: 20px;
    position: relative;
    right: -21px;
    top: -2px;
}
.alert-success {
    background-color: #DFF0D8;
    border-color: #D6E9C6;
    color: #468847;
}
.alert-success h4 {
    color: #468847;
}
.alert-danger, .alert-error {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48;
}
.alert-danger h4, .alert-error h4 {
    color: #B94A48;
}
.alert-info {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #000;
}
.alert-info h4 {
    color: #3A87AD;
}
.alert-block {
    padding-bottom: 14px;
    padding-top: 14px;
}
.alert-block > p, .alert-block > ul {
    margin-bottom: 0;
}
.alert-block p + p {
    margin-top: 5px;
}
.close {
    color: #000000;
    float: right;
    font-size: 20px;
    font-weight: bold;
    line-height: 20px;
    opacity: 0.2;
    text-shadow: 0 1px 0 #FFFFFF;
}
.close:hover, .close:focus {
    color: #000000;
    cursor: pointer;
    opacity: 0.4;
    text-decoration: none;
}
button.close {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    cursor: pointer;
    padding: 0;
}




.nav {
    list-style: none outside none;
    margin-bottom: 20px;
    margin-left: 0;
}
.nav > li > a {
    display: block;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #EEEEEE;
    text-decoration: none;
}
.nav > li > a > img {
    max-width: none;
}
.nav > .pull-right {
    float: right;
}
.nav-header {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: bold;
    line-height: 20px;
    padding: 3px 15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}
.nav li + .nav-header {
    margin-top: 9px;
}
.nav-list {
    margin-bottom: 0;
    padding-left: 15px;
    padding-right: 15px;
}
.nav-list > li > a, .nav-list .nav-header {
    margin-left: -15px;
    margin-right: -15px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.nav-list > li > a {
    padding: 3px 15px;
}
.nav-list > .active > a, .nav-list > .active > a:hover, .nav-list > .active > a:focus {
    background-color: #0088CC;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
.nav-list [class^="icon-"], .nav-list [class*=" icon-"] {
    margin-right: 2px;
}
.nav-list .divider {
    background-color: #E5E5E5;
    border-bottom: 1px solid #FFFFFF;
    height: 1px;
    margin: 9px 1px;
    overflow: hidden;
}
.nav-tabs, .nav-pills {
}
.nav-tabs:before, .nav-pills:before, .nav-tabs:after, .nav-pills:after {
    content: "";
    display: table;
    line-height: 0;
}
.nav-tabs:after, .nav-pills:after {
    clear: both;
}
.nav-tabs > li, .nav-pills > li {
    float: left;
}
.nav-tabs > li > a, .nav-pills > li > a {
    line-height: 14px;
    margin-right: 2px;
    padding-left: 6px;
    padding-right: 6px;
}
.nav-tabs {
    border-bottom: 1px solid #DDDDDD;
}
.nav-tabs > li {
    margin-bottom: -1px;
}
.nav-tabs > li > a {
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
    line-height: 20px;
    padding-bottom: 8px;
    padding-top: 8px;
}
.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    border-color: #EEEEEE #EEEEEE #DDDDDD;
}
.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #FFFFFF;
    border-color: #DDDDDD #DDDDDD transparent;
    border-image: none;
    border-style: solid;
    border-width: 1px;
    color: #555555;
    cursor: default;
}
.nav-pills > li > a {
    border-radius: 5px 5px 5px 5px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding-bottom: 4px;
    padding-top: 4px;
    text-decoration: none;
}
.nav-pills > .active > a, .nav-pills > .active > a:hover, .nav-pills > .active > a:focus {
    background-color: #0088CC;
    color: #FFFFFF;
}
.nav-stacked > li {
    float: none;
}
.nav-stacked > li > a {
    margin-right: 0;
}
.nav-tabs.nav-stacked {
    border-bottom: 0 none;
}
.nav-tabs.nav-stacked > li > a {
    border: 1px solid #DDDDDD;
    border-radius: 0 0 0 0;
}
.nav-tabs.nav-stacked > li:first-child > a {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.nav-tabs.nav-stacked > li:last-child > a {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.nav-tabs.nav-stacked > li > a:hover, .nav-tabs.nav-stacked > li > a:focus {
    border-color: #DDDDDD;
    z-index: 2;
}
.nav-pills.nav-stacked > li > a {
    margin-bottom: 3px;
}
.nav-pills.nav-stacked > li:last-child > a {
    margin-bottom: 1px;
}
.nav-tabs .dropdown-menu {
    border-radius: 0 0 6px 6px;
}
.nav-pills .dropdown-menu {
    border-radius: 6px 6px 6px 6px;
}
.nav .dropdown-toggle .caret {
    border-bottom-color: #0088CC;
    border-top-color: #0088CC;
    margin-top: 6px;
}
.nav .dropdown-toggle:hover .caret, .nav .dropdown-toggle:focus .caret {
    border-bottom-color: #005580;
    border-top-color: #005580;
}
.nav-tabs .dropdown-toggle .caret {
    margin-top: 8px;
}
.nav .active .dropdown-toggle .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
}
.nav-tabs .active .dropdown-toggle .caret {
    border-bottom-color: #555555;
    border-top-color: #555555;
}
.nav > .dropdown.active > a:hover, .nav > .dropdown.active > a:focus {
    cursor: pointer;
}
.nav-tabs .open .dropdown-toggle, .nav-pills .open .dropdown-toggle, .nav > li.dropdown.open.active > a:hover, .nav > li.dropdown.open.active > a:focus {
    background-color: #999999;
    border-color: #999999;
    color: #FFFFFF;
}
.nav li.dropdown.open .caret, .nav li.dropdown.open.active .caret, .nav li.dropdown.open a:hover .caret, .nav li.dropdown.open a:focus .caret {
    border-bottom-color: #FFFFFF;
    border-top-color: #FFFFFF;
    opacity: 1;
}
/*end version v3 *
/** end bootstrap **/


/** MAIN MENU **/
/*	LEVEL ONE      */
ul.dropdownmenu {
    position: relative;
    list-style: none;
    padding:0px;
    margin:0px 0px 0px 10px;
}
ul.dropdownmenu li {
    font-weight: bold;
    float: left;
    /*background: #222222;*/
}
.dropdownmenu-li-with-submenus{
    background-image:url("../images/leftmenu-closed.png");
    background-repeat:no-repeat;
    background-position:right 5px;
    padding-right:25px !important;
}
.dropdownmenu-li-with-submenus-right{
    background-image:url("../images/leftmenu-right.png");
    background-repeat:no-repeat;
    background-position:right 8px;
    padding-right:0px !important;
}

ul.dropdownmenu a:hover { color: #fff; text-decoration: none;}
ul.dropdownmenu a:active { color: #fff; text-decoration: none; }
ul.dropdownmenu li a { display: block; padding: 2px 4px; height:31px; border-right: 1px solid #333;color: #e9e9e9; text-decoration:none;}
ul.dropdownmenu li:last-child a { border-right: none; text-decoration:none; } /* Doesn't work in IE */
ul.dropdownmenu li.hover,
ul.dropdownmenu li:hover{
    background: #040404; color: #fff; position: relative;    
}

ul.dropdownmenu li.level-1:hover
{
    -moz-border-radius-topleft: 8px; -webkit-border-top-left-radius: 8px; border-top-left-radius: 8px;
    -moz-border-radius-topright: 8px; -webkit-border-top-right-radius: 8px; border-top-right-radius: 8px;
}

ul.dropdownmenu ul.level-1
{    
}


ul.dropdownmenu li.hover a{ color: #fff; }
/*	LEVEL TWO      */
ul.dropdownmenu ul { 
    width: 220px; visibility: hidden; position: absolute; top: 100%; left: 0;list-style: none; padding-left:0px;
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-border-radius : 8px;
}
ul.dropdownmenu ul li{ font-weight: normal; background: #222222; color: #000; border-bottom: 1px solid #333; float: none; }

/* IE 6 & 7 Needs Inline Block */
ul.dropdownmenu ul li a{ border-right: none; margin-left:10px; width: 205px; display: inline-block; }

.sub_menu  li a span {width: 20px; float:left;}

/*      LEVEL THREE     */
ul.dropdownmenu ul ul { left: 100%; top: 0; }
ul.dropdownmenu li:hover > ul{ visibility: visible; }

.menu-projects,.menu-projects-current
{
    background: url(../images/oxygen/16x16/actions/view-sidetree.png) no-repeat left;
}
.menu-mytasks
{
    background: url(../images/oxygen/16x16/actions/view-process-own.png) no-repeat left;
}
.menu-templates
{
    background: url(../images/oxygen/16x16/actions/view-process-system.png) no-repeat left;
}
.menu-reports
{
    background: url(../images/16x16/view-statistics.png) no-repeat left;
}
.menu-graphs
{
    background: url(../images/oxygen/16x16/apps/kchart.png) no-repeat left;
}
.menu-resources
{
    background: url(../images/16x16/preferences-desktop-user.png) no-repeat left;
}
.menu-expenses
{
    background: url(../images/oxygen/16x16/apps/accessories-calculator.png) no-repeat left;
}
.menu-logs
{
    background: url(../images/oxygen/16x16/actions/user-properties.png) no-repeat left;
}
.menu-documents
{
    background: url(../images/oxygen/16x16/actions/document-open-recent.png) no-repeat left;
}
.menu-agenda
{
    background: url(../images/oxygen/16x16/actions/view-calendar-workweek.png) no-repeat left;
}
.menu-notifications
{
    background: url(../images/oxygen/16x16/actions/bookmark-toolbar.png) no-repeat left;
}
.menu-email
{
    background: url(../images/oxygen/16x16/actions/mail-mark-unread-new.png) no-repeat left;
}
.menu-backoffice
{
    background: url(../images/16x16/preferences-system.png) no-repeat left;
}
.menu-users
{
    background: url(../images/oxygen/16x16/apps/system-users.png) no-repeat left;
}
.menu-daysoff
{
    background: url(../images/16x16/days-off.png) no-repeat left;
}
.menu-bins
{
    background: url(../images/oxygen/16x16/actions/tab-duplicate.png) no-repeat left;
}
.menu-categories
{
    background: url(../images/16x16/view-list-tree.png) no-repeat left;
}
.menu-taskstatuses
{
    background: url(../images/oxygen/16x16/actions/view-process-all.png) no-repeat left;
}
.menu-tasktypes
{
    background: url(../images/oxygen/16x16/actions/view-process-all-tree.png) no-repeat left;
}
.menu-generalsettings
{
    background: url(../images/16x16/preferences-system.png) no-repeat left;
}
.menu-customfields
{
    background: url(../images/16x16/customfields.png) no-repeat left;
}
.menu-configurestation
{
    background: url(../images/16x16/configure.png) no-repeat left;
}
.menu-companies
{
    background: url(../images/oxygen/16x16/apps/office-address-book.png) no-repeat left;
}
.menu-contacts
{
    background: url(../images/oxygen/16x16/apps/preferences-contact-list.png) no-repeat left;
}
.menu-offers
{
    background: url(../images/oxygen/16x16/actions/document-properties.png) no-repeat left;
}
.menu-backoffice
{
    background: url(../images/oxygen/16x16/actions/tab-duplicate.png) no-repeat left;
}
.menu-crm
{
    background: url(../images/oxygen/16x16/apps/preferences-contact-list.png) no-repeat left;
}

.menu-monitoring
{
    background: url(../images/16x16/monitoring.png) no-repeat left;
}

.menu-screencasts
{
    background: url(../images/16x16/mono-monitor.png) no-repeat left;
}

.menu-companies
{
    background: url(../images/16x16/company.png) no-repeat left;
}
.menu-campaigns
{
    background: url(../images/16x16/campaign.png) no-repeat left;
}
.menu-surveys
{
    background: url(../images/16x16/survey.png) no-repeat left;
}
.menu-supervising
{
    background: url(../images/16x16/headset.png) no-repeat left;
/*    background: url(../images/16x16/supervisor.png) no-repeat left;*/
}
.menu-feedback
{
    background: url(../images/16x16/document.png) no-repeat left;
}
.menu-printscreen
{
    background: url(../images/16x16/printscreen.png) no-repeat left;
}
.menu-templates
{
    background: url(../images/16x16/fontforge.png) no-repeat left;
}
.menu-backups
{
    background: url(../images/16x16/document-save.png) no-repeat left;
}


/** end main menu **/



/** top bar layout  **/
.topbar
{
    height: 45px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    overflow: visible;
}

.topbar-inner, .topbar .fill {
    background-color: #222;
    background-color: #222222;
    background-repeat: repeat-x;
    background-image: -khtml-gradient(linear, left top, left bottom, from(#333333), to(#222222));
    background-image: -moz-linear-gradient(top, #333333, #222222);
    background-image: -ms-linear-gradient(top, #333333, #222222);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #333333), color-stop(100%, #222222));
    background-image: -webkit-linear-gradient(top, #333333, #222222);
    background-image: -o-linear-gradient(top, #333333, #222222);
    background-image: linear-gradient(top, #333333, #222222);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333333', endColorstr='#222222', GradientType=0);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    height: 35px;
}


.js-body
{
    height: 300px;
    margin: 0px;
    padding: 0px 0px 10px 0px;
}


.header_option
{    
    padding-left:19px ;
    background-position:left center;
    background-repeat: no-repeat;
    color: #e0e0e0 !important;
    text-decoration:  none !important;
    float: right;
    line-height: 24px; 
    margin: 5px 10px 5px 0px;
}

.header_option:hover
{
    color : #FFF !important;
}


.header_option.has-help
{
    color: #92bdd6 !important;
}

.header_option.has-help:hover 
{
    color: #d0e9f8 !important;
}

.header-icon 
{
    margin: -8px 3px 0px 0px; 
    display:inline-block; 
    width: 16px; 
    height: 16px;  
    position: relative;
    top: 4px;
    background-repeat: no-repeat; 
    background-position: center;     
}

.header_option.help-icon 
{
    padding-left: 0px;
}


.header_option.help-icon .header-icon
{
    background-image: url(../images/16x16/help-sprite.png);
    background-position: 0px -48px;
}

.header_option.help-icon.has-help .header-icon
{
    background-position: 0px -16px;
}

.header_option.help-icon:hover .header-icon
{
    background-position: 0px -32px;
}


.header_option.help-icon.has-help:hover .header-icon 
{
    background-position: 0px 0px;
}


.edit-help-item 
{    
    display:inline-block; 
    width: 16px; 
    height: 16px;  
    position: relative;
    top: 8px;
    left: 0px;
    background-repeat: no-repeat; 
    background-position: 0px -32px;     
    background-image: url(../images/16x16/edit-sprite.png);
}

.edit-help-item:hover
{
    background-position: 0px 0px;     
}

.whole-help 
{
    cursor: default;
    display: inline-block;
    float: right;
}

.whole-help:hover .edit-help-item 
{
    background-position: 0px -16px;     
}

.whole-help:hover .edit-help-item:hover
{
    background-position: 0px 0px;     
}



.topbar-left
{   
    float: left;
    width: 450px;
    color: #e0e0e0;
    line-height: 35px;
}

.topbar-middle
{
    float: left;
    padding-top:12px;
    width: 500px;
}

.topbar-right
{    
    float: right;    
    text-align: right;
    color: #e0e0e0;
}

.topbar-right .text-item {
    float: right;
    padding: 5px;
    line-height: 24px;
}

/** end top bar **/

.hide{
    display:none;
}
.main-tab-content
{
    padding-bottom: 30px;
}

#placeholder
{
    margin-right: 30px;
}

.dynamic-field-group p span
{
    width : 150px; float: left;
}

.dynamic-field-group fieldset
{
    margin-bottom: 10px;
}

.dynamic-field-group p
{
    padding : 2px 0 3px 10px;
}

.dynamic-field-group p span
{
    width: 140px;
    float: left;
    line-height: 22px;
}

.dynamic-field-group p span img
{
    position : relative;
    top : 3px;
    left: 2px;
}

.js-percent
{
    text-align: right;
}

.js-currency
{
    text-align: right;
}

.js-float
{
    text-align: right;
}

.js-integer
{
    text-align: right;
}

.report-options
{
    position: relative;
}

.report-options-left
{    
    margin-right: 180px;
}

.report-options-right
{
    position : absolute;
    right: 0px;
    top: 0px;
    width: 270px;
}

.underscrolled
{
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    opacity:.96;filter:alpha(opacity=96);
}

.jqgrow .ui-button
{
    margin: 2px 1px;
}

.msgdiv {padding: 10px;}



div.dropdown
{
    display: none;
    left: 8px;
    background-color: #FFF;
    opacity:.93;filter:alpha(opacity=90);
    position: fixed;
    z-index: 999;
    top: 300px;
    zoom:1.0;
    border:1px solid #b2b2b2;
    width: 200px;
    box-shadow: 3px 3px 8px #818181; /*shadow for CSS3 capable browsers.*/
    -webkit-box-shadow: 3px 3px 8px #818181;
    -moz-box-shadow: 3px 3px 8px #818181;
}
.dropdown ul
{
    margin: 0;
    padding: 10px 0px;
    width: 100%;
}

div.dropdown li
{
    float: none;
    list-style-type: none;
    margin: 0px !important;
    line-height: 20px !important;
    text-align: left;
    padding: 0px 3px;
}

.dropdown a, .dropdown a:visited, .dropdown a:link, .dropdown a:active
{
    font-weight: bold;
    font-size: 11px !important;
    line-height: 16px !important;
    width: 100%;
    color: #000;
    display: block;
    width: 174px;
    color: black;
    padding: 2px 10px;
    text-decoration: none;
}

.dropdown a .ui-icon
{
    margin-right: 3px;
}

.dropdown a:hover
{
    text-decoration: none;
    background-color: #E8EFF7;
    color: #000;
}

.placeholder
{
    color : #ccc;
    font-style: italic;
}


a.load-more-details 
{
    display: block;
    text-align: center; 
    background: #f0f0f0;
    border-top: 1px solid #ccc;
    line-height: 30px;
    color : #3383BB;
    text-decoration: none;
}

a.cancel-link
{
    line-height: 25px; 
    padding-left:10px;
}

.contact-log .label 
{
    margin-bottom: 3px;
}

.pointer{
    cursor: pointer;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

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

.link-with-icon .inline-icon {
    display: inline-block; 
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px; 
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
}

.qa-icon 
{
    background-image: url(../images/16x16/basic2-072.png);
}

.qa-failed-icon 
{
    background-image: url(../images/16x16/basic2-073.png);
}


#messageUserId, #messageUserSelector{
    width:665px !important;
}
#messageTitle{
    width:599px !important;
}

#messageText{
    width:660px !important;
    height:200px;
}
#messageUserSelector_chzn .chzn-search{
    display:none;
}

.larger-icon {
    font-size: 22px;
}

.larger-icon .ion-ios-checkmark-empty {
    font-size: 32px;
}

a.grid-arrow {
    font-size: 20px;
    padding: 0px 5px;
}




.app-list{
    color: #4f4f4f;
}

.app-list h2{
    font-size: 12px;
    font-weight: bold;
    padding: 10px 10px;
}

.app-list h3.list-heading{
    font-size: 12px;
    font-weight: bold;
    background-color: #e0e0e0;
    color: #000000 !important;
    padding: 5px 10px;
}
.app-list ul{
    display: block;
    list-style: none;
    padding: 0;
    margin: 0;
}

.app-list ul li{
    padding: 0px;
    cursor: pointer;
    display: block;
}

.app-list.one-row-list ul li a{
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.app-list ul li a, .app-list ul li a:link{
    padding: 7px 10px;        
    color: #4f4f4f;
    text-decoration: none;
    /*width: 100%;*/
    display: block;
}

.app-list ul li a:hover{
    background-color: #f0f0f0;
}


.app-list ul li.active a, .app-list ul li.active a:hover{
    background-color: #d2dbf4;
}


/* antet e0e0e0 /cccccc
color: 000
lista active+ hover f0f0f0
font awsome, 

*/

.app-layout{
}

.app-layout .app-west{
    margin-right: 300px;
    padding-bottom: 50px;
    /*padding-top: 68px;*/
}
.app-layout .app-east{
    box-sizing: border-box;
    padding: 0px 10px 10px;
    position: fixed;
    right: 10px;
    top: 49px;
    width: 290px;
}

.fa-icon{
    /*margin-right: 5px;*/
}
.fa-icon-12{
    font-size: 12px;
}
.fa-icon-16{
    font-size: 16px;
}
.fa-icon-32{
    font-size: 16px;
}
.fa-icon-48{
    font-size: 16px;
}





/* custom fields */ 


.extended-file  {
    
}

.extended-file .extended-file-link {
    position: relative; 
    padding-left: 25px;           
}

.extended-file .extended-file-link img {
    position: absolute;  
    left: 0px; 
    top: 0px;       
} 


.loading-msg {        
    font-size: 12px;      
    color: #000;
    padding-left : 30px; 
    position: relative;     
    color: #000;   
    line-height: 25px;
}

.loading-msg i {
    position: absolute; 
    left:0px; 
    top: 0px; 
    color: #3383bb;    
    font-size: 22px;
}


ul.generated-files {
    list-style-type: none;
    margin: 20px 0px; 
    padding: 0px;  
}


ul.generated-files a {  
    position: relative; 
    padding-left: 25px;  
    display: block; 
    line-height: 22px;
}

ul.generated-files a:hover {
    background: #f0f0f0; 
}

ul.generated-files a img {
    position: absolute;  
    left: 0px; 
    top: 0px;       
}




.row {
/*    margin-right: -15px;
    margin-left: -15px;*/
    box-sizing: border-box;
}

.row > *{
    box-sizing: border-box;  
}
    
.row:before,
.row:after {
    display: table;
    content: " ";
}

.row:after {
  clear: both;
}

.row:before,
.row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11 {
  float: left;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-pull-11 {
  right: 91.66666666666666%;
}

.col-xs-pull-10 {
  right: 83.33333333333334%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-8 {
  right: 66.66666666666666%;
}

.col-xs-pull-7 {
  right: 58.333333333333336%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-5 {
  right: 41.66666666666667%;
}

.col-xs-pull-4 {
  right: 33.33333333333333%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-2 {
  right: 16.666666666666664%;
}

.col-xs-pull-1 {
  right: 8.333333333333332%;
}

.col-xs-pull-0 {
  right: 0;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-push-11 {
  left: 91.66666666666666%;
}

.col-xs-push-10 {
  left: 83.33333333333334%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-8 {
  left: 66.66666666666666%;
}

.col-xs-push-7 {
  left: 58.333333333333336%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-5 {
  left: 41.66666666666667%;
}

.col-xs-push-4 {
  left: 33.33333333333333%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-2 {
  left: 16.666666666666664%;
}

.col-xs-push-1 {
  left: 8.333333333333332%;
}

.col-xs-push-0 {
  left: 0;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}

.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}

.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}

.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}

.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}

.col-xs-offset-0 {
  margin-left: 0;
}




/* checkbox list from office */
.checkbox-list .title {
    margin-top: 20px;
    font-size: 14px; 
    color: #000000;
}
.checkbox-list .check-all label{  
    font-weight: bold;
    color: #000000;
    line-height: 2; 
    display: block;    
}
.checkbox-list .check-all label::before, .checkbox-list .check-all label::after {       
    left: 2px !important;
    top: 50% !important;
}

.checkbox-list ul {
    padding: 0px; 
    margin: 0px;  
    display: block;  
    list-style-type: none;  
}

.checkbox-list ul li {
    border-top: 1px solid #e0e0e0;
}
.checkbox-list ul li:first-child {
    border-top: 1px solid #9d9d9d;
}
.checkbox-list ul li > input[type='checkbox'] + label {
    display: block;  
    padding-left:30px;
    padding-top: 5px;  
    padding-bottom: 5px;  
    line-height: 1.5;
}
.checkbox-list ul li > input[type='checkbox'] + label::before, .checkbox-list ul li input[type='checkbox'] + label::after {                 
    left: 2px;
    top: 4px;
    transform: translateY(0%);
}
.checkbox-list ul li > input[type='checkbox']:checked + label {
    background: #f0f0f0;
    padding-left:30px;
}


table.tnt-table{
    width: 100%;
    border-spacing: 1px;
}
table.tnt-table th{
    padding : 5px 0px 5px 0px;
    background-color: #E8EFF7;
    color: #000;
    text-align: center;
}

table.tnt-table td.icons{
    font-size: 18px;
    text-align: center;
    /*width: 80px;*/
}
/*div.tnt-filters{
    margin-top: 10px;
}*/



input.break-time {
    box-shadow: none; 
    border: none;
}

.over-the-top {
    background-color: #a94442;  
}

.over-the-top .break-time{
    background: #B22222; 
    color: #FFF;
}

.over-the-top-msg {
    display: none;
    color: #FFF;      
}

.over-the-top .over-the-top-msg  {
    display: block;  
}
