
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons that are used to open the tab content */
    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

/* Style the tab content */
.tabcontent {
    display: none;
    /*padding: 6px 12px;*/
    border: 1px solid #ccc;
    border-top: none;
}


/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    border-radius: 0 0 14px 14px;
}
@media (max-width: 641px) {
    .modal-content { 
        width:80%; 
    }
}
.modal-title {
    background: #0f8a9d;
    margin: -4% -4%;  
    padding: 15px;   
    border: 1px solid #888;
    width: 108%;
    border-radius: 14px 14px 0 0; 
    box-shadow: 0 6px 30px #E3E7EB;
    height:70px;
    top:0;
}
.modal-title .h1{
    color:#fefefe;
    font-size:22px;  position:relative;top:-50px;;
}
    .modal-title .h2 {
        color: #d5d2d2;
        font-size: 14px;
        position: relative;
        top: -30px; 
    }
/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

    .close:hover,
    .close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }
.yearly{
    font-size:16px;
}


/* Full-width input fields */
input[type=text], input[type=password] , input[type=email]{
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    background: #f1f1f1;
}

    input[type=text]:focus, input[type=password]:focus {
        background-color: #ddd;
        outline: none;
    }

hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
}

/* Set a style for all buttons */
.signupbtn {
    background: linear-gradient(57deg, rgb(46 122 133 / 0.799) 0%, rgb(5 91 134 / 0.48) 100%);
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    opacity: 0.9;
}

    button:hover {
        opacity: 1;
    }

/* Extra styles for the cancel button */
.cancelbtn {
    padding: 14px 20px;
    background-color: #f44336;
}

/* Float cancel and signup buttons and add an equal width */
.cancelbtn, .signupbtn {
    float: left;
    width: 100%;
}

/* Add padding to container elements */
.container.su {
    width: 40%;
    padding: 16px;
   /* background: #0f8a9d;
    background: linear-gradient(57deg, #00C6A7 0%, #1E4D92 100%);*/
}
@media (max-width: 641px) {
    .container.su {
        width: 75%;
    }
}
    /* Clear floats */
    .clearfix::after {
        content: "";
        clear: both;
        display: table;
    }

    /* Change styles for cancel button and signup button on extra small screens */
    @media screen and (max-width: 300px) {
        .cancelbtn, .signupbtn {
            width: 100%;
        }
    }
.text-danger
{
    font-size:12px;
    color:red;
}
.container.table {
    width: 60%;
    padding: 6px;
    /* background: #0f8a9d;
    background: linear-gradient(57deg, #00C6A7 0%, #1E4D92 100%);*/
}
.leftpadd{
    padding-left:20px;
}
.ostable {
    cursor: pointer;
    border-radius: 5px 5px;
    background-color:#fefefe;
}

    .ostable:hover {
        background-color: #ddd;
        border: 1px solid #c8bfbf;
    }
    .leftborder{
        border-left:2px solid #888;
    }
.ospadd{
    padding:10px;
}
.storage {
    cursor: pointer;
    border-radius:5px 5px;
}
.storage:hover {
    background-color:#ddd;
    border:1px solid #c8bfbf;
}
.backbtn {
    border-radius: 5px 5px;
    background-color: #ddd;
    border: 1px solid #c8bfbf;
    width:100%;
    
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    color:#0e2ad4;
    padding:10px;
}
    .backbtn:hover {
        background-color: #17a2b8;
    }
    .masterFxd {
    /*float: right;*/
    height: 450px;
    /*background-color: #f1f3f5;*/
    /*background: #f00;*/
}
.dtlScroll {
    cursor: pointer;
    border-radius: 5px 5px;
    height: 100%;
    width: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 10px;
    border: 2px solid #f1f3f5;
    background-color: #edf4fb;
}
/* width */
    .dtlScroll::-webkit-scrollbar {
        width: 25px;
    }

/* Track */
    .dtlScroll::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px #065965;
        border-radius: 5px;
    }

/* Handle */
    .dtlScroll::-webkit-scrollbar-thumb {
        background: #065965;
        border-radius: 5px;
        height: 50px;
    }
.fstorage {
    cursor: pointer;
    border-radius: 5px 5px;
    /*height: 100%;*/
    background: #f1f3f5;
    border: 1px solid #e2e6e0;
    align-content: center;
    /*height: 50px;*/
  
    display: block; 
    height: 110px; 
    overflow: hidden;
}
    .fstorage::after {
        background: #0f8a9d;
    }
    .fstorage:hover {
        background-color: #ddd;
        border: 1px solid #c8bfbf;
    }
.actiondiv {
    opacity: 0.8;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #065965;
    height: 99%;
    width: 100%;
    padding: 15px 0px 0px 15px;
    border-radius: 5px 5px;
    box-shadow: inset 0 0 5px #0f8a9d;
    display: none;
    z-index: 99;
}
.diskname{
    font-size:16px;
    font-weight:bold;
    color:#430970;
}
.snspan{
    font-size:12px;
    color:#ccc;
}
.lightborder{
    border:1px solid #eee;
    border-radius: 4px 3px;
}
.f14{
    font-size:14px;
}
.f16 {
    font-size: 16px;
}
.f18 {
    font-size: 18px;
}
.f30 {
    color:#f8f0ba;
    /*border: 1px solid #383b37;*/
    font-size: 32px;
}
.f30:hover {
    color: red;
     
}
.button-p1{
    background: #00b9d2;
    background: linear-gradient(65deg, #00a4bb -25%, #00bb5a 100%)
}
 
    .button-p1:hover {
        background: #00bbd5;
        background: linear-gradient(65deg, #00b9d2 -25%, #0f8a9d 100%)
    }
.button-p2 {
    background: #00b9d2;
    background: linear-gradient(65deg, #9d3107 -25%, rgb(221 70 167 / 0.99) 100%)
}

    .button-p2:hover {
        background: #00bbd5;
        background: linear-gradient(65deg, #090caa -25%, rgb(46 133 93 / 0.53) 100%)
    }
.button-p3 {
    background: #00b9d2;
    background: linear-gradient(65deg, #630505 -25%, rgb(237 209 158 / 0.99) 100%)
}

    .button-p3:hover {
        background: #00bbd5;
        background: linear-gradient(65deg, #00bb5a -25%, rgb(46 122 133 / 0.99) 100%)
    }
.radius{
    border-radius:10px 8px;
}
.radius-top{
    border-radius:10px 0px;
}
.padd{
    padding:8px;
}
.f30{
    font-size:20px;
}
.f40{
    font-size:40px;
}
.f60{
    font-size:70px;
}
.f100{
    font-size:100px;
    color:rgb(46 133 93 / 0.53);
}
@keyframes s1 {
    from {
        margin-top: -15px; 
    }

    to {
        margin-top: 0px;
    }
}
@keyframes s2 {
    from {
        margin-left: -15px;
    }

    to {
        margin-left: 0px;
    }
}
.animated {
    
   
    animation-iteration-count: 1;
    animation-direction: alternate;
}
.s1 {
    animation-name: s1;
}
.s2 {
    animation-name: s2;
}
.an2 {
    animation-duration: 2s;
}
.an3 {
    animation-duration: 3s;
}
.an4 {
    animation-duration: 4s;
}