﻿
.UserLinkPanel
{
     height:80%;
     width:100%;
     
}
.PanelHeader
{
    width:100%;
    padding:5px 0px;
    background:#0485A3;
    border-radius: 5px 5px 0px 0px ;
}
.UserListPanel
{
    height:400px;
    width:43%;
    margin-top:3%;
    margin-left:5%;
    border-radius: 10px;
    float:left !important;
    border:1px solid #ccc;
    float:left;
}
.CatagoryListPanel
{
    height:400px;
    width:43%;
    margin-top:3%;
    margin-left:4%;
    border-radius: 10px;
    border : solid 1px #ccc; 
   float  :left
}
.UserListDataPanel
{
    height: 350px;
    width: 100%;
    float: left;
    overflow-y: auto;
    margin-bottom: 5px;
}
.AddUserCatagoryPanel
{
    margin-top:-1%;
    height:100%;
    width:100%;
    
    border-radius: 10px;
    
}
.TokenMapList
{
    width:25%; 
    border-radius: 10px;
    border-radius: 10px;
    border : solid 1px #ccc;
     float:left !important;
    
}
.TokenType
{
    height: 400px;
    width: 72%;
    border-radius: 10px;
    border: solid 1px #C1C1C1;
    margin-left: 26%;
    
}
.FooterStrip
{
     width:100%;
    height:7%;
    margin-top:100%;
    border-radius: 5px; 
    overflow:hidden;
}
#TokenMapPanel
{
        height: 96%;
    margin-left: 2%;
    margin-top: 0%;
    width: 95%;
    
}
#MapGridPanel
{
     height:90%;
    margin-left:10%;
    margin-top:10%;
    width:60%;
}
#flip{padding:5px;text-align:right;color:#0485A3}
#panel{padding:5px;
       text-align:center;}
.MapTableControls
{
    width:100%;
}
.MapTableStyle
{
    margin: 0 auto;
    width: 99%;
    border-collapse: collapse;
}
.MapTableStyle tr th
{
        padding: 5px;
    border: 1px solid #efebeb;
    text-align:center;
    font-size:14px;
    
    }
.MapTableStyle tr td
{
    padding: 3px 5px;
    border: 1px solid #c3c2c2;    
}

.table
        {
        	width: 40%;
        	margin-left:5%;
        	margin-top:5%;
        }
        .table tbody tr{/*border:1px solid #ccc;*/}
        th
        {
            text-align: left;    padding: 3px;
        }
        .headerRow
        {
        	background-color:#0485A3; 
        	color: White;
        	width: 100% ! important;
        	
        }
        .highlightRow
        {
        	background-color: #dadada;
        }        
        .editForm
        {
        	display: none;
            position: fixed;
            width: 300px;
            height: 150px;
            top: 50%;
            left: 50%;
            margin-left: -210px;
            margin-top: -70px;
            background-color: #ffffff;
            border: 2px solid #507CD1;
            padding: 0px;
            z-index: 102;
            font-family: Verdana;
            font-size: 10pt; 
        } 
        .AddCatagoryBox
        {
            margin-top:10px;
        }
        .AddUserInCatBox
        {
            text-align:center;
            float: left;
            width: 100%;
        }
      
.divPanel
{
     width: 100%;
    /* margin-top: 2%; */
    /* margin-left: 10%; */
    float: left;
     /*border: 1px solid #ccc;*/
    padding: 8px;
   /* background: #E3F5F7;*/
        -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.12) !important;
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.12) !important;
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.12) !important;
    background: #f0f0f0 !important;
    border-radius: 5px !important;
    
}
.ListItem
{
     background-color: #f6f6f6;
     margin-top:5%;
    border-color: #ddd;
    color: #333;
    text-shadow: 0 1px 0 #f3f3f3;
   
}
.panel1, .flip1 {
    padding: 5px;
    text-align: center;
    border: solid 1px #c3c3c3;
}

.panel1 {
   
    display: none;
    background:#DDF4F7;
    width:90%
}

.flip1{
	margin-top:5px;
	background: #00BCD4;
	width:90%;
	float:left;
}

#divProcess
{
    width: 32%;
    margin-top: 5px;
    float: left;
     }

    #divProcess .table-responsive {
        height:290px;
    }


    #DivMapDetail {
        width: 66%;
        float: right;
        margin-top: 5px;
    }

#tblMapDetails th        
{
    /*background: #0485A3;
    text-align: center;
    height: 20px;
    color: #fff;
    font-weight: normal;
    border: 1px solid #fff! important;
    padding: 0px 10px;*/
}
   .Removeprocess
   {
       margin-top:5px;
       width:5px;
       background: #f5f5f5;
       padding: 5px;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	cursor:pointer;
   }
   
#MainContentPlaceHolder_Tab1
{
        overflow: hidden;
    height: 415px;
    }
    #MainContentPlaceHolder_Tab3, #MainContentPlaceHolder_Tab4{height:500px;}
    
    
    #NewMapLevel
    {
       
    }
    
    .rotate{
    -moz-transition: all 0.5s linear;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
    
    .rotate.down{
    -moz-transform:rotate(90deg);
    -webkit-transform:rotate(90deg);
    transform:rotate(90deg);
}
    
    
    
 .setCrsor
 {
     cursor:pointer;
 }   
 
  .loader {
    border: 10px solid #dcd9d9;
    border-radius: 50%;
    border-top: 10px solid #5c5f61;
    width: 50px;
    position: fixed;
    z-index: 999999;
    height: 50px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

          @-webkit-keyframes spin {
             0% { -webkit-transform: rotate(0deg); }
             100% { -webkit-transform: rotate(360deg); }
            }

            @keyframes spin {
              0% { transform: rotate(0deg); }
              100% { transform: rotate(360deg); }
            }
          
          .userIconImg{width:12px;}    
          .anchorLink{    vertical-align: bottom;}
    .closeBtn{
        cursor: pointer;
        float: right;
        color: #fff;
        font-size: 12px;
  }
  .anchorLink:hover{cursor:pointer}
  #MapDetailPop{ min-height: 100px;max-height: 400px; overflow: auto;}
  .head span {
    font-weight: normal;
    padding: 0 0 0 0px;
    color: #484646;
}

   .Model
        {
                width: 90%;
                height: auto;
                top: 13%;
                position: fixed;
                margin-left: 2%;
                padding:10px 20px;
                z-index: 99999;
                background: #FFF;
        }
        .Mask
        {
                top: 0;
                bottom: 0;
                left: 0;
                right: 0;
                background: #4E4C4C;
                opacity: 0.8;
                position: fixed;
                z-index: 9999;
        }
       .processList
       {
           padding:5px;
           border:1px solid #ccc;
           width:99%;
           background:none;
           
           }
       .processListPanel
       {
           border: 1px solid #ccc;
            float: left;
            width: 99%;
            border-top: none;
            padding: 0px 5px;
       }
       .processListPanel span{padding:5px;    float: left;}
           .Removeprocess{display:none}
           .newRowTd{border:none ! important;}
           
          
        
            .width93{    width: 93.5% !important;}
           .subcontainer div{ width:100% !important;}
           #divProcess .sidebaractive{ background:#18aacc!important; color:#fff !important;}
           .headingoftable{ font-size:18px;    color: #18aacc;}
           .innersidebaractive{ font-weight:bold;}
           .processListPanel a{color:#0485A3;}
           #process2{width: 30%;
    margin-top: 5px;
    float: left;}
    #DivMapDetail1{width: 68%;
    float: right;
    margin-top: 5px;}
    #divMapItems .sidebaractive{ background:#18aacc!important; color:#fff !important;}
           
           
           /********** Mobile devides media queries **********/
@media screen and (max-width: 767px) 
{
    
 #divProcess, #DivMapDetail,#process2, #DivMapDetail1{ width:100%;}   
}

.SumoSelect {
    width: 100% !important;
}

.listView {
    margin-top: 15px;
}

.Input70, .Input80 {
    width: 84%;
}

.Model {
    width: 90%;
    height: auto;
    top: 13%;
    position: fixed;
    margin-left: 2%;
    padding: 10px 20px;
    z-index: 99999;
    background: #FFF;
}

.Mask {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4E4C4C;
    opacity: 0.8;
    position: fixed;
    z-index: 9999;
}

.processList {
    padding: 5px;
    border: 1px solid #ccc;
    width: 99%;
    background: none;
}

.processListPanel {
    border: 1px solid #ccc;
    float: left;
    width: 99%;
    border-top: none;
    padding: 8px;
    display: none;
}

    .processListPanel span {
        padding: 5px;
        float: left;
    }

.Removeprocess {
    display: none;
}

.newRowTd {
    border: none !important;
}

.listContainer {
    height: 240px;
    overflow: auto;
    width: 100%;
}

    .listContainer table {
        width: 100%;
    }

.container {
    width: 100% !important;
}

.MainContentPlaceHolder_TokenMapTreeview_1 {
    color: Black;
    font-family: Arial;
    font-size: 11px;
}

#flip:hover {
    cursor: pointer;
}

.tab-content {
    display: block;
    margin-bottom: 20px;
}

.table {
    width: 100%;
    margin: 0px;
}

.ap2 {
    padding: 2px;
}

.table tr td label {
    font-weight: normal;
    color: #626262;
}

#Wrapper, #Maincontent {
    overflow: visible;
}

html, body {
    height: auto;
}

footer p {
    margin-bottom: 0px;
}

.subcontainer div {
    width: 100% !important;
}

.processList {
    border: none;
    border-top: 1px solid #fff !important;
    border-bottom: 1px solid #dbdbdb !important;
    background: #f4f4f4 !important;
    -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.2) !important;
    -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.2) !important;
    box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.2) !important;
    margin-top: 0px;
    padding: 10px;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

    .processList i {
        float: right;
    }

.nav-tabs > li > a {
    background: #18aacc;
    color: #fff;
    line-height: 0px;
    padding-top: 8px;
    padding-bottom: 9px;
}

.pageheading {
    width: 110%;
}

#tblWorkflowItem.table-custom-class tbody tr td, [role="tabpanel"], md-tabs {
    overflow: visible !important;
}

@media screen and (max-width: 1024px) {
    #tblMapDetails tr td {
        max-width: 248px;
    }
}

.tab-content {
    padding: 10px;
}

.modal-custom-width {
    width: 90%;
}

.table tbody tr td.overfloini {
    overflow: initial;
}

.nav-tabs.workflowtab > li > a > label {
    color: #fff;
}

.nav-tabs > li.active > a > label, .nav-tabs > li > a:hover > label {
    color: #555;
}

#MainMasterContent_UserChecklist td {
    padding: 4px 0px
}

#MainMasterContent_UserChecklist label {
    margin-left: 5px;
}

.list-group-item {
    font-size: 13px;
    font-weight: 400;
    padding: 5px 15px;
    text-align: left;
    color: #626262;
}

.mt6 {
    margin-top: 8px;
}

.Allusers, .selectedUsers {
    max-height: 62vh;
    overflow: auto;
}

.modal.fade.slide-right .close {
    top: 6px;
    font-size: 24px;
}

.minwidth255 {
    min-width: 255px;
}
.tab-content {
    background: #fff;
    /*overflow:hidden;*/
}
.nav-tabs > li a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
    color: #555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}
.nav-tabs > li > a {
    background: #18aacc;
    color: #fff;
    line-height: 0px;
    padding-top: 26px;
    padding-bottom: 9px;
    padding: 10px;
    margin-right: 2px;
    margin-bottom: 0px;
    display: inline-block;
    border: 1px solid #ddd;
    cursor: pointer;
    border-bottom-color: transparent;
    border-radius: 4px 4px 0 0;
}
#tblTokenMap ul {
    margin-bottom:0px;
}
.setCrsor a {
    text-decoration:underline !important;
}
#modalSlideLeftbig .modal-dialog {
    width: 60%;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
    .well .fa-search {
        display: inline-block;
        padding-top: 9px;
        font-size: 15px;
    }
.f16 {
    font-size:16px;
}

#mdlHighriseMapLevel .modal-dialog {
    min-width: 98%;
}

#tbleMapLevel.table > tbody > tr > td, #tbleMapLevel.table > tbody > tr > th, #tbleMapLevel.table > tfoot > tr > td, #tbleMapLevel.table > tfoot > tr > th, #tbleMapLevel.table > thead > tr > td, #tbleMapLevel.table > thead > tr > th {
    padding: 6px 4px;
}

#mdlHighriseMapLevel .modal-footer {
    border-top-color: #f4f4f4;
    width: 100%;
    bottom: 0px;
    background: #f1f1f1;
    padding: 10px;
    position: absolute;
    bottom: 0;
    z-index: 9;
}

#mdlHighriseMapLevel .close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    z-index: 2;
    color: #fff;
    background-color: #18aacc;
    border-color: #18aacc;
}

.modal-title svg {
    vertical-align: -6px;
}

.modalTblBG {
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    padding: 10px;
    border-radius: 10px;
    min-height: 80vh;
}

    .modalTblBG h3 {
        margin: 0px;
        font-size: 17px;
        font-weight: bold;
        margin-bottom: 7px;
    }

.mapNameBG {
    box-shadow: 0 1px 15px 1px rgba(69, 65, 78, .08);
    border: 1px solid rgba(0, 0, 0, .07);
    padding: 10px;
    border-radius: 10px;
    min-height: 80vh;
}