﻿

img {
    border: none 0px;
}

.holder {
    margin: 0px auto;
    width: 800px;
}

@media (max-width: 800px) {
    .holder {
        margin: 0px auto;
        width: calc(100% - 20px);
        padding-left: 10px;
        padding-right: 10px;
    }
}

#header {
    height: 60px;
    background: #ffffff;
    -moz-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.3) !important;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0,0,0,.3) !important;
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,.3) !important;
}

#subheader {
    margin-top: 20px;
    margin-bottom: 5px;
}

.title {
    background: #71111c;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    padding: 8px;
    border-radius: 2px;
}

.thumb {
    width: 60px;
    height: 60px;
    border-radius: 30px;
}

.dir:hover {
    background: #efefef;
    background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #efefef 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #efefef 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#cccccc',GradientType=0 );
}

.stitle {
    background: #002525;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    padding: 10px;
    margin-top: 20px;
    border-radius: 2px;
}

.redtitle {
    background: #ee2e24;
    color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    padding: 20px;
    margin-top: 20px;
    border-radius: 2px;
}

.obj {
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    padding: 15px;
    margin-top: 15px;
    border-radius: 2px;
}

.listtable {
    width: 100%;
    padding: 0px;
    margin: 0px;
    border: 0px;
    border-spacing: 0px !important;
}

.lticonleft {
    text-align: center;
    vertical-align: middle;
    width: 50px;
    border-right: 1px solid #d7d7d7;
    padding: 5px 5px 2px 5px;
}

.lticoncenter {
    vertical-align: middle;
    padding: 5px 5px 2px 10px;
    border-right: 1px solid #d7d7d7;
}

.lticonright {
    text-align: center;
    vertical-align: middle;
    width: 50px;
    border-left: 1px solid #d7d7d7;
    padding: 5px 5px 5px 5px;
}

.list {
    display: table;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    margin-top: 15px;
    border-radius: 2px;
    color: #002525;
    font-weight: bold;
}
/*.list2
{
    background:#fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    padding:8px 5px 5px 5px;
    margin-top:15px;
    border-radius:2px;
    color:#002525;
    font-weight:bold;
}
.list3
{
    background:#fff;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    padding:8px 5px 5px 5px;
    border-radius:2px;
    color:#002525;
    font-weight:bold;
}*/
.listchild {
    background: #f7f7f7;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    padding: 8px 5px 5px 5px;
    margin-top: 15px;
    margin-left: 20px;
    border-radius: 2px;
}

    .listchild:hover {
        background: #ebebeb;
        cursor: pointer;
    }

.list .iconleft {
    display: table-cell;
    float: left;
    width: 50px;
    height: 100%;
    border-right: 1px solid #ebebeb;
}

.list .iconright {
    float: right;
    width: 50px;
    height: 50px;
    border-left: 1px solid #ebebeb;
}

.list .listname {
    display: table-cell;
    float: left;
    margin-top: 16px;
    margin-left: 5px;
    width: calc(100% - 107px);
}

label {
    display: none !important;
}

.txt {
    width: 100%;
    height: 26px;
    border: 0px;
    border-left: 2px solid #869701;
    padding: 8px;
    font-size: 16px;
}

    .txt.error {
        background: #fcf8e3;
    }

select {
    width: 100%;
    height: 40px;
    border: 0px;
    border-left: 2px solid #869701;
    padding: 10px;
    font-size: 16px;
}

    select.error {
        background: #fcf8e3;
    }

    textarea:focus, input:focus, select:focus {
        outline: 0;
    }

.btn {
    background: #be202f;
    padding: 7px 40px;
    color: #fff;
    margin-top: 20px;
    border: 0px;
    border-radius: 4px;
    color: #fff;
}

    .btn:hover {
        background: #520f15;
        color: #fff !important;
        cursor: pointer;
    }

.wbtn {
    background: #be202f;
    padding: 7px 40px;
    color: #fff;
    margin-top: 20px;
    border: 0px;
    border-radius: 4px;
    color: #fff;
}

    .wbtn:hover {
        background: #520f15;
        color: #fff !important;
        cursor: pointer;
    }

.expired {
    background: #efefef;
    color: #cccccc;
    border: 1px solid #cccccc;
}

a:link {
    text-decoration: none;
    color: #bf1e2e;
}

a:hover {
    text-decoration: none;
    color: #d13343;
}

a:active {
    text-decoration: none;
    color: #bf1e2e;
}

a:visited {
    text-decoration: none;
    color: #bf1e2e;
}

table {
    border-collapse: collapse;
    width: 100%;
    margin-top: 20px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    background: #fff;
}

.subtabholder {
    margin-bottom: 20px;
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.subtab {
    padding: 10px 0px 10px 0px;
    color: #002525;
    cursor: pointer;
}

    .subtab:hover {
        background: -moz-linear-gradient(top, #efefef 0%, #e7e6e6 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#efefef), color-stop(100%,#e7e6e6)); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, #efefef 0%,#e7e6e6 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, #efefef 0%,#e7e6e6 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, #efefef 0%,#e7e6e6 100%); /* IE10+ */
        background: linear-gradient(to bottom, #efefef 0%,#e7e6e6 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#e7e6e6',GradientType=0 ); /* IE6-9 */
    }

.subtabsel {
    background: #880c05 !important;
    color: #fff !important;
}

.shortlink {
    display: block;
    width: 100px;
    text-align: center;
    background: #880c05;
    color: #fff !important;
    padding: 5px;
    border-radius: 2px;
}

    .shortlink:hover {
        background: #ee2e24;
        color: #ffffff !important;
    }

ol {
    -webkit-padding-start: 0px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.wtabholder {
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #efefef 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#efefef 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#efefef 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#efefef 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efefef',GradientType=0 ); /* IE6-9 */
    color: #272727;
    text-align: center;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    border-radius: 2px;
    margin-top: 7px;
}

.wtab {
    padding: 10px 0px 10px 0px;
    border-radius: 2px;
}

    .wtab:hover {
        background: #262627;
        color: #fff;
        border-radius: 2px;
        cursor: pointer;
    }

.wtabsel {
    background: #71111c !important;
    color: #fff;
    border-radius: 2px;
}

.w10 {
    border-left: 1px solid #d7d7d7;
    float: left;
    width: calc(10% - 1px);
}

.w15 {
    border-left: 1px solid #d7d7d7;
    float: left;
    width: calc(15% - 1px);
}

.w20 {
    float: left;
    width: calc(20% - 1px);
    border-left: 1px solid #d7d7d7;
}

.w251 {
    float: left;
    width: 25%;
}

.w25 {
    float: left;
    width: calc(25% - 1px);
    border-left: 1px solid #d7d7d7;
}

.w33 {
    float: left;
    width: 33%;
    border-left: 1px solid #d7d7d7;
}

.w34 {
    float: left;
    width: calc(34% - 2px);
    border-left: 1px solid #d7d7d7;
    border-right: 1px solid #d7d7d7;
}

.w50 {
    float: left;
    width: 50%;
}

.ticon {
    background: #71111c;
    width: 60px;
    height: 60px;
    margin-left: -1px;
}

    .ticon:hover {
        background: #646464;
    }

.bicon {
    background: #0192aa;
    width: 60px;
    height: 60px;
    margin-left: -1px;
}

    .bicon:hover {
        background: #213f7e;
    }

.hicon {
    background: #a8bb10;
    width: 60px;
    height: 60px;
    margin-left: -1px;
    border-right: 7px solid #6f7d02;
}

    .hicon:hover {
        background: #869701;
        border-right: 7px solid #6f7d02;
    }

.icon {
    width: 50px;
    height: 50px;
}

.sicon {
    width: 30px;
    height: 30px;
}

.alert {
    font-size: 14px;
    padding: 10px 5px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    background-color: #fcf8e3;
    border: 1px solid #fbeed5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    -moz-box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    box-shadow: 0px 3px 10px 0px rgba(0,0,0,0.22);
    text-align: center;
    margin-top: 20px !important;
    color: #000;
}

    .alert p {
        margin: 0px;
        padding: 0px;
        word-wrap: break-word;
    }

.error {
    color: #ee2e24;
}

.titlelink {
    display: block;
    float: left;
    padding: 5px 10px 5px 10px;
    border-radius: 2px;
}

.titlelinksel {
    background: #464646;
    color: #fff !important;
}

.turnedon {
    background: #05b8d6;
}

.inactive {
    background: #cccccc !important;
}

.negative {
    background: #414143 !important;
}

.positive {
    background: #3B5998 !important;
}

.field {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 13px;
    padding: 4px 12px;
    background: #ffffff;
    border: 1px solid #d0d0d1;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    color: #666;
    background-color: #fcfcfc;
    background-image: -moz-linear-gradient(top, #ffffff, #f8f8f8);
    background-image: -ms-linear-gradient(top, #ffffff, #f8f8f8);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f8f8f8));
    background-image: -webkit-linear-gradient(top, #ffffff, #f8f8f8);
    background-image: -o-linear-gradient(top, #ffffff, #f8f8f8);
    background-image: linear-gradient(top, #ffffff, #f8f8f8);
    background-repeat: repeat-x;
}

    .field:focus {
        border-color: #87898b;
        color: #333;
    }

.input_text {
    background: #fff;
    padding: 12px 8px 12px 8px !important;
    line-height: 1.4 !important;
    font-size: 14px !important;
    display: block !important;
    width: calc(100% - 16px) !important;
    /*border-bottom:1px solid #f3f3f3 !important;*/
    border-radius: 8px;
    border: 3px solid #f3f3f3 !important;
}

    .input_text:focus {
        outline: 0;
    }

.returnbutton {
    font-family: "Helvetica ;
}

.mr-l5 {
    margin-left: 5px;
}

.mr-l10 {
    margin-left: 10px;
}
