﻿@charset "utf-8";
/* CSS Document */

body
{
    color: #333333;
    font-family: "Segoe UI",Arial;
    font-size: 13px;
    margin: 0px;
    background-color: #edf1f2;
    padding: 0;
}

    body *
    {
        font-family: "Segoe UI",Arial;
    }

:focus, :hover
{
    outline: none;
    -webkit-transition-property: all;
    -webkit-transition-duration: 300ms;
    -moz-transition-property: all;
    -moz-transition-duration: 300ms;
    -o-transition-property: all;
    -o-transition-duration: 300ms;
    -ms-transition-property: all;
    -ms-transition-duration: 300ms;
    transition-property: all;
    transition-duration: 300ms;
}

.login-container
{
    height: 341px;
    width: 650px;
    background: #FFFFFF url(../Content/images/login-image.jpg) no-repeat;
    margin: 0 auto;
    margin-top: 10%;
}

    .login-container table
    {
        float: right;
    }

    .login-container h1
    {
        font-size: 28px;
        color: #0a5b9d;
        font-family: "Segoe UI Light", Arial;
        font-weight: normal;
        margin: 5px 0px;
        /*margin-top: 50px;*/
    }

    .login-container .input
    {
        background: #f5f5f5;
        padding: 8px;
        border: 1px solid #EEEEEE;
        color: #666666;
        font-size: 16px;
        width: 86%;
        margin-bottom: 5px;
    }

    .login-container .button
    {
        padding: 5px 10px;
        background: #117bb5 url(../Content/images/login-arrow.png) right center no-repeat;
        font-size: 24px;
        color: #FFFFFF;
        font-family: "Segoe UI Light", Arial;
        border: 1px solid #117bb5;
        width: 92%;
        text-align: left;
        cursor: pointer;
        position: relative;
    }

        .login-container .button:hover
        {
            background-color: #0A5C88;
        }

        .login-container .button:active
        {
            top: 1px;
        }

.main-container
{
    width: 1154px;
    margin: 0px auto;
}

    .main-container .tiles
    {
        text-align: center;
    }

.page-title
{
    padding: 13px;
    background-color: #117bb5;
    font-size: 32px;
    color: #FFFFFF;
    font-family: "Segoe UI Light", Arial;
    margin: 40px 0px;
    margin-bottom: 20px;
    position: relative;
}

    .page-title ul
    {
        position: absolute;
        right: 10px;
        top: 7px;
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .page-title ul li
        {
            vertical-align: top;
            font-size: 14px;
            color: #CCE8FA;
        }

            .page-title ul li span
            {
                color: #FFFFFF;
            }

            .page-title ul li .logout
            {
                color: #FFFFFF;
                text-decoration: none;
                padding-left: 10px;
                font-size: 11px;
                bottom: 1px;
                position: relative;
                border-left: 1px solid #FFFFFF;
                margin-left: 5px;
            }

.tiles .tile
{
    background-color: #FFFFFF;
    width: 279px;
    height: 226px;
    border: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    margin: 3px;
    margin-top: 6px;
    position: relative;
    vertical-align: top;
    text-decoration: none;
    text-align: left;
}

    .tiles .tile:hover
    {
        background-color: #117bb5;
    }

        .tiles .tile:hover *
        {
            color: #FFFFFF !important;
        }

    .tiles .tile .text
    {
        margin-top: 3px;
        margin-left: 70px;
        display: block;
        font-size: 18px;
        color: #117bb5;
        font-weight: normal;
    }

    .tiles .tile ul
    {
        margin: 0;
        padding: 0;
        /*list-style: none;*/
        margin-left: 70px;
        margin-top: 5px;
    }

        .tiles .tile ul li a
        {
            text-decoration: none;
            color: #117bb5;
            margin-bottom: 2px;
            display: block;
        }

            .tiles .tile ul li a:hover
            {
                text-decoration: underline;
            }

    .tiles .tile .icon
    {
        display: block;
        width: 48px;
        height: 48px;
        position: absolute;
        top: 10px;
        left: 8px;
        background: url(../Content/images/tiles-sprite.png) no-repeat;
    }

.tile.customer-service .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -422px;
}

.tile.customer-service:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -422px;
}

.tile.claims .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -362px;
}

.tile.claims:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -362px;
}

.tile.insurance .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -490px;
}

.tile.insurance:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -490px;
}

.tile.utilities .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -613px;
}

.tile.utilities:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -613px;
}

.tile.statement .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -556px;
}

.tile.statement:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -556px;
}

.tile.sales .icon {
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -613px;
}

.tile.sales:hover .icon {
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -613px;
}

.tile.plans .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -243px;
}

.tile.plans:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -243px;
}

.tile.integrity .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -6px -182px;
}

.tile.integrity:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -72px -182px;
}

.tile.copy-office .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -6px -10px;
}

.tile.copy-office:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -72px -10px;
}

.tile.administration .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -298px;
}

.tile.administration:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -298px;
}

.tile.support .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -677px;
}

.tile.support:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -677px;
}

.tile.reports .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -10px -115px;
}

.tile.reports:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -76px -115px;
}

.tile.stats .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -5px -58px;
}

.tile.stats:hover .icon
{
    background: url(../Content/images/tiles-sprite.png) no-repeat -72px -58px;
}

.sidebar
{
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

    .sidebar ul
    {
        list-style: none;
        background-color: #f9f9f9;
        margin: 0;
        padding: 0px;
        border-bottom: 1px solid #dedede;
    }

        .sidebar ul li
        {
            display: block;
        }

            .sidebar ul li a
            {
                display: block;
                padding: 12px 15px;
                text-decoration: none;
                color: #777777;
                font-size: 15px;
                border-bottom: 1px solid #EEEEEE;
                text-align: left;
            }

                .sidebar ul li a:hover
                {
                    background-color:  #107cb3!important;
                    color: #FFF;
                }
                .sidebar ul li a.dsmall  {
                    font-size: 14px;
                }

.box select
{
    border: 1px solid #CCC;
    padding: 5px;
    box-shadow: inset 2px 2px 8px #CCC;
    color: #444444;
    width: 100%;
}
.box select.tiny{
	 padding: 1px;
	width: auto;
	font-size: 12px;
}

.box
{
}

    .box .title
    {
        padding: 10px 20px;
        color: #FFFFFF;
        font-family: Segoe UI Light, Segoe UI,Arial;
        font-size: 22px;
        background-color: #107cb3;
        text-decoration: none;
        display: inline-block;
        zoom: 1;
        width: 170px;
        text-align: center;
        margin: 5px 0px;
        font-weight: normal;
        display: block;
    }
    .title{
	padding: 10px 20px;
	color: #FFFFFF;
	font-family: Segoe UI Light, Segoe UI ,Arial;
	font-size: 22px;
	background-color: #107cb3;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	width: 170px;
	text-align: center;
	margin: 5px 0px;
	font-weight:normal;
	display:block;
}
    .title.full{
	width:auto;
	text-align:left;
	padding:5px;
	background-color:#666666;
}

        .box .title .button
        {
            float: right;
            margin-top: -11px;
            position: relative;
        }

        .box .title .icon
        {
            display: block;
            width: 30px;
            height: 24px;
            float: left;
            margin-left: 10px;
            margin-right: 10px;
            position: relative;
            top: 3px;
            background: url(../Content/images/icon-info.png) no-repeat;
        }

        .box .title.function
        {
            width: 229px;
        }

.delete-disabled {
    opacity: 0.5 !important;
}

.content .box .title
{
    /* padding: 10px 0px; */
     width: 100%;
    padding: 10px 3px;
    text-align: left;
}

.content .box table tr td
{
    border: 1px solid #FFFFFF;
    padding: 5px;
    background-color: #f2f2f2;
    color: #107cb3;
    white-space: normal;
    text-align: left;
}

.archive-info table tr td {
    border: 1px solid #FFFFFF;
    padding: 5px;
    background-color: #f2f2f2;
    color: #107cb3;
    white-space: normal;
    text-align: left;
}

.content .box table tr th
{
    border: 1px solid #FFFFFF;
    padding: 3px;
    background-color: #107cb3;
    color: #FFFFFF;
    text-align: left;
}

.content table.form-table tr td
{
    background-color: #FFFFFF;
    padding: 2px;
}

.content
{
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
    padding: 10px;
    background-color: #FFFFFF;
    width: 570px;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.form-row .label
{
    font-size: 18px;
    color: #4c93c2;
    display: block;
    padding: 5px 0px;
    margin-top: 5px;
}

.form-row select
{
    width: 250px;
    border: 1px solid #CCC;
    padding: 5px;
    box-shadow: inset 2px 2px 8px #CCC;
    color: #444444;
}

.form-row input[type=file]
{
    width: 225px;
    border: 1px solid #CCC;
    padding: 13px;
    vertical-align: top;
    margin: 5px 0px;
}

.form-row .logo-wrap
{
    width: 250px;
    height: 100px;
    border: 1px solid #EEEEEE;
}

.input, textarea
{
    padding: 10px;
    border: 1px solid #CCCCCC;
    box-shadow: inset 2px 2px 8px #CCCCCC;
    font-size: 16px;
    white-space: normal;
    width: 96%;
}

.box .input.search
{
    display: block;
    width: 402px;
}

.buttons
{
    text-align: right;
    padding: 5px;
}

.button
{
    padding: 5px 20px;
    padding-left: 40px;
    color: #FFFFFF;
    font-family: Segoe UI Light, Segoe UI,Arial;
    font-size: 22px;
    background-color: #CCCCCC;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
    zoom: 1;
    *display: inline;
    text-align: left;
    margin: 5px 0px;
    width: 120px;
}

    .button:hover
    {
        /*opacity: 0.8;*/
        filter: alpha(opacity=80);
    }

    .button.nav
    {
        padding-left: 50px;
        background: #12b518 url(../Content/images/arrow-nav.png) no-repeat center left;
        margin: 0;
        width: 100%;
    }

    .button.cancel
    {
        background: #CCCCCC url(../Content/images/arrow-nav.png) no-repeat center left;
        color: #333333;
        width: 120px;
    }

    .button.delete
    {
        background: #CCCCCC url(../Content/images/icon-delete.png) no-repeat center left;
        color: #333333;
    }

    .button.add
    {
        background: #12b518 url(../Content/images/icon-add.png) no-repeat center left;
        width: 120px;
    }

    .button.auto-width
    {
        width: auto !important;
    }

    .button.edit
    {
        background: #12b518 url(../Content/images/icon-edit.png) no-repeat center left;
        width: 120px;
    }
    .button.update {
        background: #12b518 url(../Content/images/icon-save.png) no-repeat center left;
        width: 120px;
    }

    .button.save
    {
        background: #12b518 url(../Content/images/icon-save.png) no-repeat center left;
        width: 120px;
    }
    .button.preview
    {
        background: #107cb3 url(../Content/images/icon-upload.png) no-repeat center left;
        width: 120px;
    }
    .button.next {
        background: #12b518 url(../Content/images/login-arrow.png) no-repeat center left;
        width: 120px;
    }
    .button.account
    {
        background: #12b518 url(../Content/images/login-arrow.png) no-repeat center right;
        width: 125px;
    }
    .button.normal
    {
        background: #12b518  no-repeat center left;
        width: 140px;
    }
    .button.upload
    {
        background: #12b518 url(../Content/images/icon-upload.png) no-repeat center left;
    }

    .button.disabled {
        cursor: not-allowed !important;
        pointer-events: none;
        opacity: 1;
        background-color: #bac2c9 !important;
        color: #dce1e4 !important;
    }

    .button.small{
	padding:5px 10px;
	text-align:center;
	font-size:14px;
	width:auto;
	color:#FFFFFF;
	background-color:#12b518;
}
.form-popup
{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../Content/images/popup-bg.png) repeat;
    z-index: 9998;
}

    .form-popup .popup-content
    {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 350px;
        height: 100px;
        background-color: #ffffff;
        text-align: center;
        overflow: hidden;
        border: 1px solid #999999;
        box-shadow: 0px 0px 10px #999999;
        font-size: 16px;
        padding-top: 30px;
        border-top: 3px solid #107cb3;
    }

        .form-popup .popup-content .button
        {
            padding: 5px 10px !important;
            display: block;
            margin: 0 auto;
            margin-top: 30px;
            text-align: center;
            font-size: 16px;
            width: auto;
            background-color: #107cb3;
        }

        .form-popup .popup-content .box-title
        {
            background-color: #107cb3;
            margin: 0;
            display: block;
            font-size: 15px;
            color: #FFFFFF;
            padding: 10px 0px;
            font-weight: normal;
        }
        
.popup-search .popup-content{
	padding-top:0px;
	height:410px;
	width:500px;
}
.popup-search .popup-content p{
	margin:0;
	padding:15px 5px;
	background-color:#EEEEEE;
	text-align:left;
}
.popup-search .popup-content .body{
	height:360px;
	overflow:auto;
	padding:10px;
}
.popup-search .popup-content .body table tr td{
	padding:5px;
	text-align:left;
	border-bottom:1px solid #EEEEEE;
}
.popup-search .popup-content .body table tr:hover td{
	background-color:#eeeeee;
}
.selectedrow{
background-color:#eeeeee;
}
.popup-search .popup-content .body table tr th{
	font-weight:bold;
	text-align:left;
	padding:5px;
}
.popup-search p .button{
	margin:0 !important;
	display:inline !important;
	float:right;
	margin-right:5px !important;
	position: relative;
	top: -6px;
}
.form-popup .popup-content .button{
	padding:5px 10px !important;
	display:block;
	margin:0 auto;
	margin-top:30px;
	text-align:center;
	font-size:16px;
	width:auto;
	background-color:#107cb3;
}
 
.form-popup .popup-content .box-title{
	  background-color:#107cb3;
	  margin:0;
	  display:block;
	  font-size:15px;
	  color:#FFFFFF;
	  padding:10px 0px;
	  font-weight:normal;
}

.inline
{
    display: inline-block;
    zoom: 1;
    *display: inline;
    vertical-align: top;
}

.w74p
{
    width: 74%;
}

.w100p {
    width: 98%;
}

.grid
{
    border: 1px solid #FFFFFF;
    overflow: auto;
    /*width: 100%;*/  
  
    width: 858px;
}

    .grid tr th
    {
        padding: 5px;
        color: #FFFFFF;
        /*text-align: center;*/
        font-size: 16px;
        font-family: Segoe UI Light, Segoe UI, Arial;
        background-color: #107cb3;
        font-weight: normal;
        border-right: 1px solid #389ed1;
    }

    .grid tr td
    {
        background-color: #f2f2f2 !important;
        padding: 3px !important;
        white-space: normal;
    }

        .grid tr td a img
        {
            border: none;
        }

    .grid tr:nth-child(odd) td
    {
        background-color: #edf5f7 !important;
    }

    .grid tr.highlight td, .grid tr:hover td
    {
        background-color: #C8EBC7 !important;
        cursor:pointer;
    }



.input.readonly
{
    box-shadow: none;
    color: #666666;
    font-size: 13px;
    background-color: #FFFFFF;
}

.msg
{
    padding: 4px;
    margin: 4px 0px;
    border: 1px solid #EEEEEE;
}

    .msg.green
    {
        color: #4F8A10;
        background-color: #EDF9D7;
        border: 1px solid #CAE59E;
    }

    .msg.red
    {
        color: #C95448;
        background-color: #FDE8E5;
        border: 1px solid #F87D71;
    }

    .msg.yellow
    {
        color: #BFA20A;
        background-color: #F8F2D4;
        border: 1px solid #EBD66A;
    }

    .block{
	display:block;
	margin-bottom:5px;
}
.col{
	width:555px;
	margin-bottom:3px;
}
.col.full{
	width:98%;
}

.w70p{
	width:69%;
}


.list-box ul{
	list-style:none;
	margin:0;
	padding:0;
}
.list-box {
	width: 200px;
	height: 100px;
	overflow: auto;
	border: 1px solid #DDD;
}

.content.col label{
	color:#107cb3;
}

.button.full{
	background-color:#555555;
	color:#FFFFFF;
	padding:5px 10px !important;
	width:auto;
}

.sidebar .logs-sidebar{
    max-width: 276px;
}




/***** Media Queries *****/
@media all and (min-width: 908px) {
    .main-container .tiles {
        text-align:left;
    }
}
@media all and (max-width: 1030px)
{
    .main-container
    {
        width: 95%;
    }

    .content.w74p
    {
        width: 95%;
        margin: 0px auto;
    }
}

@media all and (max-width: 800px)
{
    body
    {
        background: none;
    }

    .login-container
    {
        background: #FFFFFF;
        width: auto;
    }

        .login-container table
        {
            float: none;
            margin: 0 auto;
        }

    .tiles .tile
    {
        border-bottom: 1px solid #EEEEEE;
    }

    .page-title
    {
        font-size: 20px;
        padding: 10px;
    }

        .page-title ul
        {
            display: block;
            position: relative;
            width: 100%;
            top: 0px;
            left: 3px;
            border-bottom: 1px solid #0063A3;
            padding-bottom: 10px;
        }

            .page-title ul li a
            {
                color: #FFFFFF;
            }

    .content
    {
        width: 95%;
        margin: 0px auto;
    }

    .buttons
    {
        text-align: center;
    }

        .buttons .button
        {
            width: auto;
            padding: 8px;
            padding-left: 35px;
        }

    .sidebar
    {
        background-color: #f2f2f2;
        border-bottom: 1px solid #DDDDDD;
        padding-bottom: 10px;
        width: 100%;
        /*text-align: center;*/
    }



    .input.search
    {
        display: block;
        width: 247px;
        margin: 5px auto;
    }

    .sidebar .box .title
    {
        background: none;
        border-bottom: 1px solid #CCCCCC;
        color: #444444;
        margin: 0px auto;
    }

    .input, textarea
    {
        padding: 5px;
    }

    .content .box table tr th
    {
        padding: 3px;
        font-size: 13px;
    }

    .content .box table tr td
    {
        padding: 3px;
        font-size: 12px;
    }
}

@media all and (max-width: 325px)
{
    .login-container
    {
        width: auto;
        text-align: center;
    }

    .form-popup .popup-content
    {
        width: 95%;
    }

    .button
    {
        padding: 5px 20px;
        padding-left: 40px;
        width: 190px;
    }
}

.vat {
vertical-align:top;
text-align:right !important;
}

.error
{
    color: red !important;
}

.error-field
{
    border: 2px solid #dc3545 !important;
    background-color: #fff5f5 !important;
}

.error-field:focus
{
    border-color: #dc3545 !important;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25) !important;
}

.messagesuccess
{
    color: green!important;
    font-size: 13px;
     text-align:center !important;
}

.messagesrror
{
    color: red !important;
    font-size: 13px;
    text-align:center !important;
}

.fadein.ng-hide-remove,
.fadeout.ng-hide-add
{
    -webkit-transition: 400ms ease-in-out all;
    -moz-transition: 400ms ease-in-out all;
    -o-transition: 400ms ease-in-out all;
    transition: 400ms ease-in-out all;
    display: block !important;
}

    .fadein.ng-hide-remove,
    .fadeout.ng-hide-add.ng-hide-add-active
    {
        opacity: 0;
    }

        .fadeout.ng-hide-add,
        .fadein.ng-hide-remove.ng-hide-remove-active
        {
            opacity: 1;
        }

div.center-croppedStatement
{
    width: 400px;
    height: 200px;
    border: 1px solid grey;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

    div.center-croppedStatement img
    {
        position: relative;
        left: 100px;
    }

div.center-croppedLetter
{
    width: 400px;
    height: 100px;
    border: 1px solid grey;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}

    div.center-croppedLetter img
    {
        position: relative;
        left: 100px;
    }

.f15
{
    font-size: 15px;
    vertical-align: initial;
}

 .search_pg
{
    display: block;
    width: 528px!important;
}
.width528 {
width:528px!important;
}

#selectAllocation
{
    width:232%
}
.input.input 
{
    width:85%
}
#selectsmartfee
{
    width:93%
}	
.isdisabled
{
  opacity: .4;
  cursor: default !important;
  pointer-events: none;
}

.blue-name {
    color: #116fd3;
    text-decoration: none;
}

.blue-name-div {
    width: 92%;
    text-align: center;
}

.forget-password-header
{
    font-weight: bold;
    font-size: 16px;
}

.forget-password-table 
{
    width: 100%;
}

.w270px 
{
    width: 270px;
}

.w320px {
    width: 320px !important;
}

.check-recaptcha {
    margin-top: 20px;
    margin-left: 7px;
    color: #107cb3;
    white-space: normal;
    text-align: left;
}

.check-recaptcha-text {
    margin-bottom: 2px;
}

.text-center {
    text-align: center;
}

.margin-left-7 {
    margin-left: 7px;
}

.margin-top-10 {
    margin-top: 10px;
}

.padding-bottom-10 {
    padding-bottom: 10px;
}

.dvCode-div {
    width: 500px !important;
    overflow: auto !important;
}

.dvCode-table {
    width: 100% !important;
    table-layout: fixed !important;
}

.dvCode-h1 {
    color: #0a5b9d !important;
    font-family: Segoe UI Light, Arial !important;
    font-weight: normal !important;
    font-size: 24px !important;
}

.dvCode-input {
    width: 70%!important;
}

.custom-padding-2-8 {
    padding: 2px 8px;
}

.custom-width-16 {
    width: 16%;
}

.checkbox-row {
    display: flex;
    align-items: center;
}

.date-label {
    display: inline;
    vertical-align: initial;
}
/*Custom Grid Enable Site Feature*/
.enableSiteFeatureGrid {
    border: 1px solid #FFFFFF;
    overflow: auto;
    /*width: 100%;*/

    width: 858px;
}

.enableSiteFeatureGrid tr th {
    padding: 5px;
    color: #FFFFFF;
    /*text-align: center;*/
    font-size: 16px;
    font-family: Segoe UI Light, Segoe UI, Arial;
    background-color: #107cb3;
    font-weight: normal;
    border-right: 1px solid #389ed1;
}

.enableSiteFeatureGrid tr td {
    background-color: #f2f2f2 !important;
    padding: 3px !important;
    white-space: normal;
}

.enableSiteFeatureGrid tr td a img {
    border: none;
}

.enableSiteFeatureGrid tr:nth-child(odd) td {
    background-color: #edf5f7 !important;
}

.enableSiteFeatureGrid label, .enableSiteFeatureGrid input {
    cursor: pointer;
}

.enableSiteFeatureGrid tr td:hover {
    background-color: #C8EBC7 !important;
}

.enableSiteFeatureGrid input {
    position: relative;
    top: 2px;
}

form[name="AccountSettings"] .button.disabled {
    cursor: not-allowed !important;
    pointer-events: all !important;
    opacity: 1 !important; 
    background-color: #bac2c9 !important;
    color: #dce1e4 !important;
}

.child-folder-label {
    width: 23%;
    vertical-align: top;
    padding-top: 13px !important;
}

.child-folder-input {
    width: 77%;
}