﻿.InsertFunctions ul
{
    clear: both;
    padding: 0 0 0 20px;
}

.InsertFunctions li
{
    float: left;
    margin: 0px 25px 0px 0;
}

    .InsertFunctions li.check_none
    {
        margin-top: 25px;
    }

.if_1
{
    width: 60px;
}

.if_2
{
    width: 80px;
}

.if_3
{
    width: 100px;
}

.if_4
{
    width: 120px;
}

.if_5
{
    width: 150px;
}

.if_6
{
	min-width:219px;
}

.if_7
{
    width: 250px;
}

.InsertFunctions input
{
    width: 94%;
    border: solid 2px #a0bdda;
    font-size: 12px;
    padding:4px 5px;
    height:13px;
	/*background-color:#fff;*/
}

.countrydrpdwn input {
    width:20px !important;
}


.InsertFunctions select
{
    /*width: 100%;*/
    height:20%;
   
    font-size: 12px;
    padding: 3px 5px;
}

.InsertFunctions .hdtext
{
    font-size: 13px;
    color: #333333;
    margin: 5px 0;
}

.check_none input
{
    border: none;
    box-shadow: none;
    padding: 0;
    width: auto;
}

.grid_sort
{
    overflow: hidden;
    margin: 10px 0;
}

.grid_style
{
    margin: 0 auto;
    width: 96%;
}



    .grid_style table
    {
        width: 100%;
        border-color: #ccc;
        margin: 10px 0;
    }

        .grid_style table tr th
        {
            padding: 10px 4px;
            font-size: 12px;
            width: 150px;
        }

        .grid_style table tr td
        {
            padding: 6px 3px;
            color: #333333;
            width: 150px;
            text-align: center;
        }

            .grid_style table tr td a, .grid_style table tr th a
            {
                color: #000000;
                font-weight: bold;
                color: #9f238c;
                text-align: center;
                width: 100%;
                display: block;
            }

                /*.grid_style table tr td a:hover, .grid_style table tr th a:hover
                {
                    color: #f6861f;
                }*/



.gvrow_align
{
    text-align: center;
}

.InsertFunctions li.none_input input.button
{
    width: auto;
    color: #ffffff;
    border: none !important;
    font-size: 14px !important;
    padding: 0 10px !important;
    box-shadow: none;
}

/*.InsertFunctions li.none_input input.button:hover
    {
        border-top: 2px groove #f6861f;
        border-right: 1px solid #f6861f;
        border-left: 1px solid #f6861f;
        border-bottom: 1px solid #f6861f;
    }*/

.btn_top1
{
    margin: 29px 0 0 !important;
}

.box_space
{
    margin: 0 0 10px;
    overflow: hidden;
}

.checkbox_top
{
    margin-top: 13px;
}

.grid_style table th
{
    color: #9f238c;
    text-align: center;
    cursor: pointer;
    height: 20px;
    text-decoration: underline;
}

   
