/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/

/*
    Created on : Feb 29, 2016, 9:45:19 AM
    Author     : Sovankrusna
*/

/* add member menu left */

@font-face {
    font-family: "Khmer MEF1";
    src: url(../font/KHMERMEF1.ttf) format("truetype");
    /*src: url(../font/KHMERMEF2.ttf) format('truetype');*/
}

body {
    font-family: "Khmer MEF1" !important;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

/****** LOGIN MODAL ******/

.loginmodal-container {
    padding: 30px;
    max-width: 350px;
    width: 100% !important;
    background-color: #F7F7F7;
    margin: 0 auto;
    border-radius: 2px;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    font-family: "Khmer MEF1";
}

.loginmodal-container h1 {
    text-align: center;
    font-size: 1.8em;
    font-family: roboto;
}

.loginmodal-container input[type=submit] {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    position: relative;
    font-family: "Khmer MEF1", sans-serif;
}

.loginmodal-container input[type=text], .loginmodal-container input[type=password] {
    height: 44px;
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    -webkit-appearance: none;
    background: #fff;
    border: 1px solid #d9d9d9;
    border-top: 1px solid #c0c0c0;
    padding: 0 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input[type=password] {
    font-family: roboto, sans-serif;
}

.loginmodal-container input[type=text]:hover, .loginmodal-container input[type=password]:hover {
    border: 1px solid #b9b9b9;
    border-top: 1px solid #a0a0a0;
    -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.loginmodal {
    text-align: center;
    font-size: 14px;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    height: 36px;
    padding: 0 8px;
    /* border-radius: 3px; */
    /* -webkit-user-select: none;
  user-select: none; */
}

.loginmodal-submit {
    /* border: 1px solid #3079ed; */
    border: 0px;
    color: #fff;
    text-shadow: 0 1px rgba(0, 0, 0, 0.1);
    background-color: #4d90fe;
    padding: 17px 0px;
    font-family: roboto;
    font-size: 14px;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#4787ed)); */
}

.loginmodal-submit:hover {
    /* border: 1px solid #2f5bb7; */
    border: 0px;
    text-shadow: 0 1px rgba(0, 0, 0, 0.3);
    background-color: #357ae8;
    /* background-image: -webkit-gradient(linear, 0 0, 0 100%,   from(#4d90fe), to(#357ae8)); */
}

.loginmodal-container a {
    text-decoration: none;
    color: #666;
    font-weight: 400;
    text-align: center;
    display: inline-block;
    opacity: 0.6;
    transition: opacity ease 0.5s;
}

.login-help {
    font-size: 12px;
}

#left .subnav, #left .subnav1 {
    margin-top: 15px;
    font-weight: bold;
    margin-left: 10px;
    font-size: 16px;
    margin-bottom: 10px;
    cursor: pointer;
}

.wrapper-login h4 {
    text-align: center;
    line-height: 25px;
}

.subnav > i, .subnav1 > i, .boxmenu > i {
    margin-right: 5px;
}

.widget .boxmenu, .widget .boxmenu1 {
    padding-left: 25px;
    padding-top: 5px;
    font-size: 14px;
    padding-bottom: 5px;
}

.widget .boxmenu1 .innermenu {
    color: #555;
    text-decoration: none;
}

.widget .boxmenu:hover {
    cursor: pointer;
    background-color: lightgray;
}

.widget .boxmenu1:hover {
    cursor: pointer;
    background-color: lightgray;
}

.leagues .even > a {
    text-decoration: none;
    color: #555;
}

.leagues .even:hover {
    background-color: lightgray;
}

.leagues {
    list-style: none;
}

.leagues .even {
    padding-bottom: 5px;
}

.widget .inner {
    margin-left: 20px;
    margin-top: 8px;
}

.subnav1 .widget2 .innermenu {
    background-color: green;
}

.colormenu {
    color: blue !important;
}

/*form*/

.controls > select {
    padding-bottom: 0px;
    padding-top: 0px;
    min-width: 270px;
    margin: 3px;
}

.controls > input {
    min-width: 270px;
    height: 30px;
    margin: 3px;
}

.controls .chkvote {
    float: left;
    margin-right: 25px;
}

.controls .chkvote > input {
    margin-right: 5px;
    margin-top: -2px;
}

.box-content .boxtoggle {
    background-color: lightblue;
    color: blue;
    text-align: center;
    height: 30px;
    padding-top: 5px;
    margin-bottom: 10px;
    cursor: pointer;
}

.loading {
    position: absolute;
    width: 300px;
    height: 300px;
    margin-left: auto;
    margin-right: auto;
    left: 550px;
    top: 100px;
    z-index: 1;
}

.loading_bg {
    background-color: black;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 27px;
    opacity: 0.3;
}

#cover {
    background: url("../photos/loading_spinner.gif") no-repeat scroll center center #FFF;
    position: absolute;
    height: 100%;
    width: 100%;
}

.advancesearch {
    float: left;
    width: 110px;
    background-color: #030363;
    color: white;
    cursor: pointer;
    border: 1px solid blue;
    height: 30px;
    margin-top: 4.5px;
    margin-left: 6px;
    text-align: center;
    padding-top: 5px;
}

.advancecontent {
    position: fixed;
    left: 15.2%;
    top: 55px;
    background-color: white;
    width: 70%;
    max-width: 800px;
    border: 1px solid #c2c2c2;
    box-shadow: 0px 0px 19px 0px #ccc;
    z-index: 1000;
    padding: 10px 0px 0 0;
}

.advancecontent .form-control {
    padding: 0 6px;
}

.form-control {
    padding: 0 6px;
}

#custom-search-input {
    margin: 5px -16px 0 5px;
    padding: 0;
}

#custom-search-input .search-query {
    margin-bottom: -2px;
    padding-left: 10px;
    padding-right: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    z-index: 99;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #00008b;
}

.search-row {
    padding: 0 10px;
}

.search-query:focus + button {
    z-index: 3;
}

#advancecontent .col-lg-1, #advancecontent .col-lg-10, #advancecontent .col-lg-11, #advancecontent .col-lg-12, #advancecontent .col-lg-2, #advancecontent .col-lg-3, #advancecontent .col-lg-4, #advancecontent .col-lg-5, #advancecontent .col-lg-6, #advancecontent .col-lg-7, #advancecontent .col-lg-8, #advancecontent .col-lg-9, #advancecontent .col-md-1, #advancecontent .col-md-10, #advancecontent .col-md-11, #advancecontent .col-md-12, #advancecontent .col-md-2, #advancecontent .col-md-3, #advancecontent .col-md-4, #advancecontent .col-md-5, #advancecontent .col-md-6, #advancecontent .col-md-7, #advancecontent .col-md-8, #advancecontent .col-md-9, #advancecontent .col-sm-1, #advancecontent .col-sm-10, #advancecontent .col-sm-11, #advancecontent .col-sm-12, #advancecontent .col-sm-2, #advancecontent .col-sm-3, #advancecontent .col-sm-4, #advancecontent .col-sm-5, #advancecontent .col-sm-6, #advancecontent .col-sm-7, #advancecontent .col-sm-8, #advancecontent .col-sm-9, #advancecontent .col-xs-1, #advancecontent .col-xs-10, #advancecontent .col-xs-11, #advancecontent .col-xs-12, #advancecontent .col-xs-2, #advancecontent .col-xs-3, #advancecontent .col-xs-4, #advancecontent .col-xs-5, #advancecontent .col-xs-6, #advancecontent .col-xs-7, #advancecontent .col-xs-8, #advancecontent .col-xs-9 {
    position: relative;
    min-height: 1px;
    padding-right: 4px;
    padding-left: 5px;
}

#advancecontent .form-control {
    border-radius: 0;
}

.advancecontent:after {
    /*content: "";*/
    width: 0;
    height: 0;
    position: absolute;
    bottom: 100%;
    right: 50%;
    border-width: 0px 16px 22px 16px;
    border-style: solid;
    border-color: #fff transparent;
}

. .dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.input-group-btn .btn-group {
    display: flex !important;
}

.btn-group .btn {
    border-radius: 0;
    margin-left: -1px;
}

.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.btn-group .form-horizontal .btn[type="submit"] {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.form-horizontal .form-group {
    margin-left: 0;
    margin-right: 0;
}

/*#advancecontent select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
}*/

.box .box-title h3 {
    color: aliceblue;
}

.right-input {
    color: aliceblue;
}

.right-input input {
    color: black;
}

#navigation .main-nav > li > a {
    height: 41px;
}

#navigation #brand {
    float: left;
    color: #fff;
    font-size: 20px;
    margin-top: 9px;
    padding-right: 54px;
    padding-left: 35px;
    padding-bottom: 2px;
    /*background: url("../img/logo.png") no-repeat*/
}

/*#navigation #brand {*/
/*padding-right: 81px;*/
/*background: url(../img/logo.png) no-repeat 4px 3px;*/
/*vertical-align: top;*/
/*}*/

#navigation .toggle-nav {
    margin-top: 0.14%;
}

.navmenu {
    margin-top: 70px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 500px;
        margin: 0 auto;
    }

    .dropdown.dropdown-lg {
        position: static !important;
    }

    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 500px;
    }
}

@media screen and (max-width: 768px) {
    .box .box-title h3 {
        margin: 10px 0 3px 0;
        color: aliceblue;
    }

    .right-input {
        margin: 7px 0 0 0;
        color: aliceblue;
    }

    .box-right-content {
        margin-top: 6px !important;
    }
}

@media screen and (max-width: 1080px) {
    .advancecontent {
        left: 10%;
        margin: 0 auto;
        width: 90%;
    }
}

@media screen and (max-width: 858px) {
    .advancecontent {
        left: 5%;
        margin: 0 auto;
    }
}

.login-form {
    /*width: 300px;*/
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -150px;
    margin-top: -220px;
}

.logo-home .img-responsive {
    margin: 0 auto;
}

.search-form {
    width: 300px;
    float: left;
}

/* Smartphones (portrait and landscape) ----------- */

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    /* Styles */
}

/* iPhone6 Plus (portrait) ----------- */

@media only screen and (min-device-width: 414px) {
    .advancecontent:after {
        right: 12%;
    }
}

/* iPhone5 (Landscape) ----------- */

@media only screen and (min-device-width: 568px) {
    .advancecontent:after {
        right: 37.5%;
    }
}

/* iPhone6 (Landscape) ----------- */

@media only screen and (min-device-width: 667px) {
    .advancecontent:after {
        right: 47.5%;
    }
}

/* iPhone6 Plus (Landscape) ----------- */

@media only screen and (min-device-width: 736px) {
    .advancecontent:after {
        right: 53%;
    }
}

/* Smartphones (landscape) ----------- */

@media only screen and (min-width: 321px) {
    /* Styles */
}

/* Smartphones (portrait) ----------- */

@media only screen and (max-width: 320px) {
    /* Styles */
}

/* iPads (portrait and landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .advancecontent {
        left: 0.3%;
    }
}

/* iPads (landscape) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
    /* Styles */
}

/* iPads (portrait) ----------- */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    /* Styles */
}

/* Desktops and laptops ----------- */

@media only screen and (min-width: 1224px) {
    .advancecontent {
        left: 23%;
    }

    .advancecontent:after {
        right: 50%;
    }

}

@media only screen and (min-width: 1280px) {
    .advancecontent {
        left: 21.7%;
    }

    .advancecontent:after {
        right: 50%;
    }
}

@media only screen and (min-width: 1366px) {
    .advancecontent {
        left: 20.35%;
    }

    .advancecontent:after {
        right: 50%;
    }
}

@media only screen and (min-width: 1920px) {
    .advancecontent {
        left: 14.6%;
    }

    .advancecontent:after {
        right: 50%;
    }
}

/* Large screens ----------- */

@media only screen and (min-width: 1824px) {
    /* Styles */
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    #navigation .toggle-mobile {
        color: #fff;
        display: block;
        padding: 11px 5px 0px 0px;
        text-decoration: none;
        float: right;
    }
}

/* iPhone 4 ----------- */

/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {*/

/*.container-fluid, .container {*/
/*padding: 0;*/
/*}*/

/*.login-form {*/
/*width: 300px;*/
/*height: 300px;*/
/*font-size: 12px;*/
/*position: absolute;*/
/*left: 50%;*/
/*top: 50%;*/
/*margin-left: -150px;*/
/*margin-top: -150px;*/
/*}*/

/*.search-form {*/
/*width: 117px;*/
/*}*/

/*#navigation .user .dropdown > a span {*/
/*display: none;*/
/*}*/

/*#navigation .toggle-mobile {*/
/*color: #fff;*/
/*display: block;*/
/*background: transparent none !important;*/
/*padding: 11px 5px 0px 0px;*/
/*text-decoration: none;*/
/*float: right;*/
/*}*/

/*.nav-brand {*/
/*margin: 0 auto !important;*/
/*}*/

/*.nav-brand #brand {*/
/*float: none !important;*/
/*width: 100% !important;*/
/*margin: 0 auto !important;*/
/*}*/

/*.nav-brand #brand img {*/
/*padding-bottom: 8px;*/
/*}*/

/*.toggle-nav {*/
/*float: left;*/
/*margin-top: -2px !important;*/
/*background: transparent none !important;*/
/*padding: 15px 5px !important;*/
/*}*/

/*#navigation #brand {*/
/*-webkit-transition: width .3s ease-in-out;*/
/*-o-transition: width .3s ease-in-out;*/
/*transition: width .3s ease-in-out;*/
/*display: block;*/
/*float: left;*/
/*font-size: 20px;*/
/*line-height: 35px;*/
/*text-align: center;*/
/*width: 230px;*/
/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
/*padding: 0 15px;*/
/*font-weight: 300;*/
/*overflow: hidden;*/
/*}*/

/*#left {*/
/*width: 140px !important;*/
/*margin-top: 9% !important;*/
/*}*/

/*.navmenu {*/
/*margin-top: 10% !important;*/
/*}*/

/*#left .subnav, #left .subnav1 {*/
/*font-size: 14px;*/
/*}*/

/*.widget .boxmenu, .widget .boxmenu1 {*/
/*font-size: 12px;*/
/*}*/
/*}*/

.navmenu {
    margin-top: 30%;
}

.box-contents {
    border-top: 0;
    background: inherit;
    height: 45px;
    margin: -7px -17px 15px -25px;
    background-color: #4c5667 !important;
}

.box-right-content {
    width: 60px;
    height: 30px;
    margin: 0px 10px 3px 5px;
}

.info-add-edit-all {
    float: right;
    position: relative;
}

.info-add-edit-all span {
    color: #fff;
}

#left {
    position: fixed !important;
}

.border-top-search {
    border-top: 1px solid #c8c8d6;
    padding-top: 5px;
    margin-bottom: 5px;
}

.search-check-box {
    padding: 0 15px;
    display: inline-table;
}

.btn-sm-custom {
    width: 130px;
}

#confirm-date .modal-content {
    width: 100% !important;
}

#modal-z-index .modal {
    z-index: 9999;
}

.modal-header button span {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

#confirm-date h4.modal-title {
    color: #ff0000;
}

#confirm-date .list-group-item {
    display: list-item !important;
}

#confirm-date .modal-body {
    padding: 15px 28px;
}

#confirm-date .list-group {
    margin-bottom: 0;
}

/*.form-control {*/
    /*padding: 0 20px 0 5px !important;*/
/*}*/

#divexcel {
    font-family: Khmer OS Siemreap, sans-serif; !important;
}

#showmore {
    display: block !important;
}

#myTable_paginate {
    font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif !important;
}

.chzn-drop {
    width: 60px !important;
}