/*My style ----------------------*/

a {
    color: #4e5665;
}

a:hover {
    color: #4e5665;
    text-decoration: none;
}
.container {
    width: 100%;
}

table {
	border-collapse:collapse;
}

#header {
    border: none;
}
#mainmenu {
    background: #1D1E20;
    margin: 0 auto;
    height: 58px;
    padding: 0;
    position:fixed;
    width: 100%;
}

.logoMobitel {
    margin: 0 auto;
    width: 389px;
    padding: 0;
}

.mainMenuList {
    width: 1000px;
    margin: 0 auto;
}

#mainmenu ul{
    padding: 0;
}
#mainmenu ul li {
    padding: 0;
    margin: 0;
    vertical-align: middle;
}
#mainmenu ul li a {
    color: #ffffff;
    font: bold 12px Verdana;
    vertical-align: middle;
    display: block;
    float: left;
    height: 32px;
    padding-top: 21px;
    border-right: 1px solid #333333;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
}
#mainmenu ul li a:hover {
    background: none;
    color: #ffffff;
    background: #00ADFF;
}

#mainmenu ul li.active a {
    background: #325C94;
    color: #ffffff;
    font-weight: bold;
}

#mainmenu ul li a.headExit {
    border-left: 1px solid #333333;
    float: right;
}

#mainmenu ul li a.headEnter {
    border-left: 1px solid #333333;
    float: right;
}

#mainmenu ul li a.headSms {
    border-left: 1px solid #333333;
}



#page {
    margin: 0 auto;
    border: none;
}
#logo {
    padding: 0;
}


.span-19 {
    width: 800px;
}
#content {
    padding: 5px;
}


.containerCenter {
    width: 1000px;
    margin: 0 auto;
}


div.breadcrumbs {
    padding: 68px 0 10px 0;
    width: 1000px;
    margin: 0 auto;
}


.span-5 {

}
#sidebar {
    padding: 20px 10px 20px 0;
}
.portlet-decoration {
    border-left: 5px solid #000000;
    background: #373B41;
}
.portlet-title {
    color: #ffffff;
}
.portlet-content {
    background: #D0D0D0;
}
.operations li a {
    color: #4e5665;
}
.operations li a:hover {
    color: #ffffff;
}
.operations li a:active {
    color: #ffffff;
}
.operations li a:visited {
    color: #4e5665;
}


.myChekbox.form label {
    display: inline;
}

.buttonImgDel {
    background: url("../images/delete_all.png") no-repeat;
    border: none;
    cursor: pointer;
    height: 18px;
    width: 18px;
}


.house_info {
}

.house_info_block {
}

#mainmenu ul li a.houseImg {
    padding: 18px 9px 8px 8px;
    border-left: 1px solid #333333;
}


/*Vipadayushee menu -----------------------------------------------------*/
#navigation {

}

#navigation > li.subMenu {
    display:inline-block;
    position:relative;
    padding-right: 13px;
}

#navigation > li.subMenu a {
    width: 100%;
    text-align: center;
    background-color: #1D1E20;
}

#navigation > li.subMenu > ul {
    position:absolute;
    top:58px;
    display:none;
}


#navigation > li.subMenu:hover > ul {
    display:block;
}

#navigation > li.subMenu a.subMenuLink {
    border: none;
    text-align: left;
    padding: 5px 0 5px 5px;
    height: auto;
    /*width: 100%;*/
}


/*subSubMenu --------------------------------------------------*/

#navigation > li.subMenu li.subSubMenu {
    display:inline-block;
    position:relative;
    padding-right: 6px;
    width: 100%;
}

#navigation > li.subMenu li.subSubMenu a {
    width: 100%;
    text-align: left;
    background-color: #373B41;
}

#navigation > li.subMenu li.subSubMenu a:hover {
    background-color: #24272B;
}

#navigation >  li.subMenu li.subSubMenu > ul {
    position:absolute;
    top:0;
    display:none;
    width: 100%;

}


#navigation > li.subMenu li.subSubMenu:hover > ul {
    display:inline-block;
    background-color: #373B41;
}


#navigation > li.subMenu li.subSubMenu a.subSubMenuLink {
    border: none;
    text-align: left;
    padding: 6px 0 6px 10px;
    height: auto;
}
/*End subSubMenu ----------------------------------------------*/
/*End Vipadayushee menu -------------------------------------------------*/




/*My c-grid-view---------------------------------------------------------*/
.grid-view-my {
    /*padding: 5px 2px;*/
    /*outline: 1px solid #000000;*/
}

.grid-view-my table tr td {
    padding: 2px 4px;

    /*vertical-align: middle;*/
}

.grid-view-my table tr th {
    padding: 6px 0;
    background: #3C5998;
    border-right: 1px solid #ffffff;
    /*color: #ffffff;*/
    font-weight: bold;
    font-size: 11px;
    text-align: center;
}

.grid-view-my table tr th.button-column {
    /*color: #FFFFFF;*/
}

.grid-view-my table tr th.color-th {
	color: #FFFFFF;
}

.grid-view-my table tr th a {
    color: #ffffff;
    font-weight: bold;
}

.grid-view-my table tr td select {
    border: 1px solid #cccccc;
    /*border-radius: 2px;*/
    font: bold 11px "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    outline: none;
    height: 24px;
    width: 100%;
}

.grid-view-my table tr td select:hover {
    border: 1px solid #999999;
}


.contentOverA table tr td select.downUp {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #141823;
    width: 18px;
    height: 20px;
}


.grid-view-my table.items tr.odd {
    background: none repeat scroll 0 0 #EDF1F5;
}

.grid-view-my table.items tr.odd:hover {
    background: none repeat scroll 0 0 #B6D3FB;
}

.grid-view-my table.items tr.even {
    background: none repeat scroll 0 0 #FAFAFA;
}

.grid-view-my table.items tr.even:hover {
    background: none repeat scroll 0 0 #B6D3FB;
}

.grid-view-my table.items tr.selected {
    background: none repeat scroll 0 0 #D8DCE9;
}


.grid-view-my table tr:hover {

}


.grid-view-my .summary {
    text-align: right;
    padding-bottom: 5px;
}

.grid-view-my .filters input {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #141823;
    border: 1px solid #D9D9D9;
    /*border-radius: 2px;*/
    outline: none;
    height: 20px;
    width: 100%;
}

.grid-view-my .filters input:hover {
    border: 1px solid #A0A0A0;
}


.grid-view-my .filters input:focus {
    border: 1px solid #A0A0A0;
    box-shadow: 0 0 3px #A0A0A0;
}

.grid-view-my .filters:hover {
    background-color: #FFFFFF;
}

.grid-view-my a {
    text-decoration: none;
}


.grid-view-my-red {
    background-color: #FFDCDC;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.grid-view-my-green {
    background-color: #C7FFBF;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.grid-view-my-yellow {
    background-color: #FFFF8A;
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}
/*End My c-grid-view-----------------------------------------------------*/

/*CDetailView -----------------------------------------------------------*/
table.detail-view-my th, table.detail-view-my tr {
    text-align: left;
    padding: 0 2px;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
}


table.detail-view-my tr td {
    font-size: 12px;
}

table.detail-view-my tr th {
    font-size: 12px;
    font-weight: bold;
}

table.detail-view-my tr.odd {
    background: #B6D3FB;
}
/*End CDetailView -------------------------------------------------------*/


/*Statistics ------------------------------------------------------------*/
.statistics {
    /*border: 1px solid #cccccc;*/
}

.statistics table {
    width: 100%;
}

.statistics table thead tr th {
    text-align: center;
    background-color: #3C5998;
    color: #FFFFFF;
}

.statistics table tbody tr td {
    text-align: center;
    font-weight: bold;
}
.statistics table tbody tr.statBlue {
    background-color: #3C5998;
    color: #ffffff;
    text-align: center;
}

.statistics table tbody tr.statHover:hover {
    background-color: #B6D3FB;
}

tr.statFooter {
    text-align: center;
    background-color: #3C5998;
    color: #FFFFFF;
}

.statBlock {
    border-top: 1px solid #000;
}
/*End Statistics --------------------------------------------------------*/




/*My button--------------------------------------------------------------*/
.buttonInput {
    display: inline-block;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #f6f7f8;
    text-decoration: none;
    outline: none;
    border: 1px solid #325C94;
    border-radius: 2px;
    background-color: #325C94;
    height: 25px;
}

.buttonInput:hover {
    cursor: pointer;
}
.buttonInput:active{

}

.buttonWidth {

}

.buttonA {
    display: inline-block;
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #f6f7f8;
    padding: 6px 10px;
    text-decoration: none;
    outline: none;
    border: 1px solid #325C94;
    border-radius: 2px;
    background-color: #325C94;
}
.buttonA:hover {
    color: #ffffff;
}

.textInput {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #141823;
    border: 1px solid #D9D9D9;
    /*border-radius: 2px;*/
    outline: none;
    height: 22px;
}


.textInput:hover {
    border: 1px solid #A0A0A0;
}

.textInput:focus {
    border: 1px solid #A0A0A0;
    box-shadow: 0 0 3px #A0A0A0;
}

.selectOpt {
    border: 1px solid #cccccc;
    /*border-radius: 2px;*/
    font: bold 11px "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    outline: none;
    height: 24px;
}

.selectOpt:hover {
    border: 1px solid #999999;
}

.selectWidth {
    width: 150px;
}

.textArea {
    font-family: "Helvetica Neue", Arial, "Lucida Grande", sans-serif;
    font-size: 12px;
    color: #141823;
    border: 1px solid #D9D9D9;
}

.textArea:hover {
    border: 1px solid #A0A0A0;
}
/*End My button----------------------------------------------------------*/


#footer {
    border-top: 1px solid #93BDF5;
}


.showHiden { border:1px solid #000; height: 30px; width: 100px; margin: 0 auto; }

.hidden {
    display: inline;
}