﻿body
{
    margin: 0;
    border: 0;
    padding: 10px;
}
select 
{
    padding: 3px;
}
a:visited
{
    color: black;
    text-decoration: none;
}


input[type="text"], input[type="password"], select
{
    padding: 5px;
}

input[type="text"]:focus, input[type="password"]:focus
{
    background-color: #FFFFCC;
}

input[type="submit"], input[type="button"]
{
    background-color: #CCCCCC;
    color: #333333;
    font-weight: bold;
    padding: 5px 10px;
}

#rifresko{
display:none;
}

#header
{
    background-image: url('../images/header_bg.png');
    height: 50px;
    -webkit-border-top-right-radius: 8px;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    -moz-border-radius-topright: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    background-repeat: repeat-x;
}

#DivAdministrimi
{
    float: left;
    color: White ;
    margin-left: 20px;
    font-size: 20px;
    margin-top: 15px;
    font-weight: bold;
}

#LogoContainer
{
    width: 110px;
    float: right;
    padding: 9px 5px 1px 5px;
    background-color: White;
    height: 38px;
    border: 1px solid #6600CC;
}

#LogoMorix
{
    width: 100px;
    height: 32px;
    
}

#LblMorix
{
    padding: 5px;
    color: White;
    font-weight: bold;
    font-size: 14px;
    display: inline;
    vertical-align: middle;
}
#login-box
{
    width: 300px;
    margin: auto;
    border: 1px solid #CCC;
    padding: 10px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #F4F4F4;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
#login-box label
{
    display: inline-block;
    width: 100px;
    text-align: right;
    }
    
#content-box, .content-box
{
    border: 1px solid #CCC;
    width: auto;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}
#login-box #LblMesazh
{
    color: Red;
    text-align : center;
    margin: 5px 7px;
    line-height: 50px;
}

#content, .content
{
    margin: 15px;
    }

#menu-box
{
    background-image: url('../images/menu_bg.jpg');
    height: 30px;
    background-repeat: repeat-x;
    margin: 0px;
}

#user-box
{
    float: right;
    height: 30px;
    width: 250px;
    display: table;
}
#user-box div
{
    display: table-cell;
    margin-right: 5px;
    text-align: right;
    }
#user-box a
{
    color: White;
    margin-top: 10px;
    margin-right: 15px;
    color: White;
    text-decoration: none;
    display: table-cell;
    line-height: 30px;
}
#user-box span
{
    color: White;
    margin-top: 10px;
    margin-right: 15px;
    color: White;
    text-decoration: none;
    display: inline;
}


#menu
{
    float:left;
    height: 30px;
    background-color: #616161;
}

#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    height: 30px;
}

#menu a 
{
    text-decoration: none;
    font-weight: bold;
    color: White;
}

#menu ul li
{
    float: left;
    width: 100px;
    list-style-type: none;
    line-height: 30px;
    display: block;
    cursor: pointer;
    text-align: center;
    color: White;
}
     
#menu ul li:hover
{
    background-color: #404040;
    color: Black;
}

#menu ul li:hover ul
{
    display: block;
    left: 0
}   
#menu ul li ul
{
    display: none;
    z-index: 999;
}

#menu ul li ul li
{
    border-top: 1px solid #6b727c;
    border-bottom: 1px solid #575f6a;
    position: relative;
}

.MorixGrid
{
    border: 1px solid #333333;
    margin:0;
    padding:0;
    border-collapse: collapse;
    font-size: 12px;
    color: #333;
    font-family: Arial, Helvetica, sans-serif;
}

.MorixGrid a
{
    color: Black;
    text-decoration: none;
    }
.MorixGrid th
{
    height: 40px;
    text-align: left;
    font-weight: bold;
    background-color: #C0C0C0;
    color: #000000;
}
   .MorixGrid td
{
    height: 40px;
    text-align: left;
    font-weight: bold;
    padding-left: 3px;
    color: #000000;
}
.MorixGrid tr.alternate-row
{
    background-color: #E4E4E4;
}

.MorixGrid a.edit
{
    display: block;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
    float: left;
    background-image: url('../images/action_edit.gif');
    background-repeat: no-repeat;
}
.MorixGrid a.edit:hover
{
    background-position: 0px -24px;
}

.MorixGrid a.delete
{
    display: block;
    height: 24px;
    margin: 0 8px 0 0;
    width: 24px;
    float:left;
    background-image: url('../images/action_delete.gif');
    background-repeat: no-repeat;
}
.MorixGrid a.delete:hover
{
    background-position: 0px -24px;
}

a.anulo
{
    display: block;
    height: 16px;
    width: 16px;
    float: left;
    margin-top: 2px;
    background-image: url('../images/rotate.png');
    background-repeat: no-repeat;
}

.width300
{
    width: 100%;
}
.TableImputs
{
    width: 500px;
 }
 
.nd
{
    font: 12px Verdana, sans-serif;
    text-indent: 10px;
    font-weight: bold;
    line-height: 23px;
    cursor: pointer;
    border-bottom: 1px solid #565656;
    color: White;
    background-color: #111111;
}

.nd .bet365, .nd .bwin, .nd .pinnacle, .nd .bet365v5
{
    display: inline-block;
    width: 60px;
    height: 23px;
    margin-right: 5px;
    border-right: 1px solid #565656;
}
.nd .bet365
{
    background-image: url('../images/Bet365_logo.png');
    background-repeat: no-repeat;
}

.nd .bet365v5
{
    background-image: url('../images/Bet365v5_logo.png');
    background-repeat: no-repeat;
}

.nd .bwin
{
    background-image: url('../images/bwin_logo.png');
    background-repeat: no-repeat;
}

.nd .pinnacle
{
    background-image: url('../images/pinnacle_logo.png');
    background-repeat: no-repeat;
}

.nd .rez
{
    display: inline-block;
    width: 50px;
    float: right;
}

.nd .min
{
    display: inline-block;
    width: 60px;
    margin-right: 5px;
    border-right: 1px solid #565656;
}

.nd .red
{
    color: #FF6666;
}


.nd .right
{
    display: inline-block;
    width: 230px;
    float: right;
}
.nd .right .lnk
{
    color:White;
    height: 15px;
    width: 60px;
    text-decoration: none;
    display: inline-block;
    white-space: nowrap;
}

.nd:hover
{
    background-color: #202020;
    color: #FFCD07;
}

.selected
{
    background-color: #202020;
    color: #FFCD07;
}

.header
{
    padding-left: 20px;
    font-weight: bold;
    text-decoration: underline;
}


.button
{
    display: inline-block;
    vertical-align: baseline;
    margin: 0 2px;
    outline: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font: 14px/100% Arial, Helvetica, sans-serif;
    padding: .5em 2em .55em;
    text-shadow: 0 1px 1px rgba(0,0,0,.3);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.blue
{
    color: #ffffff;
    border: solid 1px white;
    background: #0095cd;
    background: -webkit-gradient(linear, left top, left bottom, from(#00adee), to(#0078a5));
    background: -moz-linear-gradient(top, #00adee, #0078a5);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00adee', endColorstr='#0078a5');
}

.blue:hover {
	background: #007ead;
	background: -webkit-gradient(linear, left top, left bottom, from(#0095cc), to(#00678e));
	background: -moz-linear-gradient(top,  #0095cc,  #00678e);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0095cc', endColorstr='#00678e');
}
.blue:active {
	color: #80bed6;
	background: -webkit-gradient(linear, left top, left bottom, from(#0078a5), to(#00adee));
	background: -moz-linear-gradient(top,  #0078a5,  #00adee);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#0078a5', endColorstr='#00adee');
}

.esg
{
    border: 1px solid #d6dfe3;
    width: 100%;
    color: #444;
    background-color: #EFEFEF;
    border-collapse: collapse;
    border-spacing: 0px;
    empty-cells: show;
    text-align: left;
    font: 13px/1.231 "trebuchet ms", helvetica, sans-serif;
}

.esg th
{
    font-weight: bold;
    text-align: left;
    padding: 2px 7px;
    color: #666666;
    border-left: 1px solid #d6dfe3;
    border-bottom: 1px solid #d6dfe3;
    background: #f3f5f6;
    border: 1px solid #d6dfe3;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#C1C9CC);
    background-image: -webkit-linear-gradient(top, #fff, #C1C9CC);
    background-image: -moz-linear-gradient(top, #fff, #C1C9CC);
    background-image: -ms-linear-gradient(top, #fff, #C1C9CC);
    background-image: -o-linear-gradient(top, #fff, #C1C9CC);
    background-image: linear-gradient(top, #fff, #C1C9CC);
}

.esg .esgRow
{
    background-color: #FFFFFF;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.esg .esgRow td, .esg .esgAltRow td
{
    padding: 2px 7px;
    border-left: 1px solid #666666;
    border-bottom: 1px solid #666666;
}

.esg .esgAltRow
{
    background-color: #F1F1F1;
}

.esg .esgAltRow:hover, .esg .esgRow:hover
{
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#d6dfe3);
    background-image: -webkit-linear-gradient(top, #fff, #d6dfe3);
    background-image: -moz-linear-gradient(top, #fff, #d6dfe3);
    background-image: -ms-linear-gradient(top, #fff, #d6dfe3);
    background-image: -o-linear-gradient(top, #fff, #d6dfe3);
    background-image: linear-gradient(top, #fff, #d6dfe3);
}
.esg td img 
{
    border: 0;
}

a.edit
{
    display: block;
    height: 20px;
    margin: 0 8px 0 0;
    width: 20px;
    float: left;
    background-image: url('../images/action_edit.gif');
    background-repeat: no-repeat;
}
a.edit:hover
{
    background-position: 0px -20px;
}

a.delete
{
    display: block;
    height: 20px;
    margin: 0 8px 0 0;
    width: 20px;
    float:left;
    background-image: url('../images/action_delete.gif');
    background-repeat: no-repeat;
}
a.delete:hover
{
    background-position: 0px -20px;
}

#divi_rezultateve
{
    
    overflow: auto;
    overflow-x: hidden;
    z-index: 1000;
    width: 100%;
    height: 350px;
}

.table100
{
    width: 100%;
}

.table100 td
{
    width: 50%;
    vertical-align: top;
}

.lidhje
{
    float: left;
    width: 80px;
}

.fshire 
{
    color:red;
}
.problem 
{
    color:green;
}

.t_users {

    border: 1px solid black;
    width: 100%;
}
.t_users td {
    padding: 5px;
    border: 1px solid black;
}

.t_form{

    list-style: none;
}
.t_form li {
    padding: 0;
    margin: 0;
}
.t_form label, .t_form span {
    display: block;
    padding: 5px;
}

#lisound{
    width: 32px;
    height: 32px;    
    display: block;
    text-indent: -9999px;
    overflow: hidden
}
.nopadding {
    padding: 0px !important;
    padding-top: 3px !important;
    padding-right: 10px !important;
}
.moff {
    background-image: url(../images/music_off.png);
}
.mon {
    background-image: url(../images/music_on.png);
}

#GridView1 {
    width: 100%;
    
}
#GridView1 td{
    padding: 5px;
}

#GridView1 th {
    text-align: left;
}
#Insert, #Button1 {
    margin-bottom: 10px;
    
}

.redcol {
    color: red;
}

.raportim th{
    text-align: left;
    background-color: #b2b2b2;
    padding: 4px;
}
.raportim td {
    padding: 4px;
}

.raportim span {
    cursor: pointer;
    text-decoration: underline;
}

.raportim tr:nth-child(even) {
    background-color: #f1cfcf;
}

.prds{
    cursor : pointer;
}

.prds .selected{
    background : none !important;
}