

body.valvomo_base {
    background-color: #903b14;
    
}

div#dash_main {
    border-bottom: 1px solid #ccc;
}

div#dash_top, div#dash_chat, div.dash_top_bg {
    background: #a74016; /* Old browsers */
    background: -moz-linear-gradient(top,  #c05220 0%, #a74016 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c05220), color-stop(100%,#a74016)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c05220 0%,#a74016 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c05220 0%,#a74016 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c05220 0%,#a74016 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c05220 0%,#a74016 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c05220', endColorstr='#a74016',GradientType=0 ); /* IE6-9 */
    color: white;
}

.red_onion {
    background-color: #a74016;
}



.chat_window .top {
        background-color: #c05320;
}

div#dash_top {
    padding: 10px;
}

div#dash_chat {
    position: fixed; 
    bottom: 0; 
    left: 0;
    right: 0; 
    height: 32px;
    z-index: 9950;
}

div#dash_menu_container ul li, div#dash_menu_right ul li, div#dash_chat ul li {
    color: #eee;
    float: left;
    
    border-left: 1px dotted #aaa;
    text-shadow: 1px 1px 0 rgba(33,33,33,.4);
}

div#dash_menu_container ul li, div#dash_menu_right ul li {
    text-transform: lowercase;
    font-variant: small-caps;
    font-size: 15px;
    padding: 8px 15px 10px 15px;
    border-radius: 4px 4px 0 0;
}


div#dash_chat ul li {
    font-size: 12px;
    padding: 6px 12px 6px 12px ;
    
    border-right: 1px dotted #ddd;
    line-height: 20px;
}

div#dash_menu_container ul li:hover,div#dash_menu_container ul li.sel,
div#dash_menu_right ul li:hover,div#dash_menu_right ul li.sel,  
div#dash_chat ul li:hover,div#dash_chat ul li.sel  {
    color: #fff;
    background: #c05320; /* Old browsers */
    background: -moz-linear-gradient(top,  #c05320 0%, #8c2d10 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c05320), color-stop(100%,#8c2d10)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #c05320 0%,#8c2d10 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #c05320 0%,#8c2d10 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #c05320 0%,#8c2d10 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #c05320 0%,#8c2d10 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c05320', endColorstr='#8c2d10',GradientType=0 ); /* IE6-9 */
}

div#dash_menu_right ul li {
    
}

div#dash_menu_right ul li.cramp {
    width: 110px !important;
}

div#dash_menu_right ul li {
    text-align: center;
}

div#dash_menu_container ul li:hover,div#dash_top ul li.sel  {
    border-bottom: 1px solid #5d220b;
}

div#dash_menu_container ul li:first-child {
    
}

div#dash_menu_container ul li.r, div#dash_chat  ul li.r {
    float: right;
}

div#dash_menu_right {
    position: absolute; 
    right: 20px; 
    bottom: 0;
}

div#dash_usermenu {
    background: #a74016;
    color: #eee;
    position: absolute; 
    right: 18px; 
    width: 260px; 
    z-index: 9999; 
    border-radius: 0 0 5px 5px; 
    
}

div#dash_usermenu li {
    padding: 12px;
    padding-left: 15px;
    font-size: 13px;
    text-align: left;
    border-top: 1px dotted #ddd;
    -webkit-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    
     -webkit-transition: padding-left 0.3s ease-out;
    -moz-transition: padding-left 0.3s ease-out;
    -o-transition: padding-left 0.3s ease-out;
    transition: padding-left 0.3s ease-out;
}

div#dash_usermenu li.input {
    padding: 8px;
    padding-left: 15px;
    line-height: 22px;
}

div#dash_usermenu li:first-child, div#dash_usermenu li.empty{
    border: 0;
}

div#dash_usermenu li.item:hover {
    background-color: #c05320;
    font-weight: bold;
    padding-left: 22px;
}

div#dash_usermenu li.sw_bg_blue:hover {
    background-color: #5589eb;
    font-weight: bold;
    padding-left: 22px;
}

div#dash_usermenu li:last-child:hover {
    border-radius: 0 0 5px 5px;
}


div#dash_menu_container {
    position: absolute; 
    margin-left: 250px; 
    bottom: 0;
}

div#dash_menu_toggle, div#dash_desk_toggle {
    background: #903b14; /* Old browsers */
    background: -moz-linear-gradient(top,  #903b14 0%, #68200a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#903b14), color-stop(100%,#68200a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #903b14 0%,#68200a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #903b14 0%,#68200a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #903b14 0%,#68200a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #903b14 0%,#68200a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#903b14', endColorstr='#68200a',GradientType=0 ); /* IE6-9 */
}

div#dash_menu_toggle {
    border-radius: 0 0 5px 0;
    width: 20px;
    height: 52px; 
    position: absolute; 
    top: 0; 
    left: 0; 
    z-index: 999;
}

div#dash_desk_toggle {
    border-radius: 0 0 0 5px;
    width: 20px;
    height: 52px; 
    position: absolute; 
    top: 0; 
    right: 0; 
    z-index: 999;
}

div#dash {
    background-color: #eee; 
    position: fixed; 
    top:52px;
    left:160px;
    right:0;
    bottom:0;
    overflow:auto;
}

iframe#dash {
    background-color: #eee;
    position:absolute; 
    top:0px; 
    left:0px; 
    bottom:32px; 
    right:0px; 
    width:100%; 
    height:100%;
    height: -moz-calc(100% - 32px);
    height: -webkit-calc(100% - 32px);
    height: calc(100% - 32px);
    border:none; 
    margin:0; 
    padding:0; 
    overflow:hidden; 
    z-index:99; 
}

div#dash_leftmenu  {
    width: 160px;
}

div#dash_leftmenu ul {
    font-size: 12px;
}

div#dash_leftmenu ul li {
    line-height: 24px;
    font-size: 12px;

    border-bottom: 1px dotted #ccc;
    
    padding: 8px;
    /* font-variant: small-caps;*/
    position: relative;
    transition: padding-right 0.3s ease-out, background-color 0.3s ease-out;
}

div#dash_leftmenu ul li:last-child {
    border-bottom: 0px;
}

div#dash_leftmenu ul li:hover {
    background-color: #68200a;
    padding-right: 15px;
}

div#dash_leftmenu ul li.sel {
    background-color: #68200a;
    
}

i.in_box {
    position: absolute;
    top: 13px; 
    left:9px;
}

div#notifications {
    position: fixed; 
    bottom: 40px; right: 10px; width: 300px;
    z-index:9980;
}

div#notifications .message , div#Tasks .message {
    line-height: 18px;
    min-height: 50px;
    margin-top: 8px;
}

div#TaskHolder {
    position: absolute; 
    width: 200px; 
    top: 58px;
    min-height: 300px;
    z-index:9900;
    
        -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

div#TaskHolder.small_menu {
    left: 50px; 
}

div#TaskHolder.full_menu {
    left: 175px; 
}

div#notifications .message:hover , div#TaskHolder .message:hover {
        -webkit-box-shadow: 0 6px 6px -6px #404040;
           -moz-box-shadow: 0 6px 6px -6px #404040;
                box-shadow: 0 6px 6px -6px #404040;
}


div#dash_top ._ht {    
    padding: 5px;
    margin-right: 50px;
}

div#dash .head { cursor: pointer; }

div#dash_main.with_tasks {
    margin-left: 220px;
}

td._subnow {

}
td._substat {
	background-color: #f8fce9;
}
td._subabandon  {
	background-color: #e8f5ff;
}
td._subcallreq {
	background-color: #E4C3E5;
}
td._subchat {
	background-color: #fef7e2;
}


div#dash tr.suborange, .suborange, ._chat {
    background: #f8b500; /* Old browsers */
    background: -moz-linear-gradient(top,  #f8b500 0%, #fbdf93 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8b500), color-stop(100%,#fbdf93)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f8b500 0%,#fbdf93 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f8b500 0%,#fbdf93 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f8b500 0%,#fbdf93 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f8b500 0%,#fbdf93 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8b500', endColorstr='#fbdf93',GradientType=0 ); /* IE6-9 */
}

div#dash tr.subblue, ._abandon {
    background: #b2e1ff; /* Old browsers */
    background: -moz-linear-gradient(top,  #b2e1ff 0%, #66b6fc 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2e1ff), color-stop(100%,#66b6fc)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b2e1ff 0%,#66b6fc 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b2e1ff 0%,#66b6fc 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b2e1ff 0%,#66b6fc 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b2e1ff 0%,#66b6fc 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2e1ff', endColorstr='#66b6fc',GradientType=0 ); /* IE6-9 */
}

div#dash tr.subblue, ._callreq {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e570e7+0,a849a3+100 */
background: #e570e7; /* Old browsers */
background: -moz-linear-gradient(top, #e570e7 0%, #a849a3 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #e570e7 0%,#a849a3 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #e570e7 0%,#a849a3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e570e7', endColorstr='#a849a3',GradientType=0 ); /* IE6-9 */
}

div#dash tr.subred {
    background: #f85032; /* Old browsers */
    background: -moz-linear-gradient(top,  #f85032 0%, #ef877a 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f85032), color-stop(100%,#ef877a)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f85032 0%,#ef877a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f85032 0%,#ef877a 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f85032 0%,#ef877a 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f85032 0%,#ef877a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#ef877a',GradientType=0 ); /* IE6-9 */

}
div#dash tr.sublight { 
    background: #fefefe;
}


#dash ._brt, #queueTable ._brt {
    border-top: 1px solid #ccc;
}

._brb {
    border-bottom: 1px solid #ccc;
}


div#dash ._br {
    border: 1px solid #ccc;
}

table.enable_sorting th.header { 
    background-image: url(../images/bg.gif); 
    cursor: pointer; 
    font-weight: bold; 
    text-align: left;
    background-repeat: no-repeat; 
    background-position: center left; 
    padding-left: 20px; 
    border-right: 1px solid #dad9c7; 
    margin-left: -1px; 
} 

table.enable_sorting th.headerSortUp { 
    background-image: url(../images/asc.gif); 
    background-color: #3399FF; 
} 

table.enable_sorting th.headerSortDown { 
    background-image: url(../images/desc.gif); 
    background-color: #3399FF; 
} 

._f14 { font-size: 14px;}
._f15 { font-size: 15px;}

._now {
    background: #ffa84c; /* Old browsers */
    background: -moz-linear-gradient(top,  #ffa84c 0%, #ff7b0d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffa84c), color-stop(100%,#ff7b0d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #ffa84c 0%,#ff7b0d 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #ffa84c 0%,#ff7b0d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffa84c', endColorstr='#ff7b0d',GradientType=0 ); /* IE6-9 */
}
._stat {
    background: #b6e026; /* Old browsers */
    background: -moz-linear-gradient(top,  #b6e026 0%, #a6db13 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b6e026), color-stop(100%,#a6db13)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #b6e026 0%,#a6db13 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #b6e026 0%,#a6db13 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #b6e026 0%,#a6db13 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #b6e026 0%,#a6db13 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b6e026', endColorstr='#a6db13',GradientType=0 ); /* IE6-9 */

}

._abandon {

}

._base {
background: #f5f6f6; /* Old browsers */
background: -moz-linear-gradient(top,  #f5f6f6 0%, #dbdce2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f5f6f6), color-stop(100%,#dbdce2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f5f6f6 0%,#dbdce2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f5f6f6 0%,#dbdce2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f6f6', endColorstr='#dbdce2',GradientType=0 ); /* IE6-9 */
}

.subgray {
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */

}

div#dash_main .head, ._f16 {
    font-size: 16px;
}

