﻿@import url("/AmyGlobalTheme/Theme.AmyGlobalTheme.css?5401");

.tablet .Header_title,
.desktop .Header_title {
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
    height: 69px;
    left: 0;
    line-height: 68px;
    padding-left: 0;
    position: absolute;
    text-align: left;
    text-decoration: none;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 300px;
    z-index: 2;
}


.phone .Header .BreadcrumbsContainer{
    display: none;
}

.phone .Login__Logo img, .tablet .Login__Logo img {border-radius: 4px}

.LoginPageLinkIcone{
    color: white;
}

.LoginPageLinkIcone> a{
   color: white; 
}

.LoginPageLinkIcone .fa-fw {
    text-align: left;
    float: left;
    font-size: 1.3em;
}

.LoginPageLinkIcone .LoginPageLinkText{
    font-size: 12px;
    text-decoration: underline;
    font-weight: 100;
    font-style: italic;
    display: inline-block;
}

.LoginPageTitle{
    background-color: #00BAF6;
    color: #FFF;
    z-index: 9999;   
}

.LoginPageTagline {
    display: block;
    font-size: 33px;
    font-style: normal;
    font-weight: 100;
    color: white;
    max-width: 400px;
    max-height: 400px;
}

/** Tag Line **/
.TagLineBlock{
    max-width: 400px;
    margin: 0 auto;
    max-height: 400px;
}

.CommasFirst, 
.CommasLast {
    width: 25px;
    margin: 13px auto;
}

.CommasFirst {
    display: block;
    margin-right: 100%;
}
.CommasLast {
    float: right;
    margin-left: 100%;
}

/****************************/
/*   Button search wrapper  */
/****************************/

.SearchWrapper{
    font-family: FontAwesome;
    position: relative;
}

.SearchWrapper:before{
    content: "\f002";
    position: absolute;
    left: 10px;
    color: #fff;
}

.SearchWrapper .Button {padding: 0 15px 0 35px;}

/*****************************/

.Header_title a{
    margin-left: 20px;
}

.UserSelectedSiteCombo {
    width: 100%;
    background: none;
    border: none;
    color: #fff;
    padding-top: 0px;
    padding-left: 0;
    margin-top: -8px;
    font-style: italic;
}


.UserSelectedSiteCombo option {
    color: #284253;
    background: #fff;
}

select:focus:not(.Not_Valid){
    font-weight: 0;
    background: none;
}

/** Background **/
.Login_background {
    background-position: left center;
    background-size: 100% 100%;
}

.ImageBackgoundWhite {
    position: absolute;
    top: -20px;
    right: 0;
    bottom: 0;
    left: 50%;
    background-color: rgb(235, 235, 235);
    margin-left: 193px;
}

.Login_Box.Login_Right {
    margin-left: 0;
}

.Company_Logo {
    margin-top: -220px;
    width: 550px;
    max-width: 550px;
    margin-left: -600px;
}

.Company_LogoImg {
    max-width: 300px;
    border: 3px solid rgba(255, 255, 255, 0.27);
    background-color: rgba(255, 255, 255, 0.27);
    border-radius: 4px;
}


/** Responsive **/

.tablet .Login_Box,
.phone .Login_Box {
    margin-left: -193px;
}

.phone .Login_Box.Login_Right {
    margin: 20px auto;
    left: 0;
}

.tablet .ImageBackgoundWhite,
.phone .ImageBackgoundWhite {
    display: none;
}

.tablet .Company_Logo, .phone .Company_Logo {
    margin-top: -120px;
    top:100%;
    left: 0;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
}

.phone .Company_Logo {
    margin-top: -170px;
    top: 630px;
}

.phone .Company_Logo .LoginPageLinkIcone{
    margin-bottom: 10px;
    width: 100%;
}

.phone .LoginPageTitle, .tablet .LoginPageTitle {
    background-color: #FFF;
    color: #00BAF6;
}

.phone .Login_background {background-size:cover;}

@media (max-width:1240px){
    .Company_Logo {
        width: 520px;
        max-width: 520px;
        margin-left: -530px;
    }
}

/*------------------------------------*/
/* Tables New Theme Test*/
/*------------------------------------*/


.TableRecords_Header {
    color: #fff;
    background-color: #26AC95;
}

.TableRecords_Header .Text_silver {
    color: #fff;
}

.WhiteContainer .TableRecords_Header {
    background: #26AC95;
}

.TableRecords_EvenLine {
   background-color: #fff;
}

.TableRecords_OddLine {
    background-color: rgba(226, 237, 253, 0.6);
}


.TableRecords > tbody > tr > td a:not(.Button) {
   color: #0050A1;
}

.desktop .TableRecords > tbody > tr:hover td {
    background-color: rgba(255, 238, 184, 0.6);
}



.TableRecords_EvenLine input[type="checkbox"] {
    border: 1px solid #9B9A98;
}

.TableRecords_EvenLine input[type="checkbox"]:disabled {
    border: 1px solid #9B9A98;
    background-color: #9B9A98;
}

.TableRecords_OddLine input[type="checkbox"] {
    border: 1px solid #9B9A98;
}

.TableRecords_OddLine input[type="checkbox"]:disabled {
    border: 1px solid #9B9A98;
    background-color: #9B9A98;
}

.TableRecords_OddLine, 
.TableRecords_EvenLine {
    border-bottom: 0px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.TableRecords_EvenLine input[type="checkbox"]::before {
    border-style: none;
    box-shadow: none;
}

.TableRecords_OddLine input[type="checkbox"]::before {
    border-style: none;
    box-shadow: none;
}

.TableRecords_EvenLine input[type="checkbox"]::after {
    left: 15%;
}

.TableRecords_OddLine input[type="checkbox"]::after {
    left: 15%;
}

.TableRecords_Header input[type="checkbox"] {
    border: 1px solid #9B9A98; 
}

.TableRecords_Header input[type="checkbox"]::before {
    box-shadow: none;
}

.TableRecords_Header input[type="checkbox"]::after {
    left: 15%;
    top: 15%;
}

/*------------------------------------*/
/* Popup Layout New Theme Test*/
/*------------------------------------*/

div.os-internal-Popup .os-internal-ui-dialog.os-internal-ui-draggable .os-internal-ui-dialog-titlebar,
div.os-internal-Popup.os-internal-ui-dialog.os-internal-ui-draggable .os-internal-ui-dialog-titlebar {
    background-color: #3D5A80;
}

/*div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-title,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-title  {
        display: none;
}*/

div.os-internal-Popup .os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close,
div.os-internal-Popup.os-internal-ui-dialog .os-internal-ui-dialog-titlebar-close  {
    background-image: url(/WorkOrderManagement/img/PopupCloseWhiteCustom.png?38514&5479);
}

/*------------------------------------*/
/* Popup Content New Theme Test*/
/*------------------------------------*/

.MainPopup .PopupTitle {
    color:#1B242D;
}

.MainPopup a,
.MainPopup a:link,
.MainPopup a:visited
 {
    color: #26AC95;
}

.MainPopup .Button {
    color: #fff;
    border: solid 1px #69A4F2;
    border-radius: 15px;
    background-color: #69A4F2;
    box-shadow: none;
}

.MainPopup .Button.ButtonDefault,
.MainPopup .Button.Is_Default {
    color: #fff;
    border: solid 1px #FC8D56;
    border-radius: 15px;
    background-color: #FC8D56;
    box-shadow: none;
}

.desktop .MainPopup .Button.ButtonDefault:hover,
.desktop .MainPopup .Button.Is_Default:hover {
    background-color: #fff;
    color: black;
    border-color: #FC8D56;
}

.desktop .MainPopup .Button:hover,
.desktop .MainPopup .a.Button:hover {
    background-color: #fff;
    color: black;
}

.newAccount{
}

.newAccount a, 
.newAccount a:link, 
.newAccount a:visited{
    color: #FC8D56;
}

/*Additional*/

    /*----- Landing Page Items ($11.15) ------*/

.ContainerToRuleThemAll {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 20px;
}

.LandingPageItem {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    width: 33.33%;
    min-width: 240px;
    max-width: 450px;
    padding: 10px;
}

.LandingPageItem .OSInline {
    display: block;
    vertical-align: top;
}

.LandingPageItem .BoxLanding {
    overflow: hidden;
    border-radius: 4px;
    background: #fff;
}

.LandingPageItem .BoxLanding * {
    -webkit-transition: all .4s ease;
       -moz-transition: all .4s ease;
        -ms-transition: all .4s ease;
         -o-transition: all .4s ease;
            transition: all .4s ease;
}

.LandingPageItem .BoxLanding:hover .LandingPageIcone span.fa {
    font-size: 4.5em;
}

.LandingPageItem .BoxLanding:hover .LandingPageIcone {
    margin-left: -40px;
    opacity: .7;
}

.LandingPageItem .BoxLanding:hover .LandingPageLinkIcone {
    right: -5px;
}


.LandingPageIcone {
    position: absolute;
    z-index: 1;
    left: 50%;
    margin-left: -45px;
    color: white;
}


.LandingPageLinkIcone {
    position: relative;
    position: absolute;
    right: 20px;
    width: 40px;
    height: 40px;
    margin-top: -22px;
    padding-top: 5px;
    text-align: center;
    color: white;
    border-radius: 100px;
}

.LandingPageItem img {
    width: 100%;
    margin: 0;
    opacity: .7;
}  

.ItemText {
    font-size: 14px;
    font-weight: 300;
    display: inline-block;
    float: left;
    width: 100%;
    padding: 15px;
    text-align: left;
    color: #273f52;
    background-color: white;
}

@media (max-width:420px) {
    .LandingPageItem {
        width: 100%;
    }
}

/*-------- $12.2 - Max-width : 764px -------------*/
@media screen and (max-width: 764px) {
    /*----- Landing Page Items ($11.15) ------*/
    .LandingPageItem {
        width: 50%;
    }
}

/*****************/
.MarginLeft0{
    margin-left: 0px;
}

.DivFront{
    cursor:pointer;
    border:1px solid #efefef;
    box-shadow:0 1px 3px 0 rgba(0, 0, 0, 0.14) inset;
    padding:5px 20px 5px 8px;
    min-height:96px;
    overflow-wrap:break-word;
    max-height:150px;
    overflow-y:scroll;
}

.MarginBottom10Top10{
    margin-bottom:10px;
    margin-top:10px;
}

.MarginBottom10{
    margin-bottom: 10px;
}

.MarginBottom20{
    margin-bottom:20px;
}

.MarginBottomTop_10{
    margin-bottom: -10px; 
    margin-top: -10px;
}

.VerticalAlignMiddle{
    vertical-align:middle;
}

.DisplayBlock{
    display:block;
}

.DisplayInlineBlock{
    display:inline-block;
}

.FontSize20{
    font-size: 20px;
}
.Width48Percent{
    width:48%;
}

.Width100Percent{
    width:100%;
}

.DivDescriptionClose{
    display:block;
    color:#00baf6;
}

.DivDescriptionInstructions{
    display:block;  
    top: 5px;
    right: 15px;
    position:absolute;
}

.DivDescriptionContent{
    cursor:pointer;
    display:block; 
    top: 5px;
    right: 15px;
    position:absolute;
}

.DivCreateAccountInputs input[type="text"],
.DivCreateAccountInputs input[type="password"]{
    margin-bottom: 10px;
}

.TableRecords > tbody > tr > td a.linkRed:not(.Button){
    color: #e74c3c;
}

.DivFileUpload{
    border:1px dashed gray;
    min-height:50px;
}

/*--------------$11.5 - Detail Page Navigation------------*/

.phone .DetailPageNavigation {
    display: none;
}

.DetailPageNavigation {
    position: relative;
    z-index: 2;
    top: 50%;
}

.DetailPageNavigation .nav-left,
.DetailPageNavigation .nav-right {
    position: fixed;
    z-index: 3;
    width: 70px;
    height: 140px;
    margin-top: -70px;
    cursor: pointer;
    -webkit-transition: all linear .1s;
            transition: all linear .1s;
    opacity: .1;
    background: #000;
}

.nav-left .fa,
.nav-right .fa {
    line-height: 140px;
    color: #00baf6;
}

.tablet .nav-left .fa {
    line-height: 140px;
    text-align: right;
    color: #00baf6;
}

.tablet .nav-right .fa {
    line-height: 140px;
    text-align: left;
    color: #00baf6;
}

.nav-left {
    top: 50%;
    left: 260px;
    -webkit-animation: navLeftSlideOut .5s linear;
            animation: navLeftSlideOut .5s linear;
    border-top-right-radius: 900px;
    border-bottom-right-radius: 900px;
}

.nav-left:hover {
    left: 295px;
    opacity: .5;
}

.nav-right:hover {
    right: -5px;
    opacity: .5;
}

.nav-right {
    top: 50%;
    right: -35px;
    -webkit-animation: navRightSlideOut .5s linear;
            animation: navRightSlideOut .5s linear;
    border-top-left-radius: 900px;
    border-bottom-left-radius: 900px;
}

.desktop.small .MainPopup .DetailPageNavigation .nav-left,
.tablet .MainPopup .DetailPageNavigation .nav-left {
    left: -34px;
}

.desktop .MainPopup .DetailPageNavigation .nav-right:hover {
    right: -15px !important;
    opacity: .5;
}

.desktop .MainPopup .DetailPageNavigation .nav-left:hover {
    right: -15px !important;
    opacity: .5;
}

.desktop.small .MainPopup .DetailPageNavigation .nav-left:hover,
.tablet .MainPopup .DetailPageNavigation .nav-left:hover {
    left: -28px;
}

.desktop.small .MainPopup .DetailPageNavigation .nav-right,
.tablet .MainPopup .DetailPageNavigation .nav-right {
    right: -34px;
}

.desktop.small .MainPopup .DetailPageNavigation .nav-left:hover,
.tablet .MainPopup .DetailPageNavigation .nav-left:hover {
    right: -28px;
}

.desktop.small .DetailPageNavigation .nav-left,
.tablet .DetailPageNavigation .nav-left {
    left: 90px;
}

.desktop.small .DetailPageNavigation .nav-left:hover,
.tablet .DetailPageNavigation .nav-left:hover {
    left: 95px;
}

.desktop.small .DetailPageNavigation .nav-right:hover,
.tablet .DetailPageNavigation .nav-right:hover {
    right: -30px;
    opacity: .5;
}

.desktop .DetailPageNavigation .nav-right:hover {
    right: -15px;
    opacity: .5;
}
/***********************/

.IconBadge_number {
    line-height: 1.5;   
}

.ListBoxAdditionalEmails li.select2-search{
    width: 98%;
}

.ListBoxAdditionalEmails li.select2-search input{
    width: 100%;
}

