* {/*
    -moz-user-select: -moz-none;
    -o-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;*/
}

textarea {
    resize: both;
    border: 1px solid #aaaaaa;
    font-size: 11px;
}
input[type="text"],
input[type="password"]
{
    border: 1px solid #aaaaaa;
    /*line-height: 1.5;*/
    vertical-align: middle;
    width: 90%;
    height: 90%;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;

}
input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus
{
    border: 1px solid #7fc4f9;
    border-bottom: 1px solid #5fa8d9;
    color: #444444;
    outline: none;
    -webkit-box-shadow: 0 0 3px rgba(0,153,255,0.75);
    -moz-box-shadow: 0 0 3px rgba(0,153,255,0.75);
    box-shadow: 0 0 3px rgba(0,153,255,0.75);
}
select {
    border: 1px solid #aaaaaa;
    line-height: 1.5;
    vertical-align: middle;
    cursor:pointer;
    width: 90%;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    border-radius:3px;
}
select:focus {
    border: 1px solid #7fc4f9;
    border-bottom: 1px solid #5fa8d9;
    color: #444444;
    outline: none;
    cursor:pointer;
    -webkit-box-shadow: 0 0 3px rgba(0,153,255,0.75);
    -moz-box-shadow: 0 0 3px rgba(0,153,255,0.75);
    box-shadow: 0 0 3px rgba(0,153,255,0.75);
}
input[type="text"],
input[type="password"],
select {
    font-size: 11px;
    margin: 0px;
}
table {
    color: #444444;
    border-spacing: 0px;
	width:100%;
	font-size: small;
/*    border: 1px solid #c5c5c5;*/
}
table thead th,
table tfoot th
{
/*    font-family: OpenSans-Semibold, Arial;
    padding: 5px 1px 5px 1px;
    border-top: 1px solid #fafafa;
    border-bottom: 1px solid #e0e0e0; */
    text-align: center;
    background: #dedede;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);*/
    vertical-align: middle;
}
table th hr {
/*
    border-bottom: none;
    border-left: none;
    border-right: none;
    border-top: 1px solid rgba(0,0,0,0.2);
    width: 100%;
    -webkit-margin-before: 0.2em;
    -webkit-margin-after: 0.2em;*/
}
table thead th:first-child{
/*    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;*/
}
table thead th:last-child{
/*    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;*/
}
table tfoot th:first-child{
/*    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;*/
}
table tfoot th:last-child{
/*    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;*/
}
table tr{
    text-align: center;
}

table tr.newrow {
        color: black;
}
table tr.chrow {
        color: blue;
}
table tr.chpos {
        color: green;
}

table tr td {
/*    border-top: 1px solid #FFFFFF;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;*/
    border: 1px solid #fff;
    padding: 2px;
    white-space: pre-wrap;
}
table tr td:first-child {
/*    border-left: none; */
}
table tr:last-child td {
/*    border-bottom: none;*/
}

table tr:nth-child(odd) td {
    background: #fafafa;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);*/
}
table tr:nth-child(even) td{
    background: #ebebeb;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
    background: -moz-linear-gradient(top,  #ededed,  #ebebeb);*/
}
table tr:hover td{
    background: #e3e3e3;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e3e3e3));
    background: -moz-linear-gradient(top,  #e5e5e5,  #e3e3e3);    */
}
table tr.sel td,
table tr.sel td:hover{
/*    background: -webkit-gradient(linear, left top, left bottom, from(#dddddd), to(#e1e1e1));
    background: -moz-linear-gradient(top,  #dddddd,  #e1e1e1);*/
    color: #ff3333;
}

/*
table tr td.tdtehandsplittimes3 {
    background: #ffe8b1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff0cb), to(#ffe8b1));
    background: -moz-linear-gradient(top,  #fff0cb, #ffe8b1);
}
table tr td.tdteshakedown3 {
    background: #ffe8b1;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff0cb), to(#ffe8b1));
    background: -moz-linear-gradient(top,  #fff0cb, #ffe8b1);
}
*/
table tr td img {
    display: block;
    margin: auto;
}
/***************************************** tdradius ******************************** *************/
/*
.tdradius {
    width: 95%;
}
.tdradius tr td{
    cursor: pointer;
}
.tdradius tr:first-child td:first-child
{
    -moz-border-radius-topleft:5px;
    -webkit-border-top-left-radius:5px;
    border-top-left-radius:5px;
}
.tdradius tr:first-child td:last-child
{
    -moz-border-radius-topright:5px;
    -webkit-border-top-right-radius:5px;
    border-top-right-radius:5px;
}
.tdradius tr:last-child td:first-child
{
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.tdradius tr:last-child td:last-child
{
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
*/
/****************** add daimon in 24 may 2014 ******************/
.menumodul {
    position: absolute;
    top: 0px;
    background: rgba(255,255,255,.9);
    border: 1px solid #d9d9d9;
    display: block;
}
    .menumodul div {
	padding: 5px;
	font-size: 13px;
	border-bottom: 1px solid #d9d9d9;
	cursor: pointer;
	height: auto;
    }
    .menumodul div:hover {
	color: #08c;
    }
    .menumodul div:active {
	color: #f33;
    }
.menumodul.mhide {
    width: 0px;
    height: 0px;
    left: -250px;
    -webkit-transition: 1s cubic-bezier(0,.96,0,1.2) 0s;
}
.menumodul.show {
    left: 2px;
    width: 200px;
    height: auto;
    -webkit-transition: 1s cubic-bezier(0,.96,0,1.2) 0s;
}
/***************************************** tabletableeditparticipantsedit *************/
.tabletableeditparticipantsedit tr td:nth-child(1),
.tabletableeditparticipantsedit tr td:nth-child(2),
.tabletableeditparticipantsedit tr td:nth-child(3),
.tabletableeditparticipantsedit tr td:nth-child(11),
.tabletableeditparticipantsedit tr td:nth-child(16),
.tabletableeditparticipantsedit tr td:nth-child(12)
{
    width: 30px;
}
.tabletableeditparticipantsedit tr td:nth-child(14),
.tabletableeditparticipantsedit tr td:nth-child(15)
{
    width: 30px;
}
.tabletableeditparticipantsedit tr td:nth-child(10)
{
    width: 50px;
}
.tabletableeditparticipantsedit tr td:nth-child(11)
{
    width: 100px;
}
.tabletableeditparticipantsedit tr td:nth-child(4),
.tabletableeditparticipantsedit tr td:nth-child(5),
.tabletableeditparticipantsedit tr td:nth-child(6),
.tabletableeditparticipantsedit tr td:nth-child(7),
.tabletableeditparticipantsedit tr td:nth-child(8),
.tabletableeditparticipantsedit tr td:nth-child(9)
{
    width: 100px;
    text-align: left;
}
.tabletableeditparticipantsedit tr td:nth-child(13)
{
    width: 100px;
    text-align: left;
}
.tabletableeditparticipantsedit tr td:nth-child(3),
.tabletableeditparticipantsedit tr td:nth-child(12)
{
    font-family: OpenSans-Bold, Arial;
}

/***************************************** tabletehandsplittimes ********************************/
.tabletehandsplittimes tr td{
    cursor:pointer;
}
.tabletehandsplittimes tr td:nth-child(-n+3),
.tabletehandsplittimes tr td:last-child
{
    cursor:default;
}
.tabletehandsplittimes tr td:nth-child(1),
.tabletehandsplittimes tr td:nth-child(2)
{
    width: 30px;
}
.tabletehandsplittimes tr td:nth-child(3)
{
    width: 100px;
    text-align: left;
}
.tabletehandsplittimes tr td:nth-child(n+4)
{
    width: 80px;
}
.tabletehandsplittimes tr td:nth-child(2),
.tabletehandsplittimes tr td:last-child
{
    font-family: OpenSans-Bold, Arial;
}
.tabletehandsplittimes tr td:last-child
{
    width: 70px;
}
/***************************************** tabletedrawsedit ********************************/
.tabletedrawsedit td:nth-child(1),
.tabletedrawsedit td:nth-child(7)
{
    width: 30px;
}
.tabletedrawsedit td:nth-child(2)
{
    width: 200px;
    text-align: left;
}
.tabletedrawsedit td:nth-child(3),
.tabletedrawsedit td:nth-child(5),
.tabletedrawsedit td:nth-child(6)
{
    width: 50px;
}
.tabletedrawsedit td:nth-child(4)
{
    width: 70px;
}
/************************************ tabletableeditparticipants,tabletableeditparticipantsua ***************************/
.tabletableeditparticipants td:nth-child(1),
.tabletableeditparticipants td:nth-child(2),
.tabletableeditparticipants td:nth-child(9),
.tabletableeditparticipants td:nth-child(10)
{
    width: 30px;
}
.tabletableeditparticipants td:nth-child(3),
.tabletableeditparticipants td:nth-child(4),
.tabletableeditparticipants td:nth-child(5)
{
    width: 80px;
    text-align: left;
}
.tabletableeditparticipants td:nth-child(6)
{
    width: 120px;
    text-align: left;
}
.tabletableeditparticipants td:nth-child(7)
{
    width: 50px;
}
.tabletableeditparticipants td:nth-child(8)
{
    width: 200px;
    text-align: left;
}
.tabletableeditparticipants td:nth-child(3),
.tabletableeditparticipants td:nth-child(2)
{
    font-family: OpenSans-Bold, Arial;
}
.tabletableeditparticipantsua td:nth-child(1),
.tabletableeditparticipantsua td:nth-child(2),
.tabletableeditparticipantsua td:nth-child(9),
.tabletableeditparticipantsua td:nth-child(10)
{
    width: 30px;
}
.tabletableeditparticipantsua td:nth-child(3),
.tabletableeditparticipantsua td:nth-child(4),
.tabletableeditparticipantsua td:nth-child(5),
.tabletableeditparticipantsua td:nth-child(6)
{
    width: 100px;
    text-align: left;
}
.tabletableeditparticipantsua td:nth-child(7)
{
    width: 50px;
}
.tabletableeditparticipantsua td:nth-child(8)
{
    width: 220px;
    text-align: left;
}
.tabletableeditparticipantsua td:nth-child(3),
.tabletableeditparticipantsua td:nth-child(2)
{
    font-family: OpenSans-Bold, Arial;
}

/******************************************** tabletezonegroupsedit ***************************/
.tabletezonegroupsedit td:nth-child(1),
.tabletezonegroupsedit td:nth-child(2),
.tabletezonegroupsedit td:nth-child(7),
.tabletezonegroupsedit td:nth-child(8),
.tabletezonegroupsedit td:nth-child(10)
{
    width: 30px;
}
.tabletezonegroupsedit td:nth-child(3),
.tabletezonegroupsedit td:nth-child(5)
{
    width: 40px;
}
.tabletezonegroupsedit td:nth-child(6)
{
    width: 50px;
}
.tabletezonegroupsedit td:nth-child(4),
.tabletezonegroupsedit td:nth-child(9)
{
    width: 130px;
    text-align: left;
}
/******************************************* tabletezonegroupstypeedit ************************/
.tabletezonegroupstypeedit td:nth-child(n+1)
{
    width: 30px;
}
/**************************************** tabletedrawgroupsedit ********************************/
.tabletedrawgroupsedit td:nth-child(1),
.tabletedrawgroupsedit td:nth-child(2),
.tabletedrawgroupsedit td:nth-child(8),
.tabletedrawgroupsedit td:nth-child(11)
{
    width: 30px;
}
.tabletedrawgroupsedit td:nth-child(3),
.tabletedrawgroupsedit td:nth-child(6),
.tabletedrawgroupsedit td:nth-child(9)
{
    width: 40px;
}
.tabletedrawgroupsedit td:nth-child(4),
.tabletedrawgroupsedit td:nth-child(5),
.tabletedrawgroupsedit td:nth-child(7)
{
    width: 120px;
    text-align: left;
}
.tabletedrawgroupsedit td:nth-child(12)
{
    width: 60px;
}
/****************************************** tabletedevice ***********************************/
.tabletedevice td:nth-child(1),
.tabletedevice td:nth-child(2),
.tabletedevice td:nth-child(11)
{
    width: 30px;
}
.tabletedevice td:nth-child(3)
{
    width: 170px;
}
.tabletedevice td:nth-child(4),
.tabletedevice td:nth-child(5),
.tabletedevice td:nth-child(6),
.tabletedevice td:nth-child(7),
.tabletedevice td:nth-child(8),
.tabletedevice td:nth-child(9)
{
    width: 60px;
}
.tabletedevice td:nth-child(10)
{
    width: 130px;
}
/**************************************** tableteteamsedit *********************************/
.tableteteamsedit td:nth-child(1),
.tableteteamsedit td:nth-child(2),
.tableteteamsedit td:nth-child(4)
{
    width: 30px;
}
.tableteteamsedit td:nth-child(3)
{
    width: 200px;
    text-align: left;
}
/**************************************** tabletediag **************************************/
.tabletediag td:nth-child(1)
{
    width: 30px;
    font-family: OpenSans-Bold, Arial;
}
.tabletediag td:nth-child(2),
.tabletediag td:nth-child(3)
{
    width: 80px;
}
.tabletediag td:nth-child(4),
.tabletediag td:nth-child(5)
{
    width: 30px;
}
.tabletediag td:nth-child(6),
.tabletediag td:nth-child(7)
{
    width: 80px;
}
.tabletediag td:nth-child(n+8)
{
    width: 40px;
}
.tabletediag td:nth-child(20)
{
    width: 100px;
}
.tabletediag td:nth-child(4)
{
    color: #009900;
}
.tabletediag td:nth-child(5)
{
    color: #cc0000;
}
/********************************* tabletableeditdayresults, tabletableeditdayresultsua ********************************/
.posclass {
    font-family: OpenSans-Bold, Arial;
    text-align: right;
}
.tabletableeditdayresults td:nth-child(1),
.tabletableeditdayresults td:nth-child(2)
{
    width: 25px;
}
.tabletableeditdayresults td:nth-child(5)
{
    width: 30px;
}
.tabletableeditdayresults td:nth-child(6)
{
    width: 40px;
}
.tabletableeditdayresults td:nth-child(10),
.tabletableeditdayresults td:nth-child(11)
{
    width: 60px;
}
.tabletableeditdayresults td:nth-child(4)
{
    width: 80px;
    text-align: left;
}
.tabletableeditdayresults td:nth-child(7),
.tabletableeditdayresults td:nth-child(9)
{
    width: 70px;
}
.tabletableeditdayresults td:nth-child(9),
.tabletableeditdayresults td:nth-child(2)
{
    font-family: OpenSans-Bold, Arial;
}
.tabletableeditdayresults td:nth-child(3)
{
    width: 190px;
    text-align: left;
}
.tabletableeditdayresults td:nth-child(8)
{
    width: 60px;
    color: #ee0000;
}
.tabletableeditdayresultsua td:nth-child(1),
.tabletableeditdayresultsua td:nth-child(2)
{
    width: 25px;
}
.tabletableeditdayresultsua td:nth-child(5)
{
    width: 30px;
}
.tabletableeditdayresultsua td:nth-child(6)
{
    width: 40px;
}
.tabletableeditdayresultsua td:nth-child(10),
.tabletableeditdayresultsua td:nth-child(11)
{
    width: 50px;
    text-align: right;
}
.tabletableeditdayresultsua td:nth-child(4)
{
    width: 80px;
    text-align: left;
}
.tabletableeditdayresultsua td:nth-child(7),
.tabletableeditdayresultsua td:nth-child(9)
{
    width: 70px;
    text-align: right;
}
.tabletableeditdayresultsua td:nth-child(9),
.tabletableeditdayresultsua td:nth-child(2)
{
    font-family: OpenSans-Bold, Arial;
}
.tabletableeditdayresultsua td:nth-child(3)
{
    width: 210px;
    text-align: left;
}
.tabletableeditdayresultsua td:nth-child(8)
{
    width: 60px;
    color: #ee0000;
    text-align: right;
}
/********************************** tabletehandsr *****************************************/
.tabletehandsr td:nth-child(2),
.tabletehandsr td:nth-child(3)
{
    width: 25px;
}
.tabletehandsr td:nth-child(8)
{
    width: 40px;
}
.tabletehandsr td:nth-child(n+9)
{
    width: 70px;
}
.tabletehandsr td:nth-child(4),
.tabletehandsr td:nth-child(5),
.tabletehandsr td:nth-child(7)
{
    width: 100px;
    text-align: left;
}
.tabletehandsr td:nth-child(1),
.tabletehandsr td:nth-child(14),
.tabletehandsr td:nth-child(6)
{
    width: 30px;
}
.tabletehandsr td:nth-child(12)
{
    color: #ee0000;
}
/******************************* tabletableeditstagetimesstage, tabletableeditstagetimesstageua ******************************/
.tabletableeditstagetimesstage td:nth-child(1),
.tabletableeditstagetimesstage td:nth-child(2)
{
    width: 30px;
}
.tabletableeditstagetimesstage td:nth-child(3)
{
    width: 130px;
    text-align: left;
}
.tabletableeditstagetimesstage td:nth-child(7)
{
    width: 60px;
    font-family: OpenSans-Bold, Arial;
    text-align: right;
}
.tabletableeditstagetimesstage td:nth-child(8),
.tabletableeditstagetimesstage td:nth-child(9)
{
    width: 50px;
    text-align: right;
}
.tabletableeditstagetimesstage td:nth-child(11)
{
    width: 30px;
    text-align: right;
}
.tabletableeditstagetimesstage td:nth-child(2)
{
    font-family: OpenSans-Bold, Arial;
}
.tabletableeditstagetimesstage td:nth-child(4),
.tabletableeditstagetimesstage th:nth-child(4),
.tabletableeditstagetimesstage td:nth-child(5),
.tabletableeditstagetimesstage th:nth-child(5),
.tabletableeditstagetimesstage td:nth-child(6),
.tabletableeditstagetimesstage th:nth-child(6),
.tabletableeditstagetimesstage td:nth-child(10),
.tabletableeditstagetimesstage th:nth-child(10)
{
    display: none;
}
.tabletableeditstagetimesstageua td:nth-child(1),
.tabletableeditstagetimesstageua td:nth-child(2)
{
    width: 30px;
}
.tabletableeditstagetimesstageua td:nth-child(3)
{
    width: 130px;
    text-align: left;
}
.tabletableeditstagetimesstageua td:nth-child(7)
{
    width: 60px;
    font-family: OpenSans-Bold, Arial;
    text-align: right;
}
.tabletableeditstagetimesstageua td:nth-child(8),
.tabletableeditstagetimesstageua td:nth-child(9)
{
    width: 50px;
    text-align: right;
}
.tabletableeditstagetimesstageua td:nth-child(11),
.tabletableeditstagetimesstageua td:nth-child(10),
.tabletableeditstagetimesstageua td:nth-child(13)
{
    width: 30px;
    text-align: right;
}
.tabletableeditstagetimesstageua td:nth-child(2)
{
    font-family: OpenSans-Bold, Arial;
}
.tabletableeditstagetimesstageua td:nth-child(4),
.tabletableeditstagetimesstageua th:nth-child(4),
.tabletableeditstagetimesstageua td:nth-child(5),
.tabletableeditstagetimesstageua th:nth-child(5),
.tabletableeditstagetimesstageua td:nth-child(6),
.tabletableeditstagetimesstageua th:nth-child(6),
.tabletableeditstagetimesstageua td:nth-child(12),
.tabletableeditstagetimesstageua th:nth-child(12)
{
    display: none;
}

/******************************* tabletableeditstagetimesoveral, tabletableeditstagetimesoveralua *******************************/
.tabletableeditstagetimesoveral td:nth-child(1),
.tabletableeditstagetimesoveral td:nth-child(3)
{
    width: 30px;
}
.tabletableeditstagetimesoveral td:nth-child(11),
.tabletableeditstagetimesoveral td:nth-child(12)
{
    width: 50px;
    text-align: right;
}
.tabletableeditstagetimesoveral td:nth-child(14)
{
    width: 30px;
    text-align: right;
}
.tabletableeditstagetimesoveral td:nth-child(4)
{
    width: 130px;
    text-align: left;
}
.tabletableeditstagetimesoveral td:nth-child(9),
.tabletableeditstagetimesoveral td:nth-child(8),
.tabletableeditstagetimesoveral td:nth-child(10)
{
    width: 60px;
    text-align: right;
}
.tabletableeditstagetimesoveral td:nth-child(10),
.tabletableeditstagetimesoveral td:nth-child(3)
{
    font-family: OpenSans-Bold, Arial;
}
.tabletableeditstagetimesoveral td:nth-child(9)
{
    color: #cc0000;
}
.tabletableeditstagetimesoveral td:nth-child(2),
.tabletableeditstagetimesoveral th:nth-child(2),
.tabletableeditstagetimesoveral td:nth-child(5),
.tabletableeditstagetimesoveral th:nth-child(5),
.tabletableeditstagetimesoveral td:nth-child(6),
.tabletableeditstagetimesoveral th:nth-child(6),
.tabletableeditstagetimesoveral td:nth-child(7),
.tabletableeditstagetimesoveral th:nth-child(7),
.tabletableeditstagetimesoveral td:nth-child(13),
.tabletableeditstagetimesoveral th:nth-child(13)
{
    display: none;
}
.tabletableeditstagetimesoveralua td:nth-child(1),
.tabletableeditstagetimesoveralua td:nth-child(3)
{
    width: 30px;
}
.tabletableeditstagetimesoveralua td:nth-child(11),
.tabletableeditstagetimesoveralua td:nth-child(12)
{
    width: 50px;
    text-align: right;
}
.tabletableeditstagetimesoveralua td:nth-child(14)
{
    width: 30px;
    text-align: right;
}
.tabletableeditstagetimesoveralua td:nth-child(4)
{
    width: 130px;
    text-align: left;
}
.tabletableeditstagetimesoveralua td:nth-child(9),
.tabletableeditstagetimesoveralua td:nth-child(8),
.tabletableeditstagetimesoveralua td:nth-child(10)
{
    width: 60px;
    text-align: right;
}
.tabletableeditstagetimesoveralua td:nth-child(10),
.tabletableeditstagetimesoveralua td:nth-child(3)
{
    font-family: OpenSans-Bold, Arial;
}
.tabletableeditstagetimesoveralua td:nth-child(9)
{
    color: #cc0000;
}
.tabletableeditstagetimesoveralua td:nth-child(2),
.tabletableeditstagetimesoveralua th:nth-child(2),
.tabletableeditstagetimesoveralua td:nth-child(5),
.tabletableeditstagetimesoveralua th:nth-child(5),
.tabletableeditstagetimesoveralua td:nth-child(6),
.tabletableeditstagetimesoveralua th:nth-child(6),
.tabletableeditstagetimesoveralua td:nth-child(7),
.tabletableeditstagetimesoveralua th:nth-child(7),
.tabletableeditstagetimesoveralua td:nth-child(13),
.tabletableeditstagetimesoveralua th:nth-child(13)
{
    display: none;
}
/********************************* tabletableeditpenalties, tabletableeditpenaltiesua ******************************/
.tabletableeditpenalties td:nth-child(1),
.tabletableeditpenalties td:nth-child(5)
{
    width: 25px;
}
.tabletableeditpenalties td:nth-child(3)
{
    width: 60px;
}
.tabletableeditpenalties td:nth-child(2)
{
    width: 100px;
    text-align: left;
}
.tabletableeditpenalties td:nth-child(6)
{
    width: 50px;
}
.tabletableeditpenalties td:nth-child(4)
{
    width: 80px;
}
.tabletableeditpenaltiesua td:nth-child(1),
.tabletableeditpenaltiesua td:nth-child(5)
{
    width: 25px;
}
.tabletableeditpenaltiesua td:nth-child(3)
{
    width: 60px;
}
.tabletableeditpenaltiesua td:nth-child(2)
{
    width: 100px;
    text-align: left;
}
.tabletableeditpenaltiesua td:nth-child(6)
{
    width: 50px;
}
.tabletableeditpenaltiesua td:nth-child(4)
{
    width: 80px;
}
/******************************* tableteshakedown *****************************/
.tableteshakedown td:nth-child(1),
.tableteshakedown td:nth-child(2)
{
    width: 30px;
}
.tableteshakedown td:nth-child(n+3)
{
    width: 80px;
}
.tableteshakedown td:nth-child(3),
.tableteshakedown td:nth-child(4)
{
    cursor: pointer;
}
/*************************** tableteshakedownresult ******************************/
.tableteshakedownresult td:nth-child(1),
.tableteshakedownresult td:nth-child(2)
{
    width: 30px;
}
.tableteshakedownresult td:nth-child(3)
{
    width: 160px;
    text-align: left;
}
.tableteshakedownresult td:nth-child(4)
{
    width: 120px;
}
.tableteshakedownresult td:nth-child(5)
{
    width: 40px;
}
.tableteshakedownresult td:nth-child(6)
{
    font-family: OpenSans-Bold, Arial;
    color: #009900;
}
.tableteshakedownresult td:nth-child(n+6)
{
    width: 50px;
}
.tableteshakedownresult {
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/**************************** tableteretireval *******************************/
.tableteretireval td:nth-child(1),
.tableteretireval td:nth-child(2),
.tableteretireval td:nth-child(4)
{
    width: 30px;
}
.tableteretireval td:nth-child(3)
{
    width: 180px;
    text-align: left;
}
/***************************** tabletehandsplittimesro ****************************/
.tabletehandsplittimesro td:nth-child(1),
.tabletehandsplittimesro td:nth-child(2)
{
    width: 30px;
}
.tabletehandsplittimesro td:nth-child(3)
{
    width: 100px;
    text-align: left;
}
.tabletehandsplittimesro td:nth-child(n+4)
{
    width: 80px;
}
.tabletehandsplittimesro td:last-child,
.tabletehandsplittimesro td:nth-child(2)
{
    font-weight: bold;
}
/***************************** tabletableeditretirements, tabletableeditretirementsua **************************/
.tabletableeditretirements td:nth-child(1)
{
    width: 25px;
}
.tabletableeditretirements td:nth-child(2),
.tabletableeditretirements td:nth-child(3)
{
    width: 100px;
    text-align: left;
}
.tabletableeditretirements td:nth-child(4)
{
    width: 80px;
}
.tabletableeditretirements td:nth-child(5)
{
    width: 40px;
}
.tabletableeditretirements td:nth-child(6),
.tabletableeditretirements td:nth-child(7)
{
    width: 120px;
}
.tabletableeditretirementsua td:nth-child(1)
{
    width: 25px;
}
.tabletableeditretirementsua td:nth-child(2)
{
    width: 100px;
    text-align: left;
}
.tabletableeditretirementsua td:nth-child(3)
{
    width: 80px;
    text-align: left;
}
.tabletableeditretirementsua td:nth-child(4)
{
    width: 40px;
}
.tabletableeditretirementsua td:nth-child(5),
.tabletableeditretirementsua td:nth-child(6)
{
    width: 120px;
}
/************************************ tabletxhelpcrm ****************************/
table.tabletxhelpcrm  {
    text-shadow: 0px 0px 0px #FFFFFF;
    background:#ffffff;
    -moz-border-radius:0px;
    -webkit-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow: 0 0 0px rgba(0,0,0,0.4);
    -moz-box-shadow: 0 0 0px rgba(0,0,0,0.4);
    box-shadow: 0 0 0px rgba(0,0,0,0.4);
}
table.tabletxhelpcrm tr td {
    border-top: 1px solid #ffffff;
    border-bottom:1px solid #ffffff;
    border-left: 1px solid #ffffff;
}
table.tabletxhelpcrm tr:nth-child(odd) td {
    background: #ffffff;
}
table.tabletxhelpcrm tr:nth-child(even) td{
    background: #ffffff;
}
table.tabletxhelpcrm tr:hover td{
    background: #ffffff;
}
/*table.tabletxhelpcrm td:nth-child(1)
{
    width: 60%;
}*/
/**************************** tabletableeditsplittimes, tabletableeditsplittimesua *********************************/
.tabletableeditsplittimes td:nth-child(1),
.tabletableeditsplittimesua td:nth-child(1)
{
    width: 30px;
}
.tabletableeditsplittimes td:nth-child(2),
.tabletableeditsplittimesua td:nth-child(2)
{
    width: 150px;
    text-align: left;
}
.tabletableeditsplittimes td:nth-child(n+3),
.tabletableeditsplittimesua td:nth-child(n+3)
{
    width: 70px;
}
.tabletableeditsplittimes td:nth-child(1),
.tabletableeditsplittimes td:last-child,
.tabletableeditsplittimesua td:nth-child(1),
.tabletableeditsplittimesua td:last-child
{
    font-family: OpenSans-Bold, Arial;
}
/********************************************* tableteraidparticipantsua ****************************************/
.tableteraidparticipantsua td:nth-child(1),
.tableteraidparticipantsua td:nth-child(3)
{
    width: 30px;
}
.tableteraidparticipantsua td:nth-child(2)
{
    width: 150px;
    text-align: left;
}
.tableteraidparticipantsua td:nth-child(4),
.tableteraidparticipantsua td:nth-child(5),
.tableteraidparticipantsua td:nth-child(6),
.tableteraidparticipantsua td:nth-child(7),
.tableteraidparticipantsua td:nth-child(8),
.tableteraidparticipantsua td:nth-child(9),
.tableteraidparticipantsua td:nth-child(10)
{
    width: 100px;
}

.tableteraidparticipantsua td:nth-child(1),
.tableteraidparticipantsua td:nth-child(2)
{
    font-family: OpenSans-Bold, Arial;
}
.tableteraidparticipantsua td:nth-child(2)
{
    text-align: left;
}

/**************************************************************************************************************/

/**************************************************************************************************************/

/**************************************************************************************************************/

					/*INFOPOINT MONITORING*/

/**************************************************************************************************************/

/**************************************************************************************************************/

/**************************************************************************************************************/

/*************************** tabletestatemodules / Состояние объектов *****************************************/
.tabletestatemodulesrealtime,
.tabletestatemodules,
.tabletestatemodulesrealtimeadmin {
    background: none !important;
    border: none !important;
    margin: 5px auto !important;
}
.tabletestatemodulesrealtime th,
.tabletestatemodules th,
.tabletestatemodulesrealtimeadmin th {
    background: none !important;
    border-bottom: 1px solid #08c;
}
.tabletestatemodulesrealtime td,
.tabletestatemodules td,
.tabletestatemodulesrealtimeadmin td {
    background: none !important;
    border-left: none !important;
}
    .tabletestatemodulesrealtime td .state,
    .tabletestatemodules td .state,
    .tabletestatemodulesrealtimeadmin td .state {
	color: #08c;
    }
    .tabletestatemodulesrealtime td .datestate,
    .tabletestatemodules td .datestate,
    .tabletestatemodulesrealtimeadmin td .datestate {
	color: #888;
	font-size: 10px;
    }
    .tabletestatemodulesrealtime td .objname,
    .tabletestatemodules td .objname,
    .tabletestatemodulesrealtimeadmin td .objname {
	font-family: OpenSans-Semibold, Arial;
    }
	.tabletestatemodulesrealtime tr:hover .objname,
	.tabletestatemodules tr:hover .objname,
	.tabletestatemodulesrealtimeadmin tr:hover .objname {
	    color: #08c;
	}
	.tabletestatemodulesrealtime tr:hover,
	.tabletestatemodules tr:hover,
	.tabletestatemodulesrealtimeadmin tr:hover {
            cursor: pointer;
        }
    .tabletestatemodulesrealtime th .tabletitle,
    .tabletestatemodules th .tabletitle,
    .tabletestatemodulesrealtimeadmin th .tabletitle {
	font-family: OpenSans-Semibold, Arial;
	font-size: 12px;
    }
    .tabletestatemodulesrealtime th .tabletitleunder,
    .tabletestatemodules th .tabletitleunder,
    .tabletestatemodulesrealtimeadmin th .tabletitleunder {
        font-family: OpenSans-Semibold, Arial;
        font-size: 10px;
	color: #888;
    }

.tabletestatemodules td:nth-child(1),
.tabletestatemodulesadmin td:nth-child(1),
.tabletestatemodulesrealtime td:nth-child(1),
.tabletestatemodulesrealtimeadmin td:nth-child(1) {
    font-family: OpenSans-Semibold, Arial;
    text-align: left;
    width: 120px;
}
.tabletestatemodulesadmin td:nth-child(2),
.tabletestatemodulesrealtime td:nth-child(2),
.tabletestatemodules td:nth-child(2),
.tabletestatemodulesrealtimeadmin td:nth-child(2) {
    width: 45px;
}
.tabletestatemodulesadmin td:nth-child(3),
.tabletestatemodulesrealtime td:nth-child(3),
.tabletestatemodules th:nth-child(3),
.tabletestatemodulesrealtimeadmin td:nth-child(3) {
    width: 80px;
    border-left: none;
}
.tabletestatemodules th:nth-child(4) {
    width: 80px;
}
.tabletestatemodules tfoot th,
.tabletestatemodulesadmin tfoot th,
.tabletestatemodulesrealtime tfoot th,
.tabletestatemodulesrealtimeadmin tfoot th {
    display: none;
}
/*
.tabletestatemodules tfoot th,
.tabletestatemodulesrealtime {
    display: none;
}
*/
.tabletestatemodules tr:last-child td:first-child,
.tabletestatemodulesadmin tr:last-child td:first-child,
.tabletestatemodulesrealtime tr:last-child td:first-child,
.tabletestatemodulesrealtimeadmin tr:last-child td:first-child
{
    -moz-border-radius-bottomleft:5px;
    -webkit-border-bottom-left-radius:5px;
    border-bottom-left-radius:5px;
}
.tabletestatemodules tr:last-child td:last-child,
.tabletestatemodulesadmin tr:last-child td:last-child,
.tabletestatemodulesrealtime tr:last-child td:last-child,
.tabletestatemodulesrealtimeadmin tr:last-child td:last-child
{
    -moz-border-radius-bottomright:5px;
    -webkit-border-bottom-right-radius:5px;
    border-bottom-right-radius:5px;
}
.tabletestatemodules .state,
.tabletestatemodulesrealtime .state,
.tabletestatemodulesadmin .state {
    /*font-family: OpenSans-Semibold, Arial;*/
}
.divhinttd {
    width: 100%;
    height: 100%;
    white-space: nowrap;
}
.divhinttd p {
    display: none;
}
.tabletestatemodulesadmin .divhinttd,
.tabletestatemodulesrealtime .divhinttd,
.tabletestatemodules .divhinttd,
.tabletestatemodulesrealtimeadmin .divhinttd {
    height: 20px;
}
    .divhinttd .sonardiv {
	position: relative;
        top: 0px;
        left: 0px;
        float: left;
    }
    .tabletestatemodulesrealtime .divhinttd .sonardiv img,
    .tabletestatemodules .divhinttd .sonardiv img,
    .tabletestatemodulesrealtimeadmin .divhinttd .sonardiv img {
	left: 10px;
    }
    .divhinttd .sonardiv img {
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation: iconpuls 3s 10000000;
    }
	.divhinttd .sonardiv .sonarimg {
	    -webkit-transform: scale(0);
	    -webkit-animation: sonarstatepuls 3s 1;
	}
	@-webkit-keyframes sonarstatepuls {
    	    0% {-webkit-transform: scale(0); opacity: 1;}
    	    100% {-webkit-transform: scale(2); opacity: 0;}
	}
    @-webkit-keyframes iconpuls {
        0% {-webkit-transform: scale(1);}
        50% {-webkit-transform: scale(0.6);}
        100% {-webkit-transform: scale(1);}
    }
.objdiv span {
    padding-left: 3px;
}
    .tabletestatemodulesrealtime tr.sel td .objdiv span:first-child,
    .tabletestatemodules tr.sel td .objdiv span:first-child,
    .tabletestatemodulesrealtimeadmin tr.sel td .objdiv span:first-child {
	border-left: 1px solid #08c;
    }

/*** tabletesumstate tabletesumstateday ***/
    .tabletesumstate td,
    .tabletesumstateday td {
	cursor: pointer;
    }
    .tabletesumstate td:nth-child(1),
    .tabletesumstatetime td:nth-child(1),
    .tabletesumstateday td:nth-child(1) {
	text-align: left;
	width: 120px;
    }
    .tabletesumstateday td:nth-child(n+2) {
	width: 70px;
    }
    .tabletesumstate td:nth-child(2),
    .tabletesumstate td:nth-child(3),
    .tabletesumstate td:nth-child(4),
    .tabletesumstate td:nth-child(5) {
	width: 70px;
    }
    .tabletesumstatetime td:nth-child(2),
    .tabletesumstatetime td:nth-child(3),
    .tabletesumstatetime td:nth-child(4) {
	width: 70px;
    }
    .tabletesumstate td:nth-child(6),
    .tabletesumstate td:nth-child(7),
    .tabletesumstate td:nth-child(8) {
        width: 55px;
    }
    .tabletesumstate td:last-child,
    .tabletesumstatetime td:last-child,
    .tabletesumstateday td:last-child {
        width: 10px;
    }
    .tabletesumstate td:nth-child(1),
    .tabletesumstatetime td:nth-child(1),
    .tabletesumstateday td:nth-child(1) {
	font-family: OpenSans-Semibold, Arial;
    }

/*** tabletestartstop ***/
    .tabletestartstop > * {
        word-break: break-word;
    }
    .tabletestartstop {
	cursor: pointer;
    }
    .tabletestartstop td:nth-child(1) {
        text-align: left;
        width: 120px;
    }
    .tabletestartstop td:nth-child(3),
    .tabletestartstop td:nth-child(2),
    .tabletestartstop td:nth-child(7),
    .tabletestartstop td:nth-child(8) {
        width: 80px;
    }
    .tabletestartstop td:nth-child(4) {
	width: 60px;
    }
    .tabletestartstop td:nth-child(5) {
        width: 100px;
    }
    .tabletestartstop td:nth-child(6) {
        width: 70px;
    }
    .tabletestartstop td:nth-child(9) {
        width: 100px;
    }
    .tabletestartstop td:nth-child(1) {
        font-family: OpenSans-Semibold, Arial;
    }

/*** tableteallclientsedit, tableteallclientsedit ***/
    .tableteallclientsedit,
    .tableteallclientsadmin > * {
	word-break: break-word;
    }
    .tableteallclientsedit td:first-child,
    .tableteallclientsedit td:last-child,
    .tableteallclientsadmin td:first-child,
    .tableteallclientsadmin td:last-child {
	width: 30px;
    }
    .tableteallclientsedit td:nth-child(2),
    .tableteallclientsadmin td:nth-child(2) {
        width: 200px;
	cursor: pointer;
    }
    .tableteallclientsedit td:nth-child(3),
    .tableteallclientsadmin td:nth-child(3) {
        width: 55px;
    }
    .tableteallclientsedit td:nth-child(4),
    .tableteallclientsedit td:nth-child(5),
    .tableteallclientsedit td:nth-child(8),
    .tableteallclientsadmin td:nth-child(4),
    .tableteallclientsadmin td:nth-child(5),
    .tableteallclientsadmin td:nth-child(8),
    .tableteallclientsadmin td:nth-child(9) {
        width: 130px;
    }
    .tableteallclientsedit td:nth-child(6),
    .tableteallclientsedit td:nth-child(7),
    .tableteallclientsadmin td:nth-child(6),
    .tableteallclientsadmin td:nth-child(7) {
        width: 55px;
    }
    .tableteallclientsedit td:nth-child(2),
    .tableteallclientsadmin td:nth-child(2) {
        font-family: OpenSans-Semibold, Arial;
    }
    .tableteallclientsedit td:nth-child(2),
    .tableteallclientsadmin td:nth-child(2) {
	text-align: left;
    }

/*** tableteallcontactsedit ***/
    .tableteallcontactsedit > * {
        word-break: break-word;
    }
    .tableteallcontactsedit td:first-child,
    .tableteallcontactsedit td:last-child {
        width: 40px;
    }
    .tableteallcontactsedit td:nth-child(2),
    .tableteallcontactsedit td:nth-child(3) {
        width: 200px;
    }
    .tableteallcontactsedit td:nth-child(4) {
        width: 130px;
    }
    .tableteallcontactsedit td:nth-child(5) {
        width: 100px;
    }
    .tableteallcontactsedit td:nth-child(6) {
        width: 150px;
    }
    .tableteallcontactsedit td:nth-child(7) {
        width: 100px;
	cursor: pointer;
    }
    .tableteallcontactsedit td:nth-child(2),
    .tableteallcontactsedit td:nth-child(3) {
        text-align: left;
    }
    .tableteallcontactsedit td:nth-child(7) {
	font-family: OpenSans-Semibold, Arial;
    }

/*** tableteusersedit, tableteusersadminedit ***/
    .tableteusersedit,
    .tableteusersadminedit > * {
        word-break: break-word;
    }
    .tableteusersedit td:first-child,
    .tableteusersedit td:last-child,
    .tableteusersadminedit td:first-child,
    .tableteusersadminedit td:last-child,
    .tableteusersadminedit td:nth-child(2),
    .tableteusersadminedit td:nth-child(5) {
        width: 40px;
    }
    .tableteusersadminedit td:nth-child(3),
    .tableteusersedit td:nth-child(2) {
        width: 100px;
        cursor: pointer;
    }
    .tableteusersedit td:nth-child(3),
    .tableteusersadminedit td:nth-child(4),
    .tableteusersadminedit td:nth-child(5),
    .tableteusersadminedit td:nth-child(6) {
        width: 100px;
    }
    .tableteusersedit td:nth-child(2),
    tableteusersadminedit td:nth-child(3) {
        font-family: OpenSans-Semibold, Arial;
    }

/*** tableteobjectaccedit ***/
    .tableteobjectaccedit > * {
        word-break: break-word;
    }
    .tableteobjectaccedit td:first-child,
    .tableteobjectaccedit td:last-child {
        width: 40px;
    }
    .tableteobjectaccedit td:nth-child(2) {
        width: 200px;
	text-align: left;
    }
    .tableteobjectaccedit td:nth-child(3) {
        width: 100px;
    }

/*** tableteobjectaccshow ***/
    .tableteobjectaccshow > * {
        word-break: break-word;
    }
    .tableteobjectaccshow td:nth-child(1) {
        width: 200px;
	text-align: left;
    }
    .tableteobjectaccshow td:nth-child(3) {
        width: 100px;
    }
    .tableteobjectaccshow td:nth-child(2) {
        width: 200px;
    }

/*** tableteparkedit ***/
    .tableteparkedit > * {
        word-break: break-word;
    }
    .tableteparkedit td:first-child,
    .tableteparkedit td:last-child {
        width: 40px;
    }
    .tableteparkedit td:nth-child(2),
    .tableteparkedit td:nth-child(7) {
        width: 200px;
        text-align: left;
    }
    .tableteparkedit td:nth-child(3),
    .tableteparkedit td:nth-child(4),
    .tableteparkedit td:nth-child(5),
    .tableteparkedit td:nth-child(6) {
        width: 60px;
    }
    .tableteparkedit td:nth-child(7) {
        font-family: OpenSans-Semibold, Arial;
	cursor: pointer;
    }

/*** tableteobjectedit ***/
    .tableteobjectedit > * {
        word-break: break-word;
    }
    .tableteobjectedit td:first-child,
    .tableteobjectedit td:last-child {
        width: 30px;
    }
    .tableteobjectedit td:nth-child(2) {
        width: 150px;
    }
    .tableteobjectedit td:nth-child(4) {
        width: 60px;
    }
    .tableteobjectedit td:nth-child(5),
    .tableteobjectedit td:nth-child(6),
    .tableteobjectedit td:nth-child(7),
    .tableteobjectedit td:nth-child(8),
    .tableteobjectedit td:nth-child(9),
    .tableteobjectedit td:nth-child(10),
    .tableteobjectedit td:nth-child(11),
    .tableteobjectedit td:nth-child(12),
    .tableteobjectedit td:nth-child(13),
    .tableteobjectedit td:nth-child(14),
    .tableteobjectedit td:nth-child(16) {
        width: 50px;
    }
    .tableteobjectedit td:nth-child(3) {
        width: 150px;
    }
    .tableteobjectedit td:nth-child(15) {
        width: 70px;
    }
    .tableteobjectedit td:nth-child(2),
    .tableteobjectedit td:nth-child(3) {
        text-align: left;
	font-family: OpenSans-Semibold, Arial;
        cursor: pointer;
    }

/*** tabletesensoredit ***/
    .tabletesensoredit > * {
        word-break: break-word;
    }
    .tabletesensoredit td:first-child,
    .tabletesensoredit td:last-child {
        width: 40px;
    }
    .tabletesensoredit td:nth-child(2),
    .tabletesensoredit td:nth-child(7),
    .tabletesensoredit td:nth-child(8) {
        width: 150px;
    }
    .tabletesensoredit td:nth-child(3) {
        width: 30px;
    }
    .tabletesensoredit td:nth-child(4),
    .tabletesensoredit td:nth-child(6) {
        width: 100px;
    }
    .tabletesensoredit td:nth-child(5),
    .tabletesensoredit td:nth-child(9) {
        width: 50px;
    }
    .tabletesensoredit
    .tabletesensoredit
    .tabletesensoredit td:nth-child(2) {
        text-align: left;
        font-family: OpenSans-Semibold, Arial;
    }
 
/*** tabletemodulestableedit ***/
    .tabletemodulestableedit > * {
        word-break: break-word;
    }
    .tabletemodulestableedit td:first-child,
    .tabletemodulestableedit td:last-child {
        width: 30px;
    }
    .tabletemodulestableedit td:nth-child(2) {
        width: 100px;
    }
    .tabletemodulestableedit td:nth-child(3) {
        width: 80px;
    }
    .tabletemodulestableedit td:nth-child(4),
    .tabletemodulestableedit td:nth-child(9) {
        width: 40px;
    }
    .tabletemodulestableedit td:nth-child(5) {
        width: 50px;
    }
    .tabletemodulestableedit td:nth-child(6) {
        width: 200px;
    }
    .tabletemodulestableedit td:nth-child(7) {
        width: 80px;
    }
    .tabletemodulestableedit td:nth-child(8) {
        width: 200px;
    }

/*** tabletedesktopacc, tabletedesktopaccadmin ***/
    .tabletedesktopacc,
    .tabletedesktopaccadmin > * {
        word-break: break-word;
    }
    .tabletedesktopacc td:first-child,
    .tabletedesktopacc td:last-child,
    .tabletedesktopaccadmin td:first-child,
    .tabletedesktopaccadmin td:last-child {
        width: 40px;
    }
    .tabletedesktopacc td:nth-child(2),
    .tabletedesktopaccadmin td:nth-child(2) {
        width: 70px;
    }
    .tabletedesktopaccadmin td:nth-child(4) {
        width: 50px;
    }
    .tabletedesktopacc td:nth-child(3),
    .tabletedesktopaccadmin td:nth-child(3) {
        width: 120px;
	font-family: OpenSans-Semibold, Arial;
	cursor: pointer;
    }

/*** tabletedesktops ***/
    /*.tabletedesktops > * {
        word-break: break-word;
    }*/
    .tabletedesktops td:first-child,
    .tabletedesktops td:last-child {
        width: 40px;
    }
    .tabletedesktops td:nth-child(2) {
        width: 30px;
    }
    .tabletedesktops td:nth-child(3) {
        width: 80px;
    }
    .tabletedesktops td:nth-child(4),
    .tabletedesktops td:nth-child(5),
    .tabletedesktops td:nth-child(6) {
        width: 60px;
    }
    .tabletedesktops td:nth-child(3) {
	font-family: OpenSans-Semibold, Arial;
        cursor: pointer;
    }

/*** tabletedesktopmodulesedit ***/
    /*.tabletedesktopmodulesedit > * {
        word-break: break-word;
    }*/
    .tabletedesktopmodulesedit td:first-child,
    .tabletedesktopmodulesedit td:last-child {
        width: 40px;
    }
    .tabletedesktopmodulesedit td:nth-child(2) {
        width: 100px;
    }
    .tabletedesktopmodulesedit td:nth-child(3) {
        width: 150px;
    }
    .tabletedesktopmodulesedit td:nth-child(4) {
        width: 30px;
    }
    .tabletedesktopmodulesedit td:nth-child(5),
    .tabletedesktopmodulesedit td:nth-child(6) {
        width: 40px;
    }

/*** tabletedevice ***/
    .tabletedevice > * {
        word-break: break-word;
    }
    .tabletedevice td:first-child,
    .tabletedevice td:last-child {
        width: 40px;
    }
    .tabletedevice td:nth-child(2),
    .tabletedevice td:nth-child(7) {
        width: 30px;
    }
    .tabletedevice td:nth-child(3) {
        width: 110px;
	font-family: OpenSans-Semibold, Arial;
    }
    .tabletedevice td:nth-child(4),
    .tabletedevice td:nth-child(5) {
        width: 50px;
    }
    .tabletedevice td:nth-child(6),
    .tabletedevice td:nth-child(8),
    .tabletedevice td:nth-child(9) {
        width: 40px;
    }
    .tabletedevice td:nth-child(10),
    .tabletedevice td:nth-child(11) {
        width: 60px;
    }
    .tabletedevice td:nth-child(12) {
        width: 80px;
    }
    .tabletedevice td:nth-child(2),
    .tabletedevice td:nth-child(3) {
        font-family: OpenSans-Semibold, Arial;
    }

/*** tabletesimcardedit ***/
    .tabletesimcardedit > * {
        word-break: break-word;
    }
    .tabletesimcardedit td:first-child,
    .tabletesimcardedit td:last-child {
        width: 40px;
    }
    .tabletesimcardedit td:nth-child(2) {
        width: 80px;
    }
    .tabletesimcardedit td:nth-child(3) {
        width: 120px;
    }
    .tabletesimcardedit td:nth-child(4) {
        width: 80px;
	font-family: OpenSans-Semibold, Arial;
    }
    .tabletesimcardedit td:nth-child(n+5) {
        width: 70px;
    }

/*** tabletediagmain ***/
    .tabletediagmain td:nth-child(1) {
        width: 30px;
    }
    .tabletediagmain td:nth-child(2) {
        width: 70px;
    }
    .tabletediagmain td:nth-child(3),
    .tabletediagmain td:nth-child(6) {
        width: 50px;
    }
    .tabletediagmain td:nth-child(4),
    .tabletediagmain td:nth-child(5) {
        width: 70px;
    }
    .tabletediagmain td:nth-child(n+7) {
        width: 40px;
    }
    .tabletediagmain td:nth-child(1),
    .tabletediagmain td:nth-child(2) {
	font-family: OpenSans-Semibold, Arial;
    }

/*** tabletediagcan ***/
    .tabletediagcan > * {
        word-break: break-word;
    }
    .tabletediagcan td:nth-child(1) {
        width: 30px;
    }
    .tabletediagcan td:nth-child(2) {
        width: 50px;
    }
    .tabletediagcan td:nth-child(3) {
        width: 70px;
    }
    .tabletediagcan td:nth-child(n+4) {
        width: 50px;
    }
    .tabletediagcan td:nth-child(1),
    .tabletediagcan td:nth-child(3),
    .tabletediagcan td:nth-child(6) {
        font-family: OpenSans-Semibold, Arial;
    }

/*** tabletecontactsedit ***/
    .tabletecontactsedit > * {
        word-break: break-word;
    }
    .tabletecontactsedit td:first-child,
    .tabletecontactsedit td:last-child {
        width: 30px;
    }
    .tabletecontactsedit td:nth-child(2) {
        width: 150px;
	text-align: left;
    }
    .tabletecontactsedit td:nth-child(3) {
	width: 150px;
	text-align: left;
    }
    .tabletecontactsedit td:nth-child(4),
    .tabletecontactsedit td:nth-child(5) {
        width: 100px;
    }
    .tabletecontactsedit td:nth-child(4),
    .tabletecontactsedit td:nth-child(3) {
	font-family: OpenSans-Semibold, Arial;
    }
    .tabletecontactsedit td:nth-child(6) {
        width: 150px;
    }

/*** tabletecallsedit ***/
    .tabletecallsedit > * {
        word-break: break-word;
    }
    .tabletecallsedit td:first-child,
    .tabletecallsedit td:last-child {
        width: 30px;
    }
    .tabletecallsedit td:nth-child(2),
    .tabletecallsedit td:nth-child(6),
    .tabletecallsedit td:nth-child(8),
    .tabletecallsedit td:nth-child(9) {
        width: 65px;
    }
    .tabletecallsedit td:nth-child(3),
    .tabletecallsedit td:nth-child(4),
    .tabletecallsedit td:nth-child(7) {
	text-align: left;
    }
    .tabletecallsedit td:nth-child(2),
    .tabletecallsedit td:nth-child(6) {
	font-family: OpenSans-Semibold, Arial;
    }
    .tabletecallsedit td:nth-child(3),
    .tabletecallsedit td:nth-child(4),
    .tabletecallsedit td:nth-child(5),
    .tabletecallsedit td:nth-child(7) {
        width: 150px;
    }

/*** tabletxcalldescription ***/
    .tabletxcalldescription td:nth-child(1) {
        text-align: left;
    }

/*** tableteallclients ***/
    .tableteallclients td:nth-child(1),
    .tableteallclients td:nth-child(7),
    .tableteallclients td:nth-child(8) {
        width: 150px;
    }
    .tableteallclients td:nth-child(2) {
        width: 40px;
    }
    .tableteallclients td:nth-child(3),
    .tableteallclients td:nth-child(4) {
        width: 120px;
    }
    .tableteallclients td:nth-child(5),
    .tableteallclients td:nth-child(6) {
        width: 50px;
    }
    .tableteallclients td:nth-child(1),
    .tableteallclients td:nth-child(7) {
	font-family: OpenSans-Semibold, Arial;
    }	

/*** tabletemodulename ***/
    .tabletemodulename td:first-child,
    .tabletemodulename td:last-child {
        width: 30px;
    }
    .tabletemodulename td:nth-child(2) {
        width: 150px;
	font-family: OpenSans-Semibold, Arial;
	text-align: left;
    }
    .tabletemodulename td:nth-child(3),
    .tabletemodulename td:nth-child(4),
    .tabletemodulename td:nth-child(5) {
        width: 100px;
    }

/*** tabletefieldname ***/
    .tabletefieldname td:first-child,
    .tabletefieldname td:last-child {
        width: 30px;
    }
    .tabletefieldname td:nth-child(2) {
        width: 150px;
        font-family: OpenSans-Semibold, Arial;
	text-align: left;
    }

    .tabletefieldname td:nth-child(3),
    .tabletefieldname td:nth-child(4),
    .tabletefieldname td:nth-child(5) {
        width: 100px;
    }

/*** tabletereginvoices tableteregpayments tableteregacts tableteregconditionalpayment ***/
    .tabletereginvoices td:first-child,
    .tabletereginvoices td:last-child,
    .tableteregpayments td:first-child,
    .tableteregpayments td:last-child,
    .tableteregacts td:first-child,
    .tableteregacts td:last-child,
    .tableteregconditionalpayment td:first-child,
    .tableteregconditionalpayment td:last-child,
    .tabletereginvoicesclient td:first-child,
    .tabletereginvoicesclient td:last-child,
    .tableteflsstartstopedit td:first-child {
	width: 30px;
    }
    .tabletereginvoices td:nth-child(2),
    .tableteregpayments td:nth-child(2),
    .tableteregacts td:nth-child(2),
    .tableteregconditionalpayment td:nth-child(2),
    .tableteregpaymentsforsales td:nth-child(1) {
	width: 150px;
	font-family: OpenSans-Semibold, Arial;
        text-align: left;
    }
    .tableteregpayments td:nth-child(3),
    .tableteregacts td:nth-child(3),
    .tableteregconditionalpayment td:nth-child(3),
    .tableteregconditionalpayment td:nth-child(7),
    .tabletereginvoicesclient td:nth-child(2),
    .tabletereginvoicesclient td:nth-child(5),
    .tabletereginvoicesclient td:nth-child(7),
    .tabletereginvoicesclient td:nth-child(9),
    .tableteregpaymentsforsales td:nth-child(n+2),
    .tableteregpaymentmessage td:nth-child(n+3),
    .tableteregpaymentmessagebyclient td:nth-child(n+2),
    .tableteregpaymentmessageinfo td:nth-child(n+1) {
	width: 70px;
    }
    .tableteregpaymentmessage td:first-child,
    .tableteregpaymentmessage td:last-child,
    .tableteregpaymentmessagebyclient td:first-child {
        width: 30px;
    }
    .tabletereginvoices td:nth-child(3),
    .tableteregpayments td:nth-child(4),
    .tableteregacts td:nth-child(4),
    .tableteregconditionalpayment td:nth-child(4) {
        width: 70px;
	font-family: OpenSans-Semibold, Arial;
    }
    .tabletereginvoices td:nth-child(4),
    .tableteregpayments td:nth-child(5),
    .tableteregacts td:nth-child(5),
    .tableteregconditionalpayment td:nth-child(5),
    .tableteregacts td:nth-child(10),
    .tabletereginvoicesclient td:nth-child(4) {
        width: 80px;
    }
    .tableteregpayments td:nth-child(6),
    .tableteregacts td:nth-child(6),
    .tableteregacts td:nth-child(9) {
        width: 70px;
    }
    .tabletereginvoices td:nth-child(6),
    .tableteregpayments td:nth-child(7),
    .tableteregacts td:nth-child(7),
    .tableteregconditionalpayment td:nth-child(6) {
        width: 80px;
	font-family: OpenSans-Semibold, Arial;
    }
    .tabletereginvoices td:nth-child(8),
    .tableteregpayments td:nth-child(9),
    .tableteregacts td:nth-child(10),
    .tableteregconditionalpayment td:nth-child(9),
    .tableteregpaymentsforsales td:last-child {
        width: 150px;
	text-align: left;
    }
    .tableteregpayments td:nth-child(8),
    .tableteregacts td:nth-child(8),
    .tableteregconditionalpayment td:nth-child(8) {
	width: 90px;
    }
    table tr.paid td:nth-child(9) {
	background: #cfc;
	text-shadow: none;
    }
    table tr.unpaid td:nth-child(9) {
	background: #fcc;
	text-shadow: none;
    }

/*** tabletedeviceerror ***/
    .tabletedeviceerror td:last-child {
        text-align: left;
    }
	
/*** tableteselclients ***/
    .tableteselclients td {
	text-align: left;
    }

/*** tableteselcontacts ***/
    .tableteselcontacts td:first-child {
        text-align: left;
    }
    .tableteselcontacts td:last-child {
	font-family: OpenSans-Semibold, Arial;
    }

/*** tabletecanparamtypessel ***/
    .tabletecanparamtypessel td:nth-child(1),
    .tabletecanparamtypessel td:nth-child(2) {
	width: 10px;
    }
    .tabletecanparamtypessel td:nth-child(3) {
        width: 100px;
	text-align: left;
	cursor: pointer;
    }

/*** tabletesumstatspeed tabletesumstatrpm tabletesumstatload tabletesumstattemperature tabletesumstatboost tabletesumstatconsumption tableterpmonspeed tabletesumcanstat tabletesumcanfuel tabletesumcanfuelliters ***/
    .tabletesumstatspeed td:nth-child(1),
    .tabletesumstatrpm td:nth-child(1),
    .tabletesumstatload td:nth-child(1),
    .tabletesumstattemperature td:nth-child(1),
    .tabletesumstatboost td:nth-child(1),
    .tabletesumstatconsumption td:nth-child(1),
    .tableterpmonspeed td:nth-child(1),
    .tableteloadonrpm td:nth-child(1),
    .tableteconsumptiononspeed td:nth-child(1),
    .tabletesumcandest td:nth-child(1),
    .tabletesumcandestday td:nth-child(1),
    .tabletesummotohours td:nth-child(1),
    .tabletesummotohoursday td:nth-child(1) {
	width: 150px;
        text-align: left;
	font-family: OpenSans-Semibold, Arial;
    }
    .tabletesumcanstat td:nth-child(1),
    .tabletesumcanfuel td:nth-child(1),
    .tabletesumcanfuelliters td:nth-child(1),
    .tabletesumcanfuellitersadmin td:nth-child(1),
    .tableteflssumstartstop td:nth-child(1),
    .tableteflsstartstop td:nth-child(1),
    .tableteflsstartstopdelta td:nth-child(1),
    .tableteregpaymentmessage td:nth-child(2),
    .tabletesumcanfueladmin td:nth-child(1) {
        width: 100px;
        text-align: left;
        font-family: OpenSans-Semibold, Arial;
    }
    .tabletesumstatspeed td:nth-child(n+2),
    .tabletesumstatrpm td:nth-child(n+2),
    .tabletesumstatload td:nth-child(2),
    .tabletesumstatload td:nth-child(3),
    .tabletesumstattemperature td:nth-child(2),
    .tabletesumstattemperature td:nth-child(3),
    .tabletesumstatboost td:nth-child(2),
    .tabletesumstatboost td:nth-child(3),
    .tabletesumstatconsumption td:nth-child(n+2),
    .tableterpmonspeed td:nth-child(n+2),
    .tableteloadonrpm td:nth-child(n+2),
    .tabletesumcanstat td:nth-child(n+2),
    .tableteconsumptiononspeed td:nth-child(n+2),
    .tabletesumcanfuel td:nth-child(n+2),
    .tabletesumcanfueladmin td:nth-child(n+2),
    .tabletesumcandest td:nth-child(n+2),
    .tabletesumcanfuelliters td:nth-child(n+2),
    .tabletesumcanfuellitersadmin td:nth-child(n+2),
    .tabletesumcandest td:nth-child(n+2),
    .tabletesummotohours td:nth-child(n+2),
    .tabletesummotohoursday td:nth-child(n+2),
    .tableteflssumstartstop td:nth-child(n+2),
    .tableteflsstartstopedit td:nth-child(n+2),
    .tableteflsstartstop td:nth-child(n+2),
    .tableteflsstartstopdelta td:nth-child(n+2) {
        width: 50px;
    }
    /*blue*/
    .tabletesumstatspeed th:nth-child(3),
    .tabletesumstatrpm th:nth-child(3),
    .tabletesumstatconsumption th:nth-child(3),
    .tableteloadonrpm th:nth-child(7),
    .tabletesumcanstat th:nth-child(3),
    .tabletesumstatetime th:nth-child(2) {
	background: rgba(0,153,204,0.6);
        text-shadow: none;
        border-top: 1px solid rgba(0,153,204,1);
        border-bottom: 1px solid rgba(0,153,204,1);
    }
    /*yellow*/
    .tabletesumstatspeed th:nth-child(5),
    .tabletesumstatrpm th:nth-child(4),
    .tableterpmonspeed th:nth-child(3),
    .tableteloadonrpm th:nth-child(3),
    .tabletesumcanstat th:nth-child(4),
    .tabletesumstatconsumption th:nth-child(4),
    .tableteconsumptiononspeed th:nth-child(3),
    .tabletesumstatetime th:nth-child(3) {
        background: rgba(255,255,0,0.6);
        text-shadow: none;
        border-top: 1px solid rgba(255,255,0,1);
        border-bottom: 1px solid rgba(255,255,0,1);
    }
    /*green*/
    .tabletesumstatspeed th:nth-child(6),
    .tabletesumstatrpm th:nth-child(5),
    .tableterpmonspeed th:nth-child(4),
    .tableteloadonrpm th:nth-child(4),
    .tabletesumstatboost th:nth-child(3),
    .tabletesumcanstat th:nth-child(5),
    .tabletesumstatconsumption th:nth-child(5),
    .tableteconsumptiononspeed th:nth-child(4),
    .tabletesumstatetime th:nth-child(4) {
	background: rgba(0,204,51,0.6);
        text-shadow: none;
        border-top: 1px solid rgba(0,204,51,1);
        border-bottom: 1px solid rgba(0,204,51,1);
    }
    /*dark green*/
    .tableterpmonspeed th:nth-child(5),
    .tableteloadonrpm th:nth-child(5),
    .tableteconsumptiononspeed th:nth-child(5),
    .tabletesumcanfuelliters th:nth-child(4) {
        background: rgba(0,102,0,0.6);
        text-shadow: none;
        border-top: 1px solid rgba(0,102,0,1);
        border-bottom: 1px solid rgba(0,102,0,1);
    }
    /*red*/
    .tableteloadonrpm th:nth-child(9),
    .tabletesummotohours th:nth-child(5) {
        background: rgba(255,51,51,0.6);
        text-shadow: none;
        border-top: 1px solid rgba(255,51,51,1);
        border-bottom: 1px solid rgba(255,51,51,1);
    }
    /*fiolet*/
    .tabletesumstatspeed th:nth-child(7),
    .tableterpmonspeed th:nth-child(7),
    .tableteloadonrpm th:nth-child(8),
    .tableteconsumptiononspeed th:nth-child(7),
    .tabletesumcanfuel th:nth-child(4),
    .tabletesumcandest th:nth-child(3),
    .tabletesummotohours th:nth-child(3) {
	background: rgba(102,51,204,0.6);
        text-shadow: none;
        border-top: 1px solid rgba(102,51,204,1);
        border-bottom: 1px solid rgba(102,51,204,1);
    }
    /*orange*/
    .tabletesumstattemperature th:nth-child(3),
    .tableterpmonspeed th:nth-child(6),
    .tableteloadonrpm th:nth-child(6),
    .tableteconsumptiononspeed th:nth-child(6),
    .tabletesumcandest th:nth-child(2),
    .tabletesumcanfuelliters th:nth-child(5) {
        background: rgba(255,153,0,0.6);
        text-shadow: none;
        border-top: 1px solid rgba(255,153,0,1);
        border-bottom: 1px solid rgba(255,153,0,1);
    }
    /*purpur*/
    .tabletesumstatload th:nth-child(3),
    .tableterpmonspeed th:nth-child(8),
    .tabletesumcanfuel th:nth-child(6),
    .tabletesumstate th:nth-child(2),
    .tabletesummotohours th:nth-child(4) {
        background: rgba(204,51,255,0.6);
        text-shadow: none;
        border-top: 1px solid rgba(204,51,255,1);
        border-bottom: 1px solid rgba(204,51,255,1);
    }
/*** tabletediagvt500can tabletediagmainadmin ***/
    .tabletediagvt500can td:nth-child(1),
    .tabletediagvt500can td:nth-child(n+3),
    .tabletediagmainadmin td:nth-child(1),
    .tabletediagmainadmin td:nth-child(n+4) {
	width: 45px;
    }
    .tabletediagvt500can td:nth-child(2),
    .tabletediagmainadmin td:nth-child(2),
    .tabletediagmainadmin td:nth-child(3) {
        width: 60px;
    }
/*** tabletestatclientsbillingtobalance tabletestatclientsbillingbalance tabletestatclientsbillingbalanceadmin tabletestatclientsbilling ***/
    .tabletestatclientsbillingtobalance td:nth-child(n+2),
    .tabletestatclientsbillingbalance td:nth-child(n+2),
    .tabletestatclientsbillingbalanceadmin td:nth-child(n+2),
    .tabletestatclientsbillingtobalanceadmin td:nth-child(n+2),
    .tabletestatclientsbilling td:nth-child(n+2),
    .tabletestatclientsbillingservicebalance td:nth-child(n+2),
    .tableteclientbalancadmin td:nth-child(n+2),
    .tabletestatdocuments td:nth-child(n+1),
    .tabletestatdocumentscash td:nth-child(n+1),
    .tabletestatclientsbillingservicebalanceadmin td:nth-child(n+2) {
        width: 75px;
    }
/*** tableteclientbalance ***/
    .tableteclientbalance td:nth-child(n+2) {
        width: 70px;
    }
    .tableteclientbalance td:nth-child(3) {
        width: 80px;
    }
/*** tabletereginvoicesprintclient ***/
    .tabletereginvoicesprintclient td:nth-child(1),
    .tableteclientbalance td:nth-child(1),
    .tableteclientbalancadmin td:nth-child(1),
    .tabletestatclientsbillingtobalance td:nth-child(1),
    .tabletestatclientsbillingbalance td:nth-child(1),
    .tabletestatclientsbillingbalanceadmin td:nth-child(1),
    .tabletestatclientsbillingtobalanceadmin td:nth-child(1),
    .tabletestatclientsbilling td:nth-child(1),
    .tabletestatclientsbillingservicebalance td:nth-child(1),
    .tabletestatclientsbillingservicebalanceadmin td:nth-child(1),
    .tabletereginvoicesprintadmin td:nth-child(1) {
	width: 100px;
	text-align: left;
        font-family: OpenSans-Semibold, Arial;
    }
    .tabletereginvoicesprintclient td:nth-child(n+2),
    .tabletereginvoicesbyclient td:nth-child(n+1),
    .tabletereginvoicesprintadmin td:nth-child(n+2) {
        width: 70px;
    }
    .tabletereginvoicesprintclient td:nth-child(4),
    .tabletereginvoicesprintclient td:nth-child(n+7),
    .tabletereginvoicesprintclient th:nth-child(4),
    .tabletereginvoicesprintclient th:nth-child(n+7),
    .tabletestatclientsbillingtobalance tfoot th,
    .tabletestatclientsbillingbalance tfoot th,
    .tabletereginvoicesprintadmin td:nth-child(n+7),
    .tabletereginvoicesprintadmin th:nth-child(n+7) {
	display: none;
    }

    .tabletereginvoicesbyclient td:first-child {
	width: 30px;
    }
    .tabletestatclientsbillingtobalance tr:last-child td:first-child,
    .tabletestatclientsbillingbalance tr:last-child td:first-child {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px;
	border-bottom-left-radius:5px;
    }
    .tabletestatclientsbillingtobalance tr:last-child td:last-child,
    .tabletestatclientsbillingbalance tr:last-child td:last-child {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px;
        border-bottom-right-radius:5px;
    }
/*** tableteregservicerequestspartner tableteregservicerequestswhatdone ***/
    .tableteregservicerequestspartner td:nth-child(1),
    .tableteregservicerequestswhatdone td:nth-child(1) {
	width: 30px;
    }
    .tableteregservicerequestspartner tr {
	cursor: pointer;
    }
    .tableteregservicerequestspartner td:nth-child(2),
    .tableteregservicerequestswhatdone td:nth-child(2) {
        width: 70px;
    }
    .tableteregservicerequestspartner td:nth-child(3) {
        width: 120px;
	text-align: left;
        font-family: OpenSans-Semibold, Arial;
    }
    .tableteregservicerequestspartner td:nth-child(4),
    .tableteregservicerequestswhatdone td:nth-child(5),
    .tableteregservicerequestswhatdone td:nth-child(7),
    .tableteregservicerequestswhatdone td:nth-child(8) {
        width: 80px;
    }
    .tableteregservicerequestspartner td:nth-child(5),
    .tableteregservicerequestspartner td:nth-child(6),
    .tableteregservicerequestswhatdone td:nth-child(3),
    .tableteregservicerequestswhatdone td:nth-child(6),
    .tableteregservicerequestswhatdone td:nth-child(9) {
        width: 60px;
    }
    .tableteregservicerequestspartner td:nth-child(7),
    .tableteregservicerequestswhatdone td:nth-child(4) {
        width: 150px;
        text-align: left;
    }
    .tableteregservicerequestswhatdone td:nth-child(4) {
        width: 150px;
        text-align: left;
    }


/*** ROW COLOR for case***/
table tr.externalvoltage td {
    background: #cfc;
    text-shadow: none;
    border-bottom: 1px solid rgba(0,204,51,1);
    border-top: none;
/*    background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
    background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);*/
}
table tr.internalvoltage td {
    background: #fcc;
    border-bottom: 1px solid rgba(255,51,51,1);
    text-shadow: none;
    border-top: none;
}
table tr.internalvoltage:hover td,
table tr.externalvoltage:hover td {
    background: #e3e3e3;
    /*
    background: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e3e3e3));
    background: -moz-linear-gradient(top,  #e5e5e5,  #e3e3e3);
    */
}
/* for calendar in date field*/
.hourminsecmsec{
    width: 438px;
}
.editbutton,
.addbutton {
    width: 30px;
    cursor: pointer;
}
/*************************** skinUpper **********************************/
.skinUpper {
    text-transform: uppercase;
}
.skinUpper thead th,
.skinUpper tfoot th {
    text-align: center !important;
    vertical-align: middle;
}
/****************************************************************/

/************************ TD CLASSES **************************/
.tdnum {
    width: 30px;
    text-align: center;
}
.tdbortname {
    width: 30px;
    text-align: center;
}
.tdteam {
    width: 160px;
    text-align: left;
}
.tddrivers {
    width: 200px;
    text-align: left;
}
.tdnational {
    width: 30px;
    text-align: center;
}
.tdcar {
    width: 120px;
    text-align: left;
}
.tdgroup  {
    width: 50px;
    text-align: center;
}
.tdpriority {
    width: 40px;
    text-align: center;
}
.tdstarttime {
    width: 60px;
    text-align: center;
}
.tddisplaynone {
    display: none;
}
.tdw200left {
    width: 200px;
    text-align: left;
}
.tdw150left {
    width: 150px;
    text-align: left;
}
    .thead.tdw150left {
	width: 150px;
    	text-align: center;
    }

.tdw120 {
    width: 120px;
    text-align: left;
}
.tdw100 {
    width: 100px;
    text-align: left;
}
    .thead.tdw100 {
	width: 100px;
	text-align: center;
    }
.tdw80right {
    width: 80px;
    text-align: right;
}
.tdw80 {
    width: 80px;
}
.tdw70 {
    width: 70px;
}
.tdw70right {
    width: 70px;
    text-align: right;
}
.tdw60right {
    width: 60px;
    text-align: right;
}
.tdw50 {
    width: 50px;
}
.tdw45left {
    width: 45px;
    text-align: left;
}
.tdw85left {
    width: 85px;
    text-align: left;
}
.tdw50left {
    width: 50px;
    text-align: left;
}
.tdw80left {
    width: 80px;
    text-align: left;
}
.tdw65left {
    width: 65px;
    text-align: left;
}
.tdw35 {
    width: 35px;
}
.tdw30 {
    width: 30px;
}
.tdw20 {
    width: 20px;
}
.tdw5 {
    width: 5px;
}
.tdleft {
    text-align: left;
}

/********************************************************************/

/* add by daimon 16 jul 2014*/
.textarea{
text-align: left;
}



/******************* SKIN *****************/
table.nobordernobackground {
    border: 0px;
}
    table.nobordernobackground tr td {
	background: none;
	border: 0px;
    }

table.pointerrow tr {
    cursor: pointer;
}

/* for module Power Status iluumination old dale */
.verylongdate{
    font-weight: bold !important;
    color: black !important;
    background-color: #ffff00;
}
table tr.asstopped td {
    background-color: #fafafa;
}
table tr.asstopped:hover td {
    background-color: #ebebeb;
}
.ashidden{
    display: none;
}