﻿.hidden {
    display: none;
}
/*****=========Button========*****/
.btn {
    display: inline-block;
    *display: inline;
    padding: 4px 12px;
    min-width: 68px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 12px;
    font-family: inherit;
    line-height: 16px;
    *line-height: 16px;
    color: #333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255,255,255,0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
    background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
    background-image: -o-linear-gradient(top,#fff,#e6e6e6);
    background-image: linear-gradient(to bottom,#fff,#e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #bbb;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    border-bottom-color: #a2a2a2;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

    .btn:hover, .btn:active, .btn.active, .btn.disabled, .btn[disabled] {
        color: #333;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
    }

    .btn:active, .btn.active {
        background-color: #ccc \9;
    }

    .btn:first-child {
        *margin-left: 0;
    }

    .btn:hover {
        color: #333;
        text-decoration: none;
        background-color: #e6e6e6;
        *background-color: #d9d9d9;
        background-position: 0 -15px;
        -webkit-transition: background-position .1s linear;
        -moz-transition: background-position .1s linear;
        -o-transition: background-position .1s linear;
        transition: background-position .1s linear;
    }

    .btn:focus {
        outline: thin dotted #333;
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    .btn.active, .btn:active {
        background-color: #e6e6e6;
        background-color: #d9d9d9 \9;
        background-image: none;
        outline: 0;
        -webkit-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        -moz-box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
        box-shadow: inset 0 2px 4px rgba(0,0,0,0.15),0 1px 2px rgba(0,0,0,0.05);
    }

.btn-primary {
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
    background-color: #3a5dad;
    *background-color: #324d82;
    background-image: -moz-linear-gradient(top,#426095,#324d82);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#426095),to(#324d82));
    background-image: -webkit-linear-gradient(top,#426095,#324d82);
    background-image: -o-linear-gradient(top,#426095,#324d82);
    background-image: linear-gradient(to bottom,#426095,#324d82);
    background-repeat: repeat-x;
    border-color: #324d82 #324d82 #002a80;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc',endColorstr='#ff0044cc',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

    .btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
        color: #fff;
        background: #4a6ba3;
    }

.mr8 .btn-primary:hover, .mr8 .btn-primary:active, .mr8 .btn-primary.active, .mr8 .btn-primary.disabled, .mr8 .btn-primary[disabled] {
    color: #fff;
    background: #406cd0;
}

.btn-mini {
    padding: 0px 7px;
    font-size: 11px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.btn-thin {
    padding: 1px 8px;
}

.btn-long {
    padding: 3px 12px;
}

.btn-warning {
    background-color: #FAA732;
    background-image: linear-gradient(to bottom, #FBB450, #F89406);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#FBB450),to(#F89406));
    background-image: -webkit-linear-gradient(top,#FBB450,#F89406);
    background-image: -o-linear-gradient(top,#FBB450,#F89406);
    background-image: linear-gradient(to bottom,#FBB450,#F89406);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
        background-color: #F89406;
        color: #FFFFFF;
    }

.btn-danger {
    background-color: #DA4F49;
    background-image: linear-gradient(to bottom, #EE5F5B, #BD362F);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#EE5F5B),to(#BD362F));
    background-image: -webkit-linear-gradient(top,#EE5F5B,#BD362F);
    background-image: -o-linear-gradient(top,#EE5F5B,#BD362F);
    background-image: linear-gradient(to bottom,#EE5F5B,#BD362F);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
        background-color: #BD362F;
        color: #FFFFFF;
    }

.btn-success {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom, #62C462, #51A351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62C462),to(#51A351));
    background-image: -webkit-linear-gradient(top,#62C462,#51A351);
    background-image: -o-linear-gradient(top,#62C462,#51A351);
    background-image: linear-gradient(to bottom,#62C462,#51A351);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
        background-color: #51A351;
        color: #FFFFFF;
    }

.btn-info {
    background-color: #49AFCD;
    background-image: linear-gradient(to bottom, #5BC0DE, #2F96B4);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#5BC0DE),to(#2F96B4));
    background-image: -webkit-linear-gradient(top,#5BC0DE,#2F96B4);
    background-image: -o-linear-gradient(top,#5BC0DE,#2F96B4);
    background-image: linear-gradient(to bottom,#5BC0DE,#2F96B4);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
        background-color: #2F96B4;
        color: #FFFFFF;
    }

.btn-inverse {
    background-color: #363636;
    background-image: linear-gradient(to bottom, #444444, #222222);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#444444),to(#222222));
    background-image: -webkit-linear-gradient(top,#444444,#222222);
    background-image: -o-linear-gradient(top,#444444,#222222);
    background-image: linear-gradient(to bottom,#444444,#222222);
    background-repeat: repeat-x;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

    .btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
        background-color: #222222;
        color: #FFFFFF;
    }



.close {
    color: #000000;
    float: right;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    opacity: 0.3;
    text-shadow: 0 1px 0 #FFFFFF;
}

    .close:hover, .close:focus {
        color: #000000;
        cursor: pointer;
        opacity: 0.6;
        text-decoration: none;
    }

button.close {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
}

input[type="text"]:focus, input[type="password"]:focus, .main input[type="text"]:focus, .main input[type="password"]:focus {
    border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

input[type="text"], input[type="password"] {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.login input[name="UserName"] {
    margin-right: 12px;
}

.login input.top_input3 {
    line-height:24px;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

    .fade.in {
        opacity: 1;
    }

.collapse {
    display: none;
}

    .collapse.in {
        display: block;
    }

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}

.modal-open {
    overflow: hidden;
}

.modal {
    bottom: 0;
    display: none;
    left: 0;
    outline: 0 none;
    position: fixed;
    right: 0;
    top: 20%;
    z-index: 1050;
}

    .modal.fade .modal-dialog {
        -webkit-transform: translate(0, -25%);
        -ms-transform: translate(0, -25%);
        transform: translate(0, -25%);
        -webkit-transition: -webkit-transform 0.3s ease-out;
        -moz-transition: -moz-transform 0.3s ease-out;
        -o-transition: -o-transform 0.3s ease-out;
        transition: transform 0.3s ease-out;
    }

    .modal.in .modal-dialog {
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }

.modal-dialog {
    margin: 30px auto;
    position: relative;
    width: 480px;
    z-index: 1050;
}

.modal-content {
    background-clip: padding-box;
    background-color: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: medium none;
    position: relative;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    background-color: #000000;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1040;
}

    .modal-backdrop.fade {
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .modal-backdrop.in {
        opacity: 0.5;
        filter: alpha(opacity=50);
    }

.modal-header {
    border-bottom: 1px solid #c2c2c2;
    min-height: 16.4286px;
    padding: 10px 15px;
    background: #f1f1f1;
    border-radius: 6px 6px 0 0;
    background-image: -moz-linear-gradient(center top, #F2F2F2, #E1E1E1);
}

    .modal-header .close {
        margin-top: -3px;
    }

.modal-title {
    line-height: 1.42857;
    margin: 0;
}

.modal-body {
    padding: 20px;
    position: relative;
}

.modal-footer {
    border-top: 1px solid #E5E5E5;
    margin-top: 5px;
    padding: 7px 20px 8px;
    text-align: right;
}

    .modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }
/*@media screen and (min-width: 768px) {
.modal-dialog {
    margin: 30px auto;
    width: 480px;
}
.modal-content {
     -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
}
}*/

#alert-wrapper .modal-header {
    border-radius: 4px 4px 2px 2px;
    padding: 5px 8px;
}

#alert-wrapper .info {
    background: url(/statics/cmd368/statics/img/main/icon/info.png);
}

.alert-text {
    font: 700 12px/22px Tahoma;
    margin: 0;
    text-align: center;
    color: #444444;
}

#alert-wrapper .modal-footer {
    background: #fafafa;
    padding: 7px 20px 8px;
    border-radius: 0 0 2px 2px;
}

    #alert-wrapper .modal-footer button {
        min-width: 60px;
        padding: 3px 12px;
    }


/*=====================bootbox==============*/
.bootbox .modal-dialog {
    width: 480px;
}

.bootbox .modal-header {
    padding: 10px 15px;
}

.bootbox .modal-content, .bootbox .modal-window {
    width: 100%;
}

.bootbox .modal-body button.close {
    margin-top: -20px !important;
}

.bootbox .modal-body {
    margin: 10px 0;
}

.bootbox .bootbox-body {
    font: 700 12px/22px Tahoma;
    color: #444;
    text-align: center;
    overflow-y: auto;
    max-height: 400px;
}

    .bootbox .bootbox-body img {
        margin: 2px;
    }

.bootbox .modal-footer {
    padding: 9px 20px 10px;
    margin-top: 5px;
}

.bootbox .btn {
    min-width: 60px;
    padding: 3px 12px;
    font-family: inherit;
}

.bootbox input[type=text]:focus, input[type=password]:focus {
    border-color: #66AFE9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}

.bootbox input[type=text], .bootbox input[type=password] {
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555555;
    font-size: 12px;
    line-height: 16px;
    padding: 3px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

.bootbox .btn-primary {
    background-color: #5BB75B;
    background-image: linear-gradient(to bottom,#62C462,#51A351);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#62C462),to(#51A351));
    background-image: -webkit-linear-gradient(top,#62C462,#51A351);
    background-image: -o-linear-gradient(top,#62C462,#51A351);
    background-image: linear-gradient(to bottom,#62C462,#51A351);
    background-repeat: repeat-x;
    border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
    color: #FFFFFF;
    text-shadow: 0 -1px 0 rgba(0,0,0,0.25);
}

    .bootbox .btn-primary:hover,
    .bootbox .btn-primary:focus,
    .bootbox .btn-primary:active,
    .bootbox .btn-primary.active, .bootbox .btn-primary.disabled, .bootbox .btn-primary[disabled] {
        background: #51A351;
        background-color: #51A351;
        color: #FFFFFF;
    }

#ddl_language {
    font-family: Tahoma, Arial, Helvetica, STHeiti;
}

/*betview common start*/
/*.Doublebox td:first-child {
    font: bold 11px/17px Arial;
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}*/

/*common page css*/

.bg-lightyellow {
    background-color: #f1edd1;
}

.bg-lightpink {
    background-color: #fbd8d8;
}

.cursor-pointer, .pointer {
    cursor: pointer;
}

.text-black {
    color: black;
}

.text-blue {
    color: blue;
}

.text-red {
    color: red;
}

.text-coral {
    color: coral;
}

.text-orange {
    color: #ff6600;
}

.text-slateblue {
    color: #8080FF;
}

.text-bold {
    font-weight: bold;
}

.text-normal {
    font-weight: normal;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-hor {
    border-left: 0 !important;
    border-right: 0 !important;
}

.no-border-ver {
    border-top: 0 !important;
    border-bottom: 0 !important;
}
