﻿@import url("/TokyoTheme/Theme.TokyoTheme.css?1830");



/*
    How to generate a theme for your company: 
    
        1 - Go to http://labs.outsystems.net/ThemeCustomizer/GenerateTokyo.aspx
        2 - Copy the generated CSS
        3 - Paste it here

*/

/*------------------------------------*\
             Import Font
\*------------------------------------*/

@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Regular.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Regular.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Regular.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Regular.svg#Open-Sans') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Open-Sans';
    src: url('/SilkUIFonts/fonts/OpenSans-Semibold.eot');
    src: url('/SilkUIFonts/fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
         url('/SilkUIFonts/fonts/OpenSans-Semibold.woff') format('woff'),
         url('/SilkUIFonts/fonts/OpenSans-Semibold.ttf') format('truetype'),
         url('/SilkUIFonts/fonts/OpenSans-Semibold.svg#Open-Sans') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'icomoon';
    src:url('/SampleApp_Mobile/icomoon.eot?q9f3w5');
    src:url('/SampleApp_Mobile/icomoon.eot?#iefixq9f3w5') format('embedded-opentype'),
        url('/SampleApp_Mobile/icomoon.woff?q9f3w5') format('woff'),
        url('/SampleApp_Mobile/icomoon.ttf?q9f3w5') format('truetype'),
        url('/SampleApp_Mobile/icomoon.svg?q9f3w5#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------*\
             Font Definition
\*------------------------------------*/

html, body, a, select, form, fieldset, table, tr, td, img, input, button, select, textarea, optgroup, option {
    font-family: 'Open-Sans', sans-serif;
}

/*------------------------------------*\
              Font Classes
\*------------------------------------*/

/* Font OpenSans classes */

.OpenSans_Regular {
    font-family:  'Open-Sans', sans-serif;
    font-weight: 400;
}

.OpenSans_Semibold {
    font-family:  'Open-Sans', sans-serif;
    font-weight: 600;
}


/****************************************************************************/
/* ATTENTION: David & Sam ***************************************************/
/* here are a few custom rules that i made just for display purposes ********/
/* delete them if you need it, or ping me if you have any question about it */

/* header */
.Header .Title {
    margin: 0;
}
.Header .Actions > a:first-child {
    padding: 0;
}

/* TableRecords */
.TableRecords .Label {
    margin: 2px 0;
}
.TableRecords .tooltipstered,
.TableRecords td:first-child:before {
    font-size: 14px;
    margin-left: 5px;
}

/* WizardStep */
.mini.tablet .WizardParent .WizardStep a {
    width: 100%;
}
.phone .WizardStep {
    padding-bottom: 0;
}
.phone .WizardStep a {
    overflow: hidden;
}
.phone .WizardStep.ActiveStep:before {
    display: none;
}

/* TableVerticalAlign */
.TableVerticalAlign {
    width: 100%;
}
.TableVerticalAlign a {
    float: right;
}
.phone .TableRecords td .TableVerticalAlign a span {
    text-align: center;
}

/* other */
.font18,
.Section__title.Heading2 {
    font-size: 18px;
}
.Button.Text_green.Icon.First {
    float: right;
}
.Modal {
    
}

/* Fix 02/04/15 */

.Label {
    margin: 0;
    text-transform: uppercase;
}

/* Fix 06/04/15 */

.Black,
.Header,
.Application_Menu,
.Login_Info,
.Menu {
    background: #237f9e;
    background: -moz-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #237f9e), color-stop(100%, rgba(58,122,213,1)));
    background: -webkit-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -o-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -ms-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: linear-gradient(to right, #237f9e 0%, rgba(58,122,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#3a7ad5', GradientType=1 );
}

.Header {
    border-bottom: 0;
}

.Black { 
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.fa-bars:before {
    content: "\f0ca";
    color: #fff;
}

.Header .Title {
    font-size: 20px;
    font-weight: bold;
}

.Heading2 {
    font-weight: 700;
    color: #fff;
}

.Counter.Medium .Counter_number {
    font-size: 44px;
    color: #fff;
}

.Counter_label {
    color: #fff;
    font-size: 12px;
}

.Counter_row {
    height: 65%;
}

.Box {
    margin-bottom: 0;
}

.MainContentMargin {
    padding: 10px 10px 5px 10px;
}

.ListItem {
    padding: 10px;
}

.Wrapper {
    -webkit-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
       -moz-box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
            box-shadow: -2px 0 4px rgba(0, 0, 0, 0.2);
}

.Application_Menu .Menu_TopMenus .Menu_DropDownButton .Menu_TopMenu a:active {
    border-bottom: 1px solid rgba(255,255,255, 0.3);
}

.Application_Menu .Menu_TopMenus .Menu_DropDownButton .Menu_TopMenu.Menu_TopMenuActive a {
    background-color: rgba(255, 255, 255, 0.3);
    border-bottom: 0;
}

.UserInitials.Medium {
    color: #259ae4;
}

.UserNameLogin {
    margin-left: 5px;
    margin-right: 0px;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    width: 100%;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
}

.TableVerticalAlign a {
    float: left;
}

.Menu .Login_Info a.Login_Info_Logout .fa {
    font-size: 18px;
    opacity: 1;
}

.Menu .Login_Info a.Login_Info_Logout {
    opacity: 0.7;
}

.UserInitials.Medium {
    width: 54px;
    height: 54px;
}

.UserInitials.Medium span {
    line-height: 54px;
}

.Application_Menu .Menu_TopMenus .Menu_DropDownButton .Menu_TopMenu a {
    color: rgba(255,255,255,1); 
    text-transform: none;
}

.Btn_NewProject {
    width: 100%;
    padding: 0 20px;
}

.Application_Menu .Menu_TopMenus .Menu_DropDownButton .Menu_TopMenu .Btn_NewProject a.NewProject {
    background: #fff;
    text-align: center;
    border-radius: 3px;
    border-bottom: 2px solid rgba(0,0,0,0.1);
    margin-bottom: 20px;
    margin-top: 20px;
    color: #259ae4;
}

.Application_Menu .Menu_TopMenus .Menu_DropDownButton .Menu_TopMenu .Btn_NewProject a.NewProject:active {
    border-bottom: 0;
} 

.ProjectLabel {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.BottomMenu_wrapper {
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1);
    border-top: 0;
    background-color: #fff;
}

.BottomMenu_item {
    opacity: 1;
    color: #bebebe;
}

.BottomMenu_item.active {
    color: #259ae4;  
    padding-top: 5px;
}

.BottomMenu_item.active .BottomMenu__text {
    border-bottom: 0;
    margin-bottom: 0;
}

.DetailContainer {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    position: relative;
}

.LabelTask {
    color: #343434;
    font-size: 16px;
    font-weight: 600;
}

.LabelProject {
    color: #b3b3b3;
    font-size: 12px ;
    font-weight: 600;
    text-transform: uppercase;
}

.Header .fa {
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
}

.InfoTask,
.Description {
    padding: 15px;
    border-bottom: 1px solid #e4e4e4;
}

.Btn_ForClose {
    position: relative;
    right: 0;
    top: 23px;
}

.Btn_ForClose a.Button {
    padding: 0 5px;
    border-radius: 100%;
    background-color: #b3b3b3;
    border: 2px solid #b3b3b3;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.Btn_ForClose a.Button .fa {
    opacity: 1;
    color: #fff;
}

.phone .Btn_ForClose .Button, 
.mini.tablet .Btn_ForClose .Button, 
.tablet .Btn_ForClose .Button, 
.phone .Btn_ForClose a.Button, 
.mini.tablet .Btn_ForClose a.Button, 
.tablet .Btn_ForClose a.Button {
    height: 32px;
    line-height: 30px;
}

.Btn_Open {
    border-radius: 100%;
    border: 2px solid #39cb74;
    width: 32px;
    height: 32px;
    background-color: #39cb74;
    position: relative;
    top: 23px;
    right: 0;
    color: #fff;
}

.Btn_Open .fa {
    position: relative;
    top: 5px;
    right: 5px;
}

.TitleDescription {
    color: #259ae4;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.DescriptionDetail {
    color: #626262;
    font-size: 12px;
    word-break: break-all;
}

.Btn_Edit {
    line-height: 16px;
    font-size: 16px;
    padding: 15px;
}

.Btn_Edit a {
    display: block;
    color: #259ae4;
    text-align: left;
}

.Btn_Edit a:active {
    border-bottom: 0;
}

.BottomMenu_item {
    opacity: 1;
    color: #bebebe;
    -webkit-transition: all 50ms ease;
       -moz-transition: all 50ms ease;
         -o-transition: all 50ms ease;
            transition: all 50ms ease;
}

.BottomMenu_item:active {
    color: #259ae4;
}

.ListItemGroup {
    border-top: 0;
    border: 0;
}

.ListItem {
    border-bottom: 0;
    border-radius: 2px;
    margin-bottom: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-transition: all 50ms ease;
       -moz-transition: all 50ms ease;
         -o-transition: all 50ms ease;
            transition: all 50ms ease;
}

.ListItem .LabelClosed {
    display: none;
    color: #b3b3b3;
    font-size: 10px;
    margin-left: 21px;
}

.ListItem:active {
    box-shadow: none;
}


.ListItemGroup a .ListItem:after, 
a .ListItem:after, 
a .ListItem:after {
    content: '';
    border: 0;
}

a .ListItem {
    padding-right: 10px;
    position: relative;
}

.ListItem span.fa {
    color: #b3b3b3; 
    margin-right: 5px;
}

.ListItemGroup {
    background-color: transparent;
}

.Progress {
    height: 6px;
    font-size: 20px;
    background: #E4E4E4;
    border: 0;
}

.ProgressContainer {
    position: relative;
    margin-bottom: 10px;
    border-top: 1px solid #e4e4e4;
    padding-top: 19px;
}

.Progress_bar {
    background-size: 40px 40px;
    border-radius: 3px;
    background-image: none;
    background-image: none;
    background-image: none;
    background-image: none;
    -webkit-background-size: 0;
    background-color: #F5A623 !important;
    webkit-box-shadow: none; 
    box-shadow: none; 
}

/*
.Progress span {
    align: middle;
    margin-left: 10px;
    position: absolute;
    font-weight: 700;
    right: 0;
    top: 16px;
    margin-left: 0;
    font-weight: 700;
    color: #b3b3b3;
    font-size: 12px;
    text-shadow: none; 
}*/

input[type="text"]:focus, textarea:focus {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.Container {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border-radius: 3px;
}

.phone .ButtonGroup_button.Button:first-child, 
.tablet .ButtonGroup_button.Button:first-child, 
.mini.tablet .ButtonGroup_button.Button:first-child {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-right-radius: 0;
}

.phone .ButtonGroup_button.Button:last-child, 
.tablet .ButtonGroup_button.Button:last-child, 
.mini.tablet .ButtonGroup_button.Button:last-child {
    width: auto;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 0px;
}

.phone .ButtonGroup_button.Button, 
.tablet .ButtonGroup_button.Button, 
.mini.tablet .ButtonGroup_button.Button {
    height: 40px;
    line-height: 40px;
    font-size: 10px;
    color: #fff;
    border: 0;
    background-color: #ddd;
    border-radius: 0;
    text-transform: uppercase;
    padding: 0 5px;
    display: table-cell; 
    width: 25%;
}

.phone .ButtonGroup_button.Button:active, 
.tablet .ButtonGroup_button.Button:active, 
.mini.tablet .ButtonGroup_button.Button:active {
    border: 0;
    color: #fff;
    box-shadow: none;
}

.phone .ButtonGroup_button.Button.active:first-child, 
.tablet .ButtonGroup_button.Button.active:first-child, 
.mini.tablet .ButtonGroup_button.Button.active:first-child {
    background-color: #cd6a5d;
}

.phone .ButtonGroup_button.Button.active:nth-child(2), 
.tablet .ButtonGroup_button.Button.active:nth-child(2),
.mini.tablet .ButtonGroup_button.Button.active:nth-child(2){
    background-color: #f39c12;
}

.phone .ButtonGroup_button.Button.active:nth-child(3), 
.tablet .ButtonGroup_button.Button.active:nth-child(3), 
.mini.tablet .ButtonGroup_button.Button.active:nth-child(3){
    background-color: #f1c40f;
}

.phone .ButtonGroup_button.Button.active:last-child, 
.tablet .ButtonGroup_button.Button.active:last-child, 
.mini.tablet .ButtonGroup_button.Button.active:last-child {
    background-color: #7f8c8d;
}

.phone :not(.NoResponsive) > .ButtonGroup .ButtonGroup_button.Button,
.phone :not(.NoResponsive) > .ButtonGroup .ButtonGroup_button.Button:last-child {
    width: 25%;
}

.ButtonGroup {
    display: table;
}

.ButtonGroup_button {
    display:table-cell
}

.TaskDetail {
    border-bottom: 1px solid #ddd;
    padding: 15px 15px 25px 15px;
}

textarea {
    border: 0;
    resize: none;
    color: #000;
    font-size: 14px;
    padding: 0;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #A9A9A9;
}

.Button.Is_Default {
    height: 44px;
    box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
    background-color: #39cb74;
    width: 100%;
}

input[type="text"],
select {
    border: 0;
    color: #555;
    font-size: 16px;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
    padding: 0;
}

select:active {
    border: 0;
    background-image: none;
    background-position: right 10px center;
    -webkit-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    -moz-box-shadow: inset 0 5px 8px 0 rgba(0, 0, 0, 0.15);
    box-shadow: none;
    color: #A9A9A9;
}

.Filters_Wrapper {
    background: #fff;
    padding: 10px;
    border-radius: 0;
    line-height: 16px;
}

.Blank {
    border-radius: 3px;
    border: 0;
    padding-bottom: 29px;
    margin-top: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

.Blank_action a {
    color: #259ae4;
    border-radius: 3px;
    border: 1px solid #259ae4;
    height: 32px;
    width: 140px;
}

.BottomMenu_wrapper a:last-child .BottomMenu_item {
    color: #39cb74;
} 

.BottomMenu_wrapper a:last-child .BottomMenu_item.active {
    color: #259ae4;
} 

.Search_wrapper {
    background: #237f9e;
    background: -moz-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #237f9e), color-stop(100%, rgba(58,122,213,1)));
    background: -webkit-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -o-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -ms-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: linear-gradient(to right, #237f9e 0%, rgba(58,122,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#3a7ad5', GradientType=1 );
    padding: 10px;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

.tablet .Search_wrapper input[type="text"] {
    border-radius: 3px;
    width: 95%;
    box-shadow: none;
    padding-left: 12px;
    position: relative;
    border: 0;
}

.phone .Search_wrapper input[type="text"] {
    border-radius: 3px;
    width: 90%;
    box-shadow: none;
    padding-left: 12px;
    position: relative;
    border: 0;
}

.Search_wrapper:after {
    content: "\f002";
    position: absolute;
    left: auto;
    color: #FFF;
    right: 12px;
    font-size: 22px;
    top: 50%;
    margin-top: -12px;
}

.PeopleInvolved {
    font-size: 11px;
    line-height: 11px;
    padding-bottom: 10px;
}

.TitleSearch {
    color: #259ae4;
    font-size: 12px;
    margin-bottom: 10px;
}

.Page.active .Menu {
    background: #237f9e;
    background: -moz-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, #237f9e), color-stop(100%, rgba(58,122,213,1)));
    background: -webkit-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -o-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: -ms-linear-gradient(left, #237f9e 0%, rgba(58,122,213,1) 100%);
    background: linear-gradient(to right, #237f9e 0%, rgba(58,122,213,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d0ff', endColorstr='#3a7ad5', GradientType=1 );
}

.PeopleAdd a {
    color: #259ae4;
    font-size: 14px; 
}

.Login_Info .TableVerticalAlign .Cell1 {
    width: 20px;
}

a.ClosedTask .ListItem,
a.ClosedTask .ListItem:active{
    background-color: #e0e0e0;
}


a.ClosedTask .ListItem .LabelClosed {
    display: block;
}

a.ClosedTask .ListItem .LabelTask {
    color: #b3b3b3;
}

.desktop .Menu .Login_Info, .tablet .Menu .Login_Info {
    height: 95px;
}

.Feedback_AjaxWait .Loader {
    border: 5px solid rgba(0,208,255,0.6);
    border-bottom: 5px solid rgba(58,122,213,1);
}


