.login-page,
#divScreen_LoginPage {
    width: 50%;
    height: 100%;
    padding: 2% 0 0;
    margin: auto;
}
.build_details_footer{
    position: absolute;
    bottom: 10px;
    margin-left: 45%;
    
}
.loginform_headline{
    color: #202121;
    font-size: 1.5rem;
    letter-spacing: 0;
    margin: 0 0 16px;
    text-align: left;
    font-weight: 400;
}
.restricted_area {border-radius: 10px;border: 2px solid red;margin-top: 30px;}

.restricted_access_title {
    background: red;
    padding: 10px;
    color: white;
    font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: medium;
}

.restricted_access_subtitle {
    padding: 10px;
    display: flex;
    text-align: left;
    font-weight: 500;
}
.divLoginElementsForm{
      width: 90%;
    height: 90%;
    margin: 0;
}
img.videothumbail {
   width: 200px;
    height: 100px; 
}


#divUpScreens_SocialTrackRootLayout .divAdminToolsReportUnits {
    display: flex;
    justify-content: space-around;
    background: tomato;
    padding: 10px;
    border-radius: 10px;
}

.divAdminToolsReportUnits {
    display: flex;
    justify-content: space-around;
    background: violet;
    padding: 10px;
    border-radius: 10px;
}

.divAdminToolsReportUnits .tool_button{
    height: 85px;
    display: inline-grid;
    width: auto;
    border-radius: 10px;
    margin: 5px;
    background: transparent;
    cursor: pointer;
}

.divAdminToolsReportUnits .tool_button:hover{
    background: darkorange;
    color: white;
}
.divAdminAppTopMenuIcons i:hover{
    color: green !important;
    cursor: pointer;
    font-weight: bold; 
}
.tool_button{
    height: 85px;
    display: inline-grid;
    width: 90px;
    border-radius: 10px;
    margin: 3px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    left: 0;
    background-color: #f9f9f9;
    min-width: 200px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 70px;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: aquamarine;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}



.adminTools_tourList{

}


.adminTools_tourList th{
    background: white !important;
    color: var(--logo-color);
}


.adminTools_tourList td{
   color: white !important;
   font-family: var(--body-font-ave) !important; 
   font-size: 1rem !important;
   font-weight: 500 !important;
   text-transform: uppercase;

}

.adminTools_tourList tr.highlighted td {
    background: var(--main-color-hmiq-litegreen);
}

#ulTourVersionsList{
   list-style: none;
    font-weight: 600;
    font-size: 1rem;
    margin: 0px;
    padding: 0px;
}
.tour_version_row_highlighted{
    border: 1px solid white;
    border-radius: 10px;
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #464a4c;
    background-color: #fff;
    background-image: none;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #292b2c;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15); 
    max-height:200px;
    overflow:scroll;

}
 
.tokenize-dropdown > .dropdown-menu {
    min-height: 10px;
    width: 100%;
    display: block;
    margin: -1px 0 0 0;
}

.tokenize-dropdown > .dropdown-menu li {
    cursor: pointer; 
    padding:5px;

} 


.tokenize-dropdown > .dropdown-menu li:hover {
   background-color:purple;
   color:white;
} 

.token span {
    font-size: 1rem;
    font-weight: 600;
}
.token .dismiss {
    font-size: 1rem !important;
    font-weight: bold !important;
    margin-left: 10px !important;
    color: purple !important;
}
.adminTools_playListData td {
    font-size: 1rem !important;
    font-weight: 500;
}
.divSearchResultVideoInfo .selectedVideoDesc {
    font-weight: 500;
    font-size: 0.89rem;
    color: #4d5156;
}
#ulNewPlaylistVideoItems{
    height: max-content;
    list-style: none;
    padding: 5px;
}
.selectedVideoName{
     font-weight: 600;
    font-size:1rem;
    color: #404041;
}


 .block .digit{
  font-size: 60px;
  text-align: center;
  height: 100px;
  line-height: 100px;
}
 .block .labelFrontFace{
    padding: 10px;
    margin-top: 0px;
    text-align: center;
    border: 1px solid transparent;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius:5px;
    text-transform: uppercase;
}
 
 .block{
     border:1px solid;
     display: inline-block;
     margin: 5px;
     text-align: center;
     padding: 5px;
     min-width: 150px; 
     border-radius: 7px;
 }

 .block:hover {
     background-color:var(--logo-color);
 }

 .reprotFilterOutput_VideosList td {
  padding: 5px;
  text-align: left;
  vertical-align:middle;
  font-weight: 500 !important;
  font-size: 0.89rem !important;
  color: #fff;
  border-bottom: solid 1px rgba(255,255,255,0.5);
  font-family: "Google Sans",Roboto,Arial,Helvetica,sans-serif !important;
}
.reprotFilterOutput_VideosList tr:hover {
  background:green;
}

#videoPreview_ytplayer iframe{
    
}


li.draggable-item {
  width: inherit; 
  padding: 5px;
    border-bottom: 1px solid #f1f1f1;
  -webkit-transition: transform 0.25s ease-in-out;
  -moz-transition: transform 0.25s ease-in-out;
  -o-transition: transform 0.25s ease-in-out;
  transition: transform 0.25s ease-in-out;
  -webkit-transition: box-shadow 0.25s ease-in-out;
  -moz-transition: box-shadow 0.25s ease-in-out;
  -o-transition: box-shadow 0.25s ease-in-out;
  transition: box-shadow 0.25s ease-in-out;
}
li.draggable-item:hover {
  cursor: pointer;
  background-color: #1F909D;
}
li .selected {
  cursor: pointer;
  background-color: #1F909D;
}
/* styles during drag */
li.draggable-item.ui-sortable-helper {
  background-color: var(--main-color-hmiq-litegreen);
  -webkit-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  -moz-box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  box-shadow: 0 0 8px rgba(53, 41, 41, 0.8);
  transform: scale(1.015);
  z-index: 100;
}
li.draggable-item.ui-sortable-placeholder {
  background-color: green;
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}


input.specificIndex {
    width: 45px;
    font-weight: 800;
    padding-left: 10px;
    margin-left: 5px;
}

#ulNewPlaylistVideoItems li >div:hover  {
   /* background: red;*/
}

#ulNewPlaylistVideoItems li >div.selected{
    background: green;
}
.selectedRunningVersion{
  background: green !important;
}


table{
  border:none !important;
  border-collapse:collapse !important;
   border-style : hidden!important;

}
td{
    vertical-align: baseline;
}

                                         
.adminTools_HomeScreenList tr:hover{
      background: var(--color-success);

}                                             
.adminTools_HomeScreenList td{
    font-family: var(--body-font-ave) !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: black;

}

                                                        
.adminTools_HomeScreenList .date{
  max-width: 10%;
  width:10% !important;
  vertical-align: baseline;
  white-space: pre;
}

.adminTools_HomeScreenList .title{
  max-width:15%;
  width: 15%;
  vertical-align: baseline;
}

.adminTools_HomeScreenList .image{
  max-width: 15%;
  width: 15%;
}

.adminTools_HomeScreenList .status{
  max-width: 8% !important;
  width: 8% !important;
  vertical-align: baseline;
}

.adminTools_HomeScreenList .details{
  max-width: 20%;
  width: 20%;
  vertical-align: baseline;
}
.adminTools_HomeScreenList .contenttype{
    max-width: 10% !important;
    width: 10% !important;
    vertical-align: baseline;
    white-space: break-spaces;

}
.divHomeItemAttachedInfo{ 
    border-radius: 8px;
    padding: 25px !important;
    width: 100%;
    background: var(--syntax-highlight);
    color: black;
}

.homescreenitem_moved_selected{
  background:var(--logo-color) !important;
  color:white !important;
}

.ulMomentsListOfVideo .time {
    width: 10%;
    max-width: 10%;
} 
.ulMomentsListOfVideo .type {
    width: 10%;
    max-width: 10%;
}

.ulMomentsListOfVideo .note {
    width: 25%;
    max-width: 25%;
}
.ulMomentsListOfVideo .players {
    width: 25%;
    max-width: 25%;
}

.ulMomentsListOfVideo li {
    padding:10px;
    font-weight:500;
}
.ulMomentsListOfVideo li:hover {
    background:purple;
    color:white;
}
.ulMomentsListOfVideo li div {
   display:flex;
} 

.divVideoMomentsRootLayout{
    display:inline-grid;
}



img.imgGroundThumbanil {
    margin-left: 30px;
    border: 1px dotted #ccc;
    padding: 5px;
    width: 250px;
    height: 150px;
}

img.imgPlayerThumbanil {
    margin-left: 30px;
    border: 1px dotted #ccc;
    padding: 5px;
    min-width: 150px;
    min-height: 150px;
}

.adminTools_newPlayerForm{
    display:inline-flex;
    width:100%;
}
.adminTools_newPlayerForm_content{
   width: 83%;
}
.adminTools_newPlayerForm_image{
   width:200px;
   display: grid;
   height: max-content;
}

.protip {
    background: #f1f1f1;
    padding: 10px;
    width: 350px;
    margin-top: 10px;
    display: grid;
    font-family: var(--body-font-ave);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 5px;
}

.protip .protip_headline {
    text-decoration: underline;
    margin-bottom: 10px;
}

.protip .protip_content {
    font-size: small;
    font-weight: 400;
}

.adminTools_newVideoForm .nice-select.customwidth400px-up{
      width: 700px !important;
}

ul.ulRightMailList {
    padding: 5px; 
    max-height: 600px;
    overflow-y: scroll;
}
ul.ulRightMailList li {
    display:flex;
    width:100%; 
    border-bottom: 1px dotted #414041;
}

ul.ulRightMailList .strEmail { 
float:left;
width:300px;
}
ul.ulRightMailList .checkBoxSelect {  
    float:right;
}
.ulNewsLetterBodyContentWidgets li{
    margin:5px;
}
.ulNewsLetterBodyContentWidgets .mdc-button--raised{
    padding:0 5px 0 5px !important;
    font-size:11px;
    line-height:12px;
}
.ulNewsLetterBodyContentWidgets ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #d1d1d1;
    opacity: 1; /* Firefox */
    font-weight:600;
  }

  ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: silver;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: silver;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: silver;
  }
  .ulListOfMatchesAddedInSeries li{ 
    background:white;
    color:#404041;
    border-radius:5px;
    margin-bottom:5px;
  }
   .ulListOfMatchesAddedInSeries li:hover{ 
    background:green;
    color:white;
  }

/* width */
.ulListOfMatchesAddedInSeries::-webkit-scrollbar {
    width: 2px;
  }
  
  /* Track */
  ::-webkit-scrollbar-track {
    background: #f1f1f1; 
    
  }
   
  /* Handle */
  ::-webkit-scrollbar-thumb {
    background: #888; 
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
    background: #555; 
  }

  .adminTools_newsArticlesListData td{
      font-size: small !important;
  }
}
.adminTools_newsArticlesListData .cname {
  width: 15%;
  white-space: pre-line;
}
 .adminTools_newsArticlesListData .cid {
  width: 25%;
  white-space: pre-line;
}
 .adminTools_newsArticlesListData .date {
  width: 16%;
  white-space: pre-line;
}
 .adminTools_newsArticlesListData .total {
  width: 10%;
  white-space: pre-line;
}
 .adminTools_newsArticlesListData .sub {
  width: 25%;
  white-space: pre-line;
}
.publish_homedata_to_apps{
    min-height: 800px;
}