/*Lable
==========================*/
.lable {
    font-size: 14px;
}

.lable1 {
    font-size: 14px;
    display: block;
    line-height: 35px;
}
/*Input Style
==========================*/
.margin_textbox
{
    margin-top:14%
}

input[type='text'], input[type='email'], input[type='password'] {
    font: sans-serif;
    font-size: 14px;
    color: #2C3E50;
    width: 100%;
    padding: 7px;
    border: solid 1px #c6ced0;
}

select {
    font-size: 14px;
    color: #2C3E50;
    width: 100%;
    height: 30px;
    border: solid 1px #c6ced0;
}

input[type='radio'], input[type='checkbox'] {
    margin: 3px 10px 0 5px;
}

textarea {
    width: 100%;
    height: 80px;
    border: solid 1px #c6ced0;
    padding: 8px;
}

/*Transition
============================*/
input, textarea, select {
    font-family: 'Arimo', sans-serif;
    font-size: 12px;
    color: #4a4a4a;
}

    input:focus, input:hover, select:focus, select:hover, .select2-choice:focus, .select2-choice:hover {
        border: 1px solid #ef9d14 !Important;
        transition: all 500ms ease 0s;
    }

.error {
    color: #da1010;
    font-size: 12px;
    padding-left: 3px;
    font-family: Arial, Helvetica, sans-serif;
}

.star {
    color: #da1010;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
}


/*------------------------Form*/
input[type='text'], textarea, select {
    font-family: 'Arimo', sans-serif;
    font-size: 12px;
    color: #4a4a4a;
}

    input:focus, input:hover, select:focus, select:hover {
        border: 1px solid #ef9d14;
        transition: all 500ms ease 0s;
    }

.select2-choice:focus, .select2-choice:hover {
    border: 1px solid #ef9d14 !Important;
    transition: all 500ms ease 0s;
}


input[type='text'], textarea, select, form input[type='text'], form textarea, form select {
    border: 1px solid #c6ced0;
    border-radius: 3px;
    display: block;
    resize: none;
    transition: all 500ms ease 0s;
}

form label {
    display: inline-block;
    font-size: 14px;
    margin: 4px 0 1px 0;
    color: #2d2d2d;
}

form input[type='file'] {
    border: 1px solid #c6ced0;
    border-radius: 3px;
    resize: none;
    transition: all 500ms ease 0s;
    background: none;
}


input[type='submit'] {
    border: 0 !important;
    vertical-align: top;
    outline: 0;
}

.tabs-menu input[type='submit']:hover,
.tabs-menu input[type='submit'].activebtn {
    background-color: #fff;
    color: #ef9b11;
}

.btnstyle {
    font-weight: bold;
    border: none;
    padding: 7px 25px;
    background-color:#CCCCCC;
    height:25px;width:30px;
}

/*Rounded Corner*/
.round input {
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.red_btn {
    background: #d9534f !important;
    border: 1px solid #c24d49 !important;
}


.red_btn:hover {
    border: none;
}

/*-----------------Buttons*/
/*.btn, .red_btn {
    width: auto;
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #FFF !Important;
    padding: 10px 30px;
    transition: all 500ms ease 0s;
    border-radius: 3px;
    cursor: pointer;
}

input[type='submit'].btn {
    background: #1caf9a;
    border: 1px solid #18a38f;
    width: auto;
}*/



.calender {
    background-image: url(../images/small58.png);
    background-repeat: no-repeat;
    background-position: right center;
}

/*Redio_btn
=========================================*/
.redio_btn {
    float: left;
}

    .redio_btn label {
        margin-right: 20px;
    }

    .redio_btn input[type=radio], .redio_btn input[type=checkbox] {
        border: none;
        padding: 0;
        background: none;
    }

.redio_btn {
    float: left;
}

    .redio_btn input[type=radio].css-checkbox, .redio_btn input[type=checkbox].css-checkbox {
        display: none;
        display: block/9;
    }

.ie8 .redio_btn input[type=radio].css-checkbox, .ie8 .redio_btn input[type=checkbox].css-checkbox {
    display: block;
    float: left;
    margin-top: 3px;
}


.ie8 .redio_btn .css-label {
    margin: 0;
    padding-left: 0;
    float: left;
}

.ie8 .redio_btn input[type=radio].css-checkbox + label.css-label, .ie8 .redio_btn input[type=checkbox].css-checkbox + label.css-label {
    padding: 0 15px 0 5px;
}

.redio_btn input[type=radio].css-checkbox + label.css-label, .redio_btn input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 29px;
    height: 23px;
    height: 16px/9;
    display: inline-block;
    line-height: 21px;
    background-repeat: no-repeat;
    background-position: 0 0;
    font-size: 12px;
    vertical-align: middle;
    cursor: pointer;
}

.redio_btn input[type=radio].css-checkbox:checked + label.css-label {
    background-position: 0 -23px;
}

.redio_btn input[type=checkbox].css-checkbox:checked + label.css-label2 {
    background-position: 0 -23px;
}


.redio_btn label.css-label {
    background-image: url(../images/checkbox1.png);
    background-image: none/9;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.redio_btn label.css-label2 {
    background-image: url(../images/checkbox2.png);
    background-image: none/9;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




.redio_botton {
    float: left;
    margin-right: 15px;
}

    .redio_botton span {
        float: left;
        line-height: 13px;
    }

    .redio_botton input[type='radio'] {
        width: 16px !important;
        float: left;
        margin-right: 3px;
    }

    .redio_botton input[type='checkbox'] {
        width: 16px !important;
        float: left;
        margin-right: 3px;
    }

/*Tabs
===========================*/

.tabs-menu {
    overflow: hidden;
    width: auto;
}

    .tabs-menu li {
        float: left;
        border: 1px solid #ccc;
        font-weight: bold;
        width: auto;
        text-align: center;
        list-style: none;
        margin: 0 5px 10px 0;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        position: relative;
        overflow: hidden;
    }


        .tabs-menu li.current {
            position: relative;
            background-color: #fff;
            z-index: 5;
        }

        .tabs-menu li a {
            padding: 10px 20px !important;
            text-align: center;
            display: block;
            text-transform: uppercase;
            color: #000;
            text-decoration: none;
            margin-bottom: -1px;
            background: #E9EAE8;
        }

    .tabs-menu .current a {
        color: #ef9b11;
        background: #FFF;
    }

.tab {
    background-color: #fff;
    margin-bottom: 20px;
    width: auto;
}

.tab-content {
    width: 100%;
    padding: 20px;
    display: none;
}

#tab-1 {
    display: block;
}

.tab p {
    padding: 10px;
    margin-top: 50px;
}

.tab-content .row {
    margin: 0 0 20px 0;
}



/*Progress Bar*/
#progress-bar {
    position: relative;
    border: 1px solid #c6ced0;
    width: 0;
    height: 20px;
    background: repeating-linear-gradient(-45deg, #f0b44a, #f0b44a 20px, #dd8e03 20px, #dd8e03 40px);
    border-radius: 0.8em;
    animation: roll 15s linear infinite;
    -webkit-animation: roll 15s linear infinite;
    box-shadow: inset 0 10px 10px rgba(255,255,255,0.2), inset 0 1px 0 rgba(255,255,255,0.3), inset 0 -5px 3px rgba(0,0,0,0.2), 0 3px 2px rgba(0,0,0,0.3);
}

    #progress-bar:after {
        width: 300px;
        height: 28px;
        border: 1px solid rgba(0,0,0,0.8);
        background: #333;
        border-radius: 1em;
        display: block;
        content: "";
        position: absolute;
        left: -5px;
        top: -5px;
        z-index: -1;
    }

@-moz-keyframes roll {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

@-webkit-keyframes roll {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}


/*Search Box*/

/* Styles for search dropdown */
.search {
    position: relative;
    padding-top: 41px;
    margin-bottom: 0;
}

    .search input {
        padding-left: 240px;
    }

    .search .keyword {
        position: absolute;
        width: 100px;
        margin-left: 10px;
        margin-top: 17px;
    }

    .search i {
        position: absolute;
        margin-left: 207px;
        font-size: 30px;
        line-height: 50px;
        color: #ccc;
    }

    .search .search-field {
        height: 50px;
    }

    .search .arrow-down {
        width: 0;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 6px solid #2ba6cb;
        margin-left: 71px;
        margin-top: -10px;
    }

#drop3.content.open {
    position: absolute !important;
    top: 30px !important;
    left: -10px !important;
    width: 120% !important;
}

.action {
    padding: 10px 20px 0 10px;
    cursor: pointer;
}

#tabPhones, #tabEmails, #tabContacts, #tabAddr {
    padding-top: 20px;
}

.bottom_border {
    border: 1px solid #c6ced0;
    margin-top: -1px;
}

/* Ajax Update progress*/
.divWaiting {
    position: absolute;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 1400px;
    width: 100%;
    padding-top: 20%;
}
