.dbs
{
    cursor: pointer;
    background-color: #14937D;
    color:white!important;
    text-align:center;
    height:30px;
    padding-top:5px;
}
.db
{
    height:150px;
    background-color: #efefef;
    overflow-y: scroll;
    white-space: nowrap; 
}

.sidebar-height-aws
{
    height:100vh;
}

.md-headline
{
    font-size: 18px;
}

.image-aws
{
    max-height:60px;
    padding: 10px;
}

md-dialog
{
    max-width: 100%;
}

.layout-aws
{
    height:100vh;
    width:100vw;
    padding: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.layout-parent-aws
{
    position:relative;
}

 .dark-tt-aws
{
    color: black;
   /* padding:10px 20px 20px 20px;*/
    background-color:#FFFFFF ;
    border-radius: 2px;
    box-shadow:0 1px 5px rgba(0,0,0, 0.22), 0 1px 2px rgba(0,0,0, 0.24);
}

.dialouge-button-aws
{
    background-color: #14937D!important;
    color:white;
}
md-input-container
{
    margin:0px;
}

.drag
{
    cursor: all-scroll;
}
.pingbtn
{
    background-color:#14937D;
    text-align:center;
    color:white;
}
table
{
    width: 100%;
}
table, th , td {
    border-bottom: 1px solid lightgrey;
    border-top: none;
    border-right: none;
    border-left:none;
    border-collapse: collapse;
    padding: 12px 8px;
}
.th-text{
    color:#14937D;
    
}
.cll
{
    text-align: center;
    color:#14937D;
}

.card_aws{
    width:100%;
    display:block;
    position:relative
}
tr{
    vertical-align: inherit;
}
th{
    padding:12px 8px;
    text-align:left;
}

td {
  padding: 12px 8px;
}
.contain{
    padding:15px;
}
/*
.main{
    background-color: white;
}
*/

.button-text
{
    color:white;
}
.textarea-aws
{
    width:300px;
    height:40px;
}

.message-div-aws
{
    background-color:#efefef;
    height:90px;
    width:310px;
    color:red;
    overflow-y: scroll;
    overflow-x: hidden;
}


.buttons-aws
{
    background-color: #14937D!important;
    color: white;
    line-height: 0px;
    display: block;
}

.sidenav-table-aws
{
    background-color: #14937D;
    margin:0px 0px 5px 5px;
    color: white;
    text-align: center;
}
.icons
{
    color:#14937d;
}
.btn
{
    color: #14937D!important;
    cursor:pointer;
}




.device-card-aws:before
{
    content: '';
    position: absolute;
    border-top: 12px solid #035c4e;
    border-left: 12px solid transparent;
    left: 0px;
    top: 42px;
}
.device-card-aws
{
    position: relative;
    left:-12px;
    top:10px;
    background-color: #14937D;
    color: white;
    text-align: center;
}
.sidebar-aws
{
    min-width: 200px;
    max-width: 200px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.image1-aws
{
    max-height: 60px;
}

.body-aws
{
    height: 100vh;
}

.device-padding-aws
{
    padding: 10px;
}