﻿body 
{
    padding:0px;
    margin:0px;
}


.BTMAdminFontDef{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:11px;
}


.LoginGroup
{
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:10px;
    width:253px;
    vertical-align:baseline;
    text-align:left;
    padding-left:10px;
    xborder:1px solid red;
}


.LoginFloat
{
     float:left;
     width:70px;
     display:block;
     height:5px;
}

.LoginError
{
    color:Red;
    background-color:Yellow;
    font-family:Verdana;
    font-size:10px;
    font-weight:bold;
}

.LoginSmall
{
    font-size:9px;
}


.Clearer
{
     display:block;
     clear:both;
     margin-bottom:10px;
}


.NewsSmall
{
    font-size:9px;
}





.FormLeftField
{
     float:left;
     width:150px; 
     border-bottom:1px solid #EAEAEA;
     margin-right:15px;
     padding:2px;
}



.FormLeftColumn
{
    float:left;
    width:350px;
    border-right:4px solid #F2F2F2;
    margin-right:15px;
}



.AdminTitles
{
    font-family:Georgia;
    font-size:20px;
    margin-bottom:5px;
    display:block;
}

.AdminSubTitles
{
    font-family:Georgia;
    font-size:16px;
    margin-bottom:5px;
    display:block;
}

.AdminErrorFormat
{
    color:Red;
    background-color:Yellow;
    font-weight:bold;
}



.AdminPendingContainer
{
    background-color:#FFFFD9;
    margin:2px;
}

.AdminPendingText
{
    color:Blue;
    font-family:Arial;
    font-size:11px;
    font-style:italic;
    margin-left:10px;
}

.AdminSettingsSaved
{
    padding:5px;
    background-color:#339900;
    color:White;
    font-weight:bold;
    display:block;
    margin-bottom:10px;
}


.AdminRecentArticle
{
    background-color:#999;
    color:#FFF;
}

.AdminArticleTitle
{
    background-color:#96B5D3;
    color:#003366;
    /*font-weight:bold;*/
    font-style:italic;
}


.AdminPickItem
{
    border:1px solid #CCC; 
    width:100px; 
    height:100px; 
    line-height:100px;
    text-align:center;
    vertical-align:middle;
    cursor:pointer;
}

.AdminNotifySomething
{
    display:block;
    margin-top:5px;
    margin-bottom:10px;
    background-color:Yellow;
    color:Maroon;
    font-size:13px;
    padding:5px;
}


.AdminLight
{
    font-size:10px;
    color: #666;
}

.AdminTextboxValidationError
{
    background-color:Yellow;
    color:Maroon;
}

.Admin_ValidationError
{
    border:1px dotted Maroon;
    background-color:#FEDBD9;
    margin-bottom:1px;
    margin-top:1px;
}
.Admin_ValidationErrorTxt
{
    font-size:10px;
    color:Red;
    font-family:Trebuchet, Verdana, Arial;
    margin-left:15px;
}

.Admin_LargeButton
{
    font-size:16px;
    font-family:Georgia;
    padding:5px;
}


        .btmdbg
        {
            xborder:1px solid red;
        }
        .BTM
        {
            font-size:14px;
            font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
        }

            .BTM h1
            {
                font-size:26px;
                margin-top:0px;
            }
            .BTM h2
            {
                font-size:22px;
                margin-top:0px;
            }

            
            .BTM .AdminLight
            {
                font-size:12px;
                color: #666;
            }


        .BTMColLarge
        {
            width:600px;
            display:inline-block;
        }
        .BTMColMin
        {
            width:150px;
            display:inline-block;
        }
        .BTMLight
        {
            color: #686868;
            text-transform: inherit;
            font-size: 10px;
            background-color: rgba(206, 206, 206, 0.4);
            padding: 4px;
            border-radius: 4px;
        }

        .BTMBadge
        {
            color: #F2F2F2;
            text-transform: inherit;
            background-color: rgba(82, 82, 82, 0.50);
            padding: 4px;
            border-radius: 4px;
        }

.BTMPnl
{
    margin-bottom:20px;
}

.BTMPnlSuccess
{
    background-color: rgba(40, 91, 146, 0.14);
    border: 1px solid rgba(40, 91, 146, 0.09);
    padding: 5px;
    border-radius: 5px;
    color: rgba(40, 91, 146, 1);
    word-break:break-word;
}

.BTMPnlSuccessLarge
{
    background-color: rgba(40, 91, 146, 0.14);
    border: 1px solid rgba(40, 91, 146, 0.09);
    padding: 5px;
    border-radius: 5px;
    color: rgba(40, 91, 146, 1);
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
    word-break:break-word;
}

.BTMPnlError
{
    background-color: rgba(184, 78, 78, 0.69);
    border: 1px solid rgba(184, 78, 78, 1);
    padding: 5px;
    border-radius: 5px;
    color: rgba(255, 255, 255, 1);
    word-break:break-word;
}


.BTMPnlErrorLarge
{
    background-color: rgba(235, 0, 0, 0.69);
    padding: 5px;
    border-radius: 5px;
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    font-weight: bold;
    word-break:break-word;
}

.BTMPnlWarning
{
    background-color: #CC7800;
    padding: 5px;
    border-radius: 5px;
    color: White;
    word-break:break-word;
}



.BTMPnlContain
{
    background-color: rgba(148, 148, 148, 0.14);
    border: 1px solid rgba(148, 148, 148, 0.09);
    padding: 5px;
    border-radius: 5px;
}


.BTMPadMed
{
    padding:20px;
}


.BTMPad
{
    padding:10px;
}



.BTMBtnLrg
{
    font-size:16px;
    font-family:Georgia;
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    cursor:pointer;
}




/*
    NAVFAV: NAVIGATION FAVORITES 
    
*/
.BTM_NavFav
{
    font-size:14px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    max-width:600px;
}


.BTM_NavFav_Titles
{
    font-family: Georgia;
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
}

.BTM_NavFav_Label
{
    font-weight:bold;
    margin-bottom:5px;
}

.BTM_NavFav_Path
{
    font-size: 18px;
    font-size: 18px;
    /* border: 1px solid #F00; */
    max-width: 470px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.BTM_NavFav_Pnl
{
    margin-bottom:10px;
}

.BTM_NavFav_Textboxes
{
    font-size: 14px;
    width: 95%;
    padding:5px;
}

.BTM_NavFav_Buttons
{
    font-size:16px;
    font-family:Georgia;
    padding:5px;
    padding-left:20px;
    padding-right:20px;
    cursor:pointer;
}

.BTM_NavFav_DropArea
{
    background-color: #666;
}







/*
    NAVFAV: NAVIGATION FAVORITES 
*/
.BTM_MediaMan_ItemSelected
{
    background-color: #ccc;
}





.top10 {
    margin-top:10px;
}
.top20 {
    margin-top:20px;
}
.top30 {
    margin-top:30px;
}

.left10 {
    margin-left:10px;
}
.left20 {
    margin-left:20px;
}
.left30 {
    margin-left:30px;
}

.right10 {
    margin-right:10px;
}
.right20 {
    margin-right:20px;
}
.right30 {
    margin-right:30px;
}

.bottom10 {
    margin-bottom:10px;
}
.bottom20 {
    margin-bottom:20px;
}
.bottom30 {
    margin-bottom:30px;
}

















/* 
    BEGIN DASHBOARD STYLES 
*/




@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 100;
  src: local('Roboto Thin Italic'), local('Roboto-ThinItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOiCnqEu92Fr1Mu51QrEzQdKg.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 300;
  src: local('Roboto Light Italic'), local('Roboto-LightItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TjASc-CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 400;
  src: local('Roboto Italic'), local('Roboto-Italic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1Mu51xMIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 500;
  src: local('Roboto Medium Italic'), local('Roboto-MediumItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51S7ACc-CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 700;
  src: local('Roboto Bold Italic'), local('Roboto-BoldItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TzBic-CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto Black Italic'), local('Roboto-BlackItalic'), url(https://fonts.gstatic.com/s/roboto/v18/KFOjCnqEu92Fr1Mu51TLBCc-CsE.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 100;
  src: local('Roboto Thin'), local('Roboto-Thin'), url(https://fonts.gstatic.com/s/roboto/v18/KFOkCnqEu92Fr1MmgVxMIzc.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  src: local('Roboto Light'), local('Roboto-Light'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmSU5fABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v18/KFOmCnqEu92Fr1Mu5mxP.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: local('Roboto Medium'), local('Roboto-Medium'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmEU9fABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: local('Roboto Bold'), local('Roboto-Bold'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmWUlfABc9.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Black'), local('Roboto-Black'), url(https://fonts.gstatic.com/s/roboto/v18/KFOlCnqEu92Fr1MmYUtfABc9.ttf) format('truetype');
}



.dashboard .table table{
    font-family: 'Roboto';
    font-weight: 300;
    width: 100%;
    font-size: 14px;
}

    .dashboard .table tr {
        border-bottom: 1px solid #ccc;
    }

.dashboard .table td{
    margin-bottom:5px;
    padding:10px;
}


.dashboard th[scope=col] {
    background-color: rgb(70, 70, 70) !important;
    color: rgb(255, 255, 255);
    font-size: 20px;
    font-weight: 300;
    text-align:left;
    padding:10px;
}

.dashboard .container{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
}

.dashboard .panel-4{
    grid-column: span 4;
    margin-right:20px;
}

.dashboard .panel-6{
    grid-column: span 6;
    margin-right:20px;
}

.dashboard .panel-8{
    grid-column: span 8;
    margin-right:20px;
}

.dashboard .title{
    font-family: 'Roboto';
    font-size:36px;
    font-weight:300;
}

.dashboard .sub-title{
    font-family: 'Roboto';
    font-size:24px;
    font-weight:300;
}



.dashboard .loading{
    font-size: 24px;
    display: inline;
    vertical-align: bottom;
    font-style: italic;
    color: rgba(0, 0, 0, 0.28);
}

.dashboard .loading::after{
    background: url(/CommonAssets/_CLIENT_CODE/dist/JS/RichSearch2/spinner.gif);
    background-size: 24px 24px;
    width:24px;
    height:24px;
    content: ' ';
    display:inline-block;
    vertical-align: bottom;
    opacity: 0.5;
    margin-left: 20px;
}




.dashboard a.button5 {
    display: inline-block;
    padding: 0.46em 1.6em;
    border: 0.1em solid rgba(0, 0, 0, 0.7);
    margin: 0 0.2em 0.2em 0;
    border-radius: 0.12em;
    box-sizing: border-box;
    text-decoration: none;
    font-family: 'Roboto',sans-serif;
    font-weight: 300;
    color: black;
    background-color: white;
    text-align: center;
    transition: all 0.15s;
}
    .dashboard a.button5:hover {
        text-shadow: 0 0 2em rgba(255,255,255,1);
        color: white;
        border-color: rgb(63, 63, 129);
        background-color: rgb(63, 63, 129);
    }
@media all and (max-width:30em) {
     .dashboard a.button5 {
        display: block;
        margin: 0.4em auto;
         ;
    }
}



.dashboard .small {
    font-size: 14px;
    background-color: rgba(204, 204, 204, 0.58);
    padding: 2px 5px 2px 5px;
    border-radius: 2px;
}


.dashboard .hide{
    display:none;
}

/* 
    END DASHBOARD STYLES 
*/




.flatpickr-calendar{
    font-family: Arial;
}


.btm-flatpickr input{
    padding: 8px;
    border-radius: 2px;
    background-color: rgb(247, 247, 247);
    border: 1px solid rgb(184, 184, 184);
    width: 100%;
}







