﻿
form input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CD5C5C !important;
}

form textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #CD5C5C !important;
}
 .col1 {
    width: 80px;
    text-align: center;
    border: 1px solid #ccc;
}

.col2 {
    width: 120px;
    border: 1px solid #ccc;
}

hr.new2 {
    border-top: 1px dashed #7F8C8D;
}

table.Admingridtable {
    /*font-family:  'Montserrat' , 'Trebuchet MS' , sans-serif;*/
    font-family: Calibri;
    font-size: 13px;
    font-weight: bold;
    color: #333333;
    border-width: 1px;
    border-style: solid;
    border-color: #4c6ef5;
    border-collapse: collapse;
}

    table.Admingridtable th {
        text-align: center;
        border-width: 1px;
        padding: 6px;
        border-style: solid;
        border-color: #4b3467;
        font-size: 15px;
        background-color: #4b3467; /*rgb(26, 34, 38);  #f15b4e;*/
        color: White;
    }

    table.Admingridtable td {
        text-align: center;
        border-width: 1px;
        padding: 8px;
        border-style: solid;
        border-color: rgba(102, 102, 102, 0.16); /* #666666;*/
        background-color: #ffffff;
    }

        table.Admingridtable td span {
            font-family: Calibri;
            font-size: 13px;
        }

                    @media (max-width: 1440px)
        {
            .aligntext
            {
                text-align: right;
            }

            .TextBox
            {
                width: 70%;
            }
        }


        @media (max-width: 1366px)
        {
            .aligntext
            {
                text-align: right;
            }

            .TextBox
            {
                width: 70%;
            }
        }

        @media (max-width: 360px)
        {
            .aligntext
            {
                text-align: left;
            }

            .aligntext1
            {
                text-align: left;
            }

            .TextBox
            {
                width: 100%;
            }
        }

        @media (max-width: 1280px)
        {
            .aligntext
            {
                text-align: left;
            }

            .aligntext1
            {
                text-align: left;
            }

            .TextBox
            {
                width: 70%;
            }
        }

        .form-SubHead
        {
            position: relative;
            display: block;
            margin-bottom: 20px;
        }
        .form-SubHead > h2
        {
            display: inline-block;
            border-radius: 2px 2px 0 0;
            background-color: transparent;
            padding: 0px 43px;
            cursor: default;
            border: 2px solid #f2f2f2;
            border-bottom: 0;
            font-size: 18px;
            font-weight: bold;
            color: #fff;
            border-color: transparent;
            background-color: #8b5c7e;
            margin-top: 0;
            margin-bottom: 20px;
            line-height: 40px;
        }
        .form-SubHead > h2:after
        {
            display: block;
            font-size: 16px;
            height: 2px;
            content: '';
            width: 100%;
            left: 0;
            background: inherit;
            position: absolute;
        }

        .glow {
  font-size: 25px;
  color: #a02dbf;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

        .RadioButtonWidth label
        {
            margin: 4px 6px 0;
            font-weight: bold;
            color: black;
            font-size: 13px;
            /*font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;*/
           font-family:  'Roboto', sans-serif;

           
        }


    
        .circle-tile
        {
            margin-bottom: 15px;
            text-align: center;
        }
        .circle-tile-heading
        {
            border: 3px solid rgba(255, 255, 255, 0.3);
            border-radius: 100%;
            color: #FFFFFF;
            height: 70px;
            margin: 0 auto -40px; /* position: absolute;*/
            transition: all 0.3s ease-in-out 0s;
            width: 90px;
        }
        .circle-tile-heading .fa
        {
            line-height: 80px;
        }
        .circle-tile-content
        {
            padding-top: 50px;
        }
        .circle-tile-number
        {
            font-size: 26px;
            font-weight: 700;
            line-height: 1;
            padding: 5px 0 15px;
        }
        .circle-tile-description
        {
            text-transform: uppercase;
        }
        .circle-tile-footer
        {
            background-color: rgba(0, 0, 0, 0.1);
            color: rgba(255, 255, 255, 0.5);
            display: block;
            padding: 5px;
            transition: all 0.3s ease-in-out 0s;
        }
        .circle-tile-footer:hover
        {
            background-color: rgba(0, 0, 0, 0.2);
            color: rgba(255, 255, 255, 0.5);
            text-decoration: none;
        }
        .circle-tile-heading.dark-blue:hover
        {
            background-color: #2E4154;
        }
        .circle-tile-heading.green:hover
        {
            background-color: #138F77;
        }
        .circle-tile-heading.orange:hover
        {
            background-color: #DA8C10;
        }
        .circle-tile-heading.blue:hover
        {
            background-color: #2473A6;
        }
        .circle-tile-heading.red:hover
        {
            background-color: #CF4435;
        }
        .circle-tile-heading.purple:hover
        {
            background-color: #7F3D9B;
        }
        .tile-img
        {
            text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.9);
        }
        .dark-blue
        {
            background-color: #34495E;
        }
        .green
        {
            background-color: #16A085;
        }
        .blue
        {
            background-color: #2980B9;
        }
        .orange
        {
            background-color: #F39C12;
        }
        .red
        {
            background-color: #8b5c7e;
        }
        .purple
        {
            background-color: #8E44AD;
        }
        .dark-gray
        {
            background-color: #7F8C8D;
        }
        .gray
        {
            background-color: #95A5A6;
        }
        .light-gray
        {
            background-color: #BDC3C7;
        }
        .yellow
        {
            background-color: #F1C40F;
        }
        .text-dark-blue
        {
            color: #34495E;
        }
        .text-green
        {
            color: #16A085;
        }
        .text-blue
        {
            color: #2980B9;
        }
        .text-orange
        {
            color: #F39C12;
        }
        .text-red
        {
            color: #E74C3C;
        }
        .text-purple
        {
            color: #8E44AD;
        }
        .text-faded
        {
            color: rgba(255, 255, 255, 0.7);
        }
        
        hr.new2
        {
            border-top: 1px dashed #7F8C8D;
        }
        .col-md-3
        {
            width: 250px;
        }
    

        

